@import url('swiper.min.css');
a,a:hover{text-decoration: none;color:#333}
ul,li{list-style-type: none;}
.f-bold{
    font-family: 'Plain_bold' !important;
}
body{font-family: 'Plain_regular';overflow-x:hidden;}
button:focus{
    outline: none;
    border:none;
}
.arrow::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #666779;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin: 3px 0 3px 6px;
}
.cat-name{
    position: absolute;
    top: 12px;
    left: 12px;
    margin:0;
}
.main-content {
    margin-top: 64px;
    position: fixed;
    width: 100%;
    background-color: #67687a;
    padding: 20px 0;
    top:0;
    z-index: 99;
}he
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination span {
    padding: 7px 15px;
    color: #909090;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 7px 15px;
    font-size: 13px;
    background-color: #add4db;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}
.left-panel .content-wrap {
	position: relative;
}
iframe{border:none;}
.right-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    bottom: 0;
    z-index: 9999;
    background: #f4f4f4;
    overflow: hidden;
}

.right-panel:before {
	position: absolute;
	content: '';
	background: #fff;
	left: 0;
	bottom: 0;
	height: 190px;
	width: 100%;
}

.right-panel .content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-slider {
	position: relative;
	height: 100% !important;
	z-index: 9;
}

.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 760px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .swiper-slide:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.55;
	content: "";
}

.banner-section .content-outer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .content-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 240px 0 300px;
}

.banner-section .content-box .inner {
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .content-box .inner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.banner-section .content-box h1 {
	position: relative;
	font-size: 45px;
	line-height: 60px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 30px;
	font-family: 'Plain_bold';
}

.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	padding-bottom: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4:before {
	position: absolute;
	content: '';
	bottom: 1px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #fff;
}

.banner-section h4:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 3px;
	width: 60px;
	background: var(--theme-color);
}

.banner-section h4.style-two {
	padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
	display: none;
}

.banner-section .content-box .text {
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	letter-spacing: 0.02em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .link-box {
	padding-top: 20px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.style-one .banner-slider-control:focus{
	outline:none;
	border:none
}
.style-one .banner-slider-control {
    font-size: 11px;
    color: transparent;
    cursor: pointer;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    z-index: 5;
}
.banner-section .slide-option {
	position: absolute;
	right: 120px;
	bottom: 10px;
	min-width: 440px;
}
.navbar-brand img,.feed-logo{height: 30px;}
/* Carousel */
.slide-logo {
    height: 30px;
    position: relative;
    top: -118px;
}
.slogan{
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    transform: rotate(-90deg) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 50%;
    top: 38%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 60px;
    padding-left: 60px;
    color: #666779;
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.style-one:after {
    right: 0;
    position: absolute;
    content: "\f11a";
    font-family: Flaticon;
    font-size: 65px;
    color: #c4c4c4;
    transform: rotate(90deg);
    left: 0;
}
.swiper-counter {
	position: absolute;
	font-size: 12px;
	color: #999;
	right: 0;
	bottom: 32px;
	z-index: 9;
	line-height: 50px;
	display: inline-block;
}
#total:before {
    content: '/';
    margin-left: 8px;
    font-size: 24px;
}
.swiper-counter div {
    font-family: 'Plain_bold';
    position: relative;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.swiper-counter div#current {
	margin-right: 3px;
	font-size: 30px;
}
#total {
    right: 6px;
}

.style-one:before{
    position: absolute;
    content: '';
    background: #f4f4f4;
    height: 50px;
    width: 50px;
    right: 22px;
    top: 8px;
    border-radius: 50%;
}
.style-one{
    height: 95px;
    position: absolute;
    width: 95px;
    background-color: white;
	left: 50%;
	bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner-slider-button-prev{
	left: -23px;
    top: 5px;
}
.banner-slider-button-next{
	right: -23px;
    top: -23px;
}
.style-one i{
    background:transparent;
    border: none;
    color:transparent;
    z-index: 1;
}

#mainCarousel .item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.55;
    content: "";
}
#mainCarousel{
    position: relative;
    cursor:pointer
}
.mouse-btn-down{
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 120px;
    color: #fff;
    font-size: 14px;
    height: 104px;
    cursor: pointer;
    background: url('../img/arrow-down.png') center top no-repeat;
    z-index: 20;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-top: 65px;
}
.mouse-btn-down:before{
    position: absolute;
    content: '';
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 5px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: float_up_down_two;
    animation-name: float_up_down_two;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
@-webkit-keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
@keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}
.left-panel{
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    z-index: 999;
    background: #ffffff;
    padding: 32px 0;
    height: 200px;
    display: flex;
    align-items: center;
}
.slider-caption {
    position: absolute;
    top: 30%;
    left: 9%;
}
.slider-caption h1 {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.caption-text{
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 30px;
}
.more{
    background-color: #666778;
    z-index: 0;
    display: inline-block;
    position: relative;
    padding: 20px 35px;
    font-size: 16px;
}
.submit-button{
    outline:none;
    border:none;
}
.banner-section .more{
    background-color: #ffffff52;
}
.more-etrafli{
    background: #666778;
    color: white;
    margin-top: 20px;
    padding: 13px 40px;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.more-etrafli:hover{color:white;}
.more:before{
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: 0;
    right: auto;
}
.more span {
    font-family:'Plain_bold';
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 5px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.more:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.more:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.more:hover em {
    background: #fff;
    transform: scaleX(1);
}
.more:after{
    bottom: 0;
    right: 0;
    left: auto;
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.more em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 22%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.left-panel img{transform: rotate(-90deg);}
/* Navbar */
#navbar {
    border-bottom: 1px solid #f4f4f4;
    padding: 2px 0;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index:9999;
    top:0;
}
@media (min-width: 1200px){
    #navbar .container{max-width: 1400px;}
}
#navbar .container{overflow: visible;}
.navbar-nav {
    width: 100%;
    justify-content: center;
}
#navbar .nav-link{
    color: #666779;
    font-size: 14px;
    padding: 10px 18px;
    transition: 0.3s;
    position: relative;
    font-family:'Plain_thin';
}
#navbar .nav-link:hover:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    background-color:#666779;
    margin: 0 auto;
    opacity: 1;
    left: calc(50% - 3px);
    transition: 200ms all ease;
}
#navbarNav {justify-content: space-between;}
#navbar .nav-link:hover{color:#3e3f48}
#navbar .nav-item .dropdown-menu a:hover{
    background-color: #f3f2f2;
}
#navbar .nav-item .dropdown-menu a{
    font-size: 15px;
    color: #333;
    padding: 8px 25px 10px;
    transition: 0.3s;
}
.dropdown-menu{display: none;}
@media (min-width: 992px) {
    #navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        display: block !important;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    #navbar .nav-item .dropdown-menu {
        width: 250px;
        opacity: 1;
        display: block;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        padding: 10px 0;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 200ms ease-in-out 0s;
        -o-transition: all 200ms ease-in-out 0s;
        transition: all 200ms ease-in-out 0s;
        position: absolute;
        top: 46px;
        left: 0;
        margin: 0;
        background-color: white;
    }
}
.navbar-down#navbar .nav-link{color:#333}
.navbar-down#navbar .dropdown-toggle::after{border-color: #333}
#navbar.navbar-down{background-color:white;box-shadow: 0 4px 4px rgba(0,0,0,0.07);z-index: 16;}
/* Footer  */
footer {
    padding: 20px 0;
    background-color: #67687a;
}

/*background: #f4f4f4;*/
.footer-logo {
    height: 40px;
    margin-bottom: 90px;
}
.footer-social-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Plain_bold';
}
.footer-bottom-copy {
    font-size: 12px;
    line-height: 1.25;
    color:white;
    margin: 10px 0;
}
.footer-social{
    margin: 0;
    padding:0
}
.footer-social li {
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #add4db;
    width: 25px;
    height: 25px;
    text-align: center;
    transition: all .25s ease-in-out;
}
.footer-social li a{
    color:white !Important;
    display: inline-block;
}
.footer-social li a i{font-size:14px}
.footer-social .fb:hover{background: #5462ae;}
.footer-social .insta:hover{background: #ff539b;}
.footer-social .ln:hover{background: #0a66c2;}
footer .contact-details{
    font-size: 13px;
    color:white;
    margin: 5px 0;
    display: block;
    transition:500ms all ease;
}
footer .contact-details:hover{color:#bfbfbf;}
footer .contact-details i{
    color:#add4db;
    margin-right: 8px;
}
footer p{
    font-size: 13px;
    margin: 0;
}
/* About */
#about{
    background-color: #fff;
} 
#xidmetler{
    background-color: #f4f4f4;
} 
#about,#xidmetler{padding: 65px 0 65px;}
#about h1,#xidmetler h1{
    font-family: 'Plain_medium';
    text-transform: uppercase;
    font-size: 25px;
    line-height: 41px;
    color: black;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.about-img{
    margin-left: 100px;
    position: relative;
}
.about-img img{
    position: relative;
    z-index: 1;
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    cursor:pointer
}

.about-img:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
#about p,#about li,#xidmetler p{
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #585858;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'Plain_thin';
}
#about ul{padding:0}
#about h6,#xidmetler h6{
    font-family: 'Plain_medium';
    font-size: 17px;
    color: black;
    margin-bottom:0;
    margin-top:20px
}
.about-img:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0,0,0,0.1);
}
.about-slogan strong {
    display: block;
    font-size: 90px;
    line-height: 80px;
    color: rgba(191,191,191,0.3);
    font-family: 'Plain_bold';
}
.about-slogan{
    margin-top: 40px;
    border:0;
    padding-right: 20px;
    border-right: 10px;
    border-style: solid;
}
.about-slogan span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.logo-site {
    max-height: 18px;
    opacity: 0.4;
}
.logo-site-text {
    margin: 0;
    font-size: 11px;
    color: #8f8f8f;
    font-family: 'Plain_thin';
}
/* Counter */
#counter{
    padding: 75px 0 75px;
    background: #f4f4f4;
}
#counter .inner {
    width: fit-content;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#counter .icon-box {
    font-size: 60px;
    color: #add4db;
    line-height: 1em;
    font-family: 'Plain_bold';
}
#counter .count-outer {
    margin-left: 10px;
    position: relative;
    font-size: 18px;
    color: black;
    display: inline-block;
}
#counter .count-outer:after {
    content: '';
    top: 18px;
    left: 100%;
    width: 50px;
    height: 2px;
    background-color: #add4db;
    display: block;
    margin-top: 8px;
}
.container,.container-fluid{overflow:hidden}
#counter .counter-title {
    position: relative;
    font-size: 18px;
    color: #848484;
}
#references{padding-bottom: 50px;}
#references .col-md-4
{
    border-left: 1px solid #e1e2ea;
    padding: 50px 0 0 0;
}
#references .more em{width:15%}
#references .ref-content:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
#references .ref-content{
    cursor:pointer
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.img-ref{position:relative;}
.line-ref p {
    margin: 0 !important;
    font-size: 20px;
    line-height: 15px !important;
    width: 100% !important;
}
.logo-left {
    height: 15px;
    transform: rotate(-90deg) translate(50px, -20px);
    position: absolute;
    bottom: 0;
    left: 0;
}
#references .col-md-1{
    display: flex;
    align-items: center;
}
@media (min-width: 768px){
    #references .col-md-1{
        max-width: 10%;
        flex: 0 0 10%;
    }
}
@media (min-width: 992px){
    #references .col-md-4{
        max-width: 22.5%;
        flex: 0 0 22.5%;
    }
}
/* Model  */
#model{
    padding:50px 0;
    position: relative;
}
#model .logo-left{
    bottom:auto
}
#model img{
    width:100%
}
#model img,.plus,.model-text,.model-title{
    animation-duration: 150ms;
    font-family: 'Plain_bold';
}
.model-first{
    text-align: right;
    color: #b3b3b3;
}
.plus{
    display: flex;
    align-items: center;
    font-size: 47px;
    color: #add4db;
    margin: 0 -14px;
}
.model-text{
    font-size: 30px;
    color: #add4db;
    padding: 100px 0;
    text-transform: capitalize;
}
.icon-block-lang{margin-left:2%;}
.icon-block-lang a{
    margin-right: 12px;
    transition:500ms all ease;
    font-family:'Plain_thin';
    font-size: 15px;
}
.icon-block-lang a:hover{color:#7b7878;}
.icon-block-lang a:last-child{margin-right:0;}
.social-header li {
    margin-right: 10px;
}
.social-header {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.social-header li a{
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    /*height: 32px;*/
    /*width: 32px;*/
}
.social-header li i{transition: 500ms}
.social-header li:hover i{
    transform: rotate(180deg);
}
.lang-dropdown .langs li:hover {
    background-color: #f5f5f5;
}

/*Static pages*/
.page-nav {
    margin: 21px 0 15px 0;
    color: #d9d9d9;
}
.full-content .highslide{
    border-radius: 5px;
    box-shadow: 0 8px 9px 0 #80808026;
    transition:500ms all ease;
}
.full-content .full-carousel img:hover{opacity:1;}
.full-content .full-carousel img{
    width:100%;
    height:500px;
    object-fit:contain;
}
.full-content .full-carousel iframe{
    width: 100%;
    height: 500px;
}
.dlepl--borderRadius{max-width:100% !important;}
.full-content .full-carousel{
    margin-top:50px;
}
/*.cat-content,.full-content{margin-bottom:39px;}*/
.second-title,.static-content h1 {
    color: black;
    font-size: 36px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
}
.static-content h1{
    margin-bottom:20px;
    font-family: 'Plain_medium';
    font-size: 22px;
}
.career-text{
    letter-spacing:0.5px;
    font-family:'Plain_thin';
    font-size: 14px;
}
.page-nav a {
    color: #a7a7a7;
    font-size: 14px;
}
.page-nav i {
    margin: 0 10px;
}
.static-page{
    color:#212529;
}
.category-content,.static-page,#feedback{
    background-color:#f4f4f4;
}
.static-page,.category-content,.full-page{padding: 139px 0 50px;}
.full-page{padding: 139px 0 25px;}
#feedback{padding:50px 0;}
#feedback .list-contacts {
    font-size: 14px;
}
.main-content .first-title {
    color: white;
    font-size: 23px;
}
.static-content{
    letter-spacing:0.5px;
    font-family:'Plain_thin';
    font-size: 14px;
}
.static-content img:first-child{display:none;}
#feedback b{
    font-size: 24px;
    color: #524b71;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
}
#feedback small{
    position: relative;
    display: block;
    color: #babacd;
    font-size: 10px;
    text-transform: uppercase;
}
.list-contacts, .list-contacts a {
        padding: 0;
    color: #9d9d9d;
    line-height: 25px;
}

.list-contacts li {
    display: inline-block;
    font-size:14px;
    vertical-align: top;
    width: calc(33.333333% - 10px);
    border: 1px solid #eff1f4;
    background: #fefff5;
    padding: 15px 0 19px 0;
    margin-right: 10px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    min-height: 100px;
    margin-bottom: 50px;
}
.list-contacts li:last-child{margin-right: 0;}
.list-contacts li i {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 12px;
    color:#add4db;
}
.contact-background{background-image: url(/img/contact-about.jpg?v=2)}
.list-contacts li a{
    text-decoration: underline;
    margin-top: 5%;
    display: inline-block;
    font-size:14px;
}
.list-contacts li p{margin-bottom:0;}
.list-contacts li p a{
    text-decoration: none;
    margin-top:0;
}




/*Feedback form*/
.elaqeformu .form-group {
    display: block;
    border: 1px solid rgb(218 218 227 / 64%);
    background: rgba(246, 246, 247, 0.55);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom:0;
}
.elaqeformu .form-group label{
    display: block;
    height: 30px;
    line-height: 41px;
    font-size: 12px;
    padding: 0 15px;
    color: #8888a8;
    margin: 0;
}
.submit-button p{
    color:white;
    margin:0;
}
.elaqeformu input.form-control:focus,.elaqeformu textarea.form-control:focus{outline:none;box-shadow:none;border:none;background-color:transparent;}
.form-box {
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 -10px 26px rgb(224 223 231 / 52%);
}
.elaqeformu input.form-control,.elaqeformu textarea.form-control{
    height: 26px;
    margin-bottom: 8px;
    padding: 0 15px;
    padding-right: 50px;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    outline:none;
    resize: none;
}
.elaqeformu textarea.form-control{
    height: 150px;
}

/*Career*/
#cv-file{display:none;}
.karyera {
    width: 100%;
}
.cv-file-label {
    padding: 18px 50px;
    color: #505050;
    border: 2px dashed #d0d0d0;
    background: #fcfcfc;
    overflow: hidden;
    font-size:12px;
    width: 253px;
    margin: 0 auto;
}
.cv-file-label img{max-height:50px;}
.cv-file-label:hover{
    background: #f3f3f3;
}

.pl-45 { padding-left: 45px; }
.karyera a{color: #67687a;font-family: 'Plain_medium'}
.karyera input[type="text"],.karyera  input[type="number"],.karyera  input[type="email"], select {
	padding: 12px 0;
    width: calc(50% - 3px);
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-left: 0px;
	padding-left: 45px;
	font-size: 12px;
	font-family: 'Plain_thin'
}
textarea {
    width:100% !important;
    height:200px;
    margin-left:auto !important;
    padding: 12px 0;
    border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding-left: 45px;
	font-size: 12px;
	font-family: 'Plain_thin'
}
.karyera input[type="text"]:focus,.karyera  input[type="email"]:focus,.karyera select:focus,.karyera textarea:focus {
	border: 1px solid #747574;
    outline: none;
}

.icon-calendar {
	position: absolute;
    top: 15px;
    left: 20px;
    border-right: 1px solid #cececf;
    padding-right: 10px;
    color: #cececf;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}

.form-radio:checked::before {
     position: absolute;
     left: 9px;
     top: 6px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 13px;
     content: "\f00c";
}

.form-radio:hover {
     background-color: #f7f7f7;
}

.form-radio:checked {
     background-color: #abd504;
     color: #fff;
}

.karyera select.nationality {
    padding-left: 10px;
    -webkit-appearance: none;
    position: relative;
}
.karyera  input.text {
    width: 100%;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #eaeaea;
    padding: 12px;
    margin-top: 16px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
}
.cat-content #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.our-team {
    min-height: 200px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.services-page .quote p{
    padding-left: 40px;
    position:relative;
}
.references-item {
    padding: 45px;
    background-color: #2c2e2f;
    color: white;
    transition: 300ms all ease;
    text-align: center;
    min-height: 138px;
}
.references-item:hover {
    background: #666779;
}
.services-page .quote{margin-top:20px;}
.our-team .picture {
    display: inline-block;
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
    z-index: 1;
    background: #f7f5ec;
    position: relative;
    border-radius: 55%;
    overflow: hidden;
    border: 5px solid white;
}
.our-team .picture span{
    font-size: 80px;
    color: #a9a9a9;
    font-family: 'Plain_medium';
    position: relative;
    top: 9px;
    left: 3px;
}
.team-content .name{
    font-family: 'Plain_bold';
    font-size: 22px;
    
}
/*.our-team .picture::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 0;*/
/*    border-radius: 50%;*/
/*    background-color: #666779;*/
/*    position: absolute;*/
/*    bottom: 135%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    opacity: 0.9;*/
/*    transform: scale(3);*/
/*    transition: all 0.3s linear 0s;*/
/*}*/
#map {
    height: 400px;
    margin-top: 139px;
}
.full-project .highslide {
    width: calc(50% - 24px);
    display: inline-block;
    margin: 10px;
    overflow:hidden;
}
.full-project{
    margin: 0 -14px;
}
.full-project .highslide img{
    width: 100%;
    margin:0;
    max-width: initial;
    height: 300px;
    object-fit: cover;
}
.full-project .quote h3{font-size: 25px;}
.full-project .quote li {
    padding-left: 40px;
    position: relative;
    width: fit-content;
    margin-bottom: 5px;
    font-size: 14px;
    color:#b4b4b4;
}
.full-project .quote li:before,.services-page .quote p:before{
    content: "";
    display: inline-block;
    border: 6px solid #666779;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-right: 6px;
    position:absolute;
    left: 10px;
}
.services-page .quote p:before{
    top: 4px;
}
.full-project .quote li:before{
    top: 3px;
}
.full-project .quote ul{
    padding: 0;
    width: fit-content;
    margin: 0 auto;
}
.our-team .picture img {
    border-radius: 100%;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .title {
    display: block;
    font-size: 14px;
    color: #b4b4b4;
}
.our-team:hover .picture img {
    transform: scale(0.9);
}
.worker-details {
    float: left;
    padding: 0;
}
.worker-details h1 {
    font-size: 22px;
    color:#add4db;
}
.worker-details li{
    padding-left: 28px;
    font-size:15px;
    color: #333;
    background-image: url(/img/tick-check.png);
    background-repeat: no-repeat;
    margin-left: 25px;
    background-size: 13px;
    margin: 15px 0 15px 20px;
    background-position: 0 4px;
}
.single-project {
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 30, 60, .12);
    box-shadow: 0 16px 32px 0 rgba(0, 30, 60, .12);
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.cat-content .single-project{margin-bottom: 30px;}
.project-overlay {
    width: 95%;
    height: 65%;
    background-image: linear-gradient(180deg,rgba(0, 15, 30, .67),rgba(0, 15, 30, .38),rgba(0, 15, 30, 0) 44%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.project-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .8s;
}
.overlay-referans:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 73px;
    background: linear-gradient(to top, #000000bf, transparent);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    bottom: 0;
}
.project_block {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
    transition: .3s;
    line-height: 1.4em;
}
.project-title {
    font-size: 16px;
    margin-bottom: 0;
}
.project-box:hover .project_block  {
    bottom: auto;
    top: 20px;
    opacity: 1;
}
.image-block:after {
    content: "";
    background: #67687a;
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}
.image-block:hover:after {
    opacity: 0.95;
}
.project_location {
    font-size: 15px;
}
.single-project p {
    font-family: 'Plain_thin';
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
}
.single-project:hover .project-img {
    transform: scale(1.15);
}
.referanslar-item img{
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s;
}
.referans-content:hover img {
    transition: all .5s;
    box-shadow: 0 0 30px 0 #cacaca59;
}
.referanslar-title{text-align:center;}
.referanslar-title span{
    border-bottom: 1px solid #b6b6b6;
    font-size: 20px;
    line-height: normal;
    padding-bottom: 5px;
    color: #555555;
    margin: 20px 0;
    display: inline-block;
}
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index:1;
}
.stiker-right {
    z-index: 9;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffb80c;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 18px;
    padding: 4px 13px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Plain_bold';
    box-shadow: 1px 1px 20px 0px #c6c6c6;
}
.stiker2{background:#659168;}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #add4db;
}
.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left span {
    right: -25px;
    top: 40px;
    transform: rotate(-45deg);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-transform: uppercase;
    text-align: center;
}
.ribbon .company-label{
    background-color: #d1d50d;
    font: 15px/1 'Plain_medium';
}
.ribbon .worker-label{
    background-color: #add4db;
    font: 10px/1 'Plain_medium';
}
.see-project {
    text-align:center;
    box-shadow: 7px 7px 17px 0 #f1f1f1;
    border-radius: 23px;
    padding: 13px 10px;
    text-transform: uppercase;
    color: #555555;
    font-size: 11px;
    width: 140px;
    margin: 24px auto;
    background: #add4db;
    transition:500ms all ease-in-out;
}
.see-project:hover{box-shadow:none;}
.navbar-toggler-icon {
    width: 36px;
    height: 2px;
    background-color: #666779;
    display: block;
    margin: 10px 0;
}
.navbar-toggler{padding-right:0;}
.carousel-full{height:50vh;overflow:hidden;}
.carousel-full img {
    margin: 0 !important;
    max-width: 100% !important;
    height: 50vh;
    margin-right: 2px !important;
}
.carousel-full a:focus{outline:none !important;}
.carousel-full .slick-slide {
    filter: grayscale(100%);
    outline: none !important;
}
.carousel-full .slick-slide.slick-active {
    filter: none;
}
.carousel-full .prev-slick,.carousel-full .next-slick{
    position: absolute;
    top: 50%;
    width: 75px;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
    height: auto;
    border: 2px solid white;
    padding: 10px;
    background-color: #ffffff52;
}
.carousel-full .prev-slick{
    left: 30px;
}
.carousel-full .next-slick{
    right: 30px;
}
.full-inform{
    padding-left: 0;
    display: inline-block;
    float: left;
    margin-right: 50px;
    width: calc(70% - 25px);
}
.full-inform:last-child{margin-right:0; width: 25%;}
.full-inform-title{
    color: #282828;
    text-align: left;
    font-size: 30px;
    margin-bottom: 40px;
}
.ptop-15{padding-top:25px}
.full-inform li,.full-inform p{
    color: #363636;
    font-size:12px;
}
.full-inform p{margin-bottom:3px;font-family: 'Plain_thin';}
.full-inform li{
    font-family:'Plain_bold';
    margin:0;
}
.full-inform sup{margin-left:-2px;}
.sketch-img img{
    width:100%;
    height: 300px;
    object-fit: contain;
    margin: 0 !important;
    opacity: 0.2;
}












/*Responsiv*/
@media (max-width: 992px) {
    .single-project{margin-bottom: 24px;}
    #navbar .nav-item .dropdown-menu a {border-bottom: 1px solid #666779;}
    footer{text-align:center;}
    footer .contact-details{margin:15px 0;}
    .logo-site {
        max-height: 30px;
    }
    .bg-image{
        height: 190px;
        background-size: 100%;
        background-attachment: initial;
    }
    .list-contacts{padding:0;}
    input[type="text"],.elaqeformu .form-group{margin-bottom:10px;}
    #counter{padding:50px 0;}
    .navbar-brand img,.feed-logo {
    height: 25px;
    }
    .logo-site-text {
        margin: 15px 0 0;
        font-size:16px;
    }
    .footer-social {
    margin-top: 20px;
    }
    #model .logo-left{display:none;}
    .model-text {
    font-size: 27px;
    padding: 25px 0;
    }
    .counter-column{
    margin-bottom: 40px;
    }
    #counter .inner{width:auto;}
    #about p,#about h1,#about h6,#xidmetler p,#xidmetler h1,#xidmetler h6{text-align: center;}
    #references .col-md-1{display:none;}
    #references .col-md-4 {
        border: none;
        padding: 0 15px; 
    }
    #references {
    padding: 50px 0;
    }
    #references .ref-content {
    border: 1px solid #e1e2ea;
    position: relative;
    display: block;
    margin-bottom: 20px;
    }
    #about h1,#xidmetler h1 {
    font-size: 23px;
    line-height: 30px;
    }
    .about-text {
    margin-top: 85px;
    text-align:center;
    }
    #navbar .nav-link:hover:after{content:none;}
    .social-header li a {
    /*height: 40px;*/
    /*width: 40px;*/
    }
    .social-header li i {
    font-size: 15px;
    }
    .navbar-nav {
    margin: 20px 0;
    }
    .social-header {
    display: flex;
    justify-content: center;
    }
    #navbar .nav-link {
    padding: 14px 0 14px 0;
    }
    .navbar-toggler-icon3, .navbar-toggler-icon1 {
    width: 30px !important;
    margin: 0 auto !important;
    }
    .slide-logo{top:-60px;}
    .banner-section .content-box .text{font-size:14px;}
    .right-panel{display:none;}
    .banner-section .content-box h1{
    font-size: 25px;
    line-height: 30px;
    }
    .banner-section .content-box {
    padding: 155px 0 300px;
    }
    .banner-section .slide-option {
        right: 15px;
        bottom: 0;
    }
    .mouse-btn-down{bottom:0;}
     .icon-block-lang{
         -ms-flex-pack:end;
         justify-content:flex-end;
     }
    .social-header li:first-child a{padding-left:0;width: auto;}
    .social-header{float:left;}
}
@media (max-width: 576px) {
    .project-img{height:auto;}
}
@media (max-width: 767px) {
    .references-item {margin-bottom:30px;}
    .full-project .highslide img{
        height: auto;
    }
    .full-project .highslide{
        width: 80%;
        margin: 0;
        margin-bottom: 30px;
    }
    .full-project{
        margin: 0;
    }   
    .full-project img:last-of-type{margin-bottom:0;}
    .main-content {
    margin-top: 61.17px;
    }
    .footer-contact,.footer-contact a{margin-bottom:0;}
    .footer-links{display:none;}

    .our-team {
    margin-bottom: 20px;
    }
    .plus {
        display: block;
        width: 100%;
        text-align: center;
    }
    .model-first,.model-big-img {
    text-align: center;
    }
    .model-text {
    font-size: 24px;
    text-align: center;
    }
    #model img {
    width: 60%;
    }
    #model .model-big-img img{width:100%;}
    .list-contacts li{
        width:100%;
        margin-bottom:10px;
    }
}
@media (max-width: 450px) {
    #counter .icon-box {
    font-size: 45px;
    }
    #counter .count-outer{font-size:16px;}
}
@media (max-width: 385px) {
    #counter .icon-box {
    font-size: 43px;
    }
    #counter .count-outer{font-size:14px;}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .model-text {
    font-size: 28px;
    }
    #references h1{font-size:13px;}
}
.imageobj img{object-fit:cover;width:100%;height:100%;}
/*hightlightcss files*/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}