@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --koyurenk: #212529;
    --acikrenk: #199ada;
}


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

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}


ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

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

input, textarea, button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
  background-color: #fff;
}



a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1f425d;
}



.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before, .justify-content-center:after {
  content: none;
}


.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #1f425d;
  z-index: -1;
}





/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .theme-btn, .theme-button .elementor-button .elementor-button-content-wrapper, .video-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  position: relative;
  z-index: 1;
}

.theme-btn {
  padding: 21px 35px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background-color: var(--acikrenk);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.theme-btn.border-style {
  position: relative;
  z-index: 2;
}

.theme-btn.border-style::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #fff;
  opacity: .2;
  z-index: -1;
}

@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 35px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 30px;
  }
}

.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  margin-left: 15px;
}

@media (max-width: 500px) {
  .theme-btn.no-fil {
    margin-left: 0;
  }
}

.theme-btn.no-fil:hover {
  background-color: var(--acikrenk);;
  border: 1px solid var(--acikrenk);;
}

.theme-btn.black {
  background-color: #1f425d;
  border-color: #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn.black:hover {
  background-color: var(--acikrenk);;
  border: 1px solid var(--acikrenk);;
}

.theme-btn.minimal-btn {
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn:hover {
  background-color: var(--koyurenk);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}

.theme-button .elementor-button {
  background-color: transparent !important;
  font-size: inherit !important;
  padding: 0px !important;
  border-radius: 0px !important;
  color: unset !important;
  fill: unset !important;
}

.theme-button .elementor-button .elementor-button-content-wrapper {
  color: #FFF;
  padding: 20px 49px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(239, 201, 76, 0.3);
          box-shadow: 0px 8px 16px 0px rgba(239, 201, 76, 0.3);
  background-color: var(--acikrenk);;
  border: 1px solid var(--acikrenk);;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 580px) {
  .theme-button .elementor-button .elementor-button-content-wrapper {
    padding: 16px 35px;
  }
}

@media (max-width: 480px) {
  .theme-button .elementor-button .elementor-button-content-wrapper {
    padding: 15px 30px;
    font-size: 15px;
  }
}

.theme-button .elementor-button .elementor-button-content-wrapper.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  margin-left: 15px;
}

@media (max-width: 500px) {
  .theme-button .elementor-button .elementor-button-content-wrapper.no-fil {
    margin-left: 0;
  }
}

.theme-button .elementor-button .elementor-button-content-wrapper.no-fil:hover {
  background-color: var(--acikrenk);;
  border: 1px solid var(--acikrenk);;
}

.theme-button .elementor-button .elementor-button-content-wrapper.black {
  background-color: #1f425d;
  border-color: #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-button .elementor-button .elementor-button-content-wrapper.black:hover {
  background-color: var(--acikrenk);;
  border: 1px solid var(--acikrenk);;
}

.theme-button .elementor-button .elementor-button-content-wrapper.minimal-btn {
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-button .elementor-button .elementor-button-content-wrapper:hover {
  background-color: #1f425d;
  border: 1px solid #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}

.video-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--acikrenk);;
}

.video-btn i {
  margin-right: 10px;
}

.video-play-btn .play-video {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #fff;
  color: #fd7062;
  line-height: 122px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  -webkit-animation: playVideo infinite 3.5s;
          animation: playVideo infinite 3.5s;
  display: inline-block;
  margin: 0px auto;
  font-size: 18px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
}

@media (max-width: 767px) {
  .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.video-play-btn .play-video:hover {
  color: #1f425d;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-play-btn .play-text {
  font-weight: 700;
}

.cat-btn {
  font-size: 16px;
  line-height: 1;
  padding: 20px 30px;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

.cat-btn i {
  margin-right: 10px;
}

.cat-btn.color {
  background-color: #00baa3;
  border-color: #00baa3;
  color: #fff;
}

.cat-btn:hover {
  background-color: #00baa3;
  border-color: #00baa3;
  border-style: solid;
  border-width: 1px;
}



/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  position: relative;
  z-index: 99;
}

header ul {
  padding: 0;
  margin: 0;
}

header.header-1.sticky {
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  background: #fff;
  -webkit-animation: sticky .8s ease-in-out;
          animation: sticky .8s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

@media (max-width: 767px) {
  header.header-1.sticky {
    position: relative;
  }
}

header.header-1.sticky .main-menu ul li > a {
  padding: 38px 10px;
}

header.header-1.sticky .main-menu ul ul li a {
  padding: 10px 20px;
}

header.header-1.sticky .theme-btn {
  padding: 21px 35px;
}

@media (max-width: 991px) {
  header.header-1 {
    padding: 15px 0px;
  }
}

header.header-1 .logo a {
  display: block;
}

header.header-1 .main-menu ul {
  line-height: 1;
}

header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

header.header-1 .main-menu ul > li li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
}

header.header-1 .main-menu ul > li > a {
	display: inline-block;
	font-weight: 700;
	color: var(--koyurenk);
	line-height: 1;
	padding: 38px 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
	font-size: 17px;
}

header.header-1 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  header.header-1 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}

header.header-1 .main-menu ul > li:hover > a {
  color: var(--acikrenk);;
}

header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-1 .main-menu ul > li:hover > ul li:hover a {
  color: #1f425d;
}

header.header-1 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #fff;
}

header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 330px;
  background-color: var(--acikrenk);;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px 0px;
}

header.header-1 .main-menu ul > li > ul li {
  display: block;
}

header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 10px 24px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}

header.header-1 .main-menu ul > li > ul li a:hover {
  color: var(--acikrenk);
}

header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

header .logo_text {
  text-transform: uppercase;
  color: #1f425d;
  font-size: 27px;
  line-height: 1;
}

header.header-2 .middle-bar {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  header.header-2 .middle-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header.header-2 .main-menu ul {
  line-height: 1;
}

header.header-2 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

header.header-2 .main-menu ul > li li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
}

header.header-2 .main-menu ul > li > a {
  display: inline-block;
  font-weight: 700;
  
  color: #FFF;
  line-height: 1;
  padding: 30px 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin-bottom: -3px;
}

header.header-2 .main-menu ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: var(--acikrenk);;
  width: 100%;
  height: 0px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

header.header-2 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  header.header-2 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}

header.header-2 .main-menu ul > li:hover > a {
  color: var(--acikrenk);;
}

header.header-2 .main-menu ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  height: 4px;
}

header.header-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-2 .main-menu ul > li:hover > ul li:hover a {
  color: #1f425d;
}

header.header-2 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #fff;
}

header.header-2 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: var(--acikrenk);;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px 0px;
}

header.header-2 .main-menu ul > li > ul li {
  display: block;
}

header.header-2 .main-menu ul > li > ul li a {
  display: block;
  color: #FFF;
  padding: 12px 24px;
  line-height: 1.5;
}

header.header-2 .main-menu ul > li > ul li a:hover {
  color: #1f425d;
}

header.header-2 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

header .main-menu-wrapper {
  background-color: #1f425d;
}

header.header-3 .top-header {
  background-color: var(--acikrenk);0f;
  padding: 14px 0px;
}

@media (max-width: 767px) {
  header.header-3 .top-header {
    padding: 10px 0px;
  }
}

@media (max-width: 767px) {
  header.header-3 .top-header .welcome-text {
    font-size: 13px;
  }
}

header.header-3 .top-header .welcome-text a {
  text-decoration: underline;
  color: #1f425d;
  margin-left: 5px;
}

@media (max-width: 767px) {
  header.header-3 .top-header .welcome-text a {
    font-size: 13px;
  }
}

header.header-3 .mobile-nav-bar {
  display: none;
}

@media (max-width: 1340px) {
  header.header-3 .mobile-nav-bar {
    display: block;
  }
}

header.header-3 #hamburger {
  display: block;
  color: #1f425d;
}

header.header-3 .menu-top-bar {
  position: relative;
  padding: 20px 0px 15px;
  overflow: hidden;
}

header.header-3 .side-toggle-menu {
  top: 0;
  right: 0;
  width: 8%;
  position: absolute;
  background-color: var(--acikrenk);;
  color: #fff;
  height: 100%;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.header-3 .side-toggle-menu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32%;
}

header.header-3 .side-toggle-menu:hover {
  background-color: #1f425d;
  color: #fff;
  cursor: pointer;
}

header.header-3 .contact-info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  width: 92%;
  padding-right: 30px;
}

header.header-3 .single-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 1600px) {
  header.header-3 .single-menu-box {
    padding-left: 15px;
  }
}

@media (max-width: 1400px) {
  header.header-3 .single-menu-box {
    padding-left: 30px;
  }
}

header.header-3 .single-menu-box::before {
  position: absolute;
  width: 1px;
  height: 400%;
  top: 0;
  left: 0;
  content: "";
  background-color: #e8e8eb;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

header.header-3 .single-menu-box .icon {
  float: left;
  overflow: hidden;
  font-size: 40px;
  line-height: 1;
  color: #1f425d;
  margin-right: 20px;
}

@media (max-width: 1600px) {
  header.header-3 .single-menu-box .icon {
    font-size: 32px;
    margin-right: 10px;
  }
}

@media (max-width: 1400px) {
  header.header-3 .single-menu-box .icon {
    font-size: 32px;
    margin-right: 20px;
  }
}

header.header-3 .single-menu-box .content {
  overflow: hidden;
}

header.header-3 .single-menu-box .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

header.header-3 .single-menu-box .content span {
  font-size: 16px;
  line-height: 1;
}

header.header-3 .middle-header-wrapper {
  padding: 0px 70px;
}

@media (max-width: 1600px) {
  header.header-3 .middle-header-wrapper {
    padding: 0px 30px;
  }
}

@media (max-width: 1400px) {
  header.header-3 .middle-header-wrapper {
    padding: 0px 15px;
  }
}

@media (max-width: 1340px) {
  header.header-3 .middle-header-wrapper {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  header.header-3 .middle-header-wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 1340px) {
  header.header-3 .header-menu-wrap {
    display: none;
  }
}
.menu-wrap {
    margin-left: auto;  /* Sol tarafa otomatik margin bırakır, sağa yaslar */
}
header.header-3 .main-menu-wrapper {
  background-color: #1f425d;
  margin-bottom: -40px;
  z-index: 999;
  position: relative;
}

header.header-3 .main-menu ul {
  line-height: 1;
}

header.header-3 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
}

header.header-3 .main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  
  line-height: 1;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
}

header.header-3 .main-menu ul > li > a i {
  margin-left: 5px;
}

header.header-3 .main-menu ul > li:hover > a {
  color: #fd7062;
}

header.header-3 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-3 .main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #1f425d;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px 0px;
}

header.header-3 .main-menu ul > li > ul li {
  display: block;
}

header.header-3 .main-menu ul > li > ul li a {
  display: block;
  color: #fff;
  padding: 12px 25px;
}

header.header-3 .main-menu ul > li > ul li a:hover {
  color: #fd7062;
}

header.header-3 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

@media (max-width: 1600px) {
  header.header-3 .theme-btn {
    padding: 18px 35px;
  }
}

@media (max-width: 1400px) {
  header.header-3 .theme-btn {
    padding: 16px 30px;
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  header.header-3 .theme-btn {
    padding: 16px 22px;
    font-size: 12px;
  }
}

header .header-right-element .theme-btn i {
  margin-left: 4px;
}

header .header-right-element .search-btn {
  margin-left: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .header-right-element .search-btn:hover {
  color: #fd7062;
}

header .header-right-element .search-box {
  width: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
          box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
}

header .header-right-element .search-box.show {
  width: 320px;
  opacity: 1;
  visibility: visible;
}

header .header-right-element .search-box form input {
  border: 0px;
  width: 100%;
  line-height: 1;
  padding: 0px 20px;
  color: #1f425d;
  font-size: 16px;
  height: 60px;
  background-color: #fff;
}

header .header-right-element .search-box form button {
  border: 0px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 60px;
  background-color: #fd7062;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .header-right-element .search-box form button:hover {
  background-color: var(--acikrenk);;
  color: #fff;
}

@media (max-width: 767px) {
  .header-btn .theme-btn {
    padding: 13px 25px;
    font-size: 12px;
  }
}

.top-bar-wrapper {
  background-color: var(--koyurenk);
  padding: 10px 0px;
}

.top-bar-wrapper .top-left a {
  color: #fff;
  margin-right: 30px;
  font-size: 15px;
}

@media (max-width: 991px) {
  .top-bar-wrapper .top-left a {
    margin-right: 10px;
  }
}

@media (max-width: 585px) {
  .top-bar-wrapper .top-left a {
    font-size: 13px;
  }
}

.top-bar-wrapper .top-left a i {
  color: var(--acikrenk);;
  padding-right: 8px;
}

.top-bar-wrapper .social-pages a {
  color: #FFF;
  margin-left: 15px;
  font-weight: 400;
}

.top-bar-wrapper .social-pages a:hover {
  color: var(--acikrenk);;
}

.top-bar-header {
  background: #74c0fc1c;
  padding: 9px 0px;
}

@media (max-width: 767px) {
  .top-bar-header {
    padding: 12px 0px;
  }
  .top-bar-header .d-flex.justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.top-bar-header .top-welcome-text {
  
}

.top-bar-header .top-welcome-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .top-bar-header .top-welcome-text p {
    font-size: 14px;
  }
}

.top-bar-header .social-links {
  margin-left: 30px;
  margin-right: 10px;
}

.top-bar-header .social-links a {
  display: inline-block;
  margin: 0px 6px;
  color: #1f425d;
}

.top-bar-header .social-links a:hover {
  color: var(--acikrenk);;
}

.top-bar-header .search-box {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 1px solid #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-bar-header .search-box form {
  position: relative;
}

.top-bar-header .search-box form input {
  height: 36px;
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  color: #1f425d;
}

.top-bar-header .search-box form button {
  background: transparent;
  position: absolute;
  right: 10px;
  color: #1f425d;
  border: 0px;
  top: 0;
  line-height: 36px;
  font-size: 14px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.top-bar-header .search-box form button:hover {
  color: var(--acikrenk);;
}

.action-bar .single-info-element {
  margin-bottom: 25px;
}

.action-bar .single-info-element .icon {
  color: #FFF;
  font-size: 26px;
  margin-right: 12px;
}

.action-bar .single-info-element h5 {
  font-size: 15px !important;
  font-weight: 600;
}

.action-bar .single-info-element span {
  font-size: 15px !important;
}

.action-bar .call-us .icon {
  font-size: 26px;
}

.action-bar .call-us span {
  font-size: 15px !important;
}

.single-info-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-info-element .icon {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  font-size: 36px;
  color: #fd7062;
}

.single-info-element .text {
  overflow: auto;
}

.single-info-element .text h5 {
  margin-bottom: 0px;
  font-size: 16px;
  
  margin-top: -4px;
  margin-bottom: -1px;
}

.single-info-element .text span {
  font-size: 16px;
  line-height: 1;
  margin-top: -2px;
}

.call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-us .icon {
  float: left;
  overflow: hidden;
  margin-right: 15px;
  font-size: 36px;
  color: var(--acikrenk);;
}

.call-us .text {
  overflow: auto;
}

.call-us .text h5 {
  margin-bottom: 3px;
  
  margin-top: -3px;
  font-weight: 500;
  font-size: 14px;
}

.call-us .text span {
  font-size: 22px;
  line-height: 1;
}


.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right .5s ease-in;
  transition: right .5s ease-in;
  background-color: #1f425d;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #1f425d;
}

#hamburger {
  color: #1f425d;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar a.theme-btn {
  text-align: center;
}

/* ---------------------------------
    Offset Canvas Menu Style 
------------------------------------*/
.offset-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  right: -30%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: var(--acikrenk);;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.offset-menu.show {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.offset-menu .offset-menu-wrapper {
  width: 360px;
  padding: 80px 30px;
}

.offset-menu .theme-btn {
  padding: 20px 45px;
  font-weight: 500;
  margin-top: 40px;
}

.offset-menu .offset-menu-section {
  margin-top: 40px;
}

.offset-menu .offset-menu-section h3, .offset-menu .offset-menu-section h4, .offset-menu .offset-menu-section h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.offset-menu .offset-menu-section a {
  margin-bottom: 10px;
}

.offset-menu .offset-menu-section ul li {
  margin-bottom: 5px;
}

.offset-menu .offset-menu-section ul li span {
  margin-right: 10px;
}

.offset-menu #offset-menu-close-btn {
  position: fixed;
  right: 30px;
  font-size: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 9;
  top: 20px;
}

.offset-menu #offset-menu-close-btn:hover {
  color: #1f425d;
}

.offset-menu .offset-menu-footer {
  margin-top: 35px;
}

.offset-menu .offset-menu-social-icon a {
  font-size: 16px;
  background: var(--acikrenk);;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}

.offset-menu .offset-menu-social-icon a:hover {
  background: #1f425d;
}

.offset-menu img {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}



.section-padding {
  padding: 120px 0px;
}

@media (max-width: 1191px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0px;
  }
}

.section-title-2 {
  padding-bottom: 10px;
}

.section-title-2 span {
  
  display: block;
  color: #fd7062;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fd7062;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section-title-2 span {
    font-size: 22px;
    margin-bottom: 5px;
  }
}


.section-bg {
  background-color: #f7f7f7;
}

.theme-bg {
  background-color: var(--koyurenk);
}

.theme-bg .section-title h5 {
  -webkit-text-stroke-color: #FFF;
}

.theme-bg .section-title h2 {
  color: #FFF;
}

.about-info-contents {
  position: relative;
  background-color: #f7f7f7;
  padding: 30px;
  padding-bottom: 70px;
  margin-top: 30px;
}

.about-info-contents p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .about-img img {
    width: 70%;
  }
}

.company-ceo {
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
  position: relative;
  padding: 15px;
  margin-right: 50px;
  margin-top: -40px;
}

@media (max-width: 767px) {
  .company-ceo {
    margin-right: 0;
  }
}

.company-ceo .ceo-img {
  width: 70px;
  height: 70px;
  float: left;
  overflow: hidden;
  background-color: #eee;
  margin-right: 20px;
}

.company-ceo .ceo-info {
  overflow: hidden;
}

.company-ceo .ceo-info h5 {
  margin-bottom: 0;
}

.company-ceo .autograph-signature {
  position: absolute;
  right: 50px;
  top: -30px;
}

@media (max-width: 767px) {
  .company-ceo .autograph-signature {
    right: 0px;
    top: auto;
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .company-ceo .autograph-signature img {
    width: 70%;
    margin-right: -10px;
  }
}

.about-img-gallery {
  position: relative;
}

.about-img-gallery .about-img-left {
  border-style: solid;
  border-width: 6px;
  border-color: white;
  background-color: #ebebeb;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
  width: 188px;
  height: 188px;
  position: absolute;
  z-index: 1;
  top: -30px;
}

@media (max-width: 767px) {
  .about-img-gallery .about-img-left {
    width: 120px;
    height: 120px;
  }
}

.about-img-gallery .about-img-center {
  width: 75%;
  height: 550px;
  position: relative;
  z-index: 0;
  background-color: #eee;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .about-img-gallery .about-img-center {
    width: 85%;
  }
}

.about-img-gallery .about-img-right {
  border-style: solid;
  border-width: 10px;
  border-color: white;
  background-color: #ebebeb;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .about-img-gallery .about-img-right {
    width: 180px;
    height: 180px;
  }
}

.about-ceo {
  margin-top: 40px;
  position: relative;
}

.about-ceo .ceo-img {
  width: 70px;
  height: 70px;
  float: left;
  overflow: hidden;
  background-color: #eee;
  margin-right: 20px;
  border-radius: 50%;
}

.about-ceo .ceo-info {
  overflow: hidden;
}

.about-ceo .ceo-info h5 {
  margin-bottom: 0;
}

.about-ceo .autograph-signature {
  position: absolute;
  right: 50px;
  top: 0;
}

@media (max-width: 767px) {
  .about-ceo .autograph-signature {
    right: 0px;
  }
}

@media (max-width: 575px) {
  .about-ceo .autograph-signature {
    position: relative;
  }
  .about-ceo .autograph-signature img {
    max-width: 30%;
    margin-top: 10px;
  }
}

.single-request-element {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .single-request-element {
    text-align: center;
    margin-top: 30px;
  }
}

.single-request-element .icon {
  font-size: 40px;
}

.single-request-element h6 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  
}

.single-features-box {
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.single-features-box:hover .icon {
  color: #fd7062;
}

.single-features-box .icon {
  color: var(--acikrenk);;
  font-size: 54px;
  line-height: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 767px) {
  .single-features-box .icon {
    font-size: 42px;
  }
}

.single-features-box .contents h4 {
  margin: 20px 0px;
}

.single-feature-item {
  margin-top: 30px;
  padding: 0px 40px;
}

.single-feature-item .icon {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-feature-item .icon {
    margin-bottom: 20px;
  }
}

.single-feature-item .content h2 {
  font-size: 40px;
  
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .single-feature-item .content h2 {
    font-size: 30px;
  }
}

.single-feature-item .content span {
  font-weight: 500;
  font-size: 20px;
  color: var(--acikrenk);;
}

@media (max-width: 767px) {
  .single-feature-item .content span {
    font-size: 16px;
  }
}

.single-feature-item .content p {
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .single-feature-item .content p {
    font-size: 16px;
    margin-top: 15px;
  }
}

.work-steps-list {
  counter-reset: css-counter 0;
}

.work-steps-list .col-12, .work-steps-list .col-md-6 {
  counter-increment: css-counter 1;
}

.work-steps-list .single-work-steps {
  text-align: center;
  padding: 0px 20px;
  margin-top: 30px;
}

.work-steps-list .single-work-steps .icon {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.work-steps-list .single-work-steps .icon::before {
  content: counter(css-counter);
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid var(--acikrenk);;
  border-radius: 50px;
  color: var(--acikrenk);;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  right: 0;
}

.work-steps-list .single-work-steps .content h4 {
  
}

.work-steps-list .single-work-steps .content p {
  font-size: 16px;
}

.services-carousel-active {
  overflow: hidden;
  /* the slides */
  /* the parent */
}

@media (min-width: 1220px) {
  .services-carousel-active {
    margin-right: calc(-100vw / 2 + 1100px / 2);
  }
}

.services-carousel-active .slick-slide {
  margin: 0 15px;
}

.services-carousel-active .slick-list {
  margin: 0 -15px;
}

.services-carousel-nav-prev, .services-carousel-nav-next {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #FFF;
  background-color: #fd7062;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .services-carousel-nav-prev, .services-carousel-nav-next {
    width: 50px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

.services-carousel-nav-prev.slick-disabled, .services-carousel-nav-next.slick-disabled {
  background-color: #b8b8b8 !important;
}

.services-carousel-nav-prev:hover, .services-carousel-nav-next:hover {
  background-color: var(--acikrenk);;
}

.single-service-card {
  margin-top: 30px !important;
}

.single-service-card .service-banner-img {
  background-position: center;
  height: 300px;
  background-color: #eee;
}

.single-service-card .content {
  border-style: solid;
  border-width: 1px;
  border-color: #2f536e;
  padding: 20px 30px;
  border-top: 0px;
}

.single-service-card .content h3 {
  color: #fff;
  font-weight: 600;
}

.single-service-card .content p {
  color: #f8f8f8;
  font-size: 16px;
}

.single-freight-service {
  padding: 50px;
  padding-top: 45px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.single-freight-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  content: "";
  background-color: #fd7062;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-freight-service.active, .single-freight-service:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.single-freight-service.active::before, .single-freight-service:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.single-freight-service.active .icon, .single-freight-service:hover .icon {
  right: 10px;
  opacity: .95;
  visibility: visible;
}

.single-freight-service h3 {
  
}

.single-freight-service h3:hover a {
  color: var(--acikrenk);;
}

.single-freight-service .icon {
  font-size: 140px;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: -1;
  color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 300;
}

.single-freight-service .checked-list {
  margin-top: 25px;
}

.single-freight-service .checked-list li {
  color: #1f425d;
  font-size: 16px;
}

.single-our-service {
  position: relative;
  margin-top: 30px;
}

.single-our-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--acikrenk);), color-stop(65%, rgba(33, 30, 59, 0.5)), to(rgba(33, 30, 59, 0)));
  background-image: linear-gradient(0deg, var(--acikrenk); 0%, rgba(33, 30, 59, 0.5) 65%, rgba(33, 30, 59, 0) 100%);
}

.single-our-service .thumb {
  height: 370px;
  position: relative;
  background-color: #eee;
  z-index: -1;
  background-position: top center;
}

@media (max-width: 757px) {
  .single-our-service .thumb {
    height: 270px;
  }
}

.single-our-service .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f425d), color-stop(65%, rgba(31, 66, 93, 0.2)), to(rgba(31, 66, 93, 0)));
  background-image: linear-gradient(0deg, #1f425d 0%, rgba(31, 66, 93, 0.2) 65%, rgba(31, 66, 93, 0) 100%);
  z-index: -1;
}

.single-our-service .content {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-top: 0;
  border: 1px solid rgba(31, 66, 93, 0.3);
  border-top: 0px;
}

.single-our-service .content .icon {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-our-service .content h3 {
  margin-bottom: 10px;
  color: #fff;
  
}

.single-our-service .content h3:hover a {
  color: #1f425d;
}

@media (max-width: 757px) {
  .single-our-service .content h3 {
    font-size: 20px;
  }
}

.single-our-service .content p {
  color: #fff;
}

@media (max-width: 757px) {
  .single-our-service .content p {
    font-size: 15px;
  }
}

.our-services-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.06);
  position: relative;
  margin-top: -90px;
  z-index: 4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-services-box .border-right {
  position: relative;
}

@media (max-width: 585px) {
  .our-services-box .border-right::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 70%;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #ebebeb;
  }
}

.our-services-box .border-right::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #ebebeb;
}

@media (max-width: 585px) {
  .our-services-box .border-right::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .our-services-box .border-right:nth-of-type(2)::after, .our-services-box .border-right:nth-of-type(4)::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .our-services-box .border-right:nth-of-type(3)::after {
    display: none;
  }
}

.our-services-box .border-right:last-of-type::after, .our-services-box .border-right:last-of-type::before {
  display: none;
}

.our-services-box .single-service-icon {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 35px 0px 30px;
}

.our-services-box .single-service-icon:hover, .our-services-box .single-service-icon.active {
  background-color: var(--acikrenk);;
}

.our-services-box .single-service-icon:hover::before, .our-services-box .single-service-icon.active::before {
  top: -30px;
}

.our-services-box .single-service-icon:hover::after, .our-services-box .single-service-icon.active::after {
  bottom: -30px;
}

.our-services-box .single-service-icon:hover::before, .our-services-box .single-service-icon:hover::after, .our-services-box .single-service-icon.active::before, .our-services-box .single-service-icon.active::after {
  opacity: 1;
  visibility: visible;
}

.our-services-box .single-service-icon:hover .content, .our-services-box .single-service-icon.active .content {
  margin-bottom: 0px;
  margin-top: -35px;
}

.our-services-box .single-service-icon:hover .icon, .our-services-box .single-service-icon.active .icon {
  color: #FFF;
}

.our-services-box .single-service-icon:hover h6, .our-services-box .single-service-icon.active h6 {
  color: #FFF;
}

.our-services-box .single-service-icon:hover .service-link, .our-services-box .single-service-icon.active .service-link {
  visibility: visible;
  opacity: 1;
}

.our-services-box .single-service-icon::before {
  position: absolute;
  left: 0;
  top: 0px;
  height: 30px;
  width: 100%;
  background-color: var(--acikrenk);;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-services-box .single-service-icon::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background-color: var(--acikrenk);;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-services-box .single-service-icon .content {
  margin-bottom: -30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.our-services-box .single-service-icon .icon {
  color: var(--acikrenk);;
  font-size: 60px;
  line-height: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-services-box .single-service-icon h6 {
  font-size: 14px;
  
  margin-bottom: 0px;
}

.our-services-box .single-service-icon .service-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #1f425d;
  background-color: #FFF;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: relative;
  margin-bottom: -35px;
  margin-top: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-services-box .single-service-icon .service-link:hover {
  color: #fd7062;
}

.service-details-wrapper p {
  margin-bottom: 15px;
}

.service-details-contents .service-feature-img {
  margin-bottom: 30px;
}

.service-details-contents .contents .single-service-features {
  text-align: center;
  -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.service-details-contents .contents .single-service-features:hover {
  background-color: #fd7062;
}

.service-details-contents .contents .single-service-features:hover .icon {
  color: #FFF;
}

.service-details-contents .contents .single-service-features:hover h5, .service-details-contents .contents .single-service-features:hover p {
  color: #fff;
}

.service-details-contents .contents .single-service-features .icon {
  color: #fd7062;
  font-size: 40px;
  margin-bottom: 15px;
}

.service-details-contents .contents .single-service-features h5 {
  margin-bottom: 10px;
  font-size: 18px;
}

.service-details-contents .contents .single-service-features p {
  font-size: 15px;
  margin-bottom: 0;
}

.service-details-contents .contents ul {
  margin-bottom: 30px;
}

.service-details-contents .contents ul li {
  font-size: 16px;
}

.service-details-contents .contents blockquote, .service-details-contents .contents .wp-block-quote {
  background-color: var(--acikrenk);;
  color: #FFF;
  font-size: 26px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #1f425d;
  -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.service-details-contents .contents blockquote a, .service-details-contents .contents .wp-block-quote a {
  color: #fff;
}

.service-details-contents .contents blockquote a:hover, .service-details-contents .contents .wp-block-quote a:hover {
  color: #fd7062;
}

@media (max-width: 767px) {
  .service-details-contents .contents blockquote, .service-details-contents .contents .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.service-details-contents .contents blockquote::before, .service-details-contents .contents .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: #fff;
  z-index: -1;
  opacity: .1;
  font-weight: 900;
}

.service-details-contents .contents .service-contact-form {
  margin-top: 30px;
  padding: 40px 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .service-details-contents .contents .service-contact-form {
    padding: 30px 15px;
  }
}

.service-details-contents .contents .service-contact-form .contact-form {
  padding-top: 0;
}

.service-details-contents .contents .service-contact-form .contact-form input, .service-details-contents .contents .service-contact-form .contact-form textarea {
  padding: 20px 25px;
  font-size: 16px;
}

.service-details-contents .contents .service-contact-form .contact-form textarea {
  height: 150px;
}

.service-sidebar-wrapper .single-sidebar-widgets {
  border: 2px solid #ebebeb;
  padding: 30px;
  margin-bottom: 40px;
}

.service-sidebar-wrapper .single-sidebar-widgets .wid-title {
  margin-bottom: 30px;
}

.service-sidebar-wrapper .single-sidebar-widgets .wid-title h3 {
  font-size: 22px;
  
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a {
  display: block;
  color: #1f425d;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1;
  
  margin: 20px 0px;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a::before {
  position: absolute;
  left: 0;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: #fd7062;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a:last-of-type {
  margin-bottom: 0;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a:hover {
  color: #fd7062;
  padding-left: 35px;
}

.service-sidebar-wrapper .doc-sidebar {
  background-color: #ebebeb;
}

.service-sidebar-wrapper .doc-sidebar a {
  display: block;
  margin-bottom: 15px;
}

.service-sidebar-wrapper .doc-sidebar a i {
  margin-right: 10px;
}

.service-sidebar-wrapper .doc-sidebar a:last-child {
  margin-bottom: 0;
  background-color: #fd7062;
  border-color: #fd7062;
}

.service-sidebar-wrapper .help-line-card {
  background-color: #1f425d;
  padding: 30px;
}

.service-sidebar-wrapper .help-line-card .single-menu-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .icon {
  float: left;
  overflow: hidden;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  margin-right: 20px;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content {
  overflow: hidden;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content p {
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 500;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content span {
  font-size: 17px;
  line-height: 1;
}

.single-testimonial-card {
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0px 35px 60px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .single-testimonial-card {
    padding: 0px 30px 40px;
  }
}

.single-testimonial-card:hover {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
}

.single-testimonial-card .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
  margin: 0 auto;
  display: inline-block;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.single-testimonial-card .client-info {
  margin-top: 15px;
}

.single-testimonial-card .client-info h4 {
  margin-bottom: 5px;
  
}

.single-testimonial-card .feedback {
  padding-top: 20px;
  position: relative;
  margin-top: 20px;
}

.single-testimonial-card .feedback::before {
  position: absolute;
  content: "\f10e";
  left: 50%;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--acikrenk);;
  font-size: 20px;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-testimonial-card .feedback p {
  margin: 20px 0px;
}

.single-testimonial-card .feedback .star {
  color: #fd7062;
  line-height: 1;
}

.single-testimonial-card .feedback .star span {
  margin: 0 1px;
}

.testimonial-carousel-active {
  margin-top: -30px;
}

.testimonial-carousel-active .single-testimonial-card {
  padding: 0px 20px 30px;
  background-color: #fff;
}

.testimonial-carousel-active .slide-dots {
  margin-bottom: -15px;
}

.slide-dots {
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border: 1px solid var(--acikrenk);;
  border-radius: 30px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.slide-dots li button:hover {
  background-color: var(--acikrenk);;
}

.slide-dots li.slick-active button {
  background-color: var(--acikrenk);;
  border-color: var(--acikrenk);;
}

.single-price-bar {
  border-top: 1px solid #eaeaea;
  padding: 35px 15px;
}

@media (max-width: 1199px) {
  .single-price-bar {
    text-align: center;
  }
  .single-price-bar .package-name, .single-price-bar .package-price {
    margin-bottom: 20px;
  }
  .single-price-bar .package-features {
    margin-bottom: 30px;
  }
  .single-price-bar .package-features span {
    display: block;
    margin: 2px 0px;
  }
  .single-price-bar .package-features span::after {
    display: none;
  }
}

.single-price-bar.active {
  background: var(--acikrenk);;
  border-color: var(--acikrenk);;
}


.single-price-bar.active .theme-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--acikrenk); !important;
}

.single-price-bar .package-name h3 {
  margin-bottom: 0;
  
}

.single-price-bar .package-features span {
  position: relative;
  padding-right: 10px;
  
}

.single-price-bar .package-features span::after {
  position: absolute;
  content: ",";
  right: 0;
}

.single-price-bar .package-features span:last-of-type::after {
  display: none;
}

.single-price-bar .package-price h2 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-price-bar .package-price h2 {
    font-size: 20px;
  }
}

.single-price-bar .package-price h2 span {
  font-size: 56px;
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .single-price-bar .package-price h2 span {
    font-size: 46px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .single-price-bar .package-price h2 span {
    margin-right: 5px;
  }
}

.single-price-bar .theme-btn:hover {
  background: #fd7062;
  border-color: #fd7062;
}

.single-price-bar .theme-btn i {
  margin-left: 15px;
}

.single-pricing-plan {
  background-color: #f7f7f7;
  position: relative;
  padding: 60px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .single-pricing-plan {
    padding: 40px 30px;
  }
}

.single-pricing-plan.plan-1 .theme-btn, .single-pricing-plan.plan-4 .theme-btn {
  background-color: #fd7062;
  border-color: #fd7062;
}

.single-pricing-plan.plan-1 .theme-btn:hover, .single-pricing-plan.plan-4 .theme-btn:hover {
  background-color: var(--acikrenk);;
  border-color: var(--acikrenk);;
}

.single-pricing-plan.plan-3 .theme-btn, .single-pricing-plan.plan-6 .theme-btn {
  background-color: #1f425d;
  border-color: #1f425d;
}

.single-pricing-plan.plan-3 .theme-btn:hover, .single-pricing-plan.plan-6 .theme-btn:hover {
  background-color: var(--acikrenk);;
  border-color: var(--acikrenk);;
}

.single-pricing-plan.active {
  background-color: #1f425d;
}

.single-pricing-plan.active .theme-btn {
  background-color: var(--acikrenk);;
  border-color: var(--acikrenk);;
}

.single-pricing-plan.active .theme-btn:hover {
  background-color: #fd7062;
  border-color: #fd7062;
}

.single-pricing-plan.active .plan-title h2 {
  color: #FFF !important;
}

.single-pricing-plan.active .plan-value {
  color: #fff;
}

.single-pricing-plan.active .plan-value span {
  color: #fd7062;
}

.single-pricing-plan.active li {
  color: #a5b8c7;
}

.single-pricing-plan .plan-title h2 {
  
  margin-top: -5px;
}

@media (max-width: 767px) {
  .single-pricing-plan .plan-title h2 {
    font-size: 24px;
  }
}

.single-pricing-plan .plan-value {
  font-size: 16px;
  
  margin-bottom: 25px;
}

.single-pricing-plan .plan-value span {
  display: block;
  font-size: 80px;
  font-family: "Open Sans", sans-serif;
  color: #1f425d;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .single-pricing-plan .plan-value span {
    font-size: 60px;
  }
}

.single-pricing-plan .plan-buy-btn {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-size: 16px;
}

.single-pricing-plan .plan-buy-btn::before {
  position: absolute;
  left: -15%;
  top: 0;
  background-color: #fff;
  width: 130%;
  height: 70%;
  z-index: -1;
  content: "";
}

@media (max-width: 767px) {
  .single-pricing-plan .plan-buy-btn::before {
    left: -7%;
    width: 114%;
  }
}

.single-pricing-plan .plan-buy-btn .theme-btn {
  margin-top: 10px;
}

.single-pricing-plan .plan-buy-btn .theme-btn i {
  margin-left: 8px;
}

.single-pricing-plan .plan-service-list {
  margin-top: 40px;
  display: block;
}

.single-pricing-plan .plan-service-list li {
  margin-top: 12px;
  position: relative;
  font-size: 17px;
}

.single-pricing-plan .plan-service-list li.no::before, .single-pricing-plan .plan-service-list li.not::before {
  content: "\f00d";
}

.single-pricing-plan .plan-service-list li::before {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  opacity: .5;
}

.cta-wrapper {
  background-position: top;
}

@media (max-width: 767px) {
  .cta-wrapper h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}

.cta-wrapper.style-2 {
  z-index: 1;
  position: relative;
}

.cta-wrapper.style-2::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(31, 66, 93, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-wrapper i {
  margin-left: 6px;
}

@media (min-width: 1400px) {
  .video-pop-up-wrapper {
    padding: 200px 0px;
  }
}

.featured-video-wrapper {
  padding: 150px 0px;
}

@media (max-width: 767px) {
  .featured-video-wrapper {
    padding: 100px 0px;
  }
}


.biography-info {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px;
}

.biography-info p {
  margin-bottom: 30px;
}

.biography-info .single-bio-data {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  
  margin-top: 5px;
}

@media (max-width: 767px) {
  .biography-info .single-bio-data {
    width: 80%;
  }
}

.biography-info .single-bio-data .key-data {
  font-weight: 500;
  position: relative;
}

.biography-info .single-bio-data .key-data::after {
  position: absolute;
  content: ":";
  right: 10px;
}

.member-profile-wrapper {
  background-color: #fff;
}

.member-profile-wrapper .member-profile-img {
  height: 340px;
  background-position: top;
}

@media (max-width: 767px) {
  .member-profile-wrapper .member-profile-img {
    height: 300px;
  }
}

@media (max-width: 585px) {
  .member-profile-wrapper .member-profile-img {
    height: 280px;
  }
}

.member-profile-wrapper .member-info {
  max-width: 500px;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 1100px) {
  .member-profile-wrapper .member-info {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .member-profile-wrapper .member-info {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .member-profile-wrapper .member-info {
    max-width: 450px;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .member-profile-wrapper .member-info {
    display: block;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .member-profile-wrapper .member-info::before {
    position: absolute;
    content: "";
    right: -8%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #EBEDF2;
  }
}

@media (max-width: 767px) {
  .member-profile-wrapper .member-info {
    padding: 30px;
  }
}

.member-profile-wrapper .member-info h2 {
  font-size: 36px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .member-profile-wrapper .member-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .member-profile-wrapper .member-info h2 {
    font-size: 26px;
  }
}

.member-profile-wrapper .member-info p {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .member-profile-wrapper .member-info p {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .member-profile-wrapper .member-info p {
    margin-top: 10px;
  }
}

.member-profile-wrapper .member-info .social-profiles {
  margin-top: 20px;
}

.member-profile-wrapper .member-info .social-profiles a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #EBEDF2;
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
}

.member-profile-wrapper .member-contact-info {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .member-profile-wrapper .member-contact-info {
    padding: 30px 20px;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .member-profile-wrapper .member-contact-info {
    display: block;
    width: 100%;
    padding: 0 15px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  .member-profile-wrapper .member-contact-info {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.member-profile-wrapper .member-contact-info .single-contact {
  margin-top: 15px;
}

.member-profile-wrapper .member-contact-info h6 {
  margin-bottom: 5px;
}

.skill-bars {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 70px;
}

.single-brand-logo {
  height: 130px;
  line-height: 130px;
  background-color: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.06);
  text-align: center;
}

.single-brand-logo img {
  display: inline-block;
}

.single-funfact-item {
  padding: 120px 0px;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1191px) {
  .single-funfact-item {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .single-funfact-item {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .single-funfact-item {
    padding: 60px 0px;
  }
}

.single-funfact-item .icon {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.single-funfact-item .countdown {
  overflow: hidden;
}

.single-funfact-item .countdown h2 {
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 767px) {
  .single-funfact-item .countdown h2 {
    font-size: 42px;
  }
}

.single-funfact-item .countdown > span {
  display: block;
}

.tab-wrapper ul {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 767px) {
  .tab-wrapper ul {
    width: 80%;
  }
}

.tab-wrapper ul li .nav-link {
  position: relative;
  color: #1f425d;
  padding: 10px 0px;
  font-family: "Open Sans", sans-serif;
  padding-right: 10px;
  margin-right: 10px;
}

.tab-wrapper ul li .nav-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 4px;
  background-color: var(--acikrenk);;
  opacity: 0;
  visibility: hidden;
}

.tab-wrapper ul li .nav-link.active {
  background-color: transparent;
  color: var(--acikrenk);;
}

.tab-wrapper ul li .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.single-funfact-digit {
  display: inline-block;
  margin-right: 100px;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .single-funfact-digit {
    margin-right: 20px;
  }
}

.single-funfact-digit:last-of-type h2 {
  color: var(--acikrenk);;
}

.single-funfact-digit h2 {
  font-size: 80px;
  line-height: 1;
  color: #fd7062;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

@media (max-width: 500px) {
  .single-funfact-digit h2 {
    font-size: 40px;
  }
}

.single-funfact-digit h2::before {
  position: absolute;
  content: "%";
  left: 100%;
  top: 0;
}

.single-progress-bar {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.single-progress-bar h5 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}

.single-progress-bar span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.single-progress-bar .progress {
  margin-top: 15px;
  height: 10px;
  background-color: #e4e9f9;
}

.single-progress-bar .progress .progress-bar {
  background-color: var(--acikrenk);;
  border-radius: 6px;
}

.project-details-contents {
  border-bottom: 1px solid #EBEDF2;
}

.single-project-process {
  text-align: center;
  margin-top: 40px;
}

.single-project-process .content h5 {
  margin-bottom: 10px;
}

.project-item-card {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.project-item-card .project-thumb {
  height: 350px;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .project-item-card .project-thumb {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .project-item-card .project-thumb {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .project-item-card .project-thumb {
    height: 250px;
  }
}

.project-item-card .popup-link {
  cursor: crosshair;
  color: #fff;
}

.project-item-card .contents {
  background-color: #fff;
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: -50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.project-item-card .contents .project-link {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background-color: var(--acikrenk);;
}

.project-item-card .contents .project-link:hover {
  background-color: #1f425d;
}

.project-item-card .contents span {
  color: var(--acikrenk);;
  font-size: 14px;
  font-weight: 500;
}

.project-item-card .contents h3 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .project-item-card .contents h3 {
    font-size: 20px;
  }
}

.project-item-card:hover .contents {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.project-item-box {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  display: block;
  z-index: 1;
}

.project-item-box .project-thumb {
  height: 500px;
  display: block;
  background-position: center;
  cursor: crosshair;
}

.project-item-box .project-thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background-color: #1f425d;
  opacity: .6;
  content: "";
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 1191px) {
  .project-item-box .project-thumb {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .project-item-box .project-thumb {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .project-item-box .project-thumb {
    height: 290px;
  }
}

@media (max-width: 480px) {
  .project-item-box .project-thumb {
    height: 260px;
  }
}

.project-item-box .content-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 2;
}

.project-item-box .contents {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.project-item-box .contents span {
  color: var(--acikrenk);;
  font-size: 14px;
  font-weight: 500;
}

.project-item-box .contents h3 {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .project-item-box .contents h3 {
    font-size: 20px;
  }
}

.project-item-box .contents p {
  color: #fff;
}

.project-item-box:hover .project-thumb::before {
  visibility: visible;
  height: 100%;
}

.project-item-box:hover .content-wrap {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.project-item-box:hover .project-link {
  opacity: 1;
  visibility: visible;
  top: 20px;
}

.project-item-box .project-link {
  position: absolute;
  right: 20px;
  top: -60px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background-color: var(--acikrenk);;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.project-item-box .project-link:hover {
  background-color: #1f425d;
}

.portfolio-cat-filter button {
  border: none;
  background-color: #fff;
  display: inline-block;
  padding: 18px 38px;
  line-height: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0px 5px;
  font-weight: 700;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 767px) {
  .portfolio-cat-filter button {
    padding: 15px 25px;
    margin-bottom: 10px;
  }
}

.portfolio-cat-filter button.active, .portfolio-cat-filter button:hover {
  color: #fff;
  background-color: #1f425d;
}

.elementor-accordion .elementor-tab-title {
  padding: 22px 20px !important;
  font-weight: 500 !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  margin-top: 4px;
  color: #1f425d !important;
}

.elementor-accordion .elementor-accordion-item {
  border: 0px !important;
  margin-top: 15px;
  background: #f8f8f8;
}

.elementor-accordion .elementor-tab-content {
  padding: 10px 25px 30px !important;
  border-top: 0px !important;
}

.elementor-tab-title a {
  color: #1f425d !important;
}

.faq-content .accordion-item {
  border: 0;
  margin-top: 20px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  color: #1f425d;
  letter-spacing: -.2px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 16px 20px;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-top: 5px;
}

.faq-accordion-2 .accordion {
  list-style-type: none;
  counter-reset: css-counter 0;
}

@media (max-width: 500px) {
  .faq-accordion-2 .accordion {
    padding: 30px 15px;
  }
}

.faq-accordion-2 .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  counter-increment: css-counter 1;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background: transparent;
}

.faq-accordion-2 .accordion .accordion-item:first-of-type {
  padding-top: 0;
}

.faq-accordion-2 .accordion .accordion-item::before {
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  border: 1px dashed var(--acikrenk);;
  width: 1px;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .5;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 1;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header:focus {
  outline: 0;
  border: 0;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 70px;
  font-size: 20px;
  font-weight: 600;
  color: #1f425d;
  overflow: hidden;
  background-color: transparent;
  padding-top: 10px;
}

@media (max-width: 500px) {
  .faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0px;
    padding-left: 60px;
  }
}

.faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #1f425d;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.faq-accordion-2 .accordion .accordion-item .accordion-header .accordion-button::before {
  content: counter(css-counter);
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ebedf2;
  border-radius: 50px;
  color: var(--acikrenk);;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  left: 0;
}

.faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 70px;
}

@media (max-width: 500px) {
  .faq-accordion-2 .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}

.investors-inquire-card {
  background: #fd7062;
  padding: 40px;
}

.investors-inquire-card .investors-title {
  border-bottom: 3px solid #FFF;
}

.investors-inquire-card .investors-title h2 {
  font-size: 26px;
  
  position: relative;
}

.investors-inquire-card .investor-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 200px;
  margin: 0px auto;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

.investors-inquire-card .investors-data h4 {
  margin-bottom: 5px;
}

.investors-inquire-card .investors-data h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.investors-inquire-card .investors-data .investors-contact {
  margin-top: 5px;
}

.investors-inquire-card .investors-data .investors-contact p i {
  margin-right: 5px;
}

.investors-inquire-card .social-profile a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 0px 3px;
  font-size: 14px;
  margin-top: 5px;
}

.investors-inquire-card .social-profile a:hover {
  background-color: #fff;
  color: #fd7062 !important;
}

.faq-wrapper {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-banner-half {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 100%;
  z-index: -1;
  content: "";
}

.single-news-card {
  position: relative;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 45px 50px 50px;
  margin-top: 30px;
}

.single-news-card:hover::before, .single-news-card.active::before {
  background: #1f425d;
  opacity: .8;
}

.single-news-card:hover h6, .single-news-card:hover h5, .single-news-card:hover span, .single-news-card:hover a, .single-news-card:hover p, .single-news-card.active h6, .single-news-card.active h5, .single-news-card.active span, .single-news-card.active a, .single-news-card.active p {
  color: #fff !important;
}

.single-news-card::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-news-card .contents .post-cat-date {
  margin-bottom: 10px;
}

.single-news-card .contents .post-cat-date .post-cat {
  margin-right: 10px;
}

.single-news-card .contents .post-cat-date .post-cat a {
  display: inline-block;
  position: relative;
  color: #1f425d;
  font-weight: 700;
  font-size: 14px;
  padding-right: 5px;
  margin-top: -2px;
  
}

.single-news-card .contents .post-cat-date .post-cat a::before {
  position: absolute;
  right: 0;
  content: ",";
}

.single-news-card .contents .post-cat-date .post-cat a:last-of-type::before {
  display: none;
}

.single-news-card .contents .post-cat-date .post-cat a:hover {
  color: #fd7062;
}

.single-news-card .contents .post-cat-date .post-date {
  font-size: 14px;
  color: #fd7062;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  
}

.single-news-card .contents .post-cat-date .post-date::before {
  position: absolute;
  left: 0;
  content: "/";
  color: #d4d4d4;
}

.single-news-card .contents h5:hover a {
  color: #fd7062;
}

.single-news-card .contents .post-author {
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.single-news-card .contents .post-author .author-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
  background-color: #eee;
  margin-right: 20px;
}

.single-news-card .contents .post-author .author-info {
  overflow: hidden;
}

.single-news-card .contents .post-author .author-info h6 {
  margin-bottom: 0;
  line-height: 1;
}

.single-news-card .contents .post-author .author-info span {
  font-size: 14px;
  line-height: 1;
}

.single-blog-item {
  background-color: #fff;
  border: 1px solid #eaeaea;
  position: relative;
  margin-top: 30px;
}

.single-blog-item .post-featured-thumb {
  height: 220px;
  position: relative;
  z-index: 1;
  position: relative;
}

.single-blog-item .post-featured-thumb::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(31, 66, 93, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-item .post-featured-thumb .post-cat {
  position: absolute;
  left: 40px;
  bottom: 0;
}

.single-blog-item .post-featured-thumb .post-cat a {
  display: inline-block;
  padding: 10px 20px;
  
  color: #fff;
  background-color: #fd7062;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.single-blog-item .post-featured-thumb .post-cat a:hover {
  background-color: var(--acikrenk);;
}

.single-blog-item .content {
  padding: 40px;
  padding-top: 35px;
}

.single-blog-item .content h3:hover a {
  color: var(--acikrenk);;
}

.single-blog-item .content p {
  font-size: 16px;
  line-height: 26px;
}

.single-blog-item .content .post-meta {
  margin-top: 25px;
  font-size: 16px;
  
  line-height: 1;
}

.single-blog-item .content .post-meta i {
  margin-right: 6px;
  color: #1f425d;
}

.single-blog-item .content .post-meta .post-date {
  margin-right: 20px;
}

.single-blog-item .content .post-meta .post-author a {
  font-size: 16px;
  
  font-weight: 600;
  line-height: 1;
}

.single-blog-item .content .post-meta .post-author a:hover {
  color: var(--acikrenk);;
}

.single-news-box {
  position: relative;
  margin-top: 50px;
}

.single-news-box .featured-thumb {
  height: 240px;
  background-color: #eee;
  position: relative;
}

.single-news-box .featured-thumb .post-cat {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.single-news-box .featured-thumb .post-cat a {
  display: inline-block;
  padding: 10px 20px;
  
  color: #fff;
  background-color: #fd7062;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.single-news-box .featured-thumb .post-cat a:hover {
  background-color: var(--acikrenk);;
}

.single-news-box .content {
  padding: 25px 30px;
  background-color: #f7f7f7;
}

.single-news-box .content i {
  margin-right: 5px;
}

.single-news-box .content .meta {
  font-size: 14px;
}

.single-news-box .content .meta .author a {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}

.single-news-box .content h3 {
  font-size: 22px;
  line-height: 140%;
  color: #1f425d;
  margin-top: 10px;
}

.single-news-box .content h3 a:hover {
  color: #fd7062;
}

.single-news-box .content .read-btn {
  margin-top: 20px;
  display: block;
  font-weight: 600;
  color: #fd7062;
  
}

.single-news-box .content .read-btn:hover {
  color: #fd7062;
}

.border-wrap {
  border: 2px solid #ededed;
}


.blog-wrapper .border-wrap {
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}


.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}




.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: #fff;
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--acikrenk);;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: #fff;
  z-index: -1;
  opacity: .1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: #1f425d;
  background-image: url("../img/quotepost.png");
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-weight: 600;
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: #fff;
  display: inline-block;
  background-color: var(--acikrenk);;
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: #1f425d;
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #202426;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
  }
}

.main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

.main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}

.main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}

.main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  
}

.main-sidebar .single-sidebar-widget ul > li a:hover {
  color: #fd7062;
}

.main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}

.main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-weight: 600;
  font-size: 22px;
}

.main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--acikrenk);;
}

.main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--acikrenk);;
}

.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: #1f425d;
  color: #fff;
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 20px;
  width: 100%;
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--acikrenk);;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search_widget form button:hover {
  background-color: #1f425d;
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  
}

.popular-posts .single-post-item .post-content h5:hover, .popular_posts .single-post-item .post-content h5:hover {
  color: var(--acikrenk);;
}

.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: #1f425d;
  font-weight: 700;
  font-size: 14px;
}

.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}

.widget_categories ul li:last-child a {
  margin-bottom: 0;
}

.widget_categories ul li a {
  position: relative;
  background: #f8f8f8;
  padding: 17px 30px;
  line-height: 1;
  font-size: 14px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 12px;
  font-weight: 500;
}

.widget_categories ul li a:hover {
  color: #fd7062;
}

.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--acikrenk);;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
}

.tagcloud a {
  display: inline-block;
  padding: 11px 26px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  margin-right: 5px;
  
  margin-bottom: 8px;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  background-color: var(--acikrenk);;
  color: #fff;
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: #1f425d;
  color: #fff;
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: #1f425d;
  color: #Fff;
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: #1f425d;
  color: #fff;
}

.social-share a {
  margin-left: 10px;
}

.tag-share-wrap {
  padding-bottom: 50px;
}

.tag-share-wrap h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}

.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
  font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}

.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--acikrenk);;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: #fff;
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}

@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}

.comment-form label {
  margin-bottom: 4px;
}

.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
}

@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}

.comment-form .submit-btn {
  display: inline-block;
  background-color: var(--acikrenk);;
  color: #fff;
  line-height: 1;
  
  padding: 20px 60px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comment-form .submit-btn {
    padding: 20px 40px;
  }
}

@media (max-width: 585px) {
  .comment-form .submit-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.comment-form .submit-btn:hover {
  background-color: #1f425d;
}

.comment-form .submit-btn i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}

.comment ul ol {
  margin-bottom: 0;
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.comment ol ul {
  margin-bottom: 0;
}

.comment ol ol {
  margin-bottom: 0;
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
  display: block;
  color: #1f425d;
}

.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #fd7062;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: #1f425d;
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--acikrenk);;
}

.site_info_widget .social-link {
  margin-top: 35px;
}

.site_info_widget .social-link a {
  margin-right: 8px !important;
}





@media (max-width: 991px) {
  .contact-map-wrap iframe {
    height: 300px;
  }
}

@media (max-width: 58px) {
  .contact-map-wrap iframe {
    height: 260px;
  }
}

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

footer ul li {
  list-style: none;
}

footer .footer-widgets-wrapper {
  padding: 60px 0px 100px;
}

@media (max-width: 991px) {
  footer .footer-widgets-wrapper {
    padding: 40px 0px 80px;
  }
}

footer .single-footer-wid {
  margin-top: 40px;
}

footer .single-footer-wid .wid-title {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  footer .single-footer-wid .wid-title {
    margin-top: 20px;
  }
}

footer .single-footer-wid .wid-title h6 {
  font-weight: 600;
  color: #fff;
  font-size: 17px;
}

footer .single-footer-wid ul li a {
  margin-top: 8px;
  color: #9dacb8;
  display: block;
  font-size: 15px;
}

footer .single-footer-wid ul li a:hover {
  color: #fd7062;
}

footer.footer-2 {
  background-color: var(--acikrenk);;
}

footer.footer-2.bg-overlay::before {
  opacity: .9;
}

footer.footer-2 .footer-bottom {
  background: transparent;
}

footer.footer-2 .footer-bottom .bottom-content-wrapper {
  background: var(--acikrenk);;
}

footer .footer-bottom {
  background-color: var(--koyurenk);
}

@media (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}

footer .footer-bottom .bottom-content-wrapper {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 35px 50px;
}

@media (max-width: 767px) {
  footer .footer-bottom .bottom-content-wrapper {
    padding: 30px;
  }
}

footer .footer-bottom .bottom-content-wrapper p, footer .footer-bottom .bottom-content-wrapper b, footer .footer-bottom .bottom-content-wrapper strong {
  color: #FFF;
  font-size: 16px;
  
}

footer .footer-bottom .bottom-content-wrapper a {
  font-weight: 500;
}

footer .footer-bottom .bottom-content-wrapper ul li {
  display: inline-block;
}

footer .footer-bottom .bottom-content-wrapper ul li:first-of-type a {
  margin-left: 0;
}

footer .footer-bottom .bottom-content-wrapper ul li a {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  color: #fff;
  
}

footer .footer-bottom .social-links a {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

footer .footer-bottom .social-links a:hover {
  color: #1f425d;
}

footer .footer-bottom .social-links a:last-of-type {
  margin-left: 0;
}





.logo {
	padding: 0px;
	margin: 0px;
	display: block;
	height: 90px;
	width: 100%;
}
.logo h1, .logo p {
	width: 300px;
	height: 90px;
	display: block;
	background: url(../../img/logo.svg);
	background-size: cover;
	text-indent: -9999px;
}
.logo h1 a, .logo p a {
	display: block;
	width: 356px;
	height: 90px;
}

.fblog ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 sütun oluşturur */
    padding: 0;
    list-style: none;
}
@media (max-width: 768px) {
    .fblog ul {
        grid-template-columns: 1fr; /* Tek sütuna geçiş */
    }
}




.pagetitle {
	position: relative;
	display: block;
	padding: 120px 0px 110px;
	background: url(../../img/header.jpg) center center;
	background-size: cover;
}
.pagetitle:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.4;
}
.pagetitle h1 {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 60px;
	line-height: 1;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1px;
}
.pagetitle.blog h1 {
	font-size: 44px;
	font-weight: 700!important;
	line-height: 1;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	letter-spacing: -1px;
}

.pagetitle ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.pagetitle ul li {
	display: inline-block;
	padding: 0px 30px 0px 0px;
	margin: 20px 0px 0px 0px;
	line-height: 30px;
	position: relative;
}
.pagetitle ul li:last-child {
	padding: 0px!important;
}
.pagetitle ul li:last-child:before {
	background: transparent!important;
}
.pagetitle ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #FFF;
	right: 12px;
	top: 12px;
}
.pagetitle ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
}





/* SLİDER */
.banner-slider, .slide {
    width: 100%;
    height: 800px;
    position: relative;
    display: block;
    background: #FFF;
}
.banner-slider .slide:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}
.banner-slider .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
    .banner-slider, .banner-slider, .slide {
        height: 650px;
    }
    .banner-slider .slide a {
	    display: none!important;
    }
    .banner-slider h2 {
	    font-size: 40px!important;
    }
    .banner-slider p {
	    font-size: 18px!important;
	    line-height: 1.4!important;
	    font-weight: 300!important;
    }
}

/* Custom navigation buttons for Banner Slider */
.banner-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.banner-slider .owl-nav .owl-prev {
    left: 10px;
}

.banner-slider .owl-nav .owl-next {
    right: 10px;
}

.banner-slider .owl-nav button:hover {
    opacity: 1;
}
.banner-slider button {
	width: 60px;
	height: 60px;
	background: var(--acikrenk)!important;
	line-height: 60px;
	text-align: center;
	border-radius: 50%!important;
	color: #FFF!important;
	font-size: 20px!important;
	opacity: 0.3;
	transition: all 0.3s ease-in-out;
}
.banner-slider h2 {
	font-size: 56px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	display: block;
	color: #FFF;
	transition: all 0.3s;
	transform: translateY(-40px);
	position: relative;
	opacity: 0;
}
.banner-slider p {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #FFF;
	transform: translateY(40px);
	transition: all 0.3s;
	opacity: 0;
	margin: 40px 0px;
}
.banner-slider a {
	font-size: 20px;
	line-height: 70px;
	padding: 0px 70px;
	border-radius: 35px;
	background: var(--acikrenk);
	display: inline-block;
	color: #FFF;
	transform: translateY(30px);
	transition: all 0.3s;
	font-weight: 800;
	opacity: 0;

}
.banner-slider .active h2{
	transform: translateY(0px);
	opacity: 1;
}
.banner-slider .active p {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s; /* 0.3 saniye gecikme */
}
.banner-slider .active a{
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.5s; /* 0.3 saniye gecikme */
}





.fbox span, .fbox h4 {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: #FFF;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fbox span:before, .fbox h4:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: var(--acikrenk);
	left: -6px;
	top: 11px;
	display: block;
}

flist ul {
	width: 100%;
	display: block;
}
.flist ul li {
	padding: 8px 0px 8px 0px;
	display: block;
	margin: 0px;
}
.flist ul li a {
	color: rgba(255,255,255,0.6);
	line-height: 20px;
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.fhak p {
	color: rgba(255,255,255,0.65);
	font-size: 15px;
	font-weight: 300;
	display: block;
	line-height: 1.8;
}



.nedenler {
	position: relative;
	display: block;
	padding: 75px 0px;
	z-index: 10;
}
.nedenler .row, .nedenler .col-md-4 {
	padding: 0px;
	margin: 0px;
}
.nedenler .neden {
	position: relative;
	display: block;
	background: #FFF;
	padding: 0px;
}
.nedentext {
	margin: -50px 30px -50px 30px;
	border-radius: 5px;
	display: block;
	padding: 25px;
	background: #FFF;
	z-index: 1;
	position: relative;
}
.nedenler .neden span {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 15px;
}
.nedenler .neden p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}



.mainabout {
	position: relative;
	display: block;
	padding: 75px 0px;
	display: block;
}
.mainabout h3 {
	font-size: 50px;
	line-height: 1;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.mainabout p {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 25px;
}



.ara {
	position: relative;
	display: block;
	padding: 100px 0px;
	color: #FFF;
	background: url(../../img/ara.jpg);
	background-size: cover;
	background-position: center center;
}
.ara:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.65;
}
.ara h4 {
	font-size: 46px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 800;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.ara p {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 1.4;
	color: rgba(255,255,255,0.75);
}
.mainhizmetler {
	position: relative;
	display:block;
	padding: 100px 0px;
}
.hizmetler {
	position: relative;
	display: block;
}
.hizmetler .hizmetimg {
	width: 100%;
	height: 230px;
	display: block;
	position: relative;
	background: rgba(0,0,0,0.045);
}
.hizmetler h3 {
	font-size: 24px;
	line-height: 1.1;
	display: block;
	margin: 15px 0px;
	font-weight: 800;
}

.hizmetler p {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
}
.sayfa {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
}
.sayfalar .sayfadetay {
	padding: 0px!important;
}
.sayfadetay {
	position: relative;
	padding: 75px 0px;
	display: block;
}
.sayfadetay h2, .sayfadetay h3, .sayfadetay h4, .sayfadetay h5, .sayfadetay h6 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.1;
	display: block;
	margin-bottom: 20px;
}
.sayfadetay p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: block;
	margin-bottom: 20px;
} 
.sayfadetay ul {
	margin-left: 30px;
	margin-bottom: 30px;
}
.sayfadetay ul li {
	list-style: square!important;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 10px;
}

.whizmet {
	position: relative;
	display: block;
	margin-top: -75px;
	margin-bottom: 30px;
	background: var(--koyurenk);
	padding: 30px 25px;
	border-radius: 3px;
}
.whizmet ul, .whizmet ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.whizmet ul li {
	border-bottom: 1px solid rgba(255,255,255,0.075);
}
.whizmet ul li:last-child {
	border-bottom: 0px!important;
}
.whizmet ul li a {
	color: rgba(255,255,255,0.8);
	padding: 0px 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 46px;
}


.wiletisim {
	position: relative;
	display: block;
	padding: 40px;
	background: var(--acikrenk);
	color: #FFF;
	border-radius: 3px;
}
.wiletisim span {
	display: block;
	font-size: 44px;
	line-height: 1;
	font-weight: 900;
}
.wiletisim p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	display: block;
	margin: 25px 0px;
}
.wiletisim a {
	display: block;
	padding: 0px 0px 0px 65px;
	line-height: 60px;
	margin-bottom: 5px;
	background: #FFF;
	color: var(--koyurenk);
	font-weight: 900;
	font-size: 18px;
	overflow: hidden;
	border-radius: 3px;
}
.wiletisim a i {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--koyurenk);
	left: 0px;
	top: 0px;
	color: var(--acikrenk);
}
.bolumbaslik h2, .bolumbaslik span {
	display: inline-block;
	margin-right: 5px;
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 15px;
}
.bolumbaslik p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}
.bolumbaslik {
	position: relative;
	padding-bottom: 50px;
}
.alt {
	width: 100%;
	padding: 120px 0px;
	margin: 0px;
	display: block;
	background: url(../../img/dip.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.alt:before {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	display: block;
	background: url(../../img/asansorlu-nakliyat-min.jpg);
	background-size: cover;
	background-position: center center;
	left: 0px;
	top: 0px;
}
.alt .row, .alt .col-md-6 {
	padding: 0px;
	margin: 0px;
}
.altmetin {
	padding: 60px 100px 60px 60px;
	display: block;
	background: rgba(0,0,0,0.8);
}
.altmetin h4 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	display: block;
	color: #FFF;
}
.altmetin p {
	font-size: 17px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 400;
}

.sayfalar {
	position: relative;
	padding: 100px 0px;
}
.blog {
	position: relative;
	display: block;
	margin-bottom: 25px
}
.blogimg {
	width: 100%;
	min-height: 230px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	background: rgba(0,0,0,0.045);
	position: relative;
	z-index: 0;
}
.blogtext {
	position: relative;
	z-index: 1;
	margin: -40px 30px 0px 30px;
	display: block;
	padding: 25px;
	border-radius: 3px;
	background: #FFF;
}
.blogtext h3 {
	font-size: 22px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	font-weight: 800;
}
.blogtext p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}





@media (max-width: 767px) {
	.logo {
		height: 70px!important;
	}
	.logo h1, .logo p, .logo h1 a, .logo p a {
		width: 277px!important;
		height: 70px!important;
		display: block;
	}
	.header.header-1 {
		padding: 0px 0px!important;
	}
	.nedenler {
		margin: 0px!important;
		padding: 30px 0px;
		display: block;
	}
}