

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif!important;
  color: #fff;
  background-color: white;
  position: relative;
}

h2, h3, h4 p{
    font-family: "Poppins", sans-serif!important;

}
.py-5 {
     padding-top: 0rem !important; 
     padding-bottom: 0rem !important; 
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
/*  background: rgba(34, 34, 34, 0.8);*/
}
html, body {
    overflow-x: hidden;
    width: 100%;
}


@media (min-width: 1366px) {
  body {
    background-attachment: fixed;
  }
}

a {
  color: #ff0000;
  text-decoration: none;
}

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

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

#main {
  position: relative;
}

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

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

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
/*  padding: 100px 0;*/
   countdown 
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  margin-top: 15px;
}


 #header h2 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

#header .countdown {
  margin-bottom: 80px;
}

#header .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  height: 100px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.12);
  border: 5px solid #87CEEB;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
/*  margin-bottom: 15px;*/
}

#header .countdown div h4 {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #header .countdown div {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 20px;
    margin-bottom: 1px;
  }

  #header .countdown div h4 {
    font-size: 12px;
    font-weight: 500;
  }
}


#header{
  background-color: #155a8f;
}

.subs.subscribe {
  font-size: 15px;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.subscribe h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
}

.subscribe .subscribe-form {
  margin-top: 10px;
  background: #f8f9fa;
  padding: 8px 12px;
  position: relative;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #ddd;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 768px) { 
    .img-fluid {
        transform: scale(1.2);
        display: block;
        margin: 0 auto;
    }
    #header .countdown{
      margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    #header > .container {
        margin-bottom: 29px; 
    }
}



.subscribe .subscribe-form input[type=email] {
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: calc(100% - 120px);
  border-radius: 4px;
  background: #fff;
}

.subscribe .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: #007bff;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 123, 255, 0.3);
  border-radius: 4px;
  cursor: pointer;
}

.subscribe .subscribe-form input[type=submit]:hover {
  background: #0056b3;
}
.subscribe .error-message {
  display: none;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.subscribe .sent-message {
  display: none;
  color: #28a745;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #28a745;
  border-top-color: #eee;
  animation: animate-loading-notify 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.social-links {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding-top: 14px;
  margin: 0 10px;
  text-align: center;
  transition: 0.3s;
}

.social-links a:hover {
  color: #007bff;
}
.about-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: red;
    font-weight: bold;
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.work {
    color: black !important;
}


section {
  padding: 0;
}

.section-bg {
  background-color: #fff5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
  }
  .container-home {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.about .content h3 {
  font-weight: 500;
  line-height: 28px;
  font-size: 24px;
  text-align: center;
}
@media(max-width 768px){
.about .content h2{
font-size: 28px!important;
}
}


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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #ff0000;
}

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

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-wrap {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #333;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}
.img-fluid{
  width: auto;
  height: 500px;
}

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

.contact .info .social-links a:hover {
  background: #ff0000;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  color: #333;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #666;
}
.d-block{
  text-align: center;
}
.contact .php-email-form button[type=submit] {
  background: #ff0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff3333;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #155a8f;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #ff3333;
}
.fst-italic{
  text-align:center;
}