@media only screen and (max-width: 1600px){
	.page-wrapper{
		overflow:hidden;
	}
	.whyus-section .whyus-slogan{
		left: 30px;
	}
	.services-detail-page-section .services-detail-content .services-detail-slogan{
		left: 30px;
	}
}



@media only screen and (max-width: 1400px){
	.main-slider .slider .owl-nav .owl-next{ left: auto; right: 40px !important; top: -55px; padding: 15px 13px 15px 17px; height: 50px; width: 50px; }
	.main-slider .slider .owl-nav .owl-prev{ left: auto; right: 40px !important; bottom: -55px; padding: 15px 17px 15px 13px; height: 50px; width: 50px; }

	.gallery-section .owl-nav .owl-prev{ left: 0; padding: 5px 10px; top: 41%; border: none; }
	.gallery-section .owl-nav .owl-next{ right: 0; padding: 5px 10px; top: 41%; border: none; }

	.whyus-section{
		background: none;
	}

	.about-ourvalues-section{
		background: none;
	}
}


@media only screen and (min-width: 1200px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}


@media only screen and (max-width: 1199px){
	.nav-outer,
	.main-menu,
	.main-menu .navigation,
	.main-menu .navigation > li{
		position:relative !important;	
	}

	.main-menu .navbar-collapse{
		position: fixed;
		top: 0;
		right: 0;
		width: 260px;
		z-index: 9999;
	}
	
	.main-menu .collapse {
		height: 100dvh;
		float:none;
		padding:0px 0px 0px;
		border:none;
		margin:0px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		box-shadow: 0 0 10px rgba(0,0,0,0.9);
   }

	.main-menu .collapse{ animation:animateright .4s }
		@keyframes animateright {
		from{right:-260px;opacity:0}
		to{right:0;opacity:1}
	}
   
	.main-menu .collapse.in{
		overflow:auto;
		padding:0px 0px 0px;
		border:none;
		margin:0px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;	
	}
	
	.main-menu .navbar-header{
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:14px 0px;
		right:0px;
		z-index:12;
	}
	
	.main-menu .navbar-header .navbar-toggle{
		display:inline-block;
		z-index:12;
		float:none;
		margin:0px;
		padding:24px 0 24px 20px;
	}

	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#06122c;
		width: 25px;
		height: 1px;
		border-radius: 2px;
		border: 2px solid #06122c;
	}

	.main-menu .navbar-collapse .navbar-toggle{	
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		z-index:12;
		margin:0px;
		padding: 5px 9px;
		font-size: 22px;
		font-weight: 400;
		color: #fff;
	}
	
	.main-menu .navbar-collapse > .navigation{
		height: 100dvh;
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#051433;
		border-top:none;
	}
	
	.main-menu .navbar-collapse > .navigation > li{
		margin:0px !important;
		float:none !important;
		padding:0px !important;
		width:100%;
	}
	
	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
		font-weight:500;
	}

	.main-menu .navigation > li.dropdown:hover > ul{
		z-index: 1 !important;
	}
	
	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px !important;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#2c2c2c;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
		
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{ }
	
	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border-top:1px solid #37435c !important;
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li:first-child{
		border-top:0px !important;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:10px 20px !important;
		line-height:22px;
		color:#ffffff !important;
		background:#051433;
		text-transform:capitalize;
		text-align:left;
		font-size:14px;
		letter-spacing:0.05em;
		font-weight:400;
	}
	
	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus{
		background:#d5ac63;
	}
	
	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a{
		background:#051433;
		color:#ffffff !important;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
		display:block;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-menu .navigation > li > ul:before{
		display:none !important;	
	}

	.main-header .nav-outer{
		padding-right:0px;
		width:100%;
	}
	
	.main-menu{
		width:100%;
		padding-right:0px !important;
	}

	.main-slider .slider .owl-nav .owl-prev,
	.main-slider .slider .owl-nav .owl-next{
		right: 15px !important;
	}

	.statistic-section h4{
		font-size: 28px;
		padding-top: 12px;
	}

	.departments-statistic-section h4{
		font-size: 24px;
		padding-top: 12px;
	}

	.social-responsibility-statistic-section h4{
		font-size: 24px;
		padding-top: 12px;
	}

	.services-statistic-section h4{
		font-size: 24px;
		padding-top: 12px;
	}

	.collections-statistic-section h4{
		font-size: 24px;
		padding-top: 12px;
	}

	.references-statistic-section h4{
		font-size: 24px;
		padding-top: 12px;
	}

	.company-section .company-img img{
		height: 650px;
		object-fit: cover;
	}

	.vision-section .vision-img img{
		height: 370px;
		object-fit: cover;
	}

	.mission-section .mission-img img{
		height: 370px;
		object-fit: cover;
	}

	.whyus-section .whyus-img img{
		height: 500px;
		object-fit: cover;
	}

	.whyus-section .whyus-slogan{
		display: none;
	}

	.services-detail-page-section .services-detail-content .services-detail-slogan{
		display: none;
	}

	.gotscertificate-section .gotscertificate-img>img{
		height: 500px;
		object-fit: cover;
	}

	.ourvalues-section .ourvalues-img img{
		height: 500px;
		object-fit: cover;
	}

	.sidebar .social ul li a{
		padding: 12px 15px;
	}

	.stable-page-detail .inner-box .lower-content .stable-page-icons .icons h4{
		font-size: 16px;
	}

	.services-detail-page-section .service-icons .icons h4{
		font-size: 16px;
	}

	.membership-section .membership-item em{
		font-size:16px;
		line-height: 20px;
	}

	.cta-section .cta-content{
		aspect-ratio: auto;
	}

	.cta-section img{
		display: none;
	}
	.cta-section .cta-content p{
		text-align: left;
	}

}


@media only screen and (max-width: 1140px){
	.main-header{
		position:relative;
	}
	
	.main-header .main-box .outer-container{
		margin-top:0px;
	}

	.main-header .main-box .outer-container .border-box,
	.sidebar-page-container .sidebar-side .with-border:before{
		display:none;
	}
	
	.sidebar-page-container .sidebar-side .with-border{
		padding-left:0px;
	}
	
	.main-header .main-box .outer-container{
		padding:0px;
	}

	.about-section .content-column .text p{
		font-size: 16px;
		line-height: 22px;
	}

	.footer .upper-footer .social-widget li{
		margin: 5px 3px 3px 0px;
	}

	.footer .upper-footer .social-widget li a i{
		width: 42px;
    	height: 42px;
	}

	.footer .upper-footer .about-widget p, .footer .upper-footer .links-widget ul li a, .footer .upper-footer .contact-widget li span{
		font-size: 13px;
	}

	.footer .upper-footer .links-widget ul li{ letter-spacing: -0.2px; padding-left: 0; }
	.footer .upper-footer .links-widget ul li:before{ display: none; }

	.footer .upper-footer .contact-widget li i{
		width: 37px;
		padding: 14px 10px;
		margin: 0px 7px 6px 0px;
	}


	.company-section .company-img img{
		height: 716px;
		object-fit: cover;
	}


	.vision-section .vision-img img{
		height: 370px;
		object-fit: cover;
	}

	.mission-section .mission-img img{
		height: 370px;
		object-fit: cover;
	}


	.whyus-section .whyus-img img{
		height: 500px;
		object-fit: cover;
	}

	.gotscertificate-section .gotscertificate-img>img{
		height: 500px;
		object-fit: cover;
	}

	.ourvalues-section .ourvalues-img img{
		height: 500px;
		object-fit: cover;
	}

	.sidebar .sidebar-contact i{
		min-width: 33px;
		padding: 0px 5px 0px 0px;
	}

}




@media only screen and (max-width: 1023px){
	.main-header .nav-outer{
		width:100%;
	}
	
	.main-menu .navigation > li{
		margin-left:0px;
		margin-right:18px;
		padding:0px;
	}
	
	.main-menu .navigation > li:before,
	.main-menu .navigation > li:after,{
		display:none;
	}

	.main-slider .slider .slider-item img{
		height: 550px;
	}

	.services-block .inner-box h2{
		font-size: 17px;
		padding: 13px 0 15px 0;
	}

	.about-section .content-column .text p{
		font-size: 15px;
		line-height: 22px;
	}

	.about-section .content-column .text p{
		font-size: 15px;
		line-height: 21px;
	}

	.category-section .category-list .list img{
		object-fit: cover;
	}
	.footer-news-section .footer-news-list .list img{
		object-fit: cover;
	}
}


@media only screen and (max-width: 991px){
	.about-section{
		padding: 55px 0;
	}

	.category-section{
		padding: 55px 0 60px 0;
	}

	.footer-news-section{
		padding: 55px 0 60px 0;
	}

	.statistic-section{
		padding: 60px 0px;
	}

	.reference-section{
		padding: 55px 0px;
	}

	.certificate-section{
		padding: 55px 0px;
	}

	.worldwide-section{
		padding: 55px 0px;
	}

	.membership-section{
		padding: 55px 0px;
	}

	.about-ourvalues-section{
		padding: 55px 0px;
	}

	.footer .upper-footer{
		padding: 55px 0px;
	}

	.about-section .image{
		display: none;
	}

	.about-section .content-column .text p {
		font-size: 17px;
		line-height: 24px;
	}





	.statistic-section h4{
		font-size: 20px;
		padding-top: 17px;
	}

	.statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}

	.departments-statistic-section h4{
		font-size: 19px;
		padding-top: 17px;
		padding-left: 0;
	}

	.departments-statistic-section h4:before{
		left: 0;
	}

	.departments-statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.departments-statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}




	.social-responsibility-statistic-section h4{
		font-size: 19px;
		padding-top: 17px;
		padding-left: 0;
	}

	.social-responsibility-statistic-section h4:before{
		left: 0;
	}

	.social-responsibility-statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.social-responsibility-statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}



	.services-statistic-section h4{
		font-size: 19px;
		padding-top: 17px;
		padding-left: 0;
	}

	.services-statistic-section h4:before{
		left: 0;
	}

	.services-statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.services-statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}



	.collections-statistic-section h4{
		font-size: 19px;
		padding-top: 17px;
		padding-left: 0;
	}

	.collections-statistic-section h4:before{
		left: 0;
	}

	.collections-statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.collections-statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}



	.references-statistic-section h4{
		font-size: 19px;
		padding-top: 17px;
		padding-left: 0;
	}

	.references-statistic-section h4:before{
		left: 0;
	}

	.references-statistic-section img{
		padding-right: 12px;
		max-width: 70px;
	}

	.references-statistic-section .text span{
		font-size: 32px;
		padding-bottom: 0;
	}

	.company-section{
		padding: 60px 0px;
	}

	.vision-section{
		padding: 60px 0px;
	}

	.mission-section{
		padding: 60px 0px;
	}

	.whyus-section{
		padding: 60px 0px;
	}

	.gotscertificate-section{
		padding: 60px 0px;
	}

	.ourvalues-section{
		padding: 60px 0px;
	}

	.ourvalues-section .ourvalues-text .ourvalues-list ul li:last-child {
		border-bottom: 1px solid #eee;
	}

	.company-statistic-section{
		padding: 60px 0 10px 0;
	}

	.departments-feature-section{
		padding: 60px 0 10px 0;
	}

	.services-feature-section{
		padding: 60px 0 10px 0;
	}

	.references-feature-section{
		padding: 60px 0 10px 0;
	}

	.statistic-section .text em{
		font-size: 12px;
	}

	.departments-statistic-section .text em{
		font-size: 12px;
	}

	.social-responsibility-statistic-section .text em{
		font-size: 12px;
	}

	.services-statistic-section .text em{
		font-size: 12px;
	}

	.collections-statistic-section .text em{
		font-size: 12px;
	}
	
	.references-statistic-section .text em{
		font-size: 12px;
	}

	.footer .upper-footer .social-widget, .footer .upper-footer .links-widget{
		display: none;
	}

	#kvkk p{
		line-height: 18px;
		padding-right: 40px;
	}

	#kvkk span{
		display: none;
	}

	.company-section .company-text{ padding-left: 15px; }
	.company-section .company-img img{
		height: 300px;
		object-fit: cover;
		object-position: center bottom;
		margin-bottom: 30px;
	}

	.vision-section .vision-text{ padding-left: 15px; }
	.vision-section .vision-img img{
		display: none;
	}

	.mission-section .mission-text{ padding-right: 15px; }
	.mission-section .mission-img img{
		object-fit: cover;
		object-position: center bottom;
		margin-top: 30px;
	}
	
	.whyus-section .whyus-text{ padding-left: 15px; }
	.whyus-section .whyus-img img{
		height: 300px;
		object-fit: cover;
		object-position: center bottom;
		margin-bottom: 30px;
	}


	.gotscertificate-section .gotscertificate-text{ padding-left: 15px; margin-top: 30px; }
	.gotscertificate-section .gotscertificate-img>img{
		height: 300px;
		object-fit: cover;
		object-position: center bottom;
	}


	.ourvalues-section .ourvalues-text{ padding-right: 15px; }
	.ourvalues-section .ourvalues-img img{
		height: 300px;
		object-fit: cover;
		object-position: center bottom;
		margin-top: 30px;
	}

	.company-statistic-section .col-md-3{
		margin-bottom: 50px;
	}

	.departments-feature-section .col-md-3{
		margin-bottom: 50px;
	}

	.services-feature-section .col-md-3{
		margin-bottom: 50px;
	}

	.references-feature-section .col-md-3{
		margin-bottom: 50px;
	}

	.sidebar-page-container{
		padding: 60px 0 0 0;
	}

	.sidebar-page-container .sidebar-side{
		margin-bottom: 60px;
	}

	.sidebar-page-container .content-side{
		margin-bottom: 60px;
	}

	.departments-page-section{
		padding: 60px 0px 20px;
	}

	.social-responsibility-page-section{
		padding: 60px 0px 20px;
	}

	.services-page-section{
		padding: 60px 0px 20px;
	}

	.services-detail-page-section{
		padding: 60px 0px 60px 0px;
	}

	.services-detail-gallery-section{
		padding:80px 0px 30px 0px;
	}

	.references-page-section{
		padding: 60px 0px 20px;
	}

	.certificates-page-section{
		padding: 60px 0px 20px;
	}

	.collections-page-section{
		padding: 60px 0px 20px;
	}

	.collections-detail-page-section{
		padding: 60px 0px 20px;
	}

	.galleries-page-section{
		padding: 60px 0px 20px;
	}

	.showroom-page-section{
		padding: 60px 0px 20px;
	}

	.departments-page-section .departments,
	.departments-page-section .reverse{
		flex-direction: column;
	}

	.departments-page-section .departments{
		padding: 50px 0;
		gap: 40px;
	}

	.departments-page-section .departments .departments-img img{
		max-height: 400px;
	}

	.departments-page-section .departments:last-child{
		padding-bottom: 40px;
	}



	.social-responsibility-page-section .social,
	.social-responsibility-page-section .reverse{
		flex-direction: column;
	}

	.social-responsibility-page-section .social{
		padding: 50px 0;
		gap: 40px;
	}

	.social-responsibility-page-section .social .social-img img{
		max-height: 400px;
	}

	.social-responsibility-page-section .social:last-child{
		padding-bottom: 40px;
	}




	.collections-detail-page-section .collections{
		flex-direction: column;
	}

	.collections-detail-page-section .collections{
		padding: 50px 0;
		gap: 40px;
	}

	.collections-detail-page-section .collections .collections-img img{
		max-height: 400px;
	}

	.collections-detail-page-section .collections:last-child{
		padding-bottom: 40px;
	}




	.services-page-section .services,
	.services-page-section .reverse{
		flex-direction: column;
	}

	.services-page-section .services{
		padding: 50px 0;
		gap: 40px;
	}

	.services-page-section .services .services-img img{
		max-height: 400px;
	}

	.services-page-section .services:last-child{
		padding-bottom: 40px;
	}




	.services-detail-page-section .services-detail-content,
	.services-detail-page-section .reverse{
		flex-direction: column;
	}

	.services-detail-page-section .services-detail-content{
		padding: 50px 0;
		gap: 40px;
	}

	.services-detail-page-section .services-detail-content .services-detail-content-img img{
		max-height: 500px;
	}




	.references-page-section .references,
	.references-page-section .reverse{
		flex-direction: column;
	}

	.references-page-section .references{
		padding: 50px 0;
		gap: 40px;
	}

	.references-page-section .references .references-img{
		max-width: 100%;
	}

	.references-page-section .references:last-child{
		padding-bottom: 40px;
	}

}

@media only screen and (max-width: 880px){
	.main-header .header-top .top-left{
		display:none;
	}

	.main-header .header-top .top-right{
		width:100%;
		text-align:center;
	}

	.main-header .header-top .top-right ul{
		float:none;
		display:inline-block;
	}

	.main-slider .slider .slider-item img{
		height: 500px;
	}

	.main-slider .slider .slider-item .slider-container{
		max-width: 570px;
		top: 40%;
	}

	.main-slider .slider .slider-item h3{
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.main-slider .slider .slider-item p{
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 20px;
	}

	.services-section-two .col-sm-3{
		padding-left: 5px;
		padding-right: 5px;
	}

	.services-block .inner-box h2{
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px){

	.main-header .main-box .logo-box .logo img{
		max-width: 205px;
	}

	.main-menu .navbar-header{
		padding:6px 0px;
	}

	.page-title{
		padding: 75px 0 20px 0;
	}

	.services-section-two .inner-container{
		margin-top: 9px;
	}

	.main-slider .slider .owl-nav{
		bottom: 30px;
	}
	.main-slider .slider .owl-nav .owl-prev{
		top: auto;
		bottom: 60px;
	}
	.main-slider .slider .owl-nav .owl-next{
		top: auto;
		bottom: 0px;
	}


	.main-slider .slider .slider-item .slider-container{
		max-width: 100%;
		width: 100%;
		padding-right: 80px;
		top: 72%;
	}

	.main-slider .slider .slider-item p{
		display: none;
	}

	.main-slider .slider .slider-item img{
		height: 300px;
	}

	.services-block{
		margin-bottom: 10px;
	}

	.services-block .inner-box h2{
		font-size: 19px;
	}

	.category-section .category-list .list h3{
		font-size: 16px;
	}
	
	.footer-news-section .footer-news-list .list h3{
		font-size: 16px;
	}

	.about-section .content-column h1, .category-section h4, .footer-news-section h4, .reference-section h6, .galleries-page-section h2, .certificate-section h6, .worldwide-section h6, .membership-section h6, .about-ourvalues-section h5, .departments-page-section .departments .departments-desc h2, .social-responsibility-page-section .social .social-desc h2, .collections-detail-page-section .collections .collections-desc h2, .services-page-section .services .services-desc h2, .services-detail-page-section .services-detail-content .services-detail-content-desc h2, .gotscertificate-section .gotscertificate-text h2, .company-section .company-text h2, .mission-section .mission-text h2, .vision-section .vision-text h2, .whyus-section .whyus-text h2, .ourvalues-section .ourvalues-text h2, .references-page-section .references .references-desc h2{
		font-size: 23px;
	}

	.statistic-section{
		padding: 60px 0;
	}
	
	.statistic-section .col-xs-4{
		display: none;
	}

	.statistic-section h4{
		font-size: 35px;
		padding: 2px 0px 6px 0px;
	}

	.departments-statistic-section{
		padding: 60px 0;
	}
	
	.departments-statistic-section .col-xs-4{
		display: none;
	}

	.departments-statistic-section h4{
		font-size: 32px;
		padding: 2px 0px 6px 0px;
	}

		
	
	.social-responsibility-statistic-section{
		padding: 60px 0;
	}
	
	.social-responsibility-statistic-section .col-xs-4{
		display: none;
	}

	.social-responsibility-statistic-section h4{
		font-size: 32px;
		padding: 2px 0px 6px 0px;
	}



	.services-statistic-section{
		padding: 60px 0;
	}
	
	.services-statistic-section .col-xs-4{
		display: none;
	}

	.services-statistic-section h4{
		font-size: 32px;
		padding: 2px 0px 6px 0px;
	}



	.collections-statistic-section{
		padding: 60px 0;
	}
	
	.collections-statistic-section .col-xs-4{
		display: none;
	}

	.collections-statistic-section h4{
		font-size: 32px;
		padding: 2px 0px 6px 0px;
	}


	.references-statistic-section{
		padding: 60px 0;
	}
	
	.references-statistic-section .col-xs-4{
		display: none;
	}

	.references-statistic-section h4{
		font-size: 32px;
		padding: 2px 0px 6px 0px;
	}

	.bulletin-section{
		padding: 40px 0 47px 0;
	}

	.bulletin-section span{
		font-size: 23px;
	}

	.footer .upper-footer .contact-widget{
		margin-top: 35px;
	}

	.footer .copyright-info{
		text-align: center;
	}
	.footer .copyright-info span{ 
	    margin-bottom: 10px;
    	text-align: center;
    }
	.footer .copyright-info a{
		display: inline-block;
    	float: none;
	}

	.stable-page-detail .inner-box .lower-content .stable-page-icons .row .col-sm-3:nth-child(1) .icons,
	.stable-page-detail .inner-box .lower-content .stable-page-icons .row .col-sm-3:nth-child(2) .icons{
		margin-bottom: 30px;
	}

	.services-detail-page-section .service-icons .row .col-sm-3:nth-child(1) .icons,
	.services-detail-page-section .service-icons .row .col-sm-3:nth-child(2) .icons{
		margin-bottom: 30px;
	}

	.news-single .inner-box .content .post-info li:last-child{ display: none; }
	.news-single .inner-box .content .post-info li{ padding: 10px 9px 15px 11px; }

	.news-block .inner-box .content .post-info li:last-child{ display: none; }
	.news-block .inner-box .content .post-info li{ margin-right: 10px; }

	.popup-container { max-width: none; }
	.popup-title{ padding: 14px 70px 14px 20px; }
	.popup-title span{ font-size: 17px; line-height: 17px; }

	.popup-content form{ gap: 0; }
	.popup-content form .form-item-half-width{ flex: 1 1 100%; }
	.popup-content form input, textarea{ margin-bottom: 10px; }
	.popup-content form textarea{ height: 100px; }

	.popup-content form [type="checkbox"]:not(:checked) + label,
	.popup-content form [type="checkbox"]:checked + label { margin-bottom: 12px; }

	.popup-content form #sonucPopup{ margin-top: 12px; }

	table{ border: 0; }
	table thead{ border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
	table tr{ border-bottom: 3px solid #ddd; display: block; margin-bottom: 10px; }
	table td{ border-bottom: 1px solid #ddd; display: block; }
	table td::before{ content: attr(data-label); display: block; font-weight: 500; }
	table td:last-child{ border-bottom: 0; }

}


@media only screen and (max-width: 599px){

	body{ padding-bottom: 62px; }

	.main-header .header-top .top-right .social{ display: none; }

	.main-slider .slider .slider-item h3{
		font-size: 32px;
		line-height: 37px;
	}

	.cta-section .cta-content{
		padding: 40px 30px;
	}

	.cta-section .cta-content h6{
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}

	.cta-section .cta-content p{
		text-align: center;
	}

	.cta-section .cta-content a:last-child{
		margin: 0 !important;
	}

	a.light-link, a.dark-link{
		width: 100%;
		text-align: center;
		margin:  0 0 20px 0!important;
	}

	.services-page-section .services .services-desc a{ margin-bottom: 0px !important; }

	.cta-link{
		display: block;
		bottom: 0;
		top: auto;
		transform: translate(0, 0);
		width: 100%;
	}

	.cta-link a{
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 13px 0 19px 0;
		border-radius: 0px;
		box-shadow: none;
	}

	.cta-link span{
		display: inline-block;
		writing-mode: horizontal-tb;
		transform: unset;
		margin: 0;
	}

	.cta-link svg{
		position: relative;
		top: 6px;
		margin-left: 4px;
	}
}


@media only screen and (max-width: 479px) {

	.page-title h1{
		font-size: 18px;
		line-height: 29px;
	}

	.page-title .breadcrumb li:nth-child(3), .page-title .breadcrumb li:nth-child(4){
		display: none;
	}

	.main-header .header-top .top-right ul.offer{ display: none; }
	.main-header .header-top .top-right .link{ float: left; padding-left: 4px; }
	.main-header .header-top .top-right .lang{ float: right; border: none; }
	.main-header .header-top .top-right .lang li{ border: none; }

	.main-header .main-box .logo-box{
		width:100%;
	}

	.main-slider .slider .slider-item:before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(2, 14, 40, 0.4);
		z-index: 2;
	}

	.main-slider .slider .slider-item img{
		object-position: 65%;
		height: 250px;
	}

	.main-slider .slider .slider-item .slider-container{
		padding-right: 30px;
		top: 60%;
		z-index: 2;
	}

	.main-slider .slider .owl-nav{ display: none; }

	.main-slider .slider .slider-item a{
		font-size: 15px;
		padding: 5px 12px;
	}

	.services-block .inner-box h2{
		min-height: 70px;
		padding: 13px 14px 15px 14px;
	}

	.bulletin-section input[type="text"]{
		font-size: 13px;
		
	}
	.bulletin-section input[type="submit"]{
		padding: 13px 22px;
	}

	.footer .upper-footer .contact-widget li i{
		width: 30px;
		padding: 14px 8px;
	}

	.company-statistic-section h3{
		font-size: 15px;
		min-height: 50px;
	}

	.departments-feature-section h3{
		font-size: 15px;
		min-height: 50px;
	}

	.services-feature-section h3{
		font-size: 15px;
		min-height: 50px;
	}

	.references-feature-section h3{
		font-size: 15px;
		min-height: 50px;
	}

	.stable-page-detail .inner-box .lower-content .stable-page-icons .icons h4{
		font-size: 15px;
	}

	.services-detail-page-section .service-icons .icons h4{
		font-size: 15px;
	}

	.sidebar .social ul li a{
		padding: 12px 15px 12px 14px;
	}

	.sidebar .sidebar-contact p{
		font-size: 14px;
	}


}