@import url(https://fonts.googleapis.com/css?family=Dosis:300,400);
*{
    margin: 0;
    padding: 0;
}
#copy-write ,#navbarnav ul li a{
  color:yellow !important;
}
.navbar {
  margin: 0;
  padding: 0;
  background: #0c002b;
  color:yellow;
  border-bottom: 3px solid #008ed6;

}
#copy-write{
  background: #0c002b;
  color:yellow;  
}

.navbar .nav-item {
    padding-left: 1rem; }

#navbarnav .nav-item .nav-link:hover{
      color: #fff !important; }

#home-section{
    min-height:600px;
    position: relative;
    background-image:url('../images/Home4.jpg');
    background-size:cover; 
    background-repeat: no-repeat;
    background-attachment:fixed;
   
}
  #home-section .overlay {
    background: rgba(0, 0, 63, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.typed-js{
    text-align: center;
}
.typed-js h1{
    border: 1px solid yellow;
    width: 100%;
    margin: 0 auto;
    padding:20px;
    transition: border-width 0.9s linear;

}

.typed-js h1:hover { border-width: 5px; }
.social-menu ul {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fab{
    font-size:20px;
    line-height: 50px;
    transition: .5s;
}
.far{
    font-size:20px;
    line-height: 50px;
    transition: .5s;
    }
.social-menu ul li .fab:hover {
    color: #ffffff !important;
}
.social-menu ul li .far:hover {
    color: #ffffff !important;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999 !important;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee !important;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f !important;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f !important;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}
#about-section{
    min-height:1100px;
    position: relative; 
}
  #about-section .overlay {
    background: rgba(0, 0, 63, 2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom:0; }
    #about-section .fas{
    font-size: 30px;
    }
   #about-section .qualification, .experience{
    font-size:20px;
   }
 #about-section .fa-download{
    font-size: 20px;
 }
 #about-section .qualification,.experience{
    font-size: 25px;
 }
 /*skill section start */
 #skill-section{
    min-height:700px;
    position: relative; 
}
  #skill-section .overlay{
    background: rgba(0, 0, 63, .9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    #skill-section h3{
        text-align: center;
        font-weight: bold;
        font-size: 50px;
    }
    .progress{
        height: 15px;
    }
    .progress-bar{
        transition-duration:3s;
    }
 /*skill section end */
 /*service section start */
  #service-section{
    min-height:900px;
    position: relative; 
}
  #service-section .overlay{
    background:rgba(0, 0, 63, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

#service-section h3{
        text-align: center;
        font-weight: bold;
        font-size: 50px;
        color: yellow;
    }

#service-section .container{
    position: relative;
    width:100%;
    height:600px;
    margin:0px auto;
}
#service-section .container .box{
    position: relative;
    width: calc(400px -30px);
    height: calc(300px -30px);
    background: #ff0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #fff;
}
#service-section .container .box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background:#0c002b;
    transition: .5s;
    z-index: 1;

}
#service-section .container .box:hover .icon{
    top: 20px;
    left:calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
#service-section .container .box .icon .fas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.5s;
    color: #fff;

}
#service-section .container .box .icon .fab{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.5s;
    color: #fff;

}
#service-section .container .box:hover .icon .fas{
    font-size: 40px;
}
#service-section .container .box:hover .icon .fab{
    font-size: 40px;
}
#service-section .container .box .content{
    position: absolute;
    top: 100%;
    height: calc(100%,-100px);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;

}
#service-section .box:hover .content{
    top: 100px;
    opacity: 1;
}
#service-section .box .content h4{
    margin: 0 0 10px;
}




 /*service  section end */
 /*portfolio  section start */
 #portfolio-section{
    min-height:1150px;
    position: relative; 
}
  #portfolio-section .overlay{
    background:rgba(0, 0, 63, .9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
     #portfolio-section h3{
        text-align: center;
        font-weight: bold;
        font-size: 50px;
        color: yellow;
     }
    #portfolio-section img{  
        opacity: .5;
        transform: rotate(10deg) skew(10deg) scale(.8);
        transition: .5s;
        border-bottom: 15px solid #fff;
        border-right: 15px solid #f7f4f4;
        
    }
      #portfolio-section img:hover{
        opacity: 1;
        transform:skew(0deg);
        border:none;
    }


 /*portfolio  section end */
12 - CONTACT SECTION CSS
==================================================*/

.contact-box {
     background-color:#000;
     padding: 25px 30px;
     margin-top: 30px;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.contact-box:nth-child(1) {

     margin-top: 0px;
}

.icon-box i {
     color:#0c002b;

     font-size: 30px;
}

.info-box p {
     font-weight: 500;
}

.info-box p:nth-child(2) {
     font-weight: 400;
}

.form-box {
     background-color: #0c002b;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
     margin-top: 0px;
     padding: 10px;
}
.form-box ::placeholder{
    color: #595959 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
     
}
.form-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595959 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.form-box::-ms-input-placeholder { /* Microsoft Edge */
    color: #595959 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.submit-btn {
    color: #000;
    background: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 5px;
}

.submit-btn:hover {
     background:yellow;
     border-radius: 5px;
}

.form-box .form-control {
 display: block;
 width: 100%;
 padding: .375rem .75rem;
 font-size: 1rem;
 line-height: 1.5;
 color: #a8a4a4;
 font-size: 12px;
 font-weight: 300;
 font-family: lato;
 background-clip: padding-box;
 border: 1px solid#ddd;
 border-radius: 0px;
 transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ziptop-contact-area{
     background:rgba(0, 0, 63, 1);
     min-height:750px;
}

/*--responsive design start--*/

@media (max-width:991px) {
    #service-section .container .box{
        height:25%;
        width: 100%;
    }
    #service-section .container{
        height: 100%;
    }
    #service-section{
        min-height: 1300px;
    }
    #portfolio-section{
    min-height:1550px;
   }
  .ziptop-contact-area{
     background:rgba(0, 0, 63, 1);
     min-height:550px;
}   
}
@media (max-width:768px) {
    #service-section .container .box{
        height:25%;
        width: 50%;
        margin-top:0px;
    }
    #service-section .container{
        height:100%;
    }
      #service-section{
        min-height:1200px;
    }
     #portfolio-section{
    min-height:1580px;
    position: relative; 
}
.ziptop-contact-area{
     background:rgba(0, 0, 63, 1);
     min-height:550px;
}
}
@media (max-width: 767px) {
        #about-section{
             min-height:1650px;
             margin-top:0px;}

       #service-section{
        min-height:1600px;
    }
     #service-section .container{
        height:60%;
    }
    #portfolio-section{
    min-height:4580px;
    
}
    
}
@media (max-width:575px) {
        #about-section{
    min-height:1650px;
     margin-top:0px;
    
}
    #service-section{
        min-height:1200px;
    }
     #service-section .container{
        height:100%;
    }
    #portfolio-section{
    min-height:4880px;
    
}
     
}
@media (max-width:486px) {
    #about-section{
    min-height:1550px;
    position: relative; 
    margin-top: -10px;
}
 #service-section{
        min-height:2000px;
    }
 #service-section .container .box:hover .icon .fas{
    font-size: 20px;
}
  #service-section .container .box{
        height:13%;
        width: 50%;
        margin-top:0px;
    }
#service-section .container .box{
width: 100%;
}
#service-section h3{
        text-align: center;
        font-weight: bold;
        font-size:40px;
        color: yellow;
    }
#portfolio-section{
    min-height:4150px;
   }

     
}

@media (max-width:375px) {
    * h3{
        font-size: 30px !important;
    }
    #about-section .port{
        text-align:center;
    }
    #about-section .port h3{
        margin-bottom: 0px !important;
        font-weight: bold;
        font-size: 30px;
    }
#about-section {
    min-height:1600px;
    position: relative;
    margin-top: -10px;
}
.social-menu ul {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
    #portfolio-section{
    min-height:3280px;
    
}

}

/*--responsive design end--*/