img {
  object-fit: cover;
}

#indicatorModalBody .col-md-3.col-xl-2.my-2 {
  height: fit-content;
  position: relative;
}

.indicator svg.thumbs {
  position: absolute;
  height: 16px;
  width: 16px;
  bottom: 2em;
  left: 30%;
}

#indicatorModalBody svg.thumbs {
  position: absolute;
  height: 23px;
  width: 23px;
  bottom: 1.25em;
  left: 29%;
}

svg.thumbs_up {
  left: auto !important;
  right: 30%
}

#indicatorModalBody svg.thumbs_up {
  left: auto !important;
  right: 28%
}


a {
  text-decoration: none;
}

/*
KRK: why is this a thing?
ul,
ol {
  list-style-type: none;
}
*/

img {
  border: none;
}

body {
  /* color: #838383; */
  color: #212121;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}

p {
  color: #767676;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}

li,
span,
a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

a:hover{
  text-decoration: none;
  background-color: transparent !important;
}

.title-section {
  padding: 0 0 50px 0;
}

.title-section p {
  padding: 0 15px 0;
}

.custom-btn{
  background: #1879da;
  color: #ffffff;
  padding: 10px 35px 14px 35px;
  margin: 0 10px;
  font-weight: 700;
  margin: 30px 15px;
  font-size: 16px;
  transition: 0.6s ease-in-out;
}

.custom-btn:hover {
  background: #044d96 !important;
  transition: 0.6s ease-in-out;
  color: #fff;
}

.title {
  color: #212121;
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 50px;
}

.title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 50px;
  width: 60px;
  height: 3px;
  background-color: #1879da;
  margin: 0 auto;
}

/*Navbar*/
.navbar-brand, .navbar-brand:hover{
  color: #fdfdfd;
}

nav {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

nav.custom-nav{
  background: rgba(255, 255, 255, 0.10);
}

nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.30);
  -ms-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.30);
  -o-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.30);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.30);
}

nav.sticky .navbar-toggler {
  color: #212121;
}

nav.sticky .navbar-nav li a,
nav.sticky .navbar-brand {
  color: #212121;
}

nav.sticky li.active a,
nav.sticky li a:hover,
nav.sticky li a:focus,
nav.sticky li a:target {
  color: #1879da;
}

.navbar-nav .dropdown-menu li a {
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0;
  border: none;
  transition: 0.8s;
  line-height: 50px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0.5px;
  border-top: transparent;
  top: 70% !important; /* overriding Bootstrap to fix positioning - MRM/EE */
  left: 7px !important; /* overriding Bootstrap to fix positioning - MRM */
}

.dropdown-item {
  padding: 8px 20px;
  font-weight: bolder;
  color: #212121 !important;
  font-size: 16px;
  line-height: 10px !important;
}

.dropdown-menu li a li.active a,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:target {
  color: #1879da !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1879da !important;
  text-decoration: none;
  background-color: #fdfdfd !important;
}

.dropdown .fa {
  font-size: 11px;
  position: relative;
  bottom: 1px;
  left: 2px;
}

/*.dropdown:hover>.dropdown-menu {
 display: block;
}*/

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
  padding: 0 !important;
}

.navbar-brand {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-weight: 900;
}

.navbar-toggler {
  color: #ffffff;
}

.navbar-nav li.active a,
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:target {
  color: #95d8ed;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #212121 !important;
  font-size: 20px !important;
  margin: 0 !important;
  background: none !important;
}

nav .navbar-nav li a {
  display: block;
/*  line-height: 50px; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .5px;
  padding: 20px 15px!important;
  transition: all linear .3s;
}

/*Home-Page*/
/*Slider*/
#slider .item {
/*  height: 100vh;
 *  jimmy gay */
  position: relative;
  width: 100%;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 0em;
}

@media screen and (min-width: 990px) {
  #slider .item {
    padding: 5em;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

div#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-caption {
  padding-top: 0;
  display: block;
  z-index: 1;
}

.slide-caption .slider-inner {
  padding: 0 40px;
  max-width: 1200px;
  right: auto;
}

.slide-caption .slider-inner h1 {
  color: #fff;
  margin: 0;
  padding-top:20px;
}

.slider-inner span {
  color: #1879da;
}

.slider-inner .card {
  background: transparent;
  border: none;
  color: #fff;
}

.slider-inner .card p {
  color: #fff;
  font-weight: normal;
}

.slide-caption p {
  margin: 0 auto;
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  text-transform: capitalize;
}

#slider .slide-caption a {
  display: inline-block;
  margin: 30px 0 0;
}

/* About-us */

#about {
  padding: 70px 0 70px;
}

#about .nopad {
  padding: 0px;
}

#about .about-line {
  width: 2px;
  height: 400px;
  background-color: #eaeaea;
  margin: 0 auto;
}

/*
#about img {
  width: 100%;
  height: 400px;
}
*/
#about .about-us-image-wrapper {
  cursor: pointer;
  text-align: right;
  border: 1px solid transparent;
}

#about .about-us-image-wrapper:hover {
  border: 1px solid #30bfbf;
}

#about .about-us-image-wrapper figcaption {
  padding: 1rem;
  background-color: #eee;
}

#about .about-us-image-wrapper figcaption p {
  color: #333;
  text-align: justify;
  font-style: italic;
}

#about h3 {
  text-transform: capitalize;
  padding-bottom: 25px;
}

#about p {
  padding-bottom: 10px;
}

#about .about-btn {
  padding: 35px 0 0;
}

#about .about-btn .custom-btn {
  margin: 0;
}

#about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

#about .overlay .fa {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  background: #1879da;
  border-radius: 50%;
  padding: 20px 24px;
}

#about .pd {
  padding-left: 0;
  padding-right: 0;
}

/* Service */

#service {
  padding: 70px 0 70px;
}

#service .service-item {
  background: #f7f8fa;
  text-decoration: none;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

#service .service-item:hover {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px 0 rgba(90, 78, 78, 0.2);
}

#service .service-item .fa {
  margin-top: 20px;
  font-size: 40px;
  color: #1879da;
}

#service .service-item .service-item-top-image {
  width: 100%;
}

#service .service-item .service-item-icon-image {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

#service .service-title {
  font-size: 20px;
  padding: 30px 30px 20px 30px;
}

#service .service-subtitle {
  padding: 10px 30px 20px 30px;
}

#testimonial.service-testimonial {
  padding: 0 0 70px 0;
}

.service-testimonial .testimonial-carousel img {
  float: unset;
  margin: auto;
}

.service-testimonial .testimonial-caption {
  float: unset;
  padding: 0 10px;
  text-align: center;
}

.service-testimonial .title:after {
  left: 0 !important;
  right: 0 !important;
  top: 100px;
}

/*Our-Team*/
#our-team {
  padding: 70px 0 50px;
}

.single-team {
  position: relative;
  overflow: hidden;
}

.single-team img {
  height: 400px;
  width: 100%;
}

.single-team::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: rgba(35, 37, 39, 0.9);
  z-index: 9;
  opacity: 0;
  transition: .3s;
}

.single-team .hover-content {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  padding: 0;
  transition: .3s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  padding: 0 20px;
}

.single-team .hover-content h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 3px;
}

.single-team .hover-content span {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 26px;
  display: inline-block;
}

.single-team .hover-content p {
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 26px;
}

.team-social a {
  color: #ffffff;
  font-size: 16px;
  margin: 0 5px;
}

.team-social a:hover, .team-social a:focus {
  color: #1879da;
}

.single-team:hover::before {
  opacity: 0.85;
}

.single-team:hover .hover-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*Counter*/
#counter h3 {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}

#counter h4 {
  font-size: 16px;
  color: #ffffff;
}

#counter .fa {
  padding: 24px 26px;
  font-size: 40px;
  color: #1879da;
  margin: 0;
  background: none;
}

#counter.get-in-touch::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

/*testimonials*/
#testimonial {
  padding: 70px 0 70px;
}

#testimonial .title:after {
  left: 100px;
  right: unset;
  top: 100px;
}

#testimonial .title-section {
  padding: 50px 40px 0;
}

#testimonial .title {
  padding-bottom: 40px;
}

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

#testimonial .testimonial-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#testimonial .rs-bg {
  padding: 0;
}

#testimonial .testimonial-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 145, 255, 0.6);
  z-index: 0;
}

#testimonial .testimonial-overlay-bottom {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#testimonial .testimonial-carousel {
  position: relative;
  z-index: 0;
  padding: 10px 40px 30px;
}

.testimonial-carousel p:before {
  content: open-quote;
}

.testimonial-carousel p:after {
  content: close-quote;
}

.testimonial-carousel img {
  float: left;
  padding: 30px 0 30px;
  margin-right: 20px;
  width: 95px !important;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-caption {
  float: left;
  padding: 50px 10px;
}

.testimonial-caption h4 {
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.25;
  color: #333333;
  font-size: 18px;
}

.testimonial-caption span{
  font-size: 14px;
}

/*call-to-action*/
#call-to-action {
  background: #f7f8fa;
}

#call-to-action .bg {
  padding: 20px 0;
}

#call-to-action h3 {
  padding: 20px 0 20px;
  text-transform: capitalize;
}

#call-to-action p {
  padding: 0 0 20px;
}

.call-to-action-btn {
  padding: 50px 0;
}

.call-to-action-btn .custom-btn{
  padding: 12px 40px;
}

/*Banner*/
.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
}

.banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner-content {
  padding: 140px 0 115px;
}

.banner-content h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.banner-content p {
  font-size: 19px;
  color: #fdfdfd;
}

/*blog-page*/
#blog {
  padding: 70px 0 70px;
}

#blog a:hover{
  color: #1879da;
}

#blog .title {
  color: #212121;
  padding-bottom: 30px;
}

#blog .blog-box {
  margin-bottom: 30px;
  box-shadow: 0 0 0 #000000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.10);
}

#blog .blog-box .blogimage {
  position: relative;
}

#blog .blog-box .blogimage .tags {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #1879da;
  color: #ffffff;
  padding: 1px 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.10);
}

#blog .blog-box .blogimage .tags i,
#blog .blog-box .blogimage .tags span {
  color: #ffffff;
  font-size: 14px;
}

#blog .blog-box .blogimage .tags i.fa.fa-tags {
  padding-right: 4px;
}

#blog .blog-box .blog-caption {
  padding: 20px 15px 15px;
  background: #ffffff;
}

.blog-box .blog-caption h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.blog-box .blog-caption h3 a {
  color: #333333;
}

.blog-box .blog-caption p {
  color: rgb(111, 110, 110);
  margin-bottom: 0;
}

.blog-box .blog-caption ul {
  border-top: 2px solid rgb(228, 225, 225);
  margin-top: 25px;
  padding: 15px 0;
}

.blog-box .blog-caption ul li {
  display: inline-block;
  padding-left: 5px;
}

#blog .owl-prev, #blog .owl-next{
  display: inline-block !important;
}

/*.blog-box .blog-caption ul li:nth-child(4) {
  float: right;
}*/

.blog-box .blog-caption ul li span {
  color: rgb(111, 110, 110);
  font-size: 14px;
}

.blog-box .blog-caption ul li span i {
  margin-right: 5px;
}

.blog-box .blog-caption li a {
  position: absolute;
  right: 30px;
  bottom: 78px;
}

.blog-box .blog-caption li a :hover {
  color: #044d96;
}

.pagination {
  margin: 30px 0 0;
  text-align: center;
  display: block;
}

.pagination > li {
  display: inline-block;
  margin-right: 2px;
}

.pagination > li:first-child > a {
  border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:hover {
  background-color: #1879da;
  border-color: #1879da;
  color: #ffffff !important;
  cursor: default;
  z-index: 3;
}

.pagination > li > a,
.pagination > li > span {
  border: 2px solid #eeeeee;
  border-radius: 0;
  color: rgb(111, 110, 110);
  display: block;
  float: none;
  padding: 8px 15px;
  background-color: #ffffff;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background: #044d96 none repeat scroll 0 0;
  border-color: #044d96;
  color: #ffffff !important;
  text-decoration: none;
}

/*blog-details*/
.blog-details .blog-box .blog-caption ul {
  border: none;
  margin-top: 0;
  padding: 0 0 10px;
}

.blog-details .blog-box img {
/*  width: 100%;
  height: 400px;*/
}

.blog-details blockquote:before {
  content: open-quote;
}

.blog-details blockquote:after {
  content: close-quote;
}

.blog-details blockquote {
  padding: 10px 20px;
  margin: 0 0 15px;
  font-size: 18px;
  border-left: 5px solid #dddddd;
  background: #f5f5f5;
  font-style: italic;
}

.blog-details .blog-box .blog-caption ul li:nth-child(2) {
  float: unset;
}

.blog-details .blog-box .blog-caption ul li:nth-child(1) {
  padding: 0;
}

.blog-details .blog-box .blog-caption ul li {
  padding: 0 5px;
}

.blog-details .blog-box .blog-caption ul li span {
  color: rgb(111, 110, 110);
  font-size: 14px;
}

.blog-details .blog-box {
  margin-bottom: 30px;
  box-shadow: 0 0 0 #000000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0) !important;
}

.blog-details .get-in-touch::after {
  background-color: rgba(193, 188, 188, 0.2) !important;
}

.blog-details .custom-btn{
  margin: 0 !important;
  border: none !important;
  cursor: pointer;
}

.blog-details .form-control {
  margin-bottom: 15px !important;
}

.blog-details form#contact_form {
  padding: 30px 0;
}

/*comment-form*/
.comment-row {
  margin-bottom: 60px;
}

.comment-row h3 {
  margin-bottom: 50px;
  margin-top: 20px;
}

.comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 100px;
}

.blog-details .comment-item img {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.comment-item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.middle-item,
.middel-item {
  margin-left: 50px;
}

.form-control {
  height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

textarea.form-control {
  height: auto;
}

.form-area {
  width: 100%;
}

/*contact-page*/
#conatct {
  padding: 10px 0 70px;
  background: #f5f5f5;
}

#conatct form {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 50px;
}

#conact form input,
#conact form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin-bottom: 23px;
  color: rgba(142, 142, 142, 1);
}

/*get-in-touch*/
.get-in-touch {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
  padding: 80px 0 80px;
}

.get-in-touch .title {
  color: #ffffff;
}

.get-in-touch::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(245, 245, 245, 1);
  z-index: -1;
}

.get-in-touch a,
.get-in-touch p {
  font-size: 16px;
  color: #212121;
  display: block;
}

.get-in-touch a:hover {
  color: #1879da;
}

.get-in-touch .fa {
  background: #1879da;
  color: #ffffff;
  padding: 14px 16px;
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  border-radius: 50%;
}

.get-in-touch .fa-home,
.get-in-touch .fa-envelope-o {
  padding: 14px 14px;
}

.get-in-touch i {
  padding-bottom: 30px;
}

/*Footer*/
footer {
  background: #212121;
}

footer p {
  color: #fdfdfd;
}

footer ul {
  padding: 0;
}

.footer-top{
  padding: 50px 0 50px;
}

.copyright {
  background: #0c0c0c;
  padding: 10px 0 10px;
}

footer .footer-top h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 30px;
  text-transform: capitalize;
}

footer .footer-top h5:after {
  position: absolute;
  content: "";
  left: 16px;
  top: 30px;
  width: 60px;
  height: 2px;
  background-color: #1879da;
}

footer img.img-responsive {
  padding-bottom: 30px;
}

footer .footer-top li a {
  color: #fdfdfd;
  line-height: 30px;
}

footer nav .navbar-nav li a {
  padding: .5rem 1rem!important;
}

ul.social li {
  display: inline-block;
}

ul.social {
  padding: 20px 0 0;
}

footer .logo-footer {
  width: 150px;
  height: auto;
}

footer .fa {
  border: 2px solid #1879da;
  color: #1879da;
  padding: 8px 11px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 50%;
}

footer .fa-envelope,
footer .fa-twitter,
footer .fa-instagram,
footer .fa-youtube {
  padding: 9px 10px;
}

footer .contact p {
  padding: 5px 0;
  font-size: 15px;
  line-height: 25px;
}

footer .contact a:hover .fa,
ul.social li a:hover .fa {
  background: #1879da;
  color: #ffffff;
}

footer a:hover {
  color: #95d8ed !important;
}

footer .contact .fa.fa-map-marker {
  float: left;
}

footer .contact p a {
  color: #fdfdfd;
}

footer .copyright p {
  font-size: 14px;
  line-height: 24px;
}

footer .copyright span {
  color: #1879da;
}

footer .copyright p a:hover {
  text-decoration: underline;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #ffffff;
}

#back_to_top {
  display: inline-block;
  background-color: #1879da;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s , opacity .5s , visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back_to_top:hover {
  cursor: pointer;
  background-color: #1879da;
  text-decoration: none;
}

#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

/*Media Style*/
@media screen and (max-width: 527px) {
  .blog-box .blog-caption li a {
    position: absolute;
    right: 30px;
    bottom: 44px;
  }

  /* homepage overrides for mobile */
  a.navbar-brand {
    margin-left: 15px !important;
  }

  #slider .item {
    height: auto;
  }

  .slide-caption .slider-inner {
    padding: 0 10px;
  }

  .slide-caption .slider-inner h1 {
    font-size: 1.5rem;
  }

  .slide-caption .slider-inner .card-body {
    padding: 0.5rem;
  }

  .slide-caption .slider-inner ul {
    font-size: 18px;
    line-height: initial;
    padding-left: 10px;
  }

  .slide-caption a {
    margin: 0;
  }

}

@media screen and (max-width: 900px) {
  .slide-caption {
    padding-top: 150px;
  }
}

@media screen and (max-width: 990px) {
  .single-team {
    padding: 10px 0;
  }
}

.navbar-nav {
  background: transparent;
}

@media (max-width: 1199px) and (min-width: 320px) {
  #menu .navbar-nav {
    background: #ffffff;
    padding: 10px 0;
  }

  .single-team::before {
    top: unset;
    height: 400px;
  }

  .title:after {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 320px) {
  #menu .navbar-nav li a {
    line-height: 20px;
    transition: all linear .3s;
    color: #212121;
  }
}

@media (max-width: 1200px) and (min-width: 320px) {
  #menu .container {
    max-width: 100%;
    padding: 0;
  }

  button.navbar-toggler {
    margin-right: 25px;
  }

  .navbar {
    padding: 10px 0 10px !important;
  }

  nav .navbar-nav li a {
    text-align: left;
    padding: 12px 45px !important;
  }

  .dropdown-menu {
    padding: 5px 35px 5px 35px;
  }

  .dropdown-menu.show a {
    padding: 17px 30px !important;
  }

  a.navbar-brand {
    margin-left: 40px;
  }

  div#navbarYGCorp {
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
  }

  #testimonial .testimonial-overlay {
    height: 450px !important;
  }

  #about h3 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .get-in-touch .pd {
    padding: 35px 0;
  }
}

@media (max-width: 1100px) and (min-width: 770px) {
  #testimonial .testimonial-overlay {
    position: absolute;
    height: 100% !important;
  }

  footer ul.social {
    padding: 20px 0 30px;
    margin: 0;
  }
}

/*
@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

@media (min-width: 1199px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
*/

/* Add scrollable dropdown to main menu */
#menu .navbar-nav .dropdown-menu.show {
  height: auto;
  max-height: 550px;
/*  overflow-y: auto;*/
}

/* Indicators */
.indicator {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  background-color: #ffffff;
  float:left;
}

.indicator:nth-child(odd) {
  background-color: #EDF5FB;
}

.indicator:hover,
.indicator:nth-child(odd):hover {
  border: 2px solid #30bfbf;
}

.indicator-description {
  display: none;
}

.indicator:hover .indicator-expand {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  text-align: right;
  padding: 1rem;

  color: #333;
  background-color:rgba(255,255,255,0.2);
}

/*.indcont{display:block; float:left; min-width:700px;} 

.tads{display:block;width:25%; float:left;} 

.cag{display:block;width:75%; float:left;}

.ec{display:block; float:left; width:100%;}

.gl{display:block;width:42px;;float:left;padding-top:8%;}

/*svg{width:500px;}*/


/*

#indicatorModalBody .indcont{ height:fit-content;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

*/



#indicatorModalBody .indicator-summary {
  display: none;
}

#indicatorModalBody .indicator-description {
  display: block;
  block-size: fit-content;
  background-color:#ffffff;
}
#indicatorModalBody .info-box{ display:none;}

#indicatorModalBody .chart-container{
 min-width:fit-content;
 
}

.modal-content { background-color:#ffffff; height:fit-content;}

#indicatorModalBody .ec {width:100%;}

#indicatorModalBody .cag{

        display:block;
/*	position: absolute;
	top:0px;*/        
}

/* responsive chart container */

.indcont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.indicator-title {
    font-size:24px;
}

.info-box {
    flex: 1;
    min-width: 200px; /* Minimum width for the info box */
    margin-right: 20px; /* Space between info box and chart */
}

.chart-container {
    flex: 2; /* Take up more space */
    min-width: 500px; /* Minimum width for the chart */
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align images to the right */
    margin-left: 10px; /* Space between chart and images */
    margin-top:100px;
}

.small-image {
    width: 50px; /* Set a fixed width for images */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Space between images */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stack elements on smaller screens */
        align-items: stretch; /* Stretch to full width */
    }

    .info-box, .chart-container, .image-container {
        margin-right: 0; /* Remove right margin */
        margin-bottom: 20px; /* Add bottom margin for spacing */
    }
}

/* end of responsive chart container */

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.callout {
  display:block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
}
/* uncomment to hide guages
.col-md-3.col-xl-2.my-2{
  visibility:hidden;
}
#indicatorModalBody .col-md-3.col-xl-2.my-2{
  visibility:visible;
}
*/
.leftjustified{
  text-align: justify;
}

/* jimmy gay cutting in here to add another tier to the dropdown menu */
/* NEW 2nd-Level Dropdown CSS START */
.dropdown-submenu{position: relative;}
.dropdown-submenu .caret{-webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
.dropdown-submenu > .dropdown-menu {top:0px; left:100%; margin-top:-20px; margin-left:180px; z-index:1000;max-height:320px;overflow:auto;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
.dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 30px;}
@media screen and (min-width:992px){
    .dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 25px;}
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
}
/* NEW 2nd-Level Dropdown CSS END */
.nudge{ margin-left: -8px;}
@media only screen and (max-width: 760px) {
  .dropdown-submenu > .dropdown-menu{margin-left:0px; }
}
.smallguage{display:inline-block;margin:5px;width:110px;text-align:center;}
.smallguage img {width:100px;}
.smallguage figcaption {width:110px;}
.slider-area{z-index:0;}
.sq{padding:0px !important;}

/* customo scroll bar attempt */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
