*,
::after,
::before {
  box-sizing: border-box;
  outline: unset;
}
body,
html {
  min-height: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  margin: 0;
  overflow-x: unset !important;
  padding: 0;
}
a {
  text-decoration: none;
  color: unset;
}
.container {
  max-width: 1600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#tamMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: scroll;
  padding: 0;
}
#tamMenu a {
  color: #003d6c;
}
#tamMenu a:hover {
  color: #002847;
}
#tamMenu .container {
  height: 100%;
  display: grid;
  grid-template-rows: 150px 1fr 70px;
}
#tamMenu .headerbackground {
  position: relative;
}
#tamMenu .headerbackground:after {
  content: "";
  position: absolute;
  left: -100%;
  height: 150px;
  width: 200%;
  z-index: -1;
}
#tamMenu .container .header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(221 221 221 / 22%);
}
#tamMenu .container .header .headerLeft {
  flex: 1;
}
#tamMenu .container .header .headerLeft {
  display: flex;
  align-items: center;
  flex: 1;
}
#tamMenu .container .header .headerRight {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
#tamMenu .container .header .headerRight .customerService {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  margin-right: 25px;
}
#tamMenu .container .header .headerRight .customerService:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#tamMenu .container .header .headerRight .customerService p {
  color: rgb(255 255 255 / 74%);
  font-size: 17px;
}
#tamMenu .container .header .headerRight .customerService img {
  width: 30px;
  height: 35px;
  object-fit: contain;
  margin: 0 20px;
}
#tamMenu .container .header .headerRight .customerService span {
  color: #000000;
  font-weight: 700;
}
#tamMenu .container .header .headerRight .closebtn {
  font-size: 38px;
  color: #fff;
  text-align: right;
  width: 70px;
  height: 70px;
  background: #00447b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}
#tamMenu .container .headerMobil {
  display: none;
  background: #f9f9f9;
  align-items: center;
}
#tamMenu .container .headerMobil .headerLeft {
  flex: 1;
  display: flex;
  margin-top: 15px;
}
#tamMenu .container .headerMobil .headerRight {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#tamMenu .container .headerMobil .headerRight .mobilPhone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 28px;
}
#tamMenu .container .headerMobil .headerRight .mobilPhone p {
  font-weight: 700;
  margin-left: 10px;
}
#tamMenu .container .headerMobil .headerRight .closebtn {
  font-size: 38px;
  color: #fff;
  text-align: right;
  width: 70px;
  height: 70px;
  background: #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tamMenu .container .content {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  color: #798088;
}
#tamMenu .container .content .mobilLeftMenu {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0.3;
}
#tamMenu .container .content .mobilLeftMenu #accordion {
  display: flex;
  flex-direction: column;
}
#tamMenu .container .content .mobilLeftMenu #accordion .single-accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header {
  width: 100%;
  margin: 0;
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 1px solid rgb(221 221 221 / 22%);
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header
  h1 {
  font-weight: 500;
  margin: 0;
  font-size: 17px;
  display: inline;
  color: #737373;
  transition: all 0.3s;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header
  i {
  color: #737373;
  font-size: 14px;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header__title {
  padding: 1rem 1.5rem;
  text-transform: capitalize;
  color: #fff;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header__caret {
  padding: 1rem 1.5rem;
  margin-left: auto;
  border-left: 1px solid;
  position: relative;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-header__caret::before {
  content: "+";
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-text {
  margin: 0 auto;
  padding: 0 0 0 10px;
  min-width: 95%;
  max-width: 95%;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  flex-direction: column;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion
  .accordion-text
  a {
  margin-top: 10px;
  font-size: 14px;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion[data-opened="true"]
  .accordion-header__caret::before {
  content: "-";
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion[data-opened="true"]
  .accordion-header
  h1 {
  transition: all 0.3s;
  color: #000;
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  #accordion
  .single-accordion[data-opened="true"]
  .accordion-header
  i {
  transform: rotate(180deg) !important;
  transition: all 0.3s;
  color: #000;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu {
  padding: 30px 0;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(221 221 221 / 22%);
}
#tamMenu
  .container
  .content
  .mobilLeftMenu
  .mobilMenu
  ul
  li:first-child::after {
  display: none;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li:last-child::after {
  display: none;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 0;
  padding: 9px 0;
  width: 100%;
  color: #737373;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a::after {
  position: absolute;
  content: "";
  height: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #003d6c;
  transform: scale(0);
  transform-origin: center;
  transition: all ease 0.5s;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li:hover a::after {
  transform: scale(1);
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a i {
  color: #000;
}
#tamMenu .container .content .mobilLeftMenu .mobilMenu ul li:hover a i {
  color: #000;
}
#tamMenu .container .content .mobilMidMenu {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 51px;
  padding: 0 0;
  border-right: 1px solid rgb(221 221 221 / 22%);
  padding-right: 50px;
  order: 2;
  background-color: #fff;
}
#tamMenu .container .content .mobilMidMenu .title h1 {
  margin: 0;
  padding: 30px 0 16px;
  border-bottom: 1px solid rgb(221 221 221 / 22%);
  font-size: 17px;
  color: #737373;
}
#tamMenu .container .content .mobilMidMenu .activityMenu {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#tamMenu .container .content .mobilMidMenu .activityMenu .item {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  margin-top: 6px;
  flex: 1 0 33%;
  padding: 35px 10px;
  flex-direction: column;
  box-shadow: 3px 3px 1px #0000000a;
}
#tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
  margin: 0 15px;
  padding: 0;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
}
#tamMenu .container .content .mobilMidMenu .activityMenu .item img {
  padding: 0 15px;
  transition: all 0.3s;
  object-fit: contain;
  height: 200px;
  margin-bottom: 30px;
}
#tamMenu .container .content .mobilMidMenu .activityMenu .item:hover {
  opacity: 1;
  transition: all 0.3s;
  background-color: #00447b;
}
#tamMenu .container .content .mobilMidMenu .activityMenu .item:hover h1 {
  transition: all 0.3s;
  font-weight: 500;
  color: #fff;
}
.product-fg-seventeen .single-product .productCap .title {
  min-height: 50px;
}
.product-fg-seventeen .single-product .productImg .sticky.stickyStye {
  clip-path: unset !important;
  background-color: #003d6c !important;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu {
  display: flex;
  flex-wrap: wrap;
  padding: 49px;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu a {
  flex: 1 0 30%;
  padding: 15px 47px;
  border-right: 1px solid rgb(221 221 221 / 12%);
  transition: all 0.3s;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3n) {
  border-right: unset;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
  height: 42px;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3) img {
  height: 50px;
}
#tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(5) img {
  height: 50px;
}
#tamMenu a.logo-one img {
  height: 70px;
}

#tamMenu .container .content .mobilMidMenu .firmsListMenu a:hover {
  opacity: 1;
  transition: all 0.3s;
  transform: scale(0.85);
}
#tamMenu .container .content .mobilMidMenu .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 36px;
}
#tamMenu .container .content .mobilMidMenu .content .single {
  flex: 1 0 26%;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 6px 6px 5px rgb(0 0 0 / 15%);
  transition: all 0.2s;
}
#tamMenu .container .content .mobilMidMenu .content .single:hover {
  transition: all 0.2s;
  transform: scale(0.8);
}
#tamMenu .container .content .mobilMidMenu .content .single:nth-child(4n) {
  margin-right: 0;
}
#tamMenu .container .content .mobilMidMenu .content .single img {
  height: 110px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#tamMenu .container .content .mobilMidMenu .content .single h1 {
  font-size: 15px;
  padding: 15px 18px 15px 20px;
  margin: -4px 0 0 0;
  background: #fff;
  font-weight: 500;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: inset 0 4px 10px 0 rgb(0 0 0 / 19%);
}
#tamMenu .container .content .mobilMidMenu .content .single:nth-child(4n) {
  margin-right: 10px;
}
#tamMenu .container .content .mobilRightMenu {
  flex: 1;
}
#tamMenu .container .content .mobilContact .single h1 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgb(221 221 221 / 22%);
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
}
#tamMenu .container .content .mobilContact .single p {
  font-size: 15px;
}
#tamMenu .container .footerNav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
#tamMenu .container .footerNav .footerNav-social {
  display: flex;
}
#tamMenu .container .footerNav .footerNav-social span {
  color: rgb(221 221 221 / 22%);
  font-weight: 500;
  font-size: 14px;
}
#tamMenu .container .footerNav .footerNav-social a {
  margin-left: 5px;
}
#tamMenu .container .footerNav .footerNav-social a:first-child {
  margin-left: 0;
}
#tamMenu .container .footerNav .footerNav-social img {
  width: 62px;
  height: 16px;
}
#tamMenu .container .footerNav .footerNav-inviva {
  display: flex;
}
#tamMenu .container .footerNav .footerNav-inviva img {
  width: 62px;
  height: 16px;
}
#tamMenu .container .footerNav .social {
  display: flex;
  height: 65px;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
}
#tamMenu .container .footerNav .social h1 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #00447b;
}
#tamMenu .container .footerNav .social .socialList {
  display: flex;
}
#tamMenu .container .footerNav .social .single {
  display: flex;
  padding: 0 10px;
  color: #6c6c6c;
  align-items: center;
}
#tamMenu .container .footerNav .social .single i {
  font-size: 14px;
}
#tamMenu .container .footerNav .social .single p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}
#tamMenu .container .footerNav .face {
  color: #395b9f;
  font-size: 40px;
  margin-right: 5px;
}
#tamMenu .container .footerNav .twitter {
  color: #2ca7df;
  font-size: 40px;
  margin-right: 5px;
}
#tamMenu .container .footerNav .insta {
  width: 35px;
  height: 35px;
  background: #527ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#tamMenu .container .footerNav .insta i {
  font-size: 20px;
  color: #000;
}

#headerUgr {
  position: relative;
  background: #fff;
  height: 100px;
  box-shadow: 3px 0 19px 0 rgb(0 0 0 / 28%);
  z-index: 999;
  overflow: visible;
  padding: 0;
}
#headerUgr.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 999;
}
#headerUgr.sticky .socials {
  top: -1000%;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
#headerUgr.sticky .container .menu {
  margin-right: 0;
  transition: all 0.3s;
}
#headerUgr:before {
  content: "";
  position: absolute;
  right: 100px;
  top: 5px;
  background: #fff;
  border-radius: 10px;
}
#headerUgr .container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#headerUgr .container .logo {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
#headerUgr .container .logo img {
  height: 70px;
  object-fit: contain;
}
#headerUgr .container .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 4;
  margin-right: 0;
}
#headerUgr .container .menu .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 5px;
  background: #00447b;
  border-bottom-left-radius: 5px;
  display: none;
}
#headerUgr .container .menu ul {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
}
#headerUgr .container .menu ul .mobileMenu {
  width: auto;
  height: 100%;
  padding: 0 25px;
  background-color: #00447b;
}
#headerUgr .container .menu ul .mobileMenu:hover {
  background: #002646;
}
#headerUgr .container .menu ul .mobileMenu i {
  font-size: 25px;
}
#headerUgr .container .menu ul li {
  position: relative;
  height: 100%;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 15px;
  width: auto;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  cursor: pointer;
}
#headerUgr .container .menu ul .menuActive {
  border-bottom: 2px solid #00447b;
}
#headerUgr .container .menu ul li:last-child::after {
  display: none;
}
#headerUgr .container .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #474747;
  transition: all ease 0.5s;
  height: 100%;
}
#headerUgr .container .menu ul li img {
  margin-left: 11px;
}
#headerUgr .container .menu ul li::after {
  position: absolute;
  content: "";
  height: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00447b;
  transform: scale(0);
  transform-origin: center;
  transition: all ease 0.5s;
}
#headerUgr .container .menu ul li:hover::after {
  transform: scale(1);
}
#headerUgr .container .menu ul li:hover {
  color: #fff;
  transition: all ease 0.5s;
}
#headerUgr .container .menu ul .altMenu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 275px;
  background: #fff;
  z-index: -111;
  font-size: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 8px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  opacity: 0;
  display: none;
}
#headerUgr .container .menu ul .altMenu ul {
  flex-direction: column !important;
}
#headerUgr .container .menu ul .altMenu li {
  display: block !important;
  border-radius: 0;
}
#headerUgr .container .menu ul .altMenu li {
  width: 100%;
}
#headerUgr .container .menu ul .altMenu li:after {
  display: none;
}
#headerUgr .container .menu ul .altMenu li a:after {
  display: none !important;
}
#headerUgr .container .menu ul .altMenu li a {
  padding: 0px !important;
  background: unset !important;
  color: #000 !important;
}
#headerUgr .container .menu ul .altMenu li:hover a {
  background: #e4e4e4 !important;
}
#headerUgr .container .menu ul .altMenu li:hover {
  border-radius: 0 !important;
  background: #00447b !important;
  transition: all 0.3s;
}
#headerUgr .container .menu ul .altMenu li:hover a {
  border-radius: 0 !important;
  background: unset !important;
  transition: all 0.3s;
  color: #fff !important;
}
#headerUgr .container .menu ul li:hover .altMenu {
  top: 100px;
  left: 0;
  transition: all 0.4s;
  opacity: 1;
  z-index: 9999;
  display: flex;
}
#headerUgr .socials {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 260px;
  display: flex;
  flex-direction: column;
  background: #00447b;
  align-items: center;
  padding-top: 25px;
  box-shadow: 0 20px 19px 0 rgb(0 0 0 / 20%);
  border-bottom-left-radius: 9px;
}
#headerUgr .socials a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid #ffffff59;
  border-radius: 50%;
  transition: 0.6s all;
}
#headerUgr .socials a i {
  color: #fff;
  font-size: 20px;
  transition: 0.6s all;
}
#headerUgr .socials a:hover {
  background-color: #fff;
}
#headerUgr .socials a:hover i {
  color: #00447b;
}

section#counter-stats {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  justify-content: center;
  width: 74%;
}
section#counter-stats .row {
  width: 100%;
  justify-content: flex-end;
}
section#counter-stats h4 {
  font-size: 39px;
  font-weight: 200;
  color: #556b7d;
  margin: 0;
  padding: 0;
  letter-spacing: 5.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.stats {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.stats .fa {
  color: #556b7d;
  font-size: 30px;
}
.stats h5 {
  font-weight: 200;
  font-size: 22px;
}

#sliderUgr {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
#sliderUgr .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#sliderUgr .swiper-container .swiper-slide {
  position: relative;
  width: 100% !important;
  height: 100%;
}
#sliderUgr .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/strip1.png");
  z-index: 9;
  background-color: rgba(0, 68, 123, 0.3);
}
#sliderUgr .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
#sliderUgr .mainSliderText {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  z-index: 999;
  height: auto;
  font-weight: 700;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sliderUgr .mainSliderText h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  width: 500px;
  line-height: 51px;
  display: none;
}
#sliderUgr .mainSliderText p {
  font-size: 35px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  margin-top: 40px;
}
#sliderUgr .mainSliderText span {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}
#sliderUgr .swiper-pagination {
  text-align: right;
  bottom: 15px;
  right: 120px;
  background: 0 0;
  z-index: 99;
  display: flex;
  border-radius: 20px;
}
#sliderUgr .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: 0 0;
  opacity: 1;
  margin: 2px 3px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#sliderUgr .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.75);
}
#sliderUgr .swiper-pagination-bullet-active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
}
#sliderUgr
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid rgb(255 255 255);
}
#sliderUgr .swiperButton {
  position: absolute;
  left: auto;
  bottom: 0;
  width: 110px;
  height: 75px;
  display: flex;
  background: #fff;
  align-items: center;
  box-shadow: 1px -11px 19px 0 rgb(0 0 0 / 14%);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  z-index: 99;
  justify-content: center;
}
#sliderUgr .swiper-button-prev {
  background: unset;
  margin: 0;
  padding: 0;
  top: unset;
  right: auto;
  width: 55px;
  height: 100%;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  padding: 5px;
  transition: 0.5s all;
  border-top-left-radius: 9px;
}
#sliderUgr .swiper-button-prev:hover {
  background-color: #e8e8e8;
}
#sliderUgr .swiper-button-next {
  background: unset;
  margin: 0;
  padding: 0;
  top: unset;
  right: auto;
  width: 55px;
  height: 100%;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  padding: 5px;
  transition: 0.5s all;
  border-top-right-radius: 9px;
}
#sliderUgr .swiper-button-next:hover {
  background-color: #e8e8e8;
}
#sliderUgr .swiperButton img {
  height: 25px;
}
#sliderUgr .phoneSlider {
  position: absolute;
  right: 120px;
  top: 20px;
  z-index: 99;
  display: flex;
}
#sliderUgr .phoneSlider .text {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#sliderUgr .phoneSlider .text p {
  margin: 0;
  padding: 0;
  color: #eeeeee;
  font-size: 14px;
}
#sliderUgr .phoneSlider .text h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
}
#sliderUgr .phoneSlider .image {
  margin-left: 20px;
}
#sliderUgr .phoneSlider .image img {
  height: 38px;
}
.fgpage-title .container {
  text-align: left;
}
.fgproduct-grid-box .fgprod-text .fgprod-detail-btn {
  background-color: #00447b;
  color: #fff;
}
.fgproduct-grid-box .fgprod-img img {
  padding: 0;
}
.fgproduct-grid-box .fgprod-text .fgfeatures {
  padding: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fgprod-text .fgfeatures span {
  text-transform: uppercase;
}
.fglangdropdown {
  position: relative;
}
.fglangdropdown img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.fglangbutton {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 5px 0px;
  border: 1px solid transparent;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  color: #fff;
  touch-action: manipulation;
  height: 100%;
  width: 80px;
}
.fglangbutton:hover,
.fglangbutton:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.fglangdropdown-toggle {
  position: relative;
}
.fglangdropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  max-width: 240px;
  min-width: 120px;
  z-index: 9999;
}
.fglangdropdown-menu a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #000;
}
.fglangdropdown-menu img {
  margin-right: 5px;
}
.fglangdropdown-menu > * {
  padding: 0.5rem 1rem;
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.fglangdropdown-menu > :hover,
.fglangdropdown-menu > :focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.fglangdropdown-on > .fglangdropdown-menu {
  display: block;
}
.triangle-down1 {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  transform: rotate(135deg);
  margin-left: 5px;
}
.contact__input.hfg40 {
  height: 40px;
}
@media (max-width: 992px) {
  .fglangdropdown-menu {
    right: auto;
    left: 0;
  }
  #headerUgr .container .menu .line {
    display: none;
  }
}
.s #footer.masterF {
  display: flex;
  height: auto !important;
}
#footer {
  background-color: #fff;
  padding: 60px 0 80px 0;
  position: relative;
  height: auto;
  background-image: url("../img/home/footer-bg.jpg");
}
#footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#footer .bottomArrow {
  animation: DownUp 1.5s linear infinite;
  position: absolute;
  right: 5%;
  cursor: pointer;
  z-index: 9999;
  background: rgb(98 101 104);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 100%;
}
#footer .bottomArrow img {
  height: 18px;
  transform: rotate(180deg);
}
#footer .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
#footer .container .companyInfo {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 29%;
}
#footer .container .companyInfo .logo {
  width: 100%;
}
#footer .container .companyInfo .logo img {
  height: 80px;
}
#footer .container .companyInfo .copyright {
  display: flex;
  flex-direction: column;
  color: #89939b;
}
#footer .container .companyInfo .copyright h1 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}
#footer .container .companyInfo .copyright p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-top: 9px;
  opacity: 0.8;
  font-size: 13px;
}
#footer .container .fMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  flex: 3;
}
#footer .container .fMenu .links {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 275px;
  margin-right: 35px;
}
#footer .container .fMenu .links .single {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#footer .container .fMenu .links .single:first-child {
  margin-top: 0;
}
#footer .container .fMenu .links .single .fMenu-title {
  color: #37393b;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 600 !important;
}
#footer .container .fMenu .links .single h1 {
  color: #37393b;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
#footer .container .fMenu .links .single a {
  transition: all 0.3s;
  color: #99a1a8;
  margin-top: 8px;
  font-size: 14px;
}
#footer .container .fMenu .links .social {
  margin-top: 52px;
}
#footer .container .fMenu .links .social a {
  transition: all 0.3s;
}
#footer .container .fMenu .links .social a img {
  height: 34px;
}
#footer a:hover {
  opacity: 0.8;
  transform: scale(0.88);
  transition: all 0.3s;
}
#ugr {
  width: 100%;
  padding: 25px 0;
}
#ugr .container {
  display: flex;
  justify-content: end;
}
#ugr .container a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.fgpage-title:before {
  background-color: rgba(0, 0, 0, 0.7);
}

#homeBlog {
  background: #f7f7f7;
  padding: 30px 0 20px 0;
  z-index: 999;
}
#homeBlog .container {
  display: flex;
  flex-direction: column;
  position: relative;
}

#homeBlog .container .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f5f8;
  position: relative;
  z-index: 88;
  padding: 25px 0;
}
#homeBlog .container .title .lT {
  display: flex;
  align-items: center;
}
#homeBlog .container .title .lT .text {
  display: flex;
  flex-direction: column;
}
#homeBlog .container .title .lT .text p {
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-size: 19px;
  font-weight: 200;
}
#homeBlog .container .title .lT .text h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #3b3b3b;
  font-weight: 500;
}
#homeBlog .container .title .rT {
  display: flex;
  align-items: center;
}
#homeBlog .container .title .rT a {
  transition: all 0.3s;
  height: fit-content;
  color: #9cacb8;
  font-weight: 200;
  font-size: 15px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
#homeBlog .container .title .rT a:hover {
  transition: all 0.3s;
  background-color: #9cacb8;
  color: #ddd;
}
#homeBlog .container .content .swiper-container {
  position: relative;
  width: 100%;
  height: 100%; /* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */
  padding-bottom: 50px;
}
#homeBlog .container .content .swiper-container .swiper-slide {
  position: relative;
  transition: all 0.3s;
  filter: grayscale(100%);
}
#homeBlog .container .content .swiper-container .swiper-slide:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#homeBlog .container .content .swiper-container .swiper-slide .image {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 16%);
}
#homeBlog .container .content .swiper-container .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeBlog .container .content .swiper-container .swiper-slide .desc {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#homeBlog .container .content .swiper-container .swiper-slide .desc {
  display: flex;
  flex-direction: column;
}
#homeBlog .container .content .swiper-container .swiper-slide .desc h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  color: #00447b;
  font-size: 22px;
  min-height: 45px;
}
#homeBlog .container .content .swiper-container .swiper-slide a:hover .desc p {
  color: #000;
}
#homeBlog .container .content .swiper-container .swiper-slide .desc p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
#homeBlog .container .content .swiper-container .swiper-slide {
  filter: none;
}
#homeBlog .container .swiper-pagination {
  text-align: right;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
  background: none;
  z-index: 9999;
  display: flex; /* flex-direction:column; */
  align-items: flex-end;
}
#homeBlog .container .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #acacac;
  margin-left: 3px;
  border-radius: 0;
  z-index: 99999;
  opacity: 1;
}
#homeBlog .container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003d6c !important;
  height: 5px !important;
}

.fgpage-title {
  margin-top: -110px;
}

#kurumsalUgr {
  width: 100%;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
#kurumsalUgr .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#kurumsalUgr .container .leftCorp {
  flex: 0.5;
  display: flex;
  align-items: center;
  max-width: 350px;
}
#kurumsalUgr .container .leftCorp .frame {
  display: flex;
  flex-direction: column;
  padding: 46px;
  border: 1px solid #ddd;
  align-items: center;
  overflow: hidden;
}
#kurumsalUgr .container .leftCorp .frame h1 {
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-size: 102px;
  line-height: 0.8;
  color: #df0c17;
}
#kurumsalUgr .container .leftCorp .frame h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 200;
  color: #00447b;
}
#kurumsalUgr .container .leftCorp .frame p {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 300;
}
#kurumsalUgr .container .rightCorp {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
#kurumsalUgr .container .rightCorp .rLeft {
  flex: 0.3;
  padding-right: 102px;
}
#kurumsalUgr .container .rightCorp .rLeft h1 {
  font-size: 39px;
  font-weight: 200;
  color: #556b7d;
  margin: 0;
  padding: 0;
  letter-spacing: 5.5px;
}
#kurumsalUgr .container .rightCorp .rLeft h1:last-child {
  font-weight: 800;
}
#kurumsalUgr .container .rightCorp .rRight {
  flex: 0.6;
}
#kurumsalUgr .container .rightCorp .rRight p {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 300;
  color: #909295;
}
#kurumsalUgr .container .rightCorp .rRight b {
  font-weight: 600;
}
#kurumsalUgr .small,
small {
  font-size: 16px;
}

.counter img {
  height: 336px;
  max-width: 100%;
  object-fit: contain;
  transform: scale(1.5);
  margin-top: 90px;
}

.fgapi {
  left: unset;
  right: 10px;
}

.parallax-section {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.parallax-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/strip1.png");
  background-color: #00447b57;
  z-index: 9;
}

.parallax-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#homeCats {
  padding: 0;
  background: linear-gradient(281deg, #2f3437 35%, #393e42);
  position: relative;
  overflow: hidden;
}
#homeCats .rTop {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 250px;
  z-index: 1;
}
#homeCats .lBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
}
#homeCats .midImg {
  position: absolute;
  left: 54%;
  transform: translateX(-50%);
  top: 0;
  display: none;
}
#homeCats .container {
  display: grid;
  height: 500px;
  grid-template-columns: 24% 73%;
  grid-gap: 0 70px;
  margin-left: 0;
  padding-left: 0;
}
#homeCats .container .menus {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  background-color: #00447b;
}
#homeCats .container .menus::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 0%) 0,
    hsl(0deg 0% 62% / 53%) 48%,
    rgb(0 0 0 / 0%) 100%
  );
  width: 2px;
  height: 100%;
  display: none;
}
#homeCats .container .menus .topMenu {
  display: flex;
  flex-direction: column;
}
#homeCats .container .menus .topMenu .mobilTitle {
  display: none;
}
#homeCats .container .menus .topMenu h1 {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: end;
  font-size: 23px;
  color: #a6b2bb;
}
#homeCats .container .menus .links {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#homeCats .container .menus .links .single {
  padding: 0 0 3px 0;
  margin: 0;
  transition: all 0.3s;
  font-size: 17px;
  color: #a6b2bb;
  margin-top: 10px;
  border-bottom: 1px solid #022a4a;
  width: fit-content;
}
#homeCats .container .menus .links .single:hover {
  color: #fff;
  transition: all 0.3s;
}
#homeCats .container .menus .bottomLogo {
  display: flex;
  align-items: center;
  justify-content: end;
}
#homeCats .container .menus .bottomLogo img {
  height: 50px;
}
#homeCats .container .content {
  height: 500px;
  width: 100%;
}
#homeCats .container .content .swiper-container {
  width: 100%;
  height: 100%;
}
#homeCats .container .content .swiper-container .swiper-slide {
  transition: all 0.3s;
  height: 100%;
}
#homeCats .container .content .swiper-container .swiper-slide .single {
  height: 100%;
  display: flex;
  position: relative;
  transition: all 0.3s;
  transform: scale(0.95);
  filter: grayscale(1);
  opacity: 0.8;
}
#homeCats .container .content .swiper-container .swiper-slide .single .history {
  padding-top: 130px;
  margin-right: 25px;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .history
  h1 {
  margin: 0;
  padding: 0;
  color: #6c757b;
  font-weight: 500;
  font-size: 63px;
  line-height: 0.9;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .history
  h1:first-child {
  font-weight: 200;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent {
  display: flex;
  flex-direction: column;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .image {
  position: relative;
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin: 40px 0;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .image:before {
  content: "";
  position: absolute;
  width: 225px;
  height: 225px;
  border: 1px solid #b5bfc6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .image:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 13px solid rgb(255 255 255 / 50%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 3px 7px 10px 2px rgb(0 0 0 / 25%);
  background-color: #fff;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .infos {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .infos
  img {
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
  opacity: 0.8;
  transition: all 0.3s;
  object-fit: contain;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .sContent
  .infos
  p {
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  color: #656c72;
  line-height: 1.3;
  font-size: 22px;
}
#homeCats .container .content .swiper-container .swiper-slide-active {
  transition: all 0.3s;
}
#homeCats .container .content .swiper-container .swiper-slide-active .single {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .history
  h1 {
  color: #fff;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .sContent
  .image {
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .sContent
  .image:before {
  opacity: 0;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .sContent
  .image:after {
  opacity: 0;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .sContent
  .infos
  img {
  opacity: 1;
  transition: all 0.3s;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide-active
  .single
  .sContent
  .infos
  p {
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  color: #fff;
  font-weight: 300;
}
#homeCats .container .content .swiper-container .swiper-slide:hover .single {
  transition: all 0.3s;
  opacity: 1;
  transform: scale(0.98);
  filter: grayscale(0.5);
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide
  .single
  .shape-move {
  background: #a6b2bb;
  -webkit-animation: infiniteMove 8s ease-in-out infinite;
  animation: infiniteMove 8s ease-in-out infinite;
  border-radius: 50%;
  height: 90%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  position: absolute;
  bottom: 42px;
  z-index: 0;
  left: -9px;
  z-index: -1;
}
#homeCats
  .container
  .content
  .swiper-container
  .swiper-slide:nth-child(2n)
  .single
  .shape-move {
  background: #4db848;
}

#kisayolUgr {
  width: 100%;
  padding: 170px 0 50px 0;
  background: #eef1f3;
  margin-top: -100px;
}
#kisayolUgr .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 9px 11px 0 rgb(0 0 0 / 8%);
  padding: 0;
}
#kisayolUgr .container .homeCorp {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#kisayolUgr .container .homeCorp .image {
  height: 567px;
  flex: 1;
  box-shadow: 1px 7px 8px 5px rgb(221 221 221 / 29%);
}
#kisayolUgr .container .homeCorp .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: linear-gradient(90deg, #fdfdfd, #f9f9f9);
}
#kisayolUgr .container .homeCorp .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #ffffff;
  justify-content: flex-start;
  position: relative;
}
#kisayolUgr .container .homeCorp .text .textDetails {
  padding: 50px;
}
#kisayolUgr .container .homeCorp .text .cIcon {
  position: absolute;
  left: 25px;
  top: -100px;
  height: 153px;
  filter: drop-shadow(-1px 10px 12px rgb(0 0 0 / 53%));
}
#kisayolUgr .container .homeCorp .text h1 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
}
#kisayolUgr .container .homeCorp .text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 9px;
  color: #676767;
  line-height: 1.5;
}
#kisayolUgr .container .homeCorp .text .button {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 11px;
  width: 100%;
  background: #333338;
  transition: all 0.3s;
}
#kisayolUgr .container .homeCorp .text .button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#kisayolUgr .container .homeCorp .text .button i {
  color: #fff;
}
#kisayolUgr .container .homeCorp .text .button p {
  margin: 0 10px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
#kisayolUgr .container .homeShortcut {
  display: flex;
  flex-direction: column;
  flex: 0.5;
  background: #ffffff;
}
#kisayolUgr .container .homeShortcut .top {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
#kisayolUgr .container .homeShortcut .top .title {
  display: flex;
  align-items: center;
}
#kisayolUgr .container .homeShortcut .top .title h2 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 400;
  color: #000;
}
#kisayolUgr .container .homeShortcut .top .title .line {
  width: 100%;
  height: 2px;
  background: #ddd;
}
#kisayolUgr .container .homeShortcut .top .content {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
#kisayolUgr .container .homeShortcut .top .content .single {
  display: flex;
  margin: 0 10px;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
}
#kisayolUgr .container .homeShortcut .top .content .single:hover {
  background: #333338;
  transition: all 0.3s;
}
#kisayolUgr .container .homeShortcut .top .content .single:hover i {
  color: #fff;
}
#kisayolUgr .container .homeShortcut .top .content .single img {
  height: 27px;
  transition: all 0.3s;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(97%)
    contrast(101%);
}
#kisayolUgr .container .homeShortcut .top .content .single:hover img {
  filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(70deg)
    brightness(107%) contrast(110%);
  transition: all 0.3s;
}
#kisayolUgr .container .homeShortcut .top .content .single p {
  margin: 0 15px;
  padding: 0;
  font-size: 17px;
  transition: all 0.3s;
  color: #676767;
}
#kisayolUgr .container .homeShortcut .top .content .single:hover p {
  color: #fff;
  transition: all 0.3s;
}
#kisayolUgr .container .homeShortcut .bottom {
  display: flex;
  padding: 27px 50px;
  border-top: 1px solid #ddd;
}
#kisayolUgr .container .homeShortcut .bottom .single {
  display: flex;
  flex-direction: column;
  padding: 21px;
  flex: 1;
  align-items: center;
  border-left: 1px solid #ddd;
  transition: all 0.3s;
}
#kisayolUgr .container .homeShortcut .bottom .single:hover {
  background: #ededed;
  transition: all 0.3s;
  opacity: 0.89;
}
#kisayolUgr .container .homeShortcut .bottom .single:first-child {
  border-left: unset;
}
#kisayolUgr .container .homeShortcut .bottom .single img {
  height: 37px;
  filter: invert(25%) sepia(7%) saturate(7222%) hue-rotate(121deg)
    brightness(84%) contrast(78%);
}
#kisayolUgr .container .homeShortcut .bottom .single:hover img {
  transition: all 0.3s;
  filter: invert(37%) sepia(11%) saturate(2358%) hue-rotate(170deg)
    brightness(92%) contrast(97%);
}
#kisayolUgr .container .homeShortcut .bottom .single p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 10px;
}

.fgsdesc div {
  line-height: 1.6 !important;
}

.references {
  background-color: #85acc82d;
  padding: 30px 0px;
}

.reference-carousel-box {
  background-color: var(--blue20);
  padding: 0px;
}
#referenceCarousel {
  --f-carousel-slide-height: 100%;
  --f-carousel-spacing: 10px;

  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 6);
  --f-arrow-pos: 10px;

  --f-arrow-width: 38px;
  --f-arrow-height: 38px;

  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;

  --f-arrow-color: #475569;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
}

#referenceCarousel .f-carousel-slide {
  width: 100%;
}
#referenceCarousel .f-carousel__slide {
  height: 150px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#referenceCarousel .f-carousel__slide img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
#referenceCarousel .f-carousel__slide:hover img {
  transform: scale(1.1);
}

/*/ end count stats /*/

/* Responsive */
@media screen and (min-width: 1900px) {
  #homeBlog .container .title .leftT .top h1 {
    font-size: 2.3em;
  }
  #homeBlog .container .title .leftT .bottom p {
    font-size: 1.2em;
  }

  #kisayolUgr {
    padding: 150px 0 50px 0;
    margin-top: -75px;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 20px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 22px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 15px;
    margin-top: 10px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -55px;
    height: 80px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 400px;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 22px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 15px 8px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 22px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 16px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 32px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1500px) {
  /* .container{max-width: 1400px;} */
}
@media screen and (max-width: 1480px) {
  #headerUgr {
    height: 85px;
  }
  #headerUgr .container .logo img {
    max-height: 50px;
  }
  #headerUgr .container .menu {
    margin-right: 85px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px;
  }
  #headerUgr .container .menu ul li a {
    font-size: 16px;
  }
  #headerUgr .container .menu ul li img {
    margin-left: 7px;
    height: 7px;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 20px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 85px;
  }

  #sliderUgr {
    height: calc(100vh - 85px);
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 28px;
    line-height: 31px;
    width: 300px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 28px;
    margin-top: 30px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 21px;
  }
  #sliderUgr .swiperButton {
    height: 75px;
  }
  #sliderUgr .swiperButton img {
    height: 20px;
  }

  #kurumsalUgr {
    padding: 50px 0;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 25px;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 40px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 17px;
  }

  #tamMenu .container {
    max-width: 97%;
    grid-template-rows: 100px 1fr 70px;
  }
  #tamMenu .container .header .headerRight .closebtn {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 4px;
  }
  #tamMenu .container .content .mobilLeftMenu {
    flex: 0.4;
  }
  #tamMenu .container .content .mobilMidMenu .title h1 {
    font-size: 15px;
    padding: 20px 0 13px 0;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu {
    padding: 20px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-header
    h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-size: 14px;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-text
    a {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilContact .single h1 {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilContact .single p {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilContact iframe {
    height: 150px !important;
  }
  #tamMenu .container .content .mobilMidMenu {
    padding-right: 30px;
    margin-right: 30px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu {
    padding: 20px 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item {
    padding: 7px 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item img {
    height: 150px;
    padding: 0 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover .line {
    width: 25%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu {
    padding: 20px 0;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a {
    padding: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
    height: 25px;
  }

  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3) img {
    height: 35px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(5) img {
    height: 35px;
  }
  #homeBlog .container .title .leftT .top h1 {
    font-size: 27px;
    margin-right: 10px;
  }
  #homeBlog .container .title .leftT .top .circle {
    width: 20px;
    height: 20px;
  }
  #homeBlog .container .title .leftT .bottom {
    padding: 10px 0 20px 0;
  }
  #homeBlog .container .title .leftT .bottom p {
    font-size: 14px;
  }
  #homeBlog .container .title .rightT .prevIcon .single img {
    height: 17px;
  }
  #homeBlog .container .title .rightT .button {
    font-size: 14px;
  }

  #footer {
    padding: 40px 0 50px 0;
  }
  #footer .container .companyInfo {
    margin-right: 30px;
    flex: 1.2;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 14px;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 15px;
  }
  #footer .container .fMenu .links {
    margin-right: 30px;
  }
  #footer .container .fMenu .links .single {
    margin-top: 15px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 14px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 15px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 35px;
  }
  #footer .container .fMenu .links .social a img {
    height: 30px;
  }
  #footer .bottomArrow {
    width: 60px;
    height: 60px;
  }
  #footer .bottomArrow img {
    width: 15px;
    height: auto;
  }

  #ugr {
    padding: 20px 0;
  }
  #ugr .container a {
    font-size: 15px;
  }

  #kisayolUgr {
    padding: 125px 0 20px 0;
    margin-top: -75px;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 20px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 22px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 15px;
    margin-top: 10px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -55px;
    height: 80px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 400px;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 22px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 15px 8px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 15px;
    margin: 0 6px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 32px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 16px;
    margin-top: 8px;
  }

  #homeBlog .container .title {
    margin-bottom: 15px;
    padding: 20px 0;
  }
  #homeBlog .container .title .lT img {
    height: 50px;
  }
  #homeBlog .container .title .lT .text {
    margin-left: 10px;
  }
  #homeBlog .container .title .lT .text p {
    font-size: 15px;
  }
  #homeBlog .container .title .lT .text h1 {
    font-size: 20px;
  }
  #homeBlog .container .title .rT a {
    font-size: 16px;
  }

  #homeCats {
    padding: 0 0;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 22% 74%;
    height: auto;
  }
  #homeCats .container .menus {
    padding: 25px;
  }
  #homeCats .container .menus .links .single {
    font-size: 15px;
  }
  #homeCats .container .content {
    height: 425px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 96px;
    margin-right: 11px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 45px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 225px;
    width: 225px;
    margin: 10px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    margin-right: 10px;
    width: 225px;
    height: 225px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 200px;
    height: 200px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 35px;
    margin-bottom: 15px;
    width: 35px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #headerUgr {
    height: 75px;
  }
  #headerUgr .container .logo img {
    height: 42px;
  }
  #headerUgr .container .menu {
    margin-right: 68px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px;
  }
  #headerUgr .container .menu ul li a {
    font-size: 15px;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 17px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 75px;
  }

  #sliderUgr {
    height: calc(100vh - 100px);
  }
  #sliderUgr .swiper-container img {
    object-position: 25%;
  }
  #sliderUgr .phoneSlider {
    right: 87px;
  }
  #sliderUgr .phoneSlider .image {
    margin-left: 13px;
  }
  #sliderUgr .phoneSlider .image img {
    height: 29px;
  }
  #sliderUgr .phoneSlider .text p {
    font-size: 16px;
  }
  #sliderUgr .phoneSlider .text h1 {
    font-size: 17px;
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 27px;
    line-height: 29px;
    max-width: 325px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 23px;
    margin-top: 24px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 21px;
  }
  #sliderUgr .swiperButton {
    height: 74px;
    width: 90px;
  }
  #sliderUgr .swiperButton img {
    height: 25px;
  }
  #sliderUgr .swiper-pagination {
    right: 100px;
  }

  #tamMenu .container {
    max-width: 97%;
    grid-template-rows: 81px 1fr 70px;
  }
  #tamMenu .container .header .headerLeft img {
    height: 67px;
  }
  #tamMenu .container .header .headerRight .customerService p {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .customerService img {
    margin: 0 10px;
    width: 20px;
  }
  #tamMenu .container .header .headerRight .customerService span {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .closebtn {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 4px;
  }
  #tamMenu .container .content .mobilLeftMenu {
    flex: 0.4;
  }
  #tamMenu .container .content .mobilMidMenu .title h1 {
    font-size: 14px;
    padding: 13px 0;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu {
    padding: 12px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-header
    h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-size: 15px;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-text
    a {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilContact .single h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .mobilContact .single p {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilContact iframe {
    height: 150px !important;
  }
  #tamMenu .container .content .mobilMidMenu {
    padding-right: 30px;
    margin-right: 30px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item {
    padding: 7px 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item img {
    height: 140px;
    padding: 0 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
    font-size: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover .line {
    width: 25%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu {
    padding: 20px 0;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a {
    padding: 10px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
    height: 20px;
  }

  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3) img {
    height: 30px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(5) img {
    height: 30px;
  }

  #footer {
    padding: 40px 0 50px 0;
  }
  #footer .container .companyInfo {
    margin-right: 20px;
    flex: 1.2;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 16px;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 16px;
    margin-top: 4px;
  }
  #footer .container .fMenu .links {
    margin-right: 30px;
  }
  #footer .container .fMenu .links .single {
    margin-top: 14px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 15px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 16px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 35px;
  }
  #footer .container .fMenu .links .social a img {
    height: 25px;
  }
  #footer .bottomArrow {
    width: 45px;
    height: 45px;
  }
  #footer .bottomArrow img {
    width: 18px;
    height: auto;
  }
  @keyframes DownUp {
    0% {
      top: -30px;
    }
    50% {
      top: -10px;
    }
    100% {
      top: -30px;
    }
  }
  #ugr {
    padding: 20px 0;
  }
  #ugr .container a {
    font-size: 16px;
  }

  #kurumsalUgr {
    padding: 50px 0;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 15px;
  }
  #kurumsalUgr .container .leftCorp .frame h1 {
    font-size: 80px;
  }
  #kurumsalUgr .container .leftCorp .frame h3 {
    font-size: 40px;
  }
  #kurumsalUgr .container .leftCorp .frame p {
    font-size: 18px;
  }
  #kurumsalUgr .container .rightCorp .rLeft {
    padding-right: 30px;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 40px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 15px;
  }

  #productsListe .list a img {
    padding: 0;
  }
  #productsListe .list a .title {
    font-size: 15px;
    min-height: auto;
    padding: 20px 15px;
  }
  #productsListe .list a span {
    left: 10px;
    top: 10px;
    font-size: 15px;
  }
  #productsListe .list a .title:before {
    width: 5px;
    height: 60px;
  }

  #kisayolUgr {
    margin-top: -76px;
    padding: 122px 0 20px 0;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 20px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 16px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 15px;
    margin-top: 10px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -53px;
    height: 74px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 350px;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 16px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 8px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 27px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 16px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 32px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 16px;
    margin-top: 8px;
  }

  #homeBlog .container .title {
    margin-bottom: 14px;
    padding: 18px 0;
  }
  #homeBlog .container .title .lT img {
    height: 43px;
  }
  #homeBlog .container .title .lT .text {
    margin-left: 10px;
  }
  #homeBlog .container .title .lT .text p {
    font-size: 15px;
  }
  #homeBlog .container .title .lT .text h1 {
    font-size: 18px;
  }
  #homeBlog .container .title .rT a {
    font-size: 15px;
  }

  #homeCats {
    padding: 0 0;
  }
  #homeCats .lBottom {
    height: 200px;
  }
  #homeCats .rTop {
    height: 200px;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 24% 71%;
    height: auto;
  }
  #homeCats .container .menus .topMenu h1 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  #homeCats .container .menus {
    padding: 17px;
  }
  #homeCats .container .menus .links .single {
    font-size: 14px;
  }
  #homeCats .container .menus .bottomLogo img {
    height: 60px;
  }
  #homeCats .container .content {
    height: 350px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 83px;
    margin-right: 0;
    padding-right: 10px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 34px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 190px;
    width: 190px;
    margin: 10px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    margin-right: 10px;
    width: 190px;
    height: 190px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 190px;
    height: 190px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 25px;
    margin-bottom: 7px;
    width: 25px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 15px;
  }

  #kurumsalUgr .container .leftCorp .frame {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #headerUgr {
    height: 75px;
  }
  #headerUgr .container .logo img {
    height: 39px;
  }
  #headerUgr .container .menu {
    margin-right: 30px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px 4px;
  }
  #headerUgr .container .menu ul li a {
    font-size: 15px;
  }
  #headerUgr .container .menu ul .mobileMenu {
    margin-left: 3px;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 15px;
    margin-left: 7px;
    margin-top: 0px;
  }
  #headerUgr .container .menu ul li img {
    margin-left: 7px;
    height: 5px;
    margin-top: -3px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 75px;
  }
  #headerUgr .socials {
    height: 180px;
    padding-top: 5px;
    width: 45px;
  }
  #headerUgr .socials a {
    margin-top: 3px;
    padding: 10px;
  }
  #headerUgr .socials a i {
    font-size: 16px;
  }

  #sliderUgr {
    height: 75vh;
  }
  #sliderUgr .phoneSlider {
    right: 70px;
  }
  #sliderUgr .phoneSlider .image {
    margin-left: 10px;
  }
  #sliderUgr .phoneSlider .image img {
    height: 29px;
  }
  #sliderUgr .phoneSlider .text p {
    font-size: 15px;
  }
  #sliderUgr .phoneSlider .text h1 {
    font-size: 15px;
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 23px;
    line-height: 25px;
    max-width: 250px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 18px;
    margin-top: 20px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 17px;
  }
  #sliderUgr .swiperButton {
    height: 70px;
  }
  #sliderUgr .swiperButton img {
    height: 19px;
  }
  #sliderUgr .swiper-pagination {
    right: 70px;
  }
  #sliderUgr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #sliderUgr .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }
  #sliderUgr .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
  }

  #tamMenu .container {
    max-width: 97%;
    grid-template-rows: 81px 1fr 70px;
  }
  #tamMenu .container .header .headerLeft img {
    height: 67px;
  }
  #tamMenu .container .header .headerRight .customerService p {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .customerService img {
    margin: 0 10px;
    width: 20px;
  }
  #tamMenu .container .header .headerRight .customerService span {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .closebtn {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 4px;
  }
  #tamMenu .container .content .mobilLeftMenu {
    flex: 0.4;
  }
  #tamMenu .container .content .mobilMidMenu .title h1 {
    font-size: 16px;
    padding: 13px 0;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu {
    padding: 12px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-header
    h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-size: 15px;
    padding: 6px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-text
    a {
    font-size: 16px;
    margin-top: 6px;
  }
  #tamMenu .container .content .mobilContact .single h1 {
    font-size: 15px;
    padding: 5px 0;
  }
  #tamMenu .container .content .mobilContact .single p {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
  }
  #tamMenu .container .content .mobilContact iframe {
    height: 150px !important;
  }
  #tamMenu .container .content .mobilMidMenu {
    padding-right: 30px;
    margin-right: 30px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu {
    padding: 10px 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item {
    padding: 7px 0;
    flex: 1 0 33%;
    margin: 0 0;
    text-align: center;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item img {
    height: 140px;
    padding: 0 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover .line {
    width: 25%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu {
    padding: 20px 0;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a {
    padding: 12px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
    height: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3) img {
    height: 27px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(5) img {
    height: 27px;
  }

  #kurumsalUgr {
    padding: 60px 0;
  }
  section#counter-stats {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .counter img {
    height: 220px;
    transform: scale(1);
    margin-top: 20px;
  }
  section#counter-stats {
    bottom: -50px;
  }
  section#counter-stats h4 {
    font-size: 29px;
  }
  .stats {
    margin-bottom: 50px;
  }
  .stats h5 {
    font-size: 17px;
  }
  .counting {
    margin: 10px 0 0 0;
  }
  #homeCats .container .menus .bottomLogo {
    display: none;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 13px;
  }
  #kurumsalUgr .container .leftCorp .frame h1 {
    font-size: 65px;
  }
  #kurumsalUgr .container .leftCorp .frame h3 {
    font-size: 30px;
  }
  #kurumsalUgr .container .leftCorp .frame p {
    font-size: 16px;
  }
  #kurumsalUgr .container .rightCorp .rLeft {
    padding-right: 30px;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 30px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 15px;
  }

  #footer {
    padding: 40px 0 50px 0;
    height: auto !important;
  }
  #footer .container .companyInfo {
    margin-right: 19px;
    flex: 1.2;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 16px;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 15px;
    margin-top: 4px;
  }
  #footer .container .fMenu .links {
    margin-right: 9px;
  }
  #footer .container .fMenu .links .single {
    margin-top: 11px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 16px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 23px;
  }
  #footer .container .fMenu .links .social a img {
    height: 20px;
  }
  #footer .bottomArrow {
    width: 45px;
    height: 45px;
  }
  #footer .bottomArrow img {
    width: 18px;
    height: auto;
  }
  @keyframes DownUp {
    0% {
      top: -30px;
    }
    50% {
      top: -10px;
    }
    100% {
      top: -30px;
    }
  }
  #ugr {
    padding: 20px 0;
  }
  #ugr .container a {
    font-size: 16px;
  }

  #homeBlog .container .content .swiper-container .swiper-slide .desc h1 {
    font-size: 21px;
    margin: 0 0 10px 0;
  }
  #homeBlog .container .title .leftT .top h1 {
    font-size: 21px;
    margin-right: 10px;
  }
  #homeBlog .container .title .leftT .top .circle {
    width: 20px;
    height: 20px;
  }
  #homeBlog .container .title .leftT .bottom {
    padding: 5px 0 10px 0;
  }
  #homeBlog .container .title .leftT .bottom p {
    font-size: 15px;
  }
  #homeBlog .container .title .rightT .prevIcon .single img {
    height: 13px;
  }
  #homeBlog .container .title .rightT .button {
    font-size: 16px;
  }

  #kisayolUgr {
    margin-top: -67px;
    padding: 100px 0 35px 0;
  }
  #kisayolUgr .container {
    flex-direction: column;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 20px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 16px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 16px;
    margin-top: 10px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -53px;
    height: 74px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 300px;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 8px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 15px;
    margin: 0 7px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 32px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 16px;
    margin-top: 8px;
  }

  #homeCats {
    padding: 0 0;
  }
  #homeCats .lBottom {
    height: 200px;
  }
  #homeCats .rTop {
    height: 200px;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 30% 64%;
    height: auto;
  }
  #homeCats .container .menus .topMenu h1 {
    font-size: 19px;
    margin: 0 0 16px 0;
  }
  #homeCats .container .menus {
    padding: 25px 20px;
  }
  #homeCats .container .menus .links .single {
    font-size: 17px;
    margin-top: 5px;
  }
  #homeCats .container .menus .bottomLogo img {
    height: 47px;
  }
  #homeCats .container .content {
    height: auto;
    padding: 25px 0;
  }
  #homeCats .container .content .swiper-container {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-wrapper {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide .single {
    height: auto;
    justify-content: center;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 78px;
    margin-right: 0;
    padding-right: 6px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 27px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 150px;
    width: 150px;
    margin: 5px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    width: 140px;
    height: 140px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 150px;
    height: 150px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 22px;
    margin-bottom: 7px;
    width: 22px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #headerUgr {
    height: 60px;
  }
  #headerUgr .container .logo img {
    height: 40px;
  }
  #headerUgr .container .menu {
    margin-right: 48px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px 5px;
    display: none;
  }
  #headerUgr .container .menu ul li a {
    font-size: 16px;
  }
  #headerUgr .container .menu ul .mobileMenu {
    margin-left: 3px;
    display: flex;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 15px;
    margin-left: 7px;
    margin-top: 0px;
  }
  #headerUgr .container .menu ul li img {
    margin-left: 7px;
    height: 5px;
    margin-top: -3px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 75px;
  }

  #sliderUgr {
    height: 55vh;
  }
  #sliderUgr .phoneSlider {
    right: 114px;
    top: -45px;
    z-index: 999;
  }
  #sliderUgr .phoneSlider .image {
    margin-left: 10px;
  }
  #sliderUgr .phoneSlider .image img {
    height: 26px;
  }
  #sliderUgr .phoneSlider .text p {
    font-size: 16px;
  }
  #sliderUgr .phoneSlider .text h1 {
    font-size: 16px;
    color: #909090;
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 16px;
    line-height: 19px;
    max-width: 174px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 15px;
    margin-top: 12px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 14px;
  }
  #sliderUgr .swiperButton {
    height: 70px;
  }
  #sliderUgr .swiperButton img {
    height: 17px;
  }
  #sliderUgr .swiper-container img {
    object-position: 75%;
  }
  #sliderUgr .swiper-pagination {
    right: 70px;
  }
  #sliderUgr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #sliderUgr .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }
  #sliderUgr .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
  }

  #tamMenu {
    padding: 10px 0;
  }
  #tamMenu .container {
    grid-template-rows: 130px 1fr 100px;
  }

  #tamMenu .container .header {
    flex-direction: column;
  }
  #tamMenu .container .header .headerLeft img {
    height: 67px;
  }
  #tamMenu .container .header .headerRight .customerService p {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .customerService img {
    margin: 0 10px;
    width: 20px;
  }
  #tamMenu .container .header .headerRight .customerService span {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .closebtn {
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding-top: 4px;
  }
  #tamMenu .container .content {
    display: flex;
    flex-direction: column;
  }
  #tamMenu .container .content .mobilLeftMenu {
    flex: 0.4;
  }
  #tamMenu .container .content .mobilMidMenu .title h1 {
    font-size: 16px;
    padding: 13px 0;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu {
    padding: 12px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-header
    h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-size: 15px;
    padding: 6px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-text
    a {
    font-size: 16px;
    margin-top: 6px;
  }
  #tamMenu .container .content .mobilContact .single h1 {
    font-size: 15px;
    padding: 5px 0;
  }
  #tamMenu .container .content .mobilContact .single p {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
  }
  #tamMenu .container .content .mobilContact iframe {
    height: 150px !important;
  }
  #tamMenu .container .content .mobilMidMenu {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu {
    padding: 10px 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item {
    padding: 7px 0;
    flex: 1 0 32%;
    margin: 0 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover {
    margin: 0 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item img {
    width: 90px;
    height: 90px;
    padding: 0 10px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover .line {
    width: 25%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu {
    padding: 20px 0;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a {
    padding: 8px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
    height: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(3) img {
    height: 25px;
    border-right: 1px solid rgb(221 221 221 / 12%);
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(5) img {
    height: 25px;
  }
  #tamMenu .container .footerNav {
    margin-top: 15px;
  }
  #tamMenu .container .footerNav .social {
    flex-direction: column;
  }
  #tamMenu .container .footerNav .social .socialList {
    display: flex;
    flex-wrap: wrap;
  }
  #tamMenu .container .footerNav .social .socialList a {
    flex: 1 0 30%;
    padding: 10px;
    justify-content: center;
  }
  #tamMenu .container .footerNav .footerNav-social span {
    padding: 10px 0;
  }

  #kisayolUgr {
    margin-top: 0;
    padding: 21px 0;
  }
  #kisayolUgr .container {
    flex-direction: column;
    padding: 0;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 10px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 14px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 16px;
    margin-top: 4px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -63px;
    height: 74px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 304px;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 14px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 15px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 11px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 21px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 16px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 32px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 16px;
    margin-top: 8px;
  }

  #homeCats {
    padding: 0 0;
  }
  #homeCats .lBottom {
    height: 200px;
  }
  #homeCats .rTop {
    height: 200px;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 30% 64%;
    height: auto;
  }
  #homeCats .container .menus .topMenu h1 {
    font-size: 14px;
    margin: 0 0 16px 0;
  }
  #homeCats .container .menus {
    padding: 25px 14px;
  }
  #homeCats .container .menus .links .single {
    font-size: 14px;
    margin-top: 5px;
  }
  #homeCats .container .menus .bottomLogo img {
    height: 37px;
  }
  #homeCats .container .content {
    height: auto;
    padding: 20px 0;
  }
  #homeCats .container .content .swiper-container {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-wrapper {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide .single {
    height: auto;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 78px;
    margin-right: 0;
    padding-right: 6px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 240px;
    width: 240px;
    margin: 5px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    width: 235px;
    height: 235px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 240px;
    height: 240px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 20px;
    margin-bottom: 7px;
    width: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 16px;
  }

  #kurumsalUgr {
    padding: 25px 0;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 13px;
  }
  #kurumsalUgr .container .leftCorp .frame h1 {
    font-size: 59px;
  }
  #kurumsalUgr .container .leftCorp .frame h3 {
    font-size: 23px;
  }
  #kurumsalUgr .container .leftCorp .frame p {
    font-size: 15px;
    text-align: center;
  }
  #kurumsalUgr .container .rightCorp .rLeft {
    padding-right: 30px;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 25px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 15px;
  }

  #footer {
    padding: 33px 0;
    height: auto !important;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer .container .companyInfo {
    margin-right: 0;
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  #footer .container .companyInfo .logo img {
    height: 50px;
  }
  #footer .container .companyInfo .copyright {
    justify-content: center;
    align-items: end;
    width: 100%;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 16px;
    text-align: end;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 15px;
    margin-top: 4px;
    text-align: end;
  }
  #footer .container .fMenu {
    flex: 1;
  }
  #footer .container .fMenu .links {
    margin-right: 9px;
  }
  #footer .container .fMenu .links .single {
    margin-top: 11px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 16px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 23px;
  }
  #footer .container .fMenu .links .social a img {
    height: 20px;
  }
  #footer .bottomArrow {
    width: 45px;
    height: 45px;
  }
  #footer .bottomArrow img {
    width: 18px;
    height: auto;
  }
  @keyframes DownUp {
    0% {
      top: -30px;
    }
    50% {
      top: -10px;
    }
    100% {
      top: -30px;
    }
  }
  #ugr {
    padding: 20px 0;
  }
  #ugr .container a {
    font-size: 16px;
  }

  #homeBlog .container .title h1 {
    font-size: 22px;
  }
  #homeBlog .container .title a {
    font-size: 14px;
  }
  #homeBlog .container .content .swiper-container .swiper-slide .image {
    height: 200px;
  }
  #homeBlog .container .content .swiper-container .swiper-slide .desc {
    padding: 18px 0;
  }
  #homeBlog .container .content .swiper-container .swiper-slide .desc h1 {
    font-size: 16px;
  }
  #homeBlog .container .content .swiper-container .swiper-slide .desc p {
    font-size: 14px;
  }
  #homeBlog .container .title .leftT .top h1 {
    font-size: 19px;
    margin-right: 10px;
  }
  #homeBlog .container .title .leftT .top .circle {
    width: 15px;
    height: 15px;
  }
  #homeBlog .container .title .leftT .bottom {
    padding: 1px 0 10px 0;
  }
  #homeBlog .container .title .leftT .bottom p {
    font-size: 16px;
  }
  #homeBlog .container .title .rightT .prevIcon .single img {
    height: 13px;
  }
  #homeBlog .container .title .rightT .button {
    font-size: 16px;
  }
  #footer .companyInfo > a {
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 30px;
    text-align: center;
  }
  #referenceCarousel {
    --f-carousel-slide-width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #headerUgr {
    height: 50px;
  }
  #headerUgr .container .logo img {
    height: 34px;
  }
  #headerUgr .container .menu {
    margin-right: 40px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px 5px;
    display: none;
  }
  #headerUgr .container .menu ul li a {
    font-size: 16px;
  }
  #headerUgr .container .menu ul .mobileMenu {
    margin-left: 3px;
    display: flex;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 15px;
    margin-left: 7px;
    margin-top: 0px;
  }
  #headerUgr .container .menu ul li img {
    margin-left: 7px;
    height: 5px;
    margin-top: -3px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 75px;
  }

  #sliderUgr {
    height: 47vh;
  }
  #sliderUgr .phoneSlider {
    right: 100px;
    top: -36px;
    z-index: 999;
  }
  #sliderUgr .phoneSlider .image {
    margin-left: 10px;
  }
  #sliderUgr .phoneSlider .image img {
    height: 23px;
  }
  #sliderUgr .phoneSlider .text p {
    font-size: 16px;
  }
  #sliderUgr .phoneSlider .text h1 {
    font-size: 15px;
    color: #909090;
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 15px;
    line-height: 17px;
    max-width: 160px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 14px;
    margin-top: 10px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 15px;
  }
  #sliderUgr .swiperButton {
    height: 75px;
  }
  #sliderUgr .swiperButton img {
    height: 20px;
  }
  #sliderUgr .swiper-pagination {
    right: 70px;
  }
  #sliderUgr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #sliderUgr .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }
  #sliderUgr .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
  }

  #tamMenu .container {
    padding: 0 10px;
  }
  #tamMenu .container .content {
    flex-direction: column-reverse;
  }
  #tamMenu .container .content .mobilMidMenu {
    margin-left: 0;
    padding-left: 0;
    border-left: unset;
    width: 100%;
  }
  #tamMenu .container .content .mobilMidMenu .content {
    flex-direction: unset;
  }
  #tamMenu .container .content .mobilLeftMenu {
    width: 100%;
  }
  #tamMenu .container .footerNav {
    margin-top: 30px;
    flex-direction: column;
  }
  #tamMenu .container .footerNav .footerNav-social span {
    margin-top: 15px;
  }
  #tamMenu .container .content .mobilMidMenu .content .single {
    flex: 1 0 43%;
  }
  #tamMenu .container .content .mobilMidMenu .content .single img {
    height: 75px;
  }
  #tamMenu .container .content .mobilMidMenu .content .single h1 {
    padding: 10px 8px;
    font-size: 16px;
  }

  #kurumsalUgr {
    padding: 25px 0;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 13px;
  }
  #kurumsalUgr .container .leftCorp .frame h1 {
    font-size: 59px;
  }
  #kurumsalUgr .container .leftCorp .frame h3 {
    font-size: 23px;
  }
  #kurumsalUgr .container .leftCorp .frame p {
    font-size: 15px;
    text-align: center;
  }
  #kurumsalUgr .container .rightCorp {
    padding-left: 20px;
    flex-direction: column;
  }
  #kurumsalUgr .container .rightCorp .rLeft {
    padding-right: 00px;
    padding-bottom: 10px;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 25px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 15px;
  }

  #footer {
    padding: 20px 0;
    height: auto !important;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer .container .companyInfo {
    margin-right: 0;
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  #footer .container .companyInfo .logo img {
    height: 50px;
  }
  #footer .container .companyInfo .copyright {
    justify-content: center;
    align-items: end;
    width: 100%;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 16px;
    text-align: end;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 15px;
    margin-top: 4px;
    text-align: end;
  }
  #footer .container .fMenu {
    flex: 1;
  }
  #footer .container .fMenu .links {
    margin-right: 9px;
  }
  #footer .container .fMenu .links .single {
    margin-top: 11px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 15px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 23px;
  }
  #footer .container .fMenu .links .social a img {
    height: 19px;
  }
  #footer .bottomArrow {
    width: 45px;
    height: 45px;
  }
  #footer .bottomArrow img {
    width: 18px;
    height: auto;
  }
  @keyframes DownUp {
    0% {
      top: -30px;
    }
    50% {
      top: -10px;
    }
    100% {
      top: -30px;
    }
  }
  #ugr {
    padding: 20px 0;
  }
  #ugr .container a {
    font-size: 16px;
  }

  #kisayolUgr {
    margin-top: 0px;
    padding: 10px;
  }
  #kisayolUgr .container {
    flex-direction: column;
    padding: 0;
  }
  #kisayolUgr .container .homeCorp {
    flex-direction: column-reverse;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 11px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 14px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 16px;
    margin-top: 3px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -50px;
    height: 60px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 256px;
    flex: auto;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 12px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 14px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 10px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 10px 5px;
    margin: 0;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 16px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 15px;
    margin: 0px 5px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 8px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 15px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 15px;
    margin-top: 8px;
  }

  #homeBlog .container .title {
    margin-bottom: 10px;
    padding: 15px 0;
  }
  #homeBlog .container .title .lT img {
    height: 43px;
  }
  #homeBlog .container .title .lT .text {
    margin-left: 5px;
  }
  #homeBlog .container .title .lT .text p {
    font-size: 14px;
  }
  #homeBlog .container .title .lT .text h1 {
    font-size: 16px;
  }
  #homeBlog .container .title .rT a {
    font-size: 15px;
    padding: 7px;
  }

  #homeCats {
    padding: 0 0;
  }
  #homeCats .lBottom {
    height: 200px;
  }
  #homeCats .rTop {
    height: 170px;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 30% 64%;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 99;
    position: relative;
    padding: 0 !important;
  }
  #homeCats .container .menus .topMenu {
    align-items: center;
  }
  #homeCats .container .menus .links {
    align-items: center;
  }
  #homeCats .container .menus .topMenu h1 {
    font-size: 14px;
    margin: 0 0 16px 0;
  }
  #homeCats .container .menus .topMenu .mobilTitle {
    display: flex;
  }
  #homeCats .container .menus .topMenu .masaTitle {
  }
  #homeCats .container .menus {
    padding: 24px 0;
    height: auto;
  }
  #homeCats .container .menus .links .single {
    font-size: 14px;
    margin-top: 5px;
  }
  #homeCats .container .menus .bottomLogo img {
    height: 37px;
    display: none;
  }
  #homeCats .container .content {
    height: auto;
    padding: 20px 0;
  }
  #homeCats .container .content .swiper-container {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-wrapper {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide .single {
    height: auto;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 78px;
    margin-right: 0;
    padding-right: 6px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 220px;
    width: 220px;
    margin: 5px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    width: 220px;
    height: 220px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 220px;
    height: 220px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 20px;
    margin-bottom: 7px;
    width: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #headerUgr {
    height: 50px;
  }
  #headerUgr .container .logo img {
    height: 34px;
  }
  #headerUgr .container .menu {
    margin-right: 0px;
  }
  #headerUgr .container .menu ul li {
    padding: 9px 5px;
    display: none;
  }
  #headerUgr .container .menu ul li a {
    font-size: 16px;
  }
  #headerUgr .container .menu ul .mobileMenu {
    margin-left: 3px;
    display: flex;
    border-left: unset;
  }
  #headerUgr .container .menu ul .mobileMenu img {
    height: 15px;
    margin-left: 7px;
    margin-top: 0px;
  }
  #headerUgr .container .menu ul li img {
    margin-left: 7px;
    height: 5px;
    margin-top: -3px;
  }
  #headerUgr .container .menu ul li:hover .altMenu {
    top: 75px;
  }

  #sliderUgr {
    height: 47vh;
  }
  #sliderUgr .phoneSlider {
    right: 52px;
    top: 14px;
    z-index: 999;
  }
  #sliderUgr .phoneSlider .image {
    margin-left: 10px;
  }
  #sliderUgr .phoneSlider .image img {
    height: 23px;
  }
  #sliderUgr .phoneSlider .text p {
    font-size: 16px;
  }
  #sliderUgr .phoneSlider .text h1 {
    font-size: 15px;
    color: #ffffff;
  }
  #sliderUgr .mainSliderText {
    max-width: 97%;
  }
  #sliderUgr .mainSliderText h1 {
    font-size: 16px;
    line-height: 16px;
    max-width: 180px;
  }
  #sliderUgr .mainSliderText p {
    font-size: 14px;
    margin-top: 10px;
  }
  #sliderUgr .mainSliderText span {
    font-size: 15px;
  }
  #sliderUgr .swiperButton {
    height: 53px;
  }
  #sliderUgr .swiperButton img {
    height: 15px;
  }
  #sliderUgr .swiper-pagination {
    right: 50px;
  }
  #sliderUgr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #sliderUgr .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }
  #sliderUgr .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
  }

  #tamMenu .container {
    grid-template-rows: 114px 1fr 170px;
  }
  #tamMenu .container .header .headerRight {
    align-items: center;
  }
  #tamMenu .container .header .headerRight .customerService {
    margin-right: 10px;
  }
  #tamMenu .container .header .headerRight .customerService p {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .customerService img {
    margin: 0 10px;
    width: 17px;
  }
  #tamMenu .container .header .headerRight .customerService span {
    font-size: 16px;
  }
  #tamMenu .container .header .headerRight .closebtn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding-top: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  #tamMenu .container .header {
    flex-direction: column;
  }
  #tamMenu .container .header .headerLeft img {
    height: 60px;
  }

  #tamMenu .container .content .mobilLeftMenu {
    flex: 1;
  }
  #tamMenu .container .content .mobilMidMenu .title h1 {
    font-size: 16px;
    padding: 14px 0;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu {
    padding: 12px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-header
    h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .mobilLeftMenu .mobilMenu ul li a {
    font-size: 15px;
    padding: 6px 0;
  }
  #tamMenu
    .container
    .content
    .mobilLeftMenu
    #accordion
    .single-accordion
    .accordion-text
    a {
    font-size: 16px;
    margin-top: 6px;
  }
  #tamMenu .container .content .mobilContact .single h1 {
    font-size: 15px;
    padding: 5px 0;
  }
  #tamMenu .container .content .mobilContact .single p {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
  }
  #tamMenu .container .content .mobilContact iframe {
    height: 150px !important;
  }
  #tamMenu .container .content .mobilMidMenu {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu {
    padding: 10px 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item {
    padding: 6px 0;
    flex: 1 0 32%;
    margin: 0 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover {
    margin: 0 0;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item img {
    width: 75px;
    height: 75px;
    padding: 0 8px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item h1 {
    font-size: 16px;
    margin: 0 5px;
  }
  #tamMenu .container .content .mobilMidMenu .activityMenu .item:hover .line {
    width: 25%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu {
    padding: 7px 0;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a {
    padding: 12px;
    flex: 1 0 45%;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a:nth-child(2n) {
    padding: 12px;
    border-right: unset;
  }
  #tamMenu .container .content .mobilMidMenu .firmsListMenu a img {
    height: 18px;
  }
  #tamMenu .footerNav {
    padding: 20px 10px;
  }
  #tamMenu .footerNav-social span {
    font-size: 15px;
  }
  #tamMenu .container .footerNav .social {
    flex-direction: column;
  }
  #tamMenu .container .footerNav .social h1 {
    font-size: 16px;
  }
  #tamMenu .container .footerNav .social .socialList a {
    flex: 1 0 30%;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }
  #tamMenu .container .footerNav .footerNav-social span {
    font-size: 15px;
  }

  #kurumsalUgr {
    padding: 25px 0;
  }
  #kurumsalUgr .container {
    flex-direction: column;
    align-items: center;
  }
  #kurumsalUgr .container .leftCorp {
    width: 100%;
    margin-bottom: 10px;
    flex: 1;
  }
  #kurumsalUgr .container .leftCorp .frame {
    padding: 13px;
    width: 100%;
    flex: 1;
    align-items: center;
  }
  #kurumsalUgr .container .leftCorp .frame h1 {
    font-size: 59px;
  }
  #kurumsalUgr .container .leftCorp .frame h3 {
    font-size: 42px;
  }
  #kurumsalUgr .container .leftCorp .frame p {
    font-size: 22px;
    text-align: center;
  }
  #kurumsalUgr .container .rightCorp {
    padding-left: 0;
    flex-direction: column;
  }
  #kurumsalUgr .container .rightCorp .rLeft {
    padding-right: 0px;
    padding-bottom: 10px;
    width: 100%;
    margin: 10px 0;
  }
  #kurumsalUgr .container .rightCorp .rLeft h1 {
    font-size: 33px;
  }
  #kurumsalUgr .container .rightCorp .rRight p {
    font-size: 16px;
  }

  #footer {
    padding: 20px 0;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer .container .companyInfo {
    margin-right: 0;
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 6px;
  }
  #footer .container .companyInfo .logo {
    flex: 1;
    margin-right: 6px;
  }
  #footer .container .companyInfo .logo img {
    height: 50px;
  }
  #footer .container .companyInfo .copyright {
    justify-content: center;
    align-items: end;
    width: 60%;
    flex: 1;
    display: none;
  }
  #footer .container .companyInfo .copyright h1 {
    font-size: 16px;
    text-align: end;
  }
  #footer .container .companyInfo .copyright p {
    font-size: 15px;
    margin-top: 4px;
    text-align: end;
  }
  #footer .container .fMenu {
    flex: 1;
    justify-content: flex-start;
  }
  #footer .container .fMenu .links {
    margin-right: 9px;
    flex: 1 0 100%;
    margin-top: 10px;
  }
  #footer .container .fMenu .links:nth-child(2) {
    align-items: start;
  }
  #footer .container .fMenu .links:nth-child(2) .single a {
    text-align: start;
  }
  #footer .container .fMenu .links:nth-child(3) {
    flex: 0 0 100%;
  }

  #footer .container .fMenu .links .single {
    margin-top: 11px;
  }
  #footer .container .fMenu .links .single h1 {
    font-size: 16px;
  }
  #footer .container .fMenu .links .single a {
    font-size: 16px;
    margin-top: 7px;
  }
  #footer .container .fMenu .links .social {
    margin-top: 23px;
  }
  #footer .container .fMenu .links .social a img {
    height: 24px;
  }
  #footer .bottomArrow {
    width: 45px;
    height: 45px;
  }
  #footer .bottomArrow img {
    width: 18px;
    height: auto;
  }
  @keyframes DownUp {
    0% {
      top: -30px;
    }
    50% {
      top: -10px;
    }
    100% {
      top: -30px;
    }
  }
  #ugr {
    padding: 15px 0;
  }
  #ugr .container a {
    font-size: 15px;
  }

  #accordion .single-accordion .accordion-header h1 {
    font-size: 15px;
  }
  #accordion .single-accordion .accordion-text {
    padding: 8px;
  }
  #accordion .single-accordion .accordion-text p {
    font-size: 16px;
  }

  #kisayolUgr {
    margin: 0;
    padding: 15px;
  }
  #kisayolUgr .container {
    flex-direction: column;
    padding: 0;
  }
  #kisayolUgr .container .homeCorp {
    flex-direction: column-reverse;
  }
  #kisayolUgr .container .homeCorp .text .textDetails {
    padding: 20px;
  }
  #kisayolUgr .container .homeCorp .text h1 {
    font-size: 19px;
  }
  #kisayolUgr .container .homeCorp .text p {
    font-size: 16px;
    margin-top: 10px;
  }
  #kisayolUgr .container .homeCorp .text .cIcon {
    top: -36px;
    height: 45px;
  }
  #kisayolUgr .container .homeCorp .text .button img {
    height: 20px;
  }
  #kisayolUgr .container .homeCorp .text .button p {
    font-size: 15px;
    margin: 0 8px;
  }
  #kisayolUgr .container .homeCorp .image {
    height: 225px;
    flex: auto;
  }
  #kisayolUgr .container .homeShortcut .top {
    padding: 20px;
  }
  #kisayolUgr .container .homeShortcut .top .title h2 {
    font-size: 22px;
  }
  #kisayolUgr .container .homeShortcut .top .content {
    margin-top: 7px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single {
    padding: 8px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single img {
    height: 16px;
  }
  #kisayolUgr .container .homeShortcut .top .content .single p {
    font-size: 15px;
    margin: 0px 5px;
  }
  #kisayolUgr .container .homeShortcut .bottom {
    padding: 8px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single {
    padding: 10px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single img {
    height: 20px;
  }
  #kisayolUgr .container .homeShortcut .bottom .single p {
    font-size: 15px;
    margin-top: 8px;
  }

  #homeBlog .container .title {
    margin-bottom: 10px;
    padding: 15px 0;
  }
  #homeBlog .container .title .lT img {
    height: 31px;
  }
  #homeBlog .container .title .lT .text {
    margin-left: 4px;
  }
  #homeBlog .container .title .lT .text p {
    font-size: 15px;
  }
  #homeBlog .container .title .lT .text h1 {
    font-size: 16px;
  }
  #homeBlog .container .title .rT a {
    font-size: 15px;
    padding: 7px;
  }

  #homeCats {
    padding: 0 0 20px 0;
    overflow: hidden;
  }
  #homeCats .lBottom {
    height: 200px;
  }
  #homeCats .rTop {
    height: 170px;
  }
  #homeCats .midImg {
    height: 100%;
    left: 67%;
  }
  #homeCats .container {
    grid-gap: 0 50px;
    grid-template-columns: 30% 64%;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 99;
    position: relative;
  }
  #homeCats .container .menus .topMenu {
    align-items: center;
  }
  #homeCats .container .menus .links {
    align-items: center;
  }
  #homeCats .container .menus .topMenu h1 {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  #homeCats .container .menus {
    padding: 14px;
    height: auto;
  }
  #homeCats .container .menus .links .single {
    font-size: 15px;
    margin-top: 5px;
  }
  #homeCats .container .menus .bottomLogo img {
    height: 37px;
  }
  #homeCats .container .content {
    height: auto;
  }
  #homeCats .container .content .swiper-container {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-wrapper {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide {
    height: auto;
  }
  #homeCats .container .content .swiper-container .swiper-slide .single {
    height: auto;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history {
    padding-top: 78px;
    margin-right: 0;
    padding-right: 6px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .history
    h1 {
    font-size: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image {
    height: 180px;
    width: 180px;
    margin: 5px 0;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:after {
    width: 180px;
    height: 180px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .image:before {
    width: 180px;
    height: 180px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    img {
    height: 20px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 20px;
  }
  #homeCats
    .container
    .content
    .swiper-container
    .swiper-slide
    .single
    .sContent
    .infos
    p {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
}
.fgpage-title:before {
  background-color: unset !important;
  background-image: linear-gradient(
    90deg,
    rgb(0 68 123 / 91%) 50%,
    transparent
  );
}
.fgpage-title {
  background-position: center top !important;
}
#fgurunslider1 {
  box-shadow: unset !important;
  border: unset !important;
}
.fggallery-cover {
  border-color: #f3f3f3 !important;
}
.fgwidget::after {
  background-color: #00447b !important;
}
.fgwidget-reservation .fgwidget-content .btn {
  background-color: #003764 !important;
}
.fggallery-body > .fgicon {
  background-color: #003764 !important;
}
.owl-carousel .fgurunbuyuk img {
  height: 250px !important;
}
