.loader {
    width: 100vw;
    height: 100vh;
    background: #176b92;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    vertical-align: middle;
    padding-top: 18%;
}
.dilalan
{
	float: right; top: -22px; position: absolute; right: 150px;
}
.dilalan a
{
	color:white;
	text-decoration:none;
	padding-left:10px;
}
.spinner {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 10px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

body, html {
    font-family: 'Oswald', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

header {
    border-top: 20px solid #176b92;
    height: 130px;
    background: #fff;
    position: relative;
}

header .col-md-4 {
    position: relative;
}

header .logo-area {
    max-width: 100%;
    position: absolute;
    top: -20px;
    z-index: 30;
}

header .logo-area img {
    width: 100%;
    height: auto;
}

header .menu-area {}

header .menu-area .main-menu {}

header .menu-area .main-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    display: table;
}

header .menu-area .main-menu ul ul {
    display: none;
    position: absolute;
    padding-top: 5px;
    min-width: 300px;
    z-index: 30;
}

header .menu-area .main-menu ul li:hover ul {
    display: block;
}

header .menu-area .main-menu ul ul li {
    float: none;
    width: 100%;
}
header .menu-area .main-menu ul ul li a {
    border: 0px!important;
    padding: 0px 12px!important;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    background: #176b92;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.5s;
}

header .menu-area .main-menu ul ul li:hover a,
header .menu-area .main-menu ul ul li:focus a,
header .menu-area .main-menu ul ul li:active a,
header .menu-area .main-menu ul ul li.active a {
    background: #000;
}

header .menu-area .main-menu ul li {
    float: left;
}

header .menu-area .main-menu ul li a {
    color: #176b92;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    padding: 41px 13px;
    display: block;
    border-left: 1px solid #176b92;
    border-bottom: 10px solid #fff;
    transition: all 0.5s;
	font-weight: bold;
}

header .menu-area .main-menu ul li:hover a,
header .menu-area .main-menu ul li:focus a,
header .menu-area .main-menu ul li:active a,
header .menu-area .main-menu ul li.active a{
    border-bottom: 10px solid #176b92;
    text-decoration: none;
}

header .menu-area .main-menu ul li.lang-area {
    height: 110px;
    border-left: 1px solid #176b92;
    text-align: center;
    padding: 25px 10px;
    display: table-cell;
    vertical-align: middle;
}

header .menu-area .main-menu ul li.lang-area span {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #176b92;
}
header .menu-area .main-menu ul li.lang-area span:last-child {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

header .menu-area .main-menu ul li.lang-area a {
    padding: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.main-content {
    min-height: 500px;
}


.main-content .main-slider {
    height:calc(100vh - 130px);
    position: relative;
}

.main-content .main-slider .carousel-item {}

.main-content .main-slider .carousel-item img {
    height:calc(100vh - 130px);
    width: 100%;
    object-fit: cover;
}

.main-content .main-slider .carousel-item .carousel-caption {
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: auto;
    top: 32%;
}

.main-content .main-slider .carousel-item .carousel-caption .caption-in {
    width: 50%;
    margin: auto;
    background: #176b9259;
    color: #fff;
    padding: 30px 50px;
    text-align: left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    position: relative;
}

.main-content .main-slider .carousel-item .carousel-caption .caption-in .bb {
    width: 200px;
    height: 50px;
    background: #176b92;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-right: 10px solid #000;
    border-bottom: 10px solid #000;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.main-content .main-slider .carousel-item .carousel-caption .caption-in h5 {
    font-size: 1.7em;
    text-transform: uppercase;
}

.main-content .main-slider .carousel-item .carousel-caption .caption-in p {
    padding-right: 100px;
    font-weight: 300;
    font-size: 1.2em;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev span,
.carousel-control-next span {
    background: #176b92;
    color: #fff;
    padding: 10px 20px;
    opacity: 1;
}

.main-content .slider-bottom {
    background-image: url(../images/slider-bottom.png);
    width: 100vw;
    height: 140px;
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    padding-top: 80px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.main-content .slider-bottom .phone,
.main-content .slider-bottom .email {
    color: #176b92;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
}

.main-content .slider-bottom .social {
    margin-top: -10px;
}

.main-content .slider-bottom .social ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

.main-content .slider-bottom .social ul li {
    float: left;
}

.main-content .slider-bottom .social ul li a {
    width: 40px;
    height: 40px;
    background: #176b92;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 10px;
    border-radius: 50%;
    padding-top: 5px;
    font-size: 1.2em;
}

.main-content .home-about {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.main-content .home-about .image {}

.main-content .home-about .image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.main-content .home-about .text {
    height: 650px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 250px;
    color: #333;
    text-align: justify;
}

.main-content .home-about .text h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-content .home-about .text p {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 30px;
}

.main-content .home-about .text a {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.main-content .home-manifacture {
    margin: 30px 0px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    padding-bottom: 50px;
}

.main-content .home-manifacture .title {
    padding: 50px 0px;
    text-align: center;
}

.main-content .home-manifacture .title h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.main-content .home-manifacture .title p {
    font-size: 1.2em;
    font-weight: 400;
    color: #666;
}

.main-content .home-manifacture .boxes {}

.main-content .home-manifacture .boxes .left {}

.main-content .home-manifacture .boxes .left ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #176b92;
    padding: 50px 0px;
}

.main-content .home-manifacture .boxes .left ul li {
    width: 100%;
    min-height: 50px;
}

.main-content .home-manifacture .boxes .left ul li.all {
    margin-top: 30px;
}


.main-content .home-manifacture .boxes .left ul li a {
    min-height: 50px;
    width: 100%;
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    transition: all 0.5s;
}

.main-content .home-manifacture .boxes .left ul li a span {
    display: none;
}

.main-content .home-manifacture .boxes .left ul li.active a,
.main-content .home-manifacture .boxes .left ul li:hover a,
.main-content .home-manifacture .boxes .left ul li:focus a,
.main-content .home-manifacture .boxes .left ul li:active a{
    background: #fff;
    color: #176b92;
    text-decoration: none;
}

.main-content .home-manifacture .boxes .left ul li.active a span,
.main-content .home-manifacture .boxes .left ul li:hover a span,
.main-content .home-manifacture .boxes .left ul li:focus a span,
.main-content .home-manifacture .boxes .left ul li:active a span {
    display: block;
}


.main-content .home-manifacture .boxes .left ul li a span {
    float: right;
}

.main-content .home-manifacture .boxes .right {}

.main-content .home-manifacture .boxes .right .detail {}

.main-content .home-manifacture .boxes .right .detail .image {
    position: relative;
    margin-bottom: 20px;
}
.main-content .home-manifacture .boxes .right .detail .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.main-content .home-manifacture .boxes .right .detail .image .title {
    padding: 0px;
    text-align: unset;
    position: absolute;
    background: #333;
    padding: 10px 50px;
    right: 0px;
    bottom: 0px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
}

.main-content .home-manifacture .boxes .right .detail .text {}

.main-content .home-manifacture .boxes .right .detail .text p {
    font-size: 1em;
    font-weight: 400;
    text-align: justify;
    color: #666;
}

.main-content .home-manifacture .boxes .right .detail .text p a {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.main-content .home-projects {
    margin: 30px 0px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.main-content .home-projects .top-title {
    padding: 50px 0px;
    text-align: center;
}

.main-content .home-projects .top-title h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-content .home-projects .top-title p {
    color: #666;
    font-size: 1.2em;
}

.main-content .home-projects .boxes {
    margin-top: 50px;
}

.main-content .home-projects .boxes .box {
}

.main-content .home-projects .boxes .box .bg {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #176b92;
    mix-blend-mode: multiply;
    transition: all 0.5s;
}

.main-content .home-projects .boxes .box:hover .bg {
    width: 100%;
}

.main-content .home-projects .boxes .box .image {
    margin-bottom: 20px;
    position: relative;
}

.main-content .home-projects .boxes .box .image img {
    width: 100%;
    height: auto;
}

.main-content .home-projects .boxes .box .text {
    text-transform: uppercase;
    color: #333;
}

.main-content .home-projects .boxes .box a {
    text-decoration: none;
}

.main-content .home-projects .button-area {
    margin-top: 50px;
}

.main-content .home-projects .button-area .btn.btn-home-project {
    background: #176b92;
    color: #fff;
    border-radius: 0px;
    padding: 7px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
}

.main-content .home-references {
    margin-top: 30px;
    padding: 80px 0px;
    background: #f0f0f0;
}

.main-content .home-references .title {
    text-align: center;
    margin-bottom: 50px;
}

.main-content .home-references .title h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-content .home-references .title p {
    color: #666;
    font-size: 1.2em;
}

.main-content .home-references .boxes {
    margin: 30px 0px;
}

.main-content .home-references .boxes .item {
    padding: 30px;
    background: #fff;
    border: 1px solid #176b92;
    transition: all 0.5s;
}

.reference-carousel .owl-nav button.owl-prev,
.reference-carousel .owl-nav button.owl-next {
    position: absolute;
    background: #176b92!important;
    outline: 0px;
    font-size: 2em;
    border-radius: 0px;
    top: 35%;
    color: #fff;
    padding-top: 0px;
    width: 50px;
    height: 65px;
}
.reference-carousel .owl-nav button.owl-prev {
    left: -70px;
}

.reference-carousel .owl-nav button.owl-next {
    right: -70px;
}

footer {
    background: #f0f0f0;
    background-image: url(../images/slider-bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 70px;
}

footer .logo {
    margin-top: 50px;
}

footer .menu {}

footer .menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

footer .menu ul li {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

footer .menu ul li a {
    color: #176b92 ;
    text-transform: uppercase;
}

footer .contact {
    color: #333;
}

footer .contact p {
    margin-bottom: 30px;
}

footer .contact p span {
    color: #176b92;
    font-size: 1.2em;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

footer .contact p.copyright {
    font-weight: 400;
    margin-top: 50px;
}

.bck,
.bck:hover {
    background: #176b92;
    color: #fff;
}

#header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    border-top: 0px;
    border-bottom: 3px solid #176b92;
    height: 113px;
}

.mobile-menu {
    display: none;
}

.mobile-menu .mobile-menu-item {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 2.5em;
    color: #176b92;
}

.mm li span {
    display: inline-block;
    padding:0px;
    width: 30px;
    color: rgba(0,0,0,0.5);
}
.mm li:before {
    color: rgba(0,0,0,0.7);
    font-weight: 700;
}


.mm ul {
    background: #176b92;
}

.mm.mm--main:after {
    background: #000;
    color: #fff;
}

.main-content .page-header {
    height: 400px;
    position: relative;
}

.main-content .page-header img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.main-content .page-header .breadcrumb {
    background: none;
    border-radius: 0px;
    float: right;
}

.main-content .page-header .breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

.main-content .page-header .breadcrumb ul li {
    float: left;
    color: #666;
}

.main-content .page-header .breadcrumb ul li:after {
    content: " | ";
    display: inline-block;
    margin: 0px 10px;
}

.main-content .page-header .breadcrumb ul li:last-child:after {
    display: none;
}

.main-content .page-header .breadcrumb ul li a {
    color:#000;
    transition: all 0.5s;
}

.main-content .page-header .breadcrumb ul li a:hover,
.main-content .page-header .breadcrumb ul li a:focus,
.main-content .page-header .breadcrumb ul li a:active {
    color: #666;
    text-decoration: none;
}

.main-content .home-about.page {
    box-shadow: none;
    margin-bottom: 50px;
}

.main-content .home-about.page .text {
    padding-top: 30px;
}

.main-content .about-projects {}

.main-content .about-projects {
    margin-bottom: 50px;
}

.main-content .about-projects .about-project-carousel {
    padding-bottom: 30px;
    border-bottom: 3px solid #000;
}

.main-content .about-projects .title {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}
.main-content .about-projects .title .text {
    background: #fff;
    padding-right: 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.main-content .about-projects .title .bd {
    height: 20px;
    background: #000;
    width: 75px;
    display: inline-block;
    margin-left: -10px;
}

.main-content .about-projects .title .line {
    position: absolute;
    height: 3px;
    top: 14px;
    background: #000;
    width: 100%;
    z-index: 1;
}

.main-content .about-projects .item {
    border-right: 2px solid #176b92;
    padding: 0px 20px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-content .about-projects .item a {
    color: #333;
    text-decoration: none;
    font-size: .8em;
    text-transform: uppercase;
}

.about-project-carousel .owl-nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 85px;
    margin-top: 0px;
    height: 50px;
    bottom: -25px;
    background: #fff;
}

.about-project-carousel .owl-nav button.owl-prev span,
.about-project-carousel .owl-nav button.owl-next span {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 0px 15px;
    padding-bottom: 2px;
    width: 35px;
    top: 12px;
}

.about-project-carousel .owl-nav button.owl-prev span {
    right: 40px;
}

.about-project-carousel .owl-nav button.owl-next span {
    right: 0px;
}

.main-content .about-boxes {
    margin-bottom: 30px;
}

.main-content .about-boxes .box {

}
.main-content .about-boxes .box a {
    background: #176b92;
    color: #fff;
    text-align: center;
    padding: 30px;
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.main-content .about-boxes .box a h1 {
    font-size: 1.7em;
    text-transform: uppercase;
}

.main-content .about-boxes .box:hover a {
    background: #000;
    text-decoration: none;
}

.main-content .about {
    padding: 50px 0px;
}

.main-content .about .image {
    height: 250px;

}

.main-content .about .image img {
    max-width: 100%;
    height: auto;
    padding: 30px 0px;
}

.main-content .about .text {
    background: #176b92;
    color: #fff;
    height: 250px;
    display: table-cell;
    vert-align: middle;
    padding: 30px;
}

.main-content .about-documents {
    margin-bottom: 50px;
}

.main-content .about-documents .image {}

.main-content .about-documents .image img {
    width: 100%;
    height: auto;
    height: 360px;
    object-fit: cover;
    padding: 3px;
    background: #176b92;
}

.main-content .about-documents .title {
    color: #666;
    text-align: center;
    margin-top: 15px;
}


.main-content .manifacture-detail {
    margin: 50px 0px;
}

.main-content .manifacture-detail .image {}

.main-content .manifacture-detail .image .big-image {}

.main-content .manifacture-detail .image .big-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.main-content .manifacture-detail .image  .other-images {
    margin-top: 3px;
}

.main-content .manifacture-detail .image  .other-images img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.main-content .home-projects.page {}

.main-content .home-projects.page .box {
    margin-bottom: 30px;
}

.main-content .home-projects.page .boxes .box .text {
    text-align: left;
}

.main-content .home-projects.page .boxes .box .button {
    text-align: left;
    margin-top: 20px;
}

.main-content .home-projects.page .boxes .box .button .btn.btn-project-detail {
    background: #176b92;
    color: #fff;
    border-radius: 0px;
    padding: 5px 20px;
    min-width: 1%;
    transition: all 0.5s;
}

.main-content .home-projects.page .boxes .box:hover .button .btn.btn-project-detail {
    min-width: 100%;
}

.main-content .project-detail .text .box {
    margin-bottom: 30px;
}

.main-content .project-detail .text .box h3 {
    background: #176b92;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: 1.2em;
}

.main-content .project-detail .text .buttons {
    margin: 30px 0px;
}

.main-content .project-detail .text .buttons a {
    background: #176b92;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0px;
    margin-right: 10px;
    transition: all 0.5s;
}

.main-content .project-detail .text .buttons a:hover,
.main-content .project-detail .text .buttons a:focus,
.main-content .project-detail .text .buttons a:active {
    background: #333;
}

.main-content .gallery {
    margin: 50px 0px;
}

.main-content .gallery .image {
    margin-bottom: 30px;
}

.main-content .gallery .image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.main-content .gallery .top-title {
    padding: 30px 0px;
    text-align: center;
}

.main-content .gallery .top-title h1 {
    text-transform: uppercase;
}

.main-content .gallery.reference .image img {
    padding: 30px;
    width: 100%;
    height: auto;
    border: 1px solid #176b92;
}

.main-content .contact-info {
    margin: 30px 0px;
    text-align: center;
}

.main-content .contact-info p {
    margin-bottom: 30px;
}

.main-content .contact-info p span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #176b92;
}

.main-content .contact-form {
    margin: 50px 0px;
    text-align: center;
}

.main-content .contact-form .if {
    border: 1px solid #666;
    border-radius: 0px;
    height: 40px;
}

.main-content .contact-form .if.ift {
    height: 100px;
}

.main-content .contact-form .btn.btn-if {
    background: #176b92;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 0px;
    font-size: .8em;
}

.main-content .page-header.contact {
    height: 500px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.main-content .page-header.contact #map {
    height: 500px;
}

.main-content .contact .slider-bottom {
    box-shadow: none;
}