body, html {
    background-color: #f8f8f8;
    font-family: 'Cera Pro Regular';
    height: 100%;
}
a,a:hover{
    color: black;
    text-decoration: unset !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pd0{
    padding: 0 !important;
}
.top0{
    top: 0 !important;
}
.cursor-pointer{
    cursor: pointer;
}
.bg-white{
    background-color: white;
}
.w-95{
    width: 95%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-left: 5px solid #3e82da;
}
/*Cera*/
@font-face {
    font-family: 'Cera Pro Thin';
    src: url("/assets/fonts/cera/Cera Pro Thin.otf"); }

@font-face {
    font-family: 'Cera Pro Thin Italic';
    src: url("/assets/fonts/cera/Cera Pro Thin Italic.otf"); }

@font-face {
    font-family: 'Cera Pro Light';
    src: url("/assets/fonts/cera/Cera Pro Light.otf"); }

@font-face {
    font-family: 'Cera Pro Light Italic';
    src: url("/assets/fonts/cera/Cera Pro Light Italic.otf"); }

@font-face {
    font-family: 'Cera Pro Regular';
    src: url("/assets/fonts/cera/Cera Pro Regular.otf"); }

@font-face {
    font-family: 'Cera Pro Regular Italic';
    src: url("/assets/fonts/cera/Cera Pro Regular Italic.otf"); }

@font-face {
    font-family: 'Cera Pro Medium';
    src: url("/assets/fonts/cera/Cera Pro Medium.otf"); }

@font-face {
    font-family: 'Cera Pro Medium Italic';
    src: url("/assets/fonts/cera/Cera Pro Medium Italic.otf"); }

@font-face {
    font-family: 'Cera Pro Bold';
    src: url("/assets/fonts/cera/Cera Pro Bold.otf"); }

@font-face {
    font-family: 'Cera Pro Bold Italic';
    src: url("/assets/fonts/cera/Cera Pro Bold Italic.otf"); }

@font-face {
    font-family: 'Cera Pro Black';
    src: url("/assets/fonts/cera/Cera Pro Black.otf"); }

@font-face {
    font-family: 'Cera Pro Black Italic';
    src: url("/assets/fonts/cera/Cera Pro Bold Italic.otf"); }
/**/

.navbg{
    position: absolute;
    background-image: url(/assets/img/navbg.png);
    background-position: right;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}
.ouznav{
    height: 64px;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.ouznav li{
    list-style: none;
    float: left;
    margin-right: 29px;
    height: 38px;
}
.socials{
    float: right;
    font-size: 14px;
    padding-top: 18px;
    padding-right: 10px;
}
.socials li{
    list-style: none;
    float: left;
    margin-right: 23px;
    height: 10px;
    cursor: pointer;
}
.lgnmg{
    margin-top: -5px;
}
.socials .lgn{
    color: #575757;
    margin-top: -2px;
    font-size: 16px;
}
.ouznav .slogan li{
    cursor: pointer;
    color: #f3f3f3;
    list-style: none;
    float: left;
    margin-right: 25px;
    height: 35px;
}
.ouznav a{
    color: #383838;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.ouznav a:hover{
    color: #dbdbdb;
    text-decoration: none;
}
.submenu{
    display: none;
    z-index: 99;
    margin-top: 14px;
    position: absolute;
    height: auto;
    padding: 0px 21px 4px 15px;
    color: black;
    border: 1px solid #ccc;
    background: #fff;
}

.submenu li{
    float: none;
    margin-top: 12px;
    padding-top: 2px;
    height: 30px;
    width: 100%;
    margin-right: 90px;
}
.submenu li a, .submenu li a:hover{
    color: #3f3f3f;
}
.submenu li a:hover{
    color: #005332;
}
.slogan{
    padding: 0;
    color: #b2b2b2;
    text-decoration: none;
    font-size: 13px;
    padding-top: 13px;
    font-weight: 600;
    float: left;
}
.menubg{
    display: none;
    background-color: #395f98;
    height: 220px;
    width: 100%;
    position: absolute;
    z-index: 9;
    margin-top: -10px;
}
.dropdown-item{
    color: #000000 !important;
    font-size: 15px;
}
progress {
    vertical-align: baseline;
    width: 100%;
    height: 23px;
}
.blme{
    color: #dbdbdb !important;
}
.ouznav .lang{
    float: right;
    font-size: 14px;
    margin-top: 5px;
    color: #505050;
}
.ouznav .phone{
    font-size: 14px;
    margin-top: 1px;
    color: #395f98;
    font-weight: 600;
}
.ouznav .menu{
    color: #3e3d3d;
    width: 100%;
    margin: 0;
}
.ouznav .tmenu{
    height: 100px;
    background-color: #ffffffeb;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid;
}
.ouzmenu{
    margin:0;
    margin-top: 10px;
    float: right;
}
.ouznav .menu .col-8{
    top: 37px;
}
.ouznav .menu .col-4 img{
    height: 99px;
    width: 100%;
    margin-top: -8px;
}
/*Kampanya*/
.kampanya{
     border: 1px solid #ccc;
     padding: 10px;
     background-color: white;
 }
.spic{
    height: 500px;
    width: 500px;
    margin: 0 auto;
    background-size: cover;
}
/*Breadcrumb*/
.breadcumbs, .breadcumbs a{
    color: white;
    font-size: 16px;
    z-index: 55;
    position: relative;
}
/*Single Codes*/
#single{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.single-col8{
    margin: 20px 0px;
    padding: 20px 60px 20px 15px;
}
.single-col8 p{
    font-size: 18px;
    line-height: 2.0625rem;
    font-family: arial;
}
.singlebot{
    border-top: 1px solid #ccc;
    padding: 18px;
    font-size: 14px;
}
.singlebot a{
    color: #696969;
    text-decoration: none;
}
.singlebot a:hover{
    color: #395f98;
}
.singleul{
    border-top: 6px solid #0f75bd;
    margin: 48px 0px;
    padding: 8px 0;
    list-style: none;
}
.singleul li{
    margin-bottom: 10px;
    font-weight: 600;
}
.singleul li a{
    text-decoration: none;
    color: #545b62;
}
.singleul li a:hover{
    color: #ccc;
}
.pgtopbg{
    width: 100%;
    height: 200px;
    position: relative;
}

.singletxt{
    border-bottom: 1px solid;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 25px;
    color: white;
    margin-bottom: 15px;    margin-top: 75px;
    z-index: 55;
    position: relative;
}
.singletxt span{
    position: absolute;
    user-select: none;
    line-height: 1px;
    font-size: 30px;
    width: auto;
    padding-right: 6px;
}
.table_img img{
    height: auto;
    margin-top: 30%;
}
.combined_list{
    display: flex;
    border: 1px solid #ccc !important;
    padding-left: 0px;
}
.combined_list li{
    display: inline-block;
    font-size: 22px;
    list-style: none;
    margin: 0 auto;
    padding: 10px;
    transition: 1s;
    width: 100%;
    text-align: center;
}
.combined_list li:hover{
    background-color: #545b62;
    color: white;
    cursor: pointer;
}
.ouzmob{
    display: none;
}
/*OB*/
.ob{
    height: 36px;
    display: flex;
    width: 35px;
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 1000;
    cursor: pointer;
    transition: 2s;
}
.ob img{
    filter: brightness(0.5);
    background-size: contain;
    position: relative;
    right: -4px;
    top: 5px;
    background-repeat: no-repeat;
    height: 79%;
    width: auto;
    transition: 2s;
    z-index: 55;
}
.obname{
    width: 105px;
    right: 1px;
    overflow: hidden;
    padding-top: 10px;
    margin-right: -110px;
    position: absolute;
    font-size: 11px;
    transition: 3s;
}
.ob .coverme{
    background: #ffffff;
    height: 98%;
    top: 3px;
    right: -110px;
    width: 110px;
    border-left: 1px solid #7171714a;
    position: absolute;
}
.coverme{
    background: rgba(0,0,0,.5);
    height: 100%;
    /* opacity: 0.6; */
    width: 100%;
    position: absolute;
}
.cmtext{
    font-family: serif;
    color: white;
    font-size: 5.2vh;
    top: 33%;
    left: 10%;
    width: 50%;
    position: absolute;
}
.card-header .btn-link{
    color: black;
    text-decoration: none;
}
.iletisim .row{
    height: auto;
    min-height: unset !important;
}
.iletisim textarea{
    margin-top: 5px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}

/*HT Start*/

/*Larea*/
.logobg{
    height: 102px;
    /* background-color: white; */
    /* width: 210px; */
    /* border: 1px solid #ececec; */
    /* border-top: unset; */
    /* box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.1); */
}
.logobg img{
    height: 80px;
    width: auto;
    margin: 0 auto;
    display: block;
    padding-top: 8px;
}

/* [ 3. footer ] */
footer {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    background-color: white;
    border-top: 1px solid #ccc;
}

footer p {
    color: #707d84;
    font-size: 12px;
}

footer hr {
    position: relative;
    z-index: 99;
    top: -23px;
}

footer .uk-icon-button {
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 10px;
}

footer .uk-light .uk-icon-button {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(55, 71, 79, 1);
}

footer .uk-light .uk-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(55, 71, 79, 1) !important;
}

#footer-logo img {
    width: 110px;
    margin-left: -16px;
}

#footer-logo span {
    background-color: white;
    padding-right: 10px;
    position: relative;
    z-index: 100;
}

.idz-footer-download a:first-child {
    position: relative;
    left: -38px;
    float: left;
}

.idz-footer-download a:last-child {
    position: relative;
    top: -39px;
    float: right;
}

.uk-totop {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgba(55, 71, 79, 1) !important;
    position: relative !important;
    right: 25px;
    float: right;
    border: 1px solid #ccc;
    bottom: 105px;
}
.ftlist li, .ftlist li a{
    list-style: none;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
}

/*Test*/
.home-about-us-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: auto;
}

.home-about-us-box > * {
    z-index: 1;
}

.home-about-us-box span.title {
    font-size: 23px;
    color: #33388b;
    font-weight: 700;
    line-height: 1;
}

.home-about-us-box p.description {
    font-size: 15px;
    color: #525252;
    font-weight: normal;
    margin: 0;
    line-height: 1.56;
    margin-top: 20px;
}

/*Login*/
#lgn {
    height: auto;
    position: relative;
    width: 90%;
    min-height: 500px;
    margin: 50px auto;
    margin-bottom: 30px;
}

#lgn .title {
    border-bottom: 1px solid #09668f;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #076196;
    font-weight: 600;
    text-transform: uppercase;
}

.title button {
    float: right;
}

#lgn .table {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: #212529;
}

#lgn .table th {
    color: #076394;
}

#lgn .table tr {
    border-bottom: 1px solid #ececef;
}

#lgn .table .dty {
    font-size: 19px;
    color: #07678f;
    padding-left: 12px;
    cursor: pointer;
}
#lgn .oturum h1{
    text-align: center;
    font-size: 24px;
}
#lgn h3{
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}
.usr{
    margin-top: -2.5px;
}
.dropdown:focus,.dropdown:visited,.dropdown:hover{
    outline: none;
}
.main {
    min-height: 400px;
    margin: 50px auto;
    border: 4px solid #eee;
    background: #fff;
}

.oturum-alani {
    width:300px;
    display:block;
    margin:0 auto 0 auto;
}

.oturum {
    padding: 40px 0px;
    min-height:490px;
}
.oturum input, .oturum select{
    box-shadow: none !important;
}
.oturum .btn-success{
    padding:5px 60px;
    border:1px solid #ddd;
    border-bottom:5px solid #ddd;
    margin-top:10px;
    width:100%;
    background:#fff;
    color: #999;
    font-weight:700;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:16px;
}

.oturum .btn-info{
    padding: 5px 60px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #ddd;
    margin-top: 20px;
    width: 100%;
    background-color: #25377d !important;
    border-color: #1f2c5e !important;
    color: white;
    font-weight: 700;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
}
.info {
    font-size: 12px;
    margin:12px auto;
    display:block;
    text-align:center;
}
.info a {
    color: #ffffff;
    font-weight:700;
    padding:0 8px 0 0;
}
.info a:hover {
    color:#878787;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .3s linear;
    -transition:all .2s linear
}
.oturum .info a {
    color: #38536d;
    font-weight: 700;
    padding: 0 8px 0 0;
}
.oturum .info a:hover {
    color:#878787;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .3s linear;
    -transition:all .2s linear
}
#single h1{
    color: #38536d;
    font-size: 24px;
    padding: 30px 0 20px 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #eee;
}
#single .tanitim h1{
    color: #ffffff;
}
#single .oturum-alani h3{
    color: black;
}

/*ÃœrÃ¼n Tab*/
#uruntab{
    border-top: 1px solid #ccc;
}
#uruntab img{
    width: 55%;
    margin: 0 auto;
    margin-top: 14px;
    display: block;
    border: 1px solid #ccc;
}
.nav-tabs .nav-link {
    border: none;
    text-transform: uppercase;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #b69827;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b69827;
    border-bottom: 1px solid;
}
.nav-tabs .nav-item a{
    color: #a2a2a2;
}
.prodtitle{
    font-size: 28px;
    font-weight: 600;
    color: #005332;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.midtitle {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 86%;
}
.midtitle .line{
    position: absolute;
    top: 24px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #005332;
}

.midtitle span {
    position: relative;
    user-select: none;
    width: 22%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 30px;
    background-color: #f8f8f8;
}
.midtitle a{
    color: #005332;
}
.all-kamp{
    font-size: 14px;
    font-weight: 600;
    color: #005332;
    text-transform: uppercase;
    float: right;
}

/*Slider*/
#lightSlider li{
    list-style: none;
}
#lightSlider li img{
    width: 100%;
}
#lightSlider li .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 46%;
    font-size: 21px;
    color: white;
    z-index: 55;
}
#lightSlider li .caption p{
    width: 50%;
    margin: 0 auto;
}
#letstry{
    min-height: 280px;
}
#s1{
    position: relative;
    height: 550px;
}
#s1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#s1 video source{
    height: auto;
}
/*.slidecover{*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    z-index: 51;*/
/*    width: 100%;*/
/*    background-color: #3e3e3e;*/
/*}*/
.slidecover{
    position: absolute;
    height: 300px;
    transform: rotate(177deg);
    z-index: 51;
    top: -97px;
    left: -19px;
    right: 0px;
    /* width: 100%; */
    background-color: #3e3e3e;
}
.slidecoverbg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .1;
}
.slidecoverbgtop{
    position: absolute;
    background-color: #3e3e3e;
    width: 100%;
    height: 100%;
    top: -100px;
}
.slidecoverbot{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(179deg);
    position: relative;
    bottom: 17px;
    background-color: #3e3e3e;
    width: 100%;
    height: 42px;
    z-index: 55;
}

/*REFS*/
.refs{
    height: 150px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #203355;
}
#refs img{
    height: 150px;
    margin: 0 auto;
    display: block;
}
/*Sektor*/
.sektor{
    position: relative;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 2s;
}
.sektor:hover{
    background-position: bottom;
}
.sektor .mask{
    position: absolute;
    height: 100%;
    z-index: 51;
    width: 100%;
    opacity: .55;
    background-color: #001c4f;
}
.sektor span{
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    color: white;
    z-index: 55;
    top: 76px;
}

/*Product*/
.product{
    cursor: pointer;
    padding: 30px 10px;
    border: 1px solid #e8e8e8;
    transition: 1s;
    height: 230px;
}
.product:hover{
    border: 1px solid #005332;
}
.product img{
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
.product .ttitle{
    text-align: left;
    font-size: 13px;
    color: #005332;
    font-weight: 600;
}
.product .btitle{
    text-align: left;
    display: block;
    color: #444444;
    font-weight: 600;
    padding-top: 5px;
}
.product i{
    text-align: center;
    display: block;
    font-size: 13px;
}
.filter-group{
    display: flex;
}
.normal-btn {
    background-color: #ffffff;
    color: #005332;
    font-size: 14px;
    padding: 1px 9px;
    font-weight: 600;
    font-family: 'Cera Pro Bold';
    border: 1px solid #005332;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;}
.normal-btn:hover {
    background-color: #005332;
    color: white;
    border: 2px solid #005332;
    text-decoration: none; }
.normal-btn:focus {
    outline: 0;
    box-shadow: 0; }
.tag-btn {
    background-color: #eaeff4;
    color: #636363;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px;
    margin: 2px;
    text-transform: uppercase;
    font-family: 'Cera Pro Bold';
    border: 1px solid #ebebeb;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    text-transform: none;
    font-family: 'Cera Pro Regular'; }
.tag-btn:hover {
    background-color: transparent;
    color: #252525;
    border: 1px solid #636363;
    text-decoration: none; }
.tag-btn:focus {
    outline: 0;
    box-shadow: 0; }


.widget{
    margin-top: 40px;
}
.widget .bol{
    width: 50px;
    margin: 12px 0px;
    height: 3px;
    background-color: #005332;
}
.widget span{
    color: #404040;
    font-size: 20px;
    font-weight: 600;
}
.widget .singleul{
    border-top: none;
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.widget .singleul li{
    margin-bottom: 10px;
    font-weight: 400;
}
.widget .singleul li a{
    text-decoration: none;
    color: #545b62;
    font-size: 16px;
    line-height: 31px;
    transition: .5s;
}
.widget .singleul li a:hover{
    color: #005332;
}


/*Listme*/
#listme ul{
    list-style: none;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 2px;
}
#listme ul li{
    padding: 10px;
}
#listme ul li:hover{
    background-color: #fafafa;
    padding: 10px;
}
/*------------------------ 3 About ------------------------*/

.hakkimdabg{
    background-image: url("/assets/img/navbg.png");
    position: absolute;
    height: 100%;
    width: 100%;
}
.about{
    position: relative;
    background-color: white;
}
.about .container{
    padding-top: 50px;
}
.about.type-1 .about-image{
    padding-bottom: 70px;
    background: #e8e8e8;
}

.about.type-1 .about-image img:before{
    background: #e4e4e4;
}

.about img {
    width: 80%;
    height: 200px;
    object-fit: cover;
    box-shadow: -12px 9px 0px 0px rgba(120, 120, 120, 0.14);
}

.about h2{
    font-size: 22px;
    font-weight: 600;
    color: #ad901a;
    text-transform: uppercase;
    line-height: 30px;
}


.diagonal-title h5{
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
}

.diagonal span{
    font-size: 15px;
    color: #b3b3b3;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
}


.about-text{
    display: table;
    height: 407px;
}

.fileclck{
    border: 3px dashed #ccc;
    width: 100%;
    height: 80%;
    margin: 10px;
    text-align: center;
    color: #4d4d4d;
    cursor: pointer;
}
.fileclck i{
    display: grid;
    font-size: 18px;
    padding-top: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #727272;
}
.fileclck i:hover{
    color: #1a1a1a;
}
.docinfo{
    border: 1px solid #ccc;
    margin: 0px;
}
.docinfo .docname{
    top: 18px;
    display: block;
    position: relative;
}
.docinfo .docname .date{
    font-size: 10px;
}
#ref .green{
    color: #28a745;
}
#ref .red{
    color: #dc3545;
}
@media (min-width: 992px)   {
    .ouznav .slogan li {
        margin-right: 20px;
    }
}
@media (max-width: 990px){
    .ouznav {
        height: auto;
        position: relative;
    }

    #s1 {
        position: relative;
        height: 220px;
        z-index: 1;
    }
    .midtitle .line {
        position: absolute;
        top: 19px;
    }
    .midtitle span {
        width: 64%;
        font-size: 20px;
    }
    .hideme{
        display: none;
    }
    .sticky {
        position: fixed;
    }
    .socials li {
        display: none;
    }
    .ouznav .menu {
        display: none;
    }
    .logobg {
        height: 70px;
        width: 140px;
        z-index: 56;
        display: block;
        position: relative;
    }
    .logobg img {
        height: 70px;
        width: auto;
        margin: 0 auto;
        display: block;
        padding-top: 11px;
    }
    #letstry {
        min-height: 220px;
    }
    #lightSlider li .caption {
        top: 26%;
        font-size: 11px;
    }
    .sektor {
        position: relative;
        height: 160px;
        margin-bottom: 10px;
    }
    .sektor span {
        text-align: center;
        position: relative;
        margin: 0 auto;
        display: block;
        font-size: 24px;
        color: white;
        z-index: 55;
        top: 60px;
    }

    .ouzmenu{
        display: none;
    }
    .ouzmob{
        display: block;
    }
    .ouzmenumob {
        float: right;
        cursor: pointer;
        font-size: 18px;
        border: 1px solid #005332;
        color: #005332;
        padding: 5px 8px;
        margin-top: 12px;
        position: absolute;
        top: 20px;
        right: 110px;
    }
    .ouzmenu a{
        color: #005332;
    }
    .mobmenu{
        display: none;
        border: 1px solid #ccc;
        position: absolute;
        top: 99px;
        left: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        z-index: 55;
        background-color: white;
    }
    .mobmenu ul{
        padding: 25px;
        display: grid;
        width: 100%;
    }
    .mobmenu ul li{
        margin-left: 20px;
    }
    .product img {
        height: 120px;
    }
    .about{
        z-index: 5;
    }
    footer .uk-icon-button {
        border-radius: 0px;
        border: 1px solid #ccc;
        padding: 4px;
    }
    .about-image{
        padding:0;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .single-col8 {
        margin: 0px 0px;
        padding: 1px 2px 10px 1px;
    }
    .about h2 {
        font-size: 14px;
    }
    .about table{
        font-size: 12px;
    }
    .about .container {
        padding-top: 40px;
    }
    #uruntab img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }
    body{
        overflow-x: hidden;
    }
    .cmtext {
        font-family: serif;
        color: white;
        font-size: 18px;
        top: 33%;
        left: 10%;
        width: 77%;
        position: absolute;
    }
    .lgn {
        float: right;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #005332;
        color: #005332 !important;
        padding: 5px 8px;
        margin-top: 9px;
        position: absolute;
        top: 20px;
        right: 18px;
    }
    .about img {
        width: 95%;
        height: 200px;
        object-fit: cover;
        padding: 20px;
        margin: 0 auto;
        display: block;
        box-shadow: none;
    }
    .usr {
        float: right;
        cursor: pointer;
        font-size: 10px;
        border: 1px solid #005332;
        color: #005332 !important;
        padding: 0px 1px;
        margin-top: 6px;
        position: absolute;
        top: 20px;
        right: 27px;
    }
    .singletxt{
        margin-top: 45px;
    }
    .singletxt span {
        position: absolute;
        user-select: none;
        line-height: normal;
        font-size: 17px;
        width: auto;
        padding-right: 6px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}
