/*
Items Name : Akonta
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #1C1C1C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #1C1C1C;
}

h1 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #1C1C1C;
}

a:hover {
  color:  #A4C3A2;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #2d3e50;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #2d3e50;
  color: #39d196;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #1C1C1C;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #ffffff;
  color: #1C1C1C;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #1C1C1C;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  transition: 0.2s;
  font-weight: 600;
  border: 0;
}

.button2:hover {
  background: #ffffff;
  color: #1C1C1C;
}
.button.button32 a {
  color: #ffffff;
}
.button.button32:hover a {
  color: #1c1c1c;
}


/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #1C1C1C;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #ffffff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 92px;
  background: #1C1C1C; 
  color: #ffffff; 
  padding: 80px 0 100px;
}
.intro h1 {
  color: #ffffff;
}
.intro .content-image {
  text-align: right;
  margin-right: 20px;
}
.intro .content-image img {
  transform: rotate(8deg);
  position: relative;
  width: 80%;
}
.intro .button {
  margin-top: 20px;
}

/* ------------------------------
  title stripe
---------------------------------*/
.the-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3e50;
}
.the-title span {
  height: 1px;
  width: 40px;
  background: #2a2a2a;
  display: inline-block;
  bottom: 5px;
  position: relative;
  margin-right: 12px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about ul li {
  padding: 5px 0;
  font-weight: 500;
  color: #2a2a2a;
}
.about ul li i {
  color: #39d196;
  margin-right: 10px;
}

/* ------------------------------
  achievement
---------------------------------*/
.achievement {
  text-align: center;
}
.achievement i {
  color: #39d196;
  font-size: 60px;
}
.achievement h2 {
  margin: 10px 0;
}
.achievement .content {
  padding: 50px 0 35px;
  background: #f3f6f9;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 80px;
}
.services h2 {
  margin-bottom: 20px;
}
.services .content-left {
  margin-right: 60px;
}
.services .content-right {
  margin-right: 30px;
  margin-left: 30px;
}
.services .content {
  margin: 40px 0;
}
.services .content img {
  height: 60px;
  width: auto;
}
.services .content h5 {
  margin: 20px 0;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  color: #eee;
}
.testimonial h5 {
  color: #ffffff;
  margin-bottom: 3px;
}
.testimonial span {
  font-weight: 500;
}
.testimonial .content-box {
  padding: 30px;
  background: #2d3e50;
}
.testimonial .content-image {
  display: inline-block;
  width: 50%;
}
.testimonial .content {
  padding: 40px;
}
.testimonial .content i {
  font-size: 56px;
  color: #39d196;
}
.testimonial .swiper {
  float: right;
  width: 50%;
  margin-top: 40px;
  cursor: pointer;
}

/* ------------------------------
clients
---------------------------------*/
.clients {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f3f6f9;
  padding-left: 30px;
  padding-right: 30px;
}
.clients img {
  padding: 0 30px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.contact h5 {
  margin-bottom: 15px;
}

/* ------------------------------
  footer
---------------------------------*/
footer .row {
  border-top: 1px solid #eef3f7;
  padding: 30px 0;
}

footer ul {
  text-align: right;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  font-size: 20px;
  margin-left: 10px;
}

footer ul li i:hover {
  
  color: #A4C3A2;
}

.col-md.add-none { display:none}


.faq-section {
    background-color: #f9f9f9;
    padding: 50px 20px;
    border-radius: 8px;
}

.section-header {
    margin-bottom: 30px;
}

.section-title {
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
}

.faq-accordion {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  background-color: #f1f1f1;
  color: #333;
  padding: 15px;
  font-size: 1.1rem;
  text-align: left;
  border: none;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #ffffff; 
  color: #1C1C1C;
}

.faq-answer {
  padding: 15px;
  background-color: #fafafa;
  display: none; /* Hidden by default */
  color: #666;
  font-size: 1rem;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  margin: 0;
}

.navbar-custom-bg {
  background-color: #ffffff !important;
}

.navbar .navbar-nav li a {
  color: #1C1C1C;
  font-weight: 500;
}

.navbar .navbar-nav li a:hover {
  color: #1C1C1C; /* Dark text color */
  background-color: #A4C3A2; /* Light green background */
  padding: 8px 15px; /* Optional padding for hover state */
  border-radius: 5px; /* Rounded corners */
  transition: all 0.3s ease;
}

/* ------------------------------
  responsive
---------------------------------*/

/*Styles css for new uk website 03-04-2025*/
.navbar .navbar-brand img { height:auto}
.navbar .navbar-brand { width:24.5%; padding:20px 0}
.button2 { background:#24aadd; color:#000}
.button2:hover { background:#000; color:#24aadd}
.intro .button2:hover { background:#fff; color:#000}
.intro { background:#000e3b}
h1, h2, h3, h4, h5, h6 { color:#000e3b}
.section-title { color:#000e3b}
.testimonial .content-box { background:#000e3b}
.testimonial .content i { color:#24aadd}
.about ul li i { color:#39baea}
.navbar .navbar-toggler i { color:#000e3b}
.bcol1 { flex:30%; padding-bottom:22px}
.bcol2 { flex:40%}
.navbar .navbar-nav li a:hover { background-color:#24aadd} 
a:hover {  color: #24aadd;}

.contentremove{ display:none}
span.button.button2 { display:inline-block; padding-top:13px; padding-bottom:13px;}



.popup_apt{background:rgba(0, 0, 0, 0.7);top:0;left:0;z-index:8999999990;position:fixed;width:100%;height:100%;margin:auto;}
.popup_apt1 .btn1_3{margin-top:10px;}
.popup_apt1{ width:550px;line-height:25px; text-align:justify;display:table;margin:auto;padding:25px;background:#FFF; color:black;  font-size:16px;position:relative;top:0%;transform:translateY(-50%);margin-top:21%;}
.popup_apt1 .btn_4 {  float: right;  text-align: right;  font-size: 18px;  position: absolute;  top: -14px;  right: -12px;  background:#fff;  border-radius:50%;  padding:0;  width: 30px;  height: 30px;  text-align: center;  font-weight: bold; background:#24aadd}
.popup_apt1 .btn_4 a{ color:#fff; padding:10px}
.popup_apt1 a {text-decoration: none;color: #282828;cursor: pointer;}
.button-navbar a { cursor:pointer}
.poptext {   font-size: 20px;  line-height: 32px; text-align:center}
.poptext a {color:#24aadd}

.content a { cursor:pointer}
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .clients img {
    padding: 0 15px;
  }

  .about .col-md-7 {
    width: 100%;
  }

  .about .content {
    padding-top: 0;
  }

  .testimonial .content-image {
    width: 100%;
  }

  .testimonial .swiper {
    width: 100%;
    float: none;
  }

  .testimonial .content {
    padding: 0;
  }

  .col-contact {
    width: 100%;
  }
  .intro { margin-top:85px}
}
@media (max-width: 767px) {
  .intro .content-image {
    text-align: right;
    margin-right: 44px;
    margin-top: 60px;
  }

  .clients {
    padding-left: 0;
    padding-right: 0;
  }

  .clients img {
    padding: 0 5px;
  }

  .services .content-left {
    margin-right: 0;
  }

  .services .content-right {
    margin-right: 0;
    margin-left: 0;
  }

  .contact span {
    margin-bottom: 20px;
    display: block;
  }
  
  .navbar .navbar-brand { width:200px;}
  

}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .clients img {
    padding: 0 80px;
    margin: 20px 0;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
    background: #1C1C1C;
    color: #ffffff;
  }
  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }
  footer .reverse {
    flex-direction: column-reverse !important;
  }
  
  .bcol1 { flex:100%}
.bcol2 { flex:100%}

.popup_apt1{width:80%;margin-top:100%;}
.popup_apt { top:0%;}
.poptext { font-size:17px; line-height:27px;}

}


@media only screen and (max-width:479px) {

 }

