@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiAyp8kv8JHgFVrJJLmE3tF.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm21llEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrJJLedw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm111lEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrLPTedw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLFj_V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5V1s.ttf)
        format("truetype");
}
* {
    margin: 0px;
    font-family: "Poppins", serif;
}
.redText {
    color: #d9000d;
}
.blackText {
    color: #000000;
}
.bg {
    background: #f5f5f5;
}
.transform {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
p {
    margin-bottom: 0;
}
.transition {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border {
    border: solid 1px #dfdfdf;
}
.my-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body {
    overflow-x: hidden;
    background: linear-gradient(to right, #f0f0f0 1px, transparent 1px);
    background-size: calc(100% / 4);
    position: relative;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 100px;
}
.fancybox__html5video:focus-visible {
    outline: none;
}
.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    left: 0;
    top: 0;
    z-index: 1060;
    overflow: hidden;
}
.loading.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.loadingLogo {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.loadingLogo > img {
    width: 100px;
    height: auto;
    display: block;
    animation-name: hareket;
    animation-duration: 1s;
    animation-delay: 0.35s;
    animation-iteration-count: infinite;
}
@keyframes hareket {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
input[type="text"] {
    width: 100%;
    height: 50px;
    border: solid 1px #dfdfdf;
    padding: 0 10px;
    border-radius: 3px;
    color: #000000;
    font-size: 14px;
}
input[type="text"]:active,
input[type="text"]:focus-visible {
    outline-color: #f0f0f0;
}
select {
    width: 100%;
    height: 50px;
    border: solid 1px #dfdfdf;
    padding: 0 10px;
    border-radius: 3px;
    color: #000000;
    font-size: 14px;
}
select:active,
select:focus-visible {
    outline-color: #f0f0f0;
}
textarea {
    width: 100%;
    min-height: 150px;
    border: solid 1px #dfdfdf;
    padding: 10px;
    border-radius: 3px;
    color: #000000;
    font-size: 14px;
}
textarea:active,
textarea:focus-visible {
    outline-color: #f0f0f0;
}
.redButton {
    background: #d9000d;
    border: solid 1px #d9000d;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-radius: 30px;
    text-decoration: none;
}
.redButton:hover {
    text-decoration: none;
    color: #d9000d;
    background: #ffffff;
}
.redlineButtonTwo {
    background: #ffffff;
    border: solid 1px #d9000d;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #d9000d;
    display: inline-block;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-radius: 30px;
    text-decoration: none;
}
.redlineButtonTwo:hover {
    text-decoration: none;
    color: #ffffff;
    background: #d9000d;
}
.redLineButton {
    background: #ffffff;
    border: solid 1px #d9000d;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #d9000d;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 30px;
}
.redLineButton span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #d9000d;
    display: block;
    margin-left: 15px;
}
.redLineButton span i {
    color: #ffffff;
    font-size: 14px;
}
.redLineButton:hover {
    text-decoration: none;
    color: #ffffff;
    background: #d9000d;
}
.redLineButton:hover span {
    background: #ffffff;
    color: #d9000d;
}
.redLineButton:hover span i {
    color: #d9000d;
}
.greyLineButton {
    background: #ffffff;
    border: solid 1px #464545;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #464545;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 30px;
}
.greyLineButton span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #464545;
    display: block;
    margin-left: 15px;
}
.greyLineButton span i {
    color: #ffffff;
    font-size: 14px;
}
.greyLineButton:hover {
    text-decoration: none;
    color: #ffffff;
    background: #464545;
}
.greyLineButton:hover span {
    background: #ffffff;
    color: #464545;
}
.greyLineButton:hover span i {
    color: #464545;
}
.whiteLineButton {
    background: transparent;
    border: solid 1px #ffffff;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 30px;
}
.whiteLineButton span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    margin-left: 15px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.whiteLineButton span i {
    color: #ffffff;
    font-size: 14px;
}
.whiteLineButton:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}
.whiteLineButton:hover span {
    background: #ffffff;
    color: #ffffff;
}
.whiteLineButton:hover span i {
    color: #d9000d;
}
.happyCustomerButton {
    background: #d9000d;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 30px 50px rgba(217, 0, 13, 0.2);
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.happyCustomerButton strong {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}
.happyCustomerButton span {
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
}
.happyCustomerButton img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 2px #d9000d;
}
.happyCustomerButton img:nth-child(3) {
    position: relative;
    z-index: 3;
}
.happyCustomerButton img:nth-child(4) {
    position: relative;
    z-index: 2;
    margin-left: -20px;
}
.happyCustomerButton img:nth-child(5) {
    position: relative;
    z-index: 1;
    margin-left: -20px;
}
.happyCustomerButton:hover {
    box-shadow: 0px 30px 50px rgba(217, 0, 13, 0.1);
}
.servicesArea .imagesBox {
    position: relative;
    height: 300px;
    width: 90%;
}
.servicesArea .imagesBox img:nth-child(2) {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.servicesArea .imagesBox img:nth-child(3) {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
}
.webBox {
    background: #c0e57a;
    background: linear-gradient(340deg, #c0e57a 0%, #35886e 100%);
}
.webBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 7%;
    right: 7%;
    z-index: 3;
    width: 20%;
}
.seoBox {
    background: #646464;
    background: linear-gradient(340deg, #646464 0%, #333940 100%);
}
.seoBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 20%;
    right: 12%;
    z-index: 3;
    width: 27%;
}
.adsBox {
    background: #2c4d91;
    background: linear-gradient(340deg, #2c4d91 0%, #487ef0 100%);
}
.adsBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 3;
    width: 40%;
}
.brandingBox {
    background: #fc24b1;
    background: linear-gradient(340deg, #fc24b1 0%, #a70268 100%);
}
.brandingBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 3;
    width: 30%;
}
.brandingBox .imagesBox img:nth-child(3) {
    position: absolute;
    z-index: 1;
    bottom: -5%;
    width: 100%;
}
.socialBox {
    background: #675ac6;
    background: linear-gradient(340deg, #675ac6 0%, #4539aa 100%);
}
.socialBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 15%;
    right: 15%;
    z-index: 3;
    width: 18%;
}
.socialBox .imagesBox img:nth-child(2) {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    width: 100%;
    height: 85%;
    object-fit: contain;
}
.socialBox .imagesBox img:nth-child(3) {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 70%;
    left: 15%;
}
.contentBox {
    background: #d9000d;
    background: linear-gradient(340deg, #d9000d 0%, #ad0300 100%);
}
.contentBox .imagesBox img:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 3;
    width: 25%;
}
.contentBox .imagesBox img:nth-child(2) {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 100%;
    object-fit: contain;
}
.modal .modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
    opacity: 1;
}
.modal .backButton,
.modal .modal-header .btn-close {
    opacity: 1;
    min-width: 50px;
    min-height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    padding: 0;
}
.modal .backButton i {
    position: relative;
    top: 2px;
}
.modal .modal-fullscreen .modal-body {
    overflow: inherit;
}
.modal .popupServices .servicesSelectBox {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.modal .popupServices .servicesSelectBox i {
    font-size: 42px;
}
.modal .popupServices .servicesSelectBox .form-check {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 17px;
}
.modal .popupServices .servicesSelectBox .form-check:last-child {
    margin-bottom: 0;
}
.modal .popupServices .servicesSelectBox .form-check .form-check-input {
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.modal .popupServices .servicesSelectBox .form-check .form-check-label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.modal .popupServices .servicesSelectBox .form-check-input:checked {
    background-color: #d9000d;
    border-color: #d9000d;
}
.modal .popupServices .servicesSelectBox .form-check-input:focus {
    border-color: #ff979e;
    box-shadow: 0 0 0 0.25rem rgba(217, 0, 13, 0.2);
}
.modal .popupServices .servicesSelectBox:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: #d9000d !important;
}
.modal .popupServices .servicesSelectBox:hover strong,
.modal .popupServices .servicesSelectBox:hover i {
    color: #d9000d;
}
.modal .popupServices .redLineButton {
    height: 50px;
    padding: 5px 5px 5px 30px;
}
.modal .popupServices .redLineButton span {
    left: 10px;
}
.form-floating .form-select,
.form-floating .form-control {
    font-size: 14px;
    border-radius: 30px;
    padding: 15px 20px 0 20px;
}
.form-floating .form-select:focus,
.form-floating .form-control:focus {
    border-color: #ff979e;
    box-shadow: 0 0 0 0.25rem rgba(217, 0, 13, 0.2);
}
.form-floating textarea {
    height: 100px !important;
    padding: 27px 20px 0 20px !important;
}
.form-floating > label {
    font-size: 14px;
    padding: 18px 20px;
}
.form-check {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 17px;
}
.form-check:last-child {
    margin-bottom: 0;
}
.form-check .form-check-input {
    width: 22px;
    height: 22px;
    border-radius: 15px;
}
.form-check .form-check-label {
    font-size: 12px;
    margin-top: 4px;
}
.form-check .form-check-label a {
    color: #000000;
    font-weight: 600;
}
.form-check .form-check-input:checked {
    background-color: #d9000d;
    border-color: #d9000d;
}
.form-check .form-check-input:focus {
    border-color: #ff979e;
    box-shadow: 0 0 0 0.25rem rgba(217, 0, 13, 0.2);
}
header {
    height: 100px;
}
header .copyRight {
    font-size: 12px;
    color: #000000;
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 46px);
    background: #ffffff;
    padding: 0 15px;
    transform: rotate(270deg) translate(-50%, -50%);
    -webkit-transform: rotate(270deg) translate(-50%, -50%);
}
header .logo {
    text-decoration: none;
    z-index: 2;
    position: relative;
}
header .logo .logoIcon {
    width: 60px;
    position: fixed;
}
header .logo .logoImages {
    width: 110px;
    position: relative;
    top: 20px;
    margin-left: 65px;
}
header .menuRight {
    z-index: 9;
    position: fixed;
    margin-top: 10px;
}
header .menuRight .redButton {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 100;
}
header .menuRight .languageBox {
    line-height: 50px;
    position: relative;
    z-index: 100;
}
header .menuRight .languageBox a:first-child::before {
    display: none;
    margin-left: 0;
}
header .menuRight .languageBox a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
header .menuRight .languageBox a::before {
    content: "|";
    display: inline-block;
    margin-left: 8px;
    padding-right: 10px;
}
header .menuRight .languageBox a.active {
    font-weight: 700;
}
.sliderBox {
    height: 78vh;
}
.sliderBox .slider .informationSlider {
    height: 30px;
    line-height: 30px;
}
.sliderBox .slider .informationSlider a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.sliderBox .slider .sliderText .sliderInnerText {
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    font-weight: bold;
}
.sliderBox .slider .sliderText .sliderInnerText span {
    color: #000000;
    font-size: 76px;
    line-height: 92px;
}
.mb-150 {
    margin-bottom: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
.h1 {
    font-size: 36px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 24px;
}
.h4 {
    font-size: 18px;
    line-height: 26px;
}
.h5 {
    font-size: 16px;
    line-height: 24px;
}
.h6 {
    font-size: 14px;
    line-height: 22px;
}
.h7 {
    font-size: 12px;
}
.main .topControl .svName {
    line-height: 18px;
    color: #000000;
    border-left: solid 5px #d9000d;
    padding-left: 10px;
    margin-bottom: 0;
}
.main .topControl .redLineButton {
    height: 50px;
    line-height: 50px;
    padding: 5px 5px 5px 30px;
}
.main .topControl .buttonBorder {
    width: 1px;
    height: 50px;
    background: #e8e8e8;
    display: block;
}
.main .topControl .sv-an,
.main .topControl .sv-ap {
    border: solid 1px #d9000d;
    border-radius: 25px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #d9000d;
    text-decoration: none;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.main .topControl .sv-an:hover,
.main .topControl .sv-ap:hover,
.main .topControl .sv-an:hover,
.main .topControl .sv-ap:hover {
    border: solid 1px #d9000d;
    background: #d9000d;
    color: #ffffff;
}
.main .topControl .swiper-button-disabled {
    opacity: 0.5;
}
.main .topControl .swiper-button-disabled:hover {
    border: solid 1px #d9000d;
    background: transparent;
    color: #d9000d;
}
.main .videoBox {
    width: 100%;
    padding: 0px 50px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.main .videoBoxScroll {
    padding: 0px;
}
.main .referenceSlider {
    height: 100px;
}
.main .referenceSlider .swiper-slide .referencesItem {
    position: relative;
    height: 100px;
}
.main .referenceSlider .swiper-slide .referencesItem img {
    max-height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    max-width: 60%;
    height: auto;
    border: 0;
}
.main .referenceSlider .swiper-slide .row .border-end:last-child {
    border: 0px !important;
}
.main .servicesSlider {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.main .servicesSlider .swiper-horizontal > .sv-swiper-scrollbar,
.main .servicesSlider .sv-swiper-scrollbar.swiper-scrollbar-horizontal {
    z-index: 5;
    border-radius: 3px;
    max-width: 500px;
    min-height: 6px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #f5f5f5;
}
.main .servicesSlider .swiper-scrollbar-drag {
    border-radius: 3px;
    height: 6px;
    background: #d9000d;
}
.main .servicesArea p {
    min-height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .servicesArea .whiteLineButton {
    height: 50px;
    line-height: 50px;
    padding: 5px 5px 5px 30px;
}
.main .servicesArea .whiteLineButton span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.main .bg-white .innerContactBox::before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    background: #ffffff;
}
.main .innerContactBox {
    width: 700px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: #ffffff;
}
.main .innerContactBox .circleBox {
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 0;
}
.main .innerContactBox .circleBox::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #ffffff;
    background: linear-gradient(
        0deg,
        #ffffff 0%,
        #ffffff 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main .innerContactBox .circleBox .circleBig {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 550px;
    height: 550px;
    border: solid 1px #dfdfdf;
    border-radius: 50%;
    z-index: 0;
}
.main .innerContactBox .circleBox .circleSmall {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    border: solid 1px #dfdfdf;
    border-radius: 50%;
    z-index: 0;
}
.main .innerContactBox .circleBox .cPoint {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d9000d;
    z-index: 3;
}
.main .innerContactBox .circleBox .cPoint::before {
    content: "";
    background: rgba(217, 0, 13, 0.15);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: opacity 3s linear infinite;
}
@keyframes opacity {
    0% {
        width: 0px;
        height: 0px;
        top: 10px;
        left: 10px;
        opacity: 0;
    }
    50% {
        width: 40px;
        height: 40px;
        top: -10px;
        left: -10px;
        opacity: 1;
    }
    100% {
        width: 0px;
        height: 0px;
        top: 10px;
        left: 10px;
        opacity: 0;
    }
}
.main .innerContactBox .circleBox .cPoint:nth-child(1) {
    top: -10px;
    left: calc(50% - 10px);
}
.main .innerContactBox .circleBox .cPoint:nth-child(2) {
    top: 100px;
    left: 40%;
}
.main .innerContactBox .circleBox .cPoint:nth-child(3) {
    top: 140px;
    left: 66%;
}
.main .innerContactBox .boxTitle {
    position: relative;
    z-index: 2;
    margin-top: 100px;
}
.main .innerContactBox .boxTitle .boxTitleInner {
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    font-weight: bold;
}
.main .innerContactBox .boxTitle .boxTitleInner span {
    color: #000000;
    font-size: 72px;
    line-height: 92px;
}
.main .innerContactBox .boxTitle strong p {
    color: #000000;
    font-size: 20px;
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.main .innerContactBox .buttonBox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .ourPartnersLogo {
    height: 100px;
    position: relative;
    border: solid 1px #dfdfdf;
    background: #ffffff;
    border-radius: 10px;
}
.main .ourPartnersLogo > img {
    max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    max-width: 70%;
    height: auto;
    border: 0;
}
.main .customerReviewsSlider .swiper-slide .imagesBox {
    width: 100%;
    overflow: hidden;
    display: block;
}
.main .customerReviewsSlider .swiper-slide .imagesBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .customerReviewsSlider .swiper-slide .play {
    position: relative;
}
.main .customerReviewsSlider .swiper-slide .play:before {
    content: "\e914";
    font-family: "icomoon" !important;
    position: absolute;
    background: transparent;
    border: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 52px;
    display: block;
    color: #ffffff;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.main .customerReviewsSlider .swiper-slide .play:hover:before {
    opacity: 1;
}
.main .customerReviewsSlider .swiper-slide p {
    line-height: 28px;
    font-size: 16px;
}
.main .customerReviewsSlider .customerBottom img {
    max-width: 150px;
}
.main .caseStudiesBox a.link {
    text-decoration: none;
    color: #000000;
}
.main .caseStudiesBox a.link strong {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .caseStudiesBox p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .caseStudiesBox .greyLineButton {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    display: inline-flex;
}
.main .caseStudiesBox .greyLineButton span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main .caseStudiesBox .greyLineButton span i {
    font-size: 10px;
}
.main .blogBox .dateBox span {
    background: #d9000d;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 15px;
    display: block;
    text-align: center;
    width: 80px;
}
.main .blogBox .dateBox strong {
    font-size: 52px;
    line-height: 52px;
    color: #dfdfdf;
    display: block;
    text-align: center;
    font-weight: 600;
}
.main .blogBox .dateBox p {
    font-size: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #a3a3a3;
}
.main .blogBox a.link .blogTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.main .blogBox p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .blogBox a {
    text-decoration: none;
}
.main .blogBox a .imagesBox {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.main .blogBox .greyLineButton {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    display: inline-flex;
}
.main .blogBox .greyLineButton span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main .blogBox .greyLineButton span i {
    font-size: 10px;
}
.main .thankYouPage {
    height: calc(100vh - 6rem);
}
.main .thankYouPage img {
    max-width: 90%;
    height: 60%;
    object-fit: contain;
}
.main .breadcrumb {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main .breadcrumb::before {
    content: "";
    width: 3px;
    height: 12px;
    background: #d9000d;
    position: relative;
    display: block;
    margin-right: 5px;
}
.main .breadcrumb li.breadcrumb-item {
    font-size: 13px;
    color: #000000;
}
.main .breadcrumb li.breadcrumb-item::before {
    content: "-";
    font-weight: bold;
}
.main .breadcrumb li.breadcrumb-item:first-child::before {
    display: none;
}
.main .breadcrumb li.breadcrumb-item a {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
.main .breadcrumb li.breadcrumb-item a:hover {
    text-decoration: underline;
    color: #000000;
}
.main .teamBox .teamBoxImages {
    position: relative;
    overflow: hidden;
}
.main .teamBox .teamBoxImages img {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.main .teamBox .teamBoxImages img:nth-child(1) {
    position: absolute;
    opacity: 1;
    top: 0;
}
.main .teamBox .teamBoxImages img:nth-child(2) {
    position: relative;
    opacity: 0;
    top: 0;
}
.main .teamBox a {
    text-decoration: none;
}
.main .teamBox a i {
    color: #1e5bb7;
    font-size: 22px;
}
.main .teamBox:hover .teamBoxImages img {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.main .teamBox:hover .teamBoxImages img:nth-child(1) {
    opacity: 0;
}
.main .teamBox:hover .teamBoxImages img:nth-child(2) {
    opacity: 1;
}
.main .careerAccordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #d9000d;
    box-shadow: none;
    outline: none;
}
.main .careerAccordion .accordion-button::after {
    content: "\e904";
    background-image: none;
    font-family: "icomoon" !important;
    color: #d9000d;
}
.main .careerAccordion .accordion-button:not(.collapsed)::after {
    content: "\e904";
    font-family: "icomoon" !important;
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
    color: white;
}
.main .careerAccordion .accordion-button:focus {
    box-shadow: none;
}
.main .careerAccordion .collapsed span p {
    color: #d9000d;
}
.main .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: solid 1px #dfdfdf;
    border-radius: 50px;
    transition: 0.2s;
}
.main .file-drop-area .choose-file-button {
    flex-shrink: 0;
    background: #d9000d;
    color: #ffffff;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 30px;
}
.main .file-drop-area .file-message {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .file-drop-area .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.main .referenceInnerItem {
    height: 140px;
    position: relative;
    border: solid 1px #dfdfdf;
    background: #ffffff;
}
.main .referenceInnerItem > img {
    max-height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    max-width: 60%;
    height: auto;
    border: 0;
}
.main .blogSearch {
    border: solid 1px #dfdfdf;
    border-radius: 30px;
    padding: 5px;
}
.main .blogSearch .blogSearchInner {
    background: #f5f5f5;
    border-radius: 25px;
}
.main .blogSearch .blogSearchInner .blogSearchBox {
    width: 100%;
    padding-left: 20px;
}
.main .blogSearch .blogSearchInner .blogSearchBox .blogSearchInput {
    height: 48px;
    border-radius: 25px;
    background: transparent;
    border: 0;
}
.main
    .blogSearch
    .blogSearchInner
    .blogSearchBox
    .blogSearchInput:focus-visible {
    outline: none;
}
.main .blogSearch .blogSearchInner .blogSearchCategory button {
    background: #d9000d;
    height: 48px;
    border-radius: 25px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .blogSearch .blogSearchInner .blogSearchCategory button::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "\e904";
    font-size: 12px;
    font-family: "icomoon" !important;
    border: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.main .blogSearch .blogSearchInner .blogSearchCategory button.show::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.main .blogSearch .blogSearchInner .blogSearchCategory .dropdown-menu {
    border-radius: 25px;
    padding: 15px 10px;
    min-width: unset;
    top: 8px !important;
    border: solid 1px #dfdfdf;
}
.main
    .blogSearch
    .blogSearchInner
    .blogSearchCategory
    .dropdown-menu
    .dropdown-item {
    font-size: 14px;
    color: #000000;
    border-radius: 25px;
}
.main
    .blogSearch
    .blogSearchInner
    .blogSearchCategory
    .dropdown-menu
    .dropdown-item:active {
    background: #d9000d;
    color: #ffffff;
}
.main .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .pagination .page-item {
    margin: 0px 10px;
}
.main .pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    color: #000000;
    border-color: #000000;
}
.main .pagination .page-item .page-link:hover {
    background: #d9000d;
    color: #ffffff;
    border-color: #d9000d;
}
.main .pagination .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}
.main .pagination .active > .page-link,
.main .pagination .page-link.active {
    background: #d9000d;
    color: #ffffff;
    border-color: #d9000d;
}
.main .list-group {
    position: sticky;
    top: 30px;
}
.main .list-group .list-group-item {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
}
.main .list-group .list-group-item.active {
    z-index: 2;
    color: #d9000d;
    background-color: transparent;
    border-color: transparent;
}
.main .blogDetailDate {
    background: #d9000d;
    position: absolute;
    padding: 12px 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}
.main .blogDetailDate span {
    background: #ffffff;
    color: #d9000d;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
    display: block;
    text-align: center;
}
.main .blogDetailDate strong {
    font-size: 48px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    margin: 15px 0 10px 0;
}
.main .blogDetailDate p {
    font-size: 14px;
    color: #ffffff;
    display: block;
}
.main .caseStudiesBox .caseStudiesBoxInfo .row div .caseStudiesBoxInfoItem {
    border-right: solid 1px #dfdfdf;
}
.main
    .caseStudiesBox
    .caseStudiesBoxInfo
    .row
    div:last-child
    .caseStudiesBoxInfoItem {
    border: 0;
}
.main .contactPageItem i {
    font-size: 42px;
    color: #d9000d;
}
.main .contactPageItem p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.main .contactPageItem a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.main .contactFormBox {
    border-radius: 30px;
}
.main .contactFormBox p a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.main .maps {
    border-radius: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.main .maps .mapsInner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.main .innerSlider {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .innerSlider img:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
}
.main .innerSlider img:nth-child(2) {
    position: absolute;
    width: 40%;
    height: 100%;
    object-fit: contain;
    left: 5%;
    top: -10%;
}
.main .innerSlider img:nth-child(3) {
    position: absolute;
    width: 25%;
    height: 100%;
    object-fit: contain;
    right: 15%;
    top: -25%;
}
.main .innerSlider img:nth-child(4) {
    position: absolute;
    bottom: 0;
    width: 70%;
}
.main .formFixed {
    position: fixed;
    bottom: 30px;
    z-index: 4;
    transition: transform 0.3s ease-in-out;
}
.main .servicesForm {
    background: white;
    border-radius: 30px;
    border: solid 1px #dfdfdf;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.main .servicesForm .servicesFormInner .form-floating > label {
    font-size: 12px;
    padding: 15px 20px;
}
.main .servicesForm .servicesFormInner .form-floating .form-select,
.main .servicesForm .servicesFormInner .form-floating .form-control {
    padding: 10px 20px 0 20px;
    min-height: 50px;
    height: 50px;
}
.main .servicesForm .servicesFormInner .redLineButton {
    height: 50px;
    padding: 10px 5px 10px 30px;
    display: flex;
    position: relative;
    width: 100%;
    background: #d9000d;
    color: #ffffff;
}
.main .servicesForm .servicesFormInner .redLineButton p {
    width: 100%;
}
.main .servicesForm .servicesFormInner .redLineButton span {
    min-width: 40px;
    min-height: 40px;
    margin-left: 0;
    background: #ffffff;
}
.main .servicesForm .servicesFormInner .redLineButton span i {
    color: #d9000d;
}
.main .servicesForm .servicesFormInner .redLineButton:hover {
    background: #ffffff;
    color: #d9000d;
}
.main .servicesForm .servicesFormInner .redLineButton:hover span {
    background: #d9000d;
}
.main .servicesForm .servicesFormInner .redLineButton:hover span i {
    color: #ffffff;
}
footer {
    background: #ffffff;
    height: 100vh;
}
footer .footerLogo {
    width: 110px;
    position: relative;
    margin: 43px 0 80px 65px;
    display: block;
}
footer .footerLogo > img {
    width: 100%;
}
footer .footerInner .footerMenu .footerTitle {
    pointer-events: none;
    border: 0px;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}
footer .footerInner .footerMenu .footerTitle:focus-visible {
    outline: none;
}
footer .footerInner .footerMenu .footerTitle .footerTitleInner {
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
footer .footerInner .footerMenu .collapse:not(.show) {
    display: block;
}
footer .footerInner .footerMenu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
footer .footerInner .footerMenu ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
}
footer .footerInner .footerMenu ul li strong {
    font-size: 14px;
    color: #000000;
    display: block;
}
footer .footerInner .footerMenu ul li a {
    font-size: 14px;
    color: #000000;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    display: inline-block;
    text-decoration: none;
}
footer .footerInner .footerMenu ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
}
footer .footerInner .footerAddress {
    background: #d9000d;
}
footer .footerInner .footerAddress .addressBox {
    display: flex;
    align-items: center;
}
footer .footerInner .footerAddress .addressBox i {
    color: #ffffff;
    font-size: 32px;
}
footer .footerInner .footerAddress .addressBox span strong {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 500;
    height: 15px;
}
footer .footerInner .footerAddress .addressBox span a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    height: 20px;
    display: block;
}
footer .footerInner .footerAddress .addressBox span p {
    font-size: 12px;
    color: #ffffff;
    min-height: 20px;
}
footer .footerInner .footerText .redButton,
footer .footerInner .footerText .redlineButtonTwo {
    height: 50px;
    line-height: 50px;
}
footer .footerBottom .copy {
    font-size: 12px;
    color: #000000;
}
footer .footerBottom .footerAltMenu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
footer .footerBottom .footerAltMenu li a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
footer .footerBottom .footerAltMenu li a:hover {
    text-decoration: underline;
}
footer .footerBottom .languageBox a:first-child::before {
    display: none;
    margin-left: 0;
}
footer .footerBottom .languageBox a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
footer .footerBottom .languageBox a::before {
    content: "|";
    display: inline-block;
    margin-left: 8px;
    padding-right: 10px;
}
footer .footerBottom .languageBox a.active {
    font-weight: 700;
}
.socialMedia ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.socialMedia ul li a {
    font-size: 20px;
    color: #000000;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    text-decoration: none;
}
.socialMedia ul li a:hover {
    text-decoration: none;
    color: #d9000d;
}
#top {
    bottom: 120px;
    right: 50px;
    position: fixed;
    display: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: #000000;
    height: 50px;
    width: 50px;
    z-index: 999;
    border-radius: 50px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
#top:hover {
    font-size: 12px;
}
.notFound {
    text-align: center;
}
.notFound .nfTitle {
    font-size: 170px;
    color: #000000;
    display: block;
    font-weight: 900;
    line-height: 160px;
    margin-bottom: 0;
}
.notFound .nfText {
    font-size: 32px;
    font-weight: bold;
    display: block;
    color: #d9000d;
}
#popupContainer {
    display: none;
    box-sizing: border-box;
    width: calc(100% - 24px);
    height: auto;
    left: 12px;
    bottom: 12px;
    position: fixed;
    z-index: 6;
}
#popupContainer #popupInnercontainer {
    position: relative;
}
#popupContainer #popupInnercontainer .popup_icerik {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50px;
}
#popupContainer #popupInnercontainer .popup_icerik > strong {
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 600;
}
#popupContainer #popupInnercontainer .close {
    opacity: 1;
}
#popupContainer #popupInnercontainer .popup_button {
    padding: 12px 20px;
    font-size: 14px;
    color: #ffffff;
    background: #d9000d;
    border: solid 1px #d9000d;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    text-shadow: none;
    font-weight: 600;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
#popupContainer #popupInnercontainer .popup_button:hover {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .sliderBox .slider .sliderText .sliderInnerText span {
        font-size: 66px;
        line-height: 82px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h1 {
        font-size: 30px;
    }
    .h2 {
        font-size: 24px;
    }
    .h3 {
        font-size: 20px;
    }
    .sliderBox .slider .sliderText .sliderInnerText span {
        font-size: 56px;
        line-height: 72px;
    }
    .servicesArea .imagesBox {
        height: 230px;
    }
    .main .innerSlider {
        height: 500px;
    }
}
@media (min-width: 0px) and (max-width: 991px) {
    .h1 {
        font-size: 28px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 20px;
    }
    body {
        background: none;
    }
    #top {
        display: none !important;
    }
    .sliderBox {
        height: auto;
    }
    header {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 6;
        background: #ffffff;
        padding: 1px 0 1rem 0;
        height: auto;
        margin-bottom: 30px;
    }
    header .logo .logoIcon {
        position: relative;
    }
    header .logo .logoImages {
        top: 5px;
        margin-left: 5px;
    }
    header .menuRight {
        position: relative;
    }
    .modal-fullscreen {
        width: auto;
        height: auto;
    }
    .main .formFixed {
        position: relative;
        bottom: 0;
        z-index: 4;
        transform: none !important;
    }
    .main .topControl .sv-an,
    .main .topControl .sv-ap {
        border-radius: 20px;
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .main .thankYouPage {
        height: calc(100vh - 3rem);
    }
    .main .thankYouPage img {
        height: 35%;
    }
    .main .thankYouPage p br {
        display: none;
    }
    .main .bg-white .innerContactBox::before {
        display: none;
    }
    .main .blogSearch .blogSearchInner {
        background: transparent;
    }
    .main .blogSearch .blogSearchInner .blogSearchBox {
        border-radius: 25px;
        background: #f5f5f5;
    }
    .main .blogSearch .blogSearchInner .blogSearchCategory {
        width: 100%;
    }
    .main .blogSearch .blogSearchInner .blogSearchCategory button {
        width: 100%;
    }
    .main .blogSearch .blogSearchInner .blogSearchCategory .dropdown-menu {
        left: 0 !important;
        min-width: 100%;
    }
    .main .caseStudiesBox .caseStudiesBoxInfo .row div .caseStudiesBoxInfoItem {
        border-right: 0;
        border-bottom: solid 1px #dfdfdf;
    }
    .main
        .caseStudiesBox
        .caseStudiesBoxInfo
        .row
        div:last-child
        .caseStudiesBoxInfoItem {
        border: 0;
    }
    .main
        .caseStudiesBox
        .caseStudiesBoxInfo
        .row
        div:nth-child(3)
        .caseStudiesBoxInfoItem {
        border: 0;
    }
    .main .blogDetailDate {
        transform: none;
        left: 12px;
        padding: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main .blogDetailDate span {
        font-size: 14px;
    }
    .main .blogDetailDate strong {
        font-size: 38px;
        line-height: 28px;
        margin: 15px 0 10px 0;
    }
    .main .blogDetailDate p {
        font-size: 12px;
    }
    .main .servicesForm {
        box-shadow: none;
        border-radius: 15px;
    }
    .main .servicesForm .servicesFormInner .redLineButton {
        width: auto;
    }
    footer {
        height: auto;
    }
    footer .mb-150 {
        margin-bottom: 0;
    }
    footer .footerText {
        padding-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sliderBox .slider .sliderText .sliderInnerText span {
        font-size: 66px;
        line-height: 82px;
        width: 100%;
        text-align: center;
    }
    .mb-150 {
        margin-bottom: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .main .innerContactBox .boxTitle .boxTitleInner span {
        font-size: 62px;
        line-height: 62px;
    }
    .main .innerContactBox .boxTitle strong p {
        font-size: 16px;
    }
    .main .innerSlider {
        height: 400px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
    .sliderBox .slider .sliderText .sliderInnerText span {
        font-size: 56px;
        line-height: 72px;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    header .menuRight {
        margin-top: 3px;
    }
    header .logo .logoIcon {
        width: 45px;
    }

    header .logo .logoImages {
        width: 105px;
    }

    .sliderBox .slider .informationSlider a {
        font-size: 15px;
    }
    .sliderBox .slider .sliderText .sliderInnerText span {
        font-size: 38px;
        line-height: 44px;
        width: 100%;
        text-align: center;
        font-weight: 800;
    }
    .sliderBox p {
        font-size: 15px;
    }
    .mb-150 {
        margin-bottom: 75px;
    }
    .pb-150 {
        padding-bottom: 75px;
    }
    .servicesArea .imagesBox {
        height: 230px;
    }
    .main .innerSlider {
        height: 270px;
    }
    .main .innerSlider img {
        transform: none !important;
    }
    .main .innerSlider img:nth-child(2) {
        top: -15%;
    }
    .main .innerSlider img:nth-child(3) {
        right: 10%;
    }
    .main .innerSlider img:nth-child(4) {
        width: 80%;
    }
    .main .servicesSlider {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .main .innerContactBox {
        width: 100%;
        height: 450px;
    }
    .main .innerContactBox .circleBox {
        height: 300px;
        top: 0;
    }
    .main .innerContactBox .circleBox .circleBig {
        width: 300px;
        height: 300px;
    }
    .main .innerContactBox .circleBox .circleSmall {
        width: 175px;
        height: 175px;
    }
    .main .innerContactBox .circleBox .cPoint:nth-child(1) {
        top: -10px;
    }
    .main .innerContactBox .circleBox .cPoint:nth-child(2) {
        top: 60px;
    }
    .main .innerContactBox .circleBox .cPoint:nth-child(3) {
        top: 95px;
    }
    .main .innerContactBox .boxTitle {
        margin-top: 90px;
    }
    .main .innerContactBox .boxTitle .boxTitleInner span {
        color: #000000;
        font-size: 38px;
        line-height: 48px;
        text-align: center;
        width: 100%;
    }
    .main .innerContactBox .boxTitle strong p {
        font-size: 16px;
    }
    .main .innerContactBox p {
        color: #000000;
        font-size: 20px;
        position: relative;
        z-index: 2;
    }
    .main .innerContactBox .buttonBox {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main .ourPartnersLogo {
        height: 60px;
    }
    .main .videoBox {
        padding: 0px 15px;
    }
    .main .servicesSlider .swiper-horizontal > .sv-swiper-scrollbar,
    .main .servicesSlider .sv-swiper-scrollbar.swiper-scrollbar-horizontal {
        max-width: 260px;
    }
    footer .footerInner .footerMenu {
        border-bottom: solid 1px #dfdfdf;
    }
    footer .footerInner .footerMenu .collapse:not(.show) {
        display: none;
    }
    footer .footerInner .footerMenu .footerTitle {
        pointer-events: stroke;
        text-align: center;
        padding: 25px 0;
        display: block;
        border: 0;
        border-radius: 0px;
        width: 100%;
        background: transparent;
        transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        margin-bottom: 0;
        position: relative;
        text-align: left;
    }
    footer .footerInner .footerMenu .footerTitle .footerTitleInner {
        color: #000000;
    }
    footer .footerInner .footerMenu .footerTitle::before {
        content: "\e90e";
        font-family: "icomoon" !important;
        color: #000000;
        position: absolute;
        right: 15px;
    }
    footer .footerInner .footerMenu .footerTitle.collapsed::before {
        content: "\e904";
    }
    footer .footerInner .footerMenu ul {
        margin-top: 0px;
    }
    footer .footerInner .footerMenu ul li {
        margin-bottom: 15px;
        padding-left: 0;
    }
    footer .footerInner .footerMenu ul li:last-child {
        padding-bottom: 15px;
    }
    #popupContainer #popupInnercontainer .popup_icerik {
        font-size: 12px;
        border-radius: 15px;
    }
    .notFound .nfTitle {
        font-size: 110px;
        line-height: 100px;
    }
    .notFound .nfText {
        font-size: 22px;
    }
}
@media (min-height: 0) and (max-height: 830px) {
    .modal-fullscreen .modal-content {
        height: auto;
    }
}

.uppercase {
    text-transform: uppercase;
}

.servicesSlider .swiper-slide {
    height: auto;
}

#list-example a.active {
    color: #dc3545;
}
