@import url("https://fonts.googleapis.com/css?family=Titillium%20Web:200,300,300i,400,400i,600,600i,700,700i,900");

:root {
    --thm-font: 'Open Sans', sans-serif;
    --thm-oswald-font: 'Oswald', sans-serif;
    --thm-titil-font: 'Titillium Web', sans-serif;
    --thm-pony-tale-font: pony-tale;
    --thm-gray: #777777;
    --thm-black: #1f2026;
    --thm-base: #a57c00;
    --thm-base-rgb: 252, 168, 23;
    --thm-primary: #43bc75;
    --thm-primary-rgb: 67, 188, 117;
}




/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font);
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--thm-titil-font);
    margin: 0;
}


a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}


.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}


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


img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.stick-flags{
	float:right;
	margin-right:100px;
	margin-top:-75px;
}



.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}



i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 36px;
    padding-right: 36px;
    background-color: transparent;
    color: #1f2026;
    font-size: 16px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-oswald-font);
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
    z-index: 2;
}

.btn-one:after {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 30px;
    background-color: var(--thm-base);
    content: "";
    z-index: -2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.btn-one:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 30px;
    background: #1f2026;
    opacity: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-one:hover:before {
    opacity: 1;
    border-radius: 30px;
    transform: scaleX(1.0);
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.btn-one .txt {
    position: relative;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
}

.btn-one .left_round {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #f3f3f4;
    border-radius: 50%;
}

.btn-one .right_round {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #f3f3f4;
    border-radius: 50%;
}

.btn-one .border_line {
    position: absolute;
    top: -22px;
    right: 3px;
}

.btn-one .plusicon {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    padding-left: 9px;
    top: -1px;
}


.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.thm-social-link1 ul li a:hover:before {
    transform: scaleX(1.0);
}

.thm-social-link1 ul li a:hover {
    color: #ffffff;
}




.theme-shape {
    position: relative;
    display: block;
    position: relative;
}

.theme-shape.pdtop30 {
    padding-top: 30px;
}

.theme-shape-box {
    position: relative;
    display: block;
}

.theme-shape-box .shap_item {
    position: relative;
    display: inline-block !important;
    margin: 0 13px;
    color: #f6f3ee;
    font-size: 60px;
}


.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}




/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: block;
}

.owl-nav-style-one {}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: transparent;
    border: 1px solid var(--thm-color-4);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    line-height: 53px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "\f10e";
    font-family: "Flaticon";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #222222;
    font-size: 24px;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
    transform: rotate(180deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    color: #ffffff;
}




.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}




.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 50px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0px solid transparent;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
    opacity: 0.25;
    transform: scale(1.0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #dddddd;
    margin: 0px;
    margin: 0 auto !important;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {
    background: var(--thm-primary);
    opacity: 1;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),
            0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),
            0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}



.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.styled-pagination.pdtop0 {
    padding-top: 0;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 3.5px;
}

.styled-pagination li.prev a {
    transform: rotate(0deg);
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid var(--thm-base);
    color: var(--thm-black);
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-oswald-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
}




/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: var(--thm-black);
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
}




/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background-color: var(--thm-base);
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}




/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}

.post-pagination.style2 li a {
    border-radius: 0;
}


.secpd100-0 {
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}




.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}


/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer.style1 .mobile-nav-toggler {
    padding: 15px 0 15px;
}

.nav-outer.style2 .mobile-nav-toggler {
    padding: 10px 0;
}

.nav-outer.style3 .mobile-nav-toggler {
    padding: 45px 0;
}


.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
    background: var(--thm-base);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 10px 10px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    height:60px;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid var(--thm-base);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: var(--thm-base);
}


.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}




.sec-title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 64px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.sec-title .sub-title h3 {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.sec-title h2 {
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
}




/*** 
=============================================
   Portfolio Style1 Area Css
=============================================
***/
.portfolio-style1-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 0px 0 120px;
}

.portfolio-style1-area .sec-title {
    padding-bottom: 64px;
}

.portfolio-style1-area.pdtop120 {
    padding-top: 120px;
}

.single-portfolio-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}

.single-portfolio-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-portfolio-style1 .img-holder img {
    width: 100%;
    filter: grayscale(100%);
    height: 290px;
    object-fit: contain;
}

.single-portfolio-style1:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
    filter: grayscale(0%);
}

.single-portfolio-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scale(0);
    transform-origin: center;
}

.single-portfolio-style1:hover .img-holder .overlay-icon {
    transform: perspective(400px) scale(1.0);
}

.single-portfolio-style1 .img-holder .overlay-icon a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: var(--thm-base);
    color: var(--thm-black);
    font-size: 60px;
    line-height: 120px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-portfolio-style1 .img-holder .overlay-icon a:hover {
    color: #ffffff;
    background: var(--thm-black);
}

.portfolio-style1-area .btns-box {
    position: relative;
    display: block;
    padding-top: 40px;
    line-height: 0;
}

.portfolio-style1-area .btns-box a.btn-one .left_round {
    background: #f3f3f4;
}

.portfolio-style1-area .btns-box a.btn-one .right_round {
    background: #f3f3f4;
}



/*** 
=============================================
   Portfolio Style2 Area Css
=============================================
***/
.portfolio-style2-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 120px;
}

.portfolio-style2-area .auto-container {
    max-width: 1650px;
}

.portfolio-style2-area .btns-box {
    position: relative;
    display: block;
    padding-top: 40px;
    line-height: 0;
}



/*** 
=============================================
   Portfolio Style3 Area Css
=============================================
***/
.portfolio-style3-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 120px;
}

.portfolio-style3-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.portfolio-style3-area .btns-box {
    position: relative;
    display: block;
    padding-top: 40px;
    line-height: 0;
}



/*** 
=============================================
   Portfolio Page Two Css
=============================================
***/
.portfolio-page-two {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 70px 0 70px;
}

.single-portfolio-style2 {
    margin-bottom: 46px;
}

.single-portfolio-style2 .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 23px;
    height: 90px;
}

.single-portfolio-style2 .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.single-portfolio-style2 .title-holder h3 a {
    color: var(--thm-black);
    transition: all 100ms ease;
}

.single-portfolio-style2 .title-holder h3 a:hover {
    color: var(--thm-base);
}

.btns-box.loadmore-portfolio-button {
    padding-top: 20px;
    line-height: 0;
}



/*** 
=============================================
   Portfolio Details Area Css
=============================================
***/
.portfolio-details-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 70px 0 70px;
}

.portfolio-details_content {
    position: relative;
    display: block;
}

.portfolio-details_image-box {
    position: relative;
    display: block;
}

.portfolio-details_image-box .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.portfolio-details_image-box .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid #fff;
    left: 0px;
    background: #fff;
    transform: translatez(0);
}

.portfolio-main-image-box {
    position: relative;
    display: block;
}

.portfolio-main-image-box .single-box {
    position: relative;
    display: block;
}

.portfolio-main-image-box .single-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-main-image-box .single-box .img-holder img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}


.portfolio-details_image-box .slider-pager {
    position: relative;
    display: block;
    margin-top: 30px;
}

.portfolio-details_image-box .slider-pager ul {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-details_image-box .slider-pager ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
}

.portfolio-details_image-box .slider-pager ul li a {
    position: relative;
    display: block;
}

.portfolio-details_image-box .slider-pager ul li a .thumb-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-details_image-box .slider-pager ul li a .thumb-image img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
    filter: grayscale(100%);
    height: 125px;
    object-fit: contain;
    background: #ddd;
}

.portfolio-details_image-box .slider-pager ul li a.active .thumb-image img {
    filter: grayscale(0%);
    transform: scale(1.2);
}

.portfolio-details-text-box {
    position: relative;
    display: block;
    padding: 70px 15px 62px;
    background: #fff;
    margin-top: 30px;
}

.portfolio-details-text-box .top-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.portfolio-details-text-box .top-title h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background: var(--thm-base);
    padding: 4px 20px 4px;
    border-radius: 2px;
}

.portfolio-details-text-box .top-title h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

.portfolio-details-text {
    position: relative;
    display: block;
}

.portfolio-details-text p {
    margin: 0;
}



.xoven-video-gallery-2.portfolio-details-video-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 255px 0px 290px;
}

.xoven-video-gallery-2.portfolio-details-video-gallery .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.xoven-video-gallery-2.portfolio-details-video-gallery img {}

.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
}

.xoven-video-gallery-2.portfolio-details-video-gallery .inner-box h2 span {
    color: var(--thm-base);
}

.xoven-video-gallery-2.portfolio-details-video-gallery .icon {
    margin-top: 53px;
}

.xoven-video-gallery-2.portfolio-details-video-gallery .icon a {
    text-align: center;
}



/*** 
=============================================
   Video Gallery Area Css
=============================================
***/
.video-gallery-area {
    position: relative;
    display: block;
    padding: 166px 0px 190px;
    overflow: hidden;
    z-index: 1;
}

.video-gallery-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.video-gallery-area .shape1 {
    position: absolute;
    left: 100px;
    bottom: 100px;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}


.xoven-video-gallery-2 {
    position: relative;
    display: block;
}

.xoven-video-gallery-2 .big-title {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.xoven-video-gallery-2 .big-title h2 {
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    font-size: 100px;
    line-height: 1.2em;
    font-weight: 700;
}

.xoven-video-gallery-2 .big-title h2 span {
    position: relative;
    display: inline-block;
    padding-right: 23px;
    color: #a57c00;
    -webkit-text-stroke: 0px #ffffff;
}

.xoven-video-gallery-2 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}

.xoven-video-gallery-2 .icon {
    position: relative;
    display: block;
    margin-top: 62px;
}

.xoven-video-gallery-2 .icon a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 65px;
    line-height: 150px;
}


.xoven-video-gallery-2.style2 .big-title h2 {
    color: #ffffff;
    -webkit-text-stroke: 0px #ffffff;
}



/*** 
=============================================
    SKill style1 Area Css
=============================================
***/
.skill-style1-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 70px 0 70px;
}

.skill-style1-area.pdtop120 {
    padding-top: 120px;
}

.skill-style1-area .custom-container {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.skill-style1_image-box-outer {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 590px;
}

.skill-style1_image-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 115px;
    min-height: 590px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    filter: grayscale(100%);
}

.skill-style1_image-box img {
    width: 100%;
}

.skill-style1_image-box:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    opacity: 0.80;
    content: "";
    transform: skew(-90deg) translateY(100%);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 900ms ease 100ms;
    display: none;
}

.skill-style1_image-box:hover:before {
    transform: skew(0deg) translateY(0);
}

.skill-style1_image-box-outer .title {
    position: absolute;
    top: -25px;
    right: 139px;
    transform: rotate(-90deg);
    transform-origin: right;
    background: var(--thm-base);
    padding: 15px 20px;
}

.skill-style1_image-box-outer .title h4 {
    color: #1f2026;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.skill-style1_image-box-outer .title:before {
    content: "";
    position: absolute;
    right: 116px;
    bottom: 23px;
    border-top: 30px solid var(--thm-base);
    border-right: 25px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}

.skill-style1_image-box-outer .title:after {
    content: "";
    position: absolute;
    right: 115px;
    bottom: -2px;
    border-top: 30px solid var(--thm-base);
    border-left: 25px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}



.skill-style1_content-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding-top: 50px;
}

.skill-style1_content-box h2 {
    font-size: 85px;
    line-height: 1.2em;
    margin: 0 0 26px;
}

.skill-style1_content-box p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}


.skill-progress-box {
    position: relative;
    display: block;
    padding-top: 33px;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e4e4e5;
    border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 8px;
    border-radius: 10px;
    background: var(--thm-base);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .skill-percent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 14px;
}

.progress-levels .progress-box .skill-percent .title {
    position: relative;
    display: block;
}

.progress-levels .progress-box .skill-percent .title h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.progress-levels .progress-box .skill-percent .counting {
    position: relative;
    display: block;
}

.progress-levels .progress-box .count-text {
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .percent {
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    float: none;
    margin-left: -3px;
}

.progress-levels.style2 .progress-box .bar .bar-fill {
    background: var(--thm-primary);
}




.skill-style2_image-box-outer {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 590px;
}

.skill-style2_image-box {
    left: 0;
    right: 0;
    filter: grayscale(10%);
}

.skill-style2_image-box::before {
    display: none;
}

.skill-style2_image-box-outer .title {
    position: absolute;
    top: -25px;
    right: 24px;
    transform: rotate(-90deg);
    transform-origin: right;
    background: var(--thm-base);
    padding: 15px 20px;
}

.skill-style2_image-box-outer .title h4 {
    color: #1f2026;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.skill-style2_image-box-outer .title:before {
    content: "";
    position: absolute;
    right: 116px;
    bottom: 23px;
    border-top: 30px solid var(--thm-base);
    border-right: 25px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}

.skill-style2_image-box-outer .title:after {
    content: "";
    position: absolute;
    right: 115px;
    bottom: -2px;
    border-top: 30px solid var(--thm-base);
    border-left: 25px solid transparent;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}

.skill-style2_content-box {
    max-width: 100%;
    padding-left: 50px;
    padding-top: 50px;
}



.skill-style2_content-box.style3 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 100px;
}




/*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    z-index: 1;
}

.working-process-area .auto-container {
    position: relative;
    max-width: 1620px;
    padding: 0;
}

.working-process-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    filter: grayscale(100%);
    z-index: -1;
}

.working-process-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f2026;
    opacity: .70;
}

.working-process-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 103px 220px 80px;
}

.working-process-inner .shape1 {
    position: absolute;
    left: -10px;
    bottom: -10px;
}

.working-process-inner .shape2 {
    position: absolute;
    top: 0;
    right: -100px;
}


.working-process-inner .title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 59px;
}

.working-process-inner .title h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
}

.working-process-inner ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: count;
}

.single-working-process {
    position: relative;
    display: block;
    width: 170px;
    background: #ffffff;
    padding: 50px 0px 47px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px;
}

.single-working-process .count-box {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    z-index: 1;
}

.single-working-process .count-box .shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.single-working-process .count-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    counter-increment: count;
    content: counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-oswald-font)
}

.single-working-process p {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 15px 0 4px;
    font-family: var(--thm-oswald-font);
}

.single-working-process h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}




/*** 
=============================================
   Support Area Css
=============================================
***/
.support-area {
    position: relative;
    display: block;
    background: #f3f3f4;
}

.single-support-box {
    position: relative;
    display: block;
    background: #efeff0;
    padding: 0 50px 60px;
    z-index: 1;
}

.single-support-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #e2e2e4;
    z-index: -1;
}

.single-support-box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #1f2026;
    border-radius: 0px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}

.single-support-box:hover:after {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}


.single-support-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
}

.single-support-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 170px;
    background: #1f2026;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    text-align: center;
    z-index: 1;
}

.single-support-box .icon:before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background: var(--thm-base);
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-support-box:hover .icon:before {
    transform: scale(1.0);
}

.single-support-box .inner-box .icon span::before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    padding-top: 70px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-support-box:hover .inner-box .icon span::before {
    color: var(--thm-black);
}

.single-support-box .inner-box .title {
    position: relative;
    display: block;
    padding-top: 62px;
    padding-left: 30px;
}

.single-support-box .inner-box .title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 16px;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}

.single-support-box:hover .inner-box .title h2 {
    color: #ffffff;
}

.single-support-box .inner-box .title p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}



/*** 
=============================================
    Home Google Map Area Css
=============================================
***/
.home-google-map-area {
    position: relative;
    display: block;
}

.home-google-map-area .container-fluid {
    padding: 0;
}


.home-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

.home-page-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 680px;
}

.map-form-box {
    max-width: 570px;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    padding: 58px 60px 70px;
    overflow: hidden;
    z-index: 1;
}

.map-form-box .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.map-form-box .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.map-form-box .shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
}


.map-form-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 61px;
}

.map-form-box .inner-title h2 {
    color: #1f2026;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

.map-form-box form {
    position: relative;
    display: block;
}

.map-form-box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.map-form-box form input[type="text"],
.map-form-box form input[type="email"],
.map-form-box form textarea {
    position: relative;
    display: block;
    background: #f8f8f8;
    width: 100%;
    height: 60px;
    border: 1px solid #efeff0;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    padding-left: 29px;
    padding-right: 25px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-oswald-font);
}

.map-form-box form textarea {
    height: 140px;
    padding-top: 15px;
    padding-left: 29px;
    padding-right: 25px;
}

.map-form-box form input[type="text"]:focus {
    color: #171717;
    border-color: #171717;
}

.map-form-box form input[type="email"]:focus {
    color: #171717;
    border-color: #171717;
}

.map-form-box form textarea:focus {
    color: #171717;
    border-color: #171717;
}

.map-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #666666;
}

.map-form-box form input[type="text"]:-moz-placeholder {
    color: #666666;
}

.map-form-box form input[type="text"]::-moz-placeholder {
    color: #666666;
}

.map-form-box form input[type="text"]:-ms-input-placeholder {
    color: #666666;
}

.map-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #666666;
}

.map-form-box form input[type="email"]:-moz-placeholder {
    color: #666666;
}

.map-form-box form input[type="email"]::-moz-placeholder {
    color: #666666;
}

.map-form-box form input[type="email"]:-ms-input-placeholder {
    color: #666666;
}

.map-form-box form textarea::-webkit-input-placeholder {
    color: #666666;
}

.map-form-box form textarea:-moz-placeholder {
    color: #666666;
}

.map-form-box form textarea::-moz-placeholder {
    color: #666666;
}

.map-form-box form textarea:-ms-input-placeholder {
    color: #666666;
}

.map-form-box form .button-box {
    position: relative;
    padding-top: 50px;
}

.map-form-box form .button-box button {}

.map-form-box form .button-box button .left_round {
    background: #ffffff;
}

.map-form-box form .button-box button .right_round {
    background: #ffffff;
}



/*** 
=============================================
   Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    background: #f3f3f4;
}

.service-deails-box {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 120px 100px 120px;
    margin-top: -290px;
    z-index: 10;
}

.service-deails-box .bg-shape {
    position: absolute;
    left: 0;
    bottom: 183px;
    width: 170px;
    height: 50px;
    background: var(--thm-base);
}

.service-deails-box .shape1 {
    position: absolute;
    top: 0;
    right: 0;
}


.service-details-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    max-width: 600px;
    width: 100%;
    padding-right: 100px;
}

.service-details-content-box .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 70px;
}

.service-details-content-box .text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.service-details-content-box .text h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-details-content-box .text .inner-text {
    position: relative;
    display: block;
    margin-top: 21px;
    padding-left: 20px;
}

.service-details-content-box .text .inner-text:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 4px;
    background: var(--thm-base);
    content: "";
}

.service-details-content-box .text .inner-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}


.service-details-image-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.service-details-image-box img {
    width: 100%;
}


.service-deails-bottom-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 100px 120px;
}

.service-deails-bottom-box .single-support-box {
    padding: 0 30px 60px;
    background: #fbfbfb;
}

.service-deails-bottom-box .single-support-box:before {
    border: 2px solid #edeeee;
}




/*** 
=============================================
   comments Box Css
=============================================
***/
.comments-box-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 72px 28px 15px;
    margin-top: 80px;
}

.comments-box-one .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.comments-box-one .title h2 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thm-oswald-font);
}

.comments-box-one .inner {
    position: relative;
    display: block;
}

.single-comments-box {
    position: relative;
    display: block;
    padding-left: 80px;
    min-height: 80px;
    margin-bottom: 42px;
}

.single-comments-box.mar-left {
    margin-left: 100px;
}

.single-comments-box .img_box {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.single-comments-box .img_box .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-comments-box .img_box .inner img {
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
}

.single-comments-box .text_box {
    position: relative;
    display: block;
    padding-left: 50px;
}

.single-comments-box .text_box .inner {
    position: relative;
    display: block;
}

.single-comments-box .text_box .inner h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-comments-box .text_box .inner p {
    margin: 0;
}

.single-comments-box .comment-meta-box {
    position: relative;
    display: block;
    margin-top: 13px;
}

.single-comments-box .comment-meta-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 1px;
}

.single-comments-box .comment-meta-box ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.single-comments-box .comment-meta-box ul li:last-child {
    margin-right: 0;
}

.single-comments-box .comment-meta-box ul li a {
    color: var(--thm-gray);
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-comments-box .comment-meta-box ul li a:hover {
    color: var(--thm-base);
}

.single-comments-box .comment-meta-box ul li a span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    font-size: 13px;
    line-height: 26px;
    padding-right: 5px;
}


/*** 
=============================================
   Reply Form Box Css
=============================================
***/
.reply-form-box {
    position: relative;
    display: block;
    padding-top: 33px;
    background: #ffffff;
    padding: 0px 30px 70px;
}

.reply-form-box .title {
    position: relative;
    display: block;
    padding-bottom: 43px;
}

.reply-form-box .title h2 {
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.reply-form-box .title p {
    margin: 0;
}

.reply-form-box form .input-box {
    position: relative;
    display: block;
}

.reply-form-box form .input-box label {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--thm-oswald-font);
    margin-bottom: 16px;
}

.reply-form-box form input[type="text"],
.reply-form-box form input[type="email"],
.reply-form-box form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 65px;
    border: 1px solid #ededed;
    color: #777777;
    font-size: 14px;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    outline: none;
}

.reply-form-box form textarea {
    height: 170px;
    padding: 20px 30px;
    margin-bottom: 70px;
}

.reply-form-box form button {}

/*** 
=============================================
    Sidebar Css
=============================================
***/
.sidebar-content-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    float: none;
    z-index: 2;
}

.single-sidebar-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-sidebar-box .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 26px;
}

.single-sidebar-box .title h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


.single-sidebar_search_box {
    position: relative;
    display: block;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    background: transparent;
    display: block;
    text-align: center;
    border-radius: 0px;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px;
    color: var(--thm-black);
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.60);
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: rgba(119, 119, 119, 0.60);
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: rgba(119, 119, 119, 0.60);
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.60);
}


.sidebar-categories {
    position: relative;
    display: block;
}

.sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-categories-box li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sidebar-categories-box li:last-child {
    margin-bottom: 0;
}

.sidebar-categories-box li a {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 25px;
    background: #ffffff;
    border-radius: 3px;
    color: #777777;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box li a span {
    position: relative;
    display: inline-block;
    float: right;
}

.sidebar-categories-box li:hover a {
    color: var(--thm-black);
    font-weight: 600;
    letter-spacing: 0.03em;
    background: var(--thm-base);
}




.sidebar-recent-news {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px;
}

.recent-news {
    position: relative;
    display: block;
}

.recent-news li {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedddf;
}

.recent-news li:last-child {
    margin-bottom: 0;
}

.recent-news li .inner {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
}

.recent-news li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 0%;
}

.recent-news li .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.recent-news li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.recent-news li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.recent-news li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.recent-news li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 70px;
}

.recent-news li .title-box h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}

.recent-news li .title-box h4 a {
    color: #1f2026;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.recent-news li .title-box h4 a:hover {
    color: var(--thm-base);
}

.recent-news li .title-box p {
    color: #777777;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin: 10px 0 0;
}




/*** 
=============================================
    Thm Form Style1 Area Css
=============================================
***/
.thm-form-style1-area {
    position: relative;
    display: block;
    background: #f3f3f4;
    padding-top: 120px;
    padding-bottom: 120px;
    z-index: 1;
}

.thm-form-style1 {
    position: relative;
    display: block;
    padding: 94px 100px 110px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.1);
}

.thm-form-style1 .car-image {
    position: absolute;
    bottom: -180px;
    right: -160px;
}

.thm-form-style1 .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 32px;
}

.thm-form-style1 .title h2 {
    color: #0c1529;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}


#thm-form-style1 {
    position: relative;
    display: block;
}

#thm-form-style1 .row {
    margin-left: -25px;
    margin-right: -25px;
}

#thm-form-style1 .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}


#thm-form-style1 .about-you {
    position: relative;
    display: block;
}

#thm-form-style1 .about-you .row {
    margin-left: -10px;
    margin-right: -10px;
}

#thm-form-style1 .about-you .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

#thm-form-style1 .about-you h3 {
    color: #0c1529;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 13px;
}

#thm-form-style1 .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

#thm-form-style1 input[type="text"],
#thm-form-style1 input[type="email"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

#thm-form-style1 input[type="text"]:focus {
    color: #171717;
    border-color: #171717;
}

#thm-form-style1 input[type="email"]:focus {
    color: #171717;
    border-color: #171717;
}

#thm-form-style1 input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="text"]:-moz-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="text"]::-moz-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="text"]:-ms-input-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="email"]::-webkit-input-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="email"]:-moz-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="email"]::-moz-placeholder {
    color: #808080;
}

#thm-form-style1 input[type="email"]:-ms-input-placeholder {
    color: #808080;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #808080;
}

#thm-form-style1 .button-box {
    position: relative;
    display: block;
    margin-top: 30px;
}




/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3f3f4;
    padding: 146px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 30px;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 33px;
}

.error-content .btns-box {
    line-height: 0;
    padding-top: 8px;
}

.error-content .btns-box a {
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.service-box-content img {
    height: 170px;
    object-fit: cover;
    filter: grayscale(100%);
}

.service-box-content img:hover {
    filter: grayscale(0%);
}

.hizmet_b {
    height: 65px;
    margin-bottom: 17px;
}

.news-details__pagenation {
    position: relative;
    display: block;
    margin-top: 30px;
}

.news-details__pagenation-single {
    position: relative;
    display: block;
    background: #1f2026;
    padding: 20px 20px 20px;
    border-radius: 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.news-details__pagenation-single.active {
    background: var(--thm-base);
}

.news-details__pagenation-single:hover {
    background: var(--thm-base);
}

.news-details__pagenation-single h2 {
    font-size: 19px;
    line-height: 34px;
}

.news-details__pagenation-single:hover h2 a {
    color: #ffffff;
}

.news-details__pagenation-single h2 a {
    color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.office {
    background: #ffffff14;
    padding: 10px 18px;
    margin-top: -10px;
}

.footer-con {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vk-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.vk-office li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 5px;
    color: #bababa;
    font-family: var(--thm-titil-font);
    font-weight: 600;
    font-size: 15px;
}

.vk-office li a {
    color: #bababa;
}

.vk-office li .fa,
.vk-office li .fas {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

.yazirenk1 {
    color: var(--thm-base);
    margin-bottom: 10px;
}

.vk-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.vk-social-link {
    margin-top: 20px;
}

.vk-social-link li {
    display: inline-block;
    padding-right: 4px;
    padding-bottom: 4px;
}

.vk-social-link li a {
    width: 30px;
    height: 30px;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--thm-base);
}

.kayit_sayi {
    font-family: var(--thm-oswald-font);
}

.iconset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffc400;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.video-detail__wrapper {
    background: #002249;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.video-detail-player iframe {
    width: 100%;
    height: 530px;
}
@media (max-width: 768px) {
  .banner-carousel {
    /* Carousel'ın mobildeki genişliğini ayarlayın */
    width: 100%;
	background-size: contain;  background-position: center; /* Resmi merkezlemek için ayarlayın */

  }
  .owl-carousel .owl-stage-outer {
    overflow: hidden;  background-position: center; /* Resmi merkezlemek için ayarlayın */

	background-size: contain;
  }
  .owl-carousel .owl-stage {
	background-size: contain;  background-position: center; /* Resmi merkezlemek için ayarlayın */

    display: flex;
    flex-direction: row;
  }
  .owl-carousel .owl-item {
	background-size: contain;  background-position: center; /* Resmi merkezlemek için ayarlayın */

  }
}


@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-player iframe {
        height: 400px;
    }
}

.video-detail-other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail-list {
    overflow-y: auto;
    background: #0000009c;
    height: calc(530px - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-list {
        height: 340px;
    }
}

.video-detail-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail-list li:last-child {
    border-bottom: 0 none;
}

.video-detail-list li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail-list .video-left {
    width: 110px;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail-list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail-list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 16px;
}

.video-detail-list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
}

.video-detail-list .video-right .title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

.turkey-map-drawing {
    text-align: center;
}

.turkey-map-drawing svg {
    width: 100%;
    height: auto;
}

.turkey-map-drawing g.is-completed path {
    fill: var(--thm-base);
}

.turkey-map-drawing path {
    cursor: pointer;
    fill: #1f2026;
    -webkit-transition: .2s;
    transition: .2s;
}

.turkey-map-drawing path:hover {
    fill: var(--thm-base) !important;
}

.turkey-map-name {
    position: absolute;
    z-index: 2;
}

.turkey-map-name div {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
}

.list .card {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bayiler>.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3;
}

.box-header {
    margin-bottom: 50px;
}

.bayiler .title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.bayiler .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.bayiler .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
}

.box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px;
}

.card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.card:hover,
.card-active {
    border-bottom: 10px solid #1a1a1a;
}

@media screen and (max-width:992px) {
    .gallery {
        padding-top: 60px
    }
}

.gallery .item {
    position: relative;
    margin-bottom: 30px;
    padding: 5px;
}

.gallery .item a {
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: var(--thm-base);
    position: relative
}

.gallery .item a::before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    content: "\f002";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-size: 28px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.gallery .item a:hover::before {
    opacity: 1
}

.gallery .item a img {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    max-width: 100%;
}

.gallery .item a:hover img {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
    opacity: .2
}

.gallery .item a.static::before {
    display: none
}

.golge1 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%) !important;
}

/*-------------------------------------------------------------- ## Icon Box --------------------------------------------------------------*/
.icon-box {
    padding: 37px 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main {
    color: #1a1a1a;
}

.icon-box .icon-main i,
.icon-box .icon-main span:before {
    font-size: 54px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main i,
.icon-box .icon-main img {
    margin-bottom: 17px;
}

.icon-box .icon-main span {
    display: block;
    line-height: 1;
    margin-bottom: 28px;
}

.icon-box h5 {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box h5 a {
    color: #1a1a1a;
}

.icon-box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
}

.icon-box--bg-img.icon-box--is-line-hover:before,
.icon-box--bg-img.icon-box--is-line-hover:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img.icon-box--is-line-hover:before {
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 10px;
}

.icon-box--bg-img.icon-box--is-line-hover:after {
    width: 1px;
    height: 0;
    top: 10px;
    right: -11px;
}

.icon-box--bg-img.icon-box--is-line-hover:hover:before {
    width: calc(100% + 5px);
}

.icon-box--bg-img.icon-box--is-line-hover:hover:after {
    height: calc(100% + 5px);
}

.icon-box--bg-img:hover {
    background-color: #1a1a1a;
}

.icon-box--bg-img:hover h5 {
    color: #ffffff;
}

.icon-box--bg-img:hover h5 a {
    color: #ffffff;
}

.icon-box--bg-img:hover p {
    color: #a3a3a3;
}

.icon-box--bg-img:hover .btn-details {
    opacity: 0.9;
    color: #ffffff;
}

.icon-box--bg-img:hover .btn-details:before {
    background: #505050;
}

.icon-box--classic {
    padding: 0;
}

.icon-box--classic p {
    margin-bottom: 0;
}

.icon-box--bg-color {
    padding: 30px;
    padding-bottom: 28px;
    background-color: #1a1a1a;
    border: 1px solid #292929;
    position: relative;
}

.icon-box--bg-color .link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon-box--bg-color h5 {
    color: #ffffff;
    margin-bottom: 11px;
    line-height: 1.1;
}

.icon-box--bg-color p {
    color: #a3a3a3;
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.icon-box--bg-color .icon-main i,
.icon-box--bg-color .icon-main span:before {
    font-size: 45px;
}

.icon-box--bg-color .icon-main span {
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main img {
    max-width: 60px;
}

.icon-box--bg-color.icon-box--icon-left .icon-main {
    float: left;
}

.icon-box--bg-color.icon-box--icon-left .content-box {
    padding-left: 68px;
}

.icon-box--bg-color.icon-box--icon-right .icon-main {
    float: right;
}

.icon-box--bg-color.icon-box--icon-right .content-box {
    padding-right: 68px;
    text-align: right;
}

.icon-box--bg-color:hover {
    background-color: #000;
}

.icon-box--bg-color:hover .link_overlay {
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon-box--bg-img {
        padding: 25px 40px;
    }

    .icon-box--bg-color {
        padding: 20px;
    }
}

.icon-box--bg-img {
    margin-bottom: 20px;
}

.referanslar img {
    padding: 10px;
    filter: url("data:image/svg+xml;utf8,<svg></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.referanslar img:hover {
    filter: none;
}

.golge2 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 7%) !important;
}

.shop-item {
    position: relative;
    margin-bottom: 40px;
}

.prod-img {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    position: relative;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ins-inverter-badge {
    height: 90px !important;
    width: 100px;
    top: -19px;
    position: absolute;
    left: 0px;
}

.prod-img img {
    margin-top: 0px;
    width: auto;
    max-height: 340px;
    padding: 10px;
}

.prod-img .label:not(.discount) {
    top: 0;
    color: #3bb77e;
    background: #3bb77e36;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: var(--thm-oswald-font);
}

.prod-img .label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #666;
}

.prod-img .label.discount {
    right: 10px;
    left: unset;
    font-weight: bold;
}

.prod-img .prod-name {
    width: calc(100% - 42px);
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    text-align: center;
    left: 20px;
    color: #000;
}

.prod-text {
    width: 100%;
    height: 145px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-top: 0;
    position: relative;
}

.prod-text .features {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
}

.prod-text .features span {
    display: block;
    word-wrap: break-word;
    max-width: 100%;
    white-space: normal;
    line-height: 1.2; /* İstediğiniz bir değer */
}


.prod-text .price {
    width: 90%;
    float: left;
    text-align: center;
    margin: 0 5%;
    color: #000;
    font-size: 0;
}

.prod-text .price span.linetrough {
    color: #666;
    text-decoration: line-through;
    font-weight: 300;
}

.prod-text .price span {
    width: 50%;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: none;
    font-weight: bold;
}

.prod-text .buttons {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.prod-text .buttons a:last-child {
    float: right;
    margin-right: 10px;
}

.prod-text .buttons a:first-child {
    float: left;
    margin-left: 10px;
}

.prod-text .buttons a {
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
    float: none !important;
}

.prod-text .prod-detail-btn {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: bold;
    font-family: var(--thm-oswald-font);
}

.prod-text .prod-detail-btn span {
    position: relative;
    z-index: 9;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.prod-text .prod-detail-btn .hover-bg {
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--thm-base);
    z-index: 8;
}

.prod-text .prod-detail-btn span {
    position: relative;
    z-index: 9;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.prod-text .bottom-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
}

.prod:hover .prod-text .prod-detail-btn .hover-bg {
    height: 50px;
}

.prod:hover .prod-text .prod-detail-btn span {
    color: #fff;
}

.pro-detail-big-img {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.prod-img .label.discount {
    z-index: 1;
    background: #fde0e9;
    color: #f74b81;
    padding: 0 15px;
    position: absolute;
    font-weight: 600;
    font-family: var(--thm-oswald-font);
    right: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
}

.product-sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    position: relative
}

.product-sort .product-sort-ordering {
    text-align: left;
    min-width: 240px
}

.product-sort .product-sort-ordering .pro-choose-ordering {
    position: relative
}

.product-sort .product-sort-ordering .pro-choose-ordering .choose-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 0 15px 20px;
    display: block;
    color: #677286;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent
}


.product-sort .product-result-count {
    text-align: right;
    flex-grow: 1
}

@media(max-width:500px) {
    .product-sort .product-result-count {
        text-align: left;
        margin-top: 20px
    }
}

.product-sort .product-result-count .product-count-text {
    font-size: 16px;
    color: #677286;
    font-weight: 500;
    font-family: var(--thm-oswald-font);
    margin: 0;
}

.sidebar-widget.contact-form-action {
    padding-left: 0;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 17px;
}

.sidebar-title h2 {
    position: relative;
    color: #322f2f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: capitalize;
}

.blog-cat-two {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background-color: #f9f9f9;
    border: solid 1px #dedede;
}

.blog-cat-two li {
    position: relative;
}

.blog-cat-two li a {
    position: relative;
    color: #666666;
    font-size: 14px;
    padding: 13px 20px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px dashed #cccccc;
    font-family: var(--thm-oswald-font);
}

.blog-cat-two li a:hover {
    color: #ffffff;
    background-color: var(--thm-base);

}

.blog-cat-two li:last-child a {
    border-bottom: 0px;
}

.blog-cat-two li a span {
    position: absolute;
    right: 20px;
}

.sidebar .card {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f9f9f9;
}

.sidebar .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: #f9f9f9;
    border-color: #dedede;
    border-radius: 0;
}

.sidebar .card-header a {
    color: #000;
    display: block;
}

.sidebar .show .card-body {
    border-left: solid 2px var(--thm-base) !important;
}

.sidebar .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar .title {
    letter-spacing: 2px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: block;
    margin: 0;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #1f2026;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #1f2026;
    color: #fff
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #1f2026}

.blog-cat-two li.active a {
    color: #fff;
}

.blog-cat-two li.active {
    background-color: var(--thm-base);
}

.select {
    height: auto;
    line-height: inherit;
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contact-form-action .form-control {
    height: auto;
    line-height: inherit;
    padding: 12px 20px;
    font-size: 14px;
    color: var(--thm-base);
    border: 1px solid #ddd;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar-widget.contact-form-action .form-group .submit-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    border: 0;
    background-color: transparent;
    color: var(--thm-base);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

.col-kolaymenu-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

.detail-gallery {
    position: relative;
}

.detail-gallery .zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    opacity: 0.6;
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
}

.border-radius-10 {
    border-radius: 10px;
}

.slider-nav-thumbnails div.slick-slide {
    margin: 0 10px;
}

.slider-nav-thumbnails .slick-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slider-nav-thumbnails .slick-slide.slick-current::before {
    border-bottom: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 0;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #a2d2c9;
}

.slider-nav-thumbnails .slick-slide img {
    border-radius: 17px;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-nav-thumbnails button.slick-arrow {
    margin: 0;
    border: 0;
    background: #F2F3F4;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 24px;
    z-index: 9;
    color: #7E7E7E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-nav-thumbnails button.slick-arrow i {
    font-size: 15px;
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: -20px;
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
    right: -20px;
}

.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.stock-status.out-stock {
    color: #f74b81;
    background: #fde0e9;
}

.stock-status.out-yeni {
    color: #3bb77e;
    background: #3bb77e36;
}

.product-detail-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-rate {
    background-image: url(../imgs/theme/rating-stars.png);
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url(../imgs/theme/rating-stars.png);
    background-position: 0 0;
}

.detail-info .product-price-cover {
    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;
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.detail-info .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 30px 0;
}

.detail-info .product-price .current-price {
    font-size: 30px;
    text-decoration: none;
    font-weight: 700;
}

.text-brand {
    color: #3BB77E !important;
}

.detail-info .product-price .save-price {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #FDC040;
}

.detail-info .product-price .old-price {
    text-decoration: line-through;
    color: #B6B6B6;
    margin-left: 20px;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 40px 50px;
    background: #fff;
    margin-top: 25px;
    font-family: var(--thm-oswald-font);
}

.nav-tabs {
    border: 0;
    margin-bottom: 4px;
    justify-content: center;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.tab-style3 .nav-tabs li.nav-item a {
    display: block;
    padding: 13px 24px !important;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid #ececec;
    background: #fff;
    color: #7E7E7E;
}

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
    color: #3BB77E;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

.nav-tabs .nav-link {
    background-color: #eeeeee;
    font-size: 15px;
    margin: 0 10px;
    margin-left: 10px;
    color: #444;
    border-radius: 4px;
    padding: 15px 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    line-height: 1;
}

.nav-tabs .nav-link.active {
    color: #3BB77E;
    background-color: #fde1bd;
}

.urunkucuk img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 120px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.urun_detay img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 480px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.slider-nav-thumbnails .slick-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slider-nav-thumbnails .slick-list {
    margin: 0 -10px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.broucher-box {
    position: relative;
    padding: 12px 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #ddd;
    text-align: left;
}

.broucher-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.broucher-box .broucher-inner {
    position: relative;
    font-size: 16px;
    color: #1b4962;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box .broucher-inner .download-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #222222;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box:hover {
    border-color: var(--thm-base);
}

.broucher-box:hover {
    color: #fff;
    background-color: var(--thm-base);
}

.broucher-box:hover .broucher-inner .download-icon,
.broucher-box:hover .broucher-inner {
    color: #fff;
}

.broucher-box:last-child {
    margin-bottom: 0px;
}

.float-start li a {
    color: var(--thm-base);
}

.float-start li span {
    width: 100px;
    display: inline-block;
    font-weight: 700;
}

.detail-info {
    font-family: var(--thm-oswald-font);
}

.p-sidebar-widget {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 30px;
    box-shadow: 0px 10px 20px rgba(16, 0, 71, 0.1);
    max-width: 500px;
}

.ps-widget-meta {
    margin-bottom: 35px;
}

.ps-widget-meta h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.used-tools li {
    margin: 0 3px;
    display: inline-block;
}

.used-tools li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

.used-tools .ps {
    background: #4466d6;
}

.used-tools .ai {
    background: #e18e00;
}

.used-tools .xd {
    background: #aa2894;
}

.widget-meta-dt li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.widget-meta-dt li:first-child {
    margin-left: 0;
}

.widget-meta-dt li:last-child {
    margin-right: 0;
}

.widget-meta-dt li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #e9e9e9;
    top: 5px;
    right: -16px;
}

.widget-meta-dt li:last-child::after {
    display: none;
}

#accordion {
    font-family: var(--thm-titil-font);
}

#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#accordion .card .card-header {
    background-color: #fff;
}

#accordion .card .card-header a {
    color: var(--thm-base);
    font-weight: 600;
}

.single-services-box {
    background-color: #fafafa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
}

.single-services-box h3 {
    position: relative;
    padding-left: 65px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.single-services-box h3 i::after {
    position: absolute;
    left: -10px;
    top: -3px;
    z-index: -1;
    background-color: #fbd3dd;
    width: 55px;
    height: 55px;
    content: '';
    border-radius: 50%;
}

.single-services-box h3 i.color-043d72 {
    color: #043d72;
}

.single-services-box h3 i.color-043d72::after {
    background-color: #d4d6de;
}

.single-services-box p {
    margin-top: 15px;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 6px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-services-box .read-more-btn:hover {
    color: #1a1a1a;
}

.single-services-box:hover {
    background-color: #fffffffff;
    border-color: #fffffffff !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.row .col-lg-6:nth-child(1) .single-services-box {
    border-right: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(3) .single-services-box {
    border-right: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(4) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(5) .single-services-box {
    border-right: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(6) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(7) .single-services-box {
    border-right: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-6:nth-child(8) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(1) .single-services-box {
    border-right: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(2) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(3) .single-services-box {
    border-left: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(4) .single-services-box {
    border-bottom: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(4) .single-services-box,
.row .col-lg-4:nth-child(5) .single-services-box,
.row .col-lg-4:nth-child(7) .single-services-box,
.row .col-lg-4:nth-child(8) .single-services-box {
    border-right: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(7) .single-services-box {
    border-top: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(8) .single-services-box {
    border-top: 1px solid var(--thm-base);
}

.row .col-lg-4:nth-child(9) .single-services-box {
    border-top: 1px solid var(--thm-base);
}

.service-box-area.st-1 {
    background-repeat: no-repeat;
}

.portfolio-st-2.st-1 {
    background-repeat: no-repeat;
}

.choosing__area.st-3 {
    background-repeat: no-repeat;
}

.golge_yok {
    box-shadow: none !important;
}

.single-brand {
    padding: 10px;
}

.single-brand img {
    padding: 10px;
}

.yazi_kisa {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

/*========================================
    .pc-price-2
===========================================*/
.pc-price-2 {
    background-color: #fff;
    color: #858585;
    padding: 50px 0 40px;
}

.pc-price-2 .icon {
    font-size: 40px;
    color: #333333;
    margin-bottom: 22px;
    display: inline-block;
}

.pc-price-2 h3 {
    font-size: 32px;
    color: #333333;
}

.pc-price-2 .pricing {
    background-color: #eeeeee;
    color: #333333;
    margin: 23px -10px 0;
    padding: 20px 0 14px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pc-price-2 .pricing [class^="shape-"] {
    border-color: transparent #777 #777 transparent;
    border-style: solid;
    border-width: 14px 5px 11px;
    display: block;
    height: 15px;
    position: absolute;
    top: -24px;
    width: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pc-price-2 .pricing .shape-right {
    border-color: transparent transparent #777 #777;
    border-width: 11px 5px;
    right: 0;
    top: -20px;
}

.pc-price-2 .pricing span {
    font-weight: 700;
}

.pc-price-2 .pricing .value {
    font-weight: 900;
}

.pc-price-2 .price-body {
    margin-top: 26px;
}

.pc-price-2 .pc-btn {
    display: block;
    margin-top: 40px;
}

.pc-price-2:hover .pricing,
.pc-price-2.active .pricing {
    background-color: var(--thm-base);
    color: #fff;
}

.pc-price-2:hover .pricing .shape-left,
.pc-price-2.active .pricing .shape-left {
    border-color: transparent #9a7502 #9a7502 transparent;
}

.pc-price-2:hover .pricing .shape-right,
.pc-price-2.active .pricing .shape-right {
    border-color: transparent transparent #9a7502 #9a7502;
}

.pc-price-2:hover .pc-btn,
.pc-price-2.active .pc-btn {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    color: #fff;
    border-top: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

.pc-price {
    width: 100%;
}

.pc-btn-2 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    line-height: 40px;
    text-transform: uppercase;
}

.pc-btn {
    display: inline-block;
    text-decoration: none;
    outline: 0 none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pc-btn:hover,
.pc-btn:focus {
    color: var(--thm-base);
    outline: 0 none;
    text-decoration: none;
}

.pc-price .pricing .value {
    font-size: 48px;
    line-height: 40px;
}

.pc-price .pricing span {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
}

.pc-price ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-price .price-body li {
    line-height: 35px;
    white-space: nowrap;
}

.vk-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vk-background-black {
    background-color: #000;
}

.vk-background-overlay._10 {
    opacity: 0.1;
}

.vk-background-overlay._20 {
    opacity: 0.2;
}

.vk-background-overlay._30 {
    opacity: 0.3;
}

.vk-background-overlay._40 {
    opacity: 0.4;
}

.vk-background-overlay._50 {
    opacity: 0.5;
}

.vk-background-overlay._60 {
    opacity: 0.6;
}

.vk-background-overlay._70 {
    opacity: 0.7;
}

.vk-background-overlay._80 {
    opacity: 0.8;
}

.vk-background-overlay._90 {
    opacity: 0.9;
}
.testimonial-style2-area {
    background: #f3f3f4;
}
.team-style1-area {
    background: #f3f3f4;
}
.partner-style2-area{
	background: #f3f3f4;
}
.blog-page-two{
	background: #f3f3f4;
}
.footer-area.style2 {
    background: #1f2026;
}