


       html {
            scroll-behavior: smooth;
            height: 100%; 
            margin: 0; 
            padding: 0;
            width: 100%;        
        }



        body { 
            margin: 0; 
            padding: 0;
            width: 100%;
            overflow-x: hidden;
          }
 


 @media screen and (max-width: 600px) {
    html {overflow-x: hidden;scroll-behavior: smooth;}
    body {}
 }


























    	#ikonlar {
    		position: fixed;
    		right: 0;
    		top: 50%;
            z-index: 2;

    	}

    	#ikonlar a {
    		display: block;
    		padding: 10px;
    		font-size: 18px;
    		color: white;
    		background-color: #26358C; 
    		text-align: center;
    		margin: 5px 0px;
    	}

    	#ikonlar a:hover {
    		color: #FBB914;
    	}

        #ikonlar button {
            display: block;
            padding: 10px;
            font-size: 18px;
            color: white;
            background-color: #26358C; 
            text-align: center;
            margin: 5px 0px;
            border: none;
            outline: none;
        }

        #ikonlar button:hover {
            color: #FBB914;
            cursor: pointer;
        }



























        #bassekil img {
            padding: 2%;
         
        }

        #pictre2 {
            margin: 0 12%;
         
        }

        #bassekil:last-child img {
            float: right;
         
        }

        @media only screen and (max-width: 400px) {
            #bassekil img {width: 140px;margin: 0;}
        }
        	






















          
        


        .topnav {
            height: 100%;
            overflow: hidden;
            background-color: #26358C;
            font-family: arial;

        }

        .topnav a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            padding: 12px 16px;
            text-decoration: none;
            font-size: 14px;
        }

        .topnav a:hover {
            color: #FBB914;
        }

        .topnav .icon {
            display: none;
        }



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;

  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;

}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
}


































/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: #26358C;
  font-size: 20px;
}

.modalici {
  width: 50%;
  margin: auto;
  border: 5px solid #26358C;
  background-color: #fefefe;
  z-index: -1;
  position: relative;    
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  min-width: 300px;
}

/* Modal Content */
.modal-content {
  padding: 30px;
  width: 100%;
}


/* The Close Button */
.close {
  margin: 5px; 
  margin-right: 10px; 
  color: #26358C;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #FBB914;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
     .modal {padding-top: 40px;}
}

@media screen and (max-width: 400px) {
     .modal {padding-top: 20px;}
}











































#slide{width:95%;}

.mySlides {display: inline-block;}

.slideshow-container {
    width: 700px;
    height: 400px;
    position: relative;
    left: 4%;
    display: inline-block;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
    color: #FBB914;
    font-size: 25px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 700px;
    text-align: center;
    font-family: arial;
}

.pics
{
    width:700px;
    height: 400px;
}


.dotcr {
    display: inline-block;
    width: 700px;
    text-align: center;
    left: 2%;
}

/*/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #494B55;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media screen and (max-width: 750px) {
  .text {font-size: 16px;width: 400px;}
  .slideshow-container {left:0;width: 400px;height: 250px;}
  .pics {width: 400px;height: 250px;}
  .dotcr {width: 400px;left: 0px;display: block;}

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .text {font-size: 16px}
  .slideshow-container {left:0;width: 400px;}

}

@media screen and (max-width: 400px) {
  .text {font-size: 16px;width: 300px;}
  .slideshow-container {left:0;width: 300px;height: 200px;margin-left: 10px;}
  .pics {width: 300px;height: 200px;}
  .dotcr {width: 300px;left: 0px;display: block;}
   
}































#xeberlenti {
    display: inline-block;
    position: relative;
    right: -70px;
    top: -40px;
    margin-left: 0;
    padding: 0;
    font-family: arial;
    width: 400px;
}


@media screen and (max-width: 1350px) {
    #xeberlenti {display: block;margin: 30px;width:300px;}
}

@media screen and (max-width: 600px) {
    #xeberlenti {display: block;width:300px !important;text-align: center;margin: 0px;
        margin-left: 40px;position: static;}
    }

@media screen and (max-width: 400px) {
    #xeberlenti {display: block;width:300px !important;text-align: center;margin: 0px;
        margin-left: 10px;}
    }




.linkler {
     color: #26358C;
}

.linkler:hover {
     color: #002863;
}





























#q8oils_sekil img {
     width:100px;
     padding:1%;
   
}

#zavod img {
     width:400px;  
     padding:1%; 
     float:left;
}

#lab img {
     width:300px;
     padding:1%; 
     float:right;
}

#robot img {
     width:300px;
     padding:1%;
     float:left;
}

@media screen and (max-width: 700px) {
     #zavod img {width:300px;padding:5px;float: none;}
     #lab img {width:300px;padding:10px;float: none;}
     #robot img {width:300px;padding:10px;float: none;}
 }

@media screen and (max-width: 400px) {
     #zavod img {width:280px;padding:5px;}
     #lab img {width:250px;padding:10px;}
     #robot img {width:250px;padding:10px;}
 }





























#haqqimizda1 {
    width:70%;
    margin: auto;

}

#haqqimizda1 blockquote {
     margin: 0 40px;
     font-family: arial;
     line-height: 22px;
}



#haqqimizda blockquote {
     margin: 0 40px;
     font-family: arial;
     line-height: 22px;
}


@media screen and (max-width: 600px) {
    #haqqimizda blockquote {margin: 0 30px;}
}

@media screen and (max-width: 400px) {
    #haqqimizda blockquote {margin: 0 20px;}
}








































.videoq8oils video {
    width: 700px;
}

@media screen and (max-width: 600px) {
    .videoq8oils video {width: 400px}
}

@media screen and (max-width: 400px) {
    .videoq8oils video {width: 300px}
}















































































blockquote {
    font-size: 18px;
    padding: 1px;
    font-family: arial;

}





























.fiqurqabi1 figure {
    display: inline-block;
    
}

.fiqurlar {
    width: 170px;
    height: 160px;
    border: 2px solid #26358C;

}

.fiqurlar img {
    width: 170px;
    height: 100px;

}

.fiqurlar figcaption  {
    width: 170px;
    height: 50px;
    text-align: center;
    color: #26358C;
    font-size: 20px;
    font-family: arial;
    
}

.fiqurlar a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
    

































h4 {
    font-size: 30px;
    text-align: center;
    color: #26358C;
    font-family: arial;
}

.sekiller {
    display: inline-block;
}

.sekiller img {
    margin: 10px;
    width: 280px;
    height: 350px;
    padding: 0px 20px;
}

.sekilleryuk img {
    width: 560px;
    height: 350px;
    padding: 0 20px;
}

.xerite div {
    width: 400px;
    text-align: center;
}

.xerite img {
    width: 400px;
    height: 270px;
}

@media screen and (max-width: 600px) {
    .sekiller img {margin: 0;width: 250;height: 340px;margin: 0px;padding: 0px;}
    .sekilleryuk img {width: 300px;height: 200px;margin: 0px;padding: 0px;}
    .xerite img {width: 300px;height: 220px;margin: 0;padding: 0;}
    .xerite div {width: 300px;margin: 0;padding: 0;}
}
















































































































.bedensekil {
  background-image: url("oil3.jpg");
  background-size: 1350px 4100px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; 
}

@media screen and (max-width: 600px) {
  .bedensekil {background: url("oil3.jpg") -200px 0;}
}


@media screen and (max-width: 400px) {
  .bedensekil {background: url("oil3.jpg") -300px 0;}
}











.faydali_beden {
   background-color: white;
   margin: 100px;
   padding: 5px 0px;
   opacity: 0.8;
   font-family: arial;
}

.faydali_basliqlar {
  font-size: 25px;
  color: #26358C;
  text-align: center;

}

.faydali_metnler {
  margin: 20px;
  line-height: 28px;
}

.button_container {
  display: inline-block;
  margin: 0px 10px;
}


.faydali_buttons button {
  border: none;
  outline: none;
  color: #26358C;
  font-family: arial;
  font-size: 18px;
  margin: 5px 0px;
  padding: 0px 0px;
  background-color: white;
}

.faydali_buttons button:hover {
  color: #FBB914;

}

#section1 {display: block;}
#section2 {display: none;}
#section3 {display: none;}
#section4 {display: none;}
#section5 {display: none;}
#section6 {display: none;}
#section7 {display: none;}
#section8 {display: none;}



@media screen and (max-width: 1300px) {
  .faydali_beden {margin: 60px;}
}

@media screen and (max-width: 600px) {
  .faydali_beden {margin: 20px;}
  .faydali_buttons button {font-size: 17px;}
}

@media screen and (max-width: 400px) {
  .faydali_beden {margin: 10px;}
}















































































































footer {

}

.starauto_footer {
    font-size: 33px;
    margin-top: -20px;
    font-family: arial;

}

@media screen and (max-width: 700px) {
    .starauto_footer {font-size: 25px}
}

.ard_footer {
     font-size: 22px;
}

@media screen and (max-width: 700px) {
    .ard_footer {font-size: 20px}
}

#elaqe_footer {
       margin-left:150px;
}

@media screen and (max-width: 600px) {
    #elaqe_footer {margin-left: 0px;font-size: 16px;}
}


.evvele {
     font-family: arial;
     display:inline-block;
     padding-left: 440px;

}

.evvele a {
     text-decoration: none;
     color: white;
}

.evvele a:visited{
    color:white;
    cursor: pointer;
}

.evvele a:hover {
    color:#FBB914;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .evvele {display:block;padding-left: 0px;margin-top: 20px;}
}









































































































































































































































/*

.message_area {
    top: 60px;
    display: none;
    background-color: white;
    position: fixed;
    z-index: 1;
    border:5px solid #26358C;
    box-shadow: 5px 5px 16px black;
    margin:0 30%;
    font-family: arial;
    font-size: 18px;
    color: #26358C;
}

.message_form {
    padding: 50px;
}

.message_area button {
    color: #26358C;
    background-color: white;
    border: none;
    font-size: 20px;
    padding: 2px;
    margin-left: 92%;
    outline: none;
}

.message_area button:hover {
    cursor: pointer;
    color: #FBB914;
}


@media screen and (max-width: 800px) {
    .message_area {}
    .message_area button {}
}


@media screen and (max-width: 600px) {
    .message_area {margin: 10%;top: 20px;}
    .message_area button { }
}

@media screen and (max-width: 400px) {
    .message_area {margin: 1%;top: 20px;}
    .message_area button { }
}



*/