/************* All Header *****************/


/*
#header
{
    position: fixed;
    height: 62px;
    width: 100%;
    z-index: 100;
    background-color: #223366; 
}

#call
{
    position: absolute;
    top: 12px;
    height: 40px;
    width:300px;
    left: 50%;
    margin-left:-580px;
}


#callhead
{
    position: absolute;
    left: 13px;
    height: 10px;
    width: 20px;
    top: 11px;
}

#calltexthead
{
    position: absolute;
    left: 40px;
    top:10px;
    font-size: 15px;
    color: white;
    font-family: 'Lato', sans-serif;
}
*/


/*
#message
{
    position: absolute;
    top: 12px;
    height: 40px;
    width:250px;
    left: 50%;
    margin-left:-320px;
}


#messagehead
{
    position: absolute;
    left: 13px;
    height: 10px;
    width: 20px;
    top: 11px;
}

#messagetexthead
{
    position: absolute;
    left: 40px;
    top: 11px;
    font-size: 14px;
    color: white;
    font-family: 'Lato', sans-serif;
}

#headerlogos
{
    position: absolute;
    height: 45px;
    width: 200px;
    top: 8px;
    left: 50%;
    margin-left:380px; 
}

#hedimg1
{
    position: absolute;
    left: 10px;
    height: 23px;
    width: 25px;
    background-size: cover;
    top: 8px;
    cursor: pointer;
    background-image: url('../headimg/img1.png');
    transition: .6s;

}
#hedimg1:hover
{
  background-image: url('../headimg/img1hover.png');
}

#hedimg2
{
    position: absolute;
    left: 36px;
    height: 23px;
    width: 28px;
    background-size: cover;
    top: 8px;
    cursor: pointer;
    background-image: url('../headimg/img2.png');
    transition: .6s;

}
#hedimg2:hover
{
  background-image: url('../headimg/img2hover.png');
}

#hedimg3
{
    position: absolute;
    left: 70px;
    height: 14px;
    width: 14px;
    background-size: cover;
    top: 15px;
    cursor: pointer;
    background-image: url('../headimg/img3.png');
    transition: .6s;

}
#hedimg3:hover
{
  background-image: url('../headimg/img3hover.png');
}

#hedimg4
{
    position: absolute;
    left: 95px;
    height: 19px;
    width: 19px;
    background-size: cover;
    top: 13px;
    cursor: pointer;
    background-image: url('../headimg/img4.png');
    transition: .6s;

}
#hedimg4:hover
{
  background-image: url('../headimg/img4hover.png');
}

#hedimg5
{
    position: absolute;
    left: 123px;
    height: 16px;
    width: 16px;
    background-size: cover;
    top: 14px;
    cursor: pointer;
    background-image: url('../headimg/img5.png');
    transition: .6s;

}
*/


/*
#hedimg5:hover
{
  background-image: url('../headimg/img5hover.png');
}

#hedimg6
{
    position: absolute;
    left: 150px;
    height: 19px;
    width: 19px;
    background-size: cover;
    top: 14px;
    cursor: pointer;
    background-image: url('../headimg/img6.png');
    transition: .6s;

}
#hedimg6:hover
{
  background-image: url('../headimg/img6hover.png');
}
*/

#bottomheader {
    position: fixed;
    height: 112px;
    width: 100%;
    z-index: 100;
    background-color: white;
    box-shadow: grey 0px 10px 5px -11px;
}
#sitelogo {
    position: absolute;
    height: 60px;
    width: 211px;
    top: 37px;
    left: 50%;
    margin-left: -560px;
    font-size: 32px;
    color: #ffbb02;
}
#menu {
    position: absolute;
    height: 110px;
    width: 631px;
    left: 50%;
    margin-left: -50px;
}
#home {
    position: absolute;
    height: 40px;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    color: #ffbb02;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 90px;
}

/*
#about
{
    position: absolute;
    height: 40px;
    left: 92px;
    cursor: pointer;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 90px;
    transition: .3s;
}
#about:hover
{
 color: #ffbb02;   
}
*/

#our {
    position: absolute;
    height: 40px;
    left: 92px;
    cursor: pointer;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 80px;
    transition: .3s;
}
#our:hover {
    color: #ffbb02;
}
#ourhov {
    position: absolute;
    height: 220px;
    width: 170px;
    display: none;
    top: 108px;
    border-top: #ffbb02 solid 3px;
    left: 50%;
    margin-left: 10px;
    background-color: white;
    z-index: 1;
}
#service1 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 155px;
    transition: .1s;
    cursor: pointer;
}
#service1:hover {
    color: #ffbb02;
}
#service2 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 187px;
    transition: .1s;
    cursor: pointer;
}
#service2:hover {
    color: #ffbb02;
}
#service3 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 85px;
    transition: .1s;
    cursor: pointer;
}
#service3:hover {
    color: #ffbb02;
}
#service4 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 120px;
    transition: .1s;
    cursor: pointer;
}
#service4:hover {
    color: #ffbb02;
}
#service5 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 15px;
    transition: .1s;
    cursor: pointer;
}
#service5:hover {
    color: #ffbb02;
}
#gallery {
    position: absolute;
    height: 40px;
    left: 187px;
    cursor: pointer;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    transition: .3s;
}
#gallery:hover {
    color: #ffbb02;
}
#galhov {
    position: absolute;
    height: 95px;
    width: 200px;
    display: none;
    background-color: white;
    top: 108px;
    border-top: #ffbb02 solid 3px;
    left: 50%;
    margin-left: 100px;
    z-index: 1;
}
#service11 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 15px;
    transition: .1s;
    cursor: pointer;
}
#service11:hover {
    color: #ffbb02;
}
#service21 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 42px;
    transition: .1s;
    cursor: pointer;
}
#service21:hover {
    color: #ffbb02;
}
#blog {
    position: absolute;
    height: 40px;
    left: 302px;
    cursor: pointer;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    transition: .3s;
}
#blog:hover {
    color: #ffbb02;
}
#bloghov {
    position: absolute;
    height: 140px;
    width: 170px;
    display: none;
    background-color: white;
    top: 108px;
    border-top: #ffbb02 solid 3px;
    left: 50%;
    margin-left: 240px;
    z-index: 1;
}
#service12 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 15px;
    transition: .1s;
    cursor: pointer;
}
#service12:hover {
    color: #ffbb02;
}
#service22 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 45px;
    transition: .1s;
    cursor: pointer;
}
#service22:hover {
    color: #ffbb02;
}
#service32 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 75px;
    transition: .1s;
    cursor: pointer;
}
#service32:hover {
    color: #ffbb02;
}
#service42 {
    position: absolute;
    width: 100%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    top: 105px;
    transition: .1s;
    cursor: pointer;
}
#service42:hover {
    color: #ffbb02;
}
#cont {
    position: absolute;
    height: 40px;
    left: 468px;
    cursor: pointer;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    transition: .3s;
    color: black;
}
#cont:hover {
    color: #ffbb02;
}


@media only screen and (max-width: 1681px) and (max-height: 1051px) {

    #slider {
        top: 110px;
    }
    
}

@media only screen and (max-width: 1601px) and (max-height: 901px) {

    #slider {
        top: 70px;
    }
}

@media only screen and (max-width: 1441px) and (max-height: 901px) {

    #slider {
        top: 112px;
    }
}

@media only screen and (max-width: 1441px) and (max-height: 1051px) {

    #slider {
        top: 114px;
    }
}
@media only screen and (max-width: 1367px) and (max-height: 769px) {
    /*   header */
    #bottomheader {
        height: 90px;
    }
    
    #sitelogo {
        top: 35px;
        margin-left: -460px;
        font-size: 29px;
    }
    #home {
        font-size: 14px;
    }
    #our {
        font-size: 14px;
    }
    #ourhov {
        top: 88px;
    }
    #gallery {
        font-size: 14px;
    }
    #blog {
        font-size: 14px;
    }
    #cont {
        font-size: 14px;
    }
    #galhov {
        top: 88px;
    }
    #bloghov {
        top: 88px;
    }
    #slider
    {
        top: 57px;
    }
    /*   header */
}

@media only screen and (max-width: 1361px) and (max-height: 769px) {

    #slider {
        top: 40px;
    }
}

/************* Header End *****************/
