@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*,html{
    scroll-behavior:smooth;
}
body{
    font-family: Roboto;
}
/* navbar starts */
#test #navbar{
    background-color: #FFFFFF;
    border-radius: 25px;
    width: 615px;
    height: 50px;
}
#test #navbar ul #myli1{
    padding: 22px;
}
#test #navbar ul #myli1:hover {
    color: #016AB1;
}
#test #navbar ul li:hover #svgicn{
    fill: #016AB1;
}
#test #navbar #subdropdwn{
    margin-top: 5px;
}

#test #navbar #subdropdwn li:hover a{
    background-color: transparent;
    color: #016AB1;    
}
.navbar-toggler-icon    {
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* navbar end */

#toptxt p{
text-align: left;
margin-top: 350px;
font-size: 42px;
font-weight: 700;
color: #F0F6FA;
line-height: 55px;
}
#aboutusbgimg1{
    filter: brightness(40%);
}

@media only screen and (max-width:991.5px){
    #test #navbar{
        background-color:transparent;
        border-radius: 0;
        width: 30px;
        height: 1px;
        margin-left: -35px;
    }
#toptxt p{
    margin-top: 270px;
    font-size: 42px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}
@media only screen and (max-width:726.5px){
#toptxt p{
    margin-top: 200px;
    font-size: 35px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}
@media only screen and (max-width:604.5px){
#toptxt p{
    margin-top: 170px;
    font-size: 25px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}
@media only screen and (max-width:470.5px){
#toptxt p{
    margin-top: 120px;
    font-size: 20px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 45px;
}
}
@media only screen and (max-width:367.5px){
#toptxt p{
    margin-top: 90px;
    font-size: 18px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 35px;
}
}
@media only screen and (max-width:325.5px){
#toptxt p{
    margin-top:90px;
    font-size: 16px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 30px;
}
}


/* scroll down to show icon  start */
#scrollicon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:none;
    padding: 15px 14px;
    margin: 90px 25px;
    background-color: #4092e4;
    color: #FFFFFF;
    display:block;
    animation: scrolicon;
    animation-timeline: view();
}
#scrollicon #arrow{
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 1px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: white;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: white;
    transform: rotate(45deg);
    transition: 0.5s ease-in;
}
@keyframes scrolicon{
    from{
        /* transform: translateX(900px); */
        opacity: 0; 
    }
    to{
        transform: translateY(700px);
        opacity: 1;
    }
}

/* scroll down to show icon end */


/* contact list */

#contactlist{
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 20px;
}
#contactlist #box1,#box2,#box3{
    width: 400px;
    height: 350px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #F0F6FA,-2px -2px 2px 2px #F0F6FA;
}
#contactlist #box1 img{
    width: 100px;
    height: 100px;
}
#contactlist #box2 img{
    width: 100px;
    height: 100px;
}
#contactlist #box3 img{
    width: 100px;
    height: 100px;
}




/* Enquire form */

#msgme{
    background-color: #EBF4FA;
}
#msgme p:nth-child(2){
    font-size: 18px;
    font-size: 500;
    text-align: center;
    padding:30px 80px 10px 80px;
}
#enquirefrm #frmbox2{
   border-radius: 35px;
   padding:40px 20px 20px 20px;
   background-color:white;
}
#frmbox2 #frmin{
    background-color: #EBF4FA;
    padding-left: 60px;
}
#frmbox2 .yrname{
    background-image: url('homeform1.png');
    background-position: 20px;
    background-repeat: no-repeat;
}
#frmbox2 input[type=number]{
    background-image: url('homeform2.png');
    background-position: 20px;
    background-repeat: no-repeat;
}
#frmbox2 input[type=email]{
    background-image: url('homeform3.png');
    background-position: 20px;
    background-repeat: no-repeat;
}
#frmbox2 .cmpname{
    background-image: url('homeform4.png');
    background-position: 20px;
    background-repeat: no-repeat;
}
#frmbox2 .txtarea{
    padding: 25px;
    background-image: url('homeform5.png');
    background-position: 20px;
    background-repeat: no-repeat;
}


input[type=text], input[type=password],input[type=number],input[type=email]{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #ffffff;
  }
 
  #frmbox2 #sndbtn a{
    width: 150px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    font-weight: 500;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #016AB1;
  }
  @media only screen and (max-width:992px){
    #msgme p:nth-child(2){
        font-size: 18px;
        font-size: 500;
        text-align: justify;
        padding:30px 80px 10px 80px;
    }
    #enquirefrm{
        padding-left: 35px;
    }
    #location{
        margin-top: 50px;
        padding-left: 20px;
      }
  }
  @media only screen and (max-width:325px){
    #enquirefrm {
        padding-left: 30px;
    }
    #enquirefrm #frmbox2{
        border-radius: 15px;
        padding:40px 5px 20px 5px;
        background-color:white;
     }
     
    }



/* footer */

#footer{
    background-color: #016AB1;
    font-family: Roboto;

}
#footer #mycon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
}

#footer #mycon2{
    margin-top: 20px;
    justify-content: space-evenly;
}
#footer #mycon2 #mytxt1 p:nth-child(1){
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

#footer #mycon2 #mytxt2 p:nth-child(1){
    font-size:20px;
    font-weight: 700;
    text-align: left;
}
#footer #mycon2 #mytxt4 p:nth-child(1){
    font-size:20px;
    font-weight: 700;
    text-align: left;
}
#footer #mycon2 #mytxt1 p{
    text-align:left;
}
#footer #mycon2 #mytxt2 p{
    text-align: left;
}
#footer #mycon2 #mytxt4 p{
    text-align: left;
}
#footer #mycon2 #mytxt3 p{
    text-align: left;
}

#footer #mycon2 #mytxt3 p:nth-child(1){
    font-size:20px;
    font-weight: 700;
}
#footer #mycon img{
    margin-left: 50px;
}
#policies p:nth-child(1){
    margin-left: 0px;
    
}
#policies{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


@media only screen and (max-width:992px){

    #footer #mycon2 #icons{
        justify-content: left;
        margin-left:10px;
    }
    #footer #mycon2 #mytxt1 p:nth-child(1){
        text-align: justify;
    }
    
    #footer #mycon2 #mytxt2 p:nth-child(1){
        font-size:20px;
        font-weight: 700;
        text-align: left;
    }
    #footer #mycon2 #mytxt1 p{
        text-align:left;
    }
    #footer #mycon2 #mytxt2 p{
        text-align: left;
    }
    #footer #mycon2 #mytxt4 p{
        text-align: left;
    }
    #footer #mycon2 #mytxt3 p{
        text-align: left;
    }
 
    #footer #mycon2 #mytxt3 p:nth-child(1){
        font-size:20px;
        font-weight: 700;
    }
}
@media only screen and (max-width:910px){
    #footer #mycon2 #mytxt1 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt2 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt4 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt3 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }

}
@media only screen and (max-width:770px){
    #footer #mycon2 #mytxt1 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt2 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt4 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt3 p:nth-child(1){
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
}
@media only screen and (max-width:767.5px){
    #footer #mycon{
        display: flex;
        justify-content: center;
    }
    #footer #mycon2 #mytxt1 p:nth-child(2){
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }
    #footer #mycon2 #mytxt1 #icons{
        justify-content: center;
        padding-bottom: 20px;
    }
    #footer #mycon2 #mytxt2 p:nth-child(1){
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }
    #footer #mycon2 #mytxt2 p{
        text-align: center;
    }
    #footer #mycon2 #mytxt4 p:nth-child(1){
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        padding-top: 20px;
    }
    #footer #mycon2 #mytxt4 p{
        text-align: center;
    }
    #footer #mycon2 #mytxt3 p:nth-child(1){
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        padding-top: 20px;
    }
    #footer #mycon2 #mytxt3 p{
        text-align: center;
    }
    #footer #mycon img{
        margin-left: 0px;
    }
}
@media only screen and (max-width:530px){
    #policies{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #policies p:nth-child(1){
        text-align: center; 
    }
}
@media only screen and (max-width:434px){
    #footer #mycon{
        display:flex;
        justify-content:center;
    }
    #footer #mycon img{
        margin-left: 0;
    }
    #footer #mycon2 #mytxt1 p:nth-child(2){
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (max-width:350px){
    #footer #policies{
        text-align: center;
    }
}