@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: 200px;
    font-size: 42px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}
@media only screen and (max-width:991px){
    #toptxt p{
        margin-top: 300px;
        font-size: 35px;
        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 */



/* trends and search */


/* #trendsrw {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #EBF4FA;
}
#trendsrw #box1{
    width:auto;
    height: 900px;
}
#trendsrw #box2{
    width: 300px;
    height: 600px;
}
#trendsrw [type="button"]{
    width: 120px;
    height: 40px;
    background-color: #016AB1;
    color: white;
    border-radius: 15px;
    text-align: center;
    padding-top: 7px;
    font-weight: 500;
}
#trendsrw input[type=search]{
    background-image: url("./images/searchlogo.png");
    background-repeat: no-repeat;
    background-position:260px;
}
@media only screen and (max-width:1447px){
    #trendsrw #blgbx2{
        width: 350px;
        padding: 0 0px;
        transform: translateX(400px);
    }
}
@media only screen and (max-width:992px){
    #trendsrw #box2{
        width: 300px;
        height: 600px;
    }
    #trendsrw #blgbx2{
        width:950px;
        transform: translateX(0px);
    }
}
@media only screen and (max-width:768px){
    #trendsrw #box1{
        height: 770px;
    }
}
@media only screen and (max-width:767px){
    #trendsrw #box1{
        height: 1500px;
    }
}

@media only screen and (max-width:534px){
    #trendsrw #box1{
        height: 1570px;
    }
}

@media only screen and (max-width:449px){
    #trendsrw #box1{
        height: 1570px;
    }
}
@media only screen and (max-width:408px){
    #trendsrw #box1{
        height: 1570px;
    }
}
@media only screen and (max-width:340px){
    #trendsrw #box1{
        height: 1500px;
    }
} */

/* why choose us starts */



#wychoosebox #title{
    font-size: 40px;
    font-weight: 700;
}
#wychoosebox .dashline{
    transform: translate(110px,40px);
    width: 2px;
    height: 530px;
    border: 2px dashed black; 
}
#wychoosebox #mycards{
    margin-top: 20px;
}
#wychoosebox #mycards p{
    font-weight: 400;
}
#wychoosebox #mycards img{
    margin-top: 40px;
    margin-left: 80px;
    width: 50px;
    height: 50px;
    border-radius: 70px;
    box-shadow: 2px 2px 1px 20px #EBF4FA,-2px -2px 1px 20px #EBF4FA;
}


/* why choose alterity responsive */
@media only screen and (max-width: 1098.5px) {
    #wychoosebox .dashline{
    height: 570px;
}
}
@media only screen and (max-width: 991.5px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
     #wychoosebox .dashline{
        display: none;
    }
      #wychoosebox #mycards img{
        margin-top: 20px;
        margin-left: 30px;
}
}
@media only screen and (max-width: 605.5px) {
    #wychoosebox #mycards img{
    margin-top: 20px;
    margin-left: 30px;
}
}


/* why choose us end */



/* our services starts */
#ourservbox{
    background-color: #EBF4FA;
}
#ourservbox #ourtitle{
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
#ourservbox #para1{
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    padding: 30px;
}

#ourservbox  #oursmboxes h5{
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: Roboto;
}
#ourservbox  #oursmboxes #smbox p{
    text-align: justify;
    font-family: Roboto;
}

#oursmboxes{
    overflow: scroll;
}
#oursmboxes #boxes{
    display: flex;
    flex-direction: row;
}
#oursmboxes::-webkit-scrollbar{
    display: none;
}
#ourservbox #oursmboxes #smbox{
    box-sizing: border-box;
    width: 550px;
    height: 450px;
    padding:0 10px 0 20px;
    margin:5px 15px 5px 0;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background-color: white;
    box-shadow: 2px 5px 5px 2px #1976D21A;
}
#ourservbox  #oursmboxes #smbox img{
    width: 100px;
    height: 100px;
    border-radius: 70px;
    border: 1px groove #D9D9D9;
    box-shadow: 1px 1px 1px 1px #dcdcdc, -1px -1px 1px 1px #dcdcdc;
}


/* mobile responsive  */
@media only screen and (max-width: 1246px) {
    #oursmboxes{
        overflow-x: scroll;
        direction: rtl;
    }
    #ourservbox #oursmboxes #smbox{
        direction: ltr;
    }
}


@media only screen and (max-width: 997px) {
    #ourservbox #oursmboxes #smbox{
        box-sizing: border-box;
        width: 350px;
        height: 450px;
        padding:0 10px 0 20px;
        margin:5px 15px 5px 0;
        border: 1px solid #dcdcdc;
        border-radius: 20px;
        box-shadow: 2px 5px 5px 2px #1976D21A;
    }
    #ourservbox  #oursmboxes #smbox img{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: 1px groove #D9D9D9;
        box-shadow: 1px 1px 1px 1px #dcdcdc, -1px -1px 1px 1px #dcdcdc;
    }
    #ourservbox #para1{
        text-align: justify;
        padding: 30px;
    }
}
@media only screen and (max-width: 768px) {
    #ourservbox #oursmboxes {
        margin-left: 30px;
    }
} 
@media only screen and (max-width: 425px) {
    #ourservbox #oursmboxes {
        margin-left: 5px;
    }
} 
@media only screen and (max-width: 361px) {
    #ourservbox #oursmboxes #smbox{
        box-sizing: border-box;
        width: 250px;
        height: 450px;
        padding:0 20px 0 20px;
        margin:5px 5px 5px 0;
    }
    #ourservbox  #oursmboxes h5{
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        font-family: Roboto;
    }
    #ourservbox  #oursmboxes #smbox p{
        font-size: 16px;
    }
    #ourservbox  #oursmboxes #smbox img{
        width: 40px;
        height:40px;
    }
} 
@media only screen and (max-width: 341px) {
    #ourservbox #oursmboxes #smbox{
        padding:0 30px 0 40px;
        margin:5px 15px 5px 10px;
    }
} 
/* our services end */


/* guiding principels starts */

#abtus #abusheading{
    font-size: 40px;
    font-weight: 700;
}
#abtus #abtimg1{
    padding-right: 20px;
}
@media only screen and (max-width:1245px){
    #abtus #abtimg1{
        margin-top: 70px;
    }
}
@media only screen and (max-width:768px){
    
    #abtus #abtimg1{
        padding-right: 0px;
    }
}

@media only screen and (max-width:450px){
    #abtus #abusheading{
        font-size: 30px;
        font-weight: 700;
    }
}
@media only screen and (max-width:345.5px){
    #abtus #abusheading{
        font-size: 26px;
        font-weight: 700;
    }
}

/* guiding principels ends */


/* Workflow for Application / Server Security starts  */


#wrkflowapp{
    background-color: #EBF4FA;
    overflow: hidden;
}
#wrkflowapp .card{
    width: 300px;
    height: 295px;
    border: 0;
    border-radius: 24px;
    box-shadow: 30px -30px 2px 2px rgba(1, 106, 177, 0.1),30px -30px 2px 2px rgba(1, 106, 177, 0.1),30px -30px 2px 2px rgba(1, 106, 177, 0.1);
    overflow: scroll;
}
#wrkflowapp .card::-webkit-scrollbar{
    display: none;
}
#wrkflowapp .card img{
    width: 50px;
    height: 50px;
    margin: 10px 0 0 10px;
}
















/* Workflow for Application / Server Security ends */


/* shape the future together */


#mybusiness1{
    background-color:#FFFFFFB2;
}
#mybusiness1 img{
    height: 500px;
}
#mybusiness1 p:nth-child(1){
    margin-top: 100px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto;
}
#mybusiness1 p:nth-child(2){
    margin-top: 20px;
    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: 100px;
        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: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: 100px;
        font-size: 30px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 50px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
    }
}
@media only screen and (max-width:516px){
    #mybusiness1 p:nth-child(1){
        margin-top: 120px;
        font-size: 24px;
        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: 50px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media only screen and (max-width:420px){
    #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;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media only screen and (max-width:355px){
    #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;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media only screen and (max-width:350px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 15px;
    }
}
@media only screen and (max-width:323px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness1 p:nth-child(2){
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness1 #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 600;
        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: 0;
    }
}
@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 #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;
    }
}