/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #0d1820;
    border: 15px solid #ffffff;
    display: flow-root;
    height: 100%;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #3a68773a;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.gradient-logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #9d5bff, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-logo small {
  display: block;
  font-size: 12px;
  letter-spacing: 4px;
  color: #777;
}

.navbar-light .navbar-nav .nav-link {
    color: #fefefd;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin: 0px 5px;
    background-color: transparent;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #a8f2e1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #5ce5de;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    color: #252525;
    background-color: #fefefd;
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 20px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.form-control::placeholder {
    color: #252525;
}

.form-inline .form-control {
    color: #252525;
}

.has-search .form-control-feedback {
    z-index: 2;
    display: block;
    width: auto;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: right !important;
    pointer-events: none;
    color: #252525;
    margin-left: -30px;
}

.user_icon {
    width: 42px;
    background-color: #fff;
    padding: 5px 13px;
    font-size: 18px;
    color: #252525;
    border-radius: 100%;
    height: auto;
    margin-left: 20px;
}

.user_icon a {
    background-color: #fff;
    color: #252525;
}

.user_icon a:hover {
    background-color: #fff;
    color: #252525;
}


/* header section end */


/* banner section start */
/* =========================
   Banner Section
========================= */
.banner_section {
    width: 100%;
    float: left;
    padding: 110px 15px 40px;
    position: relative;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    overflow: hidden;
}

/* Soft glowing background */
.banner_section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(144,204,250,0.4), transparent 70%);
    filter: blur(40px);
}

/* =========================
   Banner Title
========================= */
.banner_taital {
    width: 100%;
    font-size: 52px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0;
    text-shadow:
        0 5px 15px rgba(0,0,0,0.4),
        0 0 30px rgba(144,204,250,0.25);
    animation: textReveal 1.5s ease forwards;
}

@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   Images Container (Glass)
========================= */
.images_main {
    width: 100%;
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    transition: all 0.4s ease;
}

.images_main:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}

.banner_img img {
    width: 100%;
    border-radius: 15px;
}

/* =========================
   DOT INDICATORS (Bottom)
========================= */
#main_slider .carousel-indicators {
    bottom: -35px;
}

#main_slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}

#main_slider .carousel-indicators .active {
    width: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #90ccfa, #4facfe);
}

/* =========================
   Fade Animation
========================= */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* =========================
   Responsive Fix
========================= */
@media (max-width: 768px) {
    .banner_taital {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }

    #main_slider .carousel-indicators {
        bottom: -25px;
    }
}

/* banner section end */


/* about_section section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #aeb8b8;
    padding-top: 50px;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f3f3f3;
    margin: 0px;
    padding-top: 40px;
}

.video_bt {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: initial;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.about_img {
    width: 100%;
    float: left;
}

/* ================= COMMON STYLES FOR ALL SECTIONS ================= */
section {
  padding: 90px 0;
  background: #111; /* dark background for elegance */
}

section .container img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

section .container img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

/* ================= ABOUT SECTION ================= */
.about_taital {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.about_taital span {
  color: #ffffff;
  position: relative;
}

.about_taital span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, transparent);
  border-radius: 2px;
}

.about_text {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 18px;
}

/* ================= OUR STORY SECTION ================= */
.story_taital {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.story_taital span {
  color: #ffffff;
  position: relative;
}

.story_taital span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, transparent);
  border-radius: 2px;
}

.story_text {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 18px;
}



/* ================= OUR MISSION SECTION ================= */
.mission_taital {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.mission_taital span {
  color: #ffffff;
  position: relative;
}

.mission_taital span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, transparent);
  border-radius: 2px;
}

.mission_text {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin-bottom: 18px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .story_section .row, .mission_section .row, .about_section .row {
    flex-direction: column !important;
  }
  .story_section .col-lg-6, .mission_section .col-lg-6, .about_section .col-lg-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about_taital, .story_taital, .mission_taital {
    font-size: 32px;
  }
  section {
    padding: 60px 15px;
  }
}
.section_img {
  width: 100%;
  position: relative;
}

.section_img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.section_img img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}



/* about section end */


/* design section start */


/* ================= DESIGN HEADING ================= */

.design-heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.design_title {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  animation: fadeSlide 1s ease forwards;
}

.design_title span {
  color: #ffffff;
  position: relative;
}

.design_title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, transparent);
  border-radius: 5px;
}

.design_subtitle {
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.4s;
}

/* ================= ANIMATIONS ================= */

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .design_title {
    font-size: 34px;
  }
}



/* ================= PRODUCT MODAL ================= */

.product-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;
  backdrop-filter: blur(6px);
  animation: fadeIn 0.3s ease forwards;
}

.product-modal.active {
  display: flex;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.product-modal-content {
  background: #1c1c1c;
  border-radius: 16px;
  max-width: 850px;
  width: 100%;
  padding: 25px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
  animation: scaleUp 0.35s ease;
}

@keyframes scaleUp {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.product-modal-content img.main-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: transform 0.35s ease;
}

.product-modal-content img.main-image:hover {
  transform: scale(1.03);
}

/* ================= SUB IMAGES ================= */

.sub-images {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-bottom: 22px;
}

.sub-images img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sub-images img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #25D366;
}

/* ================= WHATSAPP BUTTON ================= */

.whatsapp-btn-modal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg,#25D366,#1ebe5d);
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-btn-modal:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

/* ================= CLOSE BUTTON ================= */

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #25D366;
  transform: rotate(90deg);
}

/* ================= FLOATING WHATSAPP ================= */

.whatsapp-btn-floating {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(45deg,#25D366,#1ebe5d);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: 0.3s;
}

.whatsapp-btn-floating:hover {
  transform: translateY(-4px) scale(1.05);
}

/* ================= DESIGN SECTION ================= */

/* 🔥 GAP FIX (IMPORTANT) */
.design_section_2 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;                 /* REAL GAP */
  justify-content: center;
}

/* Bootstrap column fix */
.design_section_2 .col-md-4 {
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
}


/* ================= OVERLAY ================= */

.container_main .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.8)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

.container_main:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.container_main .overlay .text {
  padding: 20px;
}

/* Text */
.jony_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.some_text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #eee;
}

/* Button */
.buy_bt a {
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 22px;
  color: #fff;
  transition: 0.3s;
}

.buy_bt a:hover {
  background: #25D366;
  border-color: #25D366;
}

/* ================= MOBILE ================= */

@media (max-width: 991px) {
  .design_section_2 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container_main {
    height: 300px;
  }
}








/* ===== MODAL RESPONSIVE IMAGE ===== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* AUTO IMAGE ADJUSTMENT */
#modalMainImage {
  width: 100%;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;   /* 🔥 key line */
  border-radius: 8px;
}

/* DESCRIPTION */
#modalDescription {
  margin-top: 12px;
  font-size: 16px;
  text-align: center;
  color: #e9e2e2;
}

/* CLOSE BUTTON */
#closeModal {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  cursor: pointer;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .modal-content {
    padding: 10px;
  }

  #modalMainImage {
    max-height: 55vh;
  }

  #modalDescription {
    font-size: 14px;
  }
}




/* design section end */


/* company section start */

.company_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.company_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #aeb8b8;
    font-weight: bold;
}

.company_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #e2e3e5;
    margin: 0px;
    padding-bottom: 50px;
}

.company_section_2 {
    width: 100%;
    float: left;
}

.home_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #aeb8b8;
    font-weight: 600;
    padding-top: 50px;
}

.lorem_text {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 16px;
    color: #e2e3e5;
    padding-top: 20px;
}

.seemore_bt {
    width: 160px;
    float: left;
   
    padding: 20px ;
}

.seemore_bt a {
     width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 0px;
    background-color: hsl(0, 0%, 27%);
    border-radius: 5px;
}

.seemore_bt a:hover {
    
    color: #323232;
    background-color: #aeb8b8;
}


/* company section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 70px 0px;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #494a4a;
    font-weight: 600;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 5px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #191919;
    text-transform: uppercase;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #767675;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: -90px;
    top: 50px;
}

#my_slider a.carousel-control-next {
    right: -90px;
    top: 50px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 40px;
    color: #333333;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #252525;
}


/* client section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    font-weight: bold;
    text-align: center;
}

.news_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.news_taita_main {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.news_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
}

.news_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #e2e3e5;
    margin: 0px;
    padding-top: 20px;
}

.readmore_bt {
    width: 200px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 8px 8px 0px;
}

.readmore_bt a:hover {
    color: #333333;
}

.news_img {
    width: 100%;
    float: left;
}


/* news section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f1e9e9;
    text-align: center;
    font-weight: bold;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section_1 {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #989696;
    background-color: #fff;
    padding: 8px 15px;
    margin-top: 40px;
    border-radius: 5px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #989696;
}

.massage-bt {
    color: #989696;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #fff;
    padding: 40px 15px 0px 15px;
    border: 0px;
    height: 110px;
    margin-top: 40px;
    border-radius: 5px;
}

textarea#comment::placeholder {
    color: #989696;
}

.send_bt {
    width: 170px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #2c2c2c;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #989696;
    background-color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}


/* contact section end */

.footer_logo {
    width: 100%;
    float: left;
}

.footer_taital {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fefefe;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.footer_text {
    width: 85%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin: 0px;
    padding-top: 20px;
}

.footer_menu {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #363636;
}

.location_text {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #363636;
}

.padding_left_10 {
    padding-left: 10px;
}

.footer_section {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.input_bt {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #fefefe;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefe;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt.mail_bt::placeholder {
    color: #fefefe;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #fefefe;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}

.subscribe_bt a {
    color: #fefefe;
}

.subscribe_bt a:hover {
    color: #363636;
}

.footer_social_icon {
    width: 100%;
    float: right;
    text-align: right;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #2ea0f8;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #363636;
}


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #333333;
}

.copyright_text a:hover {
    color: #2ea0f8;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}