/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif!important;*/
  color: #444;
  font-weight: 400;
  font-family: Verdana, Geneva, Tahoma, sans-serif!important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: Verdana!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #dd0708!important;
  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: #dd0708;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* background: #101522; */
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background:rgb(1, 54, 85);
  height: 60px;
}

/* #header .logo img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
} */




#main {
  margin-top: 80px;
}

/* my social links style */
.social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 12px;
}
.social-links a {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  font-size: 20px;
  width: 100px;
  color: white;
}

.social-links :hover {
  color: #dd0708 !important;
}

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

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 150vh;
  gap: 18px;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  justify-content: center;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif!important;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;

}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #dd0708!important;
  
}

#socialmobile {
  display: none !important;
  justify-content: start;
  gap: 20px !important;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff !important;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-left: 100px;
}
/* my social links style */
.social-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 12px;
}
.social-links a {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  font-size: 20px;
  width: 100px;
  color: white;
}

.social-links :hover {
  color: #dd0708 !important;
}

@media (max-width: 1326px) {
  .navbar ul {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .social-Media {
    display: flex !important;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: flex;
    justify-content: end !important;
    align-items: center;
    min-width: 20vh;
    /*margin-right: px !important;*/
    color: white !important;
  }
  .socialMedia {
    display: none !important;
    justify-content: center !important;
  }
  #socialmobile {
    display: inline-flex !important;
    justify-content: center;
    font-size: 4px !important;
  }
  .navbar ul {
    display: none;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .mobile-nav-toggle {
    display: flex;
    justify-content: center !important;
    width: 20vh;
    color: white !important;
  }
  .socialMedia {
    display: none !important;
    justify-content: center !important;
  }
  #socialmobile {
    display: inline-flex !important;
    font-size: 30px;
  }
  .navbar ul {
    display: none;
    justify-content: center;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 50px;
  bottom: 0;
  color: #ffff;
  /* background: rgba(17, 38, 48, 0.9); */
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 60px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}
.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: #1e4356;
}

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

.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: #282828;
  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: #68a4c4;
}

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

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
 #hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 100%;

 }
.homepage::after{
  background: linear-gradient(
    to right,
    rgba(186, 6, 6, 0.265),
    rgba(140, 0, 0, 0.27)
  ),
  linear-gradient(to bottom, rgb(1, 54, 85), rgba(138, 8, 8, 0.697) 60%),
  url("../img/mybg-image.jpg") center center no-repeat !important;
}



.aboutPage::after {
  background: linear-gradient(
      to right,
      rgba(186, 6, 6, 0.265),
      rgba(140, 0, 0, 0.27)
    ),
    linear-gradient(to bottom, rgba(1, 54, 85), rgba(138, 6, 6, 0.68) 60%),
    url("../img/background.jpg") center center no-repeat !important;
}

.servicepage::after {
  background: linear-gradient(
      to right,
      rgba(186, 6, 6, 0.265),
      rgba(140, 0, 0, 0.27)
    ),
    linear-gradient(to bottom, rgb(1, 54, 85), rgba(138, 10, 10, 0.623) 50%),
    url("../img/our-services-header.jpg") center center no-repeat !important;
}

.caveragepage::after {
  background: linear-gradient(
      to right,
      rgba(186, 6, 6, 0.265),
      rgba(140, 0, 0, 0.27)
    ),
    linear-gradient(to bottom, rgb(1, 54, 85), rgba(138, 11, 11, 0.631) 60%),
    url("../img/coverage-header.jpg") center center no-repeat !important;
}

.contactpage::after { 
  background: linear-gradient(
      to right,
      rgba(186, 6, 6, 0.265),
      rgba(140, 0, 0, 0.27)
    ),
    linear-gradient(to bottom, rgb(1, 54, 85), rgba(138, 9, 9, 0.551) 60%),
    url("../img/contect.jpg") center center no-repeat !important;
}
#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background-color: #dd0708 !important;
  opacity: 0.3;
  z-index: 0;
 
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero, h1 span {
  color: #fff!important;
  font-size: 3rem;
  font-weight: 500;
}

#hero, p span {
  font-size: 1.2rem;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #730a0a!important;
  animation-delay: 0.8s !important;
  background-color: #e0e5fa!important;

}

#hero .btn-get-started:hover {
  background: #dd0708!important;
  transition: 0.7s !important;
  color: #fff!important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 999;
  }

  #hero h2 {
    font-size: 2.5rem;
  }

  #hero p {
    font-size: 1rem;
  }

  #hero .btn-get-started {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 1.8rem;
    /* margin-bottom: 10px; */
  }

  #hero p {
    font-size: 0.9rem;
  }

  #hero .btn-get-started {
    font-size: 0.8rem;
  }
}

#hero::after {
  left: 40%;
  top: 0;
  width: 200%;
  height: 100%;
  transform: translateX(-50%) rotate(0deg);
}

#hero::before {
  left: 50%;
  top: 0;
  width: 200%;
  height: 94%;
  transform: translateX(-50%) translateY(20px) rotate(4deg);
}

/*--------------------------------------------------------------
# the event Section
--------------------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  width: 100%;
  height: 200px;
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #fff;
}

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

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

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

.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;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/


.services .icon-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  height: 353px;
}

.services .icon {
  border-radius: 50%;
 
}

.services .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: inherit;
  width: 50px;
  height: 50px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.services .title a {
  color: #111;
}

#services .description {

  font-size: 6px!important;
  line-height: inherit!important;
  margin-bottom: 0;
  text-align: justify;
  color: #777777;

}
.services .description {
  font-size: 14px!important;
  line-height:1.75!important;
  text-align:justify !important;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

.link {
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
  padding-top: 0px;
}

.link1{
  display: flex;
  justify-content: center;
  height: 14px;
  align-items: center;
 
}

/*--------------------------------------------------------------
# Bussiness Section
--------------------------------------------------------------*/

#Business .Business {
  border: 1px solid #e0e5fa;
  background: #fff;

}

#Business .Business:hover .Business-img img {
  transform: scale(1.1);
}

#Business .Business-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#Business .Business-img img {
  transition: 0.3s ease-in-out;
}

#Business h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  padding: 0 20px;
}

#Business a {
  color: #152b79;
}

#Business a:hover {
  color: #dd0708!important;
}

#Business .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#Business .stars i {
  color: rgb(255, 195, 29);
}

#Business p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}



.tab-titles {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.tab-links {
 display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
 
}

.tab-links:hover{
  color: #ff004f;
}

p{
  display: flex;
  justify-content: center;
}

.tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #ff004f;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}

.tab-links.active-link::after {
  width: 100%;
}

.tab-contents {
  display: none;
}

.tab-contents.active-tab {
  display: block;
}


/*Tetstimonial */
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #dd0708;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #dd0708;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dd0708;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68a4c4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: bold;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #dd0708;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

.team .member:hover .social a,
.team .member:hover .social i {
  line-height: 0;
  font-size: 18px;
}


/* map */
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}
/* Facts Section
--------------------------------*/
#facts {
  /*background-image: url('../img/background.jpg')!important;*/


}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #dd0708;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact1 {
  padding: 0px 0;
}

#contact1 .contact-info {
  margin-bottom: 0px;
  text-align: center;
}

#contact1 .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #dd0708;
}

#contact1 .contact-info address,
#contact1 .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact1 .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact1 .contact-info a {
  color: #dd0708;
}

#contact1 .contact-info a:hover {
  color: #dd0708;
}

#contact1 .contact-address,
#contact1 .contact-phone,
#contact1 .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact1 .contact-address,
  #contact1 .contact-phone,
  #contact1 .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact1 .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact1 .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #dd0708;
  text-align: left;
  padding: 0px;
  font-weight: 600;
}

#contact1 .php-email-form .error-message br + br {
  margin-top: 25px;
}

.loading, .sent-message, .error-message {
  display: none;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}

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

#contact1 .php-email-form input,
#contact1 .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact1 .php-email-form input:focus,
#contact1 .php-email-form textarea:focus {
  border-color: #dd0708;
}

#contact1 .php-email-form input {
  padding: 10px 15px;
}

#contact1 .php-email-form textarea {
  padding: 12px 15px;
}

#contact1 .php-email-form button[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #730a0a!important;
  animation-delay: 0.8s !important;
  background-color: #e0e5fa!important;


}

#contact1 .php-email-form button[type="submit"]:hover {
  background: #dd0708!important;
  transition: 0.7s !important;
  color: #fff!important;
  text-decoration: none;
}

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

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


/* Contact Section Styles */
.contact-mf {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 10px;
}

.title-box-2 {
  margin-bottom: 30px;
}

.title-left {
  font-size: 18px;
  color: #dd0708;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  border-radius: 20px;
}

.textarea {
  resize: none;
}

.button {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  /* margin: 10px; */
  color: #730a0a!important;
  animation-delay: 0.8s !important;
  background-color: #e0e5fa!important;
}

.button:hover {
  background: #dd0708!important;
  transition: 0.7s !important;
  color: #fff!important;
  text-decoration: none;
}

.more-info {
  margin-top: 30px;
}

.list-ico {
  list-style-type: none;
  padding: 0;
}

.list-ico li {
  margin-bottom: 10px;
}

.socials ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.socials ul li {
  display: inline-block;
  margin-right: 50px;
}

.socials ul li a {
  color: #dd0708;
  font-size: 20px;
}

.socials ul li a:hover {
  color: #dd0708;
}


@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

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

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

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

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

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #dd0708;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}

.php-email-form button[type="submit"] {
  background: #dd0708;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type="submit"]:hover {
  background: #dd0708;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:rgb(1, 54, 85)!important;
  padding: 0 0 0px 0;
  color: #eee;
  font-size: 18px;
  height: 70px !important;

}

#footer .footer-top {
  background:rgb(1, 54, 85)!important;
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#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 {
  display: inline-block;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  /* background: #f82249; */
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 3px solid #dd0708;
}

#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: 5px;
  color: #dd0708;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #eee;
}

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

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
  display: inline;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #dd0708;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #dd0708;
}

#footer .copyright {
  text-align: center;
  color: #fff;
  padding: 25px 0;
}

#footer .credits {
  text-align: center;
  font-size: 18px;
  color: #fff
}

.myfooter {
  background-color: rgb(1, 54, 85);

  border-top: 1px solid #ffffff!important;
}



/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 0px 0 0px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #dd0708
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
  height: 320px;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #dd0708;
}

#services .box:hover .icon i {
  color: #dd0708;
}

#services .box:hover .icon a {
  color: #dd0708!important;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 18px!important;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 35px;
}

/*offered services styling*/
.color-style{
  color: #e12626;
  font-size: 26px;
}