
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #677284; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 120%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }


.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }



/*===== All Button Style =====*/
.section_title .title {
  font-size: 40px;
  font-weight: 700; }
 

.section_title.section_title_2 .title {
  color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
   
/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 15px 0; }

.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }


.sticky .navbar-toggler .toggler-icon {
  background-color: #222; }

.sticky .navbar-nav .nav-item a {
  color: #222; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #FFB316; }

/*===== SLIDER =====*/
.single_slider {
  height: 750px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 200px; }
  
  .single_slider::before {
    position: absolute;
    content: '';
    background-color: rgba(26, 49, 84, 0.52);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.slider_content {
  padding-top: 50px; }
  .slider_content .slider_title {
    font-size: 60px;
    color: #fff;
    margin-top: 15px; }
 
    .slider_content .slider_title span {
      display: contents;
      color: #FFB316; }
  .slider_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    max-width: 550px; }
   
  .slider_content .main-btn {
    margin-top: 45px; }

/*===========================
      03.FEATUREAS css 
===========================*/
.single_features .features_image img {
  width: 100%;
  border-radius: 40px; }

.single_features .features_content .features_title a {
  font-size: 30px;
  font-weight: 600;
  color: #1A3154;
  margin-top: 30px; }

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
  margin-top: -150px;
  position: relative;
  z-index: 5; }

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  padding-right: 280px; }
  .about_bg .about_bg_image {
    width: 100%;
    height: 100%; }

.about_image img {
  width: 100%;
  border-radius: 40px;
  border-bottom-right-radius: 0; }

.about_content {
  padding-left: 45px; }
  .about_content .sub_title {
    font-size: 38px;
    font-weight: 400;
    position: relative; }

    .about_content .sub_title::before {
      position: absolute;
      content: '';
      width: 9px;
      height: 100%;
      left: -45px;
      top: 0;
      background-color: #1A3154; }
    .about_content .sub_title span {
      font-size: 70px;
      font-weight: 800;
      color: #FFB316; }
    
  .about_content .main_title {
    font-size: 40px;
    margin-top: 25px; }
  
  .about_content p {
    margin-top: 25px; }
  .about_content .main-btn {
    margin-top: 45px; }


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  text-align: left;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}




/*===========================
       05.SERVICES css 
===========================*/
.single_services .services_icon i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 40px;
  color: #FFB316;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4); }

.single_services .services_content {
  margin-top: 25px; }
  .single_services .services_content .title {
    font-size: 30px;
    font-weight: 700;
    object-fit: cover;
    object-position: center; }

  .single_services .services_content p {
    margin-top: 25px; }

/*===========================
       06.GALLERY css 
===========================*/
.single_galley {
  position: relative;
  overflow: hidden; }
  .single_galley .galley_image {
    position: relative; }
    .single_galley .galley_image img {
      width: 100%; }
    .single_galley .galley_image::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      background-color: rgba(26, 49, 84, 0.73);
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0;
      visibility: hidden; }
  .single_galley .galley_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
    padding: 30px;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_galley .galley_content {
        left: 15px;
        bottom: 15px; } }
    .single_galley .galley_content::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single_galley .galley_content .gallery_title {
      overflow: hidden; }
      .single_galley .galley_content .gallery_title a {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
        @media (max-width: 767px) {
          .single_galley .galley_content .gallery_title a {
            font-size: 20px; } }
    .single_galley .galley_content p {
      color: #fff;
      margin-top: 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      overflow: hidden; }
      .single_galley .galley_content p span {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
  .single_galley:hover .galley_image::before {
    opacity: 1;
    visibility: visible; }
  .single_galley:hover .galley_content {
    opacity: 1;
    visibility: visible; }
    .single_galley:hover .galley_content::before {
      width: 110px;
      height: 110px;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .single_galley:hover .galley_content .gallery_title a {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .single_galley:hover .galley_content p span {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -ms-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
  .single_galley.border_radius_1 {
    border-radius: 40px;
    border-bottom-right-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_1 {
        border-radius: 20px;
        border-bottom-right-radius: 0; } }
  .single_galley.border_radius_2 {
    border-radius: 40px;
    border-top-right-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_2 {
        border-radius: 20px;
        border-top-right-radius: 0; } }
  .single_galley.border_radius_3 {
    border-radius: 40px;
    border-top-left-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_3 {
        border-radius: 20px;
        border-top-left-radius: 0; } }
  .single_galley.border_radius_4 {
    border-radius: 40px;
    border-bottom-left-radius: 0; }
    @media (max-width: 767px) {
      .single_galley.border_radius_4 {
        border-radius: 20px;
        border-bottom-left-radius: 0; } }


/*===========================
       07.COUNTER css 
===========================*/
.counter_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px; }

  .counter_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.79);
    width: 100%;
    height: 100%; }

.single_counter .counter_icon i {
  font-size: 60px;
  line-height: 60px;
  color: #fff; }
 

.single_counter .counter_content {
  margin-top: 25px; }
  .single_counter .counter_content span {
    font-size: 44px;
    font-weight: 700;
    color: #fff; }

  .single_counter .counter_content p {
    color: #fff; }

/*===========================
        10.SLIDESHOW css 
===========================*/
.slideshow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0; 
    margin-top: 20px;
}
.slide {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    box-shadow: 0 6px 11px #0f0f0f82; 
    border-radius: 11px;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.slide.active {
    opacity: 1;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFB316;
  color: black;
  border: none;
  padding: 14px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 22px;
  user-select: none;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.prev:hover, .next:hover {
  background-color: rgba(53, 74, 209, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/*===========================
       11.CONTACT css 
===========================*/
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #1A3154;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_form .single_form {
  margin-top: 30px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #677284;
    border-radius: 5px; }
    .contact_form .single_form textarea:focus,
    .contact_form .single_form input:focus {
      border: 1px solid #FFB316; }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 125px; }

.contact_info p {
  margin-top: 15px; }

.single_info {
  margin-top: 30px; }
  .single_info .info_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #FFB316;
    color: #fff; }
   
  .single_info .info_content {
    padding-left: 15px; }
    .single_info .info_content p {
      margin-top: 0; }
    
/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px; }

  .footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.95);
    width: 100%;
    height: 100%;
    z-index: -1; }
.footer_about img{max-width: 50%;}
.footer_about p {
  margin-top: 25px;
  color: #fff; }

.footer_title {
  font-size: 30px;
  font-weight: 600;
  color: #fff; }

.footer_link_wrapper .footer_link {
  width: 33.33%; }
 
  .footer_link_wrapper .footer_link .link {
    padding-top: 25px; }
    .footer_link_wrapper .footer_link .link li {
      margin-top: 10px; }
      .footer_link_wrapper .footer_link .link li a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link_wrapper .footer_link .link li a:hover {
          color: #FFB316; }

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  padding: 25px 0; }
  .footer_copyright p {
    color: #fff; }



/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #FFB316;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #FFB316; }
