@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 end */

#aboutusbgimg1{
    filter: contrast(40%);
}

#toptxt p{
    text-align: left;
    margin-top: 350px;
    font-size: 42px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
@media only screen and (max-width:1245px){
    #toptxt p{
        margin-top: 200px;
        font-size: 42px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 55px;
    }
}
@media only screen and (max-width:1015px){
   
    #toptxt p{
        margin-top: 130px;
        font-size: 42px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 55px;
    }
}

@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: 200px;
        font-size: 42px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 55px;
    }
}
@media only screen and (max-width:934.5px){
  
    #toptxt p{
        margin-top: 170px;
        font-size: 42px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 45px;
    }
}
@media only screen and (max-width:827.5px){

    #toptxt p{
        margin-top: 170px;
        font-size: 35px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 35px;
    }
}
@media only screen and (max-width:726.5px){
   
    #toptxt p{
        margin-top: 150px;
        font-size: 35px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 55px;
    }
}

@media only screen and (max-width:604.5px){
 
    #toptxt p{
        margin-top: 120px;
        font-size: 25px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 45px;
    }
}
@media only screen and (max-width:554.5px){
 
    #toptxt p{
        margin-top: 130px;
        font-size: 20px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 35px;
    }
}
@media only screen and (max-width:512.5px){
  
    #toptxt p{
        margin-top: 110px;
        font-size: 20px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 35px;
    }
}
@media only screen and (max-width:470.5px){
 
    #toptxt p{
        margin-top: 100px;
        font-size: 20px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 35px;
    }
}

@media only screen and (max-width:367.5px){
 
    #toptxt p{
        margin-top: 80px;
        font-size: 18px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 30px;
    }
}

@media only screen and (max-width:325.5px){
    #toptxt p{
        margin-top:80px;
        font-size: 16px;
        font-weight: 700;
        color: #F0F6FA;
        line-height: 24px;
    }
}

/* 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 */


/*  who we are */


#abtus #txt1 p{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 20px;
    text-align: justify;
}
#abtus #abusheading{
    font-size: 40px;
    font-weight: 700;
}
#abtus #txt2{
    margin-left: 20px;
}
#abtus #txt2 p{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: justify;
}
#abtus #abtimg1{
    padding-right: 20px;
}
.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");
}
#abtus #txt2 p{
    padding-left: 10px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #016AB1;
}
@media only screen and (max-width:1165px){
    #abtus #abtimg1{
        margin-top: 50px;
        padding-right: 0px;
    }
}
@media only screen and (max-width:1024px){
    #abtus #abtimg1{
        margin-top: 70px;
        padding-right: 0px;
    }
}
@media only screen and (max-width:990px){
    #abtus #abtimg1{
        margin-top: 90px;
        padding-right: 0px;
    }
    #abtus #txt1 p{
        padding:0 20px 0 20px;
    }
    #abtus #txt2{
        padding:0 20px 0 20px;
        margin-left: 0px;
    }
    #abtus #txt2 p{
        padding-left:5px;
        margin-left: 0px;
    }
}
@media only screen and (max-width:768px){
    #abtus #txt1 p{
        padding:0 20px 0 20px;
    }
    #abtus #txt2{
        padding:0 20px 0 20px;
        margin-left: 0px;
    }
    #abtus #txt2 p{
        padding-left: 5px;
        margin-left: 0px;
    }
    #abtus #abtimg1{
        margin-top: 90px;
        padding-right: 0px;
    }
}
@media only screen and (max-width:571.5px){
    #abtus #txt1 p{
        text-align: justify;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }
    #abtus #txt2 p{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }
 
}



/* vision and mission starts */

#vsnmsn{
    height:auto;
    padding: 0 20px;
    background-color: #EBF4FA;
}
#vsnmsn #vmbox1{
    margin-top: 50px;
}
#vsnmsn #vmbox1 img{
    width: 200px;
    height: 200px;
    
}

#vsnmsn #vmbox1 h5,p{
    text-align: center;
}



/* our approach */


#ourapproch {
    margin-top: 50px;
}
#ourapproch h2{
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
#ourapproch #txt1 p{
    text-align:left;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    padding-left: 20px;
}
#ourapproch #txt2{
    padding-right: 50px;
}
#ourapproch #txt2 p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 34px;
}
#appro1 #appbox1 #lgo1{
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
}
#appro1 #appbox1 p{
    text-align: left;
}
@media only screen and (max-width:767px){
    #ourapproch #txt1 p{
        text-align:center;
        font-size: 16px;
        font-weight: 700;
        line-height: 35px;
        padding: 0;
    }
    #ourapproch #txt2 p{
        padding:0 0px 0 30px;
    }
}

/* What Sets Us Apart style starts ---------------- */




#wychoosebox{
    background-color: #EBF4FA;
}
#wychoosebox #title{
    font-size: 40px;
    font-weight: 700;
}
#wychoosebox .dashline{
    transform: translate(110px,50px);
    width: 2px;
    height: 560px;
    border: 2px dashed black; 
}
#wychoosebox #mycards{
    margin-top: 20px;
}
#wychoosebox #mycards p{
    font-weight: 400;
    text-align: left;
}
#wychoosebox #mycards img{
    margin-top: 20px;
    margin-left: 40px;
    width: 140px;
    height: 140px;
    border-radius: 70px;
}


/* why choose alterity responsive */
@media only screen and (max-width: 1246px) {
    #wychoosebox .dashline{
        transform: translate(110px,80px); 
    }
  
}
@media only screen and (max-width: 1183px) {
    #wychoosebox .dashline{
        transform: translate(110px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 40px;
        margin-left: 50px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
}
@media only screen and (max-width: 1092px) {
    #wychoosebox .dashline{
        transform: translate(70px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 40px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
}
 @media only screen and (max-width: 1035px) {
    #wychoosebox .dashline{
        transform: translate(70px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 40px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
}
@media only screen and (max-width: 992px) {
    #wychoosebox .dashline{
        transform: translate(70px,110px); 
    }
    #wychoosebox #mycards img{
        margin-top: 40px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
  
}
@media only screen and (max-width: 991.5px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
     #wychoosebox .dashline{
        display: none;
    }
    #wychoosebox #mycards{
        margin-top: 10px;
    }
    #wychoosebox #mycards img{
        margin-top: 20px;
        width: 100px;
        height: 100px;
        border-radius: 70px;
    }
    #wychoosebox .dashline{
        transform: translate(60px,70px); 
    }
}
@media only screen and (max-width: 767.5px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
  
    #wychoosebox .dashline{
        display: none;
    }
    #wychoosebox #mycards{
        margin-top: -20px;
        margin-left: 30px;
    }
    #wychoosebox #mycards p{
    padding: 0 30px 0 0;
}
}
@media only screen and (max-width: 431px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
    #wychoosebox #title{
        font-size: 30px;
    }
  
    #wychoosebox .dashline{
        display: none;
    }
    #wychoosebox #mycards{
        margin-top: -20px;
        margin-left: 10px;
    } 
}
@media only screen and (max-width: 370px) {
    #wychoosebox #mycards h5{
        font-size: 16px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 354px) {
  
}
@media only screen and (max-width: 335px) {
   
    #wychoosebox #title{
        font-size: 28px;
    }
}







/* shape the future together */


#mybusiness1{
    background-color: #FFFFFFB2;
}
#mybusiness1 img{
    height: 500px;
}
#mybusiness1 p:nth-child(1){
    margin-top: 110px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto;
}
#mybusiness1 p:nth-child(2){
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: Roboto;
}
#mybusiness1 #button{
    width: 192px;
    height: 60px;
    margin-top: 50px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    background-color: #016AB1;
    border-radius: 17px;
}
#mybusiness1 #button:hover{
    color: #016AB1;
    background-color: #FFFFFF;
    transition: 0.3s linear;
}

@media only screen and (max-width:875px){
    #mybusiness1 p:nth-child(1){
        margin-top: 130px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 20px;
        font-weight: 400;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        margin-top: 50px;
    }
}
@media only screen and (max-width:727px){
    #mybusiness1 p:nth-child(1){
        margin-top: 80px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        margin-top: 50px;
    }
}
@media only screen and (max-width:708px){
    #mybusiness1 p:nth-child(1){
        margin-top: 80px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        margin-top: 50px;
    }
}

@media only screen and (max-width:677px){
    #mybusiness1 p:nth-child(1){
        margin-top: 130px;
        font-size: 30px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 40px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 50px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}
@media only screen and (max-width:555px){
    #mybusiness1 p:nth-child(1){
        margin-top: 110px;
        font-size: 24px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 50px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 50px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}

@media only screen and (max-width:516px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 24px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 50px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 50px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}

@media only screen and (max-width:420px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}

@media only screen and (max-width:355px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}

@media only screen and (max-width:350px){
    #mybusiness1 p:nth-child(1){
        margin-top: 140px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}
@media only screen and (max-width:323px){
    #mybusiness1 p:nth-child(1){
        margin-top: 140px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #016AB1;
        border-radius: 15px;
    }
}



      /* 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;
    }
}
@media only screen and (max-width:434px){
    #footer #mycon{
        display:flex;
        justify-content:center;
    }
    #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;
    }
}