#footerdiv {
    position: absolute;
    height: 350px;
    width: 1200px;
    left: 50%;
    margin-left: -500px;
}
#footer {
    position: absolute;
    top: 3325px;
    height: 375px;
    width: 100%;
    background-color: rgb(32, 45, 86);
}
#footerinnerdiv {
    position: absolute;
    bottom: 0px;
    height: 70px;
    width: 100%;
    background-color: rgb(5, 18, 57);
}

/*............*/

#aboutus {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -580px;
}
#abtext {
    position: absolute;
    top: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
}
#t1 {
    position: absolute;
    top: 50px;
    height: 200px;
    width: 285px;
    color: white;
    left: -55px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 21px;
}

/*............*/

#ourservices {
    height: 300px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50px;
}
#ostext {
    position: absolute;
    top: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
}
#t4,
#t5,
#t6,
#t7,
#t8 {
    position: absolute;
    top: 50px;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
}
#t5 {
    top: 80px;
}
#t6 {
    top: 110px;
}
#t7 {
    top: 140px;
}
#t8 {
    top: 170px;
}

/*............*/

#quicklinks {
    height: 300px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 50px;
}
#qltext {
    position: absolute;
    top: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
}
#t10,
#t11,
#t12,
#t13 {
    position: absolute;
    top: 50px;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
}
#t13 {
    position: absolute;
    top: 80px;
}

/*............*/

#info {
    height: 300px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: 260px;
    top: 50px;
}
#infotext {
    position: absolute;
    top: 20px;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
}

/*#t15,#t16,#t17,#t18,#t19,#t20,#t21,#t22{
     position: absolute;
    top: 50px;
    color: white;
    font-family: sans-serif;
}
#t15{
    font-size: 14px;
}
#t16{
   top: 75px;
    font-size: 14px;
}
#t17{
    top: 120px;
    color: rgb(223,165,12);
}
#t18{
    top: 122px;
    left: 30px;
    font-size: 14px;
}
#t19{
    top: 155px;
    color: rgb(223,165,12);
}
#t20{
    top: 157px;
    left: 50px;
    font-size: 14px;
}
#t21{
    top: 187px;
    color: rgb(223,165,12);
}
#t22{
    top: 190px;
    left: 115px;
    font-size: 14px;
}*/

#footerlogos {
    position: absolute;
    height: 45px;
    width: 220px;
    top: 40px;
    left: 50%;
    margin-left: -170px;
}
#footerimg1 {
    position: absolute;
    left: 30px;
    height: 23px;
    width: 25px;
    background-size: cover;
    top: 8px;
    cursor: pointer;
    background-image: url('../headimg/img1.png');
    transition: .6s;
}
#footerimg1:hover {
    background-image: url("../img/img1hover.png");
}

/*#footerimg2
{
    position: absolute;
    left: 36px;
    height: 23px;
    width: 28px;
    background-size: cover;
    top: 8px;
    cursor: pointer;
    background-image: url('../headimg/img2.png');
    transition: .6s;

}

#footerimg3
{
    position: absolute;
    left: 70px;
    height: 14px;
    width: 14px;
    background-size: cover;
    top: 15px;
    cursor: pointer;
    background-image: url('../headimg/img3.png');
    transition: .6s;

}

#footerimg4
{
    position: absolute;
    left: 95px;
    height: 19px;
    width: 19px;
    background-size: cover;
    top: 13px;
    cursor: pointer;
    background-image: url('../headimg/img4.png');
    transition: .6s;

}

#footerimg5
{
    position: absolute;
    left: 123px;
    height: 16px;
    width: 16px;
    background-size: cover;
    top: 14px;
    cursor: pointer;
    background-image: url('../headimg/img5.png');
    transition: .6s;

}

#footerimg6
{
    position: absolute;
    left: 150px;
    height: 19px;
    width: 19px;
    background-size: cover;
    top: 14px;
    cursor: pointer;
    background-image: url('../headimg/img6.png');
    transition: .6s;

}*/

#copyr
{
    margin-top: 25px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

@media only screen and (max-width: 1367px) and (max-height: 769px) {
    /*   footer */
    
    #footer {
        top:3050px;
    }
    
    /*   footer */
}
