*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* font-family: 'Josefin Sans', sans-serif; */
}
.icons{
    background-color:#01012e;
    text-decoration: none;
    color:#fff;
}

.icons a{
    font-size: 25px;
    transition: color 1s ease;
    color:#fff;
}

.icons a:hover{
    color: lightblue;
}
/*========Navbar=======*/
.navbar{
    background: #010155;
    padding: 10px 20px;
    transition: padding 2s ease;
}
.navbar-brand{
    color:#fff;
    font-size: 35px;
    font-weight: bold;
}
.navbar-brand:hover{
    color: #fff;
}
.navbar-toggler{
    padding: 3px;
}
.line1, .line2,.line3{
    width: 23px;
    height: 3px;
    margin: 5px;
    background: #000;
    transition: all 0.5s ease;
    outline: none;
    /* background-color: red; */
    /* border:dotted  red  2px; */
}
.navbar-toggler{
    outline: none!important;

}
.nav-link{
    color: #fff;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 2s ease;
}
.nav-link:hover{
    background:#1919d1;
    color: #fff;   
}
.nav-active{
    color: #fff;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    background: rgba(83, 83, 248, 0.322);
    transition: background 2s ease;
}
.nav-active:hover{
    background: #1717f0;
}

/*=====end of Navbar ==========*/
/*=====Banner ==========*/
.banner{
    height:100vh;
    background: linear-gradient(rgba(2,0,36,0.3),rgba(9,9,121,0.2)),url('./images/hero-img.jpg');
    justify-content: center;
    align-items: center;
    /* width: auto; */

}
.heading{
    text-align: center;
    color: #fff;
}
.heading h1{
    font-weight: bold;
    font-size: 38px;
}
.heading p{
    font-size: 25px;
}
.btn-main{
    background: #fff;
    color:#01012e;
    border-radius:10px 20px;
}
.btn-main{
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}
/* edited skew to -1 instead of -10 */
.btn-main:hover, .btn-main:focus, .btn-main:active{
    /* transform: skew(-10deg); */
    color: #01012e;
    font-weight: bold;
}
/*=====end of Banner ==========*/

/*===== About Us Section ==========*/

.about h6{
    font-size: 14px;
    color:#01012e;
    /* background-color: red; */
}
.about .title-border{
    content:"";
    width: 30%;
    height: 2px;
    display: block;
    background: block;
    background-color: #01012e;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
}

.about p{
    font-size: 18px;
    color: #01012e;
}
.fas{
    color:#01012e;
}

/*===== end of About Us Section ==========*/
/*===== Project Section ==========*/
.projects{
    background: #01012e;
    color: #fff;

}
.projects .title-border{
    content:"";
    width: 30%;
    height: 2px;
    display: block;
    background: block;
    background-color: #fff;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
}
.project-container{
    position:relative;
    width: 300px;
    height: 400px;
    background: #000;
    box-shadow: 0 10px 10px rgba(7, 4, 189, 0.8);
    cursor: pointer;
}
.project-container .img-content{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.project-container .img-content img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.project-container:hover .img-content img{
    opacity: 0;
}
.project-container .content{
    position: absolute;
    left: 10%;
    width: 80%;
    height: 60px;
    background: #fff;
    overflow: hidden;
    padding: 15px;

}
.project-container:hover .content {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.project-container .content h3{
    font-size: 20px;

}
.project-container .content p{
    margin: 10px 0 0;
    opacity: 0;
    line-height: 18px;
    text-align: justify;
}
.project-container:hover .content p{
    opacity: 1;
    transition-delay: 0.4s;

}
/*===== End of Project Section ==========*/
/*===== Service Section ==========*/
#SERVICES .title-border{
    content: "";
    /* background-color: red; */
    width: 30%;
    height: 2px;
    display: block;
    background: block;
    background-color: #01012e ;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
    /* border: 3px solid red; */
}
.service-pic img{
    width: 100%;
}
.service-inner-wrapper{
    padding-top: 30px;
    padding-bottom: 10px;
}
.left-service-item{
    position: relative;
    padding-right: 90px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left-icon{
    position: absolute;
    right: 0;
    top:-8px;
    color: #01012e;
    color:red;
    width: 90px;
    height: 90px;
    text-align: center;
}
.left-service-item h3{
    /* background-color: red; */
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #01012e;
}
.left-service-item p{
    color: #000;
    font-size: 18px;
    font-size: 300;
    line-height: 25px;
}
.right-service-item{
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: left;
}
.right-icon{
    /* background-color: #1717f0; */
    position: absolute;
    left: 0;
    /* top: -8px; */
    color: #01012e;
    width: 90px;
    height: 90px;
    text-align: center;
}
.right-service-item h3{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #01012e;
}
.right-service-item p{
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
/*===== end of Services Section ==========*/
/*===== Testimonials ==========*/
#testimonials{
    background: #01012e;
}
.des-color{
    color: #fff;
    /* color: red; */
}
.main-img{
    width:150px;
}
.testimonial p{
    font-weight: bold;
    color: #fff;
    /* background: red; */
}
.testimonial h2{
    font-weight: bold;
    color: #fff;
}
/*===== end of Testimonials ==========*/
.contact-us .title-border{
    /* background: red; */
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: block;
    background-color: #01012e;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
}
.contact .fas{
    color:#01012e
}
.contact .far{
    color: #01012e;
}
.btn-cont{
    background: #01012e;
    color: #fff;
}
.btn-cont:hover{
    color:#fff;
    color: yellow;
    /* border-radius: 10px 20px 10px 20px; */
}



 figure {
    /* background-color: aquamarine; */
    padding: 20px;
    font-family: adobe-garamond-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.65em;
    color: rgba(26,26,26,.9);
    padding: 32px 32px 0;
    text-align: center;
    margin: 0;
}
blockquote {
    /* background-color: red; */

    padding: 0;
    border-left-width: 0;
    font-style: inherit;
}
 blockquote {
    /* background-color: orange; */

    margin: 0;
}

 blockquote>span:first-child{
    /* background-color: green; */
    font-size: 4em;
    display: block;
    opacity: .3;

}
 .source {
    /* background-color: yellowgreen; */
    font-size: .875em;
    padding-top: 1em;
    opacity: .5;
    text-align: center;
}





































