@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayExtralight.woff2') format('woff2'),
       url('../font/ClashDisplayExtralight.woff') format('woff'),
       url('../font/ClashDisplayExtralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayLight.woff2') format('woff2'),
       url('../font/ClashDisplayLight.woff') format('woff'),
       url('../font/ClashDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayRegular.woff2') format('woff2'),
       url('../font/ClashDisplayRegular.woff') format('woff'),
       url('../font/ClashDisplayRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayMedium.woff2') format('woff2'),
       url('../font/ClashDisplayMedium.woff') format('woff'),
       url('../font/ClashDisplayMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplaySemibold.woff2') format('woff2'),
       url('../font/ClashDisplaySemibold.woff') format('woff'),
       url('../font/ClashDisplaySemibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayBold.woff2') format('woff2'),
       url('../font/ClashDisplayBold.woff') format('woff'),
       url('../font/ClashDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../font/ClashDisplayVariable.woff2') format('woff2'),
       url('../font/ClashDisplayVariable.woff') format('woff'),
       url('../font/ClashDisplayVariable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}


ul.sub_menu.active {
  display: block !important;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 99;
}
body {
  scroll-behavior: smooth;
  font-family: "ClashDisplay",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.common-color {
  color: #94B0D5;
}
.highlight h2 span {
  color: #ed3a42;
  position: relative;
}
.home1-txt1 {
  color: #666666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.highlight h2 span:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid;
  bottom: 5px;
  left: 0;
  width: 100%;
}
.underline{
  position: relative;
}
.underline:after{
  position: absolute;
  content: '';
  border-bottom: 2px solid;
  bottom: 5px;
  left: 0;
  width: 100%;
}
input.form-control.floating-placeholder:focus {
  outline: 0;
  box-shadow:none;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.color-blue {
  color: #0A1D35 !important;
}
.color-skyblue {
  color: #94B0D5 !important;
}
.color-dark-blue {
  color: #45566C;
}
.color-white {
  color: #ffffff !important;
}
.color-red {
  color: #ed3a42 !important;
}
.back-white {
  background: #ffffff !important;
}
.back-red {
  background: #ed3a42 !important;
}
.back-white-light {
  background: #F1F5F9;
}
.container {
  max-width: 1750px;
  padding: 0 15px;
}

.main-body {
  overflow: hidden;
}
.img-100 {
  width: 100%;
}
.line-height-63 {
  line-height: 63px;
}
.line-height-24 {
  line-height: 24px;
}
a {
  color: #ed3a42;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #ed3a42;
  text-decoration: none;
  /* font-weight: bold; */
}
.color-text span {
  color: #ed3a42;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  
  margin: 0;
}
h1 {
  
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
}
h2 {
  
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}
h3 {
  color: #ed3a42;
  
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
h5 {
  
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  display: unset;
}
h4 {
  color: #000000;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}
h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.text-left {
  text-align: left;
}
p {
  margin: 0;
}
.m-auto {
  margin: 0 auto;
}
.section-m-100 {
  margin: 100px 0;
}
.section-p-50 {
  padding: 50px 0;
}
.section-p-100 {
  padding: 100px 0;
}
.section-pb-100 {
  padding-bottom: 100px;
}
.section-pt-100 {
  padding-top: 100px;
}
.section-mt-50 {
  margin-top: 50px;
}
.section-mb-100 {
  margin-bottom: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.container-570 {
  max-width: 570px;
  width: 100%;
  padding: 30px;
}
.container-430 {
  max-width: 430px;
  width: 100%;
}
.container-970 {
  max-width: 970px;
  width: 100%;
}
.container-770 {
  max-width: 770px;
  width: 100%;
}
.pt-20 {
  padding-top: 20px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-150 {
  padding-left: 150px !important;
}
.shape-image {
  max-width: 276px !important;
}
.in-right {
  animation: fadeInRight 1s ease-in-out;
}
.text-right {
  text-align: right;
}
.hover-color a:hover {
  color: #ed3a42 !important;
}
.detail-button {
  background: #FFBD20;
  color: #ed3a42;
  margin-top: 25px;
  padding: 15px 15px;
  /* float: left; */
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
.detail-button:hover {
  background:#fff;
  outline: 1px solid #ed3a42;
}
.detail-button2 {
  border: 1px solid #ed3a42;
  background: #ffffff;
  color:#ed3a42;
  margin-top: 25px;
  padding: 9px 30px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}
.detail-button2:hover {
  background:#ed3a42;
  color:#fff;
}
.hero-sec-v2 {
  border-radius: 70px;
  overflow: hidden;
  position: relative;
}
/************************ Image animation scroll ***************************/
section.sparkle-section,
section.meet-expert {
  border-top: 1px solid #ffffff;
  position: relative;
  top: -1px;
}
.image {
  display: block;
}
.splitting.cells img {
  display: block;
}
textarea:focus-visible {
  outline-offset: 0px !important;
}
textarea:focus {
  box-shadow: none !important;
}

  /************************ 2. Button css ***************************/
  .sidebar-btn .button-wrap {
    padding: 20px 90px;
  }
  .home4-flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .send-btn{
    display: flex;
    justify-content: flex-end;
  }
  .tes1-load-btn{
    display: flex;
    justify-content: center;
  }
  .form-button.text-center.tes1-load-btn1 {
    margin-top: 0 !important;
    margin-top: 60px !important;
  }
  .contact-iframe{
    width: 1170px;
    height: 600px;
  }
  .button-box,
  .button-box-body {
    line-height: 63px;
  }
  .form-button .button-box {
    line-height: 0;
  }
  .button-whole-wrap {
    line-height: 60px;
  }
  .button-wrap {
    cursor: pointer;
    background-color: #000;
    padding: 20px;
    position: relative;
    z-index: 0;
    background: #d1363d;
    border-radius: 50px;
    border: none;
    overflow: hidden;
  }
  a.button-wrap.heder-btn {
    border: 1px solid transparent;
  }
  a.button-wrap.heder-btn:hover {
    border: 1px solid #ed3a42;
  }
  .button-wrap span {
    display: inline-block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .button-wrap:before,
  .button-wrap:after {
    content: '';
    background: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .button-wrap:before {
    top: 0;
    left: 0;
    right: auto;
  }
  .button-wrap:after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .button-wrap:hover:before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .button-wrap:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .button-wrap:hover span,
  .button-wrap:hover i {
    color: #000;
  }
  .button-wrap i {
    color: #ffffff;
  }
  .white-hover .button-wrap:before,
  .white-hover .button-wrap:after {
    background: #ffffff !important;
  }
  .white-hover .button-wrap:hover span,
  .white-hover .button-wrap:hover i {
    color: #0A1D35 !important;
  }
  .btn-white .button-wrap {
    background: #ffffff;
    border: 2px solid #ed3a42;
  }
  .btn-white .button-wrap span,
  .btn-white .button-wrap i {
    color: #ed3a42;
  }
  .btn-white .button-wrap:before,
  .btn-white .button-wrap:after {
    background: #ed3a42;
  }
  .btn-white .button-wrap:hover span,
  .btn-white .button-wrap:hover i,
  .pricing-plan-col:hover .btn-white .button-wrap span,
  .pricing-plan-col:hover .btn-white .button-wrap i {
    color: #ffffff;
  }
  .pricing-plan-col:hover .btn-white .button-wrap {
    background: #ed3a42 !important;
  }
  .button-box.btn-white {
    display: block !important;
    margin-bottom: 0;
  }

  .input-block {
    position: relative;
  }
  .input-block input,
  .input-block textarea {
    padding: 18px 20px;
    border: inherit;
    border-radius: 60px;
    background: #ffffff;
    color: #373737;
    border: 1px solid #ccc;
  }
  .input-block select {
    padding: 18px 20px;
    border: 1px solid #94B0D5;
    border-radius: 0;
    /* background: #d1363d; */
    color: #373737;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
  }
  .input-block label {
    left: 0px;
    color: #373737 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 24px;
    background: none !important;
  }
  .home-4-name::placeholder{
   color: #94B0D5 !important;
  }
  .home-4-name{
   color: #94B0D5 !important;
  }
  .form-button .button-wrap {
    transform: none;
  }
  .form-button .button-wrap:before,
  .form-button .button-wrap:after {
    background: #ED3A42;
  }
  .form-button .button-wrap:hover span,
  .form-button .button-wrap:hover i {
    color: #ffffff;
  }
  /************************ 3. Nav Menu ***************************/
  .fixed {
    position: relative !important;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    animation: fixedheader 600ms ease 0ms 1 forwards;
    transition: all 1s ease;
  }
  .home-2-header.fixed{
    background: linear-gradient(344deg, rgb(202 154 103 / 10%) 0%, rgb(11 19 21) 100%) !important;
  }
  .home-3-header.fixed{
    background: #C52C29 !important;
  }
  .home6-header.fixed{
    background: #0A1D35;
    z-index: 99;
  }
  .home-5-header .nav-menu>li>a {
    color: #ffffff !important;
  }
  header {
    z-index: 99998;
    position: relative;
    width: 100%;
    background: #C52C29;
    margin-top: 10px;
    border-radius: 60px;
    transition: all 1s ease;
  }
  header.detail{
    position: relative;
  }
  .home-1-header .nav-menu>li>a {
    color: #94B0D5;
  }
  .home-1-header {
    border-bottom: 1px solid #45566C;
  }
  .home-1-header .nav-toggle:before {
    background-color: #ffffff;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
  }
  .common-header .submenu-indicator-chevron {
    border-color: #333;
  }
  .home6-title{
    display: none;
  }
  .home-6-header-offcanvas{
    justify-content: right;
  }

/************************ inner page menu ***************************/
.navigation {
  width: 100%;
  height: 100px;
  display: table;
  position: relative;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
  height: 48px;
}
.navigation-fixed {
  position: relative;
  top: 0;
  left: 0;
  z-index: 19998;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nav-header {
  float: left;
}
.navigation-hidden .nav-header {
  display: none;
}
.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}
.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus>img {
  outline: initial;
}
.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 100%;
  height: 100vh;
  top: 0;
  left: -4000px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-menu {
  margin: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
/* Rectangle 33 */
  margin-top: 20px;
  margin-bottom: 20px;
  
/* Note: backdrop-filter has minimal browser support */
  padding: 0px 19px;
  margin-left: 20px;
}
.navigation-portrait .nav-menu {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 20px;
  padding-top: 0px;
}
.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}
.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
}
.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}
.nav-padding {
  padding: 10px 30px;
  /* margin-top: 40px; */
}
.nav-menu>li>a {
  margin: 0px 0px;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s, background 0.3s;
  color: #ed3a42;
  background: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 2px 15px;
  border-radius: 18px;
}
.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  /* color: #ed3a42 !important; */
  /* border-top: 6px solid #ed3a42; */
}
.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu>li>a>[class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}
.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
  font-size: 12px;
}
.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}
.submenu-indicator {
  margin-left: 12px;
  margin-top: -7px;
  float: right;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.navigation-portrait .submenu-indicator {
  /* width: 54px; */
  /* height: 44px; */
  margin-top: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
  float: left;
}
.submenu-indicator-chevron {
  height: 8px;
  width: 8px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border 0.2s;
}
.home-5-header .submenu-indicator-chevron {
  border-color: #ffffff;
}
.home-5-header .nav-submenu .submenu-indicator-chevron {
  border-color: #ed3a42;
}
.navigation-portrait .submenu-indicator-chevron {
  /* position: absolute; */
  /* top: 18px; */
  /* left: 24px; */
  border-color: #9f9f9f;
}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: #ed3a42;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
  width: auto;
  height: auto;
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-hidden .nav-search {
  display: none;
}
.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
  color: #ed3a42;
}
.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}
.nav-dropdown {
  width: auto;
  margin: 0;
  padding: 0;
  /* display: none; */
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  left: 10px;
  top: 60px;
  background: #EDEDED;
  padding: 15px;
  padding-bottom: 3px;
}
.nav-dropdown img{
  width: 320px;
  height: 187px;
  position: absolute;
  right: 23px;
  top: 23px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
  float: left;
  padding: 0px;
}
.nav-dropdown .nav-dropdown {
  left: 250px;
  position: absolute;
  background: none;
  top: 19px;
  padding: 0px;
  right: auto;
  border: none;
  backdrop-filter: none;
  width: 70%;
  min-width: auto;
}
.nav-dropdown .nav-dropdown .nav-dropdown{
  left: 220px;
  position: absolute;
  background: none;
  top: 0px;
  padding: 0px;
  right: auto;
  border: none;
  backdrop-filter: none;
  width: 50%;
  min-width: auto;
}
.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: initial;
  text-align: left;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.nav-dropdown>li>a {
  width: auto;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 15px;
  color: #343a40;
}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #ed3a42;
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}
.navigation-portrait .nav-dropdown>li>a {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  font-weight: 700;
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
  right: -5px;
  top: 12px;
  position: relative;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: #ed3a42;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.nav-dropdown>li:hover>a .submenu-indicator-chevron
{
  border-color: transparent #ed3a42 #ed3a42 transparent;
}
.nav-dropdown>.focus>a .submenu-indicator-chevron{
  color: white !important;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}
.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}
.nav-dropdown-horizontal>li>a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.megamenu-panel [class*="container"] {
  width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.megamenu-panel-half {
  width: 50%;
}
.megamenu-panel-quarter {
  width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.megamenu-panel-row {
  width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}
.megamenu-panel-row:after {
  clear: both;
}
.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
  width: 22.75%;
}
.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
  width: 48.5%;
}
.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
  width: 74.25%;
}
.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
  width: 100%;
}
.megamenu-list>li>a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0A1D35;
}
.megamenu-list>li>a:hover span {
  color: #ffffff;
}
.megamenu-lists {
  width: 100%;
  display: table;
}
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.megamenu-list:last-child {
  margin: 0;
  border: none;
}
.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
}
.navigation-landscape .megamenu-list:last-child {
  border: none;
}
.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}
.megamenu-list>li>a:hover {
  background-color: #ed3a42;
  color: #fff;
}
.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}
.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent;
}
.navigation-landscape .list-col-2 {
  width: 50%;
}
.navigation-landscape .list-col-3 {
  width: 33%;
}
.navigation-landscape .list-col-4 {
  width: 33.33%;
}
.page-header-v2 .list-col-4 {
  width: 33.33%;
}
.page-header-v2 .navigation-portrait .megamenu-panel {
  max-width: 1170px;
  margin: 0 auto;
}
.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-dropdown>li>a {
  color: #333;
  padding: 0px 0px;
}
.nav-dropdown>li.active>a {
  color: #ed3a42;
}
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #ed3a42;
}
.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 10px;
  color: #333;
  font-size: 21px;
}
.content-menu {
  position: relative;
}
.screen-menu {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.screen-menu-2 img {
  bottom: -1923px !important;
}
.screen-menu-3 img {
  bottom: -1645px !important;
}
.screen-menu-4 img {
  bottom: -2212px !important;
}
.screen-menu img {
  bottom: -1980px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 5s;
  -moz-transition: top 5s;
  -ms-transition: top 5s;
  -o-transition: top 5s;
  transition: bottom 5s;
}
.screen-menu:hover img {
  bottom: 0 !important;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.page-header-v2 .navigation-portrait .nav-menus-wrapper {
  left: 0;
  width: 100%;
}
.page-header-v2 .navigation-portrait .nav-menus-wrapper {
  background-color: unset;
}
.page-header-v2 .navigation-portrait .nav-menu>li {
  border-top: solid 0px #f0f0f0;
}
.page-header-v2 .nav-menu>li {
  text-align: center;
}
.page-header-v2 .navigation-portrait .nav-menu>li:last-child {
  border: none;
  padding-left: 50px;
}
.page-header-v2 .navigation-portrait .nav-menu>li>a {
  width: auto;
  padding: 10px 0px 10px 0px;
  margin: 0 !important;
  position: relative;
}
.page-header-v2 .nav-dropdown>li>a {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  background-color: unset;
  border: none;
  padding: 12px 20px 12px 20px;
}
.page-header-v2 .nav-menu>li>.nav-dropdown {
  border: none;
}
.page-header-v2 .submenu-indicator {
  display: none;
}
.page-header-v2 .pages_v2,
.page-header-v2 .pages_v3 {
  position: relative;
}
.page-header-v2 .pages_v2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  left: 110%;
  padding-top: 5px;
}
.page-header-v2 .pages_v3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  padding-left: 20px;
  padding-top: 5px;
}
.page-header-v2 .pages_v2.focus .pages_v2::after,
.page-header-v2 .focus .pages_v2::after,
.page-header-v2 .nav-submenu .focus>.pages_v3::after {
  content: "\f106";
}
.page-header-v2 .navigation-portrait .nav-dropdown>li>ul>li>a {
  padding: 12px 0px 12px 50px;
}
.page-header-v2 .nav-dropdown.nav-submenu li.focus>a {
  color: #ed3a42;
}
.page-header-v2 .nav-dropdown.nav-submenu li a:hover {
  color: #ed3a42;
}

/************************ 4. Hero section Home - V1 ***************************/
.hero-sec {
  position: relative;
}
.lawyer-col img {
  padding-top: 40px;
}
.hero-content-left {
  align-items: center;
  justify-content: center;
  display: flex;
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
/* hero section version V3 */
.slider {
  position: relative;
}
#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 84vh;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 84vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 84vh;
  text-align: center;
}
#slider ul li .slide {
  background-size: cover;
  height: 100vh;
}
button.control_prev,
button.control_next {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  border: none;
  width: 100px;
  height: 100px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 40px;
  cursor: pointer;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
button.control_prev:focus,
button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover,
button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
button.control_prev {
  left: 0;
}
button.control_next {
  right: 0;
}



/************************ 8. Video overlay ***************************/
.video-wrapper {
  background: url(../images/home/youtube-back.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-attachment: fixed;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: rgb(0 0 0 / 50%);
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 200ms;
  background: linear-gradient(135deg, rgba(10, 29, 53, 0.8) 0%, rgba(10, 29, 53, 0.2) 100%);
  backdrop-filter: blur(3px);
}
.video-play-button:hover:after {
  background-color: darken#fa183d, 10%;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 999999;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #fa183d;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  max-width: 1170px;
  width: 100%;
  padding: 20px;
}
/* Youtube overlay version 4 */
.content-yt {
  padding: 100px 0 200px 100px;
  margin-bottom: -100px;
}
.video-wrapper-v4 {
  background: url(../images/skills/skilll-back.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
}
.overlay-video {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 600ms ease-in;
  transition: opacity 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}
.o1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: opacity 600ms ease-out;
  transition: opacity 0.6s;
}
.videoWrapperExt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 982px;
  padding: 0 20px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close {
  position: absolute;
  top: -50px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  height: 40px;
  width: 40px;
  background-size: 40px;
}
.close {
  background: #ed3a42;
}
.close:hover {
  background: #0A1D35;
}
.close:after,
.close:before {
  content: "" "";
  width: 55%;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}
.close:after {
  transform: rotate(45deg);
  transition: 0.3s ease-out;
}
.close:hover:after,
.close:hover:before {
  transform: rotate(180deg);
}
.start {
  text-align: center;
  font-size: 40px;
  text-decoration: underline;
  color: blue;
  text-transform: uppercase;
  cursor: pointer;
}
.circle {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 120px;
  height: 120px;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 0;
  transform-origin: 50% 50%;
  transition: all 0.8s linear 0.2s, opacity 0s linear 0s;
}
.button-play {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #ed3a42;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.465, 1.55) 0.2s, border-width 0.4s cubic-bezier(0.68, -0.55, 0.465, 1.55);
  margin-left: auto;
}
.button-play:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-width: 25px 0px 25px 40px;
  border-radius: 0;
  border-left-color: white;
  transform: translate(-18px, 50%);
}
.button-play:hover .circle,
.button-play.active .circle {
  stroke-dasharray: -1000px;
  stroke-dashoffset: -500px;
  opacity: 0;
  transition: all 2s linear 0.3s, opacity 0.1s linear 2s;
}
.button-play:hover:before,
.button-play.active:before {
  -webkit-animation: playJump 0.5s linear infinite;
  animation: playJump 0.5s linear infinite;
}
.home6-icon{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.form-button.nopadding.mt-home3{
  margin-top: 0 !important;
}

::-webkit-scrollbar {
  display: none;
}


/************************ 18. Footer Top ***************************/
footer,
.footer-top {
  overflow: hidden;
}
.newsletter-footer h2 {
  color: #0A1D35;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}


/************************ 19. Footer ***************************/
.footer-block-home-1 {
  padding: 50px 100px 40px;
  background: url(../images/footer.webp)#C52C29;
  margin-top: 0px;
  background-size: cover;
  border-radius: 70px 70px 0px 0px;
}

.footer-list {
  margin-bottom: 10px;
  margin-right: 0;
  color: #898A8D;
  font-size: 21px;
  font-weight: 600;
}
.footer-V2 .footer-list {
  margin-bottom: 30px;
}
.footer-menu-list {
  line-height: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  margin-bottom: 20px;
}
.footer-menu-list a,
.footer-bottom-copyright a,
.hover-effect-blog a {
  color: #94B0D5;
  position: relative;
}
.footer-menu-list a:before,
.footer-bottom-copyright a:before,
.hover-effect-blog a:before {
  color: #ed3a42;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.footer-menu-list a:hover:before,
.footer-menu-list a:focus:before,
.footer-bottom-copyright a:hover:before,
.footer-bottom-copyright a:focus:before,
.blog__box:hover a:before,
.blog__box:focus a:before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}
.footer-bottom-bar hr {
  margin: 20px 0 20px 0;
  border-color: #45566C;
  /* opacity: 1 !important; */
}
.footer-bottom-copyright,
.footer-bottom-copyright a {
  font-size: 16px;
  color: #ffffff;
  transition: all .5s;
}
.footer-menu-last-list a,
.contact-information a {
  color: #94B0D5;
  transition: all .5s;
}
.footer-menu-last-list a:hover,
.contact-information a:hover {
  color: #ed3a42 !important;
  transition: all .5s;
}
/* Footer version 2 */
.footer-V2 .wrapper .social {
  display: inline-block;
}
.footer-V2 ul.social li {
  display: inline-block;
  width: 50%;
  float: left;
}
.footer-V2 ul.social li:nth-child(1),
.footer-V2 ul.social li:nth-child(2) {
  margin-bottom: 20px;
}
.footer-menu-last-list.menu-v2 a {
  color: #94B0D5;
}
.footer-menu-last-list.menu-v2 a:hover {
  color: #ed3a42;
}
/* Footer V3 */

.footer-V3 .newsletter .inner {
  background-color: #0A1D35;
}
.footer-V3 .newsletter input::placeholder,
.footer-V3 .footer-menu-list a,
.footer-V3 .footer-bottom-copyright a,
.footer-V3 .hover-effect-blog a,
.footer-V3 .footer-menu-last-list a,
.footer-V3 .wrapper .social li .social-item i {
  color: #ffffff;
  font-size: 16px;
}
.footer-menu-last-list a .footer-V3 .wrapper .social li:hover .social-item {
  background-color: #ed3a42;
  border-color: transparent;
}
.footer-V3 .wrapper .social li:hover .social-item i {
  color: #ffffff;
}
.footer-V3 h1 {
  color: #898A8D;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.footer-V3 p {
  color: #898A8D;
  font-size: 14px;
}
.footer-V3 i {
  color: #ed3a42;
}
.footer-V3 hr {
  border-top: 2px dashed #FFBD20;
}
.footer-V3 .footer-bottom-copyright {
  color: #ffffff;
  font-size: 13px;
}
.footer-V3 .footer-bottom-copyright a{
  color:#333;
  font-size: 13px;
}
.footer-V3 .wrapper {
  margin-top: 20px;
}
.wrapper .social {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0px;
  padding: 0px;
  gap: 0px;
}
.wrapper .social li .social-item {
  display: table;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  /* border: 1px solid #fff; */
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.wrapper .social li .social-item i {
  display: table-cell;
  vertical-align: middle;
  color: #898A8D;
  font-size: 24px;
}
.wrapper .social li:hover .social-item {
  background-color: rgb(237, 58, 66);
  border-color: transparent !important;
}
.fixed-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 2px 1px #45566c14;
}
.home-1-header.fixed-header,
.page-header-v2.fixed-header {
  background: #0A1D35;
}
.header-top-bar {
  padding: 9px 50px;
}
.top-bar-img a {
  padding-left: 35px;
  position: relative;
  color: #ffffff;
}
.top-bar-text a {
  color: #ed3a42;
  text-decoration: underline;
}
.top-bar-text a:hover {
  color: #ffffff;
}
.top-bar-img a::before {
  background: url(../images/header/dial-pad.png);
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
.page-header-v3 {
  padding: 0 !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.top-bar-mail a::before {
  background: url(../images/header/mail.png);
}
.page-header-v3 .form-button {
  margin-top: 0px;
}
.form-button {
  margin-top: 30px !important;
}
.page-header-v4 {
  border: none;
}
/* overlay menu */
.menu.header-2-overlay {
  width: 100%;
  height: 100vh;
  background: none;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  position: unset;
}
.menu.header-2-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu.header-2-overlay ul li a {
  padding-left: 0px;
  position: relative;
  font-size: 53px;
  line-height: 60px;
}
.menu.header-2-overlay>ul>li>a:after {
  position: absolute;
  top: 10px;
  right: -50px;
}
.menu.header-2-overlay>ul>li:last-child a {
  border-bottom: none;
}
.caret:after {
  content: "\ea4e";
  font-family: remixicon !important;
  color: #fff;
}
.menu.header-2-overlay ul ul {
  display: none;
}
.menu.header-2-overlay ul ul a {
  text-transform: none;
  font-size: 24px;
}
.page-header-v2 .carbon-blue {
  background: transparent;
}
.page-header-v2 .nav-menu>li>a {
  font-size: 53px;
}
.page-header-v2 ul.nav-menu.align-to-right {
  gap: 80px;
  align-items: center;
  height: 100%;
}
.page-header-v2 .nav-menu>li>a {
  color: #FFFFFF;
}
.page-header-v2 .submenu-indicator {
  margin-left: 25px;
  margin-top: -10px;
}
.page-header-v2 .submenu-indicator-chevron {
  height: 20px;
  width: 20px;
  border-color: #FFFFFF;
}
.page-header-v2 .navigation {
  justify-content: center;
  max-width: 1655px;
  margin: 0 auto;
}
.page-header-v2 .nav-menu>li:hover>a,
.page-header-v2 .nav-menu>li.active>a,
.page-header-v2 .nav-menu>li.focus>a,
.page-header-v2 .nav-menu>li>a {
  border-top: none
}
.page-header-v2 .nav-dropdown li a .submenu-indicator-chevron {
  border-color: #000;
  height: 10px;
  width: 10px;
}
.page-header-v2 .nav-dropdown li a .submenu-indicator {
  margin-top: -2px;
}
.page-header-v2 .nav-dropdown li a .submenu-indicator-chevron {
  border-color: #FFF;
  height: 16px;
  width: 16px;
}


/************************ 27. Header banner inner page  ***************************/
.banner-header-section .page-thumbnails {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0px 0px;
  background: #333;
  border-radius: 80px;
  margin-bottom: 20px;
}

.banner-header-section .black-overlay {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.banner-header-section h1.page-title {
  color: #ed3a42;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-header-section span {
  color: #FFBD20;
  font-size: 35px;
  font-weight: 600;
}
.banner-header-content {
  position: relative;
  width: 100%;
  padding: 40px;
}
.banner-header-section .black-overlay,
.banner-header-section h1.page-title {
  transition: opacity .3s;
}

.breadcrumb li a,
.breadcrumb li {
  cursor: pointer;
  color: #FFBD20;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumb .cl a{
  color:#fff;
}


.searchBar {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ED3A42c9;
  z-index: 99999999;
  padding: 50px 20px;
  display: none;
  overflow-x: auto;
}
.searchBar .close {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
}
.searchBar h6 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0 0 0;
}
.searchBar hr {
  border: none;
  border-top: #fff 1px dotted;
  margin: 10px 0 20px 0;
}
.searchBar ul, li {
  margin: 0 0 0 0;
  padding: 0;
}
.searchBar li {
  list-style-type: none;
  margin: 10px 0 0 0px;
  color: #fff;
}
.searchBar li:hover {
  color: #fff;
}
.searchBar li a {
  color: #fff;
  font: normal 14px 'Poppins', sans-serif;
  text-decoration: none;
}
.searchBar li a:hover {
  color: #fff;
  font: normal 14px 'Poppins', sans-serif;
  text-decoration: none;
}
.searchBar input[type=text] {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-bottom: #fff 4px solid;
  padding: 30px 10px;
  color: #fff;
  font: normal 30px 'Poppins', sans-serif;
}
.searchBar input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.searchBar input[type=text]:-moz-placeholder {
  color: #fff;
}
.searchBar input[type=text]::-moz-placeholder {
  color: #fff;
}
.searchBar input[type=text]:-ms-input-placeholder {
  color: #fff;
}
/************************ 31. Error page CSS ***************************/
.error h6 {
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
}


/************************ 34. Our cases-1 CSS ***************************/
.our-cases-tabs-wrap .tab-content {
  width: 100%;
}
.our-cases-tabs-wrap .tab-content p {
  padding: 0;
  position: unset;
}
.our-cases-tabs-wrap .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.our-cases-tabs-wrap .nav-tabs .nav-item.show .nav-link,
.our-cases-tabs-wrap .nav-tabs .nav-link.active {
  border-bottom: 4px solid #ed3a42 !important;
  color: #ed3a42;
}
.our-cases-tabs-wrap .nav-tabs .nav-link {
  border: none;
  color: #45566C;
  font-weight: 500;
  line-height: 24px;
  font-size: 21px;
  /* margin: 0 25px; */
  padding: 5px 5px;
  border-bottom: 4px solid transparent;
}
.our-cases-tabs-wrap .case-card {
  margin-bottom: 60px;
}
.our-cases-tabs-v3 {
  padding-right: 30px;
  padding-left: 30px;
}
.our-cases-tabs-v3 .case-card {
  padding: 0 30px;
}
.our-cases-tabs-v3 .nav-tabs,
.our-cases-tabs-v4 .nav-tabs {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.our-cases-tabs-v4 {
  padding-right: 15px;
  padding-left: 15px;
}
.our-cases-tabs-v4 .case-card {
  padding: 0 15px;
}
.five-column-cases .col-lg-2 {
  width: 20%;
}
.our-cases-tabs-wrapper .case-card {
  margin-bottom: 40px;
}


/************************ 33. Single Services CSS ***************************/
.single-content-36 {
  font-size: 36px;
  line-height: normal;
  
}
.single-content-30 {
  color: #0A1D35;
  
  font-size: 30px;
  line-height: normal;
}
.arrow-right,
.arrow-left {
  display: block;
}
.slick-custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 60px;
  height: 120px;
  z-index: 1;
}
.slick-custom-arrow-left {
  left: 0;
}
.slick-custom-arrow-right {
  right: 0px;
}
.slick-custom-arrow i {
  font-size: 60px;
  line-height: normal;
  color: #0A1D35;
  position: relative;
  top: 26px;
}
.footer-menu-list.single-services-list a:hover:before,
.footer-menu-list.single-services-list a:focus:before {
  left: 28px;
}
.footer-menu-list.single-services-list li a i {
  margin-right: 10px;
}
.footer-menu-list.single-services-list li:hover i {
  color: #ed3a42;
}
.right-bar-services {
  padding: 30px;
  background: #F1F5F9;
}
.right-bar-services .footer-list {
  margin-bottom: 10px;
}
.download-pdf {
  padding: 30px;
}
.download-btn {
  color: #94B0D5;
  font-size: 16px;
  margin-top: 5px;
}
.download-btn:hover {
  color: #ed3a42;
}
.download-icon {
  width: 54px;
  height: 54px;
  float: right;
  position: relative;
  top: -26px;
}
.assist-content {
  padding: 60px 30px 30px;
  background-image: url(../images/single-services/Vector.png);
  background-color: #0A1D35;
  background-repeat: no-repeat;
  background-position: center center;
}


/************************ 37. Contact Us CSS ***************************/
.calls p a {
  color: #45566C;
}
.img-calls {
  margin-right: 20px;
}
.map iframe {
  -webkit-filter: grayscale(100%);
}

/************************ 38. Bottom to Top Button ***************************/
.back-to-top,
.back-to-top::after,
.back-to-top-text {
  transition: all 0.25s ease-in-out;
}
.back-to-top,
.back-to-top::after {
  position: fixed;
  height: 50px;
  width: 50px;
  color: #FFF;
  opacity: 0.75;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ed3a42;
}
.back-to-top {
  right: 2.5%;
  bottom: -12%;
  z-index: 3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ed3a42;
  border-radius: 100%;
}
.back-to-top-text {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.back-to-top:hover,
.back-to-top:hover::after,
.back-to-top:hover .back-to-top-text {
  opacity: 1;
}
.show-back-to-top {
  bottom: 4%;
}
.row.sub_class_card.attorneys-1 {
  gap: 30px 0px;
}
.home-2-case-card {
  max-width: 100% !important;
  width: 100% !important;
}

.error-text {
  color: red;
}


/************************ Preloader Css ***************************/
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}

.preloader lesshat-selector {
  -lh-property: 0;
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}

.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}

/************************ Menu Css ***************************/
ul,
ol {
  list-style-type: none;
}
.home6-navbar {
  background: white;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  width: 100%;
  height: calc(100vh - 110px);
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.main_menu > ul > li {
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}
.main_menu ul li a {
  padding: 20px 25px;
  display: block;
  color:#0A1D35;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
}
.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: #ed3a42;
}
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.main_menu ul li ul li a {
  padding: 10px 10px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: right;
}
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}
.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}
.mobile_btn {
  display: none;
}
.main_menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 50px;
  display: none;
}
.main_menu ul li .mega_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 50px;
}
.offcanvas-body .home6-navbar {
  overflow-y: auto !important;
}
.main_menu ul{
  padding-left: 20px !important;
}
.underline1{
  background: linear-gradient(90deg, #ed3a42, #ed3a42);
  background-size: 100% 3px, 0 3px;
  background-repeat: no-repeat;
  background-position: 100% 100%, 0 100%;
  transition: 0.5s all;
  color: #ed3a42;
}
.site-content {
  position: relative;
  overflow: hidden;
}
.nav-menu li a.active{
  color: yellow;
}

.subearama {
  width: 100%;
  background: url(../images/patates.webp) no-repeat left #C52C29;
  padding: 20px;
  border-radius: 80px;
  padding-right: 30px;
  background-size: contain;
}
.subearama h3{
  font-size: 30px;
  color:#fff;
  font-weight: 600;
  padding: 10px;
  padding-left: 30px;
}
.subearama .select {
  position: relative;
}
.subearama .select select{
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 60px;
  outline:none;
  font-weight: 600;
  padding-left: 60px;
  color: #C52C29;
  position: relative;
}
.subearama .select form::before{
  content: url('../images/sube_icon.svg');
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 9;
  left: 13px;
  top: 10px;
}
.subearama select::-ms-expand {
  display: none;
}
.subearama select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}
.subearama .select form{
  display: flex;
  position: relative;
}
.subearama .select .subeara{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: flex;
  background: #fff;
  border:none;
  outline: none;
}
.subearama .searchselectbutton {
  position: relative;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subearama .searchselectbutton i{
  color: #C52C29;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
}

.menuler {
  margin-top: 20px;
}
.menuler a{
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 70px;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  transition: all 1s ease;
}
.menuler a span{
  position: absolute;
  display: flex;
  align-items: center;
  color:#fff;
  font-size: 35px;
  font-weight: 700;
  z-index: 9;
}
.menuler a:before, .menuler a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.menuler a:hover:before {
  opacity: 1;
}
.menuler a:hover:after {
  opacity: 0;
}


.menuler a:before {
  opacity: 0;
  z-index: 2;
  background: linear-gradient(180deg, #f44336b4 4.63%, #af141b);
}
.menuler a:after {
  background: #ffffff00;
  opacity: 1;
  z-index: 2;
}

.menuler a img{
  transition: transform 5.5s ease;
}
.menuler a:hover img{
  transform: scale(1.2);
}


.franchise {
  display: flex;
  align-items: center;
}
.franchise .franchising{
  background: #fff;
  border-radius: 50px;
  padding: 14px;
}
.franchise .franchising span{
  font-size: 13px;
  font-weight: 600;
  color:#C52C29;
  margin-left: 15px;
  margin-right: 10px;
}
.franchise .search-icon{
  font-size:20px;
  font-weight: 600;
  color:#C52C29;
  margin-left: 15px;
  background: #fff;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/************************ Responsive css ***************************/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul{
    width: 100%;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .mobile_btn {
    cursor: pointer;
    display: block;
  }
  .main_menu {
    width: 100%;
  }
  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }
  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}


.footer-menu-last-list {
  display: flex;
  width: auto;
}

.about-us-home {
    position: relative;
}
.about-home-content span::before{
  content:url('../images/virgul.svg');
  width: 35px;
  height: 30px;
  position: absolute;
  left:-50px;
  top: 5px;
}
.about-home-content span{
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0;
  color: #ED2024;
  margin-top: 100px;
  position: relative;
}
.about-us-home h1{
  position: relative;
  font-size: 27px;
  color: #2d2d2d;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}
.about-us-home h1 strong{
  position: relative;
  color:#F62D32;
  display: block;
  width: 100%;
  font-weight: 700;
}
.about-us-home p{
  position: relative;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-home-content{
  margin-top: 100px;
}
.about-home-content b{
  color:#F62D32;
  font-weight: 400;
}
.home-aboutus-button {
	position:relative;
	color:#ccc
}
.about-us-home .home-aboutus-button:after {
  content:url('../images/arrow_home.svg');
  margin-left: 10px;
	position:absolute;
	top:0px;
  width: 36px;
  height: 12px;
  display: inline-block;
}

.title-sections-home {
  font-size: 23px;
  color: #898A8D;
  padding: 30px 0px;
}
.title-sections-home:before {
  content:"";
  width: 15px;
  height: 15px;
  background-color: #ED3A42;
  display: inline-block;
  margin-right: 10px;
}


.slider_button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
}
.slider_button .left_news2 {
  margin-left: 5px;
}

.news_slick {
  gap: 20;
}
.haberler {
  background: url(../images/haberler_bg.webp) #2C2C2C;
  padding: 50px;
  border-radius: 70px;
}

.haberler .slide_button {
  width: 100%;
  padding: 20px 0px;
}
.haberler .slick-slide {
  margin: 20px;
}
.haberler .slide_button h1{
  font-weight: 600;
  font-size: 45px;
  line-height: 60px;
}
.haberler .slide_button h2{
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.haberler .slide_button .left_news{
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}


.home-products .title-sections-home {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 40px;
  padding: 0px;
} 
.home-products .title-sections-home:before {
  content:"";
  width: 20px;
  height: 20px;
  background-color: #ED3A42;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 0px;
} 
.home-products .category-button a i{
  width: 9.12px;
  height: 8px;
  background: #FF0000;
  transform: rotate(-90deg);
}
.home-products .products-category .items{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  cursor: pointer;
  border-radius: 40px;
}
.home-products .products-category .items img{
  width: 100%;
}
.home-products .products-category .items:before{
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.63%, #2322222e), to(#23222299));
  background: -webkit-linear-gradient(top, #2322222e 35.63%, #23222299);
  background: -moz-linear-gradient(top, #2322222e 35.63%, #23222299 100%);
  background: linear-gradient(180deg, #2322222e 0.63%, #23222299);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  left: 0px;
}
.home-products .products-category .items:hover:after{
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.63%, rgba(3, 36, 107, 0)), to(#ED3A42));
  background: -webkit-linear-gradient(top, rgba(3, 36, 107, 0) 35.63%, #ED3A42);
  background: -moz-linear-gradient(top, rgba(3, 36, 107, 0) 35.63%, #ED3A42 100%);
  background: linear-gradient(180deg, rgba(3, 36, 107, 0) 0.63%, #232222);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  left: 0px;
}
.home-products .products-category .items:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  z-index: 1;
}

.home-products .products-category .items .products-hover-img{
  position: absolute;
  bottom:30px;
  z-index: 9;
  text-align: left;
  padding: 30px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  width: 100%;
}
.home-products .products-category .items .products-hover-img .product-hover{
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  height: 0;
}
.home-products .products-category .items:hover .product-hover{
  opacity: 1;
  height: 100px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}

.home-products .products-category .items .products-hover-img h2{
  font-size: 25px;
  color:#fff;
  font-weight: 600;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  line-height: 30px;
}
.home-products .products-category .items .products-hover-img span{
  font-size: 13px;
  color:#fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-products .products-category .items .products-hover-img p{
  font-size: 14px;
  color:#fff;
  font-weight: 400;
  line-height: 27px;
}
.home-products .products-category .items .products-hover-img .category-button{
  padding: 15px 35px;
  border-radius: 0px;
  color: #ed3a42;
  font-size: 15px;
  text-align: center;
  background: #FFBD20;
  line-height: 60px;
  font-weight: 600;
  border-radius: 10px;
}
.home-products .products-category .items .products-hover-img .category-button i{
  color: #ffffff;
  font-size: 14px;
  position: relative;
  top: 2px;
}


.home-products .products .items .urunimg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
  opacity: 1;
}
.home-products .products .items .urunhoverimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
  opacity: 0;
}
.home-products .products .items:hover .urunimg {
  opacity: 0;
}
.home-products .products .items:hover .urunhoverimg {
  opacity: 1;
}
.home-products .products .items {
  position: relative;
  background: #EBEBEB;
  border-radius: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-products .products .items h2 {
  background: #C52C29;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  position: relative;
  text-align: center;
  font-size: 24px;
}

.home-products .subeler .items {
  position: relative;
  background: #EBEBEB;
  border-radius: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-products .subeler .items ul{
  padding: 40px;
  margin-bottom: 0px;
}
.home-products .subeler .items li i{
  color: #C52C29;
  height: 40px;
  font-size: 30px;
  margin-right: 10px;
}
.home-products .subeler .items li p{
  font-size: 12px;
  min-height: 70px;
  line-height: 20px;
}
.home-products .subeler .items li{
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 60px;
}
.home-products .subeler .items li a{
  color: #000;
}
.home-products .subeler .items h2 {
  background: #C52C29;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  position: relative;
  text-align: center;
  font-size: 30px;
}



@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}   
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

.aboutdetail h2{
  font-size: 35px;
  color: #222222 !important;
  font-weight: 500;
  line-height: 50px;
}
.aboutdetail h2 strong{
  color:#ED3A42;
}
.about-counter {
  position: relative;
  width: 100%;
  padding: 100px 160px;
  background: url(../images/aboutbonusbg.svg) no-repeat center 20px;
  background-size: contain;
}
.detail_content {
  font-size: 14px;
  padding: 30px;
  line-height: 25px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.detail_content h1{
  color:#ED3A42;
  font-size: 46px;
  line-height: normal;
  font-weight: 400;
}
.detail_content h2{
  color: #3D3D3D;
  font-size: 23px;
  line-height: normal;
  font-weight: 600;
  min-height: 60px;
}
.detail_content P{
  font-size: 15px;
  margin-bottom: 30px;
}
.detail_content ul{
  list-style-type: disc;
}

.detail_content .before01:before {
  content: '';
  width: 250px;
  height: 120px;
  background: url(../images/01.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 30px;
}
.detail_content .before02:before {
  content: '';
  width: 250px;
  height: 120px;
  background: url(../images/02.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 30px;
}
.detail_content .before03:before {
  content: '';
  width: 250px;
  height: 120px;
  background: url(../images/03.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 30px;
}


.section {
  transition: transform 3.5s ease;
}



.contact_list {
  width:100%;
  padding: 25px;
  border:1px solid #F0F0F0;
}
.contact_list h4{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color:#333;
  margin-bottom: 10px;
}
.contact_list p{
  font-size: 14px;
  color:#383938;
  line-height: 23px;
}
.contact_list i{
  font-size: 25px;
  color:#ED3A42;
}



.sayfalamaStyle {width: 100%;display: flex;text-align: center;margin-top: 20px;margin-bottom: 20px;justify-content: center;}
.sayfalamaStyle a {padding: 10px 13px 13px 10px;margin: 0 2px;height: 30px !important;display: inline-block;box-sizing: border-box;background: #f3f3f3;color: #353535;line-height: 12px;font-size: 15px;border-radius: 10px;}
.sayfalamaStyle a:hover { text-decoration:none; background:#f39c12; }
.sayfalamaStyle a.activeSayfa {background: #C52C29;text-decoration: none;color: #fff;}
.sayfalamaStyle a.number { height: 25px; display: inline-block; text-align: center;  }


@media (max-width: 1300px) {
  .franchise .franchising span {
    font-size: 12px;
  }
  ul.nav-menu.align-to-right {
    gap: 0px !important;
  }
  .franchise .franchising {
    padding: 3px;
  }
  .franchise .search-icon {
    width: 44px;
    height: 44px; 
  }
  .nav-menu>li>a {
    margin: 0px 5px;
    font-size: 12px;
  }
  .subearama h3 {
    font-size: 20px;
  }
  .detail_content h2 {
    font-size: 17px;
  }
  .home-products .subeler .items ul {
    padding: 20px;
  }
  .home-products .products .items h2 {
    font-size: 20px;
  }

}
@media (max-width: 1200px) {

  .banner-header-section span {
    font-size: 30px;
  }
  .home-products .products .items h2 {
    font-size: 15px;
  }
  
}
@media (max-width: 1000px) {

  .counter-wrapper ul li span {
    font-size: 30px;
  }
  .counter-wrapper {
    position: relative;
    width: 100%;
  }
  .about-home-content {
    margin-top: 50px;
  }
  .section-p-50 {
    padding: 10px;
    margin-bottom: 10px !important;
  }
  .nav-dropdown .submenu-indicator {
    top: -10px !important;
    position: absolute;
  }
  .nav-dropdown>li {
    position: relative;
    display: block;
  }
  .nav-dropdown .nav-dropdown {
    top: 0px;
    left: 0px;
    width: 100%;
    position: relative;
  }
  .nav-dropdown .nav-dropdown .nav-dropdown {
    left: 20px;
    top: 0px;
    width: 100%;
  }
  .navigation-portrait .nav-dropdown>li>a {
    padding: 10px 30px 10px 0px;
    padding-left: 10px !important;
  }
  .navigation-portrait .submenu-indicator {
    margin-top: 16px;
    right: 5px;
  }
  .detail_content {
    padding: 20px !important;
  }
  .detail_content h2 {
    font-size: 18px;
    min-height: 40px;
  }
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about-home-content span::before {
    content:'';
    display: none;
  }
  .haberler {
    padding: 50px;
  }
  .detail_content h1 {
    font-size: 40px;
  }
  header {
    position: relative;
  }
  .xs-mb-50 {
    margin-bottom: 50px;
  }
  .container-570 {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .pr-0 {padding:inherit !important;}
  .pl-0 {padding:inherit !important;}
  .franchise {
    display: none;
  }
  .subearama .select {
    padding-left: 40px;
    padding-right: 20px;
  }

  .subearama h3{
    text-align: center;
  }
  .haberler .slick-slide {
    margin: 10px;
  }
  .home-products .subeler .items li p {
    min-height: auto;
  }
  .home-products .subeler .items ul {
    padding: 20px;
  }
  .home-products .products .items h2 {
    font-size: 13px;
  }

}
@media (max-width: 700px) {
  .franchise {
    display: none;
  }
  .detail_content {
    font-size: 14px;
    padding: 20px;
  }
  .section-p-50 {
    padding: 10px;
    margin-bottom: 10px !important;
  }
  .aboutdetail h2 {
    font-size: 22px;
    color: #222222;
    line-height: normal;
    font-weight: 500;
  }
  .home-references .references-content .all-references-link {
    margin-bottom: 50px;
  }
  .about-home-content {
    margin-top: 50px;
  }
  .nav-brand img {
    height: 50px;
  }
  .nav-padding {
    padding: 0px 15px !important;
  }
  .nav-dropdown .nav-dropdown {
    position: relative;
  }
  .detail_content {
    padding: 20px !important;
  }
  .about-home-content span::before {
    content:'';
    display: none;
  }
  .detail_content h1 {
    font-size: 36px;
  }
  .haberler .slide_button h1 {
    font-size: 25px;
  }
  .subearama {
    padding-right: 20px;
  }
  .home_list_button li span {
    bottom: 14px;
    font-size: 13px;
  }
  header {
    position: relative;
  }
  .slider--el-content {
    position: relative;
  }
  .detail-button2 {
    margin-top: 25px;
    margin-left: 2px;
  }
  .detail-button {
    margin-right: 20px;
  }
  .slick-slide .slide_button::after {
    content: '';
    display: none;
  }
  .counter-section.counter-v3 li::after {
    bottom: 20px;
    left: -100px;
  }
  .slick-slide .slide_button .left_news{
    margin-left: 15px;
  }
  
  .pr-0 {padding:inherit !important;}
  .pl-0 {padding:inherit !important;}
  .xs-mb-50 {
    margin-bottom: 20px;
  }
  .footer-V3 .newsletter .outer, .footer-V3 .wrapper .social li .social-item {
    width: 20px;
    height: 20px;
  }
  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .hero-sec-v2 {
    border-radius: 60px;
  }
  .subearama {
    border-radius: 60px;
  }
  .footer-menu-last-list {
    width: 100%;
  }
  .subearama .select {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subearama h3{
    text-align: center;
  }
  .banner-header-content .col-md-6 {
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .haberler {
    padding: 20px;
  }
  .wrapper .social {
    justify-content: center;
  }
  .footer-menu-last-list {
    justify-content: center;
  }
  .footer-block-home-1 {
    text-align: center;
  }
  .home-products .subeler .items li p {
    min-height: auto;
  }
  .home-products .products .items h2 {
    font-size: 12px;
  }
}