:root { --brandcolor1: #C51F40 !important; --brandcolor2: #28465A !important; --brandcolor3: #333138 !important;  --brandcolor4: #EC9f41 !important; --brandcolor5: #3B56F6 !important; }

.whitecolor {
    color: #ffffff !important;
}
.blackcolor {
    color: #000000 !important;
} /*  Brand Color */
.bgblackimportant {
    background-color: #020202 !important;
} /*  Brand Color */

.brandbg1 {
    background-color: var(--brandcolor1) !important;
}
.brandbg2 {
    background-color: var(--brandcolor2) !important;
}
.brandbg3 {
    background-color: var(--brandcolor3) !important;
}
.brandbg4 {
    background-color: var(--brandcolor4) !important;
}
.brandbg5 {
    background-color: #F0F0EB;
}
.brandbg6 {
    background-color: #C3C3C3;
}
.brandbglightgray {
    background-color: #f5f5f7;
}
.brandcolor1 {
    color: var(--brandcolor1) !important;
}
.brandcolor2 {
    color: var(--brandcolor2) !important;
}
.brandcolor3 {
    color: var(--brandcolor3) !important;
}
.brandborder1 {
    border: solid 10px var(--brandcolor1) !important;
}
.brandborder2 {
    border: solid 10px var(--brandcolor2) !important;
}
.lightgrayjvns {
    background-color: #F0F0EB !important;
}
.logotop {
    width: 133px;
}
.min-h-40px {
    min-height: 40px;
}
.h-345px {
    height: 345px;
}
.h-350px {
    height: 350px;
}
.h-285px {
    min-height: 285px;
}

.plbulletpadding {
    padding-left: 170px;
}

.bg10pxpadding {
 /* background-size: calc(100% - 15px) calc(100%) !important; */
    background-clip: content-box;
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: no-repeat;
}
.bg10pxhpadding {
    background-clip: content-box;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
}
.padding-y-75px {
    padding-top: 75px;
    padding-bottom: 75px;
}
.homebgimage {
    background-image: url('/storage/homepage/shape-the-value.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.awardsbgimage {
    background-image: url('/storage/homepage/prime-development-oduller.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}


.menubg {
    background-color: #ffffff !important;
}
.bordery {
    border-right: 1px solid #dddddd;
}
.btn-brand1-line {
    border: 1px solid var(--brandcolor1);
    background-color: transparent;
    color: var(--brandcolor1);
    font-weight: 400;
}
.btn-brand1-line:hover,
.btn-brand1-line:focus {
    background-color: var(--brandcolor1);
    color: #ffffff;
}
.btn-brand2-line {
    border: 1px solid var(--brandcolor2);
    background-color: transparent;
    color: var(--brandcolor2);
    font-weight: 400;
}
.btn-brand2-line:hover,
.btn-brand2-line:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}
.btn-brand3-line {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
}
.btn-black-line:hover,
.btn-brand2-line:focus {
    background-color: #444444;
    color: #ffffff;
}
.btn-black-line {
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
}
.btn-brand3-line:hover,
.btn-brand3-line:focus {
    background-color: #fff;
    color: var(--brandcolor1);
}
.btn-brand1-block {
    border: 1px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fff;
    font-weight: 400;
}
.btn-brand1-block:hover,
.btn-brand1-block:focus {
    background-color: transparent;
    color: var(--brandcolor1);
}
.btn-brand2-block {
    background-color: var(--brandcolor2);
    color: #fff;
    font-weight: 400;
}
.btn-brand2-block:hover,
.btn-brand2-block:focus {
    background-color: var(--brandcolor1);
    color: #fff;
}
.btn-brand3-block {
    border: 1px solid var(--brandcolor3) !important;
    background-color: var(--brandcolor3) !important;
    color: var(--brandcolor1) !important;
    font-weight: 400 !important;
}
.btn-brand3-block:hover,
.btn-brand3-block:focus {
    background-color: transparent !important;
    color: var(--brandcolor3) !important;
}
.bordelinebrand {
    border-bottom: 1px solid #ccc;
}

.subcontent {
    color:#404041 !important;
}

.btn-white-block {
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: 400;
}
.btn-white-block:hover,
.btn-white-block:focus {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
}

.mover_mouse {
    width: 30px;
    position: absolute;
    left: 47%;
    bottom: 18px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 1000;
    opacity: 0.5;
    display: block;
}

.default-logo {
    max-height: 250px;
    padding-top:90px;
}

.alt-logo {
    max-height: 52px;
    padding-top: 5px !important;
}


@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
} /*  Brand Color */
.blog-category-on-image {
    position: absolute;
    background: #fff;
    left: auto;
    bottom: -12px;
    top: auto;
    right: 0;
    border-radius: 0px;
    padding: 7px 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    min-width: 160px;
}
.bgcolorpadding {
    box-shadow: inset -10px 60px 0 -10px white;
}
.marginauto {
    margin: 0 auto !important;
}
.navbar-brand {
  padding-top: 0px !important;
}
.bottom-absolute-0 {
    bottom: 0px;
}
.headerheight {
    height: 70px;
}
.dinlineblock {
    display: inline-block !important;
}
.bgblackbackground07 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bgblackbackground05 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bgblackbackground03 {
    background-color: rgba(0, 0, 0, 0.75);
}
.footerlogofix {
    width: 133px;
    text-align: right;
}

.section-header {
    display: flex;
    width: 100%;
    background-color: #18315D;
    padding: 20px 10px;
    color: white;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

table {
    overflow-x: scroll !important;
    min-width: 620px;
    margin: 0 auto;
    text-align: center;
}
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.mfp-content {
    width: 53% !important;
}

@media only screen and (max-width: 1410px) {
    .bgvideo {
        width: 100%;
        height: unset !important;
    }
}

@media only screen and (min-width: 1201px) {
    .mobilemenupadding {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .mobilemenupadding {
        margin-bottom: 71px;
    }
}
@media only screen and (max-width: 767px) {

    .mfp-content {
        width: 100% !important;
    }
    .h-350px {
        height: unset !important;
    }
    .splitklimahome {
        position: absolute;
        bottom: 13px;
        right: 15px;
    }
    .multisplitklimahome {
        position: absolute;
        bottom: 23px;
        right: 15px;
    }
    .isipompasi {
        position: absolute;
        bottom: 23px;
        right: 15px;
    }
    .vrfsistemleri {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .multisplitmobilebg {
        background-position: bottom center !important;
    }

    .max-h-mobil-200 {
        max-height: 200px !important;
    }
    .max-h-mobil-135 {
        max-height: 135px !important;
    }
    .max-h-mobil-300 {
        max-height: 300px !important;
    }
    .max-h-mobil-110 {
        max-height: 110px !important;
    }
    .max-h-mobil-400 {
        max-height: 400px !important;
    }
    .footerlogofix {
        width: unset;
        text-align: unset;
    }
    .mobilemenupadding {
        margin-bottom: 75px;
    }
    .logodelimiter {
        display: none;
    }
    .sliderheight {
        margin-bottom: 0px;
    }
    .bordery {
        border-right: unset !important;
    }
    .bg10pxpadding {
        /* background-size: calc(100% - 15px) calc(100%) !important; */
        background-clip: content-box;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px ;
        padding-right: 0px ;
        background-repeat: no-repeat;
    }
}
.centeralignbtnslider {
    display: block;
    position: relative;
    margin: 0 auto;
}
.fontsize65 {
    font-size: 65px !important;
}
.fontsize50 {
    font-size: 50px !important;
}
.fontsize55 {
    font-size: 55px !important;
}
.fontsize25 {
    font-size: 25px !important;
}
.fontsize27 {
    font-size: 27px !important;
}
.fontsize23 {
    font-size: 23px !important;
}
.fontsize34 {
    font-size: 34px !important;
}
.fontsize33 {
    font-size: 33px !important;
}
.fontsize30 {
    font-size: 30px !important;
}
.fontsize20 {
    font-size: 20px !important;
}
.fontsize60 {
    font-size: 60px !important;
}
.fontsize15 {
    font-size: 15px !important;
}
.fontsize36 {
    font-size: 36px;
}
.fontsize12 {
    font-size: 12px !important;
}
.fontsize13 {
    font-size: 13px !important;
}
.fontsize14 {
    font-size: 14px !important;
}
.fontsize21 {
    font-size: 21px !important;
}
.fontsize18 {
    font-size: 18px !important;
}
.fontsize40 {
    font-size: 40px !important;
}
.fontsize26 {
    font-size: 26px !important;
}
.fontsize17 {
    font-size: 17px !important;
}
.radius25 {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
}
.line-height-31px {
    line-height: 31px;
}
.line-height-19px {
    line-height: 19px;
}
.line-height-12px {
    line-height: 12px;
}
.contactform {
    bottom: 133px;
    right: 15px;
    position: fixed;
    z-index: 9;
    width: 40px;
}
.bottomtopborder {
    border-top: 1px solid rgba(0, 96, 175, .2);
    border-bottom: 1px solid rgba(0, 96, 175, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.whatsapplink {
    bottom: 75px;
    right: 3px;
    position: fixed;
    z-index: 9;
    width: 40px !important;
}

.defer-paint {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.defer-paint--md { contain-intrinsic-size: 600px; }
.defer-paint--sm { contain-intrinsic-size: 360px; }

@supports not (content-visibility: auto) {
    .defer-paint, .defer-paint--md, .defer-paint--sm { contain-intrinsic-size: auto; }
}

.btnaux img { height:50px;}
.btnaux img:last-child{display:none; }
.btnaux:hover img:first-child{display:none;}
.btnaux:hover img:last-child{display:inline-block; }

.btnauxwhite img { height:50px; margin-left: 10px}
.btnauxwhite img:last-child{display:none; }
.btnauxwhite:hover img:first-child{display:none;}
.btnauxwhite:hover img:last-child{display:inline-block; }

.borderline {
    height: 1px;
    margin-bottom: 10px;
}
.blackline {
    width: 100px;
    height: 1px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    margin-bottom: 5px;
}
.cursorgrab {
    cursor: grab;
}
.bordersolid {
    border: 1px solid #cccccc !important;
}

.accordion-style-03 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footersocialcolor {
    color: #07090c !important;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0px;
    font-size: 13px;
    border: none;
}
.dropdownlang {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.dropdown-content a {
    padding: 0px 0px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    color: #fff;
}
.dropdown-content a:hover {
    background-color: transparent;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: transparent;
}
.bottomborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
.bottomborderfooter {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}
.bottomborderhead {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}
.bottombordersoft {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
    width: 100%;
}
.bottomborderproducts {
    border-bottom: 1px solid #888888;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}
.menubottomborder {
    border-bottom: 1px solid #666;
    width: 75%;
    margin-bottom: 5px;
}
.bottombordergray {
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 7px;
    width: 100%;
}
.bordergray {
    border: 1px solid #dddddd !important;
}

.topborderheader {
    border-top: 1px solid var(--brandcolor2);
    padding-bottom: 2px;
    margin: 0px auto;
    width: 100%;
}
.form-control {
    font-size: 15px !important;
}
.videoyoutube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.homevideobgimage {
    background-image: url(/storage/homepage/home-video-bg.jpg);
}

::placeholder {
    color: #cccccc !important;
}
select {
    padding: 10px;
}
option {
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}
.right-module {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    background: #b38c0f;
    position: fixed;
    right: -550px;
    top: 0px;
    z-index: 1050;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
@media only screen and (max-width: 600px) {
    .right-module {
        width: 95%;
        z-index: 1033;
        padding: 80px 20px 20px 20px;
    }
}
.right-module.active {
    right: 0px;
}
.right-module .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999999;
}
.right-module .close img {
    width: 30px;
}
.right-module .right-content {
    padding-bottom: 20px;
    box-sizing: border-box;
}
.right-module .right-content .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.right-module .right-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}
.form-btn {
    background: #18864a;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.form-btn:hover {
    background: #126c3b;
}
.form-btn:disabled,
.form-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
}
.form-btn:disabled:hover,
.form-btn[disabled]:hover {
    background: #18864a;
}
.button-form {
    position: fixed;
    right: -5px;
    top: 25%;
    color: #ffffff;
    padding: 15px 12px 15px 12px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background: #b38c0f;
    font-weight: 400;
    z-index: 19;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(-180deg);
    writing-mode: tb;
    font-size: 17px;
}
.button-form:hover {
    background: #000000;
    color: #fff;
}
.subpageheadertitle {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px #777 !important;
}
.subpageheaderoteltitle {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
}
.checkboxzoom {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}
.zoomeffect img{
    transition: transform .2s;
}
.zoomeffect img:hover {
    transform: scale(1.05);
    transform-origin: center center;
}
.zoomeffectimg{
    transition: transform .2s;
}

.zoomeffectimg:hover {
    transform: scale(1.05);
    transform-origin: center center;
}
ul.icon-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
ul.icon-table>li {
    display: flex;
    padding: 10px;
    width: 8.3%;
    flex-direction: column;
    padding-bottom: 0px;
}
ul.icon-table>li>span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}
.centeredbtn {
    margin: 0 auto;
}
.clearboth {
    clear: both;
}
.generalshadow {
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 7%);
}
.h220px {
    height: 220px !important;
}
.hmin50px {
    min-height: 50px !important;
}
.hmin40px {
    min-height: 40px !important;
}
.g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}
.label-default {
    background-color: #000;
}
.label {
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 25px;
    margin-right: 10px;
    margin-top: 7px;
}
.footersocialicon {
    margin: 25px auto;
    text-align: center;
}
.allbordersoftgray {
    border: 1px solid #eeeeee;
}
.responsiveheaderfont {
    font-size: 50px;
}
.socialmobileleft {
    padding-left: 30px;
}
.langmobileleft {
    padding-left: 25px;
}
.searchdivider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.imgcolorize {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.basicshadow {
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.card-title {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.headerpadding {
    padding-top: 130px;
}

.taahhudumuzbox
{
width: 80px;
height: 80px;
border-radius: 50%;
border: 5px solid #333;
background: var(--brandcolor1);
color: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
font-weight: 500;
}

.hizmetlerbox
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid var(--brandcolor1);
    background: var(--brandcolor1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 500;
}


@media (max-width: 991px) {

    .headerpadding {
        padding-top: 20px;
    }

    .plbulletpadding {
        padding-left: 190px;
    }

    .default-logo {
        max-height: 85px !important;
        padding-top: 0px !important;;
    }

    ul.icon-table > li {
        width: 12% !important;
    }
    .scroll-image {
        width: unset !important;
        height: unset !important;
        object-fit: unset !important;
        transition: unset !important;
        clip-path: unset !important;
        border-radius: 25px;
    }
}

@media (max-width: 767px) {

    ul.icon-table>li {
        width: 16.5% !important;
        padding: 4px !important;
    }

    ul.icon-table>li>span {
        padding-top: 4px;
        padding-bottom: 7px;
        font-size: 12px;
        line-height: 12px;
    }

    .imgmobileheader {
        display: block;
        width: 100vw;
        height: 17vh;
        object-fit: cover;
    }

    .fontsize30 {
        font-size: 25px !important;
    }
}

@media (min-width: 991px) {
    .footer li.nav-item {
        padding: 5px 25px !important;
    }
    .scroll-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: clip-path 0.1s linear;
        clip-path: inset(0 15% 0 15% round 40px);
        border-radius: 25px;
    }
}
@media (min-width: 1200px) {
    .footer li.nav-item {
        padding: 5px 43px !important;
    }
}
@media (min-width: 1500px) {
    .footer li.nav-item {
        padding: 5px 36px !important;
    }
}
.lineheight15 {
    line-height: 15px !important;
}
.lineheight60 {
    line-height: 60px !important;
}
.hmin220px {
    min-height: 220px !important;
}
@media (max-width: 500px) {
    .mobilresponsivediv {
        padding-bottom: 15px;
        width: 100%;
    }
    .mobilresponsivedivspan {
        padding-right: 11px !important;
    }
}
.footerdelimiter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
}
.right12 {
    right: 12%;
    top: -15%;
}

@media only screen and (min-width: 1700px) {
    .minWidth100Jvns {
        min-width: 100%;
    }
}
table td {
    vertical-align: middle !important;
    text-align: center !important;
}

.footer li.nav-item {
    padding: 5px 5px;
}

@media (prefers-reduced-motion: reduce){
    .wow, .animate__fadeInUp, .animate__fadeInLeft, .animate__fadeInRight { animation: none !important; }
}

