/*-------------------------------------------------------------- General --------------------------------------------------------------*/
#contactForm {
  display:none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
#services ul li{
  color:#121212;
}
#taskselect {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  padding: 0 !important;
  color: #fff !important;
  left: 0 !important;
}
#select-options {
  word-wrap: normal;
  font-size: 14px;
  height: 54px;
  padding-left: 4px;
  text-transform: capitalize;
  color: #666464 !important;
  float: left;
  width: 100%;
} 
.teammembers img{
  width: inherit !important;
  max-width: fit-content;
}
.teammembers img
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003E6D;
  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: #003E6D;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header h1.phone-no a {
  font-size: 50px !important;
  margin: 0;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #41754c;
}
.form-floating>label {
  left: 11px !important;
  color: #747474 !important;
  font-size: 15px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #F2C475;
  text-decoration: none;
}
#header .logo img {
  max-height: 95px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/hero-bg.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding:65px 0 40px 0;
}
#hero p{
  color: #003E6D !important;
}
.form-bg {
  background: #00000038;
}
.form-bg button {
  background: #003E6D;
  color: #fff !important;
  font-weight: bold;
}
.form-bg button:hover {
  background: #04365c;
}
#hero:before {
  content: "";
  background: #d7e4e8d1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  z-index: 2;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #003E6D;
}
#hero h1 span {
  border-bottom: 4px solid #F2C475;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #F2C475;
  text-transform: uppercase;
}
#hero .btn-get-started:hover {
  background: #4ea5e0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #62ab71;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover{
  background: #41754c !important;
}
@media (min-width: 1400px) {
  #header h1.phone-no a {
    font-size: 30px !important;
  }
  .bi-phone::before {
    font-size: 46px !important;
}
 }
 section#before-after img {
  padding-bottom: 32px;
}
#gallery {
  text-align: center;
}
section#technology {
  text-align: center;
}
section#before-after {
  padding-bottom: 0;
}

section#pricing {
  padding-top: 40px;
}
@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  section#gallery .row .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
}
.info{
padding-bottom: 20px !important ;
}
#gallery{
  padding-top: 0px !important;
}
.section-bg
 {
  padding-top: 30px !important;
}
section#about {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
}
section#about iframe {
  height: 100% !important;
}
  .form-bg button {
    font-size: 14px !important;
    width: 100%;
    padding: 14px;
}
#header .logo img {
  max-height: 60px;
}
.logo.me-auto {
  margin: 0 auto;
  text-align: center;
}
h1.phone-no {
  text-align: center;
  padding: 5px 0 0px;
}
#header h1.phone-no a {
  font-size: 32px !important;
}
.cta a {

  font-size: 16px !important;
}
#header {
    height: auto;
}
#header .container{
  display: block !important;
}

#hero {
  height: auto;
}
#hero {
  margin-top: 100px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
#hero h1 {
  font-size: 25px;
  line-height: 34px !important;
  text-align: left;
}
form#contactForm {
  padding: 20px 10px !important;
}
#services .section-title h2 {
  font-size: 30px;
}
.cta {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
#hero p {
  font-size: 18px !important;
  text-align: left;
}


  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) { 
  #header h1.phone-no a {
    font-size: 32px !important
  }
 }

/*technology*/
#technology h4 {
    color: #62ab71;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

/*technology*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}
.cta {
  background: #13538C;
}
.cta a {
  background: #2f2f2f;
  color: #fff !important;
  border: none;
}
.cta a:hover{
  background: #000 !important;
  color: #fff !important;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #003E6D;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 80px !important;
}
.about h3 {
  font-weight: 700;
  font-size: 30px;
  color: #13538c;
}
.about h4 {
  font-size: 18px;
  font-weight: bold;
  color: #13538c;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
section#services {
  background: #13538c;
  color: #fff !important;
}
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}
.services img{
  margin: 0 auto;
}
.services .icon-box i {
  float: left;
  color: #F2C475;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4  {
  color: #15355e;
  transition: 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  color: #384046;
}
.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}
.services .icon-box:hover h4 a {
  color: #F2C475;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  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 #003E6D;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003E6D;
}

/*-- ===== FAQs === -- */
#faqs h2{
  font-weight: 600;
  font-size: 32px;
  color: #15355e;
}
.accordion-body {
  padding: 1rem 1.25rem;
  background: #13538c;
  color: #fff !important;
  margin-bottom: 20px;
}
button.accordion-button.collapsed {
  font-weight: bold;
  color: #f2c475;
  background: #13538B;
  margin-bottom: 10px;
}
.accordion-button::after {
 
  background-image: url(../img/accor-arrow.webp) !important;
  
}

#footer .social-links a:hover {
  background: #41754c !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  border-radius: 4px;
  color: #fff !important;
}
section#contact {
  background: #13538c;
  color: #fff !important;
}
.contact .info i {
  font-size: 20px;
  color: #13538c;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  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: #fff;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.contact .info:hover i {
  background: #62ab71;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #F2C475;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #F2C475;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f7fbfe;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  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: #F2C475;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #F2C475;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .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: #F2C475;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #57aae1;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}



/*Gallery Start*/
#gallery{
  background-color: #d7e4e8;
}
section#gallery .container .row img {
  margin-bottom: 24px;
  float: left;
  width: 100%;
}
section#gallery .row .col-lg-3 {
  margin-bottom: 21px;
}

#pricing .card-header {
  background: #62AB71 !important;
}

#pricing .card-header h4{
  font-size: 30px;
  font-weight: bold !important;
}
