@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway.woff2") format("woff2"), url("../fonts/Raleway.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

body {
    background: #fff;
    color: #333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    padding:0px;
    margin:0px;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}
a{
  text-decoration: none;
  color:#000000;
}

.img-fromtop {
    position: relative;
    overflow: hidden
}

.img-fromtop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.container {
    margin: 0 auto
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30
}

.main-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 40px 0
}

.main-header.full-page-layout {
    right: 110px
}

.main-header.full-page-layout .hdr-support {
    display: none
}

.main-header.full-page-layout .hdr-mail {
    display: none
}

.main-header.inner-page .hamburger-menu span {
    background: #c91126
}

.inner-page
{

}

.inner-page .main-header-inner
{
padding: 10px 40px 0;
}

.inner-page .hamburger_inner span
{
  background: #000000;
}

.menu .hamburger_inner span
{
  background: #ffffff;
}

.menu .language a
{
  color: #ffffff !important;
}

.menu .language .active
{
  color: var(--color1) !important;
}

.inner-page .language a
{
  color: #000000;
}

.inner-page .language .active
{
  color: var(--color1);
}

.inner-page .hamburger
{
  margin-top:20px;
}

.inner-page .language
{
  margin-top:10px;
}

.page-container
{
  margin-top:90px;
  padding-bottom:120px;
  border-top:1px solid #f1f1f1;
}

.page-container h1
{
  color:var(--color1); font-size:35px; font-weight:600; width:100%; text-align:center; padding-top:100px; padding-bottom:50px;
}

.inner-footer
{
  float:left; width:100%; height:20px; background:var(--color1);
}

.page-container
{
  font-size:17px;
  line-height: 27px;
}

.logo img {
    max-width: 100%
}

.logo img:last-child {
    display: none
}

.inner-page .logo img:first-child {
    display: none
}

.inner-page .logo img:last-child {
    display: block
}

.list-references
{

}

.list-references .item
{
  border-radius: 5px;
padding: 3px;
background: #ffffff;
padding-top: 15px;
padding-bottom:15px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);

box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-align:center;
}

.list-references .item img
{
  width:90%;
}


.list-news
{

}

.list-news .item
{
  border-radius: 5px;
padding: 3px;
background: #ffffff;
padding-top: 15px;
padding-bottom:15px;
}

.list-news .item img
{
  width:100%;
}

.list-news .item h4
{

  padding-left: 15px;
  color: #1a2536;
  font-size: 18px;
  font-weight: 600;
  border-left: 4px solid #7d1034;
  margin-top:20px;
}

.list-news .newsDate
{
      color: #7d1034;
      font-size:14px;
      padding-left:20px;
}



.hdr-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hdr-lang a {
    color: #fff
}

.hdr-lang {
    margin-left: 10px
}

.hdr-mail {
    margin-left: 45px;
    display: block
}

.hdr-support {
    margin-left: 45px;
    display: none
}

.hdr-support a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #e4172f
}

.hdr-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #e4172f
}

.hdr-mail img {
    max-width: 23px
}

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.main-nav-link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 10px
}

.inner-page .main-nav-link {
    color: #333
}

.main-footer {
    padding: 50px 0 35px;
    margin-left:-1px;
}

.mf-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mf-footer {
    margin-bottom: 30px
}

.mf-footer img {
    max-width: 100%
}

.mf-address {
    color: #3c3c3b;
    font-weight: 500;
    line-height: 1.5;
    max-width: 270px;
    margin-bottom: 20px
}

.mf-tel,
.mf-mail {
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 9px
}

.mf-tel:hover,
.mf-mail:hover {
    color: #e51a29
}

.mfi-links ul li,
.mfi-links ul li span {
    display: block;
    color: #333
}

.mfi-links ul li {
    margin-bottom: 8px
}

.mfi-links ul li span {
    font-weight: 700;
    margin-bottom: 15px
}

.mfi-links a {
    display: block;
    font-weight: 500;
    color: #6a6a6a
}

.mfi-links a:hover,
.mfi-links a:hover span {
    color: #e51a29
}

.mf-social {

    margin-bottom:20px;
}

.mf-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mf-social ul li {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 10px !important;
}

.mf-social ul li:nth-child(3) {
    margin-right: 0
}

.mf-social ul li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border:1px solid #e0e0e0;
    border-radius:50px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mf-social ul li a:hover {
  background-color: var(--color1);
  color: #ffffff;
  border-color: var(--color1);
}

.mf-social ul li .facebook:hover {
    background-color: #1f4e9e
}

.mf-social ul li .linkedin:hover {
    background-color: #23408f
}

.mf-social ul li .instagram:hover {
    background-color: #fa0074
}

.mf-social ul li .twitter:hover {
    background-color: #00aced
}

.mf-social ul li .youtube:hover {
    background-color: red
}

.mf-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px
}

.mf-copyright {
    color: #333;
    letter-spacing: -.5px
}

.accordion ul.inner {
    overflow: hidden;
    display: none
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px
}

.mobile-menu ul li a.mm-title span {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 0 20px
}

.mobile-menu ul li a.mm-title.toggle span::before {
    content: url("https://gamaproje.com.tr/Content/WebsiteTemplate/img/arrow-down.svg");
    position: absolute;
    top: 3px;
    right: 0;
    width: 14px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mobile-menu ul li a.mm-title.active.toggle span::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu ul>li ul li {
    display: block;
    padding-left: 30px
}

.mobile-menu {
    display: none;
    background-color: #e4172f;
    padding-bottom: 25px;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 300;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-menu.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.mobile-menu-close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 8px;
    top: -3px;
    display: block;
    cursor: pointer
}

.hamburger-menu {
    display: none
}

.hamburger-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px
}

.contact-form::-webkit-input-placeholder {
    color: #333;
    font-weight: 300
}

.contact-form::-moz-placeholder {
    color: #333;
    font-weight: 300
}

.contact-form:-ms-input-placeholder {
    color: #333;
    font-weight: 300
}

.contact-form:-moz-placeholder {
    color: #333;
    font-weight: 300
}

.contact-form .row {
    margin: 0 -13px
}

.contact-form .form-group {
    margin-bottom: 25px
}

.half {
    width: 50%;
    float: left
}

.full {
    width: 100%;
    float: left
}

.contact-form .half,
.contact-form .full {
    padding: 0 13px
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 18px 20px;
  border: 2px solid #e9eaeb;
  background: #fff;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

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

.contact-form textarea {
    height: auto;
    padding-top: 15px;
    padding-left: 25px;
    line-height: 1.5;
    resize: none
}

.checkbox {
    position: relative
}

.checkbox input {
    display: none
}

.checkbox label {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    ont-size: 14px;
    color: #b2b6bb;
}

.checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5
}

.checkbox label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url("../img/red-check.svg") no-repeat 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: 50% 50%
}

.checkbox input:checked~label::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.cf-send-btn {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #7d1034;
    border: 0;
    outline: none;
    height: 70px;
    line-height: 70px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight:600;
}

.cf-send-btn:hover {
    background-color: #dc3434
}

.checkbox label a {
    color: #7d1034;
    text-decoration: underline
}

.form-popup {
    position: relative;
    background-color: #fff;
    padding: 30px 60px;
    margin: 20px auto;
    width: auto;
    max-width: 500px
}

#offer-form {
    width: 800px;
    max-width: 100%
}

.form-popup .mfp-close {
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: url("../img/interface.svg") no-repeat center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: transparent!important;
    opacity: 1;
    text-align: center
}

.fp-title {
    color: #7d1034;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.4px;
    text-align: center;
    margin-bottom: 20px
}

.contact-form.fp-form .form-group {
    margin-bottom: 10px
}

.contact-form.fp-form .cf-send-btn {
    height: 50px;
    line-height: 50px
}

.form-popup.result {
    padding: 30px
}

.form-popup.result .fp-title {
    font-size: 24px;
    font-weight: 400;
    text-align: left
}

.fp-title span {
    color: #dc3434
}

.popup-result-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border: none
}

.popup-result-table table tr {
    border: none
}

.popup-result-table table tr:nth-child(even) {
    background: #f5f5f5
}

.popup-result-table table tr td {
    border: none;
    border-right: 1px solid #fff;
    padding: 10px 5px
}

.popup-result-table table tr td:first-child {
    width: 133px;
    font-weight: 700
}

.form-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 500px);
    text-align: center;
    padding: 30px 15px
}

.fpmc-icon {
    font-size: 30px
}

.fpmc-icon .swal2-icon {
    margin-top: 0
}

.fpmc-text {
    color: #333;
    font-size: 26px
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.fpmc-icon .swal2-icon {
    margin-top: 0
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    zoom: normal;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.mf-copyrightkvkk a {
    margin-left: 10px;
    color: #fff
}

.popup-logo {
    text-align: center;
    margin: 0 0 5px
}

.popup-logo img {
    max-width: 100%
}

@media(max-width:1229px) {
    .main-nav {
        display: none
    }
    .hamburger-menu,
    .mobile-menu {
        display: block
    }
    .hdr-support {
        margin-left: 25px
    }
    .hdr-mail {
        margin-left: 25px
    }
}

@media(max-width:1023px) {
    .main-header.full-page-layout .hdr-support {
        display: none
    }
    .main-header.full-page-layout .hdr-mail {
        display: block
    }
    .main-header.full-page-layout {
        right: 0
    }
}

@media(max-width:991px) {
    .main-header-inner {
        padding-left: 15px;
        padding-right: 15px
    }
    .mf-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mf-item {
        margin-bottom: 30px
    }

    .inner-page
    {
      height: 100px;
    }
}

@media(max-width:767px) {
    .mobile-menu ul li a {
        text-align: right
    }
    .mobile-menu {
        width: 100%
    }
    .hdr-support {
        margin-left: 10px;
        display: block
    }
    .hdr-mail {
        margin-left: 10px;
        display: none
    }
    .hdr-lang {
        padding: 0 35px;
        margin: 20px 0 0 0;
        text-align: right
    }
    .hdr-lang a {
        color: #fff;
        font-size: 20px;
        font-weight: 500
    }
    .main-footer {
        padding: 30px 15px
    }
    .mf-top,
    .mf-bottom {
        display: block
    }
    .mf-item,
    .mf-bottom {
        width: 100%;
        display: block;
        text-align: center
    }
    .mf-address,
    .mf-social {
        margin-left: auto;
        margin-right: auto
    }
    .mf-development {
        margin-top: 15px
    }
    .mf-bottom {
        padding-top: 0
    }
    .contact-form .half,
    .contact-form .full {
        width: 100%
    }
    .form-popup {
        padding: 30px
    }
    .fp-title {
        font-size: 24px;
        margin-bottom: 10px
    }
    .form-popup .mfp-close {
        width: 20px;
        right: 20px;
        height: 50px;
        border-radius: 0
    }

    .inner-page
    {
      height: 100px;
    }
}

@media(max-width:480px) {
    .logo {
        width: 110px;
        margin-top:20px;
    }
    .hdr-support a,
    .hdr-mail a {
        width: 40px;
        height: 40px
    }

    .inner-page
    {
      height: 100px;
    }

    .hg-left
    {
      width: 100% !important;
    }

    .hg-right {
      width: 100% !important;
      padding-left: 0px !important;
      margin-top:50px;
    }

    .hg-right-links a
    {
      margin-bottom:20px !important;
    }

    .footer-menu ul li
    {
      width: 100% !important;
      text-align: center !important;
      margin-bottom: 10px;
    }

    .footer-menu ul li a {
    color: #333;
    font-weight: 700 !important;
    font-size: 18px;
    float: none !important;
    }


    ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    margin-bottom: 70px;
    padding-top: 20px;
  }


}

@media(max-width:390px) {
    .contact-form.fp-form .g-recaptcha {
        transform-origin: top left;
        transform: scale(.76)
    }
}

@media(max-width:355px) {
    .logo {
        width: 110px
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

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

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://gamaproje.com.tr/WebSiteHome/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    display: none;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px)and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.toast-title {
    font-weight: 500
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -25px;
    top: 3px;
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 35px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    text-align: center
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    cursor: pointer
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.cookieBar {
    position: fixed;
    background-color: #e0e0e0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 10px 0;
    z-index: 999999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.cookieBarText {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    padding-top: 16px
}

.cookieBarText a {
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.cookieBarButton {
    padding: 0 0
}

.cookieBar .col-sm-10 {
    max-width: 70%
}

.cookieBar .col-sm-2 {
    max-width: 30%
}

.cookieBarButton button {
    background-color: #fff;
    border: 2px solid #e4172f;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 30px
}

.cookieBarButton button:focus {
    outline-color: #fff!important
}

.cookieBarIn {
    -webkit-animation-name: cookieBarIn;
    animation-name: cookieBarIn
}

.cookieBarOut {
    -webkit-animation-name: cookieBarOut;
    animation-name: cookieBarOut
}

.cookieBar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@-webkit-keyframes cookieBarIn {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cookieBarIn {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes cookieBarOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes cookieBarOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.home-slider {
    position: relative;
    width: 100%;
    height: 100vh
}

.main-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.main-slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.main-slider .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 49%;
}

.slide-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    background: rgba(0,0,0,0.3) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.slide-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    overflow: hidden
}

.slide-title>div {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.slide-title span {
    display: block;
    color: #7d1134;
}

.slide-desc {
    font-size: 30px;
    font-weight: 300;
    overflow: hidden
}

.slide-desc>div {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.active .slide-desc>div,
.active .slide-title>div {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home-sector-solutions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto
}

.home-sector-solutions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hss-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px
}

.hss-title::before,
.hss-title::after {
    content: "";
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    border-top: 1px solid #e30d43
}

.hss-title span {
    padding: 0 10px;
    font-weight: 700;
}

.hss-item {
    text-align: center
}

.hss-item-img {
    margin-bottom: 15px
}

.hss-item-img img {
    -webkit-transition: all .4s;
    transition: all .4s;
    max-height: 34px
}

.hss-item:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hss-item-title {
    color: #fff;
    font-size: 16px
}

.home-services {
    /*background: #041e36 url("../img/home-services-bg.png") no-repeat bottom left;*/
    background-blend-mode: color-dodge;
    /*min-height: 1005px;*/
    padding-top: 150px;
    padding-bottom:150px;
}

.home-services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-references-slider .owl-stage-outer {
    padding-bottom: 10px;
}

.home-services-slider .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.home-references-slider .item
{
    border-radius: 5px;
    padding: 3px;
    background: #ffffff;
    padding-top: 15px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}


.titleIcon
{
  width:40px;
  color: #E4172F;
}

.paddingRight0
{
  padding-right:0px;
}

.paddingLeft0
{
  padding-left:0px;
}

.home-news h3
{
  float: left;
}

.news-description
{
  margin-top:10px;
  color: #616b76;
}


.hs-left {
    width: 30.41666666666667%;
    padding-right: 120px
}

.hs-subtitle {
    color: #e4172f;
    font-weight: 500
}

.hs-title {
    color: rgba(100,100,100,1);
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px
}

.hs-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px
}

.hs-link {
  position: relative;
  display: inline-block;
  color: #636363;
  font-weight: 500;
  background-color: transparent;
  border-radius: 50px;
  padding: 15px 15px 15px 25px;
  z-index: 1;
  border: 2px solid #7d1034;
  overflow: hidden;
}

.hs-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1
}

.hs-link img {
    width: 18px;
    margin-left: 5px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.hs-link:hover {
    color: #333
}

.hs-link:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.hs-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.home-services-slider .item {
    margin-bottom: 25px
}

.home-services-slider .owl-next,
.home-services-slider .owl-prev {
  display: inline-block;
  color: #7d1034;
  font-weight: 500;
  font-size: 20px;
  background: none;
  border: none;
  outline: none;
  border: 1px solid #7d1034;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}

.home-services-slider .owl-next:hover,
.home-services-slider .owl-prev:hover {

    background: #ffffff54;

}



.home-services-slider .owl-next img,
.home-services-slider .owl-prev img {
    width: 18px;
    margin: 0 5px
}

.home-services-slider .owl-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hs-slider-item-inner {
    position: relative;
    /*border: 1px solid #495968;*/

    height: 240px;
}

.hs-slider-item-inner img {




}

.hs-slider-img {
    overflow: hidden;
    position: relative
}

.hs-slider-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: .3
}

.hs-slider-img img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;

}

.item:hover .hs-slider-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.hs-slider-item-title {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    position: absolute;
    bottom: -26px;
    left: 0px;
    right: 0px;
    z-index: 2;
    margin: 0;

    min-height: 70px;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    background-color: var(--color1);

    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}

.hs-slider-item-title img
{
  margin-right: 10px;
  width:35px;
}



.hs-slider-item-arrow {
    position: absolute;
    right: 35px;
    bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2
}

.hs-slider-item-arrow img {
    width: 18px
}

.item:hover .hs-slider-item-arrow {
    right: 0
}

.hs-right {
    width: 69.58333333333333%
}

.home-about {
    position: relative;
    padding: 45px 0 75px;
    z-index: 2
}

.home-about::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 69%;
    background-color: #f5f5f5;
    z-index: -1
}

.home-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ha-left {
    width: 55%;
    padding-right: 145px
}

.ha-right {
    width: 45%;
    margin-top: -135px
}

.ha-right img {
    width: 100%
}

.home-about-subtitle {
    color: #e4172f;
    font-size: 12px;
    font-weight: 500
}

.ha-title-section {
    margin: -135px 0 66px
}

.home-about-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0
}

.ha-text {
    color: #545252;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 35px
}

.ha-text p {
    margin-bottom: 20px
}

.ha-text p:first-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

.ha-link {
    color: #e4172f;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #eda0a5
}

.ha-link img {
    width: 14px;
    margin-left: 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.ha-link:hover {
    text-decoration: none
}

.ha-link:hover img {
    margin-left: 15px
}

.home-news {
    padding: 50px 0;
    padding-top:150px;
    padding-bottom:150px;
}

.reakte
{
  width:60px;
}

.hn-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 30px
}

.hn-title span {
    font-weight: 700
}

.home-news-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -55px
}

.home-news-slider .owl-dot {
    width: 45px;
    height: 5px;
    background-color: #dadada;
    border: none;
    outline: none;
    padding: 0;
    margin-left: 5px
}

.home-news-slider .owl-dot.active {
    background-color: #da1515
}

.hns-img {
    margin-bottom: 25px;
    overflow: hidden
}

.hns-img img {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.item:hover .hns-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.hns-date {
    color: #7d1034;
    font-weight: 500;
    margin-bottom: 7px
}

.hns-title {

  padding-left: 15px;
  color: #1a2536;
  font-size: 18px;
  font-weight: 600;
  border-left: 4px solid #7d1034;

}

.hn-all-link {
    display: inline-block;
    color: #7d1034;
    font-weight: 700;
    margin-top: 35px;
    text-decoration: underline;
    text-decoration-color: #eda0a5
}

.hn-all-link img {
    width: 14px;
    margin-left: 5px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.hn-all-link:hover {
    text-decoration: none
}

.hn-all-link:hover img {
    margin-left: 15px
}

.info-section {
    color: #fff;
    text-align: center;
    background: url("../img/ref-bg.png") no-repeat 50% 50%;
    background-size: cover;
    padding-top:100px;
    padding-bottom:100px;
}

.is-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.25px;
    margin-bottom: 10px
}

.is-text {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto 20px
}

.is-links a {
  display: inline-block;
  width: 195px;
  color: #7d1034;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #7d1034;
  border-radius: 40px;
  padding: 11px 0;
  margin: 0 10px;
  -webkit-transition: all .4s;
  transition: all .4s
}


a:hover
{
    text-decoration: none;
    color: #000000;
}


.is-links a:last-child {
  color: #ffffff;
  background-color: #7d1034;
}

.is-links:hover a {
    color: #fff;
    background: none
}

.is-links:hover a:hover {
    color: #333;
    background-color: #fff
}

.en-nav:lang(tr) {
    display: none
}

.tr-nav:lang(en) {
    display: none
}

@media(max-width:1229px) {
    .slide-title {
        font-size: 40px
    }
    .slide-desc {
        font-size: 25px
    }


}

@media(max-width:991px) {
    .home-services {
        padding-top: 100px
    }
    .home-services .container {
        display: block
    }
    .hs-left,
    .hs-right {
        width: 100%
    }
    .hs-left {
        padding: 0 0 30px
    }
    .hs-title {
        margin-bottom: 20px
    }
    .hs-desc {
        margin-bottom: 30px
    }
    .ha-left {
        padding-right: 30px
    }
}

@media(max-width:767px) {
    .hss-item-title {
        font-size: 13px
    }
    .slide-text {
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%)
    }
    .slide-title {
        font-size: 30px
    }
    .slide-desc {
        font-size: 20px
    }
    .home-services,
    .home-sector-solutions {
        padding-left: 15px;
        padding-right: 15px
    }
    .home-about,
    .home-news,
    .info-section {
        padding: 30px 15px
    }
    .home-about {
        background-color: #f5f5f5
    }
    .home-about .container {
        display: block
    }
    .ha-left {
        width: 100%;
        padding: 0 0 30px
    }
    .ha-title-section,
    .ha-right {
        margin-top: 0
    }
    .ha-title-section {
        margin-bottom: 30px
    }
    .home-about-title {
        font-size: 30px
    }
    .ha-text p:first-child {
        font-size: 24px
    }
    .ha-right {
        width: 100%
    }
    .home-about::before,
    .home-news-slider .owl-dots {
        display: none
    }
    .home-about-title {
        color: #333
    }
    .is-links a {
        margin-bottom: 15px
    }

    .mobileTextCenter
    {
      text-align:center !important;
      width:100%;
    }

    .mobileMarginTop20
    {
      margin-top:20px;
    }

    .mobileMarginBottom20
    {
      margin-bottom:20px;
    }
}

@media(max-width:380px) {
    .hss-item-img img {
        max-height: 30px
    }

    .mobileTextCenter
    {
      text-align:center !important;
      width:100%;
    }

    .mobileMarginTop20
    {
      margin-top:20px;
    }
}







/*özelleştirme*/



.cookieBar .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.cookieBar .btn {
    font-size: 16px;
    background: #16509f;
    padding: 24px 30px;
    overflow: hidden;
    border: 2px solid #16509f;
    text-transform: uppercase;
    border-radius: 0;
    outline: none;
    line-height: 1.75;
    letter-spacing: 0.6px;
    color: #ffffff;
    min-width: 200px;
    text-align: center;
    font-weight: 700;
}


.cookieBar .btn {

    font-size: 15px;
    text-decoration: none;
    padding: 14px 20px;

}

.cookieBar .btn-blue {
    border-color: #fff;
    background-color: #1c1c21;
      cursor: pointer;
}

.cookieBar .btn-blue:hover {
    background-color: #25242b;
}

.cookieCloseButton .fa
{
  color: #ffffff;

}

.cookieCloseButton
{
  float: left;
  width: 100%;
  text-align: center;
  padding-top:20px;
}




.cookieLink
{
  height: 55px;
  float: left;
  padding-top:17px;
  width:100%;
  text-align: center;
  color: #ffffff;
  text-decoration:underline;

}

.cookieLink:hover
{
  text-decoration:none;
  color: #ffffff;
}

.cookieBar p{
  padding-top:10px;
  color: #ffffff;
  font-weight: 500;
}

.cookieBar {
    position: fixed;
    background-color: #1c1c21;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 10px 0;
    z-index: 999999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding-left:40px;
    padding-right: :40px;
}




/*sayaç*/
.home-hours {
    background: url(../img/home-info-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 70px 0 60px;
}

.home-hours-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.hhi-item {
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hhi-item-circle {
    width: 146px;
    height: 130px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 145px;
    text-align: center;
    background: url(https://www.hayatinritmi.com.tr/Content/WebsiteTemplate/img/hh-circle.png) no-repeat 50% 50%;
    margin: 0 auto;
}

.hhi-item-title {
    position: relative;
    top: -7px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.hhi-item-title span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.hh-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 45px;
}


/*sayaç*/

/*galeri*/
.home-gallery {
    padding: 32px 0 75px;
    padding-top:200px;
    padding-bottom:200px;
}

.hg-left, .hg-right {
    width: 50%;
    float: left;
    margin-right: -20px;
}

.home-gallery-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    max-width: 330px;
    margin: 0 0 40px;
}

.home-gallery-list {
    width: 159.5%;
    margin-left: -58.6%;
}

.home-gallery-list .row {
    margin: 0 -1px;
}

.hg-right {
    padding-left: 80px;
}

.hg-left, .hg-right {
    width: 50%;

}

.hgl-item {
    width: 11.1%;
    float: left;
    padding: 0 1px;
    margin-bottom: 1px;
}

.hgl-item-inner {
    position: relative;
    padding-bottom: 95.7%;
    overflow: hidden;
}

.hgl-item-inner img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    object-fit: cover;
    height: 100%;
}

.hgl-item img {
    width: 100%;
}

.hg-right {
    padding-left: 80px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home-video-slider .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.home-video-slider .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.home-video-slider .slick-dots li.slick-active {
    border-color: #cdcdcd;
    padding: 3px;
}

.home-video-slider .slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    padding: 4px;
    margin: 0 5px;
    cursor: pointer;
}

.home-video-slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    font-size: 0;
    background: #cdcdcd;
    border: 0;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.hg-right-desc {
    color: #333;
    font-size: 18px;
    text-align: center;
    max-width: 425px;
    margin: 40px auto 35px;
}

.hg-right-links {
    text-align: center;
}

.hg-right-links a {
    position: relative;
    display: inline-block;
    color: var(--color1);
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

.home-video-slider .item a {
    display: block;
    position: relative;
}

.home-video-slider .item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51,51,51,.2);
}

.home-video-slider .item img {
    width: 100%;
}

.slick-slide img {
    display: block;
}

.hvs-icon {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);ğ
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.home-video-slider .slick-active button {
    background: var(--color1) !important;
}


.hvs-icon {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.hvs-icon .stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease
}

.hvs-icon .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
    transition: stroke-dashoffset 1s ease, opacity 1s ease
}

.hvs-icon .icon {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out
}

.item:hover .hvs-icon .stroke-dotted {
    stroke-width: 4px;
    opacity: 1
}

.item:hover .hvs-icon .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300
}

.item:hover .hvs-icon .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.hg-right-desc {
    color: #333;
    font-size: 18px;
    text-align: center;
    max-width: 425px;
    margin: 40px auto 35px
}

.hg-right-links {
    text-align: center
}

.hg-right-links a {
    position: relative;
    display: inline-block;
    color: var(--color1);
    font-size: 18px;
    font-weight: 700;

    padding: 10px;
    display: inline-block;
    width: 195px;
    color: var(--color1);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 2px solid var(--color1);
    border-radius: 40px;
    padding: 11px 0;
    margin: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
}

.hg-right-links a:nth-child(2) {
    margin-left: 20px
}
/*galeri*/

/*hızlı erişim menü*/
.fixed-links {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -72px;
    z-index: 8000;
    width: 65px;
}

.fixed-links a.test {
    background: #580d26 url(/Content/Images/bg/wheel-icon.png) no-repeat;
    background-position: 18px center;
}

.fixed-links a.recall {
    background: #7d1134 url(/Content/Images/bg/recall-icon.png) no-repeat;
    background-position: 20px center;
}

.fixed-links a {
    width: 200px;
    height: 65px;
    color: #fff;
    font-size: 14px;
    line-height: 65px;
    padding-left: 12px;
    font-weight:700;
    display: block;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0) scale(1);
    transition: all ease-out .5s;
}

.fixed-links img
{
  width:35px;
  margin-right:20px;
}

.fixed-links a:hover {
    -ms-transform: translate(-135px, 0);
    -webkit-transform: translate(-135px, 0);
    transform: translate(-135px, 0)
}
/*hızlı erişim menü*/

.language .active
{
  color:#dc0f29;
}

.language a
{
  font-weight: 700;
  margin-right: 7px;
}
