@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("../css/swiper.css");
@import url("../css/all.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://moil.com.tr/css/animate.css');

* {
  padding: 0px;
  margin: 0px;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-color: rgb(255, 255, 255);
  color: rgb(102, 102, 102);
  font-family: Roboto, sans-serif;
}

.htmlFixed {
  overflow: hidden;
}

html,
body,
.wrapper {}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(35, 35, 35);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

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

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: 0.35s ease-in-out;
  outline: none medium;
}

a img,
iframe {
  border: none;
}

p {
  color: rgb(102, 102, 102);
  margin: 0px 0px 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(238, 238, 238);
}

pre {
  display: block;
  margin: 0px 0px 30px;
  padding: 9.5px;
  overflow-wrap: break-word;
  word-break: break-all;
  color: rgb(51, 51, 51);
  border: 1px solid rgb(237, 237, 237);
  border-radius: inherit;
  background-color: rgb(249, 249, 249);
  font-size: 13px;
  line-height: 1.42857;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

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

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: rgb(35, 35, 35);
}

a:hover {
  color: rgb(35, 35, 35);
}

a {
  transition: 0.35s ease-in-out;
  text-decoration: none;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0px;
}

.btn.circle {
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0px;
  box-shadow: inherit;
}

input {
  border: 1px solid rgb(231, 231, 231);
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.container-half {
  margin: 0px auto;
  width: 60%;
  padding: 0px 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: rgb(247, 247, 247);
}

.bg-theme-small {
  background-color: rgb(237, 245, 255);
}

.bg-light {
  background-color: rgb(255, 255, 255);
}

.bg-theme {
  background-color: rgb(208, 0, 59);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: rgb(255, 255, 255);
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: none 0px 0px repeat scroll rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: none 0px 0px repeat scroll rgb(29, 32, 36);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.75;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.3;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.7;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid rgb(231, 231, 231);
}

@media screen and (min-width: 1200px) {
  .item-flex {
    display: flex;
  }
}

.item-flex.center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  transition: 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn-md {
  padding: 12px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid rgb(255, 255, 255);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(35, 35, 35);
  border: 2px solid rgb(255, 255, 255);
}

.btn-dark {
  background-color: rgb(35, 35, 35);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(35, 35, 35);
}

.btn-dark.border {
  background-color: transparent;
  color: rgb(35, 35, 35);
  border: 2px solid rgb(35, 35, 35);
}

.btn-dark.border:hover {
  background-color: rgb(35, 35, 35);
  border: 2px solid rgb(35, 35, 35);
  color: rgb(255, 255, 255) !important;
}

.btn-gray.border {
  background-color: transparent;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(221, 221, 221);
}

.btn-gray.border:hover {
  background-color: rgb(208, 0, 59);
  border: 1px solid rgb(208, 0, 59);
  color: rgb(255, 255, 255) !important;
}

.btn.btn-light {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(35, 35, 35);
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: none 0px 0px repeat scroll transparent;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: rgb(208, 0, 59);
  border: 2px solid rgb(208, 0, 59);
  color: rgb(255, 255, 255) !important;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.btn.btn-light.border:hover {
  background: none 0px 0px repeat scroll rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255) !important;
  color: rgb(35, 35, 35) !important;
}

.btn-dark:hover,
.btn-dark:focus {
  background: transparent;
  color: rgb(35, 35, 35) !important;
}

.bg-dark {
  background: none 0px 0px repeat scroll rgb(17, 29, 48);
}

.btn-theme {
  background-color: transparent;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255) !important;
}

.btn-theme.border {
  background-color: transparent;
  border: 2px solid rgb(208, 0, 59);
  color: rgb(208, 0, 59) !important;
}

.btn-theme.border:hover {
  background-color: rgb(208, 0, 59);
  border: 2px solid rgb(208, 0, 59);
  color: rgb(255, 255, 255) !important;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: rgb(208, 0, 59);
  border: 2px solid rgb(208, 0, 59);
  color: rgb(255, 255, 255);
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0px 15px;
  width: 100%;
}

.container-medium {
  padding: 0px 15px;
  margin: auto;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0px;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.navbar img,
.top-bar-area img {
  height: 65px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0px;
  position: absolute;
  width: 0px;
  transition: 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0px;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0px;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0px;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border: 2px solid rgb(208, 0, 59);
  color: rgb(255, 255, 255) !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0px;
}

.attr-nav.social li {
  display: inline-block;
  transition: 0.35s ease-in-out;
  padding: 25px 0px !important;
}

.attr-nav.social li a {
  border: 1px solid rgb(244, 244, 244);
  border-radius: 50%;
  color: rgb(208, 0, 59);
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  padding: 0px !important;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0px !important;
}

.site-heading h4 {
  font-weight: 500;
  color: rgb(102, 102, 102);
  font-size: 16px;
  display: inline-flex;
}

.text-light .site-heading h4 {
  color: rgb(255, 255, 255);
}

.site-heading h4::before {
  position: relative;
  top: 6px;
  content: "";
  background-color: rgb(208, 0, 59);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
}

.site-heading.clean h2 {
  padding-bottom: 0px;
}

.site-heading.clean h2 span {
  color: rgb(208, 0, 59);
}

.site-heading h2 span {
  color: rgb(208, 0, 59);
}

.site-heading.barber h2 span {
  color: rgb(188, 147, 85);
}

.site-heading p {
  margin: 0px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
}

.site-heading h2 span {
  color: rgb(208, 0, 59);
}

.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
  padding: 0px 15px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0px;
  padding: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1200px;
    width: 1200px;
  }
}

.shape {
  position: relative;
  z-index: 1;
}

.shape::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 0px;
  border-right: 100vw solid rgb(247, 247, 247);
  border-top: 200px solid transparent;
  width: 0px;
  z-index: -1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0px;
  width: 30%;
}

.side-bg img {
  left: 0px;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0px;
  width: 30%;
}

.side-bg.right img {
  right: 0px;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.breadcrumb-area {
  padding: 15px 0px;
  overflow: hidden;
}

.breadcrumb-area .breadcrumb {
  background: none 0px 0px repeat scroll transparent;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
}

.page-title-area {
  padding: 150px 0px;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0px;
}

.breadcrumb>li+li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0px 5px;
  color: rgb(255, 255, 255);
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0px 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  height: 130px;
  left: -2px;
  margin-top: -5px;
  position: absolute;
  top: -50px;
  width: 1px;
  background: rgb(221, 221, 221);
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.breadcrumb-area .breadcrumb li.active {
  color: rgb(208, 0, 59);
}

.top-bar-area {
  border-bottom: 1px solid rgb(231, 231, 231);
  padding: 15px 0px;
  overflow: hidden;
}

.top-bar-area .row {
  align-items: center;
  display: flex;
  float: none;
  vertical-align: middle;
}

.top-bar-area .info.box li {
  display: flex;
  text-align: left;
  float: left;
  align-items: center;
}

.top-bar-area .address-info.text-right {
  margin-bottom: -10px;
}

.top-bar-area .info.box li .icon,
.top-bar-area .info.box li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area.bg-dark .info.box li .icon,
.top-bar-area.bg-dark .info.box li .info {
  color: rgb(255, 255, 255);
}

.top-bar-area .info.box li .info span {
  display: block;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.top-bar-area .info.box li .icon i {
  color: rgb(208, 0, 59);
  font-size: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.top-bar-area.bg-light .info.box li .icon i {
  color: rgb(208, 0, 59);
}

.top-bar-area .info.box li .icon {
  padding-right: 0px;
}

.top-bar-area .address-info.text-right .info.box li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.top-bar-area .address-info.text-left .info.box li {
  margin-right: 15px;
  padding-right: 0px;
  position: relative;
}

.top-bar-area .address-info.text-right .info.box li::after {
  background: none 0px 0px repeat scroll rgb(231, 231, 231);
  content: "";
  height: 40px;
  left: 0px;
  position: absolute;
  top: 5px;
  width: 1px;
}

.top-bar-area.bg-dark .address-info.text-right .info.box li::after {
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .address-info.text-left .info.box li::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 200px;
  right: 0px;
  position: absolute;
  top: -50%;
  width: 1px;
}

.top-bar-area .address-info.text-right .info.box li:first-child::after {
  display: none;
}

.top-bar-area .address-info.text-left .info.box li:last-child::after {
  display: none;
}

.top-bar-area .address-info.text-right .info.box li:first-child {
  border: medium none;
  margin-left: 0px;
  padding-left: 0px;
}

.top-bar-area .address-info.text-left .info.box li:last-child {
  border: medium none;
  margin-right: 0px;
  padding-right: 0px;
}

.top-bar-area .address-info.text-right .info {
  display: inline-block;
}

.top-bar-area .link.text-right a {
  margin-left: 5px;
}

.top-bar-area .social li {
  display: inline-block;
}

.top-bar-area .social li a {
  display: inline-block;
  color: rgb(102, 102, 102);
  text-align: center;
  margin-left: 0px;
  font-size: 20px;
}

.top-bar-area.bg-dark .social li a {
  color: rgb(255, 255, 255);
}

.top-bar-area.text-dark .social li a {
  color: rgb(255, 255, 255);
}

.top-bar-area .social.text-right li {
  margin-left: 5px;
}

.top-bar-area.one-line li {
  margin-right: 15px;
  padding-right: 0px;
}

.top-bar-area.bg-dark li {
  color: rgb(255, 255, 255);
}

.top-bar-area.one-line.bg-dark li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.one-line li:last-child {
  border: medium none;
  margin-right: 0px;
  padding-right: 0px;
}

.top-bar-area.one-line li i {
  margin-right: 5px;
}

.top-bar-area.one-line li i {
  color: rgb(208, 0, 59);
}

.top-bar-area.one-line .link a {
  border-left: 1px solid rgb(231, 231, 231);
  font-weight: 500;
  margin-left: 13px;
  padding-left: 15px;
  text-transform: uppercase;
}

.top-bar-area.one-line.bg-dark .link a {
  border-left: 1px solid rgb(255, 255, 255);
}

.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
  color: rgb(208, 0, 59);
}

.top-bar-area.one-line .link a:last-child {
  color: rgb(35, 35, 35);
}

.top-bar-area.one-line.bg-dark .link a:last-child {
  color: rgb(255, 255, 255);
}

.top-bar-area.one-line .link a:first-child {
  border: medium none;
  padding-left: 0px;
}

.top-bar-area .address-info.text-center .info.box {
  display: inline-block;
  margin-bottom: -10px;
}

.top-bar-area .address-info.text-center .info.box li {
  margin: 0px 15px;
}

.top-bar-area .address-info.text-center .info.box li span {
  margin-bottom: 3px;
}

.top-bar-area .address-info.text-center .info.box li span i {
  margin-right: 5px;
  color: rgb(208, 0, 59);
}

/*
body, .banner-area, .banner-area div {
  height: 100%;
  border-radius: 0px;
}
*/

.banner-area>.container {
  width: 100%;
  max-width: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
  height: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  background: rgb(245, 245, 245);
}

.banner-area .wavesshape {
  inset: auto 0px -2px;
  position: absolute;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
  padding: 0;
  width: 700px;
  max-width: 100%;
  transition: 0.3s 0.3s;
  opacity: 0;
  transform: translateY(30px);
}

.banner-area .swiper-slide-active .content {
  opacity: 1;
  transform: none;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0px solid transparent;
  border-right: 100vw solid rgb(255, 255, 255);
  border-top: 80px solid transparent;
  bottom: 0px;
  content: "";
  height: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
}

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}

.banner-area .item p {
  animation-delay: 0.5s;
}

.banner-area .item ul {
  animation-delay: 0.6s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px;
  transform: translate3d(0px, 0px, 0px);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  animation: 20s ease 0s 1 normal none running zoom;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.particles-js-canvas-el {
  position: absolute;
  inset: 0;
}

.banner-area .carousel-control {
  background: none 0px 0px repeat scroll transparent;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: none 0px 0px repeat scroll transparent;
  color: rgb(255, 255, 255);
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0px;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: none 0px 0px repeat scroll rgb(30, 39, 38);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: 30px;
}

.banner-area:hover .carousel-control.left {
  left: 0px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: 30px;
}

.banner-area:hover .carousel-control.right {
  right: 0px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

.banner-area .carousel-indicators {
  position: absolute;
  inset: 50% 40px auto auto;
  width: auto;
  height: auto;
  transform: translate(10px, -50%);
  margin: 0px;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.banner-area .top-pad .content {
  padding-top: 140px;
}

.banner-area .content .lists {
  margin-bottom: 20px;
}

.banner-area .content .lists ul {
  display: inline-block;
}

.banner-area .content .lists li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  border-right: 1px solid rgb(102, 102, 102);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: rgb(35, 35, 35);
  padding-right: 0px;
  line-height: 15px;
}

.banner-area .text-light .content .lists li {
  color: rgb(255, 255, 255);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-area .content .lists li:last-child {
  border: none;
}

.banner-area .content .lists li i {
  margin-right: 2px;
}

.banner-area .content h2 {
  font-size: 48px;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.banner-area .content h2 strong {
  font-weight: 700;
}

.banner-area .content a {
  background-color: rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
}

.banner-area .content a:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.banner-area .content h3 {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 300;
}

.banner-area .content h3 span {
  font-weight: 700;
}

.banner-area.inc-desc .content a {
  margin-top: 15px;
}

.banner-area .text-center .content p {
  padding: 0px 15%;
}

.banner-area .content p {
  font-size: 16px;
  line-height: 30px;
}

.banner-area.top-padding .content {
  padding-top: 90px;
}

.banner-area .text-large .content h2 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 25px;
}

.banner-area .text-large .content a {
  margin-top: 30px;
}

.banner-area .text-large .content h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 500;
}

.banner-area .heading-uppercase .content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.banner-area .text-large .content p {
  margin-bottom: 0px;
}

.banner-area .text-medium .content h2 {
  font-size: 65px;
}

.banner-area .text-medium .content h2 strong {
  color: rgb(208, 0, 59);
}

.banner-area .text-medium .content a {
  margin-top: 15px;
}

.banner-area .content p {
  font-size: 18px;
  line-height: 32px;
  padding-right: 20%;
}

.banner-area.text-center p {
  padding: 0px 10%;
}

.banner-area .content h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: rgb(208, 0, 59);
}

.video-play-button {
  color: rgb(208, 0, 59);
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: 0px 0px repeat scroll rgb(255, 255, 255);
  border-radius: 50%;
  animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: 0px 0px repeat scroll rgb(255, 255, 255);
  border-radius: 50%;
  transition: 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: rgb(208, 0, 59);
}

.about-area ul {
  margin: 0px;
}

.about-area .about-items .left-info {
  padding-right: 35px;
}

.about-area .about-info li {
  float: left;
  margin-top: 30px;
  width: 50%;
}

.about-area.full-width .single-item {
  margin-bottom: 30px;
}

.about-area .about-info li:first-child,
.about-area .about-info li:nth-child(2) {
  margin-top: 10px;
}

.about-area .about-items .item a {
  padding: 50px 30px;
  display: block;
}

.about-area .about-info li i,
.about-area .about-items .item i {
  color: rgb(208, 0, 59);
  display: inline-block;
  font-size: 55px;
  margin-bottom: 20px;
  transition: 0.35s ease-in-out;
}

.about-area .features-items .single-item:nth-child(2n) .item i {
  color: rgb(102, 102, 102);
}

.about-area .features-items .single-item .item:hover i {
  color: rgb(208, 0, 59);
  transform: rotate(360deg);
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.about-area .about-items .item h5 {
  font-size: 13px;
  line-height: 1.4;
}

.about-area .about-content .info {
  padding-right: 35px;
}

.about-area .features-items {
  padding: 30px;
  box-shadow: rgba(214, 215, 216, 0.57) 0px 5px 30px 0px;
  background: rgb(255, 255, 255);
}

.about-area .features-items .single-item {
  border-right: 1px solid rgb(231, 231, 231);
}

.about-area .features-items .single-item:last-child {
  border: none;
}

.fixed-features .features-items {
  position: relative;
  top: -120px;
  z-index: 1;
}

.about-area .about-content {
  display: block;
  float: left;
  width: 100%;
}

.about-area .author-box {
  margin-top: 30px;
}

.author-quote blockquote {
  margin-bottom: 35px;
  background: rgba(28, 185, 200, 0.07);
  padding: 30px;
  border-color: rgb(208, 0, 59);
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-width: 5px;
  font-size: 16px;
}

.author-quote blockquote::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(28, 185, 200, 0.07);
}

.about-area .author-box .info img {
  height: 60px;
  width: auto;
}

.about-area .author-box .thumb img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid rgb(231, 231, 231);
  padding: 3px;
}

.about-area .author-box .info {
  padding-left: 25px;
  padding-right: 0px;
}

.about-area .author-box.thumb-less .info {
  padding-left: 0px;
}

.about-area .author-box .info h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(35, 35, 35);
}

.about-area .author-box .info strong {
  font-weight: 700;
  color: rgb(153, 153, 153);
}

.about-area .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: -5px;
}

.about-area .info h4 {
  margin-bottom: 25px;
  color: rgb(208, 0, 59);
  font-weight: 700;
}

.about-area .about-items .thumb-box {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding-right: 35px;
}

.about-area .about-items .info li {
  float: left;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.about-area .about-items .left-info h2 {
  font-weight: 700;
  line-height: 1.3;
}

.about-area .about-items .left-info h2 strong {
  color: rgb(208, 0, 59);
}

.about-area.pad-bottom {
  padding-bottom: 50px;
}

.about-area .about-items .right-info>a {
  margin-top: 10px;
}

.about-area .about-items .left-info li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 10px;
}

.about-area .about-items .left-info li::after {
  position: absolute;
  left: 0px;
  content: "";
  top: 0px;
  font-family: themify;
  color: rgb(208, 0, 59);
}

.about-area .about-items .left-info li:last-child {
  margin-bottom: 0px;
}

.about-area .about-items.reverse .info {
  padding-right: 35px;
}

.about-area .about-items.reverse .thumb-box {
  padding-right: 0px;
}

.about-area .about-items .thumb-box .thumb.shape-bg {
  position: relative;
  z-index: 1;
  padding-right: 65px;
  margin-top: 50px;
}

.about-area .about-items .thumb.shape-bg::after {
  position: absolute;
  right: 15px;
  top: -10%;
  content: "";
  height: 80%;
  width: 50%;
  background: rgba(28, 185, 200, 0.1);
  z-index: -1;
}

.about-area .about-items .about-info {
  padding-right: 35px;
}

.about-area .about-items .info ul {
  list-style: none;
  margin: 25px 0px 0px;
  overflow: hidden;
}

.about-area .about-items .info li h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.about-area .about-items .about-info a {
  margin-top: 15px;
}

.about-area .about-items .info li .info span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.about-area .about-items .info li .info {
  padding-left: 15px;
}

.about-area .about-items .info li .icon {
  font-size: 45px;
  color: rgb(208, 0, 59);
}

.about-area .about-items .about-info .feature-list-box {
  border-top: 1px solid rgb(231, 231, 231);
  margin-top: 30px;
}

.about-area .about-info ul {
  overflow: hidden;
  list-style: none;
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.about-area .about-info.right-info ul {
  margin: 0px;
  list-style: none;
  overflow: inherit;
  border-top: none;
}

.about-area .about-items .about-info.right-info li {
  margin-top: 60px;
}

.about-area .about-items .about-info.right-info li:first-child,
.about-area .about-items .about-info.right-info li:nth-child(2) {
  margin-top: 0px;
}

.about-area .about-items .about-info li {
  position: relative;
  z-index: 1;
  margin: 30px 0px -5px;
  display: flex;
  border: none;
  padding: 0px 15px;
  float: none;
}

.about-area .about-items .about-info li a {
  display: block;
  margin-top: 5px;
  color: rgb(208, 0, 59);
  transition: all .3s;
}

.about-area .about-items .about-info li a:hover {
  padding-left: 15px;
}

.about-area .about-items .about-info li a i {
  font-size: inherit;
}

.about-area .about-items .about-info li h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 18px;
}

.about-area .about-items .about-info li p {
  margin-bottom: 0px;
  font-size: 14px;
}

.about-area .about-items .about-info h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: -5px;
}

.about-area .about-items .about-info li i {
  margin: 0px;
  padding-right: 20px;
  font-size: 30px;
}

.about-area .about-items .about-info li i svg {
  height: 50px;
}

.about-area .about-items .about-info li i svg * {
  fill: rgb(51, 51, 51);
}

.about-area .management-quote h4 {
  text-transform: capitalize;
  font-weight: 700;
}

.management-quote h2 {
  font-weight: 700;
}

.about-area .about-items .thumb {
  padding-right: 0px;
}

.about-area .about-items .thumb-box .thumb {
  padding-right: 0px;
  position: relative;
}

.about-area .about-items .thumb-box .thumb::after {
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: infiUpDown;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0px);
  }
}

.about-area .about-items .thumb-box .thumb::after {
  position: absolute;
  left: -50px;
  top: -30px;
  content: "";
  height: 150px;
  width: 150px;
  background: url("../img/bg-dotted.png") 0% 0% / contain no-repeat;
  z-index: -1;
}

.about-area .management-quote .management-carousel .owl-dots {
  inset: -80px 0px 20px auto;
  text-align: center;
  margin-bottom: -12px;
  margin-top: 30px;
  position: absolute;
  width: auto;
}

.about-area .management-quote .management-carousel .owl-dots span {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 3px solid rgb(231, 231, 231);
  height: 12px;
  width: 35px;
}

.about-area .management-quote .management-carousel .owl-dots .owl-dot.active span {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
}

.about-area .management-quote .management-carousel .owl-nav {
  text-align: left;
  margin-top: 20px;
  margin-bottom: -5px;
}

.about-area .management-quote .management-carousel .owl-nav .owl-prev,
.about-area .management-quote .management-carousel .owl-nav .owl-next {
  padding: 0px;
  height: 35px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  background: rgb(241, 241, 241);
  color: rgb(35, 35, 35);
  font-size: 16px;
  border-radius: 50%;
  margin: 0px 8px 0px 0px;
}

.about-area.solid .about-items .thumb-box {
  top: 0px;
  margin-bottom: 100px;
}

.about-area.solid .thumb-box .thumb img:first-child {
  max-width: 80%;
}

.about-area.solid .thumb-box .thumb img:last-child {
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 300px;
  border: 10px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
}

.about-area .info p strong {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.about-area.solid .info a {
  margin-top: 15px;
}

.about-area .about-content .thumb {
  position: relative;
}

.about-area .about-content .thumb img {
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  padding: 10px;
  background: rgb(255, 255, 255);
}

.about-area .about-content .thumb img:nth-child(2) {
  position: absolute;
  right: 15px;
  width: 45%;
}

.about-area .about-content .thumb img:first-child {
  margin-top: 80px;
}

.about-area .about-content .info a {
  margin-top: 30px;
}

.about-area .about-content ul {
  list-style: none;
  margin-top: 30px;
}

.about-area .about-content ul li {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0px;
}

.about-area .about-content ul li i {
  display: inline-block;
  text-align: center;
  color: rgb(208, 0, 59);
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.about-area .author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .author .signature img {
  max-height: 70px;
}

.about-area .author .content {
  display: flex;
  align-items: center;
}

.about-area .author .content .thumb img {
  margin: 0px;
  padding: 0px;
  box-shadow: inherit;
  border-radius: 50%;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  width: 80px !important;
}

.about-area .author .content .thumb {
  margin-right: 20px;
}

.about-area .author .content .info {
  padding: 0px;
}

.about-area .author .content .info h4 {
  margin-bottom: 10px;
  color: rgb(35, 35, 35);
  font-size: 18px;
}

.about-area .author .signature {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgb(221, 221, 221);
}

.choose-us-area {
  position: relative;
  z-index: 1;
}

.choose-us-area .fixed-shape {
  position: absolute;
  right: 0px;
  z-index: -1;
  width: 40%;
  text-align: right;
  opacity: 0.025;
  bottom: 0px;
}

.choose-us-area .thumb-box h2 {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 40px;
}

.choose-us-area .thumb-box h2 strong {
  font-size: 100px;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: 80px;
  margin-bottom: 15px;
}

.choose-us-area .thumb-box h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  line-height: 1;
}

.choose-us-area .info {
  padding-left: 35px;
}

.choose-us-area .info .content>h4 {
  font-weight: 500;
  color: rgb(102, 102, 102);
  font-size: 16px;
  display: inline-flex;
}

.choose-us-area .info .content>h4::before {
  position: relative;
  top: 6px;
  content: "";
  background-color: rgb(208, 0, 59);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
}

.choose-us-area .info h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.choose-us-area ul {
  list-style: none;
  margin-top: 40px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.choose-us-area li .info {
  padding-left: 0px;
}

.choose-us-area ul li {
  display: flex;
  margin-bottom: 30px;
}

.choose-us-area ul li:last-child {
  margin-bottom: 0px;
}

.choose-us-area ul li p {
  margin-bottom: 0px;
}

.choose-us-area ul li i {
  display: inline-block;
  font-size: 30px;
  margin-right: 35px;
  position: relative;
  color: rgb(255, 255, 255);
  background: rgb(17, 29, 48);
  border-radius: 8px;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.choose-us-area ul li i::after {
  position: absolute;
  right: -15px;
  top: -10px;
  content: "N";
  font-family: ElegantIcons;
  background: rgb(208, 0, 59);
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 25px;
  border-radius: 50%;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
}

.choose-us-area .info ul li h5,
.choose-us-area .info ul li h4 {
  font-weight: 700;
  text-transform: inherit;
  color: rgb(35, 35, 35);
  margin-bottom: 15px;
}

.choose-us-area .thumb-box {
  position: relative;
}

.choose-us-area .thumb-box::after {
  position: absolute;
  right: 50px;
  top: 50px;
  content: "";
  height: 100%;
  width: 100px;
  background: rgb(247, 247, 247);
  z-index: -1;
}

.choose-us-area .thumb-box img:first-child {
  width: 80%;
}

.choose-us-area .thumb-box img:last-child {
  position: relative;
  width: 60%;
  right: 0px;
  float: right;
  top: -150px;
  margin-bottom: -150px;
  border: 10px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
}

.skill-area .tab-items {
  border-left: 1px solid rgb(231, 231, 231);
  padding-left: 35px;
}

.skill-area .skill-items li a {
  border: 1px solid rgb(231, 231, 231);
  padding: 10px 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: inherit;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.skill-area .skill-items li.active a::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(208, 0, 59);
  margin-left: -10px;
}

.skill-area .skill-items ul.nav-pills {
  margin-bottom: 20px;
}

.skill-area .skill-items .tab-content img {
  margin-top: 15px;
}

.skill-area .skill-items li.active a {
  background: rgb(208, 0, 59);
  border-color: transparent;
}

.skill-area .info-box {
  padding-right: 35px;
}

.skill-area .info-box h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.skill-area .info-box .skill-items .progress-box .progress {
  margin-bottom: 30px;
  height: 3px;
}

.skill-area .info-box .skill-items .progress-box:last-child .progress {
  margin-bottom: 0px;
}

.skill-area .info-box .skill-items .progress-box h5 {
  text-transform: capitalize;
  font-weight: 600;
}

.skill-area .info-box .skill-items {
  margin-top: 30px;
}

.skill-area .info-box .skill-items .progress-box .progress .progress-bar {
  background: rgb(208, 0, 59);
}

@media only screen and (min-width: 1367px) {
  .process-area {
    width: 94%;
    margin: auto;
    border-radius: 10px;
  }

  .process-area::after {
    border-radius: 10px;
  }
}

.process-items .item .icon {
  display: inline-block;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 50px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.process-items .item .icon i.fas {
  font-weight: 300;
  font-size: 45px;
}

.process-items .item .icon span {
  font-size: 16px;
  position: absolute;
  top: -5px;
  right: -5px;
  background: rgb(208, 0, 59);
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.process-items .item .icon span::after {
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
  height: 60px;
  width: 60px;
  background: rgb(255, 255, 255);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.4;
}

.process-items .item h4 {
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 25px;
  font-weight: 600;
}

.process-items .single-item {
  margin-top: 120px;
}

.process-items .single-item:nth-child(2n) {
  margin-top: 0px;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  background: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

.services-area.text-center .services-items .item {
  padding: 67px 37px;
  position: relative;
  z-index: 1;
}

.services-area.text-center .services-items .item::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/shape-6.png") right top no-repeat;
  z-index: -1;
}

.services-area .services-items .item .info {
  padding: 60px 37px;
}

.services-area .services-items .item span {
  position: absolute;
  right: 37px;
  bottom: 30px;
  color: rgb(231, 231, 231);
  font-size: 36px;
  font-weight: 700;
  opacity: 0.7;
}

.services-area .services-items .item>i,
.services-area .services-items .item .icon i {
  color: rgb(208, 0, 59);
}

.services-area.text-center .services-items .item>i,
.services-area.text-center .services-items .item .icon i {
  clip-path: inherit;
  margin-left: 0px;
  font-size: 60px;
}

.services-area .services-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.services-area .services-items .item .shape-box {
  z-index: 999;
  position: absolute;
  left: 20px;
  top: 8px;
  transform: rotate(-20deg);
}

.services-area.text-center .services-items .item .shape-box {
  left: 17px;
  transform: rotate(-30deg);
}

.services-area .services-items .item .icon span.dot-shape {
  left: 0px;
  top: 0px;
  height: 18px;
  width: 3px;
  background: rgb(255, 255, 255);
  opacity: 1;
}

.services-area.text-center .services-items .item .icon span.dot-shape {
  height: 15px;
}

.services-area .services-items .item .icon span.dot-shape:nth-child(2) {
  left: 12px;
  top: 0px;
}

.services-area .services-items .item .icon span.dot-shape:nth-child(3) {
  left: 6px;
  top: 0px;
}

.services-area .services-items .item h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-area .services-items .item a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.services-area.text-center .services-items .item a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.services-area.text-center .services-items .item a:hover {
  color: rgb(208, 0, 59);
}

.services-area .services-items .item a:hover {
  color: rgb(208, 0, 59);
}

.services-area .services-items .item a i {
  position: relative;
  top: 1px;
  font-size: 12px;
}

.services-area .services-items.services-carousel .owl-dots {
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: -12px;
  margin-top: 30px;
}

.services-area .services-items.services-carousel .owl-dots span {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 3px solid rgb(231, 231, 231);
  height: 12px;
  width: 35px;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
}

.services-area.inc-thumb .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}

.services-area.inc-thumb .item .info {
  padding: 60px 30px;
}

.services-area.inc-thumb .item .thumb,
.services-area.inc-thumb .item .info {
  width: 50%;
  border-radius: 5px;
}

.services-area.inc-thumb .item .thumb {
  background-size: cover;
  background-position: center center;
}

.services-area.inc-thumb .item .info h4 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.services-area.inc-thumb .item .info h4 i {
  position: absolute;
  left: -90px;
  top: -30px;
  background: rgb(255, 255, 255);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: rgb(208, 0, 59);
  border-radius: 5px;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(2n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(2n) .item h4 i {
  color: rgb(254, 163, 105);
}

.services-area.inc-thumb .service-items .equal-height:nth-child(3n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(3n) .item h4 i {
  color: rgb(27, 219, 172);
}

.services-area.inc-thumb .service-items .equal-height:nth-child(4n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(4n) .item h4 i {
  color: rgb(244, 134, 135);
}

.services-area.inc-thumb .service-items .equal-height:nth-child(5n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(5n) .item h4 i {
  color: rgb(48, 175, 140);
}

.services-area.inc-thumb .service-items .equal-height:nth-child(6n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(6n) .item h4 i {
  color: rgb(224, 45, 118);
}

.services-area.inc-thumb .item .info a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgb(208, 0, 59);
  text-decoration: underline;
}

.services-area.icon-only .services-items {
  position: relative;
  z-index: 1;
}

.services-area.icon-only .fixed-shape {
  display: none;
}

@media only screen and (min-width: 1299px) {
  .services-area.icon-only .fixed-shape {
    position: absolute;
    right: -120px;
    top: -150px;
    height: 300px;
    width: 300px;
    background-size: contain;
    background-position: right center;
    transform: rotate(-45deg);
    display: inline-block;
  }
}

.services-area.icon-only .services-items .equal-height {
  margin-bottom: 30px !important;
}

.services-area.icon-only .services-items .equal-height .item::after,
.services-area.icon-only .services-items .owl-item .item::after {
  display: none;
}

.services-area.icon-only .services-items .item .info>i {
  display: inline-block;
  font-size: 50px;
  color: rgb(208, 0, 59);
  margin-bottom: 30px;
}

.services-area.icon-only.inc-shape .services-items .item .info>i {
  position: relative;
  z-index: 1;
}

.services-area.icon-only.inc-shape .services-items .item .info>i::after {
  position: absolute;
  left: 0px;
  top: -15px;
  content: "";
  height: 80px;
  width: 80px;
  background: rgba(28, 185, 200, 0.07);
  z-index: -1;
  border-radius: 50%;
}

.services-area.icon-only .services-items .item .info>a {
  color: rgb(102, 102, 102);
}

.services-area.icon-only .services-items .item .info>a:hover {
  color: rgb(208, 0, 59);
}

.services-area.modern .thumb {
  position: relative;
  z-index: 1;
}

.services-area.modern .thumb .shapes {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 100%;
}

.services-area.modern .thumb .shapes img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.services-area.modern .services-items .item .info {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}

.services-area.modern .services-items .item .info .icon {
  position: absolute;
  top: -50px;
}

.services-single-area .info img {
  margin: 0px;
}

.services-single-area .services-info .row .col-md-6 {
  margin-top: 30px;
}

.services-single-area .sidebar-item li a {
  font-weight: 500;
}

.services-single-area .sidebar-item li a:hover {
  color: rgb(208, 0, 59);
}

.services-single-area .sidebar-item li {
  margin-bottom: 10px;
}

.services-single-area .sidebar-item li:last-child {
  margin-bottom: 0px;
}

.services-single-area ul {
  margin: 0px;
  list-style: none;
}

.services-single-area .services-info .info {
  padding-top: 30px;
}

.services-single-area .services-info .info h2 {
  font-weight: 700;
}

.services-single-area .services-info .info h4 {
  font-weight: 700;
  margin-top: 20px;
}

.services-single-area .services-info .faq-area {
  margin-top: 50px;
}

.services-single-area .services-info .faq-area h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.services-single-area .sidebar .sidebar-item {
  margin-bottom: 50px;
  background: rgb(248, 248, 248);
  padding: 30px;
  overflow: hidden;
  border-radius: 8px;
}

.services-single-area .sidebar .sidebar-item.widget_text {
  padding: 0px;
}

.services-single-area .sidebar {
  padding-left: 35px;
}

.services-single-area .sidebar .sidebar-item:last-child {
  margin: 0px;
}

.services-single-area .sidebar .sidebar-item h4 {
  text-transform: capitalize;
  font-weight: 700;
  color: rgb(35, 35, 35);
  margin-bottom: 25px;
}

.services-single-area .sidebar .sidebar-item.link li {
  display: block;
  margin-bottom: 10px;
}

.services-single-area .sidebar .sidebar-item.link li a {
  display: block;
  font-weight: 500;
  color: rgb(102, 102, 102);
  background: rgb(255, 255, 255);
  padding: 15px 25px 15px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid rgb(231, 231, 231);
}

.services-single-area .sidebar .sidebar-item.link li a::after {
  position: absolute;
  right: 15px;
  top: 17px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.services-single-area .sidebar .sidebar-item.link li a:hover,
.services-single-area .sidebar .sidebar-item.link li.active a {
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
}

.services-single-area .sidebar .sidebar-item.link li.current-menu-item i {
  color: rgb(255, 255, 255);
}

.services-single-area .sidebar .sidebar-item.link li a:hover i {
  color: rgb(255, 255, 255);
}

.services-single-area .sidebar .sidebar-item.link li a i {
  color: rgb(208, 0, 59);
  margin-right: 5px;
  transition: 0.35s ease-in-out;
}

.services-single-area .sidebar .sidebar-item.link li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.services-single-area .sidebar-item.address ul li {
  margin-bottom: 10px;
}

.services-single-area .sidebar-item.address ul li .icon {
  padding-right: 0px;
}

.services-single-area .sidebar-item.address ul li .icon i {
  display: inline-block;
  font-size: 30px;
  color: rgb(208, 0, 59);
}

.services-single-area .sidebar-item.address ul li:last-child {
  margin-bottom: 0px;
}

.services-single-area .sidebar .sidebar-item.contact.address {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
  text-align: center;
}

.services-single-area .sidebar .sidebar-item.contact.address::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  z-index: -1;
  opacity: 0.6;
}

.services-single-area .sidebar .sidebar-item.contact.address h4 {
  color: rgb(255, 255, 255);
}

.services-single-area .sidebar .sidebar-item.project li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.services-single-area .sidebar .sidebar-item.project li:last-child {
  margin-bottom: 0px;
}

.services-single-area .sidebar .sidebar-item form input,
.services-single-area .sidebar .sidebar-item form textarea {
  border-radius: 5px;
  box-shadow: inherit;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(231, 231, 231);
  padding: 15px;
}

.services-single-area .sidebar .sidebar-item form textarea {
  padding-top: 15px;
  min-height: 80px;
  height: 120px;
}

.services-single-area .sidebar .sidebar-item form button {
  border: none;
  display: inline-block;
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 5px;
}

.services-single-area form .wpcf7-response-output {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  top: 20px;
}

.modern-services-area .item {
  background: rgb(255, 255, 255);
  padding: 60px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.modern-services-area .item .icon i {
  font-size: 50px;
  margin-bottom: 30px;
  color: rgb(208, 0, 59);
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 105px;
}

.modern-services-area .item .icon i::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: left top / contain no-repeat rgb(208, 0, 59);
  opacity: 0.08;
  border-radius: 50%;
  transition: 0.35s ease-in-out;
}

.modern-services-area .item:hover .icon i::after {
  background: rgb(255, 255, 255);
  opacity: 1;
}

.modern-services-area .item h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.modern-services-area .single-item {
  margin-bottom: 30px;
}

.modern-services-area .item::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/shape-5.png") center center no-repeat;
  border-radius: 8px;
  transition: 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.modern-services-area .item::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  height: 70%;
  width: 100%;
  background: rgb(208, 0, 59);
  z-index: -1;
  border-radius: 8px;
  transition: 0.35s ease-in-out;
  opacity: 0;
}

.modern-services-area .item:hover::after {
  opacity: 1;
}

.modern-services-area .item:hover::before {
  opacity: 1;
  height: 100%;
}

.kaynak-button {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: -15px;
  color: rgb(102, 102, 102);
}

.kaynak-button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.kaynak-button i {
  position: relative;
  top: 1px;
  font-size: 12px;
  transition: 0.05s ease-in-out;
}

.modern-services-area .item h4,
.modern-services-area .item p,
.modern-services-area .item i {
  transition: 0.35s ease-in-out;
}

.modern-services-area .item:hover h4,
.modern-services-area .item:hover p,
.modern-services-area .item:hover a {
  color: rgb(255, 255, 255);
}

.why-chose-us-area {
  position: relative;
  z-index: 1;
  background: rgb(17, 29, 48);
}

.why-chose-us-area::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 50%;
  opacity: 0.7;
  z-index: -1;
}

.why-chose-us-area.full::after {
  background: none 0px 0px repeat scroll rgb(17, 29, 48);
  opacity: 1;
}

.why-chose-us-area .item-box .info {
  max-width: 600px;
  padding: 80px 0px 80px 15px;
}

.why-chose-us-area .item-box .info li {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
  padding-left: 42px;
  cursor: pointer;
}

.why-chose-us-area .item-box .info li svg {
  position: absolute;
  left: 0px;
  top: 2px;
  content: '';
  height: 22px;
}

.why-chose-us-area .item-box .info li:last-child,
.why-chose-us-area .item-box .info li:last-child p {
  margin-bottom: 0px;
}

.why-chose-us-area .item-box .info li h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-chose-us-area .item-box .info li a {
  color: #fff
}

.why-chose-us-area .item-box .info li.active::before {
  content: '';
  position: absolute;
  right: 116%;
  top: -15px;
  width: 46px;
  height: 50px;
  transform: rotate(90deg);
  background-image: url('../img/triangle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.why-chose-us-area .item-box .info li a span {
  display: inline-block;
  color: rgb(208, 0, 59);
  transition: all .3s;
}

.why-chose-us-area .item-box .info li.active a span {
  opacity: 1;
}

.why-chose-us-area .item-box .info li a span i {
  font-size: inherit;
}

.about-area .right-info li p {
  margin: 0px;
}

.why-chose-us-area .heading h4 {
  text-transform: uppercase;
  color: rgb(208, 0, 59);
  margin-bottom: 25px;
  font-weight: 500;
}

.why-chose-us-area .heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgb(208 0 59);
}

.why-chose-us-area .heading p:last-child {
  margin: 0px;
}

.why-chose-us-area .heading h2 {
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.4;
  margin-top: -5px;
  color: rgb(255, 255, 255);
}

.why-chose-us-area .item-box .info a {
  margin-top: 15px;
}

.expertise-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shape-theme::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 50%;
  background: rgb(208, 0, 59);
  z-index: -1;
  opacity: 1;
}

.expertise-area .info img {
  padding-bottom: 30px;
}

.expertise-area .our-expertise {
  padding-left: 50px;
}

.expertise-area .our-expertise>h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
  color: rgb(208, 0, 59);
}

.expertise-area.shape-theme .our-expertise>h4 {
  color: rgb(255, 255, 255);
}

.expertise-area .our-expertise .expertise-items h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.expertise-area .our-expertise .expertise-items li {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.expertise-area .our-expertise .expertise-items ul {
  overflow: hidden;
  margin-top: 30px;
}

.expertise-area .our-expertise .expertise-items li::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.expertise-area.shape-theme .our-expertise .expertise-items li::after {
  background: rgba(255, 255, 255, 0.3);
}

.expertise-area .our-expertise .expertise-items li:last-child::after {
  display: none;
}

.expertise-area .our-expertise .expertise-items li:last-child {
  margin: 0px;
  padding: 0px;
}

.expertise-area .our-expertise .expertise-items a {
  margin-top: 30px;
}

.expertise-area .our-expertise .expertise-items li h4 {
  font-weight: 600;
}

.expertise-area .our-expertise .expertise-items li span {
  color: rgb(204, 204, 204);
  font-size: 30px;
  font-weight: 700;
}

.expertise-area.shape-theme .our-expertise .expertise-items li span {
  color: rgb(255, 255, 255);
}

.expertise-area .our-expertise .expertise-items .owl-dots {
  margin-bottom: -8px;
  margin-top: 35px;
  text-align: left;
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 0px;
  margin: 0px 10px 0px 0px;
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span {
  position: relative;
  z-index: 1;
  width: 60px;
  border-color: rgb(208, 0, 59);
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: rgb(208, 0, 59);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span {
  border-color: rgb(255, 255, 255);
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
  background: rgb(255, 255, 255);
}

.expertise-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -5px;
  text-transform: capitalize;
}

.expertise-area .info h2 span {
  text-decoration: underline;
}

.expertise-area .info .progress .progress-bar {
  background: rgb(208, 0, 59);
  box-shadow: inherit;
}

.expertise-area .info .progress-box:last-child .progress {
  margin-bottom: 0px;
}

.expertise-area .info .progress-box h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  color: rgb(255, 255, 255);
}

.expertise-area .skill-items .progress-box .progress .progress-bar span {
  color: rgb(255, 255, 255);
}

.expertise-area .skill-items {
  margin-top: 30px;
}

.expertise-area .achivements {
  margin-top: 30px;
}

.achivements .progressbar canvas {
  height: 100% !important;
  width: 100% !important;
}

.achivements .progressbar .circle {
  position: relative;
  z-index: 1;
}

.achivements .progressbar .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 24px;
  margin-top: -15px;
  color: rgb(204, 204, 204);
}

.achivements .progressbar .circle h5 {
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 15px;
}

.progress-area .info h4 {
  font-weight: 500;
  color: rgb(102, 102, 102);
  font-size: 16px;
  display: inline-flex;
}

.progress-area .info h4::before {
  position: relative;
  top: 6px;
  content: "";
  background-color: rgb(208, 0, 59);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
}

.progress-area .info h2 {
  font-weight: 600;
  margin: 0px;
}

.progress-area .info a {
  margin-top: 30px;
}

.chart-area .info {
  padding-left: 35px;
}

.chart-area .info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: -5px;
}

.chart-area .info h2 strong {
  font-weight: 700;
}

.chart-area .fun-fact {}

.chart-area .fun-fact .timer {
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  color: rgb(35, 35, 35);
}

.chart-area .fun-fact .medium {
  font-weight: 600;
}

.chart-area .fun-facts {
  margin-top: 30px;
}

.testimonials-area .testimonial-items .item {
  background: rgb(255, 255, 255);
  padding: 50px 37px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
}

.testimonials-area .testimonial-items .item .author {
  border-top: 1px solid rgb(221, 221, 221);
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.testimonials-area .testimonial-items .item .author .avatar {
  margin-right: 20px;
}

.testimonials-area .testimonial-items .item .author::after,
.testimonials-area .testimonial-items .item .author::before {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 100px;
  right: auto;
  width: 15px;
  height: 15px;
  border-right: 1px solid rgb(221, 221, 221);
  border-top: 1px solid rgb(255, 255, 255);
  content: "";
}

.testimonials-area .testimonial-items .item .author::after {
  border-right: transparent;
  border-top: transparent;
  border-left: 1px solid rgb(221, 221, 221);
  transform: rotate(-49deg);
  width: 10px;
  height: 22px;
  right: auto;
  top: -8px;
  left: 105px;
}

.testimonials-area .testimonial-items .item .author img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonials-area .testimonial-items .item .author h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.testimonials-area .testimonial-items .item .author span {
  color: rgb(208, 0, 59);
  font-weight: 400;
}

.testimonials-area .testimonial-items .item i {
  font-size: 50px;
  position: absolute;
  right: 50px;
  bottom: 65px;
  opacity: 0.1;
  transform: rotate(180deg);
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots span {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 3px solid rgb(231, 231, 231);
  height: 12px;
  width: 35px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots {
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: -12px;
  margin-top: 30px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot.active span {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
}

.testimonials-area .testimonial-items .item p {
  font-size: 18px;
  line-height: 34px;
  font-style: italic;
}

.team-area .single-item {}

.team-area .item .info {
  padding-top: 25px;
  position: relative;
}

.team-area .item .thumb img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.team-area .item .info h4 {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-area .item .info span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  color: rgb(164, 164, 164);
  display: block;
  margin-bottom: -5px;
}

.team-area .team-items .thumb {
  overflow: hidden;
  position: relative;
}

.team-area .team-items .thumb img {
  transition: 0.35s ease-in-out;
}

.team-area .team-items .item:hover .thumb img {
  filter: none;
}

.team-area .team-items .thumb .social {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0px;
}

.team-area .team-items .thumb .social li {
  display: block;
  margin-bottom: 10px;
}

.team-area .team-items .thumb .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgb(67, 126, 235);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  right: -30px;
}

.team-area .team-items .thumb .social li:first-child a {
  transition: 0.5s ease-in-out;
}

.team-area .team-items .thumb .social li:last-child a {
  transition: 0.3s ease-in-out;
}

.team-area .team-items .item:hover .social li a {
  opacity: 1;
  margin: 0px;
  right: 0px;
}

.team-area .team-items ul.social li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: rgb(208, 0, 59);
  border-radius: 50%;
  color: rgb(255, 255, 255);
}

.team-area .team-items ul.social li.facebook a {
  background: none 0px 0px repeat scroll rgb(59, 89, 152);
}

.team-area .team-items ul.social li.twitter a {
  background: none 0px 0px repeat scroll rgb(29, 161, 242);
}

.team-area .team-items ul.social li.pinterest a {
  background: none 0px 0px repeat scroll rgb(189, 8, 28);
}

.team-area .team-items ul.social li.g-plus a {
  background: none 0px 0px repeat scroll rgb(219, 68, 55);
}

.team-area .team-items ul.social li.linkedin a {
  background: none 0px 0px repeat scroll rgb(0, 119, 181);
}

.team-area .team-items ul.social li.youtube a {
  background: none 0px 0px repeat scroll rgb(196, 48, 43);
}

.team-area .team-items ul.social li.behance a {
  background: none 0px 0px repeat scroll rgb(5, 62, 255);
}

.team-single-area .right-info {
  padding-left: 35px;
}

.team-single-area .right-info h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.team-single-area .right-info span {
  display: block;
  color: rgb(0 0 0 / 50%);
  margin-bottom: 25px;
  text-transform: capitalize;
}

.team-single-area .right-info ul {
  margin: 25px 0px 0px;
  list-style: none;
}

.team-single-area .right-info ul li {
  margin-top: 10px;
  color: rgb(35, 35, 35);
}

.team-single-area .right-info ul li a {
  font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
  color: rgb(208, 0, 59);
}

.team-single-area .right-info .social {
  display: flex;
  margin-top: 25px;
  font-weight: 600;
  align-items: center;
}

.team-single-area .right-info .social h4 {
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 25px;
}

.team-single-area .right-info .social ul {
  margin: 0px;
}

.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.team-single-area .right-info .social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  background: rgb(231, 231, 231);
  text-align: center;
  border-radius: 50%;
}

.team-single-area .top-info {
  padding: 50px;
  background: rgb(247, 247, 247);
}

.team-single-area .bottom-info {
  margin-top: 80px;
}

.skill-items .info h2 {
  display: block;
  font-weight: 700;
}

.skill-items .info h3 {
  margin-bottom: 30px;
  font-weight: 700;
  color: rgb(102, 102, 102);
}

.skill-area .thumb .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 35px;
}

.skill-area .thumb .image-box img {
  margin-right: 20%;
  border: 10px solid rgb(255, 255, 255);
  box-shadow: rgb(204, 204, 204) 0px 0px 10px;
  max-width: 80%;
}

.skill-area .thumb .image-box img:nth-child(2) {
  position: absolute;
  right: -20%;
  bottom: 0px;
  margin: 0px;
  height: 60%;
  width: auto;
}

.skill-items .progress-box {
  margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0px;
}

.skill-items .progress-box h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.skill-items .progress-box h5 span {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: -21px;
  left: 0px;
  z-index: -1;
  opacity: 0.05;
  font-weight: 900;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: 2px solid rgb(221, 221, 221);
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: rgb(208, 0, 59);
  top: 16px;
  position: relative;
  overflow: inherit;
}

.blue .skill-items .progress-box .progress .progress-bar {
  background: rgb(70, 40, 186);
}

.skill-items .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0px;
  top: -40px;
  display: block;
  font-size: 14px;
  color: rgb(35, 35, 35);
  font-weight: 700;
}

.team-single-area .bottom-info .about-area {
  padding-left: 35px;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.pricing-area .pricing {
  margin-top: 30px;
}

.pricing-area .single-item {
  margin-bottom: 30px;
}

.pricing-area .pricing-item {
  background: rgb(255, 255, 255);
  padding: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
  border-radius: 8px;
  transition: 0.35s ease-in-out;
  border: 2px solid transparent;
}

.pricing-area .single-item:nth-child(2) .pricing-item,
.pricing-area .single-item .pricing-item:hover {
  border: 2px solid rgb(208, 0, 59);
}

.pricing-area .single-item:nth-child(2) .pricing-item {
  padding: 80px 50px;
  margin-top: -30px;
}

.pricing-area .pricing-item ul {
  margin: 0px;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.pricing-area .pricing-item .pricing-header {
  text-align: center;
  margin-bottom: 0px;
  border: none;
  padding: 0px;
  display: block;
}

.pricing-area .pricing-item .pricing-header i {
  display: block;
  font-size: 40px;
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin: auto auto 15px;
  color: rgb(208, 0, 59);
}

.pricing-area .pricing-item.active .pricing-header i {
  color: rgb(208, 0, 59);
}

.pricing-area .pricing-item .pricing-header i::after {
  position: absolute;
  left: -8px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/icon-shape003.png") center center / contain no-repeat;
  z-index: -1;
  opacity: 0.07;
}

.pricing-area .pricing-item .pricing-header h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-area .pricing-item .price {
  text-align: center;
  position: relative;
  z-index: 1;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.pricing-area .pricing-item .price::after {
  position: absolute;
  left: -100%;
  top: 0px;
  content: "";
  height: 100%;
  width: 300%;
  z-index: -1;
}

.pricing-area .pricing-item .price h2 {
  font-weight: 700;
  margin: auto auto 25px;
  letter-spacing: -1px;
  font-size: 68px;
}

.pricing-area .pricing-item .price h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgb(102, 102, 102);
  margin-top: 5px;
  text-transform: capitalize;
}

.pricing-area .pricing-item .price h2 sub {
  font-weight: 400;
  font-size: 15px;
  left: -13px;
}

.pricing-area .pricing-item .price h2 sup {
  font-size: 24px;
  top: -35px;
  font-weight: 500;
  margin-right: 3px;
}

.pricing-area .pricing-item .footer {
  text-align: center;
  margin-top: 35px;
}

.pricing-area .pricing-item i {
  margin-left: 30px;
  color: rgb(35, 35, 35);
  font-size: 14px;
}

.pricing-area .pricing-item i.fa-times-circle {
  color: rgb(208, 0, 59);
}

.pricing-area .pricing-item li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-area .pricing-item li:last-child {
  margin-bottom: 0px;
  border: none;
  padding: 0px;
}

.pricing-area .pricing-item .btn {
  border-radius: 5px;
}

.pricing-area .pricing-item li strong {
  font-weight: 700;
}

.fun-fact-area {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.fun-fact-area .fixed-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.fun-fact-area .fun-fact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fun-fact-area .item {
  position: relative;
  z-index: 1;
}

.fun-fact-area .timer {
  display: inline-block;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: -5px;
}

.fun-fact-area .timer::after {
  position: absolute;
  right: -24px;
  top: -5px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: rgb(208, 0, 59);
}

.fun-fact-area .timer.percent::after {
  content: "%";
}

.fun-fact-area .medium {
  display: block;
  color: rgb(204, 204, 204);
  text-transform: uppercase;
}

.fun-fact-area i {
  display: inline-block;
  font-size: 60px;
  color: rgb(255, 255, 255);
  margin-right: 25px;
}

.fun-fact-area p {
  margin: 0px;
}

.fun-factor-area.icon-first .timer {
  display: block;
}

.fun-fact-area.icon-first .fun-fact .timer {
  display: block;
}

.fun-fact-area.icon-first .fun-fact i {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 0px;
}

.fun-fact-area.icon-first .item::after {
  display: none;
}

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0px;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  display: block;
  font-weight: 600;
  padding: 19px 30px 20px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0px;
  background: transparent;
}

.faq-area .acd-items .panel-body {
  padding: 30px;
}

.acd-items .panel.panel-default {
  border: 1px solid rgb(231, 231, 231);
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0px 0px 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0px;
}

.acd-items .panel-body p:last-child {
  margin: 0px;
}

.faq-items .panel-body {
  padding: 30px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: rgb(231, 231, 231);
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "" !important;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "" !important;
}

.faq-area .faq-items .panel-group {
  margin: 0px;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.portfolio-area {
  overflow: hidden;
}

.portfolio-area.default-padding {
  padding-bottom: 105px;
}

.portfolio-area.gallery-carousel {
  padding-bottom: 120px;
}

.portfolio-area .gallery-items.col-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.portfolio-area .gallery-items.col-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.portfolio-area .gallery-items.col-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-items-area .effect-box .info .left {
  padding-right: 20px;
}

.gallery-items-area button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-size: 14px;
}

.gallery-items-area button.active {
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
}

.mix-item-menu {
  margin-bottom: 30px;
}

.gallery-items-area button::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  content: "";
  height: 10px;
  width: 10px;
  background: rgb(255, 255, 255);
  margin-left: -5px;
  border-radius: 50%;
}

.gallery-items-area .effect-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-items-area .effect-box img {
  transition: 0.35s ease-in-out;
}

.gallery-items-area .effect-box:hover img {
  transform: scale(1.2);
}

.gallery-items-area .effect-box .info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box:hover .info {
  opacity: 1;
}

.gallery-items-area .effect-box:hover::after {
  opacity: 1;
}

.gallery-items-area .effect-box .info h4 {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  left: -30px;
  transition: 0.35s ease-in-out;
}

.gallery-items-area .effect-box:hover .info h4 {
  left: 0px;
}

.gallery-items-area .effect-box::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
  transition: 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box .info h4 a {
  color: rgb(255, 255, 255);
}

.gallery-items-area .effect-box .info p {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin: 0px;
  transition: 0.35s ease-in-out;
  position: relative;
  bottom: -30px;
}

.gallery-items-area .effect-box:hover .info p {
  bottom: 0px;
}

.gallery-items-area .effect-box .info .right a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  color: rgb(208, 0, 59);
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  top: -30px;
  transform: rotate(45deg);
}

.gallery-items-area .effect-box .info .right a i {
  transform: rotate(45deg);
}

.gallery-items-area .effect-box:hover .info .right a {
  top: 0px;
}

.gallery-items-area .portfolio-carousel .owl-nav {
  margin: 0px;
}

.gallery-items-area .portfolio-carousel .owl-nav .owl-prev,
.gallery-items-area .portfolio-carousel .owl-nav .owl-next {
  background: none 0px 0px repeat scroll transparent;
  color: rgb(255, 255, 255);
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0px 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.gallery-items-area .portfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}

.gallery-single-area img {
  margin-bottom: 30px;
}

.gallery-single-area h2,
.gallery-single-area h3,
.gallery-single-area h4 {
  font-weight: 700;
}

.gallery-single-area ul.project-info ul li {
  display: inline-block;
}

.gallery-single-area ul.project-info {
  margin-bottom: 15px;
  margin-left: 0px;
}

.gallery-single-area ul.project-info li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.gallery-single-area ul.project-info li::after {
  position: absolute;
  right: 0px;
  top: 3px;
  content: "";
  height: 20px;
  width: 1px;
  background: rgb(204, 204, 204);
}

.gallery-single-area ul.project-info li:last-child::after {
  display: none;
}

.gallery-single-area ul.project-info li strong {
  font-weight: 700;
  color: rgb(35, 35, 35);
}

.gallery-single-area .info p:last-child {
  margin-bottom: 0px;
}

.gallery-single-area .info .row {
  margin-top: 30px;
}

.call-back-area .container .call-back-items {
  display: flex;
  align-items: center;
}

.call-back-area .form {
  padding-bottom: 120px;
}

.call-back-area h2 {
  text-transform: capitalize;
  font-weight: 600;
}

.call-back-area h2 strong {
  font-weight: 600;
  color: rgb(208, 0, 59);
}

.call-back-area p {
  margin-bottom: 25px;
}

.call-back-area input {
  box-shadow: inherit;
  border: 1px solid rgb(231, 231, 231);
  border-radius: inherit;
}

.call-back-area input:focus {
  box-shadow: inherit;
}

.call-back-area .form button {
  border: 2px solid rgb(231, 231, 231);
  background: transparent;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgb(208, 0, 59);
  margin-top: 15px;
  font-size: 14px;
}

img.loader {
  margin-left: 5px;
}

.clients-area .clients-box {
  position: relative;
  z-index: 1;
}

.clients-area .clients-box::after {
  position: absolute;
  left: 0px;
  top: -300px;
  content: "";
  height: 700px;
  width: 300%;
  background: none 0px 0px repeat scroll rgb(17, 29, 48);
  z-index: -2;
}

.clients-area {
  overflow: hidden;
}

.clients-area .left-info {
  padding-right: 35px;
}

.clients-area .clients-box .single-item img {
  width: auto;
  margin: auto;
  height: 60px;
}

.clients-area .left-info h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
}

.clients-area .left-info p {
  margin: 0px;
}

.clients-area .clients-items.clients-carousel .owl-dots {
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: -12px;
  margin-top: 30px;
}

.clients-area .clients-items.clients-carousel .owl-dots span {
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.3);
  height: 12px;
  width: 35px;
}

.clients-area .clients-items.clients-carousel .owl-dots .owl-dot.active span {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.blog-area .blog-items .single-item {}

.blog-area .blog-item-box .single-item {
  margin-bottom: 50px;
}

.blog-area .blog-item-box .single-item:last-child {
  margin-bottom: 0px;
}

.blog-area .pagi-area {
  margin-top: 50px;
}

.blog-area .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 1s;
}

.blog-area .blog-items .thumb .post-date {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 80px;
  width: 80px;
  background: rgb(208, 0, 59);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 15px 20px 0px;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 5px 5px 0px;
  text-transform: uppercase;
}

.blog-area .blog-items .thumb .post-date::after {
  position: absolute;
  right: 0px;
  bottom: -10px;
  content: "";
  border-right: 15px solid rgb(208, 0, 59);
  border-top: 0px;
  border-bottom: 15px solid transparent;
}

.blog-area .blog-items .item .info {
  background: rgb(255, 255, 255);
  padding: 30px;
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.blog-area .blog-items .info .tags a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(102, 102, 102);
}

.blog-area .blog-items .info .tags {
  color: rgb(153, 153, 153);
  margin-bottom: 15px;
  margin-top: -7px;
}

.blog-area .post-tags.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.blog-area .blog-items .post-tags.share .tags {
  margin-bottom: 0px;
}

.blog-area .blog-items .post-tags.share .tags a {
  text-transform: capitalize;
}

.blog-area .post-tags.share .share li {
  display: inline-block;
}

.blog-area .post-tags.share .share li a {
  height: 40px;
  width: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  margin: 5px 0px 0px 3px;
}

.blog-area .blog-items .info p {
  margin-bottom: 0px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blog-area .blog-items .top-meta ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-area .blog-items .top-meta ul {
  display: block;
  margin-bottom: 15px;
}

.blog-area .blog-items .top-meta ul li i {
  color: rgb(208, 0, 59);
  margin-right: 4px;
}

.blog-area .blog-items .top-meta ul li,
.blog-area .blog-items .top-meta ul li a {
  font-weight: 500;
  color: rgb(102, 102, 102);
}

.blog-area .blog-items .top-meta ul li::after {
  position: absolute;
  right: -16px;
  top: 11px;
  content: "";
  height: 5px;
  width: 5px;
  background: rgb(208, 0, 59);
  border-radius: 50%;
  z-index: -1;
}

.blog-area .blog-items .top-meta ul li:last-child::after {
  display: none;
}

.blog-area .blog-items .top-meta ul li:last-child {
  margin-right: 0px;
}

.blog-area.single .post-tags span {
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 30px;
  color: rgb(35, 35, 35);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-top: 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .single-item .item .meta ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-items .item li img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid rgb(231, 231, 231);
  padding: 3px;
  margin-right: 5px;
}

.blog-area .single-item .item .meta {
  padding: 30px;
  border-top: 1px solid rgb(231, 231, 231);
}

.blog-area .single-item .item .meta a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.blog-area .single-item .item .meta a i {
  color: rgb(208, 0, 59);
  margin-right: 3px;
}

.blog-area .blog-items .info>a {
  margin-top: 5px;
  font-size: 15px;
}

.blog-area .blog-items .item:hover .info a {
  color: rgb(208, 0, 59);
}

.blog-area .pagi-area .pagination li a {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 5px;
  color: rgb(208, 0, 59);
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border-color: transparent;
  color: rgb(255, 255, 255);
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}

.blog-area .pagi-area {
  margin-top: 50px;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.blog-area .sidebar .title h4::before {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid rgb(231, 231, 231);
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border: medium none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 25px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  transition: 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0px;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 8px 0px;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: flex;
  text-transform: capitalize;
  padding-left: 25px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: rgb(208, 0, 59);
}

.sidebar-item.category .sidebar-info>ul>li>a::after {
  border-radius: 50%;
  content: "";
  font-family: themify;
  height: 8px;
  left: 0px;
  position: absolute;
  width: 8px;
  top: 7px;
}

.blog-area .sidebar .sidebar-item.category li a span {
  border-radius: 5px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  background: rgb(241, 241, 241);
  width: 29px;
  text-align: center;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0px;
}

.blog-area .sidebar .sidebar-item.category>div>ul>li:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0px;
}

.blog-area .sidebar .sidebar-item.category>.slidebar-info>ul>li:last-child {
  border: medium none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-area .sidebar .sidebar-item.category li ul {
  padding-left: 15px;
}

.sidebar-item.recent-post li a {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  color: rgb(153, 153, 153);
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.sidebar-item.recent-post li a:hover {
  color: rgb(208, 0, 59);
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: rgb(255, 152, 0);
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: rgb(35, 35, 35);
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
  color: rgb(153, 153, 153);
}

.sidebar-item.recent-post li {
  color: rgb(205, 208, 211);
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid rgb(231, 231, 231);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0px;
  padding: 0px;
}

.sidebar-item.recent-post li:last-child {
  margin: 0px;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  border-radius: 5px;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: rgb(131, 127, 126);
  display: table-cell;
  line-height: 26px;
  padding: 0px 0px 0px 20px;
  vertical-align: top;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-item.archives ul li a {
  color: rgb(102, 102, 102);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
}

.sidebar-item.archives ul li a::after {
  border-radius: 50%;
  content: "";
  font-family: themify;
  height: 8px;
  left: 0px;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: none 0px 0px repeat scroll rgb(35, 35, 35);
  border: medium none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
  color: rgb(255, 255, 255) !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: none 0px 0px repeat scroll rgb(59, 89, 152);
}

.sidebar-item.social-sidebar li.twitter a {
  background: none 0px 0px repeat scroll rgb(29, 161, 242);
}

.sidebar-item.social-sidebar li.pinterest a {
  background: none 0px 0px repeat scroll rgb(189, 8, 28);
}

.sidebar-item.social-sidebar li.g-plus a {
  background: none 0px 0px repeat scroll rgb(219, 68, 55);
}

.sidebar-item.social-sidebar li.linkedin a {
  background: none 0px 0px repeat scroll rgb(0, 119, 181);
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 1px solid rgb(231, 231, 231);
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.tags ul li a:hover {
  color: rgb(208, 0, 59);
}

.blog-area.single .item .content-box span {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0px;
}

.blog-area .item blockquote {
  background: none 0px 0px repeat scroll rgb(246, 246, 246);
  border-color: rgb(102, 102, 102);
  color: rgb(65, 65, 65);
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.blog-area .item blockquote p {
  margin: 0px;
  position: relative;
  z-index: 1;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0px 0px 0px 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0px;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  left: 0px;
  letter-spacing: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  background: none 0px 0px repeat scroll rgb(249, 249, 249);
  margin-top: 30px;
  overflow: hidden;
  padding: 15px;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-area.single .post-pagi-area a:hover {
  color: rgb(208, 0, 59);
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: rgb(255, 152, 0);
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0px;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0px;
}

.blog-area.single .post-tags a:hover {
  color: rgb(208, 0, 59);
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: rgb(255, 152, 0);
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}

.responsive-video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.blog-area .comments-form {
  margin-top: 25px;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid rgb(226, 226, 226);
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid rgb(231, 231, 231);
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid rgb(231, 231, 231);
  color: rgb(35, 35, 35);
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: rgb(208, 0, 59);
}

.color-yellow .comments-info a:hover {
  color: rgb(255, 152, 0);
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  border-color: rgb(231, 231, 231);
  border-image: none 100% / 1 / 0 stretch;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0px;
}

.comments-form button {
  background-color: rgb(208, 0, 59);
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: 0.35s ease-in-out;
}

.comments-form button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(29, 32, 36);
  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid rgb(231, 231, 231);
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0px 15px;
}

.login-area form {
  padding: 50px;
  box-shadow: rgba(214, 215, 216, 0.57) 0px 5px 30px 0px;
  overflow: hidden;
}

.login-area form input {
  border: 1px solid rgb(231, 231, 231);
  box-shadow: inherit;
  border-radius: 30px;
  padding: 0px 20px;
}

.login-area form .login-social {
  border-top: 1px solid rgb(231, 231, 231);
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.login-area form .login-social h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-area form .login-social li {
  display: inline-block;
  margin-right: 5px;
}

.login-area form .login-social li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
}

form.white-popup-block label {
  float: left;
}

form.white-popup-block label input {
  float: left;
  margin-right: 5px;
  min-height: 24px;
}

form.white-popup-block .lost-pass-link {
  float: right;
  font-size: 14px;
  font-weight: 600;
}

.login-area form .icon {
  position: absolute;
  left: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  top: -40px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(214, 215, 216, 0.57) 0px 5px 30px 0px;
  border-radius: 50%;
  color: rgb(208, 0, 59);
  font-size: 20px;
  margin-left: -40px;
}

.login-area .login-custom h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.login-area .login-custom h4 i {
  color: rgb(208, 0, 59);
  top: 2px;
  position: relative;
}

.login-area .login-custom h4 i.fa-user {
  font-weight: 500;
  top: 0px;
}

.login-area button {
  border: none;
  padding: 10px 50px;
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.login-area p.link-bottom {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.login-area p.link-bottom a {
  font-size: 14px;
  color: rgb(208, 0, 59);
  font-weight: 600;
  text-decoration: underline;
}

form.white-popup-block li.facebook a {
  background: none 0px 0px repeat scroll rgb(59, 89, 152);
}

form.white-popup-block li.twitter a {
  background: none 0px 0px repeat scroll rgb(29, 161, 242);
}

form.white-popup-block li.pinterest a {
  background: none 0px 0px repeat scroll rgb(189, 8, 28);
}

form.white-popup-block li.g-plus a {
  background: none 0px 0px repeat scroll rgb(219, 68, 55);
}

form.white-popup-block li.linkedin a {
  background: none 0px 0px repeat scroll rgb(0, 119, 181);
}

.contact-area.bottom-half {
  position: relative;
  bottom: -120px;
  margin-top: -120px;
}

.contact-area .address-items {
  padding: 50px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.contact-area .address-items::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(208, 0, 59);
  z-index: -1;
  opacity: 1;
}

.contact-area .address-items li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-area .address-items li h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.contact-area .address-items li .icon i {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
}

.contact-area .address-items li span {
  color: rgb(255, 255, 255);
}

.contact-area .address-items li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.contact-area .contact-items>.row {
  display: flex;
  align-items: center;
}

.contact-area .contact-items {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px -2px;
}

.contact-area .contact-items .form-box {
  padding: 50px 65px 50px 35px;
}

.contact-area .contact-items .form-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-area .contact-items .form-box p {
  margin-bottom: 30px;
}

.contact-area .contact-items .form-box input,
.contact-area .contact-items .form-box textarea {
  box-shadow: inherit;
  border: 1px solid rgb(231, 231, 231);
}

.contact-area .contact-items .form-box textarea {
  min-height: 180px;
  padding-top: 15px;
}

.contact-area .contact-items .form-box button {
  border: none;
  background: rgb(208, 0, 59);
  padding: 12px 35px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
}

.contact-area .contact-items .form-box button i {
  margin-left: 5px;
}

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

footer .footer-content.default-padding {
  padding-top: 70px;
}

footer .widget-title {
  margin-bottom: 30px;
}

footer .f-item {
  margin-top: 50px;
}

footer .footer-items.default-padding {
  padding-top: 70px;
}

footer .logo {
  margin-bottom: 30px;
}

footer .footer-bottom img {
  height: 50px;
}

footer .about ul {
  margin: 25px 0px 0px;
  list-style: none;
}

footer .f-item a:hover {
  color: rgb(208, 0, 59);
}

footer .f-item img {
  margin-bottom: 30px;
  height: 50px;
}

footer .about ul li {
  display: inline-block;
}

footer .about ul li a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  line-height: 43px;
  background: rgb(231, 231, 231);
  text-align: center;
  border-radius: 50%;
}

footer.bg-dark .about ul li a {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

footer.bg-gray .about ul li a {
  color: rgb(208, 0, 59);
}

footer .recent-post .thumb {
  width: 100px;
  top: 8px;
  margin-right: 20px;
  position: relative;
}

footer .recent-post .info a {
  font-size: 16px;
}

footer.bg-dark .recent-post .info a {
  color: rgb(255, 255, 255);
}

footer .recent-post .info a:hover {
  color: rgb(208, 0, 59) !important;
}

footer .f-item.recent-post .meta-title span {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
}

footer .f-item.recent-post .meta-title i {
  font-weight: 500;
  margin-right: 7px;
}

footer .recent-post .content a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

footer .recent-post .content .meta li {
  color: rgb(208, 0, 59);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
}

footer .recent-post .content .meta li i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

footer .recent-post .single {
  margin-bottom: 30px;
}

footer .recent-post .single:last-child {
  margin-bottom: 0px;
}

footer .recent-post img {
  border-radius: 5px;
  width: 100%;
}

footer .f-item.address li,
footer .f-item.recent-post li {
  display: flex;
}

footer .f-item .twitter-item a {
  color: rgb(208, 0, 59);
  font-size: 14px;
}

footer .f-item .twitter-item .twitter-context {
  color: rgb(102, 102, 102);
}

footer.bg-dark .f-item .twitter-item .twitter-context {
  color: rgb(255, 255, 255);
}

footer .f-item .twitter-item .twitter-context i {
  color: rgb(208, 0, 59);
  margin-right: 5px;
}

footer .f-item .twitter-item {
  border-bottom: 1px solid rgb(231, 231, 231);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
  border: medium none;
  margin-bottom: 0px;
  padding: 0px;
}

footer .link li {
  display: block;
  margin-bottom: 15px;
}

footer .link li:last-child {
  margin-bottom: 0px;
}

footer .link li a:hover {
  /* margin-left: 10px; */
  color: rgb(208, 0, 59);
}

footer .contact li {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

footer .f-item.address li {
  padding-bottom: 0px;
}

footer .contact li i {
  float: left;
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
}

footer .f-item .address li {
  display: flex;
  margin-bottom: 25px;
  padding: 0px;
}

footer .f-item .address li .content,
footer .f-item .address li .content a {
  color: rgb(160, 162, 166);
}

footer .f-item .address li i {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 5px;
}

footer .f-item .address li:last-child {
  margin-bottom: 0px;
}

footer .f-item .address li strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

footer.bg-dark .contact li i {
  color: rgb(255, 255, 255);
}

footer .contact li span {
  padding-left: 20px;
}

footer .contact li:last-child {
  margin-bottom: 0px;
}

footer .widget-title {
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;
}

footer.bg-dark .widget-title {
  color: rgb(255, 255, 255);
}

footer.bg-dark p,
footer.bg-dark li,
footer.bg-dark a {
  color: rgb(204, 204, 204);
}

.footer-bottom.text-center.pt-50.oh {
  border-top: 1px solid rgb(38, 52, 66);
  color: white;
  float: left;
  width: 100%;
}

.footer-bottom {}

.footer-bottom .row {
  display: flex;
  align-items: center;
}

footer.bg-dark .footer-bottom {
  border-color: rgb(38, 52, 66);
}

.footer-bottom p {
  margin: 0px;
  text-transform: capitalize;
  color: rgb(204, 204, 204);
}

footer.bg-dark.v2 .f-item .widget-title {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .f-item.subscribe .input-group {
  border-radius: 5px;
}

footer .f-item.subscribe input.form-control {
  border-radius: 5px;
  box-shadow: inherit;
  margin-bottom: 10px;
}

footer .f-item.subscribe button {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: rgb(255, 255, 255);
  min-height: 45px;
  width: 100%;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: inline-block;
  font-weight: 700;
  margin: 10px;
  text-transform: uppercase;
}

.footer-bottom .copyright {
  float: left;
}

.footer-bottom .footer-social {
  float: right;
}

.footer-bottom .footer-social li {
  display: inline-block;
}

.footer-bottom .footer-social li a {
  display: inline-block;
  padding: 10px;
}

.footer-bottom .copyright p {
  line-height: 45px;
}

footer .f-item.tags li {
  display: inline-block;
  float: left;
}

footer .f-item.tags li a {
  background: none 0px 0px repeat scroll rgb(38, 52, 66);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  text-transform: capitalize;
}

footer .f-item.tags li a:hover {
  background: none 0px 0px repeat scroll rgb(208, 0, 59);
}

.error-page-area .search {
  text-align: center;
  max-width: 400px;
  margin: 30px auto auto;
}

.error-page-area .search .input-group {
  width: 100%;
}

.error-page-area .search .input-group form {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(231, 231, 231);
  overflow: hidden;
}

.error-page-area .search .input-group form input {
  border: none;
  box-shadow: inherit;
  border-radius: inherit;
}

.error-page-area .search .input-group form button {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  border: none;
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
  padding: 0px 15px;
  min-height: 40px;
}

.error-page-area .error-box>a {
  margin-top: 30px;
}

.error-page-area h1 {
  font-size: 160px;
  font-weight: 800;
  line-height: 120px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.error-page-area h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0px;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/preloader.gif") center center no-repeat rgb(255, 255, 255);
  text-align: center;
}

.nav-modern .attr-nav>ul>li.quote-btn>a {
  border-radius: 5px;
  background: rgb(208, 0, 59);
  font-size: 13px;
  padding: 13px 40px !important;
  color: rgb(255, 255, 255) !important;
}

.blue .nav-modern .attr-nav>ul>li.quote-btn>a {
  background: rgb(16, 76, 186);
  border-color: rgb(16, 76, 186);
}

nav.navbar.bootsnav.navbar-transparent.nav-modern .attr-nav {
  border: none;
  min-height: auto;
}

.nav-modern .attr-nav>ul>li.quote-btn {
  margin: 0px;
  padding: 28px 0px;
}

@media (min-width: 1024px) {
  .src_trigger {
    display: none;
  }

  nav.navbar.bootsnav.nav-modern ul.nav>li>a {
    padding: 45px 15px;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav.nav-modern img {
    height: 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav-modern .attr-nav {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  nav.navbar.bootsnav.menu-center.nav-modern ul.nav.navbar-center {
    display: block;
    text-align: right;
    float: right;
  }
}

@media (max-width: 1023px) {
  .navbar.navbar-fixed .attr-nav>ul>li {
    padding: 13px 0px !important;
  }
}

@media (min-width: 1024px) {
  .blue nav.navbar.bootsnav ul.nav>li>a.active {
    color: rgb(16, 76, 186);
  }
}

.blue nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a .badge {
  background: rgb(16, 76, 186);
}

.blue nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a:hover {
  color: rgb(16, 76, 186) !important;
}

.btn-md {
  padding: 10px 45px;
  font-size: 14px;
}

.slider-style-one {
  position: relative;
  z-index: 1;
}

.slider-style-one .shape-right-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 70%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0;
  transition: 0.35s ease-in-out;
}

.active .slider-style-one .shape-right-bottom {
  opacity: 1;
  height: 80%;
}

.slider-style-one .content h2 {
  font-size: 80px;
}

.slider-style-one .content h2 strong {
  font-weight: 600;
  font-size: 60px;
  display: block;
}

.slider-style-one .content {
  padding-top: 120px;
}

.blue .btn-theme {
  background-color: rgb(16, 76, 186);
  border: 2px solid rgb(16, 76, 186);
}

.blue .shadow .btn-theme:hover,
.blue .bg-dark .btn-theme:hover,
.blue .bg-theme .btn-theme:hover {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(35, 35, 35) !important;
}

.feature-style-one-items {
  border-bottom: 1px solid rgb(227, 227, 227);
}

.feature-style-one .item {
  padding: 50px;
}

.feature-style-one .item img {
  height: 80px;
  margin-bottom: 30px;
}

.feature-style-one .item h4 {
  font-weight: 600;
}

.feature-style-one .item a {
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 2px solid rgb(231, 231, 231);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-top: 10px;
}

.feature-style-one {
  position: relative;
  z-index: 1;
}

.feature-style-one::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 0px;
  background: rgb(16, 76, 186);
  z-index: -1;
  transition: 0.25s ease-in-out;
}

.feature-style-one:hover::after,
.feature-style-one:first-child::after {
  width: 100%;
}

.feature-style-one:hover .item a,
.feature-style-one:first-child .item a {
  border-color: rgb(16, 76, 186);
  color: rgb(16, 76, 186);
}

.about-area {
  position: relative;
  z-index: 1;
}

.shape-120-light {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  height: 120px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: -1;
}

.about-style-one .thumb img:nth-child(2) {
  position: absolute;
  left: -120px;
  bottom: 120px;
  max-width: 50%;
}

.about-style-one .thumb {
  position: relative;
  margin-left: -15%;
}

.about-style-one .contact {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-style-one .contact h4 {
  margin: 0px;
  font-weight: 600;
}

.about-style-one .contact i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: rgb(16, 76, 186);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 14px;
  position: relative;
  margin-right: 5px;
}

.about-style-one .contact p {
  margin: 0px;
}

.about-style-one h4 {
  font-weight: 500;
  text-transform: capitalize;
  color: rgb(43, 107, 224);
}

.about-style-one h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.about-style-one ul li {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}

.about-style-one ul li::after {
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  color: rgb(43, 107, 224);
  font-size: 14px;
  transform: translateY(-50%);
}

.about-style-one ul {
  display: block;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .about-style-one .content {
    padding-bottom: 120px;
    padding-left: 35px;
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .shape-120-light {
    display: none;
  }

  .about-style-one .content {
    padding-bottom: 120px;
  }
}

.blue .process-items .item .icon span {
  background: rgb(16, 76, 186);
}

.blue .site-heading h4::before {
  background-color: rgb(16, 76, 186);
}

.blue .shadow .site-heading h4::before,
.blue .bg-theme .site-heading h4::before,
.blue .bg-dark .site-heading h4::before {
  background-color: rgb(204, 204, 204);
}

.banner-area .carousel-control i {
  font-weight: 100;
}

.services-style-two {
  margin-bottom: 30px;
}

.services-style-two i {
  display: inline-block;
  background: linear-gradient(90deg, rgb(16, 76, 186) 0%, rgb(138, 16, 186) 100%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 30px;
  border-radius: 8px;
  margin-bottom: 32px;
  font-weight: 100;
}

.services-style-two .item {
  border: 1px solid rgb(231, 231, 231);
  padding: 60px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.services-style-two .item::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  height: 0px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(16, 76, 186) 0%, rgb(138, 16, 186) 150%);
  z-index: -1;
  transition: 0.35s ease-in-out;
}

.services-style-two .item:hover::after {
  height: 100%;
}

.services-style-two .item h4 {
  margin-bottom: 20px;
}

.services-style-two .item a {
  font-weight: 600;
}

.services-style-two .item p {
  margin: -5px;
}

.services-style-two .item i,
.services-style-two .item p,
.services-style-two .item a {
  transition: 0.35s ease-in-out;
}

.services-style-two .item:hover a {
  color: rgb(255, 255, 255);
}

.services-style-two .item:hover p {
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

.services-style-two .item:hover i {
  background: rgb(255, 255, 255);
  color: rgb(16, 76, 186);
}

.our-expertise-area h4 {
  font-weight: 500;
  color: rgb(102, 102, 102);
  font-size: 16px;
  display: inline-flex;
}

.our-expertise-area h4::before {
  position: relative;
  top: 6px;
  content: "";
  background-color: rgb(208, 0, 59);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
}

.our-expertise-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-expertise-area .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
}

.our-expertise-area::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 25%;
  background: rgb(17, 29, 48);
  z-index: -1;
}

.our-expertise-area .fixed-shape {
  position: absolute;
  left: 0px;
  border: 0px;
  z-index: -1;
  width: 60%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.2;
}

@media only screen and (min-width: 1700px) {
  .our-expertise-area .fixed-shape {
    height: 150%;
    top: 30px;
  }
}

.our-expertise-area .skill-items .progress-box .progress {
  border: none;
}

.our-expertise-area .skill-items .progress-box .progress .progress-bar {
  height: 10px;
}

.our-expertise-area .skill-items .progress-box h5 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0px;
}

.our-expertise-area .skill-items .progress-box .progress .progress-bar span {
  font-size: 16px;
  font-weight: 600;
  top: -35px;
}

.our-expertise-area .skill-items .progress-box {
  margin-bottom: 40px;
}

.our-expertise-area .skill-items .progress-box:last-child {
  margin-bottom: 0px;
}

.our-expertise-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.our-expertise-area a {
  margin-top: 15px;
}

.our-expertise-area .left-info {
  padding-right: 35px;
}

.our-expertise-area .left-info .skill-items {
  margin-top: 35px;
}

.blue .gallery-items-area .effect-box .info .right a {
  background: linear-gradient(90deg, rgb(16, 76, 186) 0%, rgb(138, 16, 186) 100%);
  color: rgb(255, 255, 255);
}

.blue .blog-area .blog-items .thumb .post-date {
  background: rgb(16, 76, 186);
}

.blue .blog-area .blog-items .thumb .post-date::after {
  border-right: 15px solid rgb(16, 76, 186);
}

.blog-area .blog-items .thumb {
  overflow: inherit;
}

.blog-area .blog-items .thumb figure {
  overflow: hidden;
}

.blog-items .item:hover .thumb img {
  transform: scale(1.2);
}

.blog-area .blog-items .thumb .post-date {
  width: 80px;
  right: auto;
  left: 30px;
  bottom: 0px;
  border-bottom-left-radius: inherit;
}

.blog-area .single-item .item .meta {
  padding-top: 15px;
}

.blog-area .single-item .item .meta a {
  font-size: 13px;
  color: rgb(102, 102, 102);
}

.blog-area .blog-items .item li img {
  height: 45px;
  width: 45px;
}

.blue .blog-area .single-item .item .meta a i {
  color: rgb(16, 76, 186);
}

.call-back-area .form button {
  padding: 13px 50px;
  background: rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.call-back-area .form button:hover {
  background: rgb(17, 29, 48);
  border-color: rgb(17, 29, 48);
}

.blue .call-back-area .form button {
  background: rgb(16, 76, 186);
  border-color: rgb(16, 76, 186);
}

.blue .call-back-area .form button:hover {
  background: rgb(17, 29, 48);
  border-color: rgb(17, 29, 48);
}

.blue .call-back-area h2 strong {
  color: rgb(17, 29, 48);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-one {
    margin-top: 30px;
  }

  .feature-style-one::after {
    display: none !important;
  }

  .feature-style-one-items {
    margin-top: -30px;
    border: none;
  }

  .feature-style-one .item {
    border: 1px solid rgb(231, 231, 231);
  }

  .about-style-one .thumb {
    margin: 0px 0px 30px;
    text-align: center;
  }

  .about-style-one .content {
    padding-bottom: 120px;
  }

  .about-style-one .contact p {
    display: none;
  }

  .services-style-two {
    text-align: center;
  }

  .services-area {
    overflow: hidden;
  }

  .our-expertise-area::after {
    display: none;
  }

  .our-expertise-area .thumb {
    max-width: 80%;
    margin: 50px auto -120px;
  }

  .our-expertise-area .left-info {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-style-one .content h2 strong {
    font-size: 36px;
  }

  .slider-style-one .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .slider-style-one .content {
    padding-top: 130px !important;
  }

  .feature-style-one {
    border: 1px solid rgb(231, 231, 231);
    margin-top: 30px;
  }

  .feature-style-one:first-child {
    margin-top: 0px;
  }

  .about-style-one .thumb {
    margin: 0px 0px 30px;
    text-align: center;
  }

  .about-style-one .content {
    padding-bottom: 50px;
  }

  .about-style-one .contact p {
    display: none;
  }

  .services-style-two {
    text-align: center;
  }

  .services-area {
    overflow: hidden;
  }

  .our-expertise-area::after {
    display: none;
  }

  .our-expertise-area .thumb {
    max-width: 80%;
    margin: 50px auto -50px;
  }

  .our-expertise-area .left-info {
    padding-right: 0px;
  }
}

.blue .team-area .team-items .thumb img {
  border-radius: 30px;
}

.blue .team-area .team-items .thumb {
  border-radius: 30px;
}

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
}

.demo-area .item {
  margin-bottom: 50px;
}

.demo-area .single-item .info {
  padding: 15px 10px;
  text-align: center;
}

.demo-area .single-item .info h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 15px 0px 0px;
  text-transform: uppercase;
}

.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 80px;
}

.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0px;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
}

.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: rgb(253, 0, 96);
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: none 0px 0px repeat scroll rgb(253, 0, 96);
  bottom: 0px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  bottom: 0px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}

.demo-area .comming-soon.item img {
  opacity: 0.3;
}

.banner-area.demo-banner {
  padding: 50px 0px;
}

.demo-area .site-heading {
  margin-bottom: 30px;
}

.demo-area img {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) -1px 3px 10px 0px;
}

.demo-area.demo-conten .single-item a {
  position: relative;
  display: block;
}

.demo-area.demo-conten .single-item a span {
  position: absolute;
  right: 15px;
  top: -14px;
  background: rgb(74, 196, 243);
  color: rgb(255, 255, 255);
  padding: 1px 35px;
  border-radius: 30px;
  box-shadow: rgb(204, 204, 204) 0px 0px 10px;
}

footer.text-light.demo.default-padding.centered.bg-dark.text-center img {
  margin-bottom: 0px;
}

.demo-banner.auto-height {
  min-height: auto;
  padding: 300px 0px 250px;
}

footer.demo img {
  height: 70px;
}

.mainSwiper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  min-height: 550px;
}

.slider_component h2 {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 15px;
}

.slider_component p {
  font-size: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: rgb(245, 245, 245);
  margin-top: 20px;
  text-shadow: rgb(0, 0, 0) 2px 2px 15px;
}

.slider_component a.btn_component1 {
  margin-top: 24px;
  background: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  pointer-events: all;
}

.slider_component a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(30, 30, 30);
}

.mainSwiper .swiper-slide {
  position: relative;
}

.slider_component .container {
  position: absolute;
  left: 50%;
  bottom: 60px;
  padding: 0px 30px;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  max-width: 100%;
}

.slider_component .container>div {
  width: 630px;
  max-width: 100%;
}

.slider_component .container>div.slider_btns {
  width: 100%;
  margin-bottom: 20px;
}

div.mainSwiper {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.mainSwiper .swiper-slide i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10%;
  background-color: rgb(0, 0, 0);
  height: 100%;
}

.mainSwiper .swiper-slide i:last-child {
  left: auto;
  right: 0px;
}

.mainSwiper .swiper-slide i::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 300%;
  pointer-events: none;
}

.mainSwiper .swiper-slide i:first-child::before {
  left: 100%;
  background: linear-gradient(270deg, rgba(131, 58, 180, 0) 0%, rgb(0, 0, 0) 100%);
}

.mainSwiper .swiper-slide i:last-child::before {
  right: 100%;
  background: linear-gradient(90deg, rgba(131, 58, 180, 0) 0%, rgb(0, 0, 0) 100%);
}

.mainSwiper>.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.mainSwiper>.container button {
  pointer-events: all;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 32px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.2);
}

#mainPagination {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 80px;
  z-index: 2;
}

#mainPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0px 5px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
}

#mainPagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 1400px) {
  .mainSwiper>.container {
    max-width: 1400px;
    width: 1400px;
  }
}

.slider_btns {
  display: flex;
  align-items: center;
}

.slider_btns button {
  font-size: 32px;
  color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  pointer-events: all;
  background: transparent;
  cursor: pointer;
}

@media (min-width: 768px) {
  .slider_btns button:hover {
    opacity: 0.7;
  }
}

.slider_btns button+button {
  margin-left: 10px;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

#pagination1 {
  padding-left: 15px;
  color: rgb(255, 255, 255);
  flex: 1 1 0%;
}

#pagination1 span.current {
  font-weight: 900;
  font-size: 32px;
}

#pagination1 span:not(.current) {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 4px;
}

.slider_component {
  position: relative;
  overflow: hidden;
}

.header_social {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
}

.header_social li span {
  font-weight: 500;
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding-right: 5px;
}

.header_social li:last-child a {}

.header_social li a {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.header_social li a i {}

.header_top {
  padding: 15px 0px;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.logo_header img {
  height: 70px;
}

.header_top .flex {
  display: flex;
  align-items: flex-end;
}

.src_header {
  flex: 1 1 0%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.src_header input {
  width: 100%;
  border-radius: 30px;
  padding-left: 15px;
  min-height: auto;
  height: 50px;
}

.src_input {
  position: relative;
}

.src_input button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: none;
  background-color: transparent;
  color: rgb(29, 29, 29);
  font-size: 22px;
}

@media (max-width: 1500px) {
  .slider_component h2 {}
}

@media (max-width: 1200px) {
  .header_right {
    flex: unset;
  }

  .has-submenu.active::after {
    content: "" !important;
  }

  .h_menu>ul>li>a.has-submenu::after,
  .has-submenu::after {
    content: "";
    font-family: FontAwesome;
    color: rgb(255, 255, 255);
    position: static;
    height: auto;
    border-radius: 0px;
    font-size: 20px;
    line-height: normal;
  }

  .slider_component h2 {
    font-size: 40px;
  }

  .slider_component p {
    font-size: 18px;
  }

  .slider_component a {
    font-size: 16px;
    height: 40px;
    padding: 0px 20px;
  }
}

@media (max-width: 992px) {
  .slider_component h2 {
    font-size: 40px;
  }

  .slider_component p {
    font-size: 18px;
  }

  .mainSwiper>.container button {
    display: none;
  }

  .slider_component .container>div {
    padding: 0px;
  }
}

@media (max-width: 768px) {

  .top_bar .container,
  .header_1 .container {
    padding: 0px 15px;
  }

  .slider_btns button {
    height: 40px;
    width: 40px;
    font-size: 29px;
  }

  .slider_btns {
    left: 15px;
  }

  #mainPagination {
    bottom: 65px;
  }

  .slider_component h2 {
    font-size: 24px;
  }

  .slider_component p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
  }

  .slider_component a.btn_component1 {
    font-size: 14px;
    height: 35px;
    padding: 0px 15px;
    margin-top: 0px;
  }

  .slider_component .container {
    bottom: 60px;
    padding: 0px 15px;
  }
}

.top-bar-area .container-fluid,
header .container-fluid {
  padding: 0px 30px;
}

#navbar-menu>ul {
  float: none !important;
}

#navbar-menu>ul>li:first-child>a {
  padding-left: 0px !important;
}

#navbar-menu>ul>li:last-child>a {
  padding-right: 0px !important;
}

.header_sc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_sc div {
  margin-left: 15px;
}

.header_sc div a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 32px;
  padding: 0px 15px;
  font-size: 14px;
  text-transform: uppercase;
  background: rgb(208, 0, 59);
}

.btn_component1,
a.btn_component1 {
  height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0px 40px;
  color: rgb(30, 30, 30);
  font-size: 16px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid rgb(255, 255, 255);
}

.indexAbout h2 {
  font-weight: 500;
  font-size: 52px;
  margin: 0px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.indexAbout h2 span {
  color: rgb(208, 0, 59);
}

.indexAbout div p:first-child {
  font-size: 18px;
  color: rgb(0, 0, 0);
}

.indexAbout p {
  font-size: 16px;
  line-height: 1.8;
  color: rgb(146, 146, 146);
  margin: 0px;
}

.indexAbout p+p {
  margin-top: 30px;
}

.indexAbout .btn_component2 {
  margin-top: 30px;
}

.btn_component2 {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  border-image: initial;
  border-width: 0px 0px 2px;
  height: 40px;
  gap: 20px;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.btn_component2:hover {
  padding: 0px 15px;
}

.ia_lister {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.ia_lister li a {
  padding: 20px 0px;
  font-size: 24px;
  display: flex;
  border-bottom: 1px solid rgb(234, 234, 234);
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.ia_lister li a:hover {
  padding-left: 15px;
}

.ia_left {
  padding-right: 60px;
}

.latest_news {
  padding: 90px 0px;
  overflow: hidden;
}

.section_mini_title {
  text-align: center;
  margin: 0px 0px 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 52px;
  letter-spacing: 0px;
}

.section_mini_title ul {
  display: flex;
  gap: 5px;
}

.section_mini_title ul li button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  font-size: 24px;
  transition: 0.3s;
  border: none;
}

.section_mini_title ul li button:hover {}

.section_mini_title ul li:first-child button {
  border-radius: 5px 0px 0px 5px;
}

.section_mini_title ul li:last-child button {
  border-radius: 0px 5px 5px 0px;
}

.nws_item>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nws_item>a>div {
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 5px;
}

.nws_item>a img {
  width: 100%;
  border-radius: 5px;
  transition: 1s;
}

@media (min-width: 1201px) {
  #gallery_page a:hover img {
    transform: scale(1.2);
  }

  .publications_page a:hover {
    border-color: rgb(0, 0, 0);
  }

  .wipress.publications_page a:hover figure img {
    opacity: 0.5;
  }

  .letter_list li a:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .nws_item:hover img {
    transform: scale(1.2);
  }
}

.nws_item div span {
  font-weight: 500;
  font-size: 14px;
  color: rgb(164, 176, 167);
  display: block;
}

.nws_item div strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0px;
  display: block;
  color: rgb(29, 29, 29);
}

.nws_item div p {
  font-size: 14px;
  font-weight: 500;
  color: rgb(164, 176, 167);
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.6;
  margin: 0px;
}

.nws_row {
  row-gap: 30px;
}

.nws_row>div {
  align-items: center;
  display: flex;
}

.other_news {}

.eventSwiper {
  position: relative;
  overflow: visible;
}

.eventSwiper .nws_item>a {
  flex-wrap: wrap;
  row-gap: 15px;
}

.eventSwiper .nws_item>a>div {
  width: 100%;
  position: relative;
}

.eventSwiper .nws_item>a>div:first-child span {
  position: absolute;
  left: 30px;
  top: 0px;
  width: 60px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 0px 0px 4px 4px;
  background: linear-gradient(to right, rgb(231, 56, 39), rgb(248, 80, 50));
  z-index: 2;
}

.eventSwiper .nws_item>a>div:first-child span i {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  font-style: normal;
  display: block;
  font-size: 24px;
  padding: 5px 0px;
  border-radius: 0px 0px 4px 4px;
  font-weight: 900;
}

.eventSwiper::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  height: 100%;
  background-color: rgb(247, 247, 247);
  width: 100vw;
  z-index: 2;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media (max-width: 768px) {
  .other_news {}

  .latest_news {
    padding: 45px 0px;
  }

  .nws_item>a {
    flex-wrap: wrap;
    gap: 15px;
  }

  .nws_item>a>div {
    width: 100%;
  }

  .nws_item div strong {
    font-size: 22px;
  }
}

.custom_footer {
  padding: 80px 0px;
  background-color: rgb(94, 94, 94);
  overflow: hidden;
}

.footer_top {
  display: flex;
  align-items: center;
  width: 100%;
}

.footer_top>div:nth-child(1) {
  flex: 1 1 0%;
  padding-right: 60px;
}

.footer_top>div:nth-child(1) h2 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 52px;
  margin: 0px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.footer_top>div:nth-child(1) p {
  font-size: 20px;
  margin: 30px 0px 0px;
  color: rgb(255, 255, 255);
  max-width: 100%;
  line-height: 1.6;
  opacity: 0.5;
}

.footer_top>div:nth-child(2) a {
  color: rgb(255, 255, 255);
}

.footer_content {
  margin: 80px 0px 40px;
  display: flex;
}

.fc_left {
  width: 300px;
}

.fc_left img {
  height: 70px;
}

.fc_left p {
  margin: 15px 0px 0px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  line-height: 1.6;
}

.fc_right {
  flex: 1 1 0%;
  padding-left: 60px;
  display: flex;
  gap: 30px;
}

.fc_right>div {
  flex: 1 1 0%;
}

.fc_right h3 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .fc_right ul {
    flex-direction: column;
    row-gap: 5px;
    display: flex !important;
  }
}

.fc_right ul li a {
  color: rgb(255, 255, 255);
  opacity: 0.5;
  transition: 0.3s;
}

.fc_right ul li a:hover {
  opacity: 1;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.footer_bottom>div {
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.footer_social {
  display: flex;
  gap: 15px;
}

.footer_social li a {
  color: rgb(255, 255, 255);
  font-size: 22px;
  opacity: 0.5;
}

.footer_social li a:hover {
  opacity: 1;
}

.o-5 {
  opacity: 0.5;
}

.footer_top>div:nth-child(2) {
  width: 360px;
}

.footer_newsletter {
  position: relative;
}

.footer_newsletter>i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  font-size: 24px;
}

.footer_newsletter input {
  width: 100%;
  height: 60px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  padding-left: 60px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  letter-spacing: 0.3px;
  border-width: 0px 0px 1px;
  font-size: 16px;
}

.footer_newsletter input::placeholder {
  color: rgb(255, 255, 255);
  letter-spacing: 0.3px;
}

.footer_newsletter button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background: rgb(208, 0, 59);
}

.brandsSection {
  padding: 90px 0px;
  position: relative;
  overflow: visible;
}

.brandsSection::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 500px;
  background-color: rgb(247, 247, 247);
  z-index: -1;
}

.brandsSwiper {
  position: relative;
  padding-left: 2px;
}

.brandsSwiper::before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: rgb(247 247 247);
  height: 100%;
  top: 0px;
  width: 100vw;
  z-index: 2;
  margin-right: -2px;
}

.brandsSwiper img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  padding: 25px;
  background: rgb(255, 255, 255);
}

.brandsSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .brandsSection {
    padding: 40px 0px !important;
  }

  .brandsSwiper img {
    max-height: 45px;
    padding: 10px;
  }
}

.ps_boxes {
  height: 600px;
  position: relative;
  pointer-events: all;
  width: 100%;
  vertical-align: middle;
  display: block;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 993px) {
  .ps_boxes {
    background: transparent !important;
  }
}

.projectSlider .swiper-slide+.swiper-slide .ps_boxes::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
}

.projectSlider .swiper-wrapper {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.projectSlider .swiper-wrapper .swiper-slide {
  position: relative;
  pointer-events: none;
}

.projectSlider .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  transition: 0.3s;
  z-index: 2;
}

.ps_boxes span {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}

.ps_boxes div:first-child {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.ps_boxes div:first-child p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin: 15px 0px 0px;
  transition: 1s;
  overflow: hidden;
  max-height: 0px;
}

.ps_boxes div:last-child {
  position: absolute;
  left: 30px;
  top: 40px;
  color: rgb(255, 255, 255);
  font-size: 22px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-15px);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.swiper-slide.active .ps_boxes div:last-child {
  opacity: 1;
  transform: none;
}

.swiper-slide.active .ps_boxes div:first-child p {
  max-height: 300px;
}

.projectSlider .swiper-wrapper .swiper-slide.active::before {
  opacity: 0.6;
}

.iletisem_redbar {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

.iletisem_redbar::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  background: rgb(239, 239, 239);
}

.ir_inner {
  width: 100%;
  min-height: 300px;
  position: relative;
  padding: 80px 0px 80px 80px;
}

.ir_inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  background: rgb(208, 0, 59);
  border-radius: 5px 0px 0px 5px;
}

.ir_inner .section_mini_title {
  color: rgb(255, 255, 255);
  text-align: left;
}

.exp_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 30px;
  margin: 0px 0px 60px;
  position: relative;
}

.exp_title h3 {
  margin: 0px;
}

.exp_title p {
  width: 500px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.ism_item {
  border-radius: 4px;
  display: block;
  background: rgb(207, 32, 32);
  border: 2px solid transparent;
  padding: 30px;
}

.ism_item svg {
  height: 60px;
}

.ism_item span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

#pagination2 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  z-index: 2;
  position: relative;
  bottom: auto;
}

#pagination2 span {
  background-color: rgb(255, 255, 255);
  margin: 0px;
  width: 10px;
  height: 10px;
}

.blueSection {
  background: linear-gradient(rgb(239, 239, 239) 0%, rgba(255, 0, 0, 0) 100%);
  min-height: 400px;
  padding: 80px 0px;
}

.blueSection .section_mini_title {
  text-align: left;
}

.blueSection p.news_exp {
  font-size: 16px;
  margin: 0px 0px 30px;
}

.index_news {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.in_item {
  padding: 15px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 96%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border: 1px solid transparent;
}

.in_item:hover {
  border-color: rgb(221, 221, 221);
}

.in_item>div:first-child {
  width: 200px;
  overflow: hidden;
  border-radius: 4px;
}

.in_item>div:first-child a {
  border-radius: inherit;
  display: flex;
}

.in_item>div:first-child img {
  border-radius: 4px;
  transform: scale(1.1);
}

.in_item>div:last-child {
  padding: 0px 0px 0px 15px;
  flex: 1 1 0%;
}

.in_item>div:last-child h3 {
  font-size: 20px;
  margin: 0px 0px 10px;
}

.in_item>div:last-child h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.in_item>div:last-child h3 a {
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.in_item>div:last-child p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0px;
  font-size: 14px;
  line-height: 1.4;
}

.counter_title {
  row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.counter_title::before,
.counter_title::after {
  display: none;
}

.counter_title h2 {
  font-weight: 500;
  font-size: 40px;
  margin: 0px;
  color: inherit;
  letter-spacing: 2px;
}

.ia_counter strong {
  font-weight: 900;
  margin: 0px 0px 10px;
  font-size: 30px;
  color: inherit;
  display: block;
}

.ia_counter strong::after {
  content: attr(data-after);
}

.ia_counter p {
  font-weight: 500;
  font-size: 15px;
  color: inherit;
}

.counter_bar {
  color: rgb(255, 255, 255);
  position: relative;
}

.cb_inner {
  position: relative;
  overflow: visible;
}

.cb_inner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100%;
  background: rgb(94, 94, 94);
  border-radius: 0px 5px 5px 0px;
}

.counter_title .section_mini_title {
  text-align: left;
  color: rgb(255, 255, 255);
}

.other_links {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.other_links a {
  background-color: rgb(255, 255, 255);
  display: flex;
  height: 40px;
  padding: 0px 15px;
  border-radius: 30px;
  align-items: center;
  font-weight: 600;
  border: 1px solid rgb(219, 219, 219);
}

.the_instafeed .row>div>a {
  display: flex;
  position: relative;
}

.the_instafeed .row>div>a::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.the_instafeed .row>div>a:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.the_instafeed .row>div>a::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: 0.3s;
}

.the_instafeed .row>div>a:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0.8;
}

.the_instafeed img {
  width: 100%;
}

.the_instafeed .row {
  margin: 0px;
}

.the_instafeed .row>div {
  padding: 0px;
}

.eapps-instagram-feed-container+a {
  display: none;
}

.brd_section {
  background-position: center center;
  background-size: cover;
  min-height: 220px;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: flex-end;
}

.brd_section::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: linear-gradient(rgba(7, 170, 251, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
}

.brd_section h1 {
  color: rgb(255, 255, 255);
  font-size: 56px;
  font-weight: 700;
  margin: 0px 0px 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.breadcrumb_section {}

@media (max-width: 768px) {
  .breadcrumb_section {}
}

.breadcrumb_section .breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0px;
  margin: 0px;
  background: transparent;
}

.breadcrumb_section .breadcrumb a {
  font-size: 13px;
  font-weight: 500;
  color: rgb(150, 150, 150);
  vertical-align: middle;
}

.breadcrumb_section .breadcrumb a+a::before {
  content: "";
  font-family: FontAwesome;
  position: relative;
  top: 0px;
  margin: 0px 9px;
  color: rgb(150, 150, 150);
}

.breadcrumb_overlay {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb_overlay img {
  width: 19px;
  pointer-events: none;
  position: relative;
  top: -3px;
}

@media (max-width: 768px) {
  .brd_section h1 {
    font-size: 24px;
  }

  .brd_section {
    min-height: 180px;
  }
}

.spot_image {
  margin-bottom: 30px;
}

.spot_image img {
  width: 100%;
}

span.post_date {
  font-size: 13px;
  font-weight: 500;
  color: rgb(150, 150, 150);
}

.dt_title1 {
  font-weight: 700;
  font-size: 32px;
  margin: 0px 0px 30px;
}

.content-detail {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  overflow-wrap: break-word;
  text-align: justify;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
  font-weight: bold;
  margin: 1em 0px 0.5em;
  line-height: 1.3;
}

.content-detail h1 {
  font-size: 2em;
}

.content-detail h2 {
  font-size: 1.75em;
}

.content-detail h3 {
  font-size: 1.5em;
}

.content-detail h4 {
  font-size: 1.25em;
}

.content-detail h5 {
  font-size: 1.1em;
}

.content-detail h6 {
  font-size: 1em;
}

.content-detail p {
  margin: 1em 0px;
}

.content-detail ul {
  list-style-type: disc;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ol {
  list-style-type: decimal;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
  list-style-type: circle;
  margin-left: 1em;
}

.content-detail li {
  margin-bottom: 0.5em;
  list-style: inherit;
}

.content-detail a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
  transition: color 0.2s;
}

.content-detail a:hover {
  color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
  font-weight: bold;
}


.content-detail em {
  font-style: italic;
}

.content-detail u {
  text-decoration: underline;
}

.content-detail blockquote {
  border-left: 4px solid rgb(204, 204, 204);
  margin: 1em 0px;
  padding-left: 1em;
  color: rgb(102, 102, 102);
  font-style: italic;
  background-color: rgb(249, 249, 249);
}

.content-detail code {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

.content-detail pre {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1em 0px;
  white-space: pre-wrap;
}

.content-detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0px;
  border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
  border: 1px solid rgb(221, 221, 221);
  padding: 0.75em;
  text-align: left;
}

.content-detail th {
  background-color: rgb(245, 245, 245);
  font-weight: bold;
}

.content-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0px;
}

.content-detail dl {
  margin: 1em 0px;
}

.content-detail dt {
  font-weight: bold;
  margin-top: 1em;
}

.content-detail dd {
  margin-left: 1em;
}

.content-detail hr {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(221, 221, 221);
  margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
  font: inherit;
  padding: 0.5em;
  margin: 0.5em 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  box-sizing: border-box;
}

.content-detail button {
  background-color: rgb(0, 102, 204);
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.content-detail button:hover {
  background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-detail sup {
  top: -0.5em;
}

.content-detail sub {
  bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
  max-width: 100%;
  height: auto;
  margin: 1em 0px;
  border: none;
}

.content-detail figure {
  margin: 1em 0px;
  text-align: center;
}

.content-detail figcaption {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
}

.content-detail mark {
  background-color: rgb(255, 255, 0);
  color: rgb(51, 51, 51);
}

.content-detail aside {
  background-color: rgb(249, 249, 249);
  padding: 1em;
  margin: 1em 0px;
  border-left: 4px solid rgb(204, 204, 204);
  font-size: 0.9em;
  color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 1em 0px;
  color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
  border-bottom: 1px dotted rgb(51, 51, 51);
  cursor: help;
}

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

.tuhid_sidemenu {
  position: sticky;
  top: 40px;
}

.tuhid_sidemenu>ul {
  border-radius: 6px;
  overflow: hidden;
}

.tuhid_sidemenu>ul>li {
  background: rgb(94, 94, 94);
  position: relative;
  overflow: hidden;
}

.tuhid_sidemenu>ul>li+li>a::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  top: 0px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
  transition: 0.3s;
}

.tuhid_sidemenu>ul>li>a::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: -1px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.tuhid_sidemenu>ul>li:hover>a::before {
  opacity: 0;
}

.tuhid_sidemenu>ul>li>a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0px 20px 0px 30px;
  font-size: 16px;
  position: relative;
}

.tuhid_sidemenu>ul>li.active {
  background: rgb(208, 0, 59);
}

.tuhid_sidemenu>ul>li.active>a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.tuhid_sidemenu>ul>li.active+li {}

.tuhid_sidemenu>ul>li.active_bef {
  border-radius: 0px 0px 20px;
}

.content-detail p:first-child {
  margin-top: 0px;
}

.dt_content {}

.page_grd_title {
  position: relative;
  background-color: #F3F3F3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page_grd_title::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.page_grd_title .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tuhid_sidemenu>ul>li ul {
  padding: 15px 15px 15px 45px;
  display: none;
}

.tuhid_sidemenu>ul>li ul li a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tuhid_sidemenu>ul>li ul li+li {
  margin-top: 15px;
}

.t_dropdown>a {
  justify-content: space-between;
  gap: 15px;
}

.t_dropdown>a.active i::before {
  content: "";
}

.t_dropdown .t_dropdown ul {
  padding-left: 30px;
}

.detail_share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgb(234, 234, 234);
}

.detail_share ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.detail_share ul li span {
  color: rgb(30, 30, 30);
  font-weight: 600;
}

.detail_share ul li a {
  color: rgb(30, 30, 30);
  font-size: 24px;
}

.file_section {
  margin: 20px 0px;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 10px;
  padding: 30px;
}

.file_section>h3 {
  font-weight: bold;
  font-size: 1.25em;
}

.file_section ul li+li {
  border-top: 1px solid rgb(234, 234, 234);
}

.file_section ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  gap: 15px;
}

.file_section ul li a span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.file_section ul li a>strong {
  font-weight: 700;
  white-space: nowrap;
}

.file_section ul li a span i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  background: rgb(208, 0, 59);
}

.file_section ul li a span p {
  margin: 0px;
  font-weight: inherit;
  flex: 1 1 0%;
}

.page_header1 .section_mini_title {
  text-align: left;
}

.header_menu {
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

.header_menu .container>ul {
  display: flex;
  justify-content: space-between;
}

.header_menu .container>ul>li>a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  height: 50px;
  position: relative;
  gap: 5px;
}

.header_menu .container>ul>li>a::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(208, 0, 59);
  opacity: 0;
  transition: 0.3s;
}

.header_menu .container>ul>li.dropdown1>a::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.header_menu .container>ul>li {
  position: relative;
}

.header_menu .container>ul>li ul {
  pointer-events: none;
}

.header_menu .container>ul>li:hover ul {
  pointer-events: all;
}

.header_menu .container>ul>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 2;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
  transition: 0.3s;
}

.header_menu>img {
  display: none;
}

@media (min-width: 1201px) {

  .tuhid_sidemenu>ul>li:hover>a::after,
  .tuhid_sidemenu>ul>li>a.active::after {
    opacity: 0.4;
  }

  .ism_item:hover {
    border-color: rgba(255, 255, 255, 0.34);
  }

  .header_menu .container>ul>li>ul li:hover>a {
    background-color: rgb(208, 0, 59);
    color: rgb(255, 255, 255);
  }

  .header_menu .container>ul>li ul li {
    position: relative;
  }

  .header_menu .container>ul>li ul li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
    border-radius: 10px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
  }

  .header_menu .container>ul>li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .header_menu .container>ul>li:hover>a {
    color: rgb(208, 0, 59);
  }

  .header_menu .container>ul>li:hover>a::before {
    opacity: 1;
  }

  .header_menu .container>ul>li>ul {
    visibility: hidden;
    opacity: 0;
  }

  .header_menu .container>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .header_menu .container>ul>li>ul {
    display: block !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
  }

  .header_menu .container>ul>li ul li ul {
    display: block !important;
  }
}

.header_menu .container>ul>li>ul>li:last-child>a {
  border-radius: 0px 0px 5px 5px;
}

.header_menu .container>ul>li>ul li a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0px 15px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.menu_overlay {
  display: none;
}

.header_sc div button {
  display: none;
}

.src_input .src_closer {
  display: none;
}

.member_table .row {
  display: flex;
  flex-flow: wrap;
  row-gap: 30px;
}

.member_table {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.staff_card {
  border-radius: 6px 50px 6px 6px;
  text-align: center;
  height: 100%;
  background: rgb(255, 255, 255);
  width: 100%;
}

.staff_card:hover img {
  filter: none;
}

.staff_card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
  filter: grayscale(1);
  transition: 0.3s;
}

.staff_card div {
  line-height: 1.6;
  margin: -30px 10px 0px;
  padding: 15px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

.staff_card div strong {
  color: rgb(30, 30, 30);
  font-weight: 600;
  font-size: 16px;
}

.staff_card div p {
  margin: 0px;
  color: rgb(146, 146, 146);
  line-height: 1.4;
}

.staff_card figure {
  position: relative;
  width: 100%;
}

.member_table .row>div {
  float: none;
}

#newsLister .nws_item img {
  height: 250px;
  object-fit: cover;
}

#newsLister {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
}

#newsLister>div {
  float: none;
}

.the_pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.the_pagination .num {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.the_pagination a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 4px;
  color: rgb(30, 30, 30);
  padding: 0px 10px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(199, 199, 199);
  min-width: 40px;
}

.the_pagination a.active {
  background: rgb(208, 0, 59);
  color: rgb(255, 255, 255);
  border: none;
}

.c_item>a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}

.c_item:hover>a img {
  transform: scale(1.2);
}

.the_pagination .pager {
  margin: 0px;
}

@media (max-width: 768px) {
  .the_pagination a {
    padding: 0px;
    width: 30px;
  }

  .the_pagination .num {
    gap: 10px;
  }

  .the_pagination {
    margin-top: 30px;
  }
}

.spot_image {
  margin-bottom: 30px;
}

.spot_image img {
  width: 100%;
  border-radius: 6px;
}

span.post_date {
  font-size: 13px;
  font-weight: 500;
  color: rgb(150, 150, 150);
}

.dt_title1 {
  font-weight: 700;
  font-size: 32px;
  margin: 0px 0px 30px;
}

.content-detail {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
  font-weight: bold;
  margin: 1em 0px 0.5em;
  line-height: 1.3;
}

.content-detail h1 {
  font-size: 2em;
}

.content-detail h2 {
  font-size: 1.75em;
}

.content-detail h3 {
  font-size: 1.5em;
}

.content-detail h4 {
  font-size: 1.25em;
}

.content-detail h5 {
  font-size: 1.1em;
}

.content-detail h6 {
  font-size: 1em;
}

.content-detail p {
  margin: 1em 0px;
}

.content-detail ul {
  list-style-type: disc;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ol {
  list-style-type: decimal;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
  list-style-type: circle;
  margin-left: 1em;
}

.content-detail li {
  margin-bottom: 0.5em;
  list-style: inherit;
}

.content-detail a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
  transition: color 0.2s;
}

.content-detail a:hover {
  color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
  font-weight: bold;
}


.content-detail em {
  font-style: italic;
}

.content-detail u {
  text-decoration: underline;
}

.content-detail blockquote {
  border-left: 4px solid rgb(204, 204, 204);
  margin: 1em 0px;
  padding-left: 1em;
  color: rgb(102, 102, 102);
  font-style: italic;
  background-color: rgb(249, 249, 249);
}

.content-detail code {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

.content-detail pre {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1em 0px;
  white-space: pre-wrap;
}

.content-detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0px;
  border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
  border: 1px solid rgb(221, 221, 221);
  padding: 0.75em;
  text-align: left;
}

.content-detail th {
  background-color: rgb(245, 245, 245);
  font-weight: bold;
}

.content-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0px;
}

.content-detail dl {
  margin: 1em 0px;
}

.content-detail dt {
  font-weight: bold;
  margin-top: 1em;
}

.content-detail dd {
  margin-left: 1em;
}

.content-detail hr {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(221, 221, 221);
  margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
  font: inherit;
  padding: 0.5em;
  margin: 0.5em 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  box-sizing: border-box;
}

.content-detail button {
  background-color: rgb(0, 102, 204);
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.content-detail button:hover {
  background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-detail sup {
  top: -0.5em;
}

.content-detail sub {
  bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
  max-width: 100%;
  height: auto;
  margin: 1em 0px;
  border: none;
}

.content-detail figure {
  margin: 1em 0px;
  text-align: center;
}

.content-detail figcaption {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
}

.content-detail mark {
  background-color: rgb(255, 255, 0);
  color: rgb(51, 51, 51);
}

.content-detail aside {
  background-color: rgb(249, 249, 249);
  padding: 1em;
  margin: 1em 0px;
  border-left: 4px solid rgb(204, 204, 204);
  font-size: 0.9em;
  color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 1em 0px;
  color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
  border-bottom: 1px dotted rgb(51, 51, 51);
  cursor: help;
}

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

.tags_section,
.comments_section {
  margin-top: 30px;
}

.tags_section>h3,
.comments_section>h3,
.comment_list>h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: rgb(30, 30, 30);
  margin: 0px 0px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tags_section ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.tags_section ul li a {
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0px 15px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
  background: rgb(208, 0, 59);
}

.tags_section ul li a:hover {
  opacity: 0.8;
}

.widget_box {
  padding-left: 15px;
}

.widget_box h3 {
  font-weight: 500;
  font-size: 24px;
  margin: 0px 0px 20px;
}

.widget_box+.widget_box {
  margin-top: 40px;
}

.widget_box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.widget_box ul li a {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  position: relative;
}

.widget_box ul.arrow_hover li a::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-15px);
  transition: 0.3s;
  opacity: 0;
}

.widget_box ul.arrow_hover li a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
  transition-delay: 0.1s;
}

.widget_box ul.arrow_hover li a:hover {
  padding-left: 20px;
}

.widget_box ul li a span {
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: none;
}

.widget_box.nbs_1 ul {
  row-gap: 20px;
}

.widget_box.nbs_1 ul:not(.social_list) li a {
  padding-bottom: 15px;
  position: relative;
  padding-left: 95px;
}

.widget_box.nbs_1 li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
}

.widget_box.nbs_1 li div {
  font-size: 13px;
  margin-top: 5px;
  opacity: 0.5;
  font-weight: 500;
}

.widget_box.nbs_1 li a img {
  border-radius: 6px;
  width: 80px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  object-fit: cover;
}

.ft_right ul.social_list li a:hover {
  text-decoration: underline;
  transform: translateY(-5px);
}

.widget_box ul.social_list {
  display: flex;
  gap: 20px;
  flex-direction: unset;
}

.widget_box ul.social_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  color: rgb(30, 30, 30);
}

.social_list li a:hover {
  color: rgb(255, 255, 255);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-decoration: none !important;
}

.relative_info {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}

.relative_info::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0px;
  opacity: 0.7;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 6px;
}

.relative_info img {
  width: 100%;
  border-radius: 6px;
  transition: 1s;
}

.relative_info:hover img {
  transform: scale(1.2);
}

.relative_info span {
  color: rgb(255, 255, 255);
  position: absolute;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  inset: auto 30px 30px;
  line-height: 1.4;
}

.detail_shareBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.detail_shareBar .detail_share {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

#otherNews {
  margin-top: 60px;
  overflow: visible;
  padding-bottom: 0px;
}

#otherNews h3.section_mini_title,
#sectorGuide h3.section_mini_title {
  margin: 0px 0px 30px;
  font-size: 36px;
}

.dic_input {
  width: 600px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
}

.dic_input input {
  width: 100%;
  padding: 0px 30px;
  background-color: rgb(255, 255, 255);
  height: 60px;
  border-width: 0px 0px 1px;
  border-color: rgb(221, 221, 221);
  font-weight: 600;
  color: rgb(0, 0, 0);
  border-radius: 30px;
  font-size: 20px;
}

.dic_input input::placeholder {
  font-weight: 400;
  font-size: 16px;
}

.dic_input button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(94, 94, 94);
  border-radius: 50%;
  border: none;
  background-color: transparent;
  font-size: 24px;
}

#dic_title::before {
  background: rgb(208, 0, 59);
}

#dic_title h1 {
  color: rgb(255, 255, 255);
}

.letter_list {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  justify-content: space-between;
  border-radius: 0px;
  background: rgb(208, 0, 59);
  display: inline-flex;
  margin: 0px auto;
  padding: 15px 0px;
}

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

.letter_list li a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  width: 27.5px;
  display: flex;
  justify-content: center;
  height: 27px;
  align-items: center;
  border-radius: 4px;
}

.letter_list li a.active {
  background-color: rgba(255, 255, 255, 0.25);
}

#dic_title {
  padding-bottom: 150px;
}

.dic_content {
  border-radius: 6px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: relative;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
  margin-top: 15px;
}

.dic_section+.dic_section {
  margin-top: 40px;
}

.dic_section {
  display: inline-block;
  width: 100%;
}

.dic_section h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 24px;
}

.dic_section_inner {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  padding: 30px 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.dic_section_inner::before {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 1px;
  background-color: rgb(248, 248, 248);
  right: 30px;
  left: 30px;
  z-index: 2;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-title {
  color: rgb(0, 0, 0);
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-weight: 500;
  display: flex;
  background: transparent;
  position: relative;
  align-items: center;
  line-height: 1.3;
  padding-right: 40px;
}

.accordion-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgb(208, 0, 59);
  border-radius: 50%;
  margin-right: 10px;
}

.accordion-title::after {
  content: "";
  font-family: FontAwesome;
  opacity: 0.4;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-title.active::after {}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s;
}

.accordion-content p {
  margin: 15px 0px 0px 15px;
  color: rgb(0, 0, 0);
  opacity: 0.6;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-family: "PT Serif", serif;
}

.accordion-content p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: rgb(221, 221, 221);
}

.accordion-item {
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.dic_letters {
  display: flex;
  justify-content: center;
  margin-top: -130px;
  position: sticky;
  z-index: 9;
  top: 50px;
  background: rgb(208, 0, 59);
}

#gallery_page .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

#gallery_page a img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
  height: 250px;
}

#gallery_page.cert_page a,
#gallery_page.cert_page a img {}

#gallery_page a:not(.page-numbers)::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0px;
  background-color: rgb(208, 0, 59);
  z-index: 2;
  border-radius: inherit;
  transition: 0.3s;
  mix-blend-mode: hard-light;
  opacity: 0;
}

#gallery_page a:not(.page-numbers)::after {
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  font-size: 60px;
  color: rgb(255, 255, 255);
  z-index: 2;
  transition: 0.5s;
}

#gallery_page .vid_item a::after {
  content: "";
}
#gallery_page .kat_item a::after {
  content: "\f07b";
}
#gallery_page .alb_item a::after {
  content: "\f03e";
}
#gallery_page a {
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

@media (min-width: 1200px) {

  #gallery_page a:hover::before,
  .w_swiper a:hover::before {
    inset: 10px;
    opacity: 1;
  }

  #gallery_page a:hover::after,
  .w_swiper a:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.contact-panel {
  background-color: rgb(255, 255, 255);
  padding: 50px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  box-shadow: rgba(40, 40, 40, 0.15) 0px 1px 73px 0px;
}

.contact-panel__title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

label.form-group span {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 16px;
  margin-top: -13px;
  transition: 0.3s;
  font-weight: 400;
  color: rgb(208, 0, 59);
  transform: translateY(-25px) translateX(0px);
  background: rgb(255, 255, 255);
  padding: 0px;
}

label.form-group input:placeholder-shown~span,
label.form-group textarea:placeholder-shown~span {
  color: rgb(146, 146, 146);
  transform: none;
  background: transparent;
  pointer-events: none;
  opacity: 0.5;
}

.form-control {
  box-shadow: none !important;
  border-color: rgb(204, 204, 204) !important;
  padding: 6px 15px !important;
}

textarea.form-control {
  height: 130px;
  resize: none;
  padding: 15px !important;
}

label.form-group.t_textarea span {
  top: 13px;
  margin-top: 0px;
  left: 15px;
  line-height: 1.4;
}

.survey_qsts {
  padding-left: 0px;
  margin-bottom: 30px;
  counter-reset: section 0;
}

.survey_row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.survey_row p {
  font-weight: 600;
  counter-increment: section 1;
}

.survey_row p::before {
  content: counter(section) " - ";
}

.survey_row ul {
  display: flex;
  flex-wrap: wrap;
}

.survey_row ul li {
  width: 100%;
}

.survey_row ul li label {
  position: relative;
  cursor: pointer;
}

.survey_row ul li label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.survey_row ul li label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.survey_row ul li label i {
  width: 20px;
  height: 20px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  display: block;
}

.survey_row ul li label input:checked~i {
  border-color: rgb(208, 0, 59);
  background-color: rgb(208, 0, 59);
}

.label-radio {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  margin: 0px;
  line-height: 1.6;
}

.label-radio a {
  color: inherit;
  text-decoration: underline;
}

.label-radio input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.label-radio span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 17px;
  height: 16px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
}

.label-radio input:checked~span {
  border-color: rgb(208, 0, 59);
  background-color: rgb(208, 0, 59);
}

.label-radio span::before {
  content: "";
  font-family: FontAwesome;
  color: rgb(255, 255, 255);
  position: relative;
  top: -6px;
  right: -2px;
  font-size: 12px;
  opacity: 0;
}

.label-radio input:checked~span::before {
  opacity: 1;
}

#submit_btn1 {
  background-color: rgb(208, 0, 59);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 60px;
  font-weight: 600;
  gap: 5px;
  transition: 0.3s;
  border: none;
}

#submit_btn1:hover {
  opacity: 0.8;
}

.tcv_04 {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
}

.tcv_04::before,
.tcv_04::after {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid rgb(232, 232, 232);
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  text-align: left !important;
  padding-top: 2px !important;
  padding-bottom: 0px !important;
}

.nice-select .current {
  color: rgb(146, 146, 146);
  opacity: 0.5;
}

.nice-select .current.ss_1 {
  color: rgb(85, 85, 85);
  opacity: 1;
}

.nice-select:hover {}

.nice-select.open,
.nice-select:active,
.nice-select:focus {}

.nice-select::after {
  border-bottom: 2px solid rgb(153, 153, 153);
  border-right: 2px solid rgb(153, 153, 153);
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open::after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
}

.nice-select.disabled {
  border-color: rgb(237, 237, 237);
  color: rgb(153, 153, 153);
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: rgb(204, 204, 204);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0px !important;
  right: 0px !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0px;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden auto;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 200px;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0px;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgb(246, 246, 246);
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: rgb(153, 153, 153);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select.form-control.select-box.green {
  border-color: rgb(194, 4, 11);
}

.nice-select.form-control.select-box.green * {
  color: rgb(51, 51, 51);
}

.nice-select.form-control.select-box.green::after {
  border-bottom-color: rgb(194, 4, 11);
  border-right-color: rgb(194, 4, 11);
}

.contact-panel .nice-select,
.contact-panel .form-group {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px !important;
  display: block;
}

.publications_page a {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 234);
  border-radius: 6px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  transition: 0.3s;
}

.publications_page a img {
  height: auto;
  border-radius: 6px;
}

.publications_page a span {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px;
  font-size: 16px;
}

.publications_page .row {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.row.grid {
  margin-bottom: -30px;
}

.row.grid>div {
  margin-bottom: 30px;
}

.wipress.publications_page a {
  border-color: rgb(0, 0, 0);
}

.wipress.publications_page a img {
  max-height: 250px;
  min-height: 100px;
  object-fit: cover;
  width: 100%;
  object-position: center top;
}

.wipress.publications_page a figure {
  position: relative;
  width: 100%;
  background-color: rgb(0, 0, 0);
  border-radius: 6px;
}

.wipress.publications_page a figure img {
  transition: 0.3s;
}

.h3_noresult {
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

a.memb_log {
  display: none;
}

.item.bg-cover {
  height: 600px;
}

.ind_m_slider {
  position: relative;
}

.ind_m_slider>button {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  font-size: 28px;
}

.ind_prev {
  left: 30px;
}

.ind_next {
  right: 30px;
}

#pagination4 {
  position: absolute;
  transform: translateX(-50%);
  pointer-events: all;
  display: flex;
  gap: 10px;
  left: 50%;
  bottom: 30px;
  top: auto;
  height: auto;
  z-index: 2;
  justify-content: center;
}

#pagination4 span {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid rgb(255, 255, 255);
  margin: 0px;
}

#pagination4 span.swiper-pagination-bullet-active {
  background-color: transparent;
}

.anadolu_bulusmalari {
  background-image: url("../img/anadolu_bulusmalar2.jpg");
}

.tuhid_connect {
  background-image: url("../img/tuhid_connect.jpg");
}

.tuhid_burs_programi {
  background-image: url("../img/tuhid_burs.jpg");
}

.iletisem_tuhid_academy {
  background-image: url("../img/tuhid_academy.jpg");
}

.bg_j89 {
  position: absolute;
  left: 0px;
  width: 50%;
  top: 0px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

.ethics_slider {
  box-shadow: rgba(214, 215, 216, 0.57) 0px 5px 30px 0px;
  position: relative;
}

.ethics_slider::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  bottom: 30px;
  background-color: rgb(255, 255, 255);
  width: 1px;
  z-index: 2;
}

.es_item1 {
  position: relative;
}

.es_item1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background-color: rgb(231, 231, 231);
}

.es_item1 i {
  font-size: 55px;
  margin-bottom: 20px;
  color: #ff4949;
  transition: 0.5s;
}

.es_item1:hover i,
.es_item1:hover img {
  transform: rotate(360deg);
}

.es_item1 img {
  margin-bottom: 20px;
  transition: 0.5s;
  height: 50px;
}

.es_item1 strong {
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(17, 29, 48);
  line-height: 1.6;
}

.es_item1 {
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
}

.es_item1:hover i {
  color: rgb(255, 73, 73);
}

footer .f-items .f-item.about {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 40px;
  margin-right: 10px;
}

footer .footer-bottom {
  overflow: hidden;
}

footer .footer-bottom-box {
  padding: 50px 80px 50px 0px;
  position: relative;
  z-index: 1;
}

footer.bg-dark,
footer.bg-dark p,
footer.bg-dark li,
footer.bg-dark span {
  color: rgb(204, 204, 204);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: rgb(255, 255, 255);
}

.sidebar ul,
.sidebar ol,
footer ul,
footer ol {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}

footer .footer-bottom li {
  display: inline-block;
  margin-left: 0px;
  position: relative;
  z-index: 1;
  padding-left: 0px;
  margin-bottom: 0px;
}

footer.bg-dark,
footer.bg-dark p,
footer.bg-dark li,
footer.bg-dark span {
  color: rgb(204, 204, 204);
}

.footer-bottom-box::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 400%;
  background: rgb(11, 20, 34);
  z-index: -1;
  opacity: 0.8;
  clip-path: polygon(0px 0px, 99% 0px, 100% 100%, 10% 100%);
}

#menu-footer-menu {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.src_trigger {}

.attr-nav {
  position: relative;
}

.src_form1 {
  position: absolute;
  right: 15px;
  bottom: 80px;
  width: 700px;
  background-color: rgb(255, 255, 255);
  z-index: 101;
  display: none;
}

.src_form1.active {
  display: block;
}

.src_form1 input {
  width: 100%;
  border: 1px solid rgb(234, 234, 234);
  padding: 0px 0px 0px 15px;
  border-radius: 4px;
  height: 50px;
  min-height: auto;
  transition: 0.3s;
}

.src_form1 input:focus {
  border-color: rgb(0, 0, 0);
}

.src_form1 button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  padding: 0px 15px;
  background-color: transparent;
  border: none;
}

.schedule-section {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

.schedule-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 285px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.schedule-section .bg-layer::before {
  position: absolute;
  content: "";
  background: rgb(208, 0, 59);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  min-height: 330px;
}

.schedule-section .tabs-content {
  position: relative;
  padding: 40px;
  z-index: 1;
}

.schedule-section .tabs-content::before {
  position: absolute;
  content: "";
  background: rgb(245, 245, 245);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: -1;
  border-radius: 0 0 5px 5px;
}

.schedule-section .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: #111d30;
  border-radius: 5px 5px 0px 0px;
  padding: 15px;
  cursor: pointer;
  transition: 500ms;
}

.schedule-section .sec-title p {
  color: rgb(225, 243, 251);
}

.schedule-section .tab-btn.active-btn {
  background: rgb(245, 245, 245);
  color: rgb(208, 0, 59);
}

.monthly .monthly-today .monthly-day-number {
  color: rgb(255, 255, 255) !important;
}

.monthly .monthly-today .monthly-day-number {
  color: rgb(4, 52, 96);
  font-size: 14px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
}

.monthly-day-title-wrap div,
.monthly-header-title {
  font-family: var(--title-font);
}

.monthly-today::before {
  position: absolute;
  content: "7Meetings";
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: rgb(4, 52, 96);
  left: -12px;
  top: -37px;
  font-weight: 400;
  background: rgb(255, 255, 255);
  padding: 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  width: 75px;
  text-align: center;
  z-index: 9;
}

.monthly-today::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 12px;
  height: 6px;
  left: 22px;
  top: -17px;
  z-index: 9;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.schedule-section .schedule-calander+.btn-box {
  margin-top: 30px;
  width: 100%;
}

.schedule-section .schedule-calander+.btn-box .btn {
  width: 100%;
  padding: 18px 25px;
  background-color: rgb(208, 0, 59);
}

.schedule-block-one .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 15px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
  height: 100%;
}

.schedule-block-one .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: rgb(208, 0, 59);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: 500;
}

.schedule-block-one .inner-box .time {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #837e7f;
}

.schedule-block-one .inner-box h3 {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  color: #111d30;
}

.schedule-block-one .inner-box h3 a {
  display: inline-block;
  color: rgb(4, 52, 96);
}

.schedule-block-one .inner-box h3 a:hover {}

.schedule-section .site-heading h2,
.schedule-section .site-heading h4 {
  color: rgb(255, 255, 255);
}

.schedule-section .site-heading h4::before {
  background-color: rgb(255, 255, 255);
}

.schedule-block-one .inner-box p {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #837e7f;
  font-size: 18px;
}

.schedule-block-one .inner-box p i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
  color: rgb(208, 0, 59);
}

.link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgb(4, 52, 96);
  text-transform: uppercase;
}

.link-box a:hover {}

.link-box a span {
  position: relative;
  padding-left: 18px;
}

.link-box a span::before {
  position: absolute;
  content: "";
  font-family: flaticon;
  font-size: 12px;
  left: 0px;
  top: -2px;
}

.schedule-calander {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 34px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.content-box .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.content-box .row>div {
  float: none;
}

.schedule-block-one {
  height: 100%;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: 900ms;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.rmore79 {
  border-top: 1px solid rgb(231, 231, 231);
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

.rmore79 a {
  color: rgb(102, 102, 102);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

#newsLister>div .item {
  height: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.eventSwiper .swiper-slide {
  height: auto;
}

.eventSwiper .item {
  height: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}

.mt-0 {
  margin-top: 0px !important;
}

.single-item .item {
  cursor: pointer;
}

section.blog-area {
  overflow: visible;
}

.team_member_modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: hsl(0deg 0% 0% / 79%);
}

.team_member_modal>span {
  position: absolute;
  inset: 0;
}

.tmm_inner {
  width: 900px;
  background-color: #fff;
  max-width: calc(100% - 30px);
  border-radius: 6px;
  min-height: 400px;
  position: relative;
  z-index: 2;
}

.social>strong {
  color: #000;
}

.team-single-area .top-info strong {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.team-single-area .right-info .social ul li.linkedin a {
  background-color: rgb(0, 119, 181);
  color: #fff;
}

.member_info7 {
  position: relative;
  padding-right: 60px;
}

.member_info7 .social {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0 !important;
}

.member_info7 .social li {
  margin-right: 0 !important;
}

.team_member_modal>button {
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px;
  color: #fff;
  font-size: 24px;
  z-index: 4;
  background-color: transparent;
  border: none;
}

.team_member_modal.active {
  display: flex;
}

.dropdown_toggle>ul {
  display: none;
}

.dropdown_toggle>a::after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.blog-area .sidebar .sidebar-item.category>div>ul>li.dropdown_toggle a span i::before {
  content: "\f107";
  font-family: 'FontAwesome';
}

.dropdown_toggle>a.forMinus::after {
  content: "\f106";
}

.blog-area .sidebar .sidebar-item.category>div>ul>li.dropdown_toggle a.forMinus span i::before {
  content: "\f106";
}

.dropdown_toggle>a {
  padding-bottom: 8px;
}

.blog-area .sidebar .sidebar-item.category>div>ul>li>a {
  padding-bottom: 0;
}
.blog-area .sidebar .sidebar-item.category>div>ul>li>a.active {
  color: #d0003b;
}
.blog-area .sidebar .sidebar-item.category>div>ul>li>a.forMinus {
  padding-bottom: 8px;
}

.react-footer .footer-top-cta {
  background: url(../img/newsletter.jpg) no-repeat top;
  background-size: cover;
  border-radius: 6px;
  max-width: 1300px;
  padding: 50px 55px;
  width: 100%;
  margin-top: -110px;
}

.react-footer .footer-top-cta .row {
  align-items: center;
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
}

.react-footer .footer-top-cta h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px;
}

.react-footer .footer-top-cta h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}

.react-footer {
  margin-top: 110px;
}

.f-items.default-padding {
  padding-top: 50px;
}

.nws_input {
  width: 100%;
  position: relative;
}

.nws_input input {
  height: 60px;
  border: solid #fff;
  border-width: 0 0 2px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  padding-left: 60px;
}

.nws_input input::placeholder {
  color: #fff;
}

.nws_input>i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
}

.nws_input>button {
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  font-size: 24px;
  color: #fff;
}

.services-box.text-center {
  display: flex;
  flex-wrap: wrap;
}

.services-box.text-center>div {
  float: none;
}

.brandSection_inner {
  width: 100%;
  overflow: hidden;
}

.calander-block {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.reference_list {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
  -moz-overflow-style: none;
  overflow-style: none;
  width: 100%;
  padding: 1px 0;
}

.reference_list li {
  display: inline;
  list-style: none;
}

.reference_list li+li {
  margin-left: 10px;
}

.reference_list li button,
.reference_list li a {
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 14, 32, .1);
  color: #5b5f64;
  font-weight: 400;
  outline: none;
  padding: 0 15px;
  transition: all .5s ease 0s;
  font-size: 16px;
  letter-spacing: -.3px;
  border: 1px solid #eaeaea;
  display: inline-flex;
  align-items: center;
  height: 40px;
}

.reference_list li button:hover,
.reference_list li a:hover {
  border-color: #1e1e1e
}

.reference_list li button.ce_menu_act,
.reference_list li a.ce_menu_act {
  background: rgb(208, 0, 59);
  color: #fff;
  border-color: rgb(208, 0, 59);
}

.reference_list::-webkit-scrollbar {
  display: none
}

.reference_list {
  position: relative;
}

.reference_list::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
}

.sector_items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.sector_item {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.sector_item h3 {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 24px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}

.sector_item h3 .detail_share {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.sector_item h3 .detail_share li a {
  width: 30px;
  height: 30px;
  background: transparent;
  ;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #1e1e1e;
}

.sector_item h3 .detail_share li a:hover {
  background-color: rgb(208, 0, 59);
  border-color: rgb(208, 0, 59);
  color: #fff;
}

.sector_item h3 .detail_share ul {
  gap: 15px;
}

.sector_item h3 .detail_share ul li.facebook a {
  /* background-color: #1877F2; */
}

.sector_item h3 .detail_share ul li.x a {
  /* background-color: #000; */
}

.sector_item h3 .detail_share ul li.instagram a {
  /* background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); */
}

.sector_item h3 .detail_share ul li.linkedin a {
  /* background-color: #0077B5; */
}

.sector_item ul.detail_pxp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.sector_item ul.detail_pxp li {
  width: 100%;
  color: #777;
  line-height: 1.4;
  border-radius: 10px;
}

.sector_item strong {
  display: block;
  font-weight: 500;
  color: #1e1e1e;
}

.sector_item .row {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.sector_item img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}

.sector_items::before,
.sector_items::after {
  display: none;
}

.sector_item+.sector_item {
  margin-top: 30px;
}

.rl_overlay {
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 10;
  padding: 15px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.rl_overlay.stuck {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}

section.counter_area {
  padding: 80px 0;
  position: relative;
  background: #111d30;
}

section.counter_area .container {
  position: relative;
  z-index: 2;
}


.counter_upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 34px;
  margin-bottom: 27px;
}

.counter-single-item {
  margin-bottom: 0;
}

.counter-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
}

.counter-content.none::before {
  display: none;
}

.counter-_number h1 {
  display: inline-block;
  font-size: 40px;
  line-height: 52px;
  color: rgb(241 240 223);
  font-weight: 600;
  margin: 0;
}

.counter-_number span {
  display: inline-block;
  font-size: 50px;
  line-height: 52px;
  color: rgb(241 240 223);
  font-weight: 600;
}

.counter_title {
  margin-left: 20px;
  position: relative;
}

.counter_title::before {
  position: absolute;
  content: "";
  left: -22px;
  top: 20px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}

.counter_title h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: rgb(180, 145, 81);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

.counter_area .section_title h1 {
  font-size: 42px;
  color: rgb(45, 45, 45);
  font-weight: 600;
  line-height: 1.3;
}

.counter_area .section_title h1 {
  margin: 0px;
}

.counter_area .section_title.style_two h1 {
  color: #fff;
}

.counter_row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0;
  flex-wrap: wrap;
}

.counter_row1::before,
.counter_row1::after {
  display: none;
}

.counter_row1>i {
  height: 30px;
  width: 28px;
  background: url("../img/star_icon.png") no-repeat;
}

@media(min-width:1024px) {
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu.icon-padding {
    position: relative;
    padding-left: 80px;
  }

  .icon-padding>i,
  .icon-padding>img {
    position: absolute;
    left: 25px;
    top: -5px;
    font-size: 30px;
    color: rgb(162 162 162);
  }

  .icon-padding>img {
    height: 35px;
    opacity: .8;
  }

  .dropdown:hover>ul {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media(max-width: 1023px){
  .dropdown-toggle.active::before {
    content: "\f106" !important;
  }
}

.search_sector {
  margin: 0 0 15px 0;
  position: relative;
}

.search_sector input {
  height: 46px;
  background-color: #F5F7FA;
  border: 1px solid #E8EDF3;
  border-radius: 6px;
  width: 100%;
  padding-left: 15px;
  font-weight: 300;
}

.search_sector button {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  padding: 0 15px;
  color: #8495B0;
  background-color: transparent;
  border: none;
}

.search_sector input::placeholder {
  color: #8495B0;
}

.sect_q77 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.sect_q77::before,
.sect_q77::after {
  display: none;
}

.sect_q77>div {
  float: none;
}

.sect_q77>div:first-child {
  padding-right: 60px;
}

.why-chose-us-area.forHover .item-box .info li:nth-child(2) svg {
  animation-delay: .2s;
}

.why-chose-us-area.forHover .item-box .info li:nth-child(3) svg {
  animation-delay: .3s;
}

.why-chose-us-area.forHover .item-box .info li:nth-child(4) svg {
  animation-delay: .4s;
}

.why-chose-us-area.forHover .item-box .info li svg {
  animation: heartBeat 1s;
}

.forAward {
  position: relative;
  display: flex;
  align-items: center;
}

.forAward img {
  width: 70px;
}

.forAward>div {
  flex: 1;
  padding-left: 100px;
}

.section_title.style_two {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.section_title.style_two>a {
  background-color: rgb(180, 145, 81);
  color: #fff;
  border-color: rgb(180, 145, 81);
}

.section_title.style_two>a:hover {
  background-color: transparent;
  color: rgb(180, 145, 81) !important;
}


/* resres */
.se-pre-con {
  display: none;
}

@media (max-width: 1250px) {
  .fc_right {
    gap: 15px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  nav.navbar.bootsnav.small-pad.logo-less ul.nav>li>a {
    padding: 10px 10px !important;
  }
}

@media (max-width: 1200px) {
  .forAward {
    align-items: flex-start;
  }

  .counter_title h5 br {
    display: none;
  }

  .counter-_number {
    min-width: 161px;
  }

  .counter_row1>div {
    width: 100%;
    text-align: left;
  }

  .counter-content {
    justify-content: flex-start;
    padding-left: 60px;
  }

  .counter-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 28px;
    background: url('../img/star_icon.png') no-repeat;
    display: block !important;
  }

  .counter_row1>i {
    display: none;
  }

  .cb_inner {
    padding-right: 80px;
  }

  .header_menu .container>ul ul {
padding-left: 0px;
  }

  .dropdown1>ul {
    display: none;
  }

  .header_menu>img {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 50px;
  }

  .header_menu .container>ul>li>a {
    color: rgb(255, 255, 255);
  }

  .header_menu .container>ul>li>a::before {
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    opacity: 0.4;
  }

  .menu_overlay {
    display: block;
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

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

  .header_menu .container li.dropdown1>a::after {
    content: "+" !important;
    font-family: "Font Awesome 6 Pro";
  }

  .header_menu .container li.dropdown1>a.active::after {
    content: "" !important;
  }

  .header_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 100%;
    background: rgb(208, 0, 59);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transform: translateX(-100%);
  }

  .header_menu.active {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .header_menu .container>ul>li>ul li a {
    padding: 8px 0px 8px 15px;
    color: rgb(255, 255, 255);
    justify-content: space-between;
    white-space: normal;
    height: auto;
    line-height: 1.4;
    gap: 10px;
  }

  .header_menu .container a {
    text-transform: capitalize !important;
    font-size: 16px !important;
  }

  .header_menu .container>ul {
    flex-direction: column;
    position: absolute;
    inset: 30px 0px 105px 30px;
    overflow-y: auto;
    padding-right: 30px;
    justify-content: flex-start;
  }

  .header_menu .container {
    max-width: 100%;
    padding: 0px;
  }

  .header_menu .container>ul>li>a {
    height: auto;
    padding: 10px 0px;
    justify-content: space-between;
  }

  .header_menu .container>ul>li>ul {
    position: static;
    display: none;
    transition: none;
    background: transparent;
    padding: 0px;
  }

  .footer_content {
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 40px;
  }

  .fc_left {
    width: 100%;
  }

  .fc_right {
    padding-left: 0px;
  }

  .src_input .src_closer {
    display: block;
  }

  .src_input .desk_src {
    display: none;
  }

  .src_input {
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0px 30px;
    height: 81px;
    top: 0px;
    display: none;
    align-items: center;
  }

  .src_input.active {
    display: flex;
  }

  .src_input form {
    width: 100%;
  }

  .src_input button {
    right: 30px;
  }

  .header_sc div button {
    display: flex;
    align-items: center;
    font-size: 24px;
    border: none;
    background-color: transparent;
    height: 40px;
    padding: 0px 15px;
  }

  .header_sc div a {
    height: 40px;
  }

  .header_sc div {
    display: flex;
    align-items: center;
    margin-left: 0px;
  }

  .header_social {
    display: none;
  }

  .src_header {
    flex-direction: row;
    justify-content: flex-end;
    height: 50px;
  }

  .logo_header img {
    height: 50px;
  }
}

@media (max-width: 1023px) {
  .title.active::before {
    content: "\f106" !important;
  }

  .src_form1 {
    bottom: 10px;
  }

  .icon-padding>i,
  .icon-padding>img {
    display: none;
  }

  .src_form1 input,
  .src_form1 button {
    height: 40px;
  }

  a.memb_log {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    background-color: rgb(208, 0, 59);
    color: rgb(255, 255, 255);
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
  }

  .navbar>.container {
    padding-right: 10px;
  }

  .top-bar-area {
    display: none;
  }

  div.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none;
  }

  div.navbar-header::before,
  div.navbar-header::after {
    display: none;
  }

  nav.navbar.bootsnav button:not(.src_form1 button) {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0px 10px;
    margin: 0px;
    top: 0px;
    font-size: 22px;
  }

  .navbar-header>div {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .section_title.style_two {
    flex-wrap: wrap;
  }

  .why-chose-us-area .item-box .info li.active::before {
    display: none;
  }

  .forAward {
    align-items: flex-start;
  }

  .team_member_modal>button {
    background-color: #1e1e1e;
    padding: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    right: 15px;
    top: 30px;
  }

  .src_form1 {
    width: calc(100% - 160px);
  }

  footer .f-items .f-item.about {
    border-right: none;
  }

  .why-chose-us-area .item-box .info li a {
    color: rgb(255, 255, 255);
  }

  .bg_j89 {
    display: none;
  }

  .ind_m_slider>button {
    display: none;
  }

  .banner-area .content {
    padding: 0px 100px;
    width: 100%;
  }

  .dic_letters {
    top: 81px;
  }

  .faq_cont {
padding-left: 0px;
    margin-top: 40px;
  }

  .mainSwiper .swiper-slide i {
    width: 0px;
  }

  .mainSwiper .swiper-slide i::before {
    width: 300px;
    opacity: 0.5;
    pointer-events: none;
  }

  .blueSection .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .blueSection .row::before,
  .blueSection .row::after {
    display: none;
  }

  .index_news {
padding-left: 0px;
  }

  .exp_title {
    flex-wrap: wrap;
  }

  .iletisem_swiper .swiper-slide {
    height: auto;
  }

  .ism_item {
    height: 100%;
  }

  .ps_boxes div:first-child p {
    max-height: none;
  }

  .header_top {
    position: sticky;
    top: 0px;
    z-index: 10;
    background-color: rgb(255, 255, 255);
  }

  .section_mini_title ul {
    display: none;
  }

  .widget_box {
    padding-left: 0px;
  }

  .detail_share ul {
    justify-content: center;
  }

  .content_row1 {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .content_row1::before,
  .content_row1::after {
    display: none;
  }

  .dt_content {
    padding-left: 0px;
  }

  .footer_top {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer_top>div:nth-child(2) {
    width: 100%;
  }

  .footer_top>div:nth-child(1) {
    flex: 1 1 auto;
    padding-right: 0px;
  }

  .header_sc div button.mobile_src_act {
    padding-right: 0px;
  }

  .indexAbout .row {
    row-gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .indexAbout .row::before,
  .indexAbout .row::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .forAward>div {
    padding-left: 30px;
  }

  .sector_item ul.detail_pxp {
    row-gap: 15px;
  }

  .counter_area .section_title.style_two h1 {
    font-size: 26px;
  }

  .counter_row1>div {
    width: 100%;
    padding: 0 15px;
  }

  section.counter_area {
    padding: 40px 0;
  }

  .counter-_number h1,
  .counter-_number span {
    font-size: 24px;
  }

  .counter-content {
    padding-left: 48px;
  }

  .counter_title h5 {
    font-size: 14px;
  }

  .counter_row1 {
    row-gap: 15px;
  }

  .counter-_number {
    min-width: 80px;
  }

  .counter_title h5 br {
    display: none;
  }

  .sector_item ul.detail_pxp li {
    width: 100%;
  }

  .sector_item h3 .detail_share ul {
    width: 100%;
    gap: 8px;
  }

  .sector_item h3 {
    flex-wrap: wrap;
    gap: 15px;
  }

  .reference_list li button,
  .reference_list li a {
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1px;
  }

  .sector_item {
    padding: 15px;
  }

  footer .link li {
    margin-bottom: 5px;
  }

  footer .f-item .address li {
    margin-bottom: 15px;
  }

  footer .f-item {
    margin-top: 30px;
  }

  footer .widget-title {
    margin-bottom: 15px;
  }

  .f-items.default-padding {
    padding-top: 0px;
  }

  .react-footer .footer-top-cta h4 {
    font-size: 14px;
  }

  .react-footer .footer-top-cta {
    padding: 30px;
  }

  .react-footer .footer-top-cta h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .team_member_modal .thumb img {
    width: 100%;
  }

  .team_member_modal {
    align-items: flex-start;
  }

  .team-single-area .top-info {
    padding: 30px;
  }

  .schedule-section {
    padding-top: 40px;
  }

  .schedule-section .tabs-content {
    padding: 20px;
  }

  .content-box .row {
    row-gap: 15px;
  }

  .src_form1 input {
    font-size: 14px;
  }

  #menu-footer-menu {
    justify-content: center;
  }

  .staff_card div {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    place-content: center;
  }

  .staff_card div p,
  .staff_card div strong {
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }

  .row.grid>div {
    margin-bottom: 15px;
  }

  .publications_page .row {
    margin: 0px -7.5px;
    row-gap: 15px;
  }

  .publications_page .row>div {
    padding: 0px 7.5px;
  }

  .file_section ul li a span,
  .file_section ul li a>strong {
    font-size: 14px;
  }

  .contact-panel {
    padding: 30px;
  }

  #gallery_page a img {
    height: 180px;
  }

  .letter_list li a {
    font-size: 14px;
  }

  .dic_content,
  .dic_section_inner {
    padding: 20px;
  }

  .dic_section h2 {
    font-size: 18px;
  }

  .dic_input input {
    height: 40px;
  }

  .dic_letters {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    top: 71px;
    padding: 0px 15px;
  }

  .letter_list {}

  .faq_cont .section_title1 {
    margin-bottom: 0px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .faq_section {
    padding: 40px 0px;
  }

  .mainSwiper img {
    min-height: 500px;
    height: 500px;
  }

  .fc_right {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fc_right h3 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }

  .fc_right h3::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
  }

  .fc_right h3.active::after {
    content: "";
  }

  .fc_right>div {
    flex: unset;
    width: 100%;
  }

  .fc_right ul {
    display: none;
  }

  .fc_right ul li+li {
    margin-top: 5px;
  }

  .ism_item svg {
    height: 50px;
  }

  .other_links a {
    height: 35px;
    padding: 0px 10px;
    font-size: 14px;
  }

  .other_links {
    gap: 10px;
  }

  .blueSection {
    padding: 40px 0px;
  }

  .in_item {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .in_item>div:first-child,
  .in_item>div:last-child {
    width: 100%;
    flex: 0 0 auto;
    padding: 0px;
  }

  .other_links {
    margin-top: 40px;
  }

  .iletisem_redbar {
    padding: 40px 0px;
  }

  .ir_inner {
    padding: 40px 0px 40px 30px;
  }

  .indexAbout p {
    font-size: 15px;
  }

  .indexAbout div p:first-child {
    font-size: 16px;
  }

  .ps_boxes div:first-child {
    inset: auto 20px 20px;
  }

  .ps_boxes span {
    font-size: 24px;
  }

  .ps_boxes div:first-child p {
    font-size: 14px;
  }

  .ps_boxes div:last-child {
    left: 20px;
    top: 20px;
    font-size: 18px;
    z-index: 2;
    opacity: 1;
    transform: none;
  }

  .ps_boxes {
    height: 400px;
  }

  .cb_inner {
    padding-right: 0px;
  }

  .counter_bar {
    background-color: rgb(94, 94, 94);
  }

  .counter_title h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .indexAbout h2 {
    font-size: 32px;
  }

  .ia_lister li a {
    font-size: 18px;
    padding: 10px 0px;
  }

  .ia_left {
    padding-right: 0px;
  }

  #otherNews {
    margin-top: 40px;
  }

  .tags_section ul li a {
    height: 30px;
    padding: 0px 10px;
    font-size: 13px;
  }

  .tags_section ul {
    gap: 10px;
  }

  .nws_item div strong {
    font-size: 18px;
  }

  .detail_share ul li a {
    font-size: 20px;
  }

  .detail_shareBar {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }

  .detail_shareBar>span {
    font-size: 14px;
  }

  .detail_shareBar>div {
    width: 100%;
  }

  .header_top .container {
    padding-right: 0px;
  }

  .member_table .row>div {
    padding: 0px 7.5px;
  }

  .member_table .row {
    margin: 0px -7.5px;
    row-gap: 15px;
  }

  .staff_card img {
    height: 200px;
  }

  .src_input {
    padding: 0px 15px;
    height: 71px;
  }

  .src_input button {
    right: 15px;
  }

  .logo_header img,
  .src_header {
    height: 45px;
  }

  .header_sc div a {
    height: 30px;
  }

  .header_sc div button {
    height: 30px;
  }

  .header_menu {
    width: 270px;
  }

  .file_section {
    padding: 20px;
  }

  .section_mini_title,
  #otherNews h3.section_mini_title {
    font-size: 32px;
    letter-spacing: 0px;
  }

  #otherNews h3.section_mini_title,
  #sectorGuide h3.section_mini_title {
    font-size: 20px;
    font-weight: bold;
    display: none;
  }

  .page_grd_title .section_mini_title {
    margin-bottom: 15px;
  }

  .fc_left img {
    height: 50px;
  }

  .footer_bottom {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer_bottom>div {
    width: 100%;
    justify-content: center;
  }

  .custom_footer {
    padding: 40px 0px;
  }

  .footer_top>div:nth-child(1) h2 {
    font-size: 24px;
  }

  .footer_top>div:nth-child(1) p {
    font-size: 16px;
  }
}
.event_time {
  border: 1px solid #eaeaea;
  padding: 15px;
  margin: -15px 0 15px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.event_time > div:first-child {
  width: 250px;
}
.event_time > div:last-child {
  flex: 1;
  padding-left: 15px;
  display: flex
;
  justify-content: flex-end;
}
.event_time span {
  padding-left: 35px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #747474;
}

.event_time span {
  position: relative;
}
.event_time span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.event_time > div strong:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .event_time {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 0;
  }
  .event_time > div:first-child, .event_time > div:last-child {
      width: 100%;
  }
  .event_time > div:last-child {
    justify-content: flex-start;
    padding-left: 0;
  }
}
.projects-area {
  width: 100%;
}

.container-fluid {
  padding: 0;
}

.project-item {
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}

.project-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out;
}

.project-item:hover::before {
  background-color: rgba(233, 13, 50, 0.7);
}

.project-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.project-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
}

.project-content p {
  font-size: 14px;
  margin-bottom: 15px;
  color: white;
  font-weight: 300;
}

.project-content span {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #e91332;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.project-content span:hover {
  background-color: rgb(208, 0, 59);
  color: white;
}

@media(min-width: 992px) {
  .project-content p {
    height: 110px;
  }
}
/* Ekran genişliği 1485px - 1290px arasında ise */
@media (max-width: 1485px) and (min-width: 1290px) {
  .project-content h4 {
      font-size: 20px;
  }
}

/* Ekran genişliği 1289px - 1199px arasında ise */
@media (max-width: 1289px) and (min-width: 1199px) {
  .project-content h4 {
      font-size: 18px;
  }
}


.update-box{
  border:1px
  solid rgb(208, 0, 59);
  padding:24px;
  text-align:center;
  background:#fbfbfb;
  border-radius:8px;
  margin:20px 0;

}
.update-box i{
  font-size:48px;
  color: rgb(208, 0, 59);
  margin-bottom: 15px;
}
.container-fluid .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mobile-margin-right{
    padding-right: 15px !important;
}