/* CSS Document */

/* 
    Created on   : 2024
    Theme Name   : Paximum UK HTML Template
    Version      : 1.0
    Author       : Paximum
    Developed by : Paximum Development Team
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Language Switcher---*/
@import url('../vendor/language-switcher/polyglot-language-switcher.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}

#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 40px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}

/*==================== Click Top ====================*/
.scroll-top {
  width: 25px;
  height: 25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
    /* IE9 Compat Modes */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
  /* Legacy iOS */
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #555555;
  font-size: 18px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
}

h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

h2 {
  font-size: 38px;
  font-weight: 900;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  font-weight: normal;
}

p {
  line-height: 27px;
}

ul {
  list-style-type: none;
}

body a {
  text-decoration: none;
  color: #232323;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.section-spacing {
  margin-bottom: 120px;
}

.m-top0 {
  margin-top: 0 !important;
}

.m-bottom0 {
  margin-bottom: 0 !important;
}

.p-bottm0 {
  padding-bottom: 0 !important;
}

.no-border {
  border: none !important;
}

/*--------------------- Transition --------------------*/
.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.header-one .top-header .address-wrapper .quotes a,
.header-one .theme-menu-wrapper .right-widget .social-icon li a,
#mega-menu-holder ul.dropdown li a:before,
.theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li>span,
.top-feature .main-content,
.service-style-one .single-service .text,
.service-style-one .single-service,
.owl-theme .owl-dots .owl-dot span,
.our-team .team-member .overlay .hover-content ul li a,
.our-team .team-member .overlay,
.our-team .team-member .text,
.theme-footer-two .top-footer .footer-list ul li a,
.theme-footer-one .top-footer .footer-list ul li a,
.theme-footer-one .bottom-footer ul li a,
.header-two .top-header .social-icon li a,
.our-case .single-case-block .hover-content,
.our-case .single-case-block .hover-content .text .details,
.accordion-one .panel-group .panel-heading a:before,
.our-blog .single-blog .post-meta .read-more,
.theme-footer-two .logo-widget .social-icon li a,
.core-values .single-value-block .image-box .overlay,
.theme-sidebar-one .service-categories ul li a,
.theme-pagination ul li a,
.project-details .project-details-sidebar .social-icon li a,
.blog-sidebar .sidebar-categories ul li a,
.blog-sidebar .sidebar-archives ul li a,
.blog-sidebar .sidebar-tags ul li a,
.blog-details .share-option li a,
.shop-page .single-product .product-name .price,
.shop-page .single-product .image-box,
.shop-page .single-product .product-name .add-to-cart,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-review-tab .nav-tabs .nav-link {
  transition: all .3s ease-in-out;
}

.tran4s,
.our-solution .single-solution-block .icon,
.our-case .single-case-block .hover-content .text,
.our-blog .single-blog .image-box img {
  transition: all .4s ease-in-out;
}

/*----------------------- Theme Color File -------------------*/
.p-color,
.header-one .top-header .address-wrapper .quotes a,
.header-one .top-header .address-wrapper .address .icon,
#theme-main-banner .camera_caption h1,
#theme-main-banner .camera_caption .theme-button-one,
.top-feature .main-content:hover h4 a,
.about-compnay .mission-goal li .icon,
.service-style-one .single-service .text .read-more,
.service-style-one .single-service:hover .text h5 a,
.service-style-one .contact-text h5,
.service-style-one .contact-text h5 a,
.our-team .team-member .overlay .hover-content ul li a:hover,
.theme-counter h6,
.single-counter-box .number,
.theme-footer-one .top-footer .footer-newsletter .theme-button-one,
.header-two #mega-menu-holder>ul>li.active>a,
.header-two #mega-menu-holder>ul>li:hover>a,
.header-two #mega-menu-holder>ul>li.active>.sub-toggle,
.header-two #mega-menu-holder>ul>li:hover>.sub-toggle,
.callout-banner .theme-button-one,
.our-solution .single-solution-block:hover h5 a,
.faq-section .wrapper .img-box .play,
.why-choose-us .single-block .icon,
.why-choose-us .single-block:hover h5 a,
.short-banner .overlay h2,
.our-blog .single-blog .post-meta .read-more,
.our-blog .single-blog:hover .post-meta .title a,
.why-we-best .wrapper .best-list-item li .icon,
.why-we-best .wrapper .best-list-item li:hover h5 a,
.core-values .single-value-block .image-box .overlay a,
.core-values .single-value-block:hover .text h5 a,
.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a,
.service-details .service-content .presentation-section .best-list-item li .icon,
.project-details .project-details-sidebar .social-icon li a:hover,
.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent-post li .post a:hover,
.blog-sidebar .sidebar-archives ul li a:hover,
.blog-details .share-option .tag-meta li a:hover,
.blog-details .share-option .social-icon li a:hover,
.our-blog .comment-area .single-comment .comment a,
.shop-page .single-product .product-name .price,
.shop-page .single-product:hover .product-name h5 a,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-details .product-info .price,
.faq-page .panel-group .panel-heading h6 a:before {
  color: #001a57;
}

.p-bg-color,
.scroll-top,
.header-one .top-header .address-wrapper .quotes a:hover,
.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover>a:before,
.theme-button-one,
#theme-main-banner .camera_caption .theme-button-one:hover,
.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent>span,
#theme-main-banner .camera_pag .camera_pag_ul li:hover>span,
.service-style-one .contact-text h5:before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,
#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case .single-case-block .hover-content .text .details:hover,
.our-blog .single-blog .image-box .overlay .date,
.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
  background: #001a57;
}

.header-one .top-header .address-wrapper .quotes a,
#theme-main-banner .camera_pag .camera_pag_ul li,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,
.shop-page .single-product:hover .image-box {
  border-style: solid;
  border-color: #001a57;
}

/*----------------- Theme button ------------------*/
body .theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
}

body .theme-button-one:hover {
  background: #000f32;
}

/*------------------- Theme Title ------------------*/
.theme-title-one {
  position: relative;
  text-align: center;
}

.theme-title-one h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.theme-title-one h2:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.theme-title-one p {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* 6 adet item alanı */
.mission-goal {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  /* Elemanlar arasındaki boşluk */
}

.mission-goal li {
  flex: 1 1 calc(33.33% - 20px);
  /* 3 sütun */
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  border: 1px solid #dddddd7a;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.mission-goal li i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.mission-goal li h5 {
  font-size: 16px;
  margin: 0;
}


/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {
  padding-top: 40px;
}

.theme-pagination ul li {
  display: inline-block;
}

.theme-pagination ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
  color: #fff;
}

.theme-pagination ul li.active a {
  cursor: default;
}

/*--------------------------- Theme Header One  ---------------------*/
.header-one {
  position: relative;
}

.header-one .top-header {
  background: #fff;
  padding: 10px 0 10px 0;
}

.header-one .top-header .address-wrapper li {
  display: inline-block;
  vertical-align: middle;
}

.header-one .top-header .address-wrapper .quotes a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 27px;
  border-width: 2px;
  border-radius: 5px;
}

.header-one .top-header .address-wrapper .quotes a:hover {
  color: #fff;
}

.header-one .top-header .address-wrapper .address {
  position: relative;
  padding: 0 0px 0 60px;
  margin-right: 0px;
  color: #232323;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.header-one .top-header .address-wrapper .address .icon {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 35px;

}

.header-one .top-header .address-wrapper .address:first-child:before {
  content: '';
  position: absolute;
  top: 5px;
  right: -16px;
  width: 1px;
  height: 42px;
  background: #e8e8e8;
}

.header-one .top-header .address-wrapper .address:first-child {
  margin-right: 35px;

}

/*--------------------------- Theme Header Two  ---------------------*/
.header-two .top-header {
  background: #000f32;
  padding: 12px 0;
}

.header-two .top-header .left-widget li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

#polyglotLanguageSwitcher {
  margin-left: 25px;
}

#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  color: #fff;
  top: 0;
  right: -32px;
}

#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.header-two .top-header .social-icon {
  text-align: right;
}

.header-two .top-header .social-icon li {
  display: inline-block;
  margin-left: 15px;
}

.header-two .top-header .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
}

.header-two .top-header .social-icon li a:hover {
  color: #fff;
}

/*------------------------ Theme menu One --------------------*/
.header-one .theme-menu-wrapper {
  position: relative;
  z-index: 99;
  margin-bottom: -42px;
}

.header-one .theme-menu-wrapper .bg-wrapper {
  background: #000f32;
  position: relative;
  padding: 0 25px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

#mega-menu-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

#mega-menu-holder > ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

#mega-menu-holder > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

#mega-menu-holder > ul > li > a:after,
#mega-menu-holder > ul > li > a:before {
  display: none !important;
  content: none !important;
}

#mega-menu-holder > ul > li:after,
#mega-menu-holder > ul > li:before {
  display: none !important;
  content: none !important;
}

#mega-menu-holder > ul > li {
  border-right: none !important;
}

#mega-menu-holder > ul {
  border: none !important;
}

#mega-menu-holder > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  color: #fff;
}

.theme-menu-wrapper .right-widget {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.theme-menu-wrapper .right-widget ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.theme-menu-wrapper .right-widget .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 15px;
}

.theme-menu-wrapper .right-widget .social-icon li {
  display: flex;
  align-items: center;
}

.theme-menu-wrapper .right-widget .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.theme-menu-wrapper .right-widget .social-icon li a:hover {
  color: #fff;
}

.theme-menu-wrapper .right-widget .cart-icon {
  margin-left: 30px;
  width: 60px;
  text-align: center;
  border-right: 1px solid #0d2356;
  border-left: 1px solid #0d2356;
}

.theme-menu-wrapper .right-widget .cart-icon a {
  position: relative;
  color: #cfd6e6;
  font-size: 16px;
}


.theme-menu-wrapper .right-widget .cart-icon a span {
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #555555;
  top: 23px;
  right: -8px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  background: transparent;
  font-size: 15px;
  color: #cfd6e6;
  width: 55px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle:after {
  display: none;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-menu {
  -webkit-transform: none !important;
  transform: none !important;
  position: absolute;
  height: 55px;
  width: 280px;
  padding: 5px;
  border-radius: 0;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  box-shadow: none;
  border: none;
  float: none;
  margin: 0;
  background: #fff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
}

.theme-menu-wrapper .right-widget .search-option form input {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border: 1px solid #ececec;
  padding: 0 49px 0 10px;
}

.theme-menu-wrapper .right-widget .search-option form button {
  display: block;
  width: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-left: none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}

/*------------------------ Theme menu Two --------------------*/
.header-two #mega-menu-holder>ul>li>a,
.header-two #mega-menu-holder li .sub-toggle,
.header-two #mega-menu-holder>ul>li>a:before {
  color: #555555;
}

.header-two #mega-menu-holder>ul>li>a {
  padding-top: 38px;
  padding-bottom: 38px;
}

.header-two #mega-menu-holder>ul>li>a:before,
.header-two #mega-menu-holder li .sub-toggle {
  line-height: 97px;
}

.header-two #mega-menu-holder li>ul.dropdown li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.header-two .theme-menu-wrapper .bg-wrapper {
  position: relative;
  padding-left: 330px;
}

.header-two .theme-menu-wrapper .bg-wrapper .logo {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-two .theme-menu-wrapper .right-widget ul li {
  line-height: 97px;
}

.header-two .theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  width: auto;
  color: #555555;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon {
  border: none;
  width: auto;
  margin: 0 20px 0 0;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a {
  color: #555555;
  font-size: 18px;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a span {
  background: #000f32;
  color: #fff;
  top: 35px;
}

/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.theme-menu-wrapper.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000f32;
  margin: 0;
  padding-top: 0;
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}

.header-two .theme-menu-wrapper.fixed {
  background: #fff;
}

/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {
  margin: 0 !important;
}

.camera_wrap {
  float: none;
}

#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 26, 27, 0.10);
}

#theme-main-banner .main-container {
  position: relative;
}

#theme-main-banner .camera_caption {
  height: 100%;
}

#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-shadow: none;
  left: 0;
  padding: 0;
}

#theme-main-banner .camera_caption h1 {
  text-transform: uppercase;
  padding: 30px 0 35px 0;
}

#theme-main-banner .camera_caption p {
  font-size: 26px;
  line-height: 35px;
  color: #556382;
  font-weight: 300;
}

#theme-main-banner .camera_caption .theme-button-one {
  background: #fff;
}

#theme-main-banner .camera_caption .theme-button-one:hover {
  color: #fff;
}

#theme-main-banner .camera_pag {
  position: absolute;
  height: 100%;
  top: 0;
  left: 3%;
  z-index: 9;
}

#theme-main-banner .camera_pag .camera_pag_ul {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#theme-main-banner .camera_pag .camera_pag_ul li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
}

#theme-main-banner .camera_pag .camera_pag_ul li span {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

/*--------------------- Top Feature -------------------*/
.top-feature {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.top-feature .top-features-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1800px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top-feature .item {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  margin: 15px;
}

.top-feature .main-content {
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.top-feature .main-content img {
  width: 80px;
  height: auto;
  margin-bottom: 25px;
}

.top-feature .main-content h4 {
  font-size: 24px;
  margin: 20px 0;
  color: #232323;
}

.top-feature .main-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  max-width: 300px;
}

/* 1920px ve üzeri ekranlar için özel düzenleme */
@media (min-width: 1920px) {
  .top-feature .top-features-slide {
    max-width: 1800px;
  }
  
  .top-feature .item {
    max-width: 550px;
  }
  
  .top-feature .main-content {
    padding: 50px 40px;
  }
  
  .top-feature .main-content h4 {
    font-size: 28px;
  }
  
  .top-feature .main-content p {
    font-size: 18px;
    max-width: 350px;
  }
}

/* Tablet ve mobil için responsive düzenlemeler */
@media (max-width: 1200px) {
  .top-feature .top-features-slide {
    justify-content: center;
  }
  
  .top-feature .item {
    flex: 0 0 calc(50% - 30px);
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .top-feature .item {
    flex: 0 0 100%;
    max-width: 400px;
  }
  
  .top-feature .main-content {
    padding: 30px 20px;
  }
}



/*------------------ Feature Banner ---------------*/
.feature-banner {
  background: url(../images/home/2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}

.feature-banner .opacity {
  background: #072eac8f;
  padding: 74px 0 80px 0;
}

.feature-banner .opacity h2 {
  font-size: 52px;
  line-height: 200px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 0px;
}


/*------------------ Theme Counter -------------------*/
.theme-counter {
  background: #f8faff;
  padding: 55px 0;
}

.theme-counter .bg {
  background: url(../images/home/pattern.png) no-repeat center center;
  text-align: center;
  padding: 85px 0 85px 0;
}

.theme-counter h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.theme-counter h2 {
  font-size: 42px;
  font-weight: 700;
  padding: 12px 0 35px 0;
}

.cunter-wrapper {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.single-counter-box .number {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 40px;
}

.single-counter-box .number .timer {
  font-size: 70px;
}

.single-counter-box p {
  margin-top: -15px;
}

.single-counter-box {
  margin-bottom: 10px;
}

.theme-counter .theme-button-one {
  margin-top: 45px;
}


.theme-form-one .theme-button-one {
  font-family: 'Nunito Sans', sans-serif;
}


/*---------------------- b2b button ------------------*/
.custom-button {
  margin: 10px 15px;
  background-color: #d02327; 
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 140px;
  height: 45px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-button:hover {
  background-color: #0056b3; 
  color: #ffffff; 
}

.custom-button:active {
  background-color: #003d80; 
  transform: scale(0.98);
}

/* Sadece mobil için responsive */
@media (max-width: 768px) {
  .custom-button {
    width: auto;
    height: 40px;
    padding: 8px 20px;
    font-size: 15px;
  }
}

/* B2B Login butonu için responsive düzenlemeler - sadece container için */
@media (min-width: 1920px) {
  .header-one .top-header .right-widget {
    display: flex;
    align-items: center;
  }
  
  .header-one .top-header .social-icon li {
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .custom-button {
    padding: 8px 25px;
    font-size: 16px;
    min-width: 110px;
  }
}

@media (max-width: 768px) {
  .custom-button {
    padding: 8px 20px;
    font-size: 15px;
    min-width: 100px;
  }
}


/*---------------------- Theme footer one ------------------*/
.theme-footer-one .top-footer {
  background: #001547;
  padding: 80px 0 75px 0;
  margin-top: 100px;
}

.theme-footer-one .top-footer .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.theme-footer-one .top-footer .about-widget p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
}

.theme-footer-one .top-footer .about-widget .queries i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.theme-footer-one .top-footer .about-widget .queries {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
}

.theme-footer-one .top-footer .about-widget .queries a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #fff;
}

.theme-footer-one .top-footer .footer-recent-post li {
  padding: 6px 0 30px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);

}

.theme-footer-one .top-footer .footer-recent-post li img {
  width: 250px;
  height: 90px;
  border-radius: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post {
  width: calc(100% - 70px);
  padding-left: 20px;

}

.theme-footer-one .top-footer .footer-recent-post li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  margin-top: -5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date i {
  margin-right: 5px;
  font-size: 14px;
}

.theme-footer-one .top-footer .footer-recent-post li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

.theme-footer-one .top-footer .footer-list ul li {
  line-height: 32px;
  padding-left: 25px;
  position: relative;
}

.theme-footer-one .top-footer .footer-list ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  line-height: 32px;
  top: 0;
  left: 0;
}

.theme-footer-one .top-footer .footer-list ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #ffffff;
}

.theme-footer-one .top-footer .footer-list ul li a:hover {
  color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter input {
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  color: #9ca6bf;
  border: none;
  border-bottom: 1px solid rgba(223, 223, 223, 0.2);
  background: transparent;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one {
  background: #fff;
  margin-top: 15px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one:hover {
  color: #fff;
  background: #001138;
}

.theme-footer-one .top-footer .footer-newsletter ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9ca6bf;
}

.theme-footer-one .bottom-footer {
  background: #001138;
  padding: 15px 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 sütun */
  gap: 10px;
  /* Görseller arasında boşluk */
}

.image-grid img {
  width: 100%;
  /* Görseller sütun genişliğine oturur */
  height: auto;
  /* Oran korunur */
}


.theme-footer-one .bottom-footer p {
  color: #9ca6bf;
  line-height: 25px;
  font-size: 17px;
  text-align: center;
}

.theme-footer-one .bottom-footer ul {
  text-align: right;
}

.theme-footer-one .bottom-footer ul li {
  display: inline-block;
  line-height: 25px;
}

.theme-footer-one .bottom-footer ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
  margin-left: 35px;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
}

.theme-footer-one .bottom-footer ul li a:hover {
  color: #fff;
}

/*---------------------- Theme footer Two ------------------*/
.theme-footer-two {
  background: #001648;
  padding-top: 75px;
}

.theme-footer-two .logo-widget p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  padding: 15px 0;
}

.theme-footer-two .logo-widget .social-icon li {
  display: inline-block;
  margin-right: 15px;
}

.theme-footer-two .logo-widget .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
}

.theme-footer-two .logo-widget .social-icon li a:hover {
  color: #fff;
}

.theme-footer-two .top-footer .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}

.theme-footer-two .top-footer .footer-list ul li {
  line-height: 35px;
  padding-left: 20px;
  position: relative;
}

.theme-footer-two .top-footer .footer-list ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 35px;
  top: 0;
  left: 0;
}

.theme-footer-two .top-footer .footer-list ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
}

.theme-footer-two .top-footer .footer-list ul li a:hover {
  color: #fff;
}

.theme-footer-two .top-footer .footer-gallery .wrapper {
  padding: 11px 45px 0 0;
}

.theme-footer-two .top-footer .footer-gallery .wrapper .row {
  margin: 0 -3px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper .row [class*="col-"] {
  padding: 0 3px;
  margin-bottom: 6px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper a img {
  width: 100%;
  border-radius: 5px;
}

.theme-footer-two .top-footer .footer-gallery .wrapper a {
  width: 100%;
  overflow: hidden;
  display: block;
}

.theme-footer-two .top-footer .contact-widget ul li {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  position: relative;
  padding: 5px 0 12px 40px;
}

.theme-footer-two .top-footer .contact-widget ul li:last-child {
  padding-bottom: 0;
}

.theme-footer-two .top-footer .contact-widget ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #9ca6bf;
}

.theme-footer-two .top-footer .contact-widget ul li i {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 0;
}

.theme-footer-two .bottom-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  text-align: center;
}

.theme-footer-two .bottom-footer p {
  font-size: 17px;
  color: #9ca6bf;
}

/*------------------ Why Choose us -----------------*/
.why-choose-us .single-block {
  position: relative;
  margin-top: 45px;
  padding: 0 0 0 90px;
}

.why-choose-us .wrapper {
  margin-top: 10px;
}

.why-choose-us .single-block h5 {
  margin-bottom: 10px;
}

.why-choose-us .single-block .icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
}


/*------------------- Google Map ---------------------*/
.map-canvas {
  width: 100%;
  height: 100%;
}

.google-map-one {
  height: 300px;
}

/*---------------------- Theme Inner Banner -----------------*/
.theme-inner-banner {
  background-attachment: fixed;
  background-size: cover;
  background-color: #0b235d;
}

.theme-inner-banner .overlay {
  background: rgba(0, 26, 87, 0.4);
  text-align: center;
  padding: 110px 0 70px 0;
}

.theme-inner-banner .overlay h2 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}

/*------------------- Why WE Best -------------------*/
.why-we-best {

  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 270px;
}

.why-we-best .overlay {
  background: rgba(0, 26, 87, 0.9);
  padding: 95px 0 0 0;
  height: 570px;
}

.why-we-best .theme-title-one h2 {
  color: #fff;
}

.why-we-best .theme-title-one h2:before {
  background: #ced7ec;
}

.why-we-best .theme-title-one p {
  color: #cad2e5;
}

.why-we-best .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}

.why-we-best .wrapper .img-box {
  background: url(../images/home/1.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
  height: 500px;
}

.why-we-best .wrapper .best-list-item {
  background: #fff;
  padding: 65px 20px 65px 50px;
  border-radius: 5px 0 0 5px;
}

.why-we-best .wrapper .best-list-item li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 90px;
}

.why-we-best .wrapper .best-list-item li:last-child {
  margin-bottom: 0;
}

.why-we-best .wrapper .best-list-item li h5 {
  margin-bottom: 10px;
}

.why-we-best .wrapper .best-list-item li .icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
}



/*---------------- Contact Us ----------------*/
.google-map-two {
  height: 410px;
}

.contact-us-section .main-content {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.map-canvas {

  margin-bottom: 40px;

}

.contact-us-section .img-box {
  padding: 30px 30px 30px 30px;
  background-size: cover;
  height: 500px;
  border-radius: 25px 0 0 25px;

}

.contact-us-section .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 60px 40px;
}

.theme-form-one input:focus,
.theme-form-one textarea:focus {
  border-bottom-color: #001a57;
}



/*----------------------------- Mobil footer menü --------------------------*/

/* Genel stil */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.content {
  padding: 20px;
  text-align: center;
}

footer.mobil1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0b235d;
  color: white;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
  /* En üstte olmasını sağlamak için yüksek bir z-index */
}

footer .footer-item {
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  font-size: 1.1em;
}

/* Divider ekleme */
footer .footer-item:not(:last-child) {
  border-right: 1px solid #ececec52;
  /* Divider */
  padding-right: 25px;
  /* Sağdaki padding artırıldı */
  margin-left: 5px;
}

footer .footer-item:hover {
  background-color: #ff1e00;
  border-radius: 5px;
}

/* Masaüstü cihazlarda footer'ı gizle */
@media (min-width: 768px) {
  footer.mobil1 {
    display: none;
  }
}

/* Mobil cihazlar için stil */
@media (max-width: 767px) {
  footer.mobil1 {
    display: block;
  }
}

/* Mobil cihazlarda footer'ı gizle */
@media (max-width: 768px) {
  .theme-footer-one {
    display: none;
  }
}


/*  MAP */

/* Varsayılan stil (masaüstü için) */
.map-wrapper iframe {
  width: 689px;
  /* Orijinal genişlik */
  height: 508px;
  /* Orijinal yükseklik */
}

/* Sadece mobil cihazlar için responsive ayar */
@media (max-width: 768px) {
  .map-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-top: 250px;
  }

  .map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

/* Responsive düzenlemeler - 1920x1080 için */
@media (min-width: 1920px) {
  h1 {
    font-size: 72px;
    line-height: 82px;
  }
  
  h2 {
    font-size: 48px;
  }
  
  h3 {
    font-size: 36px;
  }
  
  h4 {
    font-size: 28px;
  }
  
  .top-feature .main-content {
    padding: 45px 30px;
  }
  
  .top-feature .main-content h4 {
    font-size: 26px;
    margin: 35px 0 15px;
  }
  
  .top-feature .main-content p {
    font-size: 18px;
    line-height: 1.6;
  }
  
  .theme-counter .bg {
    padding: 100px 0 80px;
  }
  
  .single-counter-box .number {
    font-size: 60px;
  }
  
  .single-counter-box p {
    font-size: 20px;
    margin-top: 15px;
  }
  
  .theme-footer-one .top-footer {
    padding: 100px 0 60px;
  }
  
  .theme-footer-one .top-footer .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  /* Header düzenlemeleri */
  .header-one .top-header {
    padding: 40px 0;
  }
  
  .header-one .top-header .logo {
    width: 300px;
  }
  
  .header-one .top-header .address-wrapper .address {
    padding: 0 40px;
  }
  
  .header-one .top-header .address-wrapper .address .icon {
    font-size: 32px;
    margin-right: 15px;
  }
  
  .header-one .top-header .address-wrapper .address p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  /* Menu düzenlemeleri */
  .theme-menu-wrapper {
    padding: 0 30px;
  }
  
  #mega-menu-holder > ul > li > a {
    font-size: 18px;
    padding: 30px 25px;
    
  }
  

  
  /* Banner düzenlemeleri */
  #theme-main-banner .camera_caption p {
    font-size: 24px;
    margin: 25px 0 35px;
  }
  
  .theme-button-one {
    line-height: 55px;
    font-size: 18px;
    padding: 0 35px;
  }
}


#mega-menu-holder>ul> li.active > a, #mega-menu-holder>ul> li:hover > a, #mega-menu-holder>ul> li.active > .sub-toggle, #mega-menu-holder>ul> li:hover > .sub-toggle {
  color: #fff;
}

@media (max-width: 991px) {
  .theme-menu-wrapper .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000f32;
    z-index: 9999;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }

  .theme-menu-wrapper .navbar-collapse.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  #mega-menu-holder {
         width: 100%;
        padding: 0px;
        height: 250px;
        padding-top: 150p;
        margin-top: 320px;
  }

  #mega-menu-holder > ul {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
  }

  #mega-menu-holder > ul > li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  #mega-menu-holder > ul > li > a {
    padding: 15px 20px;
    color: #fff;
    display: block;
  }

  .slicknav_menu {
    position: relative;
    background: none;
  }

  .slicknav_btn {
    background: #d02327;
    margin: 10px 15px;
  }

  .slicknav_nav {
    background: #000f32;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}