@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:726.5px){

#toptxt p{
    margin-top: 100px;
    font-size: 35px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}

@media only screen and (max-width:604.5px){

#toptxt p{
    margin-top: 90px;
    font-size: 25px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 55px;
}
}

@media only screen and (max-width:470.5px){

#toptxt p{
    margin-top: 105px;
    font-size: 20px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 45px;
}
}

@media only screen and (max-width:367.5px){

#toptxt p{
    margin-top: 80px;
    font-size: 18px;
    font-weight: 700;
    color: #F0F6FA;
    line-height: 35px;
}
}
@media only screen and (max-width:325.5px){
#toptxt p{
    margin-top:75px;
    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 */


/* digital transformation key benefits */
#abtus #txt1 p{
    margin-top: 70px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
}
#abtus #txt1{
    padding-left: 20px;
}
#abtus #abusheading{
    font-size: 40px;
    font-weight: 700;
}
#abtus #txt2 p{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
#abtus #txt2  #checktikimg{
    padding-top: 30px;
    padding-right: 10px;
}
#abtus #abtimg1{
    padding-right: 20px;
}
@media only screen and (max-width:1245px){
    
    #abtus #abtimg1{
        margin-top: 70px;
    }
}
@media only screen and (max-width:991px){
    #abtus #txt1 p{
        padding: 0 20px 0 20px;
    }
    #abtus #txt2 #checktikimg{
        padding: 0 0px 0 20px;
    }
    #abtus #txt2 h2{
        padding: 0 0px 0 33px;
    }
    #abtus #txt2 p{
        padding: 0 20px 0 0px;   
    }

}
@media only screen and (max-width:960px){
    #abtus #txt1 p{
        text-align: justify;
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: justify;
    }
    #abtus #txt2 p{
        margin-top: 10px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: justify;
    }
    #abtus #txt2  #checktikimg{
        padding-top: 15px;
        padding-right: 10px;
    }
    
}


@media only screen and (max-width:768px){
    
    #abtus #abtimg1{
        padding-right: 0px;
    }
}
@media only screen and (max-width:650px){
    #abtus #txt2 p{
        font-size: 18px;
    }
}

@media only screen and (max-width:571.5px){
    #abtus #txt1 p{
        text-align: justify;
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }
    #abtus #txt2 p{
        margin-top: 5px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: justify;
    }
    #abtus #txt2  #checktikimg{
        padding-top: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width:450px){
    #abtus #abusheading{
        font-size: 30px;
        font-weight: 700;
    }
}
@media only screen and (max-width:394.5px){
    #abtus #txt2 p{
        margin-top: 10px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    #abtus #txt2  #checktikimg{
        padding-top: 15px;
        padding-right: 10px;
    }
}
@media only screen and (max-width:345.5px){
    #abtus #abusheading{
        font-size: 26px;
        font-weight: 700;
    }
    #abtus #txt2 p{
        margin-top: 10px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
}





/* Our IT Consulting & Strategy Services */


#mybusiness{
    margin-top: 50px;
    background-color: #EBF4FA;
}

#mybusiness  #conbox1 #odts1{
    margin-top: 50px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: Roboto;
}
#mybusiness #conbox1 #odts1txt{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    padding: 0 20px 0 20px;
}
#mybusiness #conbox1 #smbox2 {
    background-color: #EBF4FA;
}
#mybusiness #conbox1 #smbox2 img{
    border-radius: 80px;
    box-shadow: 1px 1px 1px 1px #acacac,-1px -1px 1px 1px #acacac;
    margin-right: 8px;
}
#mybusiness #conbox1 #smbox2  #mybox1,#mybox3,#mybox5,#mybox7,#mybox9{
    color:#EBF4FA;
    background-color: #016AB1;
}
#mybusiness #conbox1 #smbox2  #mybox2,#mybox4,#mybox6,#mybox8{
    color:#000000;
    background-color: #FFFFFF;
}
#mybusiness #conbox1 #smbox2 #title2{
    margin-top: 33px;
    font-size: 18px;
    font-weight: 500;
}
#mybusiness #conbox1 #smbox2 #txt2{
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    margin-top: 25px;
}
@media only screen and (max-width:1199.5px){
    #mybusiness #conbox1 #smbox2 #title2{
        margin-top: 40px;
        font-size: 14px;
        font-weight: 500;
    }

    #mybusiness #conbox1 #smbox2 #txt2{
        padding-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        line-height: 24px;
    }
}
@media only screen and (max-width:992.5px){
    #mybusiness #conbox1 #smbox2 #title2{
        margin-top: 40px;
        font-size: 10px;
        font-weight: 500;
    }
    #mybusiness #conbox1 #smbox2 #txt2{
        padding-bottom: 30px;
        font-size: 12px;
        font-weight: 400;
        text-align: justify;
        line-height: 18px;
    }
    
}
@media only screen and (max-width:767px){
    #mybusiness  #conbox1 #odts1{
        margin-top: 50px;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        font-family: Roboto;
    }
    #mybusiness #conbox1 #odts1txt{
        margin-top: 30px;
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
    }
    #mybusiness #conbox1 #smbox2  #mybox1{
        color:#EBF4FA;
        background-color: #016AB1;
    }
    #mybusiness #conbox1 #smbox2  #mybox2{
        color:#000000;
        background-color: #FFFFFF;
    }
    #mybusiness #conbox1 #smbox2  #mybox3{
        color:#EBF4FA;
        background-color: #016AB1;
    }
    #mybusiness #conbox1 #smbox2  #mybox4{
        color:#000000;
        background-color: #FFFFFF;
    }
    #mybusiness #conbox1 #smbox2  #mybox5{
        color:#EBF4FA;
        background-color: #016AB1;
    }
    #mybusiness #conbox1 #smbox2  #mybox6{
        color:#000000;
        background-color: #FFFFFF;
    }
    #mybusiness #conbox1 #smbox2  #mybox7{
        color:#EBF4FA;
        background-color: #016AB1;
    }
    #mybusiness #conbox1 #smbox2  #mybox8{
        color:#000000;
        background-color: #FFFFFF;
    }
    #mybusiness #conbox1 #smbox2  #mybox9{
        color:#EBF4FA;
        background-color: #016AB1;
    }
    #mybusiness #conbox1 #smbox2 #title2{
        margin-top: 40px;
        font-size: 18px;
        font-weight: 500;
    }
    #mybusiness #conbox1 #smbox2 #txt2{
        padding-bottom: 30px;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        line-height: 26px;
        padding: 0 5px;
    }
    #mybusiness #conbox1 #smbox2 img{
        margin-top: 10px;        
    }
  
}


@media only screen and (max-width:408px){
    #mybusiness  #conbox1 #odts1{
        margin-top: 50px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        font-family: Roboto;
    }
    #mybusiness #conbox1 #odts1txt{
        margin-top: 30px;
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
    }
}
@media only screen and (max-width:380px){

    #mybusiness #conbox1 #smbox2 #mybox6 #title2{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media only screen and (max-width:354px){
    #mybusiness #conbox1 #smbox2 #mybox2 #title2{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media only screen and (max-width:352px){
    #mybusiness #conbox1 #smbox2 #mybox3 #title2{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media only screen and (max-width:345px){
    #mybusiness  #conbox1 #odts1{
        margin-top: 50px;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        font-family: Roboto;
    }
    #mybusiness #conbox1 #odts1txt{
        margin-top: 30px;
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
    }
}
@media only screen and (max-width:340px){
    #mybusiness #conbox1 #smbox2 #mybox5 #title2{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media only screen and (max-width:327px){
    #mybusiness #conbox1 #smbox2 #mybox4 #title2{
        margin-top: 30px;
        font-size: 18px;
        font-weight: 500;
    }
}





/* Technologies we used */

#mybrands{
    height: 450px;
    background-color:none;
    overflow: hidden;
}
#mybrands #headpara1 p:nth-child(1){
    margin-top: 35px;
    font-size: 40px;
    font-weight: 700;
    font-family: Roboto;
}
#mybrands #headpara1 p:nth-child(2){
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    padding: 0 20px 0 20px;
    text-align: center;
}
#mybrands #headpara1 #mybrandimg {
    margin-bottom: 55px;
    animation: mybrandimganimation 12s linear infinite;
}
#mybrands #headpara1 #mybrandimg #brandimgs{
    width: 135px;
    height: 145px;
    margin-top: 50px;
    margin-left: 120px;
}

@keyframes mybrandimganimation{
    0%{
        transform: translateX(1000px);
    }
    100%{
        transform: translateX(-2100px);
    }
}

@media only screen and (max-width:665px){
    #mybrands{
        height: 500px;

    }
    #mybrands #headpara1 p:nth-child(1){
        margin-top: 35px;
        font-size: 27px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybrands #headpara1 #mybrandimg {
       
        animation: mybrandimganimation 12s linear infinite;
    }
    #mybrands #headpara1 p:nth-child(2){
        margin-top: 15px;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
        padding: 0 20px 0 20px;
        text-align: justify;
    }
    @keyframes mybrandimganimation{
        0%{
            transform: translateX(300px);
        }
        100%{
            transform: translateX(-2100px);
        }
    }
}
@media only screen and (max-width:655px){
    #mybrands{
        height: 480px;
    }
}
@media only screen and (max-width:495px){
    #mybrands{
        height: 500px;
        overflow: hidden;
    }
}
@media only screen and (max-width:408px){
    #mybrands{
        height: 530px;
        overflow: hidden;
    }
}
@media only screen and (max-width:355px){
    #mybrands{
        height: 550px;
        overflow: hidden;
    }
}

/* industries we serve */

#indvserve1 {
    margin-top: 40px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background-color: #EBF4FA;
}

#indvserve1 img{
    margin-top: 40px;
    margin-bottom: 70px;
    width: 420px;
    height: 528px;
}
@media only screen and (max-width:899px){
    #indvserve1 img{
        width: 230px;
        height: 298px;
    }
}
@media only screen and (max-width:621px){
    #indvserve1 {
        margin-top: 30px;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
    #indvserve1 img{
        width: 200px;
        height: 208px;
    }
}
@media only screen and (max-width:421px){
    #indvserve1 {
        margin-top: 30px;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
    #indvserve1 img{
        width: 160px;
        height: 150px;
    }
}







/* shape the future together */


#mybusiness1{
    background-color: #016AB1B2;
}
#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: 10px;
    color: #016AB1;
    font-size: 24px;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 17px;
}
#mybusiness1 #button:hover{
    color: #FFFFFF;
    background-color: #016AB1;
    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;
        padding: 6px;
    }
}

@media only screen and (max-width:725px){
    #mybusiness1 p:nth-child(1){
        margin-top:100px;
        font-size: 40px;
        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{
        margin-top: 20px;
    }
}

@media only screen and (max-width:708px){
    #mybusiness1 p:nth-child(1){
        margin-top:90px;
        font-size: 40px;
        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{
        margin-top: 20px;
    }
}

@media only screen and (max-width:677px){
    #mybusiness1 p:nth-child(1){
        margin-top:90px;
        font-size: 40px;
        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{
        margin-top: 20px;
    }
}
@media only screen and (max-width:516px){
    #mybusiness1 p:nth-child(1){
        margin-top:90px;
        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{
        margin-top: 20px;
    }
}

@media only screen and (max-width:420px){
    #mybusiness1 p:nth-child(1){
        margin-top:90px;
        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{
        margin-top: 20px;
    }
}

@media only screen and (max-width:355px){
    #mybusiness1 p:nth-child(1){
        margin-top:90px;
        font-size: 25px;
        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{
        margin-top: 20px;
    }
}

@media only screen and (max-width:350px){
    #mybusiness1 p:nth-child(1){
        margin-top: 100px;
        font-size: 25px;
        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: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        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;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}


/* related services */


#vsnmsn{
    height: auto;
    background-color:none;
    padding: 0 20px 0 20px;
}
#vsnmsn #vmbox1 .card{
    margin-top: 50px;
    box-shadow: 2px 2px 2px 2px #e9e9e9,-2px -2px 2px 2px #e9e9e9;
    border-radius: 20px;
    border: none;
}

#vsnmsn #vmbox1 h5,p{
    text-align: left;
    margin-bottom: 25px;
}
#vsnmsn #vmbox1 img{
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}
#vsnmsn #vmbox1  #mybtnexplore{
    width: 150px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
    background-color:#016AB1;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}
@media only screen and (max-width:769px){
    #vsnmsn{
        height: auto;
    }
}
@media only screen and (max-width:767.5px){
    #vsnmsn{
        height: auto;
       
    }
    #vsnmsn #vmbox1{
        margin-top: 0px;
    }
    #vsnmsn #vmbox1  #mybtnexplore{
        width: 120px;
        height: 40px;
        padding: 5px;
        border-radius: 10px;
        background-color:#016AB1;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
    }
}
@media only screen and (max-width:625.5px){
    #vsnmsn{
        height: auto;
    }
    #vsnmsn #vmbox1{
        margin-top: 0px;
    }
}


     /* 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;
        }
    }