
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #72d9d4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
  border: 1px solid white;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #72d9d4;
}

#topbar .contact-info i {
  color: #72d9d4;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #72d9d4;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
  color: #5c768d;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #72d9d4;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: center;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0 20px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
}
#hero h5 {
    color: #70e0e7;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
#hero p {
 width: 80%;
    animation-delay: 0.4s;
    color: #fff;
    margin: 2px 10%;
    line-height: 1.9;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: #72d9d4;
}

#hero .btn-get-started:hover {
  background: black;
  color: white;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 85%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
     background: white;
}
.section-title {
  padding-bottom: 20px;
      text-align: center;
}

.section-title h2 {
  font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 1.3;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #556270de;
    font-family: "Poppins", sans-serif;
}

.section-title p::after {
     content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #70d9d3;
    margin: 4px 10px;
}
.section-title p::before {
      content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #70d9d3;
    margin: 4px 10px;
}

.section-title p {
     margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
      text-align: center;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #464646;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
      background: white;
}
.about-contents h2 {
     font-weight: 600;
        text-transform: uppercase;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 15px;
}

.about-contents h3 {
font-weight: 700;
    line-height: 32px;
    font-size: 16px;
}
.abouts-img img {
    width: auto;
    height: auto;
}
.about-contents ul {
     list-style-type: disclosure-closed;
   padding-left: 2rem;
}

.about-contents ul li {
  padding: 4px 0 0 5px;
  position: relative;
}

.about-contents ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #70d9d3;
}

.about-contents p:last-child {
  margin-bottom: 0;
}
.single-thumb {
    margin: 25px 0px;
}

.single-thumb img {
    width: 100%;
    height: auto;
    border: 1px dotted black;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.frame img {
    width: 100%;
    height: 531px;
  border: 1px dotted white;
}
.servic-box {
  background: #0000000d; 
    /*background: #ffffff26;*/
    padding: 21px 15px;
    /*height: 165px;*/
    border-radius: 10px 0px;
    display: flex;
    box-shadow: 0px 2px 20px rgb( 0 0 0 /51%);
    border-top: 1px solid #ffffff;
    border-radius: 10px 0px;
    border: 1px solid #4c4c4c;
    /* border-bottom: 1px solid #ffffff;*/
}
.servic-box:hover {
    border-bottom: 3px solid #70d9d3;
    border-radius: 10px 0px;
    border-top: 3px solid #70d9d3;
}
.full-service {
    margin: 11px 0px;
}
.servic-icon {
  padding: 4px 10px 6px 1px;
}

.servic-icon i {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    background: #70d9d3;
    padding: 11px 20px;
    border-radius: 50%;
}

.serv-text {
    padding: 0px 0px;
}

.serv-text h3 {
    margin-top: 6px;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 1.7;
    font-family: "Raleway", sans-serif;
}

.serv-text p {
      padding: 4px 0px;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.8;
}
/*=================================================================
 FEATURES CSS SATRT 
==================================================================*/
.feature-full {
   background: #fff;
    text-align: center;
    border: 2px dotted lightgrey;
    padding: 15px 9px;
        /*height: 285px;*/  
    margin: 6px 0px;
    border-radius: 10px 1px;
}
.feature-full:hover {
    box-shadow: 0px 2px 20px rgb( 0 0 0 /10%);
       border-bottom: 2px solid #000000;
    background: white;
    border-top: 2px solid #000000;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.features-img {
 text-align: center;
    padding: 5px 0px;
}

.feature-text {
    padding: 10px 0px;
}
.features-img img {
    width: 50%;
    height: auto;
}
.feature-text h4 {
    margin-top: 9px;
    margin-bottom: 0.8em;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
        color: black;
      font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
}

.feature-text p {
    margin-top: 0;
    margin-bottom: 0rem;
    text-align: center;
        color: #8f8f8f;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
     padding: 70px 0;
    color: #fff;
}
a.btn.btn-main:hover {
    background: #70d9d3;
    border: 1px solid #70d9d3;
}
.call-to-action h2 {
      line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
     font-family: "Raleway", sans-serif;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main {
  margin-top: 20px;
      font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    border: 1px solid lightgrey;
    animation-delay: 0.8s;
    background: transparent;
}







/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
label.text-black {
      padding-bottom: 15px;
    padding-top: 2px;
    color: #515151 !important;
    font-weight: 600;
}
.contacts-form {
       padding: 8px 15px 8px 2px;
}
.full-contact {
    padding: 10px 10px;
    background: white;
}
.cont-img img {
    width: 53%;
    height: auto;
}
.cont-img {
    text-align: center;
}
.fully-addr {
    padding: 10px 0px;
}
.full-address p {
    margin-top: 0;
    margin-bottom: 13px;
}
.send-message {
       width: 30% !important;
    background: #72d9d4 !important;
    border: 1px solid #72d9d4 !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: white !important;
    text-transform: capitalize !important;
}
/*$#%$$$%%$%%*/
img.contact-address {
    width: 39px;
}
.contact .info {
    background: #fff;
    line-height: 1.6;
    border: 2px solid #e5e5e5;
    padding: 20px 9px;
    margin: 0px 0px 13px 0px;
    box-shadow: 0px 2px 20px rgb( 0 0 0 /10%);
}
.contact .info:hover {
    box-shadow: 0px 2px 20px rgb( 0 0 0 /10%);
    border-bottom: 2px solid #70d9d3;
    background: white;
    border-top: 2px solid #70d9d3;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.contact .info i {
  font-size: 20px;
    color: #ffffff;
    /*float: left;*/
    width: 100%;
    margin-bottom: 15px;
    height: 87px;
    background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact-detail img {
       width: 80px;
    /*border: 1px solid #f4f4f4;
    border-radius: 50%;*/
    padding: 5px;
}
.contact .info h4 {
     padding: 0px 0 0 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #433f39;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.send-message:hover {
    background: #000 !important;
    color: white;
    border: 1px solid black !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 1rem;
        box-shadow: 0px 2px 20px rgb(0 0 0 /10%);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

/**/
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
     background: linear-gradient( 45deg, #000000a8,#000000bd) , url(../img/slide/slide-1.jpg) center center no-repeat;
    padding: 30px 0 10px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#footer .footer-top .footer-info {
  margin-bottom: 5px;
}
#footer .footer-top .footer-info img.img-fluid {
    width: 75%;
    height: auto;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(255 255 255 / 38%);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #72d9d4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
      text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgb(255 255 255 / 91%);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color:#72d9d4;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #72d9d4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #72d9d4;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}
#footer .copyright a {
    color: white;
    font-weight: 600;
}

#footer .copyright a:hover {
    color: #72d9d4;
}
#footer .credits a:hover {
  color: white;
}


/*********************************************************************************************************
  @MEDIA QUERY CSS START   @MEDIA QUERY CSS START  @MEDIA QUERY CSS START  @MEDIA QUERY CSS START 

*********************************************************************************************************/
@media screen and (min-width: 320px) and (max-width: 768px){


#hero p {
     width: 91% !important;
    animation-delay: 0.4s;
    margin: 12px 0px 25px 0px !important;
    font-size: 13px;
    line-height: 1.5;
}
#hero .carousel-container {
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 20px !important;
  right: 20px !important;
  width: 100% !important;
}
.section-title p::before {
    content: "";
    width: 60px !important;
}
.section-title p::after {
    content: "";
    width: 60px !important;
}
#hero .carousel-content {
    text-align: left;
}
#hero h5 {
    font-size: 15px;
}

}
/*media query end */


