*
{
    margin: 0; padding: 0;
}

a { cursor: pointer; }

h1, h2, h3, h4, h5, h6, a, li, p, td, th
{
    font-weight: normal; font-family: Open-Sans; text-decoration: none;
}

h3
{
    font-size: 28pt; padding-bottom: 5px;
}

.container
{
    margin: auto; width: 1100px; height: inherit; position: relative; 
    text-align: center;
}

header
{
    margin: auto; width: 100%; height: 170px;
    background: #fff; position: relative;
    text-align: center;
}

.logo
{
    position: absolute; top: 10px; left: 30px;
    width: 110px; height: 110px; 
    background: url(../img/logo.png)no-repeat; 
    background-size: contain;
}

header h4
{
    position: absolute; top: 30px; right: 330px;
    font-size: 13pt; color: #e94d1d;
}

header h4:before
{
    content: "";
    position: absolute; top: 0px; left: -40px; 
    width: 32px; height: 32px;
    background: url(../img/time.png)no-repeat;
    background-size: contain;
}


header h5
{
    position: absolute; top: 30px; right: 30px;
    font-size: 16pt; color: #e94d1d; font-weight: bold;
    
}

header h5:before
{
    content: "";
    position: absolute; top: 0px; left: -40px; 
    width: 32px; height: 32px;
    background: url(../img/ph.png)no-repeat;
    background-size: contain;
}

header nav
{
    position: absolute; bottom: 0;
    width: 100%; 
    padding: 13px 0px;
    background: linear-gradient(to top, #24add8, #2fc7f7);
}

header nav a
{
    font-size: 12pt; color: #fff;
    padding: 13px 35px; margin: -2px;
    border-right: 1px solid #21aad4;
}

header nav a:last-child { border: 0; }

header nav a:hover
{
    background: #069;    
}

/*********/
.fixed_nav
{
    position: fixed; top: -100px;
    width: 100%; 
    padding: 13px 0px;
    background: #2fc7f7;
    text-align: center;
    box-shadow: 0 1px 7px #888;
    z-index: 9999;
}

.fixed_nav a
{
    font-size: 12pt; color: #fff;
    padding: 13px 35px; margin: -2px;
    border-right: 1px solid #21aad4;
}

.fixed_nav a:last-child { border: 0; }

.fixed_nav a:hover
{
    background: #069;    
}

/*************************************************/




.slider
{
    margin: 10px auto; width: 96%; height: 540px;
    background-size: cover; position: relative;
    box-shadow: 0 0 7px #aaa;
}

.slider section
{
    display: block; width: 1260px; height: 540px;
    background-size: cover; background-position: center center;
}

.sl1 { background: url(../img/sl1.jpg)no-repeat; }
.sl2 { background: url(../img/sl2.jpg)no-repeat; }
.sl3 { background: url(../img/sl3.jpg)no-repeat; }
.sl4 { background: url(../img/sl4.jpg)no-repeat; }
.sl5 { background: url(../img/sl5.jpg)no-repeat; }
.sl6 { background: url(../img/sl6.jpeg)no-repeat; }

.slider h5
{
    position: relative; top: 350px; left: 0px; 
    font-size: 36pt; color: #003b60; z-index: 30;
    padding: 25px 0px 25px 50px; 
    background: linear-gradient(to right, rgba(245, 245, 245, 0.9) 40%, rgba(255, 255, 255, 0)100%);
}

/*******************************/

.about
{
    margin: auto; width: 100%; height: auto; 
    background: linear-gradient(to bottom, #fff, #eee);
}

.about .cont
{
   padding: 20px 40px;
}

.about p
{
    font-size: 11.5pt; text-align: justify; line-height: 1.4em;
    
}

/*********************************/

.product
{
    margin: auto; width: 100%; height: auto;
    background: #eee; 
    
}

.product .cont
{
    border-top: 1px solid #bbb; padding: 40px 0px 100px 0px;
    
}

.product section
{
    display: inline-block;
    width: 330px; height: 210px; margin: 15px;
    background-size: cover; background-position: center center;
    position: relative; box-shadow: 0 0 5px #aaa;
}

.prod1 { background: url(../img/prod1.jpg)no-repeat; }
.prod2 { background: url(../img/prod2.jpg)no-repeat; }
.prod3 { background: url(../img/prod3.jpg)no-repeat; }
.prod4 { background: url(../img/prod4.jpg)no-repeat; }
.prod5 { background: url(../img/prod5.jpg)no-repeat; }
.prod6 { background: url(../img/prod6.jpg)no-repeat; }


.drop
{
    position: absolute; top: 0px; left: 0px;
    width: 100%; height: 100%; 
    background: rgba(0, 136, 187, 0.8);
    opacity: 0; cursor: pointer;
    transition: all .5s;
}

.drop h4
{
    font-size: 13pt; 
    position: relative; top: 90px; color: #fff;
}

.drop:hover { opacity: 1; }

.product a
{
    padding: 18px 35px; background: #e33804;
    color: #fff; font-size: 14pt;
    position: relative; top: 40px;
    border-radius: 3px; transition: all .3s;
}

.product a:hover
{
   background: #e94d1d; 
}

/**********************/

.social_block
{
    margin: auto; width: 100%; height: auto; padding: 40px 0px;
    background: #eee; 
}

.social_block a
{
    display: inline-block; margin: 30px;
    width: 70px; height: 70px;
    background-size: contain; position: relative; top: 10px;
    border: 6px solid #fff; 
    border-radius: 50%; box-shadow: 0 0 7px #aaa;
}

.soc1 { background: url(../img/soc1.png)no-repeat; }
.soc2 { background: url(../img/soc2.png)no-repeat; }
.soc3 { background: url(../img/soc3.png)no-repeat; }
.soc4 { background: url(../img/soc4.png)no-repeat; }

/**********************/

.zamer
{
    margin: auto; width: 100%; height: 380px;
    background-color: #09c; 
}

.zamer .cont
{
    background: url(../img/zamer.png)no-repeat bottom right;
    background-size: contain; 
}

.zamer h3
{
    color: #fff; 
    position: relative; top: 30px; right: 270px;
    font-size: 22pt;
}

.zamer h3 span
{
    font-weight: bold; font-size: 38pt;
}

.zamer h4
{
    color: #fff; 
    position: relative; top: 20px; right: 175px;
    font-size: 13pt;
}



.zamer form 
{ 
    width: 300px;
    position: relative; top: 35px; left: 130px;
}

.inptxt
{
    padding: 10px; border: 1px solid #1a93b9; border-radius: 2px;
    margin: 10px; width: 250px; font-size: 11.5pt;
}

.inpbtn
{
    padding: 18px; border: 2px solid #fff; border-radius: 3px;
    margin: 10px; width: 240px; color: #fff; background: #24add8; 
    font-size: 12.5pt; cursor: pointer; transition: all .5s;
}

.inpbtn:hover
{
    background: rgba(255, 255, 255, 0.8); color: #24add8; 
}

/***************************************/

.preim
{
    margin: auto; width: 100%; height: auto; padding: 40px 0px;
    background: url(../img/preim.jpg)no-repeat bottom right; 

}

.preim section
{
    display: inline-block; width: 45%; margin:40px 20px;
    position: relative; top: 20px; vertical-align: top;
    
}

.preim img { float: left; margin-right: 10px; }

.preim h4 
{
    font-size: 16pt; font-weight: bold; text-align: left; 
}

.preim p 
{
    font-size: 11pt; text-align: justify; width: 84%;
    position: absolute; left: 75px;
}
/*****************************************/
.partners
{
    margin: auto; width: 100%; height: auto; 
}


.partners .cont
{
    border-top: 1px solid #bbb; padding: 40px 0px; height: auto;
    
}

.partners img
{
    width: auto; height: 100px; margin: 35px; 
    position: relative; top: 30px;
}


/******************************************/
.change
{
    margin: auto; width: 100%; height: 800px; padding-bottom: 50px;
}

.change .cont
{
    border-top: 1px solid #bbb; padding-top: 30px;
}

.change nav
{
    margin: auto; 
    position: absolute; top: 100px; left: 0; right: 0; 
}

.change nav span
{
    display: inline-block; margin: 20px; width: 150px; height: 90px;
    box-shadow: 0 0 7px #aaa; background-size: cover;
    cursor: pointer; position: relative;
}

.change nav span:hover
{
    filter: grayscale(100%);  
}

.pw h6
{
    font-size: 10.5pt; color: #fff; background: #24add8;
    position: absolute; bottom: 0px;
    width: 100%; padding: 3px 0px;
}

.pw1 { background: url(../img/pw1.jpg)no-repeat; }
.pw2 { background: url(../img/pw2.jpg)no-repeat; }
.pw3 { background: url(../img/pw3.jpg)no-repeat; }
.pw4 { background: url(../img/pw4.jpg)no-repeat; }
.pw5 { background: url(../img/pw5.jpg)no-repeat; }




.change section
{
    margin: auto; border: 1px solid #ddd;
    width: 1060px; height: 570px; 
    background-size: auto 100%;
    position: absolute; top: 230px; left: 0; right: 0;
    background-color: #fff;
}

.nmb
{
    display: block; width: 50px; padding: 15px; 
    font-family: open-sans; font-size: 28pt; font-weight: bold;
    color: #fff; background: #24add8; 
    position: absolute; top: 0px; left: 0px;
}

.ch1 { background: url(../img/change1.jpeg)no-repeat bottom left;}
.ch2 { background: url(../img/change2.jpg)no-repeat bottom left; display: none;}
.ch3 { background: url(../img/change3.jpg)no-repeat bottom left; display: none;}
.ch4 { background: url(../img/change4.jpg)no-repeat bottom left; display: none;}
.ch5 { background: url(../img/change5.jpg)no-repeat bottom left; display: none;}

.change h4
{
    font-size: 24pt; position: relative; top: 20px; right: 50px;
    text-align: right; padding-bottom: 10px;
}

.change p
{
   margin: auto; width: 580px; display: block; 
    position: relative; top: 30px; left: 210px;
    font-size: 10.5pt; text-align: justify;
}


.change h5
{
   margin: auto; width: 480px; display: block; 
    position: relative; top: 30px; left: 240px;
    font-size: 10pt; text-align: justify;
}

.change h5:before
{
    content: "";
    position: absolute; top: 3px; left: -25px;
    width: 16px; height: 16px;
    background: #24add8;
}

.change a
{
    position: absolute; bottom: 10px; left: 80px; width: 180px;
}



/******************************************/

.work
{
    margin: auto; width: 100%; height: auto; 
    background: linear-gradient(to bottom, #fff, #f8f8f8);
}

.work .cont
{
    border-top: 1px solid #bbb; padding: 40px 0px 100px 0px;
    
}

.work section
{
    display: inline-block; width: 190px; margin: 12px;
    background-size: 100px 100px; vertical-align: top;
    position: relative; top: 40px;
}

.work h4
{
    font-size: 13pt; font-weight: bold; margin-top: 110px;
}

.work p
{
    font-size: 11pt; position: relative; top: 5px;
}

.wrk1 { background: url(../img/work1.png)no-repeat top center; }
.wrk2 { background: url(../img/work2.png)no-repeat top center; }
.wrk3 { background: url(../img/work3.png)no-repeat top center; }
.wrk4 { background: url(../img/work4.png)no-repeat top center; }
.wrk5 { background: url(../img/work5.png)no-repeat top center; }


/***********************************/


.call
{
    margin: auto; width: 100%; height: 420px; 
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    
}

.call .cont
{
    background: url(../img/call.jpg)no-repeat bottom left;
    background-size: contain
}

.call h3
{
    position: relative; left: 500px; top: 30px; width: 600px;
    color: #24add8;
}

.call h4
{
    position: relative; left: 500px; top: 30px; width: 600px;
    
}


.call form 
{ 
    width: 300px; margin: auto;
    position: relative; top: 50px; left: 250px;
}

.callbtn
{
    padding: 18px; border: 0; border-radius: 3px;
    margin: 10px; width: 240px; color: #fff; background: #24add8; 
    font-size: 12.5pt; cursor: pointer; transition: all .5s;
}

.callbtn:hover
{
    background: #26c6f8;
}

/***********************************/

.comment    
{
    margin: auto; width: 100%; height: auto; 
    padding: 40px 0px 100px 0;
}

.comment section
{
    display: inline-block; margin: 25px; width: 310px; height: auto; text-align: center; vertical-align: top;
    
}


.comment section span
{
    margin: auto; display: block; border: 2px solid #ccc;
    border-radius: 50%; width: 200px; height: 200px;
    background-size: cover; background-position: center center;
}

.comment section h4
{
    font-size: 18pt; color: #000;
}

.comment section h5
{
    font-size: 12pt; text-transform: uppercase;
    color: #999;
    position: relative; top: 10px;
}


.comment section p
{
    font-size: 11pt;
    color: #000; text-align: justify;
    position: relative; top: 20px;
}

.comm1 { background: url(../img/comm1.png)no-repeat; }
.comm2 { background: url(../img/comm2.png)no-repeat; }
.comm3 { background: url(../img/comm3.png)no-repeat; }

/***********************************/

.portfolio
{
    margin: auto; width: 100%; height: auto; padding: 40px 0px;
    background: #222; text-align: center;
}

.portfolio h3
{
    color: #eee;
}

.portfolio section
{
    position: relative; top: 20px;
    width: 19.5%; height: 180px;
    border: 1px solid #777;
    display: inline-block;
    background-size: cover; background-position: center center;
    cursor: pointer; transition: all .3s;
}

.portfolio section:hover
{
    transform: scale(.96); opacity: .7;
}

.port1 { background: url(../galery/port1.jpg)no-repeat; }
.port2 { background: url(../galery/port2.jpg)no-repeat; }
.port3 { background: url(../galery/port3.jpg)no-repeat; }
.port4 { background: url(../galery/port4.jpg)no-repeat; }
.port5 { background: url(../galery/port5.jpg)no-repeat; }
.port6 { background: url(../galery/port6.jpg)no-repeat; }
.port7 { background: url(../galery/port7.jpg)no-repeat; }
.port8 { background: url(../galery/port8.jpg)no-repeat; }
.port9 { background: url(../galery/port9.jpg)no-repeat; }
.port10 { background: url(../galery/port10.jpg)no-repeat; }
.port11 { background: url(../galery/port11.jpg)no-repeat; }
.port12 { background: url(../galery/port12.jpg)no-repeat; }
.port13 { background: url(../galery/port13.jpg)no-repeat; }
.port14 { background: url(../galery/port14.jpg)no-repeat; }
.port15 { background: url(../galery/port15.jpg)no-repeat; }

.portfolio_modal
{
    position: fixed; top: 0; left: 0; 
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999; display: none;
}

#img_modal
{
    margin: auto;
    position: absolute; top: 50%; left: 0; right: 0;
    width: 640px; height: 480px; border: 1px solid #777;
    margin-top: -240px; background-size: cover;
    background-position: center center;
}

/*****************************/

footer
{
    margin: auto; width: 100%; height: auto; padding: 30px 0px;
    background: #09c; 
    text-align: center;
}

footer h3
{
    color: #fff;
}

footer .map
{
    width: 100%; height: 400px; border: 0; 
    margin-top: 20px;
}

footer section
{
    width: 28%; display: inline-block; height: 100px;
    border-right: 1px solid  #07a; padding: 25px;
    vertical-align: top; text-align: left;
}

footer h4
{
    color: #fff; font-size: 12pt;
}

footer h4 span
{
    font-weight: bold; font-size: 14pt;
}

footer section:nth-child(3)
{
    border-right: 0;
}

footer a
{
    display: inline-block; 
    width: 30px; height: 30px;
    margin: 20px 10px; 
}

.fb { background: url(../img/fb.png)no-repeat; background-size: contain; }
.ins { background: url(../img/ins.png)no-repeat; background-size: contain; }
.yt { background: url(../img/yt.png)no-repeat; background-size: contain; }

footer h5
{
    font-size: 10pt; color: #fff;
}





