/*--------------------------------------------------------------
# General & Accessibility Utilities
--------------------------------------------------------------*/
.sr-only,
.skip-link:not(:focus):not(:focus-visible) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999999;
  padding: 12px 24px;
  background-color: #283895;
  color: #ffffff;
  font-family: 'gothammedium', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* Generic Focus Styles for Keyboard Accessibility */
:focus {
  outline: 3px solid #283895;
  outline-offset: 3px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid #283895;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #ffffff;
}

/* Restricted Scroll Margin for Sticky Header Target Offset */
section[id],
main[id],
#intro,
#about,
#advanced-features,
#more-features,
#pricing,
#contact,
#getinTouch {
  scroll-margin-top: 92px;
}


@font-face {
  font-family: 'gothambook';
  src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
    url('fonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothammedium';
  src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
    url('fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothambold';
  src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.container {
  max-width: 1242px;

}

body {
  background: #fff;
  color: #231f20;
  font-family: 'gothambook';
  overflow-x: hidden;
  font-size: 18px;
  line-height: normal;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0f8b8d;
  text-decoration: underline;
}

.nav-menu a,
.footer-links a,
.getintocuh-btn,
.article-btn,
#contact .col-lg-4 a,
.profile-txt > a {
  text-decoration: underline;
}

.nav-menu a:hover,
.nav-menu a:focus,
.footer-links a:hover,
.footer-links a:focus,
.getintocuh-btn:hover,
.getintocuh-btn:focus,
.article-btn:hover,
.article-btn:focus,
#contact .col-lg-4 a:hover,
#contact .col-lg-4 a:focus,
.profile-txt > a:hover,
.profile-txt > a:focus {
  text-decoration-thickness: 2px;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #283895, #6d7ccf);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  min-width: 44px;
  min-height: 44px;
  line-height: 34px;
  text-align: center;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #6d7ccf, #283895);
  color: #fff;
}

.back-to-top:hover {
  background: #283895;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}

#header #logo {
  float: left;
}

#header #logo h1,
#header #logo .site-logo {
  font-size: 36px;
  margin: -10px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover,
#header #logo .site-logo a,
#header #logo .site-logo a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1,
  #header #logo .site-logo {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  box-shadow: 1px 1px 2px #ddd;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro,
.whysme-slider {
  width: 100%;
  height: 600px;
  background: url("../img/intro-bg.jpg") left top no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-top: 92px;
}




#intro .intro-text,
.whysme-slider .intro-text {
  width: 1242px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

#intro h1,
#intro h2,
.whysme-slider h1,
.whysme-slider h2 {
  margin: 0;
  padding: 0 15px;
  font-size: 42px;
  font-family: 'gothammedium';
  line-height: 50px;
  color: #fff;
}





@media (max-width: 768px) {
  #intro h1,
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;

}

.nav-menu li {
  position: relative;
  white-space: nowrap;

}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  /* padding-right: 30px; */
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 0px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

.menu-item-has-children {
  padding-right: 10px;
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 5px 8px 5px 8px;
  text-decoration: none;
  display: inline-block;
  color: #010101;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}


.nav-menu a:hover {
  color: #283895;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
  font-family: 'gothambook';
}

.nav-menu ul li:hover>a {
  color: #283895;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }


}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-item-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-item-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}





/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 42px;
  line-height: 58px;
  color: #231f20;
  font-family: 'gothammedium';
  margin-bottom: 0;
}

.section-header .section-title span {
  background: #283895;
  color: #fff;
  padding: 0 10px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #595959;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #e7e2db;
}

/* About Us Section
--------------------------------*/
#about {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 60px 0;
}

#advanced-features h2 {
  font-size: 36px;
  font-family: 'gothammedium';
  color: #2a2829;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p.f24 {
  font-size: 24px;
  line-height: 29px;
  font-family: 'gothammedium';
  color: #2a2829;
}

#advanced-features p.f18 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'gothammedium';
  color: #2a2829;
}


#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 0;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 140px 0 140px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 0px;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 170px;
  font-family: 'gothammedium';
  margin-bottom: 15px;
  font-size: 36px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 18px;
  margin-left: 170px;
  margin-bottom: 0;
  line-height: 24px;
  font-family: 'gothambook';
  color: #2a2829;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 0;
  margin-bottom: 30px;
  color: #2a2829;

}

#pricing h2 {
  font-size: 36px;
  font-family: 'gothammedium';
  font-style: normal;
  margin-bottom: 30px;
}

#pricing h3 {
  color: #2a2829;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'gothammedium';
  font-style: normal;
}

#pricing h4 {
  font-size: 14px;
  color: #283895;
  font-family: 'gothammedium';
  margin-top: 15px;
}

#pricing p {
  color: #2a2829;
  margin: 0;
}

#pricing p img {
  max-width: 100%;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #1dc8cd;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

.border-bottom1 {
  border-bottom: 2px solid #f3f0ed;
}

.border-bottom2 {
  border-bottom: 2px solid #2a2829;
}


/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  background: #2a2829;
  padding: 60px 0;
  overflow: hidden;
  color: #fff;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea,
#contact .form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #cfd4da;
  padding: 10px 12px;
}

#contact .form input:focus,
#contact .form textarea:focus,
#contact .form select:focus {
  border-color: #283895;
  outline: 2px solid #283895;
  outline-offset: 2px;
}

#contact .form .wpcf7-form label,
#contact .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

#contact .form .wpcf7-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #231f20;
}

#contact .form .wpcf7-form .wpcf7-required {
  color: #b91c1c;
  margin-left: 3px;
}

#contact .form .wpcf7-form .wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 13px;
  margin-top: 5px;
}

#contact .form .wpcf7-form .wpcf7-response-output {
  margin-top: 12px;
  font-weight: 600;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #283895;

  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}




.border-bottom {
  border-bottom: 2px solid #e7e2db;
}

.startegic-solutions {
  padding: 60px 0px 0px;
}

.section-title1 {
  font-size: 36px;
  line-height: 42px;
  color: #231f20;
  font-family: 'gothammedium';
  margin-bottom: 20px;
}

.profile-box {
  margin: 30px 0 20px;
  display: flex;
}

.profile-box p {
  margin: 0;
}

.profile-box .profile-photo {
  width: 33%;
  position: relative;
}

.profile-box .profile-photo::after {
  background: url(../img/arw.jpg) left top no-repeat;
  content: '';
  width: 19px;
  height: 35px;
  position: absolute;
  right: -19px;
  top: 67px;
  z-index: 1;
}


.profile-box .profile-photo .userInfo {
  background: url(../img/ajay.jpg) center top no-repeat;
  height: 400px;
  position: relative;
  color: #fff;
  padding: 20px;
}

.profile-box .profile-photo .userInfo .username {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.profile-box .profile-photo .userInfo .username h3 {
  font-family: 'gothammedium';
  font-size: 24px;
  margin: 0;
}

.profile-box .profile-photo .userInfo .username p {
  margin: 0;
  font-size: 16px;
}

.profile-box .profile-txt {
  width: 70%;
  background: #283895;
  padding: 70px 30px 30px;
  color: #fff;
  position: relative;
}

.profile-box .profile-txt h3 {
  font-family: 'gothammedium';
  font-size: 24px;
  margin: 0 0 15px;
}

.profile-box .profile-txt h2 {
  font-family: 'gothammedium';
  font-size: 42px;
}

.profile-box .profile-txt a {
  background: url(../img/arw-link.jpg) left center no-repeat;
  font-size: 18px;
  font-family: 'gothammedium';
  color: #fff;
  padding-left: 35px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

#getinTouch {
  padding: 100px 0;
  display: none;
}

.getintocuh-btn {
  background: #283895;
  font-size: 24px;
  color: #fff;
  font-family: 'gothammedium';
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.getintocuh-btn:hover {
  background: #000;
  color: #fff;
}

#getinTouch .section-header .section-title {
  font-size: 39px;
  line-height: 50px;
}

#contact p {
  font-size: 16px;
}

#contact p:last-child {
  margin-bottom: 0;
}

#contact .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact .footer-links li {
  margin: 0;
}

#contact .footer-links a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #283895;
  padding: 5px 0;
  font-size: 16px;
}

#contact a {
  color: #fff;
}

#contact .footer-links a:hover,
#contact a:hover {
  color: #5b6cce;
}

.nav-contact {
  background: #283895;
  color: #fff !important;
  padding: 5px 10px !important;
}

.about-sec1 {
  padding: 60px 0;
}



.f34 {
  font-size: 34px;
  line-height: 40px;
  font-family: 'gothammedium';
}

.f24 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'gothammedium';
}

.approach {
  margin-bottom: 40px;
}

.approach h3 {
  font-size: 24px;
  border-bottom: 5px solid #283895;
  padding-bottom: 10px;
}

.inner-banner {
  height: 300px !important;
  position: relative;
}

.inner-banner::before {
  background: rgba(40, 56, 149, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}

.inner-banner h2 {
  margin: 0 !important;
}

.inner-banner .f14 {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}

.about-bg {
  background: url("../img/about-bg.jpg") left top no-repeat !important;
  background-size: cover !important;
}


.inner-banner-team {
  height: 335px !important;
  border-bottom: 70px solid #283895;
  background: #fff !important;
  position: relative;
}



.team-name {
  text-align: left !important;
  color: #000;
  position: relative;
  top: 30px;
}

.team-name::before {
  background: url(../img/team-arw.jpg) left top no-repeat;
  content: '';
  position: absolute;
  left: 50px;
  top: 139px;
  width: 59px;
  height: 69px;
}

.team-name h3 {
  margin: 0;
  font-family: 'gothammedium';
  font-size: 36px;
}

.team-name p {
  margin-bottom: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 23px !important;
}

.right-img {
  position: absolute;
  right: 100px;
  bottom: -136px;
}

.number-box {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
}

.number-box .box {
  width: 32%;
  background: #283895;
  padding: 30px;
  min-height: 260px;
  color: #fff;
}

.number-box .box p:first-child {
  font-size: 18px;
}

.number-box .box span {
  display: block;
  font-size: 33px;
  line-height: 46px;
  font-family: 'gothambold';
}


.number-box .box.bg1 {
  background: #97b4de;
  color: #2a2829;
}

.number-box .box.bg2 {
  background: #e7e2db;
  color: #2a2829;
}

.dot-list {
  margin: 20px 0 0 20px;
  padding: 0;
}

.dot-list li {
  margin: 0 0 30px 0;
  padding: 0;
}

.dot-list li:last-child {
  margin-bottom: 0;
}

.dot-list li span {
  font-family: 'gothammedium';
  color: #283895;
}

.dot-list.black li span {
  font-family: 'gothammedium';
  color: #231f20;
}

.dot-list.black li {
  margin: 0 0 20px 0;
  padding: 0;
}

.dot-list.black li:last-child {
  margin-bottom: 0;
}

.title-list {
  background: #283895 url(../img/corner.png) right top no-repeat;
  font-size: 18px;
  font-family: 'gothammedium';
  color: #fff;
  padding: 5px 30px 5px 10px;
  display: inline-block;
}

.recognition h2 {
  margin-bottom: 30px;
}

.adv-box {
  margin: 0;
  padding: 0;
}

.adv-box h3 {
  font-size: 24px !important;
  font-family: 'gothammedium' !important;
  color: #231f20 !important;
  font-style: normal !important;

}

.adv-box p {
  margin: 0;
  padding: 0;
  color: #231f20 !important;
}

#advanced-features .features-row.quote {
  padding: 40px 0;
}

.quote-box {
  font-size: 30px;
  line-height: 38px;
  color: #283895;
  padding: 60px;
  border: 10px solid #283895;
  font-family: 'gothammedium';
  max-width: 1090px;
  margin: 0 auto;
}

.team-cnt {
  width: 924px;
  margin: 0 auto;
  display: flex;
justify-content: space-evenly;
  margin-top: 20px;
}

.team-box {
  color: #2a2829 !important;
}

.team-box p {
  color: #2a2829 !important;
  margin-top: 25px;
}

.team-box p span {
  display: block;
  font-family: 'gothammedium';
  font-size: 24px;
  margin-bottom: 5px;

}

#advanced-features .features-row.career {
  padding: 0;
}

.career-journey {
  background: #e7e2db url(../img/career.jpg) center bottom no-repeat;
  height: 660px;
  position: relative;
}

.career-journey-cnt {
  position: relative;
  max-width: 1375px;
  height: 100%;
  margin: 0 auto;
}

.career-journey .title {
  position: absolute;
  left: 82px;
  top: 60px;
  font-size: 42px;
  line-height: 42px;
  color: #2a2829;
  font-family: 'gothammedium';
}

.career-journey .title span {
  font-size: 24px;
  line-height: 24px;
  color: #2a2829;
  display: block;
}

.career-journey .year {
  position: absolute;
  left: 0;
  bottom: 0;
}

.career-journey .year.y1994 {
  width: 230px;
  left: 63px;
  bottom: 184px;
}

.career-journey .year.y1994 span {
  bottom: -125px;
}


.career-journey .year.y1995 {
  width: 290px;
  left: 343px;
  bottom: 240px;
}

.career-journey .year.y1996 {
  width: 300px;
  left: 670px;
  bottom: 338px;
}

.career-journey .year.y2010 {
  width: 250px;
  left: auto;
  right: 116px;
  bottom: 424px;
}

.career-journey .year p {
  border: 3px solid #283895;
  padding: 15px;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #000 !important;
  position: relative;

}

.career-journey .year.y1995 p:before,
.career-journey .year.y1996 p::before {
  height: 80px;
  bottom: -83px;

}

.career-journey .year.y1996 p::before,
.career-journey .year.y1996 p::after {
  left: 42%;
}


.career-journey .year.y1995 p:after,
.career-journey .year.y1996 p::after {
  bottom: -98px;
}

.career-journey .year.y2010 p:before {
  height: 40px;
  bottom: -43px;
}

.career-journey .year.y2010 p:after {
  bottom: -57px;
}

.career-journey .year.y1995 span {
  left: 43%;
}

.career-journey .year.y1996 span {
  bottom: -123px;
  left: 33%;
}

.career-journey .year.y2010 span {
  bottom: -95px;
}


.career-journey .year p:before {
  position: absolute;
  left: 50%;
  bottom: -92px;
  width: 3px;
  height: 90px;
  background: #283895;
  content: '';
  margin-left: -2px;
}

.career-journey .year p:after {
  width: 15px;
  height: 15px;
  background: #283895;
  position: absolute;
  left: 50%;
  bottom: -106px;
  content: '';
  border-radius: 50%;
  margin-left: -8px;
}


.career-journey .year span {
  font-family: 'gothammedium';
  color: #283895 !important;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -109px;
  left: 39%;
}

.menu-active a {
  color: #283895;
  /* font-family: 'gothammedium'; */
}

.modal-lg {
  max-width: 1030px;
}

.modal-content {
  border-radius: 25px;
  border: 0;
}

.modal-body {
  padding: 40px;
}

.team-details {
  display: flex;
}

.team-details .team-photo {
  width: 30%;

}

.team-details .team-photo .education {
  border-bottom: 2px solid #e7e2db;
  margin-bottom: 30px;
}

.team-details .team-photo img {
  max-width: 100%;
}

.team-details .team-bio {
  width: 70%;
  padding-left: 30px;
}

.team-details .team-bio .team-name1 h2 {
  font-size: 42px;
  line-height: 42px;
  color: #2a2829;
  font-family: 'gothammedium';
  margin-bottom: 0;
}

.team-details .team-bio .team-name1 h3 {
  font-size: 18px;
  font-family: 'gothambook';
}

.team-details .team-bio .team-name1 p {
  font-size: 18px;
  font-family: 'gothambook';
  margin-bottom: 0;
  margin-bottom: 30px;
}

.team-details .team-bio .team-desc .f24 {
  margin-bottom: 5px;
}

.team-details .team-photo .education .f18 {
  font-size: 18px;
  font-family: 'gothammedium';
}

button.close {
  background: #e7e2db;
  padding: 10px 15px;
  border-radius: 10px;
}

.contact-bg {
  background: url(../img/contact-banner.jpg) center top no-repeat !important;
  /* height: 475px !important; */
  background-size: cover !important;
}

.contact-bg:before {
  display: none;
}

.whysme-pricing.contact {
  padding: 100px 0;
}

.whysme-pricing.contact .form-submit-btn {
  font-size: 24px;
  background-color: #283895;
  color: #fff;
  padding: 5px 20px;
  font-family: 'gothammedium';
  border: 0;
  min-width: 300px;
}

.whysme-pricing.contact .form-check-label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  margin-left: 20px;
}

.whysme-pricing.contact .form-control {
  border-radius: 0;
  font-size: 18px;
  padding: 8px 20px;
}

.whysme-pricing.contact .validation {
  font-size: 14px;
  line-height: 20px;
  color: #d32f2f;
}

.whysme-pricing.contact .form-check-input {
  height: 35px;
  width: 35px;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

.whysme-pricing.contact .form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.profile-experience {
  display: flex;
  margin-top: 20px;
}

.profile-experience p {
  width: 30%;
  font-family: 'gothammedium';
  font-size: 24px;
  border-right: 1px solid #fff;
  margin-right: 30px;
}

.profile-experience p:last-child {
  border-right: 0;
}

.inner-banner-artcile {
  height: 50px !important;
  background: #283895 !important;

}

.news-articles .tab-content {
  padding: 60px 0;
}

.article-date {
  font-size: 14px;
  color: #283895;
  margin-bottom: 15px;
  font-family: 'gothambook';
}

.news-articles h1 {
  font-family: 'gothambold';
  font-size: 42px;
  margin: 60px 0;
}

.news-articles h2 {
  font-family: 'gothammedium';
  font-size: 24px;
}

.f18 {
  font-size: 18px;
  font-family: 'gothammedium';
}

.news-articles ul {
  margin: 0 0 0 40px;
  padding: 0;
}

.news-articles ul li {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.news-articles ul li span {
  display: block;
  font-family: 'gothammedium';
}

.article-btn {
  background: #283895;
  color: #fff;
  font-family: 'gothammedium';
  padding: 10px;
  border: 0;
  margin-top: 30px;
  display: inline-block;
}

.article-btn:hover {
  color: #fff;
  background: #000;

}

.article-banner {
  position: relative;
}

.article-banner .links {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #283895;
  width: 53px;
}

.article-banner .links a {
  padding: 12px 10px;
  display: block;
  margin-top: 1px;
}

.article-like {
  margin-top: 190px;
}

.article-like h2 {
  font-size: 24px;
  color: #2a2829;
}

.article-list img {
  max-width: 100%;
}

.article-list {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.article-list span {
  font-family: 'gothammedium';
  color: #283895;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}

.article-list a {
  color: #2a2829;
  font-family: 'gothammedium';
}



.mt-18 {
  margin-top: 35px;
}

.inner-banner-artcile .nav-tabs {
  border: 0;
  margin-top: 17px;
}

.inner-banner-artcile .nav-tabs .nav-item {
  margin-bottom: 0;
}

.inner-banner-artcile .nav-tabs .nav-link {
  background: none;
  color: #fff;
  padding: .3rem 1rem;
  border: 0;
}

.inner-banner-artcile .nav-tabs .nav-link:focus,
.inner-banner-artcile .nav-tabs .nav-link:hover {
  border: 0;
}

.inner-banner-artcile .nav-tabs .nav-link:focus:not(:focus-visible) {
  outline: none;
}

.inner-banner-artcile .nav-tabs .nav-link.active {
  font-family: 'gothammedium';
  color: #2a3a92;
  background: #fff;
}

.highlight-txt {
  font-size: 24px;
  line-height: 30px;
  background: #e7e2db;
  color: #283895;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.font24 {
  font-size: 24px;
  background: none !important;
  color: #000 !important;
}

.font14 {
  font-size: 14px;
}

#about .section-header .section-title {
  line-height: 50px;
}

.about-24 {
  font-size: 24px;
  font-family: 'gothammedium';
  margin-bottom: 10px;
}

.about-24 span {
  font-size: 18px;
  font-family: 'gothambook';

}

.about-quote {
  font-size: 46px;
  color: #283895;
  font-family: 'gothambold';
  margin-bottom: 50px;
}

#news .box h4 {
  margin-bottom: 10px;
}

#news .box h3 {
  margin-bottom: 20px;
}

#news .box .ytube-video {
  margin-bottom: 20px;
  height: 335px;
  width: 100%;
  background: #ddd;
}

.follow-us {
  margin-top: 50px;
  font-family: 'gothambold';
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
}

.follow-us span {
  margin: 0 15px 0 0;
}

.follow-us a {
  margin: 0 5px;
}

.sme-box {
  margin-bottom: 30px;
}

.sme-box h3 {
  font-size: 24px;
  font-family: 'gothammedium';
  margin-bottom: 0;
}

.sme-box p {
  font-size: 18px;
  margin-top: 5px;
  color: #283895;

}

.sme-box p span {
  text-decoration: underline;
}

.why3box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.why3box-list {
  padding: 33px;
  border-left: 10px solid #283895;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.why3box-list h3 {
  font-family: 'gothambold';
  font-size: 36px;
  margin-bottom: 20px;
}

.why3box-list p {
  margin-bottom: 0;
}

.whytxt-36 {
  font-size: 36px;
  margin-top: 50px;
}

.whytxt-36 span {
  font-family: 'gothammedium';
}

#mobile-nav ul li {
  border-bottom: 1px solid #565454;
}

.single-item .slick-prev,
.single-item .slick-next {
  width: 44px;
  height: 44px;
  background: #283895 !important;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
}

.single-item .slick-prev {
  left: 20px;
}

.single-item .slick-next {
  right: 20px;
}

.single-item .slick-prev:before,
.single-item .slick-next:before {
  /* Override slick-theme.css's arrow glyphs: that vendor file declares
     @charset with single quotes, which browsers ignore per spec, so its
     literal arrow characters get misread and render as mojibake. Use
     Font Awesome (already loaded and rendering correctly elsewhere)
     instead of the slick icon font. */
  font-family: "FontAwesome";
  color: #fff;
  opacity: 1;
  font-size: 18px;
}

.single-item .slick-prev:before {
  content: "\f053";
}

.single-item .slick-next:before {
  content: "\f054";
}

.single-item .slick-prev:hover,
.single-item .slick-prev:focus,
.single-item .slick-next:hover,
.single-item .slick-next:focus {
  background: #6d7ccf !important;
}

.single-item .slick-prev:focus:not(:focus-visible),
.single-item .slick-next:focus:not(:focus-visible) {
  outline: none;
}

.carousel-controls {
  position: relative;
  max-width: 1242px;
  margin: 0 auto;
}

.carousel-pause-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #283895;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.carousel-pause-toggle:hover,
.carousel-pause-toggle:focus {
  background: #6d7ccf;
}

.carousel-pause-toggle:focus:not(:focus-visible) {
  outline: none;
}

.disclaimer h2 {
  font-weight: 600;
}

.form-bg {
  background: #283895 !important;
}

#mobile-nav ul li.menu-active a {
  color: #ffc107;
}

.color-blue {
  color: #283895 !important;
}

.m-height400 {
  min-height: 500px;
}

.nav-menu li:nth-child(5) {
  /*display: none;*/
}

.wpcf7-field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #231f20;
  font-size: 14px;
}

span.wpcf7-list-item {margin: 0px !important; font-size:16px;}
.wpcf7-not-valid-tip {
    font-size: 14px; line-height: 22px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 5px 10px;
    font-size: 18px;
    margin-top: 10px;
}
.contact-checkbox{margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    margin-left: 20px;
    margin-top:-11px;
}
.privacy-terms {
  padding: 60px 0;
}

.privacy-terms h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.privacy-terms p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.privacy-terms ul {
  margin: 0 0 30px 50px;
  font-size: 16px;
  padding: 0;
}

.privacy-terms ul li {
  margin: 7px 0;
  padding: 0;
  list-style-type: disc;
}

.privacy-terms a {
  text-decoration: underline;
  color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    margin-left:0px !important;
}

.f10{ font-size:14px; color:#8fa3e8; margin:0;}

.footer-fund-details {
  margin: 10px 0 0 0;
  padding: 0 10% 0 0;
}

.footer-fund-details li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-bottom: 1px solid #283895;
  font-size: 16px;
}

.footer-fund-details li span {
  color: #8fa3e8;
  min-width: 150px;
  display: inline-block;
  font-size: 14px;
}

/* Modal Close Button Target Size & Slider Controls */
.modal-body .close {
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
  opacity: 0.8;
}

.single-item .slick-dots li,
.slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 4px;
}

.single-item .slick-dots li button,
.slick-dots li button {
  width: 24px;
  height: 24px;
  padding: 0;
}

/* Override slick-theme.css's dot glyph: that vendor file declares @charset
   with single quotes, which browsers ignore per spec, so its literal '•'
   character gets misread and renders as mojibake. Use a CSS unicode
   escape instead, which is encoding-safe, and drop the 'slick' icon font. */
.single-item .slick-dots li button:before,
.slick-dots li button:before {
  font-family: inherit;
  content: "\2022";
}


