*{

    margin:0;
    padding: 0;

}

html{
    scroll-behavior: smooth;
}

body
{
    /*background-image: url(image/logo.jpg);*/
    font-size: 100%;
    font-family: sans-serif;
}

div, section, span, ul, li, a, header {
    box-sizing: border-box;
}

/*css reset|*/

.navbar{
    width: 100%;
    top: 0;
    position: fixed;
    background-color: #b6bccf;
    padding 100px 10px;
    height: 10vh;

    background-color: #6280e5;
    width:  100%;
    position: relative;
    height: 0;
    margin: 0 auto;
    display: block;
}


.navbar h1 {
    float: left;
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar img{
    display: block; 
    margin-bottom: -3.4%;
    margin-top: 0%;
    width: 2cm;
    height: 2cm;
   
}

.navbar img2{
    float: right;
    
   display: none;
}

header{
    width: 100%;
    display:block;
    /*justify-content: space-between;*/
    align-items: center;
    position: fixed;
    z-index: 999;
    border-bottom: solid 2px #000;
    background: rgb(100, 99, 99);
    height: 10vh;

}

#menu {
    float: right;
}

#menu li{
    list-style: none;
    display: inline-block;
    margin:  0px 15px;
    padding: 0px 15px;
    
}

#menu li a{
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    float: right;
    
    
}
#menu li a:hover{
    color: rgb(247, 123, 7);
    
}

#menu li a.active {
    text-decoration: underline;
    text-decoration-color: rgb(247, 123, 7);
}

label #btn,
label #cancel{
    color: rgb(247, 123, 7);
    font-size: 30px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display:none;
}
#check{
    display: none;
}

/*section{
    width:  100%;
    float: left;
    height: 100vh;
    position: relative;
}*/

#home{
    background-color: #f4f3f1;
    width:  100%;
    float: left;
    height: 100vh;
    position: relative;
}

#about{
    background-color: #939390;
    width:  100%;
    float: left;
    height: 100vh;
    position: relative;
}

#services{
    background-color: #a7a5a3;
    width:  100%;
    float: left;
    height: 100vh;
    position: relative;
}

#contact{
    background-color: #b6b4b1;
    width:  100%;
    float: left;
    height: 100vh;
    position: relative;
}

h1{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 45px;
    /*text-decoration: underline;
    text-decoration-color: rgb(247, 123, 7);*/
}
/*h2{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000
}*/
.welcome{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: rgb(247, 123, 7);
    
    border: 5px solid #f1f1f1;
}

.welcome h2{
    position: absolute;
    top: 35%;   
    left: 15%;
    transform: translate(-20%, -40%);
    font-family: "sans-serif";
    font-size: xx-large;
    font-size: 70px;
    font-weight: bold;
    
}



.imageholder img{
    display: block; 
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
    height: 100%;
    /*filter: blur(8px); /* Add the blur effect 
    background-image: url("background_laptop2.png");
    
    -webkit-filter: blur(8px);*/
   
}

.par{
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(-60%, -40%);
    font-family: "sans-serif";
    font-size: 30px;
}
.aboutus{
    width: 280px;
    height: 70px;
    background: #a49f9f75;
    border-color: rgb(247, 123, 7);
    position: absolute;
    top: 65%;
    left: 31%;
    transform: translate(-100%, -40%);
    font-family: "sans-serif";
    font-size: 24px;
    border-radius: 6px;
    transition: .4s ease;
}

.aboutus a{
    text-decoration: none;
    color: rgb(247, 123, 7);
    transition: .3s ease;
}

.aboutus:hover{
    background: #dfdcdcf1;

}

.aboutus a:hover{
    text-decoration: none;
    color: rgb(11, 11, 11);
}

.imageholder2 img{
    display: block; 
    margin-left: 10%;
    margin-top: 20%;
    width: 10cm;
    height: 9.96cm;
   
}
   
.form-wrap{
    width: 500px;
    padding: 23px;
    display: block;
    background: #000;
    position: absolute;
    top: 48%;
    left: 75%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    border-color: rgb(247, 123, 7);
    
}
.form-wrap input{
    width: 450px;
    height: 35px;
    background: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    
}

input, textarea{
    width: 240px;
    margin-bottom:35px;
    padding: 8px 8px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 3px;
}

.form-wrap h4{
    color: rgb(247, 123, 7);
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    
}

.form-wrap textarea{
    width: 450px;
    height: 80px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.form-wrap input[type=submit]{
    color: #000;
    background: #c59b40;
    border: 1px solid #000;
    transition: .3s;
    cursor: pointer;
}

.form-wrap input[type=submit]:hover{
    background: #fff;
    color: #000;
}
.icon{
    width: 300px;
    padding: 20px;
    display: block;
    background: none;
    position: absolute;
    top: 90%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.icon ion-icon{
    text-decoration: none;
    color: #000;
    font-size: 50px;
    transition: 0.3s ease;

}

.icon ion-icon:hover{
    color: #fff;
}
.contact-info h4{
    color: rgb(247, 123, 7);
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;

    
}

.contact-info a{
    color: rgb(12, 71, 134);
    text-align: center;
    font-family: sans-serif;
    font-size: 26px;
    display: block;
}

.contact-info h5{
    text-align: center;
    font-family: sans-serif;
    font-size: 26px;
}
.contact-info{

        width: 35%;
        padding: 40px;
        
        /*display: block;*/
        background: rgb(105, 113, 116);
        position: absolute;
        top: 47.5%;
        left: 26%;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        font-size: 25px;
        font-family: sans-serif;
        font-weight: bold;
        height: 530px;
        border-color: rgb(247, 123, 7);
        border-radius: 10px;
}

.contact-info i {
    text-align: center;
    font-size: 80px;
    display: block;
    
}

.abt{
    position: absolute;
    top: 55%;
    left: 62%;
    transform: translate(-50%, -50%);
    font-family: "sans-serif";
    font-size: 20px;
}
.par3{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "sans-serif";
    font-size: 21px;
    text-align: center;
}

.bolded { 
    font-weight: bold; 
}

.mb-0{
    position: absolute;
    text-align: center;
    top: 97%;
    left: 40%;
    font-size: 13px;
    /*font-weight: bold;*/
}



/*Mobile screen*/

@media only screen and (max-width: 1180px){
    header{
        padding: 15px;
        transition: .2s;
        padding-top: 4px;
    }

    
  
    .navbar img{
        padding: 0px  1%;
        transition: .2s;
        width: 1.8cm;
        height: 1.8cm
    }

    .imageholder img{
        height: 120vh;
    }

    .welcome h2 {
        font-size: 60px;
        margin: 0 0 30px;
    }

    .par{
        left: 40%;
    }

    .par2{
        font-size: 18px;
        
    }

    .imageholder2 img {
        padding-top: 90px;
        width: 8cm;
        height: 8cm
    }

    #menu{
        padding: 0px;
        transition: .2s;
    }
    
    #menu {
        padding-top: 0px;
    }

    .contact-info{
        height: 480px;
        position: absolute;
        left: 22%;
    }

    .form-wrap{
        position: absolute;
        left: 70%;
    }

}

@media only screen and (max-width: 1090px){
    .contact-info a{
        font-size: 22px;
    }
    
    .form-wrap{
        width: 450px;
    }

    .form-wrap textarea{
        width: 400px;
    }

    .form-wrap input{
        width: 400px;
    }

    .aboutus{
        
        position: absolute;
        left: 37%;
    }
    
    .aboutus a{
        text-decoration: none;
        color: rgb(247, 123, 7);
        transition: .3s ease;
    }

    .par{
        position: absolute;
        left: 43%;
    }
   
}

@media only screen and (max-width: 999px){


    .par2{
        font-size: 16px;
        
    }

    .welcome h2 {
        position: absolute;
        left: 17%;
    }

}

@media only screen and (max-width: 990px){

    .par2{
        font-size: 16px;
        
    }

    .imageholder2 img {
        padding-top: 130px;
        width: 7cm;
        height: 7cm
    }

    .par3{
        font-size: 20px
    }

}

@media only screen and (max-width: 955px){
  

    #menu li a {
        font-size: 21px;
    }

    .aboutus{
        left: 40%;
    }

    .fas{
        font-size: 15px
    }

    .contact-info a{
        font-size: 21px
    }

    .form-wrap{
        width: 420px;
    }

    .form-wrap textarea{
        width: 370px;
    }

    .form-wrap input{
        width: 370px;
    }
}

@media only screen and (max-width: 940px){
    .contact-info a{
        font-size: 19px;
    }

    .contact-info h5{
        font-size: 19px;
    }
}

@media only screen and (max-width: 880px){

    #menu li a {
        font-size: 19px;
    }

    .mb-0{
        left: 30%;
    }

    .aboutus{
        
        position: absolute;
        left: 42%;
    }
}

@media only screen and (max-width: 855px){

    #menu li a {
        font-size: 17px;
    }

    .imageholder2 img {
        padding-top: 130px;
        width: 6cm;
        height: 6cm
    }

    .par3{
        font-size: 19px
    }

    .fas{
        font-size: 15px
    }

    .contact-info a{
        font-size: 18px
        
    }

    .form-wrap{
        top: 47.5%;
        left: 70%;
    }

}

@media only screen and (max-width: 815px){

    label #btn{
        display: block;
    }

    #menu{
        position: fixed;
        width: 10%;
        height: 100vh;
        background: rgb(247, 123, 7);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
        
    
    #menu li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
  
    #menu li a {
        font-size: 20px;
    }
    
    #check:checked ~ ul{
        left:85%;
    }

    #check:checked ~ label #btn{
        display: none;
    }

    #check:checked ~ label #cancel{
        display: block;
    }

    

    .imageholder2 img {
        padding-top: 130px;
        width: 5cm;
        height: 5cm
    }

    .par3{
        font-size: 19px
    }

    .contact-info h4{
        font-size: 26px
    }
    
    .contact-info{
        text-align: center;
    }

    .form-wrap h4{
        font-size: 26px
    }
    
    .form-wrap{
        text-align: center;
    }

    .contact-info a{
        font-size: 17px;
    }

    .aboutus{
        
        position: absolute;
        left: 46%;
    }

}

@media only screen and (max-width: 755px){

    .form-wrap{
        width: 360px;
    }

    .form-wrap textarea{
        width: 310px;
    }

    .form-wrap input{
        width: 310px;
    }

    .contact-info a{
        font-size: 15px
    }

    .contact-info h5{
        font-size: 15px
    }

    .welcome h2 {
        position: absolute;
        left: 20%;
    }
}

@media only screen and (max-width: 725px){
    .aboutus{
        left: 45%;
    }

    .contact-info h4{
        font-size: 23px
    }

    .contact-info a{
        font-size: 13px;
        position: absolute;
        left: 8%;
        top: 40%;
    }

    .contact-info h5{
        font-size: 13px;
        position: absolute;
        left: 62%;
        top: 40%;
    }
    
    .contact-info{
        font-size: 12px;
        top: 20%;
        left: 50%;
        height: 235px;
        width: 430px;
    }

    .mail{
        position: absolute;
        top: 50%;
        left: 15%;
        text-align: left;
        font-size: 40px;
    }

    .loxion{
        position: absolute;
        top: 50%;
        left: 65%;
        text-align: left;
        font-size: 40px;
    }

    .form-wrap{
        top: 65%;
        left: 50%;
        height: 430px;
       
    }

    .form-wrap h4{
        font-size: 23px
    }
    
    .par2{
        font-size: 15px;
        
    }

    .welcome h2 {
        font-size: 58px;
        position: absolute;
        left: 19%;
    }

    .aboutus{
        
        position: absolute;
        left: 49%;
    }

}

@media only screen and (max-width: 670px){

    .aboutus{
        
        position: absolute;
        left: 51%;
    }
}

@media only screen and (max-width: 652px){
    section{
        padding: 0%;
        transition: .2s;

    }

  
    

    .imageholder2 img {
        padding: 70px 140px;
        
        width: 6cm;
        height: 6cm
    }

    .par2{
        padding-top: 600px;
        margin-right: -30%;
        text-align: center;
        position:relative;
        left: -100px;
        top: -4cm;
        font-size: 15px
    }

    .par3{
        font-size: 17px
    }
 
   
    
    .contact-info{
        position: relative;
        top: 20%;
       
    }

    .form-wrap{
        top: 65%;
        left: 50%;
        height: 430px;
    }

    .par{
        font-size: 25px;
        
    }

    .welcome h2 {
        font-size: 53px;
       
    }

    .aboutus{
        
        position: absolute;
        left: 51%;
    }
}

@media only screen and (max-width: 620px){

    .imageholder2 img {
        padding: 70px 135px;
    }

    .aboutus{
        
        position: absolute;
        left: 55%;
    }
}

@media only screen and (max-width: 600px){
    .imageholder2 img {
        padding: 78px 125px;
    }

    .par2{
        font-size: 15px;

    }

    .aboutus{
        
        position: absolute;
        left: 57%;
    }
}

@media only screen and (max-width: 570px){
    .imageholder2 img {
        padding: 89px 116px;
    }

    .par2{
        font-size: 14.5px;

    }

    .mb-0{
        left: 20%;
    }

    .aboutus{
        
        position: absolute;
        left: 54%;
        width: 250px;
        height: 50px;
    }

    .aboutus a{
        font-size: 20px;
    }

    .welcome h2 {
        position: absolute;
        left: 21%;
    }
}

@media only screen and (max-width: 550px){
    .imageholder2 img {
        padding: 99px 102px;
    }
}

@media only screen and (max-width: 530px){
    h1{
        font-size: 40px;
    }
    
    .imageholder2 img {
        padding: 110px 90px;
    }

    .par2{
        font-size: 14px;

    }

    .aboutus{
        
        position: absolute;
        left: 51%;
        width: 220px;
        height: 50px;
    }

    .aboutus a{
        font-size: 18px;
    }

    .par{
        font-size: 25px;
    }

    .welcome h2 {
        position: absolute;
        left: 21%;
    }
}

@media only screen and (max-width: 500px){
    .imageholder2 img {
        padding: 110px 80px;
    }

    .aboutus{
        
        position: absolute;
        left: 54%;
    }

    .par2{
        margin-right: -40%;
            
        

    }

}

@media only screen and (max-width: 485px){
    .imageholder2 img {
        padding: 110px 70px;
    }

    .contact-info{
        top: 20%;
        width: 350px;
       
    }

    .form-wrap{
        top: 65%;
        left: 50%;
        height: 430px;
    }

    .par3{
        font-size: 16px;

    }

    h1{
        font-size: 38px;

    }

    .aboutus{
        
        position: absolute;
        left: 56%;
    }

}

@media only screen and (max-width: 470px){

    h1{
        font-size: 35px;
        text-align: center;
    }

    .imageholder2 img {
        padding: 110px 65px;
    }

    .aboutus{
        
        position: absolute;
        left: 58%;
    }
    
}

@media only screen and (max-width: 445px){
    .imageholder2 img {
        padding: 110px 55px;
        
    }

    .par2{
        text-align: center;
        margin-right: -50%;
    }

    .mb-0{
        left: 15%;
        font-size: 12px;
    }

    .aboutus{
        
        position: absolute;
        left: 63%;
    }

    .welcome h2 {
        position: absolute;
        left: 24%;
        font-size: 49px;
    }

    .par{
        left: 45%

    }
}

@media only screen and (max-width: 430px){
    .imageholder2 img {
        padding: 110px 65px;
        width: 5.7cm;
        height: 5.7cm
    }

    .aboutus{
        width: 180px;
        position: absolute;
        left: 55%;
    }

    .welcome h2 {
       
        font-size: 45px;
    }

    .par{
        font-size: 25px;
    }

    .par2{
        margin-right: -50%;

    }

    h1{
        position: absolute;
        top: 18%;
    }

}

@media only screen and (max-width: 420px){
    
    .par2{
    margin-right: -60%;

}
}

@media only screen and (max-width: 410px){
    .imageholder2 img {
        padding: 115px 57px;
    }

    .par2 {
        margin-right: -30%;
        left: -70px;
        
    }

    .aboutus{
        
        position: absolute;
        left: 56%;
    }

}

@media only screen and (max-width: 395px){

    .aboutus{
        
        position: absolute;
        left: 58%;
    }

    .imageholder2 img {
        padding: 119px 60px;
        width: 5.5cm;
        height: 5.5cm;
    }

    .contact-info{
        width: 300px;
       
    }

    .contact-info a {
        font-size: 11px;
         
    }

    .form-wrap{
        width: 300px;
    }

     .form-wrap textarea{
        width: 250px;
    }

    .form-wrap input{
        width: 250px;
    }
 
     h5 {
         font-size: 11px;
          
    }

    .welcome h2 {
        font-size: 43px;
    }
}

@media only screen and (max-width: 385px){
    .imageholder2 img {
        padding: 119px 60px;
        width: 5cm;
        height: 5cm;
    }

    .aboutus{
        
        position: absolute;
        left: 59%;
    }

}

@media only screen and (max-width: 370px){
    .imageholder2 img {
        padding: 119px 50px;
    }
}

@media only screen and (max-width: 358px){
    .imageholder2 img {
        padding: 138px 43px;
       
    }

    .par2{
        font-size: 13px;
        
    }

    .par3{
        font-size: 14px;
    
    }

    .mb-0{
        left: 10%;
    }

}

@media only screen and (max-width: 346px){

    .par2{
        font-size: 12.955px;
        left: -60px;
    }

    .imageholder2 img {
        padding: 138px 48px;
        width: 4.7cm;
        height: 4.7cm;
       
    }

}
@media only screen and (max-width: 336px){

    .imageholder2 img {
        padding: 138px 39px;
       
    }

}