body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

*{
    margin: 0;
    padding: 0;
}
p{
    font-family: 'Roboto', sans-serif;
}
.wraper{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    min-height: 900px;
    background: url(../images/header-bg.jpg) no-repeat 0 0 #000000;
    background-size: 100%;
}
.emtydiv{
    width: 100%;
    float: left;
    clear: both;
}
.header{
    float: left;
    width: 100%;
    padding:0 10px;
    margin: 0;
    box-sizing: border-box;
    background: rgba(2,3,3,.15);
    box-shadow: 0 2px 10px rgb(2 3 3 / 13%);
}
.logo{
    width: 200px;
    float: left;
    margin: 20px 0 10px 0;
}
.nav{
    float: right;
    width: auto;

}
.nav ul{
    list-style: none;
    width: 100%;
    margin: 28px 0 0 0;


}
.nav ul li{
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    min-height: 50px;
    position: relative;
    display: block;
    border-bottom: 5px solid transparent;

}
.nav ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.nav ul li:hover{
    border-bottom: 5px solid yellow;

}
.nav ul li div p a:hover{
    color: orange!important;
}
.nav ul li ul li:hover{
    border-bottom: 5px solid transparent;
}
.nav ul li:hover ul{
    display: inline-block;
}
.nav ul li ul{
    position: absolute;
    width: 500px;
   
    background-color: #fff;
    display: none;
    left: 0;
    top:23px;
}
.nav ul li ul li{
    display: table;
    width: 100%;
}

.nav ul li ul li div{
    display: table-cell;
    padding: 30px 0;
    width: 33%;
}
.nav ul li:hover ul div{
    color: #333;
}

.nav ul li:hover ul div p{
    padding: 0 0 6px 0;
    margin: 0;
    
}
.nav ul li:hover ul div p strong{
    padding-bottom: 12px;
}
.nav ul li:hover ul div p a{
    color: #333;
}

.head-class{
    font-weight: 200;
    color: #fff;
    font-size: 56px;
    width: 50%;
    margin-top: 150px;
}
.hedpcls{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.hedbutton{
    padding: 10px 25px;
    background: yellow;
    color: #666;
    font-weight: 600;
    
    text-decoration: none;
    margin: 0px 0 0 0;
}
.hedbutton:hover{
    text-decoration: none;
}
.homeconetent{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    margin: 150px 0 0 0;
}
.firstheading{
    font-weight: 300;
    margin-bottom: 60px;
}
.projetcount{
    width: 100%;
    float: left;
    background: #eeeeee;
    padding:50px 20px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
}
 .aboutcls{
    width: 100%;
    background: url(../images/worldmap.jpg) no-repeat right center;
   
    float: left;
 }
 .aboutcls h2{
    color: #fff;
    font-weight: 300;
    font-size: 38px;
    margin: 50px 0 20px 0;
 }
 .aboutcls p{
    color: #fff;
    font-weight: 300;
 }
 .angularcolm h3{
    font-weight: 300;
    margin: 60px 0 20px 0;
 }
 .angularcolm h4{
    font-weight: 300;
    color: red;
    clear: left;
 }
 .angularcolm ul{
    list-style: none;
 }
 .angularcolm ul li{
    float: left;
    margin-right: 50px;
 }
 .h3cls{
    font-weight: 300;
    font-size: 24px;
    width: 100%;
 }
 .btncls{
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    background: yellow;
 }
 a:hover{
    text-decoration: none;;
 }
 .pulright{
    float: right;
 }
 .mobilebg{
    background: url(../images/app-bg.png) no-repeat right 0;
    background-size: contain;
    min-height: 600px;
 }
 .ecommerce-bg{
    background: url(../images/ecommerce.jpg) no-repeat right 0;
    background-size: contain;
    min-height: 600px;
 }
 .ioscls{
    font-weight: 300;
    font-size: 24px;
    width: 100%;
    color: #fff;
 }
 .footer{
    width: 100%;
    float: left;
    clear: left;
    margin-top: 30px;
 }
 .footer p{
color: #fff;
}

.footer p a{
    color: #fff;
}
.copyrigt{
    width: 100%;
    padding: 5px 0;
    float: left;
    background: #333333;
}
.copyrigt p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.logosicon img{
    width: 100%;
}
.wraperinner{
    background-color: #000000;
    width: 100%;
    float: left;
}
.ractcls{
    width: 100%;
    border: 1px solid #f1f1f1;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(191,191,191,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(191,191,191,1);
box-shadow: 0px 1px 5px 0px rgba(191,191,191,1);
}
.ractcls h4{
    font-weight: 400;
    margin: 10px 0 20px 0;
}
.mobile-bg{
width: 100%;
float: left;
background: url(../images/mobile-bg.jpg) no-repeat 0 0 #000;
background-size: contain;
}
.outbond-bg{
    width: 100%;
    float: left;
    background: url(../images/outbond.jpg) no-repeat 0 0 #000;
    background-size: contain;
    }
.automotive-bg{
    
width: 100%;
float: left;
background: url(../images/automotive.jpg) no-repeat 0 0 #000;
background-size: contain;
}
svg{
    width: 60px;
}


.logistics-bg{
    
    width: 100%;
    float: left;
    background: url(../images/logistics.jpg) no-repeat 0 0 #000;
    background-size: contain;
    }
    .enterprise-bg{
    
        width: 100%;
        float: left;
        background: url(../images/enterprise.jpg) no-repeat 0 0 #000;
        background-size: contain;
        }
        .manufacturing-bg{
    
            width: 100%;
            float: left;
            background: url(../images/manufacturing.jpg) no-repeat 0 0 #000;
            background-size: contain;
            }

            .legal-bg{

                width: 100%;
                float: left;
                background: url(../images/legal.html) no-repeat 0 0 #000;
                background-size: contain;

            }
            .travel-hospitality-bg{
                width: 100%;
                float: left;
                background: url(../images/travel-hospitality.jpg) no-repeat 0 0 #000;
                background-size: contain;


            }
            
            .life-science-bg{
                width: 100%;
                float: left;
                background: url(../images/life-science.jpg) no-repeat 0 0 #000;
                background-size: contain;


            }
            .media-and-entertainment-bg{
                width: 100%;
                float: left;
                background: url(../images/media-and-entertainment.jpg) no-repeat 0 0 #000;
                background-size: contain;
                
            }
            .real-estate-bg{
                width: 100%;
                float: left;
                background: url(../images/real-estate.jpg) no-repeat 0 0 #000;
                background-size: contain;
                
            }
            .web-development-bg{
                width: 100%;
                float: left;
                background: url(../images/web-development.jpg) no-repeat 0 0 #000;
                background-size: contain;
                
            }
            .company-bg{
                width: 100%;
                float: left;
                background: url(../images/company-bg.jpg) no-repeat 0 0 #000;
                background-size: contain;
                
            }
            .digital-bg{
                width: 100%;
                float: left;
                background: url(../images/digital.jpg) no-repeat 0 0 #000;
                background-size: contain;
                
            }