body {
  color: #797979;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #0091BB;
}
a {
  color: #313131;
  transition: 0.3s;
}
a:hover, a:active, a:focus {
  color: #ef233c;
  outline: none;
  text-decoration: none;
}
.btn:focus, .form-control:focus {
  box-shadow: none;
}
.container-fluid {
  max-width: 1366px;
}
.btn {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff !important;
  background: #54B020 !important;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px #54B020;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}
.btn:hover {
  color: #fff;
  background: #54B020;
  box-shadow: inset 0 0 0 0 #fff;
  border-color: #54B020;
}
section.location {
    margin: 25px 0;
    padding: 25px 0 0 0;
}
.location p, li
{
  font-size: 16px;
}
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  z-index: 999;
}
#loader.show {
  -webkit-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  transition: opacity 0.6s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#loader .loader {
  position: relative;
  width: 45px;
  height: 45px;
  border: 5px solid #dddddd;
  border-top: 5px solid #ef233c;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}
.back-to-top i {
  color: #ffffff;
}
.back-to-top:hover i {
  color: #414141;
}
/**********************************/

/*********** Nav Bar CSS **********/

/**********************************/

.navbar {
  position: relative;
  transition: 0.5s;
  z-index: 999;
}
.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-brand {
  margin: 0;
  font-size: 45px;
  line-height: 0px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.5s;
}
.navbar .navbar-brand img {
  max-width: 30%;
}
.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}
.main-image img {
    width: 100%;
}
@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    /*        padding: 30px 60px;*/
    background: transparent !important;
    border-bottom: 1px dashed rgba(256, 256, 256, 0.2);
    z-index: 9;
  }
  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #ffffff !important;
  }
  .navbar .navbar-brand {
    color: #ffffff;
  }
  .navbar.nav-sticky .navbar-brand {
    color: #ef233c;
  }
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }
  .navbar-light.nav-sticky .navbar-nav .nav-link, .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
    color: #414141;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #111111;
  }
  .navbar-light.nav-sticky .navbar-nav .nav-link:hover, .navbar-light.nav-sticky .navbar-nav .nav-link.active {
    color: #ef233c;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #ffffff !important;
  }
  .navbar .navbar-brand {
    color: #ef233c;
  }
  .navbar .navbar-nav {
    margin-top: 15px;
  }
  .navbar a.nav-link {
    padding: 5px;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
}
/*.logo-container {*/

/*  position: relative;*/

/*  height: 50px;*/

/*}*/

.logo {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.logo.light {
  opacity: 1;
}
.logo.dark {
  opacity: 0;
}
.scrolled .logo.light {
  opacity: 0;
}
.scrolled .logo.dark {
  opacity: 1;
}
@media (max-width: 991px) {
  .logo {
    display: none;
  }
}
/*******************************/

/********** Hero CSS ***********/

/*******************************/
header.section-header.text-center.wow.zoomIn {
    padding: 25px 0 0 0;
}
div#certifications {
    padding: 25px 0;
}
.hero {
  position: relative;
  width: 100%;
  padding: 120px 0 70px 0;
  overflow: hidden;
  background: linear-gradient(#0091bbf0, #0091bbd4), url(../img/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .container-fluid {
  padding: 0;
}
.hero .hero-image {
  position: relative;
  text-align: right;
  padding-right: 75px;
}
.hero .hero-image img {
  max-width: 100%;
}
/*div#collapseExtra {
    background: #f8f9fa;
}*/

.hero .hero-content {
  position: relative;
  padding-left: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.hero .hero-text p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hero .hero-text h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.hero .hero-text h2 {
  display: inline-block;
  margin: 0;
  height: 35px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}
.hero .hero-text .typed-text {
  display: none;
}
.hero .hero-text .typed-cursor {
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
}
.hero-btn i {
  margin-right: 5px;
  font-size: 19px;
}
.hero .hero-btn .btn {
  margin-top: 35px;
  color: #ef233c;/*
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;*/
}
.hero .hero-btn .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}
/*.hero .hero-btn .btn:first-child {*/

/*  margin-right: 10px;*/

/*}*/

@media (max-width: 991.98px) {
  .hero {
    padding-top: 60px;
  }
  .hero .hero-content {
    padding: 0 15px;
  }
  .hero .hero-text p {
    font-size: 20px;
  }
  .hero .hero-text h1 {
    font-size: 45px;
  }
  .hero .hero-text h2 {
    font-size: 25px;
    height: 25px;
  }
  .hero .hero-btn .btn {
    padding: 12px 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero, .hero .hero-text, .hero .hero-btn {
    width: 100%;
    text-align: center;
  }
  .hero .hero-text p {
    font-size: 18px;
  }
  .hero .hero-text h1 {
    font-size: 35px;
  }
  .hero .hero-text h2 {
    font-size: 22px;
    height: 22px;
  }
  .hero .hero-btn .btn {
    padding: 10px 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-text p {
    font-size: 16px;
  }
  .hero .hero-text h1 {
    font-size: 30px;
  }
  .hero .hero-text h2 {
    font-size: 18px;
    height: 18px;
  }
  .hero .hero-btn .btn {
    padding: 8px 10px;
    letter-spacing: 0;
  }
}
/*******************************/

/******* Section Header ********/

/*******************************/

.section-header {
  position: relative;
  margin-bottom: 20px;
}
.section-header p {
  display: none;
  margin: 0 30px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffffff;
}
.section-header p::before {
  display: none;
  position: absolute;
  content: "";
  height: 3px;
  top: 11px;
  right: 0;
  left: -30px;
  background: #ef233c;
  z-index: -1;
}
.section-header p::after {
  display: none;
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 11px;
  left: 3px;
  background: #ef233c;
  z-index: 1;
}
.section-header h2 {
  /*margin: 0 0 30px 0;*/
  position: relative;
  font-size: 45px;
  font-weight: 700;
}
hr.style-hr {
  background: #fff;
  width: 40%;
  margin: 0 auto;
  height: 2px;
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}
/*******************************/

/********** About CSS **********/

/*******************************/

.about {
  position: relative;
  /*width: 100%;*/
  /*margin: 30px 0 0 0;*/
}
.about h2 {
  text-align: center;
}
.about .col-lg-6 {
  padding: 0;
}
.accordion li {
  color: #000;
  font-size: 16px;
}
p.mision {
  text-align: center !important;
  color: #a4a3af !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.boldd {
  font-weight: 600;
  font-size: 14px;
}
button.btn.collapsed {
  margin-bottom: 40px;
}
/*.about .section-header {
  margin-bottom: 30px;
}*/

.about .about-text p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 8px;
  color: #000;
}
b, strong {
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
}
.about .about-img {
  position: relative;
  height: 100%;
}
.about .about-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-content {
  padding: 30px 20px 0 20px;
  /*
  background: #f8f9fa;*/
}
hr {
  margin-top: 40px;
}
.about .about-text p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 8px;
}
.about .skills {
  margin-bottom: 30px;
}
.about .skill-name {
  margin-top: 15px;
}
.about .skill-name p {
  display: block;
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.skill-name span {
  font-size: 10px;
}
.about .skill-name p:last-child {
  float: right;
}
.about .progress {
  height: 10px;
  border-radius: 10px;
  background: #dddddd;
}
.about .progress .progress-bar {
  width: 0px;
  background: #0091BB;
  border-radius: 10px;
  transition: 2s;
}
.about .about-text a.btn {
  margin-top: 15px;
}
.about-content p {
  text-align: justify;
}
@media (min-width: 992px) {
  .about .skills {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .about .about-content {
    padding: 45px 15px 0 15px;
  }
}
div#accordion {
  background: #f8f9fa;
}
/*******************************/

/******* Experience CSS ********/

/*******************************/

.experience {
  position: relative;
  padding: 30px 0;
}
.experience .timeline {
  position: relative;
  width: 100%;
}
h2.align-right {
  text-align: right;
  padding: 20px 0 0px 0;
  font-size: 12px !important;
}
h2.align-right {
  text-align: right;
  padding: 12px 0 0px 0;
}
.experience .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #0091BB;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.experience .timeline .timeline-item {
  position: relative;
  background: inherit;
  width: 50%;
  margin-bottom: 30px;
}
.experience .timeline .timeline-item.left {
  left: 0;
  padding-right: 30px;
}
.experience .timeline .timeline-item.right {
  left: 50%;
  padding-left: 30px;
}
.experience .timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 48px;
  right: -8px;
  background: #ffffff;
  border: 2px solid #0091BB;
  border-radius: 16px;
  z-index: 1;
}
.experience .timeline .timeline-item.right::after {
  left: -8px;
}
.experience .timeline .timeline-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}
.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}
.experience .timeline .timeline-date {
  position: absolute;
  width: 100%;
  top: 44px;
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.experience .timeline .timeline-item.left .timeline-date {
  text-align: left;
  left: calc(100% + 55px);
}
.experience .timeline .timeline-item.right .timeline-date {
  text-align: right;
  right: calc(100% + 55px);
}
.experience .timeline .timeline-text {
  padding: 25px 25px 20px 25px;
  background: #fff;
  position: relative;
  border-right: 5px solid #dddddd;
  box-shadow: 0 0 60px rgb(0 0 0 / 23%);
}
.experience .timeline .timeline-item.right .timeline-text {
  border-right: none;
  border-left: 5px solid #dddddd;
}
.experience .timeline .timeline-text h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.experience .timeline .timeline-text h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
}
.experience .timeline .timeline-text h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #6c6a6a !important;
}
.experience .timeline .timeline-text p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .experience .timeline::after {
    left: 8px;
  }
  .experience .timeline .timeline-item {
    width: 100%;
    padding-left: 38px;
  }
  .experience .timeline .timeline-item.left {
    padding-right: 0;
  }
  .experience .timeline .timeline-item.right {
    left: 0%;
    padding-left: 38px;
  }
  .experience .timeline .timeline-item.left::after, .experience .timeline .timeline-item.right::after {
    left: 0;
  }
  .experience .timeline .timeline-item.left::before, .experience .timeline .timeline-item.right::before {
    left: 18px;
    border-color: transparent #dddddd transparent transparent;
  }
  .experience .timeline .timeline-item.left .timeline-date, .experience .timeline .timeline-item.right .timeline-date {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .experience .timeline .timeline-item.left .timeline-text, .experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
  }
}
/*******************************/

/******** Certificatio CSS ********/

/*******************************/

div#certificationsCarousel {
  background: #0091BB;
  padding: 50px 0;
}
.slider h2 {
  font-size: 42px;
  font-weight: 900;
  padding: 10px 0 10px 0;
  color: #0091BB;
}
a.carousel-control-prev, a.carousel-control-next {
  width: 10% !important;
}
.certifications .card {
    border: unset !important;
    width: 26%;
    height: 200px;
}
.certifications .carousel-control-prev-icon, .certifications .carousel-control-next-icon
{
  background-size: 150%;
}
.card-title {
  margin: 0 !important;
  font-weight: 700;
}
.client-logo-one .card-body p {
  font-size: 14px;
  padding: 0;
  margin: 10px;
}
.card-body {
  align-content: center;
}
.client-logo-area .card-body {
  padding: 15px 0 0 0;
  text-align: center;
}
.carousel-inner .card {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle !important;
}
.accordion .card {
  border: none !important;
  background: unset !important;
  text-align: center;
}
.card-header {
  background: unset !important;
  padding: 0px !important;
}
/*******************************/

/******** Portfolio CSS ********/

/*******************************/

.portfolio {
  position: relative;
  padding: 15px 0 15px 0;
}
.portfolio #portfolio-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.portfolio #portfolio-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #0091BB;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 50px #ef233c;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}
.portfolio #portfolio-filter li:hover, .portfolio #portfolio-filter li.filter-active {
  color: #ef233c;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ef233c;
  border-color: #ef233c;
}
.portfolio .portfolio-item {
  position: relative;
}
.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
}
.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.5s;
}
a.lb-prev, a.lb-next {
    opacity: 1 !important;
}
.portfolio .portfolio-item:hover img {
  margin-left: 15px;
}
.portfolio .portfolio-text {
  position: relative;
  height: 60px;
  width: calc(100% - 30px);
  margin: -30px 15px 30px 15px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
i.fa-magnifying-glass-plus {
    font-size: 21px;
}
.portfolio .portfolio-text h3 {
  width: calc(100% - 70px);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
}
.portfolio .portfolio-text a.btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
.portfolio .portfolio-item:hover a.btn {
  color: #ef233c;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ef233c;
  border-color: #ef233c;
}
/*******************************/

/********* Banner CSS **********/

/*******************************/

.banner {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background:#0091BB;
}
.banner .container {
  max-width: 1000px;
  text-align: center;
}
.banner i {
  font-size: 21px;
}
.btn-upwork {
  background-color: #ef233c;
  color: white;
  padding-top: 11px;
  border: 2px solid #54B020;
  transition: all 0.3s ease;
}
.btn-upwork:hover {
  background-color: white;
  color: #ef233c;
  text-decoration: none;
}
.banner .section-header {
  margin-bottom: 20px;
}
.banner .section-header p {
  color: #414141;
  background: transparent;
}
.banner .section-header p::after {
  display: none;
}
.banner .section-header h2 {
  color: #ffffff;
}
.banner .section-header h2 span {
  color: #414141;
  font-size: 50px;
}
.banner .banner-text p {
  font-size: 18px;
  color: #ffffff;
}
.banner .banner-text .btn {
  margin-top: 15px;
  color: #fff;
  background: #54B020;
  box-shadow: inset 0 0 0 50px #54B020;
}
.banner .banner-text .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}
/*******************************/

/******* Testimonial CSS *******/

/*******************************/

.testimonial {
  position: relative;
  margin: 25px 0;/*
  padding: 30px 0;*/
  background: #fff;
}
.testimonial .container {
  max-width: 900px;
}
.testimonial .testimonial-icon {
  margin-bottom: 10px;
  text-align: center;
}
.testimonial .testimonial-icon i {
  font-size: 60px;
  color: #ff0000b8;
}
.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  text-align: center;
}
.testimonial .testimonial-img {
  position: relative;
  margin-bottom: 0px;
  z-index: 1;
}
.testimonial .testimonial-item img {
  margin: 0px auto;
  width: 80px;
  padding: 5px;
  border: 4px dotted #ffffff;
  border-radius: 100px;
}
.testimonial .testimonial-text {
  position: relative;
  margin-top: -40px;
  padding: 50px 15px 30px 15px;
  text-align: center;
  background: #0091BB;
  border-radius: 30px;
  color: #fff;
}
.testimonial .testimonial-item p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
.testimonial .testimonial-text h3 {
  color: #ef233c;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #fff;
}
.testimonial .testimonial-text h4 {
  color: #2f2f2f;
  font-size: 14px;
  margin-bottom: 10px;
}
.testimonial .owl-dots {
  margin-top: 5px;
  text-align: center;

}
.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999c9f;
}
.testimonial .owl-dot.active {
  background: #0091BB;
}
.location li {
    font-size: 16px;
    list-style: none;
}
/*******************************/

/********* Contact CSS *********/

/*******************************/

.contact {
  position: relative;
  width: 100%;
  /*margin: 45px 0;*/
  background: linear-gradient(#0091bbf0, #0091bbd4), url(../img/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .container-fluid {
  background: url(../img/contact-me.png) left center no-repeat;
  background-size: contain 50%;
}
.contact .contact-form {
  position: relative;
  padding: 90px 0 90px 45px;
  background: #0091BB;
}
.contact .contact-form input {
  color: #ffffff;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, 0.5);
}
.contact .contact-form textarea {
  color: #ffffff;
  height: 90px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, 0.5);
}
.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact .contact-form .form-control:-ms-input-placeholder, .contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.contact .contact-form .btn {
  margin-top: 35px;
  color: #ef233c;
  background: #54B020;
  box-shadow: inset 0 0 0 50px #54B020;
}
.contact .contact-form .btn:hover {
  color: #ffffff;
  background: #54B020;
  box-shadow: inset 0 0 0 0 #54B020;
  border-color: #ffffff;
}
.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .contact .container-fluid {
    background: none;
  }
  .contact .contact-form {
    padding: 90px 0;
  }
}
/*===========================
    clients-01 css 
===========================*/

.client-logo-area .section-title-two {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.content p {
  font-size: 16px;
}
.client-logo-one .card {
  border: 3px dashed #0091BB !important;
  margin: 0 10px;
  padding: 25px 5px;
  border-radius: 10%;
  min-height: 320px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area .section-title-two {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .client-logo-area .section-title-two {
    margin-bottom: 35px;
  }
}
.client-logo-area .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.client-logo-area .section-title-two h2 {
  color: #0091BB;
  font-weight: 600;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .client-logo-area .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.client-logo-area .section-title-two p {
  color: var(--dark-3);
}
/*===== Client Logo One =====*/

.client-logo-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
.client-logo-one .single-client {
  padding: 26px 12px 0 12px;
  border-radius: 10px;
  border: 1px dashed #ef233c;
  width: 100%;
  margin: 0 0 30px 0;
}
.mg-top {
  margin-top: 10px;
}
.single-client img {
  padding-bottom: 15px;
}
.single-client ul li {
  font-size: 12px;
  text-align: left;
}
.list-unstyled {
  list-style: auto;
  text-align: left !important;
  padding: 10px 20px;
  margin: 0;
}
.client-logo-text-box {

  margin: 50px auto 0 auto;
  background: #e2e2e26e;
  padding: 20px;
  font-size: 16px;
}
.client-logo-area img.card-img-top {
  width: 50%;
  text-align: center;
  border-radius: 10%;
  margin: auto;
}
.bg-dark {
  background-color: #343a40 !important;
  padding: 25px;
}
.carousel-control-next-icon {
  background-size: 150%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-size: 50%;
}
/*******************************/

/********* Footer CSS **********/

/*******************************/

.footer {
  position: relative;
  margin-top: 5px;
  /*background: #ef233c;*/
  overflow: hidden;
  background: linear-gradient(#0091bbf0, #0091bbd4), url(../img/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .container-fluid {
  padding: 60px 0 0 0;
}
.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer .footer-info h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.footer .footer-info h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
span.footer-icons {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 0 22px 0 0;
}
.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-menu i {
  color: #fff;
  font-weight: 800;
  font-size: 21px;
}
.footer .footer-menu p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 25px 0 10px;
}
.footer .footer-menu p:last-child {
  border: none;
}
.footer .footer-social {
  position: relative;
  margin-top: 10px;
}
.footer .footer-social a {
  display: inline-block;
}
.footer .footer-social a i {
  margin: 10px 12px;
  font-size: 21px;
  color: #ffffff;
  transition: 0.3s;
}
/*.footer .footer-social a:last-child i {
  margin: 0;
}
*/

.footer .footer-social a:hover i {
  color: #414141;
}
.footer .copyright {
  position: relative;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .copyright::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 0;
  left: 25%;
  background: rgba(256, 256, 256, 0.2);
}
.footer .copyright p {
  margin: 0;
  color: #ffffff;
}
.footer .copyright .col-md-6:last-child p {
  text-align: right;
}
.footer .copyright p a {
  color: #ffffff;
  font-weight: 600;
}
.footer .copyright p a:hover {
  color: #414141;
}
@media (max-width: 575.98px) {
  .footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .footer .footer-info h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .footer-menu p {
    font-size: 16px;
    line-height: 16px;
    padding: 0 5px;
  }
}