@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */


html,
body {
  overflow-x: hidden;
}


body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
  background-color: #e4e4e4;
  overflow-x: hidden;
}



a {
  color: #FFC300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #FFC300;
  outline: none;
  text-decoration: none !important;
}

p {
  font-size: 19px;
  margin-bottom: 1.5em;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Quicksand", Arial, sans-serif;
}



::-webkit-selection {
  color: #fff;
  background: #FFC300;
}

::-moz-selection {
  color: #fff;
  background: #FFC300;
}

::selection {
  color: #fff;
  background: #FFC300;
}







#colorlib-aside #colorlib-logo {
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 3em;
  display: block;
  width: 100%;
}



#colorlib-aside #colorlib-logo a {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-right: .3em;
}

#colorlib-aside #colorlib-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #colorlib-aside #colorlib-main-menu ul {
    margin: 0 0 2em 0;
  }
}

#colorlib-aside #colorlib-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#colorlib-aside #colorlib-main-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#colorlib-aside #colorlib-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #FFC300;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
  text-decoration: none;
  color: white;
}

#colorlib-aside #colorlib-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
  color: #FFC300;
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#colorlib-aside .colorlib-footer {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #colorlib-aside .colorlib-footer {
    position: relative;
    bottom: 0;
  }
}

#colorlib-aside .colorlib-footer span {
  display: block;
}

#colorlib-aside .colorlib-footer ul {
  padding: 0;
  margin: 0;
}

#colorlib-aside .colorlib-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#colorlib-aside .colorlib-footer ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 4px;
}

#colorlib-aside .colorlib-footer ul li a:hover,
#colorlib-aside .colorlib-footer ul li a:active,
#colorlib-aside .colorlib-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #FFC300;
}

#colorlib-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #colorlib-main {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #colorlib-main {
    width: 100%;
  }
}

#colorlib-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 10em;
  clear: both;
}

#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
}

#colorlib-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 20px;
  float: left;
  width: auto;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .flex-control-nav {
    right: 20px;
    top: 100px;
  }
}

#colorlib-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#colorlib-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #FFC300;
}

#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}

#colorlib-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .desc {
  position: absolute;
  bottom: 0;
  right: -15px;
  padding: 30px;
  background: #FFC300;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner .desc {
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner {
    text-align: center;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Quicksand", Arial, sans-serif;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 28px;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Quicksand", Arial, sans-serif;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
  color: rgba(0, 0, 0, 0.8);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
  font-size: 20px;
  color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner p {
  margin-bottom: 0;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
  color: #000;
  border: 1px solid #fff;
  background: #fff !important;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
}

@media screen and (max-width: 768px) {
  #colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #colorlib-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #2C2C2C;
  z-index: 999;
  position: fixed;
}

body.offcanvas #colorlib-main,
body.offcanvas .colorlib-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}



.no-gutters {
  margin: 0;
  padding: 0;
}



.about-img,
.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.colorlib-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}

.colorlib-heading:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  background: #FFC300;
}

.colorlib-heading span {
  display: block;
}

@media screen and (max-width: 768px) {
  .colorlib-heading {
    margin-bottom: 3em;
  }
}

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

.padding {
  padding: 1em;
}

.steps {
  display: block;
  position: relative;
}

.steps h3 {
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.steps:before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}

.steps .icon {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.steps .icon span {
  display: table;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.steps .icon span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

.steps:hover i {
  color: #FFC300 !important;
}

.steps.active i {
  color: #FFC300 !important;
}

.fancy-collapse-panel .panel-default>.panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.panel-heading a.collapsed:after {
  content: "\ea1c";
}

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0;
}

.services-wrap .services-img {
  height: 170px;
  display: block;
  z-index: -1;
}

.services-wrap .desc {
  width: 90%;
  z-index: 1;
  margin-top: -20px;
  background: #fafafa;
  padding: .8em .5em;
}

.services-wrap .desc h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.move-bottom {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .move-bottom {
    margin-top: 0;
  }
}

.colorlib-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.colorlib-feature .colorlib-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.colorlib-feature .colorlib-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #FFC300;
  font-size: 60px;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  .colorlib-feature .colorlib-icon i {
    font-size: 40px;
  }
}

.colorlib-feature .colorlib-text {
  padding-left: 120px;
  width: 100%;
}

.colorlib-feature .colorlib-text h2,
.colorlib-feature .colorlib-text h3 {
  margin: 0;
  padding: 0;
}

.colorlib-feature .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.colorlib-feature.colorlib-feature-sm .colorlib-text {
  margin-top: 30px;
}

.colorlib-feature.colorlib-feature-sm .colorlib-icon i {
  color: #FFC300;
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .colorlib-feature.colorlib-feature-sm .colorlib-icon i {
    font-size: 28px;
  }
}

.colorlib-feature-lg .colorlib-text h2,
.colorlib-feature-lg .colorlib-text h3 {
  margin: 0;
  padding: 0;
}

.colorlib-feature-lg .colorlib-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}


.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .overlap {
    margin-top: 2em;
  }
}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.project .desc {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: 300px;
}

.project .desc .con .icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.project .desc .con .icon span {
  display: inline;
  padding-right: 5px;
}

.project .desc .con .icon span a {
  color: #cccccc;
  padding: 5px;
  background: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.project .desc .con .icon i {
  font-size: 16px;
  color: #cccccc;
}

.project .desc h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  margin-bottom: 15px;
}

.project .desc h3 a {
  color: #fff;
}

.project .desc span {
  display: block;
  color: #999999;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.project .desc span a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .project .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }

  .project .desc h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }

  .project .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.project:hover .desc {
  opacity: 1;
}

.project:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}

.project-desc span a {
  color: #666666;
}

.project-desc .icon span {
  display: inline;
  padding-right: 5px;
}

.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
}

#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em;
}

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.colorlib-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #FFC300;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}

.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.colorlib-lead {
  font-size: 18px;
  line-height: 1.5;
}

#get-in-touch {
  padding: 3em 0;
}

#get-in-touch .btn-learn {
  padding: 15px 30px !important;
  font-size: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.colorlib-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.colorlib-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.colorlib-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .colorlib-social li a {
    padding: 10px 8px;
  }
}

.colorlib-social li a:hover {
  color: #FFC300;
}

.colorlib-social li a:hover,
.colorlib-social li a:active,
.colorlib-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #FFC300;
}


.colorlib-bg-color {
  background: #fafafa;
  position: relative;
}

.pagination {
  padding: 0;
}

.pagination li {
  margin: 2px;
}

.pagination li a {
  color: #000;
  background: transparent;
  color: #000;
  margin: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination li a:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.pagination li a:hover,
.pagination li a:focus {
  background: #FFC300;
  color: #fff;
  border: 1px solid #FFC300;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}

.pagination li.active a {
  background: #FFC300;
  border: 1px solid #FFC300 !important;
}

.pagination li.active a:hover,
.pagination li.active a:focus {
  background: #FFC300;
  color: #fff;
  border: 1px solid #FFC300 !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}

.btn.btn-sm {
  padding: 4px 15px !important;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #000000a4 !important;
  border-color: #00000083 !important;
  border: none;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #FFC300;
  border: 2px solid #FFC300;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #FFC300;
  color: #fff;
}

.btn-success {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #00000094 !important;
  border-color: #00000094 !important;
  border: none;
}

a.btn.btn-dark:hover {
  background: #00000094 !important;
  border-color: #00000094 !important;
  border: none;
}


.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background: #f0f0f0;
}


/* Labels */
label.text-color {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  color: #34495e;
}



#message {
  height: 130px;
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #000;
}

.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
  background: #000;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}


/* My styles */



.candor-media,
.candor-work,
.candor-about,
.candor-services,
.candor-contact {
  padding-top: 4em;
  padding-bottom: 9em;
  clear: both;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {

  .candor-media,
  .candor-work,
  .candor-about,
  .candor-services,
  .candor-contact {
    padding-top: 5em;
    padding-bottom: 8em;
  }
}

.candor-heading {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}


.candor-heading:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 60px;
  height: 4px;
  content: '';
  background: #FFC300;
}

/* 
.candor{
  height: 80px;
  width: 150px;
} */



/* Object Cover */
.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Object Contain */
.object-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.fa-bars {
  font-size: 30px;
}

.offcanvas {
  z-index: 9999999;
  background-color: #e4e4e4;

}

.mobile-navbar .nav-link {
  color: #333;
  padding: 12px;
  margin: 8px 0;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.mobile-navbar .nav-link:hover {
  background-color: #FFC300;
  color: #1a1a1a;
  transform: translateX(4px);
}



/* Sidebar style */


/* Main Content */
.main-content {
  /* margin-left: 120px; */
  overflow: hidden;
  width: 100%;
  /* position: relative; */
}



/* Navbar */


.custom-navbar {
  background-color: #1a1a1a;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.custom-navbar .nav-link {
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.custom-navbar .nav-link:hover {
  background-color: #FFC300;
  color: #1a1a1a;
  transform: translateY(-2px);
  border: 1px solid #FFC300;
}

.custom-navbar .nav-link.active {
  background-color: #FFC300;
  color: #1a1a1a !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 195, 0, 0.6);
}

.custom-navbar .btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.3s;
}

.custom-navbar .btn-success:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.custom-navbar .btn-dark:hover {
  background-color: #333;
  transform: translateY(-2px);
}

.icon {
  font-size: 22px;
}

/* Mobile navbar */
.mob-navbar-container {
  background-color: #e4e4e4;

}

.mob-navbar .nav-link {
  color: #333;
  padding: 12px;
  margin: 8px 0;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.mob-navbar .nav-link:hover {
  background-color: #FFC300;
  color: #1a1a1a;
  transform: translateX(4px);
}

.mob-navbar .icon {
  font-size: 20px;
}



.offcanvas-body .btn {
  width: 45%;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 0;
  transition: background-color 0.3s, transform 0.3s;
}


/* Carousel Container */

.carousel-item {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Prev & Next Buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 50% 50%;
  filter: invert(100%);
  width: 40px;
  height: 40px;
}



.custom-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 200px;
}

.custom-info img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 8px;
}

.custom-info .name {
  font-weight: bold;
}

.custom-info .location {
  font-size: 14px;
  color: #666;
}



#slider-container,
#slide1 {
  width: 100%;
  /* take full width of screen */
  margin: 0;
  /* remove extra margin */
  padding: 0;
  /* remove padding */
}


/* About Us */


.about-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.about-btn:hover,
.about-btn:focus {
  background: #0000009a;
  color: white;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* Footprint */


/* Position arrows above and below */
.footprint-slider {
  position: relative;
  padding: 40px 0;
  /* space for arrows */
}

.footprint-prev,
.footprint-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  margin: 10px 0px;
  opacity: 0.3;
}

.footprint-prev {
  top: -10px;
  /* above slider */
}

.footprint-next {
  bottom: -10px;
  /* below slider */
}

.footprint-prev:hover,
.footprint-next:hover {
  background: #145a29;
}

.stats-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #1c7c3b;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  flex-wrap: wrap;
}

.stats-bar div {
  font-size: 18px;
  margin: 5px 10px;
}

/* Search Box */
.search-box {
  display: flex;
  align-items: center;
}

.search-box input {
  padding: 8px 12px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 220px;
}

.search-box button {
  background: orange;
  border: none;
  padding: 9px 15px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

.footprint-container {
  display: flex;
  height: calc(100vh - 60px);
}

/* Left Sidebar */
.footprint-sidebar {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  overflow: hidden;
}

.footprint-sidebar h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.card-section {
  margin-bottom: 20px;

}

.card-title {
  background: #1c7c3b;
  text-align: justify;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 2px;
}

.logo-grid {
  margin: 5px;
  padding: 2px;
  background: #fff;
}

.logo-grid img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  border-bottom: 1px solid #333;
  padding: 5px;
  margin: 2px;
}



.map-container {
  height: 512px;
}





/* Work content */

.work-content {
  position: relative;
  overflow: hidden;
}

.work-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-right: 2px solid #333;
}

.work-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.work-overlay h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}


/* Features */
/* .features-slider-for img {
  max-height: 400px;
  object-fit: cover;
  margin: 0 auto;
}

.features-slider-nav img {
  max-height: 120px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s, border 0.3s;
}
*/
.features-slider-nav {
  display: flex;
  gap: 10px;
}

.image-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, border 0.3s ease;
}

.features-slider-nav .image-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.image-card .image-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  white-space: pre-line;
  width: 80%;
  /* So line breaks work */
}

.features-slider-nav .slick-current .image-card {
  border: 3px solid #FFC300;
  transform: scale(1.05);
}


.features-entry p,
h2,
h3 {

  color: #ffffff;
  text-align: left;

}

.features-entry h2 {

  font-size: 24px;
  font-weight: 500;
  /* text-transform: uppercase; */
  letter-spacing: 5px;
  line-height: 1.8;

}


/* Services */


.services-entry img {
  width: 100%;
  height: 550px;
  border-radius: 12px;
  transition: transform 0.3s ease;
  object-fit: cover;
  object-position: center;
}

.slider-nav {
  margin-top: 0px;
}

.slider-nav img {
  width: 100px;
  height: 80px;
  cursor: pointer;
  border-radius: 8px;
  opacity: 0.6;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.slider-nav .slick-current img {
  border: 5px solid #FFC300;
  opacity: 1;
  display: flex;
}



/* Directories */

#directors {
  background: rgba(10, 15, 50, 0.9);
  /* dark background */
  color: #fff;
}

#directors h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}


#directors p {
  margin: auto;
  line-height: 1.6;
  color: #ddd;
}

.director-card {
  margin-top: 30px;
}

.director-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  transition: all 0.3s ease;
}

.director-img:hover {
  transform: scale(1.05);
  border-color: #FFC300;
}

.director-card h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.director-card p {
  font-size: 15px;
  color: #bbb;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  font-size: 20px;
  color: #4da6ff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1da1f2;
  /* twitter blue */
}


/* Media */

.custom-btn {
  padding: 15px 30px !important;
  font-size: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}


/* Media  */

.media-entry {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  margin: 10px;
  flex-direction: column;
}

.media-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* media Image */
.media-entry .media-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.media-entry .desc {
  padding: 10px;
}


.media-entry .desc h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.media-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}

.media-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.media-entry .desc span small i {
  color: #999999;
}

.media-entry .desc .lead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

/* Contact */

.contact-dec {
  max-width: 360px;
  margin-right: 70px !important;
}

.contact i {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FFC300;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
}


.social-media {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}

.social-media a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f1f1f1;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social-media a:hover {
  /* background: #FFC300; */
  transform: translateY(-5px);
}

.social-media img {
  width: 22px;
  height: 22px;
}


/* Copyright */
.copyright {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Career page Style */

.team-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}


.team-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  margin: 10px 5px;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.team-card .icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.team-card h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.team-card p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* Custom colors */
.yellow {
  background: #fff3cd;
}

.orange {
  background: #ffe5d0;
}

.pink {
  background: #fddde6;
}

.purple {
  background: #e5d4f8;
}

.blue {
  background: #d6f3ff;
}

.yellow .icon {
  color: #f6b400;
}

.orange .icon {
  color: #e45b00;
}

.pink .icon {
  color: #d62828;
}

.purple .icon {
  color: #6a1b9a;
}

.blue .icon {
  color: #0077b6;
}

.campaign-img {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.campaign-img img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 10px 22px;
  cursor: pointer;
}




.search-box {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #ddd;
}

.job-card {
  border-radius: 12px;
  transition: all 0.3s ease;
}

.job-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.sort-text {
  font-size: 14px;
  color: #333;
}





/* media Query */
@media (max-width: 768px) {

  .map-container {
    height: 512px;
  }



}



/* Index Page Style */


/* =========================
   GLOBAL BASE STYLES
========================= */
li {
  text-align: center;
}

.btn {
  margin: 0;
}

a.btn.btn-dark {
  background: #000;
}

.custom-container {
  margin: 0 auto;
  padding: 0 30px;
}

.custom-contact-container {
  margin: 20px auto 0;
  padding: 35px 30px 0 30px;
}

button#submitBtn {
  width: auto;
}

/* =========================
   NAVIGATION BAR
========================= */
.navbar {
  background-color: #1a1a1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-links-desktop a {
  background-color: #fff;
  /* pick your color */
  color: #0000;
  /* text color */
  padding: 8px 14px;
  border-radius: 6px;
  /* smooth edges */
  transition: all 0.3s ease;
  font-weight: 800;
}


.candor-logo {
  height: 120px;
  animation: smoothRotateScale 4s ease-in-out infinite;
}



@keyframes smoothRotateScale {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(1deg) scale(1.05);
  }

  50% {
    transform: rotate(0deg) scale(1);
  }

  75% {
    transform: rotate(-1deg) scale(1.05);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}



.candor-mob {
  width: 130px;
  display: block;
  animation: smoothRotateScale 4s ease-in-out infinite;
}



.nav-container {
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  width: 100%;
}


.logo-container {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
  transition: transform 0.6s ease, opacity 0.6s ease;
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 10px;
}

/* --- Logo --- */
.logo a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: white;
}

.logo svg {
  height: 2rem;
  width: 2rem;
  color: #818cf8;
}

.logo span {
  font-size: 1.5rem;
  font-weight: 700;
}

/* --- Desktop Navigation --- */
.nav-links-desktop {
  display: none;
  align-items: center;
  gap: 1rem;
}

.nav-links-desktop a {
  text-decoration: none;
  padding: 2px 23px;
  border-radius: 0.375rem;
  font-size: 1.0rem;
  transition: background-color 0.3s, color 0.3s;
  background-color: #e4b952;
  color: #000;
  font-size:18px;
}

.nav-links-desktop a:hover {
  background-color: #374151;
  color: #fff;
}

/* --- CTA Button --- */
a.cta-button {
  background-color: #e4b952;
  color: #000;
  margin-left: 1rem;
  padding: 10px 40px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
   font-size:18px;
}

a.cta-button:hover {
  background-color: #374151;
  color: #fff;
}

/* --- Right Action Button --- */
.right-action {
  display: none;
}

/* --- Mobile Menu Button --- */
.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
}

.mobile-menu-button:hover {
  background-color: #374151;
  color: #fff;
}

.mobile-menu-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

/* --- Mobile Menu Overlay --- */
.nav-links-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 999999;
}

.nav-links-mobile.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* --- Mobile Close Button --- */
.nav-links-mobile .mobile-menu-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  z-index: 101;
}

.nav-links-mobile .mobile-menu-close-button:hover {
  background-color: #374151;
  color: #fff;
}

.nav-links-mobile .mobile-menu-close-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

/* --- Mobile Menu Links --- */
.nav-links-mobile-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.nav-links-mobile a {
  color: #d1d5db;
  display: block;
  padding: 1rem 0.75rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: 500;
}

.nav-links-mobile a:hover {
  background-color: #374151;
  color: #fff;
}

.nav-links-mobile a.cta-button {
  background-color: #000;
  color: #fff;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
}

.nav-links-mobile a.cta-button:hover {
  background-color: #374151;
}

/* =========================
   CAROUSEL & SLIDER
========================= */
.carousel {
  position: relative;
  background-color: #000;
}

.carousel-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.carousel-caption {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 60%;
  left: 15%;
  transform: translateY(-50%);
  text-align: left;
  /* padding: 20px; */
  border-radius: 8px;
  /* max-width: 50%; */
  z-index: 2;
  animation: slideIn 1s ease forwards;
  text-align: center;
}

.carousel-caption h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFC300;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #fff;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #333 !important;
  border-radius: 50%;
  padding: 10px;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

.slick-prev {
  left: 4px;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 18px;
  color: #fff;
}

/* =========================
   MAP STYLES
========================= */
.map-container {
  height: 700px;
  width: 100%;
  position: relative;
}

#map,
#leaflet-map {
  height: 100%;
  width: 100%;
}


.custom-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-popup img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 6px;
}

.contact-dec {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

/* =========================
   CONTACT SECTION
========================= */
.contact-wrapper {
  margin: auto;
  background: #333;
  transition: all 0.3s ease;
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
}

.contact-subtitle {
  text-align: center;
  color: #7f8c8d;
  margin-bottom: 30px;
  font-size: 16px;
}

label.text-color {
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
  color: #34495e;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 14px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.25);
}

.btn-custom {
  background: #000;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  /* width: 100%; */
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-custom:hover {
  background: #00000093;
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* =========================
   FOOTER
========================= */
.copyright,
.copyright p {
  background: #000;
  color: #fff;
}

/* =========================
   POPUP
========================= */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  color: #fff;
}

.popup * {
  color: #fff;
}

.popup-content {
  background: #3a3838ff;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  border-radius: 12px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-close {
  position: absolute;
  right: 7px;
  top: -13px;
  font-size: 30px;
  cursor: pointer;
}

.popup-content img {
  height: 450px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* =========================
   SCROLL TO TOP BUTTON
========================= */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #FFC300;
  color: #1a1a1a;
  border: none;
  padding: 4px 16px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999999;
}

.scroll-to-top:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.logo-container {
  display: block;
}

/* =========================
   RESPONSIVE STYLES
========================= */
@media (min-width: 1000px) {
  .nav-container {
    justify-content: center;
    position: relative;
  }

  .candor-mob {
    width: 130px;
    display: none;
  }

  .logo {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-links-desktop {
    display: flex;
  }

  .right-action {
    display: block;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-menu-button {
    display: none;
  }

  .slide-overlay h1 {
    font-size: 3.75rem;
  }

  .slide-overlay p {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .custom-order-1 {
    order: 1;
    margin-bottom: 35px;
  }

  .custom-order-2 {
    order: 2;
  }

  .about-image img {
    width: 100%;
    height: 502px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  }


  .carousel-caption {

    top: 50%;
  }
}

@media (max-width: 1000px) {

  /* .custom-leaf-div {

    height: 700px;
  } */

  .map-container,
  #leaflet-map {
    height: 400px;
    width: 100%;
  }

  .custom-leaf-div {

    height: 450px;
  }

  .about-image img {
    width: 100%;
    height: 302px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  }

  .contact-us-box {
    display: none;
  }

  .mobile-menu-button svg {
    height: 2.4rem;
    width: 2.4rem;
    margin: 20px;
  }

  .navbar img {
    width: 168px;
    margin-top: 0px;
    margin-left: 20px;
  }

  .nav-container {
    padding: 0;
    justify-content: space-between;
    position: relative;
  }

  .logo-container {

    display: none;
  }

  .navbar {
    background-color: #151212;
  }
}

@media (max-width: 550px) {
  .popup-content img {
    height: 300px;
    width: 100%;
  }
}


.custom-list {
  list-style: none;
  padding-left: 0;
}


.custom-service-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.custom-list p {
  position: relative;
  margin-bottom: 0;
  text-align: left !important;
  padding-left: 2rem;
}

.custom-list p::before {
  content: '✓';
  color: #10B981;
  position: absolute;
  left: 0;
  top: -0.1rem;
  font-weight: bold;
}

/* Style for headings within list items */
.custom-list p span {
  font-weight: 600;
  /* Darker color for headings */
}


.digital-analytics-services h3 {
  font-weight: 600;
}


#features a {
  text-decoration: none;
}


@media (min-width: 1024px) and (max-width: 2500px) {


  .digital-analytics-services p {
    font-size: 19px;
  }

  .digital-analytics-services h5 {
    font-size: 22px;
  }

  .service-caption {
    font-size: 22px;
  }

  .candor-heading {
    font-size: 32px;
  }

  .digital-analytics-services h3 {
    font-size: 20px;
  }


}








.contact-us-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-us-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-us-box h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
}

.contact-us-box p {
  font-size: 1rem;
  color: #555;
}

.contact-us-box i {
  color: #007bff;
  font-size: 1.2rem;
}




.image-card img {
  height: 100px !important;
  display: block;
  width: 100%;
  margin: 5px;
}


.image-card {
  position: relative;
  display: inline-block;
}



.image-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.features-entry img {
  width: 100%;
  height: 380px !important;
}


.services-list a {
  text-decoration: none;
}

/* Grid layout for service cards */
#services>div>div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;

}

/* Service card styling */
.service-card {
  background-color: #1f2937;
  /* Dark blue-gray */
  border-radius: 12px;
  padding: 10px;
  /* margin: 15px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  cursor: pointer;

}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Service caption text */
.service-caption {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f9fafb;

  /* Light color for contrast */
}


/* Services */


/* 
.nav-tabs {
  border-bottom: none;
  gap: 2px;
  display: flex;
  flex-wrap: wrap;
}

.nav-tabs .nav-link {
  background-color: #1f2937;
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  flex: 1 1 auto;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  background-color: #374151;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #333 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
 */


.nav-tabs {
  border: none !important;
  gap: 2;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-item {
  margin-right: 2px;
  margin-bottom:2px;
  /*width: 20%;*/
}

.nav-tabs .nav-link {
  background-color: #1f2937;
  color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  flex: 1 1 auto;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  margin: 0;
  width: 100%;
  /* make link fill the flex item */
}

/* Hover effect */
.nav-tabs .nav-link:hover {
  background-color: #374151;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Active tab */
.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #333 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  border-radius: 0 !important;
  margin: 0;
}

/* 📱 Mobile responsive */
@media (max-width: 767px) {
  .nav-tabs {
    flex-direction: column;
    /* stack vertically */
    width: 100%;
  }

  .nav-tabs .nav-item {
    width: 100%;
    /* each tab spans full width */
  }

  .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 6px;
    /* spacing between tabs */
  }
}




/* Overall container */
.custom-contact-container {
  background-color: #333;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}


.text-color {
  font-weight: 600;
  color: #333;
}

.form-control {
  border: 2px solid #f4c10f;
  /* Yellow border */
  border-radius: 10px;
  padding: 12px;
  font-size: 1rem;
  transition: border-color 0.3s;
  background-color: #e4e4e4
}

.form-control:focus {
  border-color: #ffb700;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
}



.contact-wrapper label {
  color: #f4c10f;
}

.contact-fixed-section {
  /* bottom: 0;
                    left: 0;
                    right: 0; */
  /* background-color: #ffffff; */
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  z-index: 9999;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}





.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.form-group {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group.full-width {
  flex: 1 1 100%;
}

label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

input,
select,
textarea {
  padding: 12px;
  border: 2px solid #FFC300;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
  background-color: #e4e4e4;

}

input:focus,
select:focus,
textarea:focus {
  border-color: #ffb700;
}

textarea {
  resize: none;
}


.btn-submit:hover {
  background-color: #e6ac00;
}

.join-team-section {
  position: relative;
  background-image: url('images/join.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 20px;
  border-radius: 12px;
  overflow: hidden;
}

.join-team-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent black overlay */
  z-index: 1;
}

.join-team-section .container {
  position: relative;
  z-index: 2;
}

.join-title,
.join-subtitle,
.join-form {
  color: #fff;
}

.contact-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.contact-content img {
  border-radius: 8px;
}

.contact-logo {
  max-width: 200px;
  margin-bottom: 15px;
}

.contact-icon {
  background-color: #f4c10f;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.contact-icon i {
  font-size: 2rem;
  color: #000;
}

.contact-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  border-bottom: 3px solid #f4c10f;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 15px;
}

::selection {
  background: black;
}

.order1 {
  flex-direction: column;
  /* keep <p> stacked */
  justify-content: center;
  /* vertical center */
  height: 100%;
  display: flex;
}

.center_style {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fa-bars:before,
.fa-navicon:before {
  color: white;
}

.main_div {
  margin-top: 94px;
}

.normal_height {
  height: 500px;
  object-fit: cover;
}

.color_black {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #colorlib-aside {
    width: 30%;
  }
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }

  .normal_height {
    height: 380px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  #colorlib-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    padding-top: 4em;
  }

  .carouselExampleCaptions,
  .carousel-item {
    height: 315px;
  }

  .carousel-caption h5,
  .carousel-caption p {
    font-size: 17px;
  }

}

@media screen and (max-width: 480px) {
  .future_data {
    font-size: 15px;
  }

  figure figcaption {
    width: 100%;
  }

  .normal_height {
    height: 377px;
    object-fit: cover;
  }
}

@media screen and (max-width: 400px) {
  .normal_height {
    height: 250px;
    object-fit: cover;
  }
}