@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,700');

@import url('font-awesome.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-weight:400;
}

body {
	font-size:15px;
	color:#777777;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Barlow', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:400;
	margin:0px;
	background:none;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;	
}

p,.text{
	position:relative;
	line-height:1.8em;
}

.page-wrapper section{
	position:relative;
	z-index:5;	
}

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

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

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

.preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}


.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background-color:#ffffff;
}

.main-header .header-top{
	position:relative;
	padding:13px 0px;
	background-image:url(../images/bg/header-top-bg.png);
	background-color:#051433;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-left span{
	color:#fff;
	font-size:16px;
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 17px;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}


.main-header .header-top .top-right ul{
	float:left;
}

.main-header .header-top .top-right .link li{ padding-right: 18px; }

.main-header .header-top .top-right .link li a{
	position:relative;
	color:#fff;
	font-size:16px;
	padding:0;
	margin: 0;
	line-height: 17px;
	display:inline-block;
}

.main-header .header-top .top-right .link li a .fa{
	font-size: 14px;
	color:#fff;
	margin-right:5px;
}

.main-header .header-top .top-right .social{
	padding: 0 14px;
	border-left: 1px dotted #fff;
	margin:0;
	position:relative;
}

.main-header .header-top .top-right .social li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.main-header .header-top .top-right .social li a{
	position:relative;
	font-size:15px;
	color:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top .top-right .lang{ position: relative; z-index: 100; padding: 0 20px; border-left: 1px dotted #fff; cursor: pointer; }
.main-header .header-top .top-right .lang li{ }
.main-header .header-top .top-right .lang li img{ float: left; margin-top: 3px; width: 19px; height: 13px; border-radius: 2px; }
.main-header .header-top .top-right .lang li a{ color: #fff; }
.main-header .header-top .top-right .lang li a span{ font-size: 16px; color: #fff; line-height: 12px; padding: 0px 0px 0px 8px; letter-spacing: -0.5px; }
.main-header .header-top .top-right .lang:hover .sublang{ display: block; }
.main-header .header-top .top-right .sublang{ width: 100%; text-align:left; display: none; position: absolute; z-index: 99; background-color: #051433; padding: 10px 0; left: 0px; top: 18px; cursor: pointer; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.main-header .header-top .top-right .sublang li{ border:none; padding-bottom: 6px; padding-top: 6px; padding-left: 20px; }


.main-header .header-top .top-right ul.offer{ }
.main-header .header-top .top-right .offer li{ padding: 0px 20px; border-left: 1px dotted #fff; }
.main-header .header-top .top-right .offer li:last-child{ padding-right: 0px !important; }
.main-header .header-top .top-right .offer li img{ float: left; margin-top: 3px; }
.main-header .header-top .top-right .offer li a{ color: #fff; }
.main-header .header-top .top-right .offer li a span{ font-size: 16px; color: #fff; line-height: 12px; padding: 0px 0px 0px 8px; letter-spacing: -0.5px; }


.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
   -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.main-header .main-box .outer-container{
	position:relative;
	margin-top:0px;
	padding:0px;
	background-color:#ffffff;
}


.main-header .main-box .logo-box{
	position:absolute;
	float:left;
	left:0px;
	z-index:10;
	padding:0;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:relative;
	right:0px;
	width:44px;
	height:46px;
	top:50%;
	margin-top:0px;
	display: block;
	border-radius:4px;
	text-align:center;
	border:1px solid #dddddd;
}

.main-header .nav-toggler button{
	position:relative;
	left:12px;
	display:block;
	color:#444444;
	text-align:center;
	font-size:20px;
	line-height:44px;
	background:none;
	font-weight:500;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}


.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li:first-child{ margin-left: 0px; }

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0;
	margin-left:20px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:34px 0px;
	color:#252525;
	text-align:center;
	font-weight:500;
	font-size:17px;
	line-height:30px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}


.main-menu .navigation > li:hover > a{
	color:#051433;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:300px;
	z-index:100;
	display:none;
	background:#fff;
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-1px;
	width:100%;
	height:1px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
   	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
   	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:11px 20px 12px 20px;
	font-weight:400;
	font-size:17px;
	line-height: 17px;
	color:#888;
	text-align:left;
	transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:20px;
	top:19px;
	width:20px;
	height:2px;
	opacity:0;
	background-color:#888;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > a:hover::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > a:hover{
	padding-left:50px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:9px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;	
	color: #888;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:270px;
	z-index:100;
	display:none;
	background: #fff;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:11px 20px 12px 20px;
	font-weight:400;
	font-size:17px;
	line-height: 17px;
	color:#888;
	text-align:left;
	transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:20px;
	top:19px;
	width:20px;
	height:2px;
	opacity:0;
	background-color:#888;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	padding-left:50px;
}


.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	margin-top:0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #37435c;
	text-align:center;
	font-size:18px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}


.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .slider{ position: relative; }

.main-slider .slider .slider-item img{ width: 100%; height: 650px; object-fit: cover; }

.main-slider .slider .slider-item .slider-container{
	position: absolute;
	top: 42%;
	transform: translate(0, -42%);
	max-width: 670px;
}

.main-slider .slider .slider-item h3{
	z-index: 9999;	
	color:#fff;
	font-size:56px;
	font-weight:700;
	line-height: 56px;
	margin-bottom: 20px;
}

.main-slider .slider .slider-item p{
	display: block;
	z-index: 9999;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	margin-bottom: 30px;
}

.main-slider .slider .slider-item a{
	display: inline-block;
	z-index: 9999;
	color:#fff;
	font-size:17px;
	line-height:20px;
	font-weight:400;
	border: 2px solid rgba(255,255,255,0.4);
	border-radius: 6px;
	padding: 8px 15px 10px 15px;
}

.main-slider .slider .slider-item a span{
	padding-left: 10px;
}


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

.main-slider .slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-32px;
}

.main-slider .slider .owl-nav span{
	font-size: 22px;
	color: rgba(255,255,255,1);
	display: block;
	line-height: 22px;
	text-align: center;
}


.main-slider .slider .owl-nav .owl-prev{
	position: absolute;
	left:40px;
	display:inline-block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	padding: 20px 22px 20px 18px;
	height: 60px;
	width: 60px;
}

.main-slider .slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	display:inline-block;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	padding: 20px 18px 20px 22px;
	height: 60px;
	width: 60px;
}

.main-slider .slider .owl-nav .owl-prev:hover, .main-slider .slider .owl-nav .owl-next:hover{
	background: rgba(255,255,255,0.6);
}







.news-section{
	position:relative;
}

.news-block{
	position:relative;
	margin-bottom:40px;
	padding-bottom:45px;
	border-bottom:1px solid #d0d0d0;
}

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

.news-block .inner-box{
	position:relative;
	padding-bottom:25px;
	
}

.news-block .inner-box .image{
	position:relative;
	background-color:#fff;
}

.news-block .inner-box .image img{
	background:#dcdcdc;
	border-radius: 6px;
	border-bottom: 1px solid #555;
	width: 100%;
}

.news-block .inner-box:hover .image img{
	opacity:0.8;
}

.news-block .inner-box .content h2{
	font-size:27px;
	font-weight:500;
	line-height:28px;
	margin:11px 0 0 0;
}

.news-block .inner-box .content h2 a{
	position:relative;
	color:#06122c;
	display: block;
}

.news-block .inner-box .content span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 13px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.news-block .inner-box .content .post-info{
	position:relative;
	color:#aaa;
	font-size:16px;
	margin: 0px 0px 7px 0px;
}

.news-block .inner-box .content .post-info ul{ margin-bottom: 10px; }

.news-block .inner-box .content .post-info li {
	margin-right:15px;
	display:inline-block;
	color:#aaa;	
}

.news-block .inner-box .content .post-info li a {
	color:#aaa;
	text-decoration:none;	
}

.news-block .inner-box .content .post-info li a:hover {
	color:#34495e;
	text-decoration:none;	
}

.news-block .inner-box .content .post-info li i {
	font-size:13px;
	margin-right:5px;
	color:#888;
	position:relative;
	top:1px;
	font-style: normal;
}

.news-block .inner-box .content p{ font-size: 16px; color: #777; margin: 0 0 10px 0; padding: 0px; line-height: 22px; text-align: justify; }

.news-block .inner-box .content a.link{
	float: right;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 19px;
    background: #06122c;
    color: #fff;
    border-radius: 3px;
}





.services-section-two{}

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

.services-block{
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.services-block .inner-box img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.services-block .inner-box a {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 0;
}

.services-block .inner-box h2{
	color:#06122c;
	font-size:21px;
	font-weight:500;
	line-height:21px;
	padding: 23px 0 25px 0;
	text-align: center;
}

.about-section{
	position:relative;
	padding: 90px 0px 0px 0px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.90);
	z-index: 10 !important;
}

.about-section .content-column{
	position:relative;
	margin-bottom:0px;
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column h1{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	margin: 0;
	padding: 0;
}

.about-section .content-column span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.about-section .content-column .text{
	position:relative;
}

.about-section .content-column .text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:13px;
	text-align: justify;
}

.about-section .content-column .text p strong{
	font-weight: 500;
}

.about-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .image{
	position:relative;
}

.about-section .image img{
	position:relative;
	width:435px;
	display:block;
	float: right;
}


.category-section{
	position:relative;
	padding: 67px 0 80px 0;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: 9 !important;
}

.category-section h4{
	position:relative;
	color:#fff;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.category-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px 0 50px 0;
	background: url(../images/bg/title-line-white-left.png) left top no-repeat;
}

.category-section .category-list .list{ background: #fff; -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); }
.category-section .category-list .list a{ margin: 0px; padding: 0px; display: block; padding-bottom: 20px; }
.category-section .category-list .list img{ width: 100%; margin: 0px; padding: 0px; display: block; }
.category-section .category-list .list h3{ font-size: 18px; color: #06122c; line-height: 20px; font-weight: 500; margin: 0px; padding: 15px 20px 13px 20px; border-bottom: 1px solid #e9e9e9; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.category-section .category-list .list p{ font-size: 16px; color: #888; line-height: 22px; margin: 0px; padding: 15px 20px 0 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }






.footer-news-section{
	position:relative;
	padding: 67px 0 80px 0;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: 9 !important;
    box-shadow: 0 1px 1px #999;
}

.footer-news-section h4{
	position:relative;
	color:#fff;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.footer-news-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-white-center.png) center top no-repeat;
}

.footer-news-section .footer-news-list .list{ background: #fff; -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10); }
.footer-news-section .footer-news-list .list a{ margin: 0px; padding: 0px; display: block; padding-bottom: 20px; }
.footer-news-section .footer-news-list .list img{ width: 100%; margin: 0px; padding: 0px; display: block; }
.footer-news-section .footer-news-list .list h3{ font-size: 20px; color: #06122c; line-height: 22px; font-weight: 500; margin: 0px; padding: 15px 20px 13px 20px; border-bottom: 1px solid #e9e9e9; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.footer-news-section .footer-news-list .list p{ font-size: 16px; color: #888; line-height: 22px; margin: 0px; padding: 15px 20px 0 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }





.statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  box-shadow: 0 1px 1px #999;
}

.statistic-section h4 {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 0px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -9px;
  border-radius: 2px;
}

.statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.statistic-section .text {
  float: right;
}

.statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}

.gallery-section{
	position:relative;
	padding:60px 0px;
	z-index: 5 !important;
	box-shadow: 0 1px 1px #999;
}

.gallery-section .owl-nav .owl-prev,
.gallery-section .owl-nav .owl-next {
  background: transparent;
  font-size: 23px;
  color: #012c59;
  background: rgb(255,255,255,1);
  border:1px solid #ddd;
  padding: 17px 24px;
  position: absolute;
  top: 34%;
}

.gallery-section .owl-nav .owl-prev:hover,
.gallery-section .owl-nav .owl-next:hover {
  color: #00172e;
}

.gallery-section .owl-nav .owl-prev {
  left: -106px;
}

.gallery-section .owl-nav .owl-next {
  right: -106px;
}

.bulletin-section{
	position:relative;
	padding: 53px;
	background: url(../images/bg/bulletin-bg.png) center top no-repeat;
	background-size: cover;
	box-shadow: 0 1px 1px #999;
	z-index: 4 !important;
}

.bulletin-section span{
	font-size: 27px;
	font-weight: 500;
	color: #888;
	text-shadow: 1px 1px 0px #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
	display: block;
}

.bulletin-section form{
	margin: 0px; 
	padding: 0px;
	position: relative;
}

.bulletin-section input[type="text"]{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #999;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px #aaa;
}

.bulletin-section input[type="submit"]{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #06122c;
	border-radius: 3px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	padding: 13px 30px;
}

.bulletin-section a{ color: #06122c; text-decoration: underline; }

.bulletin-section #sonuc{ position: absolute; top: 36px; left: 0px; background: #fff; display: block; margin: 0px; border-radius: 3px; box-shadow: 0px 1px 0px 0px #aaa; }
.bulletin-section #sonuc em{ font-size: 14px; font-weight: 400; font-style: normal; color: #898989; margin: 0px; padding: 0px 15px; line-height: 25px; }
.bulletin-section #sonuc img{ display: none !important; }

.bulletin-section [type="checkbox"]:not(:checked),
.bulletin-section [type="checkbox"]:checked { position: absolute; opacity: 0; }

.bulletin-section [type="checkbox"]:not(:checked) + label,
.bulletin-section [type="checkbox"]:checked + label { position: relative; padding-left: 25px; cursor: pointer; font-size: 17px; line-height: 20px; font-weight: 400; color: #666; text-shadow: 1px 1px 0px #fff; }

.bulletin-section [type="checkbox"]:not(:checked) + label:before,
.bulletin-section [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #d9d9d9; background: #fff; border-radius: 5px; }

.bulletin-section [type="checkbox"]:not(:checked) + label:after,
.bulletin-section [type="checkbox"]:checked + label:after { font-family: "FontAwesome"; content: "\f00c"; position: absolute; top: 4px; left: 2px; font-size: 16px; line-height: 0.8; color: #06122c; }

.bulletin-section [type="checkbox"]:not(:checked) + label:after { opacity: 0; }

.bulletin-section [type="checkbox"]:checked + label:after { opacity: 1; }

.reference-section{
  padding: 65px 0px 60px 0px;
  position: relative;
  z-index: 3 !important;
  box-shadow: 0 1px 1px #999;
}

.reference-section h6{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.reference-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.reference-section a{
  margin:0;
  padding: 0;
  display: block;
}

.reference-section p{
	display: block;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:30px;
	text-align: center;
}

.reference-section a{
	display: block;
	max-width: 200px;
	text-align: center;
	z-index: 9999;
	color:#06122c;
	font-size:17px;
	line-height:20px;
	font-weight:500;
	border: 1px solid rgba(6,18,44,0.6);
	border-radius: 6px;
	margin: 0px auto;
	padding: 8px 15px 10px 15px;
}






.worldwide-section{
	padding: 65px 0px 60px 0px;
	position: relative;
	z-index: 3 !important;
	box-shadow: 0 1px 1px #333;
}

.worldwide-section h6{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.worldwide-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.worldwide-section p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:40px;
	text-align: center;
}

.worldwide-section img{
	width: 100%;
}






.certificate-section{
  padding: 65px 0px 60px 0px;
  position: relative;
  z-index: 3 !important;
  box-shadow: 0 1px 1px #333;
}

.certificate-section h6{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.certificate-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}



.membership-section{
  padding: 65px 0px 60px 0px;
  position: relative;
  z-index: 5 !important;
  box-shadow: 0 1px 1px #999;
}

.membership-section h6{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.membership-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.membership-section p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:40px;
	text-align: center;
}

.membership-section .membership-item{
	border:1px solid #eee;
	border-radius: 4px;
	padding: 15px;
}

.membership-section .membership-item em{
	position:relative;
	color:#06122c;
	font-size:18px;
	line-height: 22px;
	font-weight:500;
	font-style: normal;
	text-align: center;
	border-top:1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}








.about-ourvalues-section{
	padding: 65px 0px 60px 0px;
	position: relative;
	background: url(../images/bg/whyus-bg.png) right top no-repeat;
	z-index: 5 !important;
	box-shadow: 0 1px 1px #999;
}

.about-ourvalues-section h5{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.about-ourvalues-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.about-ourvalues-section p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: center;
}

.about-ourvalues-section p:last-child{
	margin-bottom: 40px;
}


.about-ourvalues-section .about-ourvalues-item{
	width: 100%;
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 45px 35px;
	margin-bottom: 30px;
}

.about-ourvalues-section .about-ourvalues-item img{
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}

.about-ourvalues-section .about-ourvalues-item h6{
	position: relative;
    color: #06122c;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
	margin-bottom: 20px;
}

.about-ourvalues-section .about-ourvalues-item p{
    position:relative;
	color:#777;
	font-size:16px;
	line-height:24px;
	margin:0;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}






.gotscertificate-section{
	position:relative;
	padding: 67px 0 80px 0;
	background: url(../images/bg/gotscertificate-bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: 4 !important;
    box-shadow: 0 1px 1px #999;
}

.gotscertificate-section .gotscertificate-img>img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.gotscertificate-section .gotscertificate-text{ padding-left: 35px; }


.gotscertificate-section .gotscertificate-text h2{
	position:relative;
	color:#fff;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.gotscertificate-section .gotscertificate-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-white-left.png) left top no-repeat;
}

.gotscertificate-section .gotscertificate-text p{
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.gotscertificate-section .gotscertificate-text p:last-child{
	margin-bottom:0px;
}

.gotscertificate-section .gotscertificate-text blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 20px 0px; border:none; }
.gotscertificate-section .gotscertificate-text blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#fff; font-size:20px; position:relative; top:2px; left:-30px; float:left; }
.gotscertificate-section .gotscertificate-text blockquote p{ font-style:italic; margin:0; }


.gotscertificate-img .gotsbadge {
	width: 180px;
	height: 180px;
	z-index: 9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #fff;
	z-index: 5;
	-webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
	filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
  }
  
  .gotscertificate-img .gotsbadge text {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: 500;
	fill: #06122c;
  }
  
  .gotscertificate-img .gotsbadge svg {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-animation-name: gotscertificaterotate;
	-moz-animation-name: gotscertificaterotate;
	-ms-animation-name: gotscertificaterotate;
	-o-animation-name: gotscertificaterotate;
	animation-name: gotscertificaterotate;
	-webkit-animation-duration: 40s;
	-moz-animation-duration: 40s;
	-ms-animation-duration: 40s;
	-o-animation-duration: 40s;
	animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
  }
  
  .gotscertificate-img .gotsbadge .gotsbadge-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background-color: #06122c;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .gotscertificate-img .gotsbadge .gotsbadge-logo img {
	width: 150px;
	height: 150px;
  }
  
  @keyframes gotscertificaterotate {
	0% { 
	  -webkit-transform: rotate(0deg); 
	  -moz-transform: rotate(0deg);
	}
	50% { 
	  -webkit-transform: rotate(360deg); 
	  -moz-transform: rotate(360deg);
	}
	100% { 
	  -webkit-transform: rotate(720deg); 
	  -moz-transform: rotate(720deg);
	}
  }






.form-content{}
.form-content form{ margin-bottom: 30px; }

.form-content h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.form-content span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 7px 0 25px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.form-content label{ display: block; font-size: 15px; line-height: 26px; color: #06122c; font-weight: 500; margin: 0px; padding: 0px; }
.form-content label a{ color: #06122c; }
.form-content input, textarea{ width: 100%; font-weight:500; font-size:15px; border:1px solid #d9d9d9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:21px; padding:10px 0; text-indent: 10px; background:#fafafa; color:#aaa; outline: 0; }
.form-content input[type="submit"]{ width: auto; border:none; text-indent: 0px; display:inline-block; float: left; color:#fff; cursor:pointer; margin:0px; font-size:16px; line-height: 16px; padding:11px 20px; background:#06122c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.form-content select { width: 100%; font-weight:500; font-size:15px; border: 1px solid #d9d9d9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 21px; padding: 10px 35px 10px 10px; background: #fafafa; color: #aaa; outline: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.form-content .select-wrapper { position: relative; display: inline-block; width: 100%; }
.form-content .select-wrapper::after { font-family: "FontAwesome"; content: '\f0dd'; font-size: 20px; font-weight: 500; position: absolute; right: 10px; top: 5px; color: #aaa; pointer-events: none; }

.form-content #sonuc{ float: left; display: inline-block; margin: 10px 0px 9px 16px; }
.form-content #sonuc em{ font-size: 15px; font-style: normal; color: #06122c; margin: 0px; padding: 0px; }

.form-content [type="checkbox"]:not(:checked),
.form-content [type="checkbox"]:checked { position: absolute; opacity: 0; }

.form-content [type="checkbox"]:not(:checked) + label,
.form-content [type="checkbox"]:checked + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 18px; margin-bottom: 25px; }

.form-content [type="checkbox"]:not(:checked) + label:before,
.form-content [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #d9d9d9; background: #fff; border-radius: 5px; }

.form-content [type="checkbox"]:not(:checked) + label:after,
.form-content [type="checkbox"]:checked + label:after { font-family: "FontAwesome"; content: "\f00c"; position: absolute; top: 4px; left: 2px; font-size: 16px; line-height: 0.8; color: #06122c; }

.form-content [type="checkbox"]:not(:checked) + label:after { opacity: 0; }

.form-content [type="checkbox"]:checked + label:after { opacity: 1; }


.footer{}

.footer ul,
.footer li,
.footer p,
.footer a {
  color: #fff;
  list-style: none;
}

.footer .upper-footer{
	padding: 60px 0px 62px 0px;
	background-color: #373a3c;
	box-shadow: inset 0 1px 1px #111, 0 1px 1px #111;
	position: relative;
	z-index: 12;
}



.footer .upper-footer .widget > h6{
	position:relative;
	color:#fff;
	font-size:21px;
	font-weight:500;
	line-height:23px;
	margin-bottom:20px;
}

.footer .upper-footer .widget > h6:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	left: 0px;
	top: 32px;
}

.footer .upper-footer .widget > h6:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #2c2f32;
	box-shadow: 0 1px 0px #434648;
	left: 0px;
	top: 34px;
}

.footer .upper-footer .about-widget p {
  font-size: 14px;
  font-weight:400;
  line-height: 20px;
  text-align: justify;
  letter-spacing: -0.1px;
  margin: 0px;
  padding: 0px;
}

.footer .upper-footer .social-widget li {
  float: left;
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 0px;
  margin: 5px 11px 3px 0px;
}

.footer .upper-footer .social-widget li:nth-child(3n+3){ margin-right: 0; }

.footer .upper-footer .social-widget li a i{
  font-size: 16px;
  width:43px;
  height: 43px;
  text-align: center;
  padding: 13px;
  display: block;
  color: #a3a3a3;
}

.footer .upper-footer .links-widget {
  overflow: hidden;
}

.footer .upper-footer .links-widget ul li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 1px;
}

.footer .upper-footer .links-widget ul li a {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

.footer .upper-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer .upper-footer .contact-widget li {
  display: block;
  clear: both;
  padding: 0px;
  margin: 25px 0px 0px 0px;
}

.footer .upper-footer .contact-widget li:last-child{ margin: 9px 0px 0px 0px; }
.footer .upper-footer .contact-widget li:last-child i{ margin-bottom: 0px; }

.footer .upper-footer .contact-widget li i{
  font-size: 16px;
  text-align: center;
  color: #a3a3a3;
  background: #333;
  width:43px;
  height: 43px;
  margin: 0px 18px 6px 0px;
  padding: 14px;
  display: inline-block;
  float: left;
  border-radius: 2px;
}



.footer .upper-footer .contact-widget li span{ display: block; font-size: 14px; font-weight: 400; line-height: 21px; margin: 0px; padding: 0px; }
.footer .upper-footer .contact-widget li em{ display: block; font-size: 28px; line-height: 28px; font-weight: 400; font-style: normal; margin: 0px; padding: 6px 0px; }
.footer .upper-footer .contact-widget li a:hover{ color:#fff; }


.footer .copyright-info {
  background-color: #303030;
  padding: 20px 0;
  z-index: 2;
}

.footer .copyright-info span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
  padding: 0px;
  text-align: left;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
}

.footer .copyright-info a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
  padding: 0px 0px 0px 22px;
  text-align: right;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
  float: right;
  background:url(../images/webmaster-logo.png) 0px 3px no-repeat;
}

.footer .copyright-info a:hover{ color: #999; }


.back-to-top {
  background-color: rgba(90, 90, 90, 0.9);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.back-to-top:hover {
  background-color: #4a4a4a;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}







.certificates-page-section{
	position:relative;
	padding:70px 0px 30px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #999;
    z-index: 8 !important;
}

.certificates-block-text{
	margin-bottom: 60px;
}

.certificates-block-text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:13px;
	text-align: center;
}

.certificates-block-text p strong{
	font-weight: 500;
}
.certificates-block-text p:last-child{
	margin-bottom: 0px;
}

.certificates-block{
	position:relative;
	margin-bottom:40px;
}

.certificates-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.certificates-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.certificates-block .inner-box .image{
	position:relative;
}

.certificates-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.certificates-block .inner-box .content{
	position:relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}


.certificates-block .inner-box .content h2{
	position:relative;
	color: #06122c;
	font-size:15px;
	font-weight:500;
	display: block;
	text-align: center;
	padding:12px 6px;
}

.certificates-block a:hover h2{ color: #333 !important; }



















.collections-page-section{
	position:relative;
	padding:70px 0px 30px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #999;
    z-index: 8 !important;
}

.collections-block-text{
	margin-bottom: 60px;
}

.collections-block-text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:13px;
	text-align: center;
}

.collections-block-text p strong{
	font-weight: 500;
}
.collections-block-text p:last-child{
	margin-bottom: 0px;
}

.collections-block{
	position:relative;
	margin-bottom:40px;
}

.collections-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.collections-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.collections-block .inner-box .image{
	position:relative;
}

.collections-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.collections-block .inner-box .content{
	position:relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}


.collections-block .inner-box .content h2{
	position:relative;
	color: #06122c;
	font-size:19px;
	font-weight:500;
	display: block;
	text-align: center;
	padding:12px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.collections-block a:hover h2{ color: #333 !important; }


.collections-statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.collections-statistic-section h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 20px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.collections-statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: -9px;
  border-radius: 2px;
}

.collections-statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.collections-statistic-section .text {
  float: right;
}

.collections-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.collections-statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}






















.collections-detail-page-section{
	position:relative;
	padding:100px 0px 60px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}

.collections-detail-page-section .collections{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0px 0px 50px 0px;
	padding: 100px 0px 50px 0px;
	align-items: center;
	border-bottom: 1px solid #efefef;
}

.collections-detail-page-section .collections:first-child{ padding-top: 0; }
.collections-detail-page-section .collections:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

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

.collections-detail-page-section .collections .collections-img{ position: relative; flex: 1; overflow: hidden; width: 100%; }

.collections-detail-page-section .collections .collections-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.collections-detail-page-section .collections .collections-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.collections-detail-page-section .collections .collections-img img{ width: 100%; height: auto; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.collections-detail-page-section .collections .collections-desc{ flex: 1; }

.collections-detail-page-section .collections .collections-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.collections-detail-page-section .collections .collections-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.collections-detail-page-section .collections .collections-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.collections-detail-page-section .collections .collections-desc p strong{ font-weight: 500; }
.collections-detail-page-section .collections .collections-desc p:last-child{ margin-bottom: 0; }
.collections-detail-page-section .collections .collections-desc a{}





.collections-detail-gallery-block{
	position:relative;
	margin-bottom:40px;
}

.collections-detail-gallery-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.collections-detail-gallery-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.collections-detail-gallery-block .inner-box .image{
	position:relative;
}

.collections-detail-gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.collections-detail-gallery-block .inner-box .content{
	position:relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}


.collections-detail-gallery-block .inner-box .content h2{
	position:relative;
	color: #06122c;
	font-size:19px;
	font-weight:500;
	display: block;
	text-align: center;
	padding:12px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.collections-detail-gallery-block a:hover h2{ color: #333 !important; }













.galleries-page-section{
	position:relative;
	padding:70px 0px 30px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #999;
    z-index: 8 !important;
}

.galleries-page-section .clearfix{ margin-bottom: 100px;}
.galleries-page-section .clearfix:last-child{ margin-bottom: 10px;}

.galleries-page-section h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
	text-align: center;
}

.galleries-page-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.galleries-block-text{
	margin-bottom: 60px;
}

.galleries-block-text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:13px;
	text-align: center;
}

.galleries-block-text p strong{
	font-weight: 500;
}
.galleries-block-text p:last-child{
	margin-bottom: 0px;
}

.galleries-block{
	position:relative;
	margin-bottom:30px;
}

.galleries-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.galleries-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.galleries-block .inner-box .image{
	position:relative;
}

.galleries-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}





















.showroom-page-section{
	position:relative;
	padding:70px 0px 30px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #999;
    z-index: 8 !important;
}

.showroom-page-section span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px auto 40px auto;
	background: url(../images/bg/title-line-red-center.png) center top no-repeat;
}

.showroom-block-text{
	margin-bottom: 60px;
}

.showroom-block-text p{
	position:relative;
	color:#848484;
	font-size:17px;
	font-weight: 400;
	line-height:24px;
	margin-bottom:13px;
	text-align: center;
}

.showroom-block-text p strong{
	font-weight: 500;
}
.showroom-block-text p:last-child{
	margin-bottom: 0px;
}

.showroom-block{
	position:relative;
	margin-bottom:30px;
}

.showroom-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.showroom-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.showroom-block .inner-box .image{
	position:relative;
}

.showroom-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}













.page-title{
	position:relative;
	padding:50px 0 20px 0;
	background:url(../images/bg/breadcrumb-bg.jpg) center top no-repeat;
	background-size: cover;
	box-shadow: inset 0 1px 1px #aaa, 0 1px 1px #aaa ;
	z-index: 11 !important;
}

.page-title h1 {
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 1px 0px #00153d;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: right;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 3px 0px;
  margin: 0px;
  float: right;
}

.page-title .breadcrumb li {
  font-size: 14px;
  color: #fff;
  margin-left: 3px;
  text-shadow: 1px 1px 0px #00153d;
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  content: "/";
  color: #fff;
  margin-right: 5px;
}



.company-section{
	position:relative;
	padding:80px 0px 80px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
	box-shadow: 0 1px 1px #333;
    z-index: 9 !important;
}

.company-section .company-img img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.company-section .company-text{ padding-left: 35px; }

.company-section .company-text h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.company-section .company-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}



.company-section .company-text p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.company-section .company-text p:last-child{
	margin-bottom:0px;
}

.company-section .company-text blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 20px 0px; border:none; }
.company-section .company-text blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#c8c8c8; font-size:20px; position:relative; top:2px; left:-30px; float:left; }
.company-section .company-text blockquote p{ font-style:italic; margin:0; }






.vision-section{
	position:relative;
	padding:80px 0px 80px;
	box-shadow: 0 1px 1px #333;
    z-index: 9 !important;
}

.vision-section .vision-img img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.vision-section .vision-text{ padding-left: 35px; }

.vision-section .vision-text h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.vision-section .vision-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}



.vision-section .vision-text p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.vision-section .vision-text p:last-child{
	margin-bottom:0px;
}




.mission-section{
	position:relative;
	padding:80px 0px 80px;
	box-shadow: 0 1px 1px #ddd;
    z-index: 9 !important;
}

.mission-section .mission-img img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.mission-section .mission-text{ padding-right: 35px; }

.mission-section .mission-text h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.mission-section .mission-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.mission-section .mission-text p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.mission-section .mission-text p:last-child{
	margin-bottom:0px;
}











.cta-section{
	position:relative;
	padding:80px 0px 80px;
	background: url(../images/bg/cta-bg.jpg) center top no-repeat;
	background-size: cover;
	box-shadow: 0 1px 1px #333;
    z-index: 6 !important;
}

.cta-section img{
	border-radius: 6px;
	aspect-ratio: 1/1;
}

.cta-section .cta-content{
	background: #fff;
	border-radius: 6px;
	height: 100%;
	padding: 80px 50px;
	aspect-ratio: 77/37;
}

.cta-section .cta-content h6{
	position: relative;
    color: #06122c;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
	margin-bottom: 20px;
}

.cta-section .cta-content p{
	position: relative;
	color: #06122c;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 30px;
}




.whyus-section{
	position:relative;
	padding:80px 0px 80px;
	box-shadow: 0 1px 1px #333;
	background: url(../images/bg/whyus-bg.png) right top no-repeat;
    z-index: 9 !important;
}

.whyus-section .whyus-img img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.whyus-section .whyus-text{ padding-left: 35px; }

.whyus-section .whyus-text h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.whyus-section .whyus-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}



.whyus-section .whyus-text p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.whyus-section .whyus-text p:last-child{
	margin-bottom:0px;
}

.whyus-section .whyus-text blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 20px 0px; border:none; }
.whyus-section .whyus-text blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#c8c8c8; font-size:20px; position:relative; top:2px; left:-30px; float:left; }
.whyus-section .whyus-text blockquote p{ font-style:italic; margin:0; }

.whyus-section .whyus-slogan{
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	width: calc(100% - 60px);
	padding: 24px;
	position: absolute;
	left: -122px;
    top: 50%;
    transform: translate(0, -50%);
}

.whyus-section .whyus-slogan .whyus-slogan-head{
    padding: 0 12px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    margin: 0 12px 0 0;
}
.whyus-section .whyus-slogan .whyus-slogan-head h5{
    color: #06122c;
    font-size: 60px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}
.whyus-section .whyus-slogan .whyus-slogan-head h5 span{
    color: #06122c;
    font-size: 70px;
    font-weight: 700;
}
.whyus-section .whyus-slogan .whyus-slogan-text{}

.whyus-section .whyus-slogan .whyus-slogan-text p{
	color: #06122c;
    font-size: 24px;
    font-weight: 500;
}

a.dark-link{
	position:relative;
	line-height:24px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	background:#06122c;
	display:inline-block;
	padding:13px 30px;
	margin-right: 20px;
	border:1px solid #06122c;
	border-radius: 2px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

a.dark-link:hover{
	color:#fff;
	background:#06122c;
	border:1px solid #06122c;
}


a.light-link{
	position:relative;
	line-height:24px;
	color:#06122c;
	font-size:16px;
	font-weight:500;
	background: none;
	border:1px solid #06122c;
	border-radius: 2px;
	display:inline-block;
	margin-right: 20px;
	padding:13px 30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

a.light-link:hover{
	color:#fff;
	background:#06122c;
	border:1px solid #06122c;
}




.ourvalues-section{
	position:relative;
	padding:80px 0px 80px;
	box-shadow: 0 1px 1px #999;
    z-index: 9 !important;
}

.ourvalues-section .ourvalues-img img{ border-radius: 4px; width: 100%; margin: 0; padding: 0; line-height: 0; }

.ourvalues-section .ourvalues-text{ padding-right: 35px; }

.ourvalues-section .ourvalues-text h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.ourvalues-section .ourvalues-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.ourvalues-section .ourvalues-text p{
	position:relative;
	color:#777;
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;
	text-align: justify;
}

.ourvalues-section .ourvalues-text p:last-child{
	margin-bottom:0px;
}


.ourvalues-section .ourvalues-text .ourvalues-list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #06122c;
  padding: 15px 0 15px 26px;
  border-bottom: 1px solid #eee;
}

.ourvalues-section .ourvalues-text .ourvalues-list ul li:last-child {
    border: none;
}

.ourvalues-section .ourvalues-text .ourvalues-list ul li:before {
  font-family: "FontAwesome";
  content: "\f196";
  font-size: 23px;
  color: #06122c;
  position: absolute;
  left: 0px;
  top: 17px;
}





.company-statistic-section{
	position:relative;
	text-align:center;
	padding:100px 0px;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
}

.company-statistic-section img{ width: 64px; height: 64px; display: block; margin: 0 auto; }

.company-statistic-section h3{
	position:relative;
	color:#fff;
	font-size:19px;
	line-height: 22px;
	font-weight:500;
	margin-top: 10px;
}












.styled-pagination{
	position:relative;
}

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

.styled-pagination li:last-child{ margin-right: 0; }

.styled-pagination li.prev > a,
.styled-pagination li.next > a{
	color:#999;
}

.styled-pagination li a span{
	padding: 0;
	height: 30px;
	font-size: 20px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:38px;
	height:41px;
	font-size:19px;
	min-width:41px;
	color:#666;
	font-weight:500;
	text-align:center;
	background:#fff;
	border:1px solid #d6d6d6;
	border-radius: 2px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}


.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#fff;
	border-color:#666;
	background-color:#666;
}



.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:70px 0 0 0;
}

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

.sidebar-page-container .sidebar-side .with-border{
	padding-left:30px;
}

.sidebar-page-container .sidebar-side .with-border:before{
	position:absolute;
	content:'';
	left:15px;
	top:-200px;
	width:1px;
	height:5000px;
	background-color:#f0f0f0;
}

.sidebar-widget{
    position: relative;
}

.sidebar h6{
	position:relative;
	color:#06122c;
	font-size:24px;
	font-weight:400;
	line-height:13px;
}

.sidebar span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 15px 0 20px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}


.sidebar .service-links ul {
  list-style-type: none;
}
.sidebar .service-links ul li{
  list-style: none;
  position: relative;
  margin: 0px;
  border-top: 1px dotted #ccc;
  padding: 0px 0px 0px 15px;
}
.sidebar .service-links ul li a{
  font-size: 17px;
  font-weight: 400;
  padding: 9px 0 11px 0;
  margin: 0px;
  color: #06122c;
  display: block;
}

.sidebar .service-links ul li:last-child{
	border-bottom: 1px dotted #ccc;
}

.sidebar .service-links ul li:before{
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 20px;
  color: #d9d9d9;
  font-family: "FontAwesome";
}

.sidebar .service-links ul li:hover a{
  color: #06122c;
}


.sidebar .contact{ background:url(../images/caller-img.png) right bottom no-repeat; border-bottom:1px solid #e9e9e9; min-height:70px; margin: 41px 0 50px 0; }
.sidebar .contact a{ font-size:29px; font-weight: 500; line-height: 36px; display:block; margin:0px; padding: 0px; color:#06122c; }
.sidebar .contact em{ font-size:16px; color:#777; font-style:normal; display:block; }

.sidebar .about{ margin-bottom: 46px; }
.sidebar .about p{ color: #777; font-size: 16px; font-weight: 400; line-height: 20px; margin: -5px 0 20px 0; text-align: justify; }
.sidebar .about p:last-child{ margin-bottom: 0; }

.sidebar .sidebar-gallery{ width: 100%; margin-bottom: 47px; }
.sidebar .sidebar-gallery img{ width: 100%; border-radius: 2px; margin: 0; padding: 0; }

.sidebar .sidebar-gallery .owl-nav .owl-prev,
.sidebar .sidebar-gallery .owl-nav .owl-next {
  background: #fff;
  font-size: 34px;
  border-radius: 0px;
  color: #888;
  margin: 0px;
  line-height: 34px;
  position: absolute;
  top: 39%;
}

.sidebar .sidebar-gallery .owl-nav .owl-prev:hover,
.sidebar .sidebar-gallery .owl-nav .owl-next:hover {
  color: #666;
}

.sidebar .sidebar-gallery .owl-nav .owl-prev {
  left: 1px;
  padding: 0px 10px 3px !important;
}

.sidebar .sidebar-gallery .owl-nav .owl-next {
  right: 1px;
  padding: 0px 10px 3px !important;
}

.sidebar .social ul li {
  display: inline-block;
  list-style: none;
  margin-top:12px;
  padding: 0px;
  border:none;
  height: 30px;
}
.sidebar .social ul li:before{ content: ""; }
.sidebar .social ul li a {
  color: #fff;
  font-size: 15px;
  padding:12px 19px;
  margin:0px 6px 0px 0px;
  line-height:100%;
  background:#aaa;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.sidebar .social ul li a i{ width: 21px; text-align: center; }
.sidebar .social ul li:last-child a{ margin-right:0px; }


.sidebar .sidebar-contact:first-child{ margin-bottom: 40px; }
.sidebar .sidebar-contact .clearfix{ margin-bottom: 30px; }

.sidebar .sidebar-contact h6{
	position:relative;
	color:#06122c;
	font-size:24px;
	font-weight:400;
	line-height:13px;
}

.sidebar .sidebar-contact span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 15px 0 20px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.sidebar .sidebar-contact i{ min-width: 45px; text-align: center; display: inline-block; float: left; font-size: 30px; color: #aaa; margin: 0px; padding: 0px 15px 0px 0px; }
.sidebar .sidebar-contact p{ display: inline; font-size: 15px; color: #6a6a6a; line-height: 21px; text-align: justify; }
.sidebar .sidebar-contact em{ font-size:30px; color: #6a6a6a; line-height: 28px; font-style: normal; }
.sidebar .sidebar-contact em a{ color: #6a6a6a; margin: 0px; padding: 0px; line-height: 0;  }
.sidebar .sidebar-contact p a{ font-size: 21px; color: #6a6a6a; margin: 0px; padding: 0px; line-height: 30px; }
.sidebar .sidebar-contact #map { height: 260px; border-radius: 3px; border:1px solid #d9d9d9; }
.sidebar .sidebar-contact #map iframe{ width: 100%; height: 260px; }



.news-single{
	position:relative;
}

.news-single .inner-box{
	position:relative;
}

.news-single .inner-box .image{
	position:relative;
	background-color:#fff;
	line-height: 0;
}

.news-single .inner-box .image img{
	background:#dcdcdc;
	width: 100%;
}

.news-single .inner-box .content .post-info{
	position:relative;
	color:#848484;
	background: #f5f5f5;
	font-size:16px;
	margin: 0 0 24px 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #e3e3e3;
}

.news-single .inner-box .content .post-info ul{}

.news-single .inner-box .content .post-info li {
	display:inline-block;
	color:#aaa;
	padding: 10px 18px 15px 20px;
	border-left: 1px solid #e3e3e3;
}

.news-single .inner-box .content .post-info li:first-child{ border:none; }

.news-single .inner-box .content .post-info li a{
	color:#aaa;
	text-decoration:none;	
}

.news-single .inner-box .content .post-info li a:hover {
	color:#34495e;
	text-decoration:none;	
}

.news-single .inner-box .content .post-info li i {
	font-size:13px;
	color:#888;
	position:relative;
	top:1px;
	font-style: normal;
}

.news-single .inner-box .content .post-info li .fa{ margin-right: 5px; }


.news-single .inner-box .content .text{
	position:relative;
	padding-bottom: 10px;
}

.news-single .inner-box .content .text p,
.news-single .inner-box .content .text a,
.news-single .inner-box .content .text em{
	position: relative;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.news-single .inner-box .content .text blockquote{padding: 0px 0px 0px 35px; margin: 0px 0px 25px 0px; border:none; }
.news-single .inner-box .content .text blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-weight: 400; color:#777; font-size:20px; position:relative; top:0px; left:-30px; float:left; }
.news-single .inner-box .content .text blockquote p{ font-size:16px; line-height: 22px; font-style:italic; text-align: justify; }


.news-single h2,
.news-single h3,
.news-single h4,
.news-single h5,
.news-single h6{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.news-single h2:has(+ :not(span)),
.news-single h3:has(+ :not(span)),
.news-single h4:has(+ :not(span)),
.news-single h5:has(+ :not(span)),
.news-single h6:has(+ :not(span)){
	margin-bottom: 20px;
}

.news-single span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 7px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.news-single span:not(h2 + span) {
	display: inline-block;
	position: relative;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
	background: none;
	width: inherit;
}


.news-single .news-gallery{}
.news-single .news-gallery a{ display: block; }
.news-single .news-gallery img{ width: 100%; margin: 13px 0; padding: 0; }



.stable-page-detail{
	position:relative;
}

.stable-page-detail .inner-box{
	position:relative;
}

.stable-page-detail .inner-box .image{
	position:relative;
}

.stable-page-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius: 4px;
}

.stable-page-detail .inner-box .image .owl-nav{display:none;}
.stable-page-detail .inner-box .image .owl-dots{position: absolute; right: 0; bottom: 0px; line-height: 0; margin: 8px;}
.stable-page-detail .inner-box .image .owl-dots .owl-dot{display: inline-block; margin-left: 3px;}
.stable-page-detail .inner-box .image .owl-dots .owl-dot span{width: 12px; height: 12px; background: #000; border-radius:50%; display: block; border:2px solid #fff; }
.stable-page-detail .inner-box .image .owl-dots .owl-dot.active span{ width: 22px; border-radius: 10px; background: #b72b30;}

.stable-page-detail .inner-box .lower-content{
    position: relative;
    padding-top: 27px;
}

.stable-page-detail .inner-box .lower-content h2{
	position:relative;
	color:#06122c;
	font-size:29px;
	font-weight:400;
	line-height:32px;
}

.stable-page-detail .inner-box .lower-content h5{
	position:relative;
	color:#06122c;
	font-size:20px;
	font-weight:400;
	line-height:25px;
}

.stable-page-detail .inner-box .lower-content span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 7px 0 25px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.stable-page-detail .inner-box .lower-content p{
	position:relative;
	color:#777;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	margin-bottom:30px;
}

.stable-page-detail .inner-box .lower-content a{ color: #06122c; }

.stable-page-detail .inner-box .lower-content blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 30px 0px; border:none; }
.stable-page-detail .inner-box .lower-content blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#c8c8c8; font-size:20px; position:relative; top:2px; left:-30px; float:left; }
.stable-page-detail .inner-box .lower-content blockquote p{ font-style:italic; margin:0; }

.stable-page-detail .inner-box .lower-content .stable-page-icons{ padding: 12px 0; }
.stable-page-detail .inner-box .lower-content .stable-page-icons .icons{ background: #f4f4f4; display: block; padding: 30px 0 26px 0; }
.stable-page-detail .inner-box .lower-content .stable-page-icons .icons img{ display: block; margin: 0px auto 14px auto; }
.stable-page-detail .inner-box .lower-content .stable-page-icons .icons h4{ color:#06122c; 	font-size:17px;	font-weight:500; text-align: center; line-height:22px; }

.stable-page-detail .stable-page-gallery{ margin-top: 34px; }
.stable-page-detail .stable-page-gallery a{ display: block; }
.stable-page-detail .stable-page-gallery img{ width: 100%; margin: 13px 0; padding: 0; }


.accordion-box{
	position:relative;
	margin: 35px 0 16px 0;
	padding:0px;
	border:1px solid #f2f2f2;
	border-bottom: 0px;
}

.accordion-box .block{
	position: relative;
}

.accordion-box .block .acc-btn{
	padding:15px 55px 15px 20px;
	border-bottom:1px solid #f2f2f2;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .acc-btn h3{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:25px;
	color:#06122c;
	font-weight:500;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:38px;
	top:18px;
	color: #06122c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	padding:15px 20px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .block .content p{
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
}

.accordion-box .block .content p:last-child{
	margin-bottom: 0;
}












.departments-page-section{
	position:relative;
	padding:100px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}

.departments-page-section .departments{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0;
	padding: 100px 0;
	align-items: center;
	border-bottom: 1px solid #efefef;
}

.departments-page-section .departments:first-child{ padding-top: 0; }
.departments-page-section .departments:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

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

.departments-page-section .departments .departments-img{ position: relative; flex: 1; overflow: hidden; width: 100%; }

.departments-page-section .departments .departments-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.departments-page-section .departments .departments-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.departments-page-section .departments .departments-img img{ width: 100%; height: auto; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.departments-page-section .departments .departments-desc{ flex: 1; }

.departments-page-section .departments .departments-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.departments-page-section .departments .departments-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.departments-page-section .departments .departments-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.departments-page-section .departments .departments-desc p strong{ font-weight: 500; }
.departments-page-section .departments .departments-desc p:last-child{ margin-bottom: 0; }
.departments-page-section .departments .departments-desc a{}


.departments-page-section .departments:has(+ .departments-feature-section),
.departments-page-section .departments:has(+ .departments-statistic-section)  {
border-bottom: none;
}

.departments-feature-section{
	position:relative;
	text-align:center;
	padding:100px 0px;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.departments-feature-section img{ width: 64px; height: 64px; display: block; margin: 0 auto; }

.departments-feature-section h3{
	position:relative;
	color:#fff;
	font-size:19px;
	line-height: 22px;
	font-weight:500;
	margin-top: 10px;
}












.departments-statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  box-shadow: 0 1px 1px #999;
  border-radius: 10px;
}

.departments-statistic-section h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 20px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.departments-statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: -9px;
  border-radius: 2px;
}

.departments-statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.departments-statistic-section .text {
  float: right;
}

.departments-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.departments-statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}





























.social-responsibility-page-section{
	position:relative;
	padding:100px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}

.social-responsibility-page-section .social{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0;
	padding: 100px 0;
	align-items: center;
	border-bottom: 1px solid #efefef;
}

.social-responsibility-page-section .social:first-child{ padding-top: 0; }
.social-responsibility-page-section .social:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

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

.social-responsibility-page-section .social .social-img{ position: relative; flex: 1; overflow: hidden; width: 100%; }

.social-responsibility-page-section .social .social-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.social-responsibility-page-section .social .social-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.social-responsibility-page-section .social .social-img img{ width: 100%; height: auto; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.social-responsibility-page-section .social .social-desc{ flex: 1; }

.social-responsibility-page-section .social .social-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.social-responsibility-page-section .social .social-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.social-responsibility-page-section .social .social-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.social-responsibility-page-section .social .social-desc p strong{ font-weight: 500; }
.social-responsibility-page-section .social .social-desc p:last-child{ margin-bottom: 0; }
.social-responsibility-page-section .social .social-desc a{}


.social-responsibility-page-section .social:has(+ .social-responsibility-statistic-section)  {
	border-bottom: none;
}


.social-responsibility-statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  box-shadow: 0 1px 1px #999;
  border-radius: 10px;
}

.social-responsibility-statistic-section h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 20px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.social-responsibility-statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: -9px;
  border-radius: 2px;
}

.social-responsibility-statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.social-responsibility-statistic-section .text {
  float: right;
}

.social-responsibility-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.social-responsibility-statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}




















.services-page-section{
	position:relative;
	padding:100px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}

.services-page-section .services{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0;
	padding: 100px 0;
	align-items: center;
}

.services-page-section .services:first-child{ padding-top: 0; }
.services-page-section .services:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

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

.services-page-section .services .services-img{ position: relative; flex: 1; overflow: hidden; width: 100%; }

.services-page-section .services .services-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.services-page-section .services .services-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.services-page-section .services .services-img img{ width: 100%; height: auto; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.services-page-section .services .services-desc{ flex: 1; }

.services-page-section .services .services-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.services-page-section .services .services-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.services-page-section .services .services-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.services-page-section .services .services-desc p strong{ font-weight: 500; }
.services-page-section .services .services-desc p:last-child{ margin-bottom: 0; }
.services-page-section .services .services-desc a{ margin-top: 5px; }






.services-page-section .services:has(+ .services-feature-section),
.services-page-section .services:has(+ .services-statistic-section)  {
border-bottom: none;
}

.services-feature-section{
	position:relative;
	text-align:center;
	padding:100px 0px;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.services-feature-section img{ width: 64px; height: 64px; display: block; margin: 0 auto; }

.services-feature-section h3{
	position:relative;
	color:#fff;
	font-size:19px;
	line-height: 22px;
	font-weight:500;
	margin-top: 10px;
}













.services-statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  box-shadow: 0 1px 1px #999;
  border-radius: 10px;
}

.services-statistic-section h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 20px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.services-statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: -9px;
  border-radius: 2px;
}

.services-statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.services-statistic-section .text {
  float: right;
}

.services-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.services-statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}













.services-detail-page-section{
	position:relative;
	padding:100px 0px 80px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}


.services-detail-page-section .services-detail-content{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0;
	padding: 100px 0;
	align-items: center;
}

.services-detail-page-section .services-detail-content:first-child{ padding-top: 0; }
.services-detail-page-section .services-detail-content:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.services-detail-page-section .reverse{
	flex-direction: row-reverse;
}

.services-detail-page-section .services-detail-content .services-detail-content-img{ position: relative; flex: 2;  width: 100%; }




.services-detail-page-section .services-detail-content .services-detail-slogan{
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	width: calc(100% - 60px);
	padding: 24px;
	position: absolute;
	left: -122px;
    top: 50%;
    transform: translate(0, -50%);
}

.services-detail-page-section .services-detail-content .services-detail-slogan .services-detail-slogan-head{
    padding: 0 12px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    margin: 0 12px 0 0;
}
.services-detail-page-section .services-detail-content .services-detail-slogan .services-detail-slogan-head h5{
    color: #06122c;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}
.services-detail-page-section .services-detail-content .services-detail-slogan .services-detail-slogan-head h5 span{
    color: #06122c;
    font-size: 60px;
    font-weight: 700;
}
.services-detail-page-section .services-detail-content .services-detail-slogan .services-detail-slogan-text{}

.services-detail-page-section .services-detail-content .services-detail-slogan .services-detail-slogan-text p{
	color: #06122c;
    font-size: 20px;
    font-weight: 500;
}




.services-detail-page-section .services-detail-content .services-detail-content-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.services-detail-page-section .services-detail-content .services-detail-content-img img{ width: 100%; height: auto; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.services-detail-page-section .services-detail-content .services-detail-content-desc{ flex: 3; }

.services-detail-page-section .services-detail-content .services-detail-content-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.services-detail-page-section .services-detail-content .services-detail-content-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.services-detail-page-section .services-detail-content .services-detail-content-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.services-detail-page-section .services-detail-content .services-detail-content-desc p strong{ font-weight: 500; }
.services-detail-page-section .services-detail-content .services-detail-content-desc p:last-child{ margin-bottom: 0; }

.services-detail-page-section .services-detail-content .services-detail-content-desc blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 20px 0px; border:none; }
.services-detail-page-section .services-detail-content .services-detail-content-desc blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#c8c8c8; font-size:20px; position:relative; top:2px; left:-30px; float:left; }
.services-detail-page-section .services-detail-content .services-detail-content-desc blockquote p{ font-style:italic; margin:0; }


.services-detail-page-section .service-icons{ padding: 12px 0; }
.services-detail-page-section .service-icons .icons{ background: #f4f4f4; display: block; padding: 30px 10px 26px 10px; border-radius: 10px; }
.services-detail-page-section .service-icons .icons img{ display: block; margin: 0px auto 14px auto; }
.services-detail-page-section .service-icons .icons h4{ color:#06122c; font-size:17px;	font-weight:500; text-align: center; line-height:22px; display: -webkit-box; -webkit-line-clamp: 1;	-webkit-box-orient: vertical; overflow: hidden; }




.services-detail-page-section .services-detail-content ul li {
	position: relative;
	padding-left: 30px;
	color: #777;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
	padding: 0 0 0 26px;
}

.services-detail-page-section .services-detail-content ul li:last-child{
	margin-bottom: 20px;
}

.services-detail-page-section .services-detail-content ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 16px;
  color: #777;
  position: absolute;
  left: 0px;
  top: 1px;
}










.services-detail-gallery-section{
	position:relative;
	padding:80px 0px 50px 0px;
	z-index: 5 !important;
	box-shadow: 0 1px 1px #999;
}

.services-detail-gallery-section .services-gallery-block{
	position:relative;
	margin-bottom:30px;
}

.services-detail-gallery-section .services-gallery-block .inner-box{
	position:relative;
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services-detail-gallery-section .services-gallery-block .inner-box:hover{
	border-color:#f2f2f2;
	box-shadow:none;
}

.services-detail-gallery-section .services-gallery-block .inner-box .image{
	position:relative;
}

.services-detail-gallery-section .services-gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	background-color:#444444;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}







.references-page-section{
	position:relative;
	padding:100px 0px;
	background: url(../images/bg/world-bg.png) center top no-repeat;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}

.references-page-section .references{
	display: flex;
	flex-direction: row;
	gap: 70px;
	margin: 0;
	padding: 100px 0;
	align-items: center;
	border-bottom: 1px solid #efefef;
}

.references-page-section .references:first-child{ padding-top: 0; }
.references-page-section .references:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

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

.references-page-section .references .references-img{ position: relative; flex: 1; overflow: hidden; width: 100%; max-width: 300px; }

.references-page-section .references .references-img:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.references-page-section .references .references-img:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.references-page-section .references .references-img img{ width: 100%; height: 100%; border-radius: 10px; object-fit: cover; object-position: center bottom; }

.references-page-section .references .references-desc{ flex: 1; }

.references-page-section .references .references-desc h2{
	position:relative;
	color:#06122c;
	font-size:27px;
	font-weight:500;
	line-height:28px;
}

.references-page-section .references .references-desc span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/bg/title-line-red-left.png) left top no-repeat;
}

.references-page-section .references .references-desc p{
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.references-page-section .references .references-desc p strong{ font-weight: 500; }
.references-page-section .references .references-desc p:last-child{ margin-bottom: 0; }
.references-page-section .references .references-desc a{}


.references-page-section .references:has(+ .references-feature-section),
.references-page-section .references:has(+ .references-statistic-section)  {
border-bottom: none;
}

.references-feature-section{
	position:relative;
	text-align:center;
	padding:100px 0px;
	background: url(../images/bg/category-bg.jpg) center top no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.references-feature-section img{ width: 64px; height: 64px; display: block; margin: 0 auto; }

.references-feature-section h3{
	position:relative;
	color:#fff;
	font-size:19px;
	line-height: 22px;
	font-weight:500;
	margin-top: 10px;
}


.references-statistic-section {
  background: url(../images/bg/statistic-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 6;
  padding: 100px 0px;
  box-shadow: 0 1px 1px #999;
  border-radius: 10px;
}

.references-statistic-section h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 2px 0px 6px 20px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.references-statistic-section h4:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 20px;
  bottom: -9px;
  border-radius: 2px;
}

.references-statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.references-statistic-section .text {
  float: right;
}

.references-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.references-statistic-section .text em {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 17px;
}














#kvkk { z-index:9999; position: fixed; bottom: 0; left: 0; width: 100%; max-width: 100%; display: none; background-color: #373a3c; box-shadow: inset 0 1px 1px #111, 0 1px 1px #111; margin: 0 auto; padding:24px 0; }
#kvkk p { margin: 0; padding: 0px; font-size:14px; line-height: 14px; color: #fff;}
#kvkk a { text-decoration: none; color: #fff; text-decoration: underline; }
#kvkk a:hover { text-decoration: underline; }
#kvkk button { position: absolute; right: 7px; top: calc(50% - 13px); color: #fff; height: 26px; width: 34px; border: 0; background: none; cursor: pointer; }
#kvkk button i{ font-size: 22px; line-height: 22px; }



.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}


.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    background: #fff;
    border-radius: 8px;
	width: 100%;
    max-width: 728px;
	margin: 20px;
    position: relative;
    overflow: hidden;
}


.popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.popup-close button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
	background-color: #06122c;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.popup-close svg {
    width: 29px;
    height: 29px;
}

.popup-title {
    padding: 20px 70px 20px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.popup-title span{
    color: #06122c;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.popup-content {
    padding: 20px;
}

.popup-content img{ 
	width: 100%; 
	height: auto; 
	border-radius: 8px; 
}

.popup-content iframe{ 
	width: 100%; 
	height: auto; 
	border-radius: 8px;
	aspect-ratio: 16/9;
}

body.popup-open {
    overflow: hidden !important;
}


.popup-content form{ display: flex; flex-wrap: wrap; gap: 10px 20px; width: 100%; }

.popup-content form .form-item-full-width { flex: 1 1 100%; width: 100%; display: flex; flex-direction: column; }
.popup-content form .form-item-half-width { flex: 1 1 calc(50% - 10px); min-width: 0; display: flex; flex-direction: column; }

.popup-content form label{ display: block; font-size: 15px; line-height: 26px; color: #06122c; font-weight: 500; margin: 0px; padding: 0px; }
.popup-content form label a{ color: #06122c; }
.popup-content form input, textarea{ font-weight:500; font-size:15px; border:1px solid #d9d9d9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:21px; padding:10px 0; text-indent: 10px; background:#fafafa; color:#aaa; outline: 0; }
.popup-content form input[type="submit"]{ border:none; text-indent: 0px; display:block; color:#fff; cursor:pointer; margin:0px; font-size:16px; line-height: 16px; padding:11px 20px; background:#06122c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.popup-content form select { width: 100%; font-weight:500; font-size:15px; border: 1px solid #d9d9d9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 21px; padding: 10px 35px 10px 10px; background: #fafafa; color: #aaa; outline: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.popup-content form .select-wrapper { position: relative; display: inline-block; width: 100%; }
.popup-content form .select-wrapper::after { font-family: "FontAwesome"; content: '\f0dd'; font-size: 20px; font-weight: 500; position: absolute; right: 10px; top: 5px; color: #aaa; pointer-events: none; }

.popup-content form #sonucPopup{ display: block; margin: 20px 0 0 0; }
.popup-content form #sonucPopup em{ font-size: 15px; font-style: normal; color: #06122c; margin: 0px; padding: 0px; }

.popup-content form [type="checkbox"]:not(:checked),
.popup-content form [type="checkbox"]:checked { position: absolute; opacity: 0; }

.popup-content form [type="checkbox"]:not(:checked) + label,
.popup-content form [type="checkbox"]:checked + label { position: relative; padding-left: 30px; cursor: pointer; line-height: 18px; margin-bottom: 25px; }

.popup-content form [type="checkbox"]:not(:checked) + label:before,
.popup-content form [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px solid #d9d9d9; background: #fff; border-radius: 5px; }

.popup-content form [type="checkbox"]:not(:checked) + label:after,
.popup-content form [type="checkbox"]:checked + label:after { font-family: "FontAwesome"; content: "\f00c"; position: absolute; top: 4px; left: 2px; font-size: 16px; line-height: 0.8; color: #06122c; }

.popup-content form [type="checkbox"]:not(:checked) + label:after { opacity: 0; }

.popup-content form [type="checkbox"]:checked + label:after { opacity: 1; }



table { border: 1px solid #ccc; border-collapse: collapse; margin: 0 0 30px 0; padding: 0; width: 100%; table-layout: fixed; }
table tr{ background-color: #f8f8f8; border: 1px solid #ddd; padding: 5px; }
table th, table td { padding: 10px; text-align: left; font-size: 16px; line-height: 22px; vertical-align: top; }
table th{ font-weight: 500; }



.cta-link{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999;
	
}

.cta-link a{
	background: #06122c;
	padding: 19px 11px 17px 11px;
	margin: 0;
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 2px #fff;
}

.cta-link span{
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.cta-link svg{
	width: 26px;
	height: 26px;
	fill: #fff;
	margin: 0;
	padding: 0;
}