body{
    margin: 0;    
    padding: 0;
    background: #1e1f21;
    
    }
    .wrapper{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        clip-path: circle(25px at calc(100% - 45px) 45px);
        transition: all 0.3s ease-in-out;
      }
      #active:checked ~ .wrapper{
        clip-path: circle(75%);
      }
      .menu-btn{
        position: absolute;
        z-index: 2;
        right: 20px;
        /* left: 20px; */
        top: 20px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        background: #000;
        transition: all 0.3s ease-in-out;
      }
      #active:checked ~ .menu-btn{
        background: #fff;
        color: #000;
      }
      #active:checked ~ .menu-btn i:before{
        content: "\f00d";
      }
      #active:checked ~ #language{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s, opacity 0.5s linear;
      }
      .wrapper ul{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
      }
      .wrapper ul li{
        margin: 15px 0;
      }
      .wrapper ul li a{
        color: none;
        text-decoration: none;
        font-size: 30px;
        font-weight: 500;
        padding: 5px 30px;
        color: #fff;
        position: relative;
        line-height: 50px;
        transition: all 0.3s ease;
      }
      .wrapper ul li a:after{
        position: absolute;
        content: "";
        background: #fff;
        width: 100%;
        height: 50px;
        left: 0;
        border-radius: 50px;
        transform: scaleY(0);
        z-index: -1;
        transition: transform 0.3s ease;
      }
      .wrapper ul li a:hover:after{
        transform: scaleY(1);
      }
      .wrapper ul li a:hover{
        color: #000;
      }
      input[type="checkbox"]{
        display: none;
      }
  

    /*
        header
    */
    header.masthead{
        
        /*padding-bottom: calc(10rem - 4.5rem);*/
        /*background:url("../assets/img/bg-masthead.jpg");*/
        background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../assets/img/bg-masthead.jpg") no-repeat center center;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        height: 100vh;
        width: 100%;
        
    }
    header.masthead{
        height: 100vh;
        padding: 0;
        width: 100%;
    }
    /*
        header-left
    */
    @media (min-width: 651px){
        header.masthead #header-left{
            float: left;
            width: 10%;
            height: 100vh;
        }
        header.masthead #header-left #circuit-container{
            background: radial-gradient(50.04% 50.04% at 50% 50.04%, #FF3737 0%, #E00900 100%);
            height: 50%;
            text-align: center;
        }
        header.masthead #header-left #circuit-container #circuit{
            position: relative;            
            margin: 0 auto;        
            width: 100%;
            /*max-height: 60%;*/
        }
        header.masthead #header-left #contact-us{
            height: 50%;
            background: radial-gradient(50.04% 50.04% at 50% 50.04%, #373838 0%, #1E1F21 98.96%);
            box-shadow: 0px 0px 60px 2px rgba(0, 0, 0, 0.3);
            /*position: relative;*/
            text-align: center;
        }
        header.masthead #header-left #contact-us p{
            color:#ffffff;
            font-size: 2em;
            /*transform: rotate(-90deg);*/
            transform: translateX(0%) translateY(0%) rotate(-90deg);
            position: relative;
            top: 50%;
            left: 0%;
            letter-spacing: 2px;
            text-transform: uppercase;             
        }    
    }

    @media (max-width: 650px) {
        header.masthead #header-left #circuit-container{
            display: none;
        }
        header.masthead #header-left #contact-us{
            color: #fff !important;
            position: absolute;
            /*height: 100vh;*/
            left: 50%;
            top:85%;
            z-index: 5;
            transform: translateX(-50%);
        }
        header.masthead #header-left #contact-us a{
            color: #fff !important;
            font-size: 1.2em;
        }
    }    
    
    /*
        header -right
    */
    @media (min-width: 651px){
        header.masthead .header-right #logo-container{
            height: 9%;
            max-height: 70px;
            position: absolute;
            width: 40%;
            top: 14%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #1e1f21;
        }
        header.masthead .header-right #logo-container h2{
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            letter-spacing: 3px;
        }
        header.masthead .header-right #logo{
            position: absolute;
            left:0;
            right:0;
            height: 4.6em;
            margin-top: -3.4em;
            margin-left: auto;
            margin-right: auto;
        }
        header.masthead #header-bottom{
            background-color: #1e1f21;
            position: absolute;
            bottom: 0;
            height: 8vh;
            width: 90%;
        }
        header.masthead #header-bottom p{
            color: #FDB32C;
            position: relative;
            top: 50%;
            left: 3.3em;
            width: 80%;
            /*transform: translateX(-50%);*/
            transform: translateY(-50%);
            font-size: 1.4em;
            letter-spacing: 0.08em;
            font-family: 'Aloe';
        }    
        header.masthead .header-right{
            float: left;
            height: 100vh;    
            width: 90%;
            
        }
        header.masthead .header-right #header-title{
            height: 80%;
            position: absolute;
            /*top: 50%;*/
            /*left: 50%;*/
            /*transform: translate(-50%, -50%);*/
            /*width: 50%;*/
            /*width: 70%;*/
        }
        header.masthead .header-right #header-title h2{
            color: white;
            position: relative;
            top: 55%;
            left: 7%;
            
        }
        header.masthead .header-right #header-title :first-child{
            font-size: 3.5em;
            letter-spacing: 1px;
        }
        header.masthead .header-right #header-title :last-child{
            font-size: 5em;
            font-weight: 700;
            letter-spacing: 1px;
        }
    }
    @media (max-width: 651px){
        header.masthead .header-right #logo-container{
            height: 9%;
            max-height: 70px;
            position: absolute;
            width: 80%;
            top: 14%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #1e1f21 !important;
        }
        header.masthead .header-right #logo{
            position: absolute;
            left:0;
            right:0;
            height: 3em;
            margin-top: -2.2em;
            margin-left: auto;
            margin-right: auto;
        }
        header.masthead .header-right #logo-container h2{
            color: white;
            position: absolute;
            left:50%;
            top:50%;
            margin-left: auto;
            margin-right: auto;
            transform: translate(-50%, -50%);
            /*width: 50%;*/
            /*letter-spacing: 3px;*/
        }
        header.masthead .header-right{
            float: left;
            height: 100vh;    
            width: 90%;
            
        }
        header.masthead .header-right #header-title{
            height: 80%;
            position: absolute;
            /*top: 50%;*/
            /*left: 50%;*/
            /*transform: translate(-50%, -50%);*/
            /*width: 50%;*/
            /*width: 70%;*/
        }
        header.masthead .header-right #header-title h2{
            color: white;
            position: relative;
            top: 55%;
            left: 4%;
            
        }
        header.masthead .header-right #header-title :first-child{
            font-size: 2em;
            letter-spacing: 1px;
        }
        header.masthead .header-right #header-title :last-child{
            font-size: 2em;
            font-weight: 700;
            letter-spacing: 1px;
        }
        header.masthead #header-bottom{
            background: radial-gradient(50.04% 50.04% at 50% 50.04%, #373838 0%, #1E1F21 98.96%);
            box-shadow: 0px 0px 60px 2px rgba(0, 0, 0, 0.3);
            position: absolute;
            bottom: 0;
            height: 20vh;
            width: 100%;
        }
        header.masthead #header-bottom p{
            color: #FDB32C;
            position: relative;
            top: 70%;
            left: 1em;
            width: 60%;
            /*transform: translateX(-50%);*/
            transform: translateY(-50%);
            font-size: 1em;
            /*letter-spacing: 0.08em;*/
            font-family: 'Aloe';
            width: 100%;
        }    
    }
   
    

    /*
        about
    */
    #about{
        background-color: #1E1F21;
        /*width: 100%;
        height: 70vh;
        position: relative;*/
        padding-top: 2em;
        
    }
    #about #about-title{
        color:#fff;
        position: relative;
        margin-left: 0;
        left: 10%
        /*position: absolute;
        padding-top: 3em;
        left: 0;*/
    }
    #about #services-anchor p{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4em;
        color: #fff;
    }
    #about #certificate-anchor p{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4em;
        color: #fff;
    }
    #about #portfolio-anchor p{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4em;
        color: #fff;
    }
    #about #contact-anchor{
        margin: 0 !important;
        padding: 0 !important;
        background: rgba(31, 31, 31, 0.6);
    }
    #about #contact-anchor p{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4em;
        color: #fff;
    }    
    #about #our{
        border-bottom: 1px solid #FDB32C;
    }
    @media (min-width: 651px){
        #about #about-background{
            margin-top: 2em;
            margin-bottom: 3em;
            height: 50vh;
            padding-right: 0 !important;
            background:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../assets/img/about/bg-about.jpg") no-repeat center center;
            background-size: cover;
            box-shadow: 0px 0px 70px 4px rgba(255, 255, 255, 0.25);
        }
    }   
    @media (max-width: 650px){
        #about #about-background{
            margin: 2em 1em 3em 1em;
            height: 50vh;
            padding-right: 0 !important;
            padding-left: 0 !important;
            background: url("../assets/img/about/bg-about.jpg") no-repeat center center;
            background-size: cover;
            box-shadow: 0px 0px 70px 4px rgba(255, 255, 255, 0.25);
        }
    }    
    #about #about-description{
        color: #FDB32C;
        font-size: 1.4em;
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
    }
    #about #circuit{
        position: absolute;
        right: 0;
        top: 80%;
        width: 10%;
        z-index: 3;
    }

    /*
        services
    */

    #services{
        background: radial-gradient(50.04% 50.04% at 50% 50.04%, #FF3737 0%, #E00000 100%);
        padding-top: 2em;
        padding-bottom: 3em;
    }
    #services #services-title{
        color:#fff;
        position: relative;
        margin-left: 0;
        left: 10%
    }
    #services #our{
        border-bottom: 1px solid #fff;
    }
    /*
        portfolio
    */
    #portfolio{
        background: radial-gradient(50% 50% at 50% 50%, #FFDE9D 0%, #FFB122 100%);
        padding-bottom: 3em;
    }
    #portfolio #our{
        border-bottom: 1px solid #fff;
    }
    /*
        certificate
    */
    #certificate #our{
        border-bottom: 1px solid #FDB32C;
    }
    /*
        contact
    */
    #contact{
        background-color: #1E1F21;
    }
    #contact #our{
        border-bottom: 1px solid #FDB32C;
    }
    #contact #contact-designation{
        color: #FDB32C;
        font-size: 1.4em;
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
    }    
    
