@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;
}
/* nav bar start */
#topcon2{
    margin-top: -100px;
    background-image: linear-gradient(to bottom right,#016AB1C7,#016AB1C7,#F0F6FA,#FFFFFF);
}
#topconnav #logimg{
    width: 186px;
    height: 60px;
    margin-top: 20px;
    margin-left: 50px;
}
#topconnav #mylist{
    box-sizing: border-box;
    width: 511px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    margin-top: 0px;
}
#topconnav .offcanvas #mylist{
    width: auto;
    height:auto;
}
#topconnav #mylist ul li{
    padding: 5px 15px 5px 15px;
}
#topconnav #mylist ul li a:hover{
    color: #016AB1;
}
#topconnav #mylist .nav-item .dropdown-menu li:hover a{
    background-color: transparent;
}


#topcon2 #leftxt{
    padding-top: 250px;
    padding-left: 50px;
}
#topcon2 #mytitle1{
    font-size: 50px;
    font-weight: 700;
    color: black;
}
#topcon2 #mytitle1 span{
    color:#FFFFFF;
}
#topcon2 #mytitle2{
        font-size: 18px;
        font-weight: 400;
    }
@media only screen and (max-width:1421.5px){
    #topcon2 #mytitle1{
        font-size: 30px;
    }
}
@media only screen and (max-width:1366.5px){
    #topcon2 #mytitle1{
        font-size: 40px;
    }
}
@media only screen and (max-width:1292.5px){
    #topcon2 #mytitle1{
        font-size: 32px;
    }
}
@media only screen and (max-width:1233.5px){
    #topcon2 #mytitle1{
        font-size: 26px;
    }
}
@media only screen and (max-width:1024.5px){
    #topcon2 #mytitle1{
        font-size: 25px;
    }
}
@media only screen and (max-width:991.5px){
    #topcon2{
         padding-bottom: 30px;
}
    #topcon2 #leftxt{
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #topcon2 #mytitle1{
        font-size: 50px;
        text-align: center;
    }
    #topcon2 #mytitle2{
        text-align: center;
    }
    #topcon2  #imageside2{
        margin-top: 80px;
    }
}
@media only screen and (max-width:450.5px){
    #topconnav #logimg{
        margin-left: 20px;
    }
    #topcon2 #leftxt{
        padding-left: 20px;
    }
    #topcon2 #mytitle1{
        font-size: 45px;
        text-align: left;
    }
     #topcon2 #mytitle2{
        font-size: 14px;
        text-align: left;
    }
}
@media only screen and (max-width:386.5px){
    #topcon2 #mytitle1{
        font-size: 40px;
    }
}
@media only screen and (max-width:369.5px){
    #topcon2 #mytitle1{
        font-size: 35px;
    }
}
@media only screen and (max-width:329.5px){
    #topcon2 #mytitle1{
        font-size: 32px;
    }
}
/* nav bar end */


/* scroll down to show icon */
/* #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{
       
        opacity: 0; 
    }
    to{
        transform: translateY(700px);
        opacity: 1;
    }
} */


/* about us style starts */
#abtus{
    margin-top: 50px;
}
#abtus #abusheading{
    font-size: 40px;
    font-weight: 700;
}
#abtus #quotediv p:nth-child(1){
    font-size: 24px;
    font-weight: 700;
}
#abtus #quotes2{
    color: #000000; 
}
#abtus #quotediv p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
#abtus #quotediv{
    margin-top: 90px;
    padding-left: 50px;
}
#myratings{
    padding-top: 25px;
    padding-left: 8px;
    gap: 12px;
}

#abtus #abtratings2{
    width: 348px;
    height: 60px;
    border: 0;
    border-radius: 12px;
    background-color:#EBF4FA;
}
#abtus #abtratings2 img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 5px;

}
#abtratings2 #spane{
    font-weight:600;
    padding: 15px;
    font-size: 24px;
}
#abtus #abtimg1{
        padding-right: 20px;
    }
@media only screen and (max-width: 1245.5px) {
    #abtus #abtimg1{
        margin-top: 100px;
    }
}
@media only screen and (max-width: 992px) {
    #abtus #quotediv p:nth-child(1){
       font-size: 22px;
       text-align: center;
       padding: 0 20px 0 20px;
    }
    #abtus #quotes2{
        color: #000000; 
        padding: 0 20px 0 20px;
    }
    #abtus #abtratings2{
        width: 300px;
    }
    #abtus{
        margin-top: 50px;
    }
    #abtus #quotediv{
        margin-top: 30px;
        text-align: left;
        padding-left: 10px;
    }
    #abtus #abtimg1{
        margin-top: 20px;
        padding: 0px 20px;
    }
    #abtus #myratings{
        justify-content: center;
        padding: 0px 30px;
    }
   
}
@media only screen and (max-width: 426px) {
    #abtus #quotediv p:nth-child(1){
        font-size: 22px;
        text-align: center;
        padding: 0 20px 0 20px;
     }
}
/* ------------  why choose alterity style starts ---------- */

#wychoosebox{
    height: 950px;
    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;
}
#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); 
    }
    #wychoosebox{
        height: 1000px;
    }
}
@media only screen and (max-width: 1183px) {
    #wychoosebox .dashline{
        transform: translate(110px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 30px;
        margin-left: 50px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
    #wychoosebox{
        height: 1050px;
    }
}
@media only screen and (max-width: 1092px) {
    #wychoosebox .dashline{
        transform: translate(70px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 20px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
    #wychoosebox{
        height: 1090px;
    }
}
 @media only screen and (max-width: 1035px) {
    #wychoosebox .dashline{
        transform: translate(70px,120px); 
    }
    #wychoosebox #mycards img{
        margin-top: 20px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
    #wychoosebox{
        height: 1090px;
    }
}
@media only screen and (max-width: 992px) {
    #wychoosebox .dashline{
        transform: translate(70px,110px); 
    }
    #wychoosebox #mycards img{
        margin-top: 20px;
        margin-left: 10px;
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }
    #wychoosebox{
        height: 1100px;
    }
}
@media only screen and (max-width: 991.5px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
    #wychoosebox{
        height: 910px;
        background-color: #EBF4FA;
    }
     #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{
        height: 1280px;
        background-color: #EBF4FA;
    }
    #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: 525.5px) {
    #wychoosebox{
        height: 1320px;
        background-color: #EBF4FA;
    }
}
@media only screen and (max-width: 504.5px) {
    #wychoosebox{
        height: 1350px;
    }
}
@media only screen and (max-width: 486.5px) {
    #wychoosebox{
        height: 1400px;
    }
}
@media only screen and (max-width: 431px) {
    #wychoosebox #wychoseimg1{
        display: none;
    }
    #wychoosebox #title{
        font-size: 30px;
    }
    #wychoosebox{
        height: 1430px;
    }
    #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) {
    #wychoosebox{
        height: 1480px;
        background-color: #EBF4FA;
    }
}
@media only screen and (max-width: 335px) {
    #wychoosebox{
        height: 1500px;
        background-color: #EBF4FA;
    }
    #wychoosebox #title{
        font-size: 28px;
    }
}




/* our services  */


#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: 350px;
    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: 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: 250px;
        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: 270px;
        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;
    }
} 



/* number of company js starts */

.mybg{
    background-color: #EBF4FA;
    height: 890px;
    padding-top: 150px;
}
.mybg #myimg3{
    margin-top: -30px;
    padding-right:100px;
}
#cnum #cnmbx1{
    border: 0;
    border-radius: 24px;
}
#cnum #cnmbx1 img{
    width: 100px;
    height: 100px;
}
#cnum #cnmbx1 p{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 0 30px;
}
#cnum #cnmbx1 #years{
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0 0 30px;
}
#cnum #cnmbx1 #stories{
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0 0 30px;
}
#cnum #cnmbx1 #trust{
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0 0 30px;
}
#cnum #cnmbx1 #Guaranted{
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0 0 30px;
}
@media only screen and (max-width:1246px){
    .mybg #myimg3{
        margin-top: 50px;
        padding-right:100px;
    }
}
@media only screen and (max-width:992.5px){
    .mybg{
        height: 780px;
        padding-top: 100px;
    }
    .mybg #myimg3{
        padding-right:0;
    }
     #cnum #cnmbx1{
        margin-top: -12px;
    }
}
    
@media only screen and (max-width:590.5px){
    .mybg{
        height: 620px;
        padding-top: 70px;
    }
    #cnum #cnmbx1 p{
        font-size: 14px;
        font-weight: 500;
        padding: 2px 0 0 0px;
    }
    #cnum #cnmbx1 #years{
        font-size: 18px;
        font-weight: 800;
        padding: 30px 0 0 0px;
    }
    #cnum #cnmbx1 #stories{
        font-size: 18px;
        font-weight: 800;
        padding: 30px 0 0 0px;
    }
    #cnum #cnmbx1 #trust{
        font-size: 18px;
        font-weight: 800;
        padding: 30px 0 0 0px;
    }
    #cnum #cnmbx1 #Guaranted{
        font-size: 18px;
        font-weight: 800;
        padding: 30px 0 0 0px;
    }
}
@media only screen and (max-width:440.5px){
    .mybg{
        height: 570px;
        padding-top: 60px;
    }
    #cnum #cnmbx1 p{
        font-size: 10px;
        font-weight: 800;
        padding: 2px 0 0 0px;
    }
}
@media only screen and (max-width:415.5px){
    #cnum #cnmbx1 p{
        font-size: 12px;
        font-weight: 500;
        padding: 2px 0 0 0px;
    }
    #cnum #cnmbx1 #years{
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #stories{
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #trust{
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #Guaranted{
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0 0 0px;
    }
}
@media only screen and (max-width:395.5px){
    .mybg{
        height: 500px;
        padding-top: 40px;
    }
    #cnum #cnmbx1 p{
        font-size: 8px;
        font-weight: 500;
        padding: 2px 0 0 0px;
    }
}
@media only screen and (max-width:380.5px){
    .mybg{
        height: 390px;
        padding-top: 50px;
    }
    #cnum #cnmbx1 img{
        width: 40px;
        height: 40px;
    }
    #cnum #cnmbx1 p{
        font-size: 10px;
        
        padding: 2px 0 0 0px;
    }
    #cnum #cnmbx1 #years{
        font-size: 18px;
      
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #stories{
        font-size: 18px;
     
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #trust{
        font-size: 18px;
    
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #Guaranted{
        font-size: 18px;
        padding: 10px 0 0 0px;
    }
}
@media only screen and (max-width:380.5px){
    #cnum #cnmbx1 img{
        width: 40px;
        height: 40px;
    }
    #cnum #cnmbx1 p{
        font-size: 8px;
        
        padding: 2px 0 0 0px;
    }
    #cnum #cnmbx1 #years{
        font-size: 18px;
  
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #stories{
        font-size: 18px;
       
        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #trust{
        font-size: 18px;

        padding: 10px 0 0 0px;
    }
    #cnum #cnmbx1 #Guaranted{
        font-size: 18px;
        padding: 10px 0 0 0px;
    }
}




/* brands to collabrate */

#mybrands{
    height: 400px;
    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;
    text-align: center;
    padding:0 30px  0 30px;
}
#mybrands #headpara1 #mybrandimg {
    margin-bottom: 55px;
    animation: mybrandimganimation 50s steps(40,end) infinite;
}
#mybrands #headpara1 #mybrandimg #brandimgs{
    width: 135px;
    height: 145px;
    margin-top: 50px;
    margin-left: 80px;
}

@keyframes mybrandimganimation{
    0%{
        transform: translateX(-80px);
    }
    100%{
        transform: translateX(-1400px);
    }
}
@media only screen and (max-width:1000px){
    #mybrands{
        height: 440px;
        overflow: hidden;
    }
}
@media only screen and (max-width:697px){
    #mybrands{
        height: 460px;
    }
}
@media only screen and (max-width:665px){
    #mybrands #headpara1 p:nth-child(1){
        margin-top: 35px;
        font-size: 27px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybrands #headpara1 #mybrandimg {
        animation: mybrandimganimation 50s steps(40,end) infinite;
    }
    #mybrands #headpara1 p:nth-child(2){
        margin-top: 15px;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
        text-align: justify;
        padding:0 30px  0 30px;
    }
    #mybrands #headpara1 #mybrandimg #brandimgs{
        margin-left: 20px;
    }
    @keyframes mybrandimganimation{
        0%{
            transform: translateX(-80px);
        }
        100%{
            transform: translateX(-1400px);
        }
    }
}
@media only screen and (max-width:446px){
    #mybrands{
        height: 480px;
    }
}
@media only screen and (max-width:384px){
    #mybrands{
        height: 530px;
    }
}
@media only screen and (max-width:349px){
    #mybrands{
        height: 540px;
    }
}



/* Ready to transform your business starts */


#mybusiness{
    background-color: #016AB1B2;
}
#mybusiness img{
    height: 500px;
}
#mybusiness p:nth-child(1){
    margin-top: 70px;
    font-size: 40px;
    font-weight: 700;
    font-family: Roboto;
}
#mybusiness p:nth-child(2){
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family: Roboto;
    padding: 0 50px 0 50px;
}
#mybusiness #button{
    width: 192px;
    height: 60px;
    padding: 8px;
    margin-top: 50px;
    color: #016AB1;
    font-size: 24px;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 17px;
}
#mybusiness #button:hover{
    color: #FFFFFF;
    background-color: #016AB1;
    transition: 0.3s linear;
}
@media only screen and (max-width:1224px){
    #mybusiness p:nth-child(1){
        margin-top: 55px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 30px;
        font-size: 24px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 192px;
        height: 60px;
        margin-top: 50px;
        color: #016AB1;
        font-size: 24px;
        font-weight: 500;
        background-color: #FFFFFF;
        border-radius: 17px;
    }
}
@media only screen and (max-width:956px){
    #mybusiness p:nth-child(1){
        margin-top: 40px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 30px;
        font-size: 24px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 192px;
        height: 60px;
        margin-top: 30px;
        color: #016AB1;
        font-size: 24px;
        font-weight: 500;
        background-color: #FFFFFF;
        border-radius: 17px;
    }
}

@media only screen and (max-width:875px){
    #mybusiness p:nth-child(1){
        margin-top: 60px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 50px;
        font-size: 20px;
        font-weight: 300;
        font-family: Roboto;
        padding: 0 20px 0 20px;
        text-align: justify;
    }
}

@media only screen and (max-width:708px){
    #mybusiness p:nth-child(1){
        margin-top: 60px;
        font-size: 40px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 50px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
}

@media only screen and (max-width:677px){
    #mybusiness p:nth-child(1){
        margin-top: 40px;
        font-size: 30px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 40px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 120px;
        height: 40px;
        margin-top: 40px;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}
@media only screen and (max-width:618px){
    #mybusiness p:nth-child(1){
        margin-top: 70px;
        font-size: 30px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 40px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 120px;
        height: 40px;
        margin-top: 40px;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}
@media only screen and (max-width:516px){
    #mybusiness p:nth-child(1){
        margin-top: 50px;
        font-size: 24px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 40px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #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:420px){
    #mybusiness p:nth-child(1){
        margin-top: 55px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 120px;
        height: 40px;
        margin-top: 10px;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}
@media only screen and (max-width:365px){
    #mybusiness p:nth-child(1){
        margin-top: 35px;
        font-size: 20px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 30px;
        font-size: 18px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 120px;
        height: 40px;
        margin-top: 10px;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}

@media only screen and (max-width:355px){
    #mybusiness p:nth-child(1){
        margin-top: 40px;
        font-size: 18px;
        font-weight: 700;
        font-family: Roboto;
    }
}

@media only screen and (max-width:350px){
    #mybusiness p:nth-child(1){
        margin-top: 60px;
        font-size: 16px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 20px;
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #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:330px){
    #mybusiness p:nth-child(1){
        margin-top: 50px;
        font-size: 16px;
        font-weight: 700;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 20px;
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #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){
    #mybusiness p:nth-child(1){
        margin-top: 50px;
        font-size: 17px;
        font-weight: 600;
        font-family: Roboto;
    }
    #mybusiness p:nth-child(2){
        margin-top: 20px;
        font-size: 16px;
        font-weight: 300;
        font-family: Roboto;
    }
    #mybusiness #button{
        width: 120px;
        height: 40px;
        margin-top: 30px;
        color: #016AB1;
        font-size: 16px;
        font-weight: 600;
        background-color: #FFFFFF;
        border-radius: 15px;
    }
}



/* our recent best works starts */

#ourbestwrk{
    height: auto;
    background-color: #EBF4FA;
    overflow: hidden;
}

#ourbestwrk #bestwrkhead p:nth-child(1){
    margin-top: 50px;
    font-size: 40px;
    font-weight: 700;
    font-family: Roboto;
}
#ourbestwrk #bestwrkhead p:nth-child(2){
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    font-family: Roboto;
    text-align: center;
    padding: 0 20px 0 20px;
}
#ourbestwrk #bestwrkhead #bestwrkimgs {
    margin-top: 45px;
    overflow:scroll;
}
#ourbestwrk #bestwrkhead #bestwrkimgs::-webkit-scrollbar {
   display: none;
}
#ourbestwrk #bestwrkhead #bestwrkimgs #bestwrkimg1{
    max-width: 590px;
    height: 520px;
}
#ourbestwrk #bestwrkimgs #bgbestwekimg{
    background-color: #FFFFFF;
    border-radius: 25px;
    margin-right: 15px;
    /* animation: bgbestwekimg 10s linear infinite; */
}
#ourbestwrk #bestwrkimgs #bgbestwekimg span{
    margin: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto;
    color: black;
}
#ourbestwrk #bestwrkimgs #bgbestwekimg button{
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto;
    margin: 30px;
    width: 120px;
    height: 45px;
    color: #016AB1;
    box-shadow: 1px 1px 1px 1px #D9D9D9, -1px -1px 1px 1px #1976D21A;
}

/* @keyframes bgbestwekimg{
    0%{
        transform: translateX(1000px);
    }
    100%{
        transform: translateX(-1800px);
    }
}
#ourbestwrk #bestwrkhead #bestwrkimgs:hover #bgbestwekimg {
    animation-play-state:running;
} */

@media only screen and (max-width:768.5px){
    #ourbestwrk{
        height: auto;
    }
    #ourbestwrk #bestwrkhead #bestwrkimgs #bestwrkimg1{
        max-width: 390px;
        height: 320px;
    }
    #ourbestwrk #bestwrkimgs #bgbestwekimg span{
        margin: 38px;
        font-size: 16px;
        font-weight: 600;
        font-family: Roboto;
        color: black;
    }
    #ourbestwrk #bestwrkimgs #bgbestwekimg button{
        font-size: 16px;
        font-weight: 500;
        font-family: Roboto;
        margin: 30px;
        width: 100px;
        height: 45px;
        color: #016AB1;
        box-shadow: 1px 1px 1px 1px #D9D9D9, -1px -1px 1px 1px #1976D21A;
    }
   
}

@media only screen and (max-width:440px){
  
    #ourbestwrk #bestwrkhead p:nth-child(1){
        margin-top: 50px;
        font-size: 27px;
        font-weight: 700;
        font-family: Roboto;
    }
    #ourbestwrk #bestwrkhead p:nth-child(2){
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        font-family: Roboto;
        text-align: justify;
        padding: 0 30px 0 30px;
    }
}




/* client stories starts  */

#myclientreviw{
    background-color: #016AB1CF;
    height: 1800x;
    padding-bottom: 35px;
}
#myclientreviw #ourtitle{
    font-size: 40px;
    font-weight: 700;
    padding: 50px;
    color:#FFFFFF;
}
#myclientreviw #clvoursmboxes{
    overflow: scroll;
}
#myclientreviw #clvoursmboxes::-webkit-scrollbar{
    display: none;
}

#myclientreviw #clvoursmboxes #clvsmbox{
    width: 450px;
    height: 440px;
    background-color: #FFFFFF;
    margin: 30px;
    border-radius: 15px;
}
#myclientreviw #clvoursmboxes #clvsmbox #contens1{
    font-size: 18px;
    font-weight: 400;
    padding: 25px;
    text-align: justify;

}
#myclientreviw #clvoursmboxes #clvsmbox #clientlogo img{
    margin-left:30px;
}
#myclientreviw #clvoursmboxes #clvsmbox #clientlogo span{
    margin-left: 35px;
    font-size: 24px;
    font-weight: 700;
    font-family: Roboto;
}
#myclientreviw #clvoursmboxes #clvsmbox #clientlogo span p{
    transform: translate(150px,-20px);
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
}
@media only screen and (max-width:637px){
    #myclientreviw #ourtitle{
        font-size: 30px;
    }
}
@media only screen and (max-width:510px){
    #myclientreviw #ourtitle{
        font-size: 24px;
    }
}
@media only screen and (max-width:432px){
    #myclientreviw #ourtitle{
        font-size: 20px;
    }
}
@media only screen and (max-width:380px){
    #myclientreviw #ourtitle{
        font-size: 18px;
    }
}
@media only screen and (max-width:355px){
    #myclientreviw #ourtitle{
        font-size: 25px;
    }
}




/* Enquire form */

#enquirefrm p{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: Roboto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#enquirefrm #frmbox2{
   margin-top: 70px;
   max-width: 700px;
   padding: 50px;
   border-radius: 25px;
   background-color: #EBF4FA;
}
input[type=text], input[type=password],input[type=number],input[type=email]{
    width: 100%;
    padding: 15px;
    padding-left: 35px;
    margin: 5px 0 22px 0;
    border: none;
    background: #ffffff;
  }
  #enquirefrm #frmbox2 #yourname{
    background-image: url('homeform1.png');
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 60px;
  }
  #enquirefrm #frmbox2 input[type=number]{
    background-image: url('homeform2.png');
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 60px;
  }
  #enquirefrm #frmbox2 input[type=email]{
    background-image: url('homeform3.png');
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 60px;
  }
  #enquirefrm #frmbox2 #companyname{
    background-image: url('homeform4.png');
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 60px;
  }
  #enquirefrm #frmbox2 #floatingTextarea{
    background-image: url('homeform5.png');
    background-repeat: no-repeat;
    background-position:20px;
    padding-top: 30px;
    padding-left: 70px;
  }
    #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:769px){
    #enquireimg1{
        display: none;
    }
    #enquirefrm {
        margin-top: -70px;
     }
  }
  @media only screen and (max-width:767.5px){
    #enquirefrm #frmbox2  input[type=email]{
        margin-top: -40px;
    }
    #enquirefrm #frmbox2 #floatingTextarea{
        margin-top: -40px;
    }
  }
  @media only screen and (max-width:425px){
    #enquirefrm #frmbox2{
        max-width: 700px;
        padding: 20px;
        border-radius: 15px;
        background-color: #EBF4FA;
     }
  }
  @media only screen and (max-width:365px){
    #enquirefrm #frmbox2{
        max-width: 700px;
        padding: 10px;
        border-radius: 15px;
        background-color: #EBF4FA;
     }
  }
  @media only screen and (max-width:345px){
    #enquirefrm #frmbox2{
        transform: translateX(-20px);
        width: 300px;
        padding: 10px;
        border-radius: 15px;
        background-color: #EBF4FA;
     }
  }
  @media only screen and (max-width:335px){
    #enquirefrm #frmbox2{
        transform: translateX(-30px);
        width: 300px;
        padding: 10px;
        border-radius: 15px;
        background-color: #EBF4FA;
     }
  }


 
     /* 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;
    }
}











