@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;
}

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/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 style
====================================================================

***/

.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-color:#051433;
	background-image:url(../images/header-top-bg.png);
}

.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 li{ padding: 0 0 0 20px; border-left: 1px dotted #fff; }
.main-header .header-top .top-right .lang li img{ float: left; margin-top: 3px; }
.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 ul.offer{ padding-left: 20px; }
.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 Box*/

.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:15px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:400;
	text-align:center;
	z-index:5;	
}

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

.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:13px 20px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	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 > 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: 640px;
}

.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);
}


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

.services-block img{
	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;
}

.services-block:hover img{
	opacity:0.6;
}

.services-block .inner-box .content{
	position:relative;
	border:1px solid transparent;
	border-top:0px;
	padding-bottom: 13px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-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);
}

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

.services-block .inner-box .content p{
	color:#848484;
	font-size:16px;
	line-height:22px;
	padding:10px 20px 0 20px;
}

.services-block .inner-box .content h2 a{
	font-size:18px;
	font-weight:500;
	line-height: 20px;
	padding:12px 20px;
	border-bottom:1px solid #f2f2f2;
	display: block;
}

.services-block .inner-box .content h2 a, .services-block .inner-box .content h2 a:hover{
	color:#06122c;
}






.project-section{
	position:relative;
	padding:64px 0px 60px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.90);
	z-index: 8 !important;
}

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

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

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

.project-block .inner-box{
	position:relative;
}

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

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 30px;
}

.project-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:rgba(0,0,0,0.80);
}

.project-block .inner-box .overlay-box .content{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 30px;
}

.project-block .inner-box:hover .overlay-box:before{
	opacity:1;
}

.project-block .inner-box .overlay-box .category{
	position:absolute;
	right:30px;
	top:30px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	z-index:1;
}

.project-block .inner-box .overlay-box .category img{
	position: absolute;
	width: 26px;
	height: 26px;
	float: left;
	display: inline-block;
}

.project-block .inner-box .overlay-box .category em{
	font-size:16px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-style: normal;
}

.project-block .inner-box .overlay-box .content h6{
    position: relative;
    background-color: #ffffff;
    color: #252525;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding: 7px 20px 9px 20px;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-block .inner-box:hover .overlay-box .content h6{
	opacity:0;
}

.project-block .inner-box .overlay-box .content .link-box{
	position:absolute;
	left:30px;
	bottom:30px;
	color:#252525;
	font-size:20px;
	line-height: 32px;
	font-weight: 500;
	padding:7px 55px 9px 20px;
	display:block;
	opacity:0;
	right:30px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:#ffffff;
}

.project-block .inner-box:hover .overlay-box .content .link-box{
	opacity:1;
}

.project-block .inner-box .overlay-box .content .link-box .icon{
	position:absolute;
	right:18px;
	top:50%;
	width:35px;
	height:20px;
	margin-top:-10px;
	background:url(../images/right-arrow.png) no-repeat;
}





.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{
	line-height:28px;
	font-size:25px;
	font-weight:400;
	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/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-four{
	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-four .inner-box img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.services-block-four .inner-box a {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 0;
}

.services-block-four .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:26px;
	font-weight:500;
	line-height:27px;
	margin: 0;
	padding: 0;
}

.about-section .content-column span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 9px 0 24px 0;
	background: url(../images/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/category-bg.jpg) center top no-repeat;
	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/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; }
.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; }


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

.statistic-section h4 {
  font-size: 35px;
  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;
}

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

.clients-section .owl-nav .owl-prev,
.clients-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: 38%;
}

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

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

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

.bulletin-section{
	position:relative;
	padding: 53px;
	background: url(../images/bulletin-bg.png) center top no-repeat;
	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;
	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 #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: 14px; line-height: 18px; letter-spacing: -1.1px; 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/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;
}

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

.form-content h2{
	position:relative;
	color:#06122c;
	font-size:29px;
	font-weight:400;
	line-height:32px;
}

.form-content span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 7px 0 25px 0;
	background: url(../images/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 #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;
  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; line-height: 21px; margin: 0px; padding: 0px; }
.footer .upper-footer .contact-widget li em{ display: block; font-size: 28px; line-height: 28px; 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;
  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;
  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%);
}





.references-page-section{
	position:relative;
	padding:70px 0px 30px;
	box-shadow: 0 1px 1px #999;
    z-index: 8 !important;
}

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

.references-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;
}

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

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

.references-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-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);
}


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

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



.page-title{
	position:relative;
	padding:50px 0 20px 0;
	background:url(../images/breadcrumb-bg.jpg) center top no-repeat;
	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/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:30px;
	font-weight:400;
	line-height:32px;
}

.company-section .company-text span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 8px 0 24px 0;
	background: url(../images/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; }


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

.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/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/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{
	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{
	position:relative;
	color:#06122c;
	font-size:29px;
	font-weight:400;
	line-height:32px;
}

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


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



.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

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

.service-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

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

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

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

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

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

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

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

.service-detail .inner-box .lower-content blockquote{ padding: 0px 0px 0px 30px; margin: 0px 0px 30px 0px; border:none; }
.service-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; }
.service-detail .inner-box .lower-content blockquote p{ font-style:italic; margin:0; }

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

.service-detail .service-gallery{ margin-top: 34px; }
.service-detail .service-gallery a{ display: block; }
.service-detail .service-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;
}






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

.gallery-single-section .inner-container{
	position:relative;
}

.gallery-single-section .inner-container .carousel-column{
	position:relative;
}

.gallery-single-section .carousel-column{
	position:relative;
	margin-bottom:10px;
}

.gallery-single-section .carousel-column .inner-column{
	position:relative;
}

.gallery-single-section .carousel-column .image{
	position:relative;
}

.gallery-single-section .carousel-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-single-section .carousel-column .owl-dots{
	display:none;
}

.gallery-single-section .carousel-column .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-29px;
}

.gallery-single-section .carousel-column .owl-nav .owl-prev{
	position: absolute;
	left:0px;
	padding: 2px 22px 8px 22px;
	color:#06122c;
	background: rgba(255,255,255,0.8);
	font-size:40px;
	display:inline-block;
	-ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-single-section .carousel-column .owl-nav .owl-next{
	position:absolute;
	right:0px;
	padding: 2px 22px 8px 22px;
	color:#06122c;
	background: rgba(255,255,255,0.8);
	font-size:40px;
	display:inline-block;
	-ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-single-section .carousel-column .owl-nav .owl-prev:hover,
.gallery-single-section .carousel-column .owl-nav .owl-next:hover{
	color:#06122c;
}

.gallery-single-section .inner-container .upper-box .info-column .inner-column{
	position:relative;
	padding:11px 20px;
	background-color:#eee;
}

.gallery-single-section .inner-container .upper-box .info-column ul{ position:relative; }
.gallery-single-section .inner-container .upper-box .info-column ul:after{ content: ""; display: table; clear: both; }
.gallery-single-section .inner-container .upper-box .info-column ul li{ position:relative; color:#777; font-size:16px; font-weight:400; padding-right: 16px; margin-right: 16px; border-right: 1px solid #d6d6d6; line-height: 29px; float: left; }
.gallery-single-section .inner-container .upper-box .info-column ul li:last-child{ padding-right: 0; margin-right: 0; border:none; }
.gallery-single-section .inner-container .upper-box .info-column ul li span{ position:relative; color:#777; font-size:16px; font-weight:500; display:inline-block; }
.gallery-single-section .inner-container .content-box{ position:relative; padding-top: 40px; }


.gallery-single-section .inner-container .content-box h2{
	position:relative;
	color:#06122c;
	font-size:29px;
	font-weight:400;
	line-height:32px;
}

.gallery-single-section .inner-container .content-box span{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	margin: 7px 0 14px 0;
	background: url(../images/title-line-red-left.png) left top no-repeat;
}

.gallery-single-section .inner-container .content-box p{
	position:relative;
	color:#777;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	margin-bottom:30px;
}

.gallery-single-section .inner-container .content-box p:last-child{ margin-bottom: 0; }



.services-page-section{
	position:relative;
	padding:70px 0px 30px;
    z-index: 7 !important;
    box-shadow: 0 1px 1px #999;
}


#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;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 999;
}

#popup img{
    width: 100%;
}

#popup button{
    position: absolute;
    right: 27px;
    top: 10px;
    background: none;
}

#popup button i{
	font-size:22px;
	color: #fff;
}