
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #242323;
  background: #fff;
  transition: all 0.3s ease-out;
  padding: 0 !important;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .container {
    overflow-x: hidden; /* Hide any overflow */
  }
}

a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; 
}
header, footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
  line-height: 1.5;
  color: #242323;
}
button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease-out;
}


.sticky-top .container {
  transition: 0.5s !important;
}
.sticky-top{
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
  color: var(--bs-dark) !important;
}

.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 5px !important;
}


.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0px solid #720000;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
  top: 0;
  left: 0;
}

.navbar .navbar-nav .nav-item::after {
  bottom: 0;
  right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
  width: 100%;
  border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
  color: #720000 !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      border: 0;
      border-radius: 10px;
      margin-top: 20px !important;
      transition: .5s;
      opacity: 0;
      z-index: 9;
  }
}

@media (max-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
      margin-top: 15px !important;
      transition: 0.5s;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item.nav-link {
      margin: 15px 0 !important;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  margin-top: 20px !important;
  transition: .5s;
  opacity: 1;
}

.navbar .navbar-toggler {
  padding: 8px 15px;
  color: var(--bs-dark);
  background: var(--bs-primary);
}

.navbar-brand img{
  max-width: 150px;
  height: 60px;
  object-fit: cover;
}

  /******footer*****/
footer {
  color: #242323;
  padding: 60px 0px 0px;
  position: relative;
  z-index: 9;
  border-top: 1px solid #cccccc4d;
}
h3.footer_address_content_box_title {
  font-size: 17px;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: #e64722;
  font-weight: 500;
  line-height: 1;
}
h3.footer_address_content_box_title span {
  margin-right: 8px;
  font-size: 18px;
  color: #e64722;
}
ul.footer_address_content_box_address li span {
  margin-right: 9px;
  font-size: 16px;
  color: #e64722;
  line-height: 1.8;
}
ul.footer_address_content_box_address li strong {
  display: inline-block;
  margin-right: 127px;
}
ul.footer_address_content_box_address {
  font-size: 16px;
}
ul.footer_address_content_box_address li:not(:last-child) {
  margin-bottom: 8px;
}
ul.footer_address_content_box_phone li span {
  margin-right: 9px;
  font-size: 17px;
  color: #fec23e;
  line-height: 1.8;
}
ul.footer_address_content_box_phone li a {
  color: #242323;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
ul.footer_address_content_box_phone li:not(:last-child) {
  margin-bottom: 4px;
}
ul.footer_address_content_box_phone {
  margin-top: 10px;
}
ul.footer_address_content_box_email li span {
  margin-right: 9px;
  font-size: 16px;
  color: #fec23e;
  line-height: 1.8;
}
ul.footer_address_content_box_email li a {
  color: #242323;
  font-size: 16px;
}
ul.footer_address_content_box_email {
  margin-top: 5px;
}
.footer_address_content .footer_address_content_box:not(:last-child) {
  margin-bottom: 24px;
}
.footer_address_content_box li {
  display: flex;
  color: #242323;
}
.footer_address_logo {
  width: 175px;
  margin-bottom: 18px;
}
.footer_top_part {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_links_content span {
  display: block;
  text-transform: capitalize;
  font-size: 21px;
  margin-bottom: 26px;
  color: #004c97;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
.footer_links_content ul li a {
  color: #242323;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.footer_links_content ul li {
  line-height: 1;
  position: relative;
  margin-left: 17px;
}
.footer_links_content ul li::after {
  content: "\f217";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  color: #fec23e;
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
  /* transform: rotate(90deg); */
}
.footer_links_content ul li:not(:last-child) {
  margin-bottom: 11px;
}
footer a:hover {
  color: #004c97 !important;
  transition: all 0.3s ease-in-out;
}
.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #24232370;
  padding: 20px 0 20px;
}
.footer_copyright_content p span {
  display: inline-block;
  margin: 0 4px;
}
.footer_copyright_content p {
  font-size: 15px;
}
.footer_copyright_link ul {
  display: flex;
  align-items: center;
}
.footer_copyright_link ul li a {
  color: #242323;
  font-size: 15px;
  line-height: 1;
}
.footer_copyright_link ul li:not(:last-child) {
  border-right: 2px solid #fec23e;
  line-height: 1;
  margin-right: 9px;
  padding-right: 9px;
}
.footer_social span.footer_social_title {
  display: block;
  font-size: 17px;
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer_social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_social ul li a {
  background: #f4bb3d;
  color: #000000;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 29px;
}
.footer-social-content span{
  display: block;
  text-transform: capitalize;
  font-size: 21px;
  margin-bottom: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
.top-nav ul li a{
  background: #f4bb3d;
  color: #000000;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 29px;
}
.addr-bar p{
  margin-right: 1em;
}
.addr-bar p a{
  color: #fff;
}
.addr-bar p span i{
  vertical-align: middle;
}
.footer_social ul li a:hover , .top-nav ul li a:hover{
  color: #004c97 !important;
  transition: all 0.3s ease-in-out;
  background: #fec23e !important;
}
.footer_social ul li a i , .top-nav ul li a i{
  line-height: 0;
}
.footer_social ul li a span , .top-nav ul li a span{
  line-height: 0;
}
.footer_social ul li:not(:last-child), .top-nav ul li:not(:last-child) {
  margin-right: 16px;
}
.footer_copyright_content p a {
  color: #ffaf00;
}
.footer_social {
  margin-top: 20px;
}

    /* Banner Section */
.banner_section {
    position: relative;
    /* padding: 170px 0; */
    background: url('../image/banner_back.png');
    background-size: 100% 110%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.carousel-caption h1.banner_text {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.read_bt a {
    border: none;
    line-height: 1;
    padding: 16px 27px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 36px;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
}

.read_bt a:hover {
    background: #004c97 !important;
    color: #ffffff !important;
}

/* Carousel Controls */
.carousel-control-prev, .carousel-control-next {
    width: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 31px;
    height: 31px;
}
.carousel-item img {
    height: 580px;
    object-fit: cover;
}
.carousel-caption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}
/* feature box */
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
    height: 100%;
}

/* gallery box */

/* .gallery-item .project-img {
    position: relative;
    overflow: hidden;
} */

/* blog section */
.project-img img{
    height: 350px;
    object-fit: cover;
}
.news_hd {
    text-align: center;
    margin-bottom: 35px;
}
.news_hd h4{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.blog-item:hover .project-img img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
/* service Section Start */
.service {
    padding: 40px 0;
}

.service .service-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 10px; 
}

.service .service-inner {
    position: relative;
}

.service .service-item .service-inner .service-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.service .service-item:hover .service-inner .service-title-name a {
    opacity: 0;
}

.service .service-item .service-inner img {
    transition: 0.5s;
    height: 400px;
    object-fit: cover;
}

.service .service-item:hover .service-inner img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-content {
    bottom: 0;
}

.section-title h1 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
}

/* service Section End */

  /*** gallerys Start ***/
.gallery .gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.gallery .gallery-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover::after {
    opacity: 1;
}
.gallery-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.gallery-item .gallery-plus-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}

.gallery-item:hover .gallery-plus-icon {
  opacity: 1;
}
.gallery-plus-icon a{
line-height: 1;
border-radius: 100px;
padding: 1em;
}

.news_title{
    text-align: center;
    margin-bottom: 2.5em;
}
.news_title h4{
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
/*** gallerys End ***/

/* testimonial section start */
.testimonial_section {
    padding: 100px 0 130px;
}

.testimonial_title h6 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.testimonial_left {
    width: 25%;
    float: left;
}

.testimonial_right {
    width: 70%;
    float: left;
}

.client_img {
    float: left;
    position: relative;
    padding-top: 20px;
    height: 210px;
    object-fit: cover;
}

/* .client_img::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 214px;
    left: 0px;
    top: 0px;
    z-index: -1;
} */

#testimonial_carousel .carousel-control-prev {
    position: absolute;
    left: 200px;
    top: 105%;
}
#testimonial_carousel .carousel-control-prev i , #testimonial_carousel .carousel-control-next i{
    line-height: 0;
}

#testimonial_carousel .carousel-control-next {
    position: absolute;
    right: inherit;
    top: 105%;
    left: 260px;
}

#testimonial_carousel .carousel-control-prev,
#testimonial_carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#testimonial_carousel .carousel-control-prev:hover,
#testimonial_carousel .carousel-control-next:hover,
#testimonial_carousel .carousel-control-prev:focus,
#testimonial_carousel .carousel-control-next:focus {
    background: #252525;
    color: #ffffff;
} 
.stars{
    display: flex;
    margin-bottom: 1em;
}
.stars li{
    padding-right: 6px;
}

.testimonial_right p:before {
    content: "\f416";
    font-family: uicons-solid-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 85px;
    line-height: 0;
    position: absolute;
    opacity: 0.2;
    top: 26px;
    transform: rotate(180deg);
    left: 0;
  }
  .testimonial_right p {
    position: relative;
  }
  .testimonial-carousel-item img{
    height: auto ;
}

/* testimonial section end */

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    position: relative; 
    background-color: transparent; 
}

.accordion-button:not(.collapsed):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3; 
    z-index: -1; 
    border-radius: inherit;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 !important;
}
.accordion-button.collapsed {
    box-shadow: none !important;

}
.faq_title h6{
    font-size:40px
  }
/*news*/
.news_items {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .news_item_image {
    position: relative;
    overflow: hidden;
  }
  .news_item_image img {
    width: 100%;
    height: 261px;
    object-fit: cover;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .news_item_image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(9, 9, 121, 0.09576330532212884) 24%,
      rgb(0 0 0 / 59%) 100%
    );
    z-index: 9;
  }
  .news_item_content {
    padding: 20px;
    background: #004c97;
    height: 100%;
  }
  .news_item_content h4 {
    color: #fff;
    width: 100%;
    margin-bottom: 11px;
  }
  .news a {
    height: 100%;
    display: block;
  }
  .news_item_content p {
    color: #fff;
    font-size: 16px;
  }
  .news_items:hover .news_item_image img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .news_item_content span {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
  }

  .news_details {
    padding: 30px 0;
    border-top: 1px solid #cccccc75;
    margin-top: 25px;
}

.inner_banner_image img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/***********go-top****/
#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 4px 2px #2423233b;
}
#button::after {
  content: "\f125";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 21px;
  line-height: 50px;
}
#button:hover {
  cursor: pointer;
  background-color: #004c97;
  color: #fff;
}
#button:hover::after {
  color: #ffffff;
}
#button:active {
  background-color: #e1dfdd;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.inner_banner_image {
  margin-bottom: 3em ;
}

/*** Spinner Start ***/

/* #spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
} */
/*** Spinner End ***/


/*** Spinner Start ***/
#spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #2a3855; /* This should be replaced with the dynamic background color variable */
  transition: opacity .8s cubic-bezier(.77, 0, .18, 1);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
}

#spinner.show {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease-out, visibility 0s linear 0s;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.line-scale {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 40px;
}

.line-scale div {
  background-color: #fff;
  width: 8px;
  height: 100%;
  margin: 0 2px;
  display: inline-block;
  animation: line-scale 1.2s infinite ease-in-out;
}

@keyframes line-scale {
  0%, 40%, 100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.5);
  }
}

.line-scale div:nth-child(1) {
  animation-delay: -0.24s;
}

.line-scale div:nth-child(2) {
  animation-delay: -0.12s;
}

.line-scale div:nth-child(3) {
  animation-delay: 0s;
}

.line-scale div:nth-child(4) {
  animation-delay: 0.12s;
}

.line-scale div:nth-child(5) {
  animation-delay: 0.24s;
}
/*** Spinner End ***/











