/*Import fonts from css file*/
@import url("../fonts.css");


/* css variables*/
@import url("../partials/variables.css");


/* import global styling*/
@import url("../partials/global.css");

/* start navigation*/
.header_area,.main-menu,.navbar{

padding: 0 2rem 0 1rem;

}

.header_area,.main-menu,.navbar{
 padding:1rem 10rem;
}

.header_area,.main-menu,.nav-item,.nav-link{
    font-family:"Roboto","Tahoma";
    text-transform: uppercase;
    font-weight: 500;
    padding:1rem;
    color:#141313;
}

.header_area,.main-menu,.navbar-nav,.active a{
    background: #141313;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.header_area,.main-menu,.navbar-nav a:hover{
    background: #854fee;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

/* end navigation*/

/* Start Banner area*/
.site-main,.site-banner{
    background: url(../img/banner/home-banner222.png)no-repeat;
    background-position:0% 50%;
}

.site-main,.site-banner,.site-title h3{

    font-weight: 500;
}

.site-main,.site-banner,.site-title h3::after{
    content:"";
    transform:translateY(-10PX);
}

.site-main,.site-banner,.site-title h1{
    font-size: 2rem;
}

.site-main,.site-banner,.site-title h4{
    font-size: 1rem;
}
/* End Banner area*/

/* Start about area*/
.about-area{
    padding:4rem 2rem;
}

.about-title h2>span{
    display:block;
    font:normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 55px;
    font-family: (--roboto);
}

.about-areaa,.about-title,.paragraph>p{
    padding:.3rem 0;
}
/* End about area*/

/* Start Brand area*/
.brand-area{
    padding:2rem 20rem;
    margin-bottom: 4rem;
}

.brand-area.first-row.col-lg-4{
    display: flex;
    justify-content: center;
}

.brand-area,.first-row,.col-lg-4>.single-brand{
    border:1px solid var(--border-color);
    text-align: center;
    padding:1rem 0rem;
    margin:.7rem;
    cursor:pointer;
    transition:transform .4s ease;
}

.brand-area,.first-row,.col-lg-4>,.single-brand>img{
    width:20%;
}

.single-brand:hover{
    box-shadow:var(--box-shadow);
    transform: scale(1.1);
}

.brand-area.first-row.col-lg-4>.single-brand:hover>img{
    filter:brightness(0.15);
}

.brand-area,.experience-area{
    padding-left: 1rem; 
}

.brand-area,.experience-area span{
    display:block;
}



.bg-panel{
    position:absolute;
    left:-330px;top:0%;
    background:#e029290a;
    width:150px;
    height:140px;
    margin-left: 340px;
    z-index: -1;
}

.brand-area,.experience-area.years-area.years{
  font:normal bold 20px/10px var(--roboto);
  color:var(--primary-color2); 
  z-index: 2; 
}

.brand-area,.experience-area,.years-area.h2>span{
    font:normal 600 22px/30px var(--roboto);
    }

    span.narrate {
        color:var(--text-color);
        font-size: 15px;
        font-weight: bold;
        padding-top: 20px;
        font:normal;
        font-family: var(--roboto);;
    }
/* End Brand area*/

/* Start Services area*/
.services-area{
    padding:2rem 1rem;
}

.services-area.service-title{
    padding:0.14rem;
}

.services-area.service-title h1{
    font-size: 35px;
}
.services{
    background:rgb(240, 247, 255);
    padding:2rem 0;
    width:16rem;
    margin:2rem .3rem;
    transition:box-shadow .8s ease;

}

.services:hover{
    box-shadow: var(--box-shadow);

}

/* End Services area*/

/* Project area*/
.project-area{
    padding:1rem 0;
}

.project-area.grid.our-project>.title h5{
    font:normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 12px;
    font-family: var(--roboto);
}

.img1 a:hover img{
    filter:brightness(1.1)drop-shadow(1px 8px 30px #b1afaf)
}
/* End Project area*/

/* Quotes area*/
.author{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: #99ccff;
}

.quote-title{
    padding:1rem 2rem;
}

.client{
    background: #ffffff10;
    box-shadow: var(--box-shadow);
    margin: 1rem 0rem;
    margin-top: 1px;
}

.quote-area .client .about-client{
    padding-top: 2rem;
 
}

.about-client p{
    font-size: 14px;
    padding-left: 0.2rem;
}

.owl-item{
    display:flex;
    justify-content: center;
    padding:0.3rem;
}


.navbar-fixed {
    top: -1px;
    z-index: 999;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: background 1s ease;
    left:0;
    right:0;
    background: #ffffff;
    box-shadow:var(--box-shadow);

}

/* Footer area*/
.footer{
    background: #343a40;
    color:#d3d3d3;
    height:180px;
    position: relative;
    width:100%;
}
.footer .footer-content{
    border:1px solid #343a40;
    height:130px;
    display: flex;
}

.footer .footer-content .footer-section{
    flex:1;
    padding:15px;
    border:1px solid #343a40;
  
}

.footer .footer-content .footer-section h4,
.footer .footer-content .footer-section h6{
    color:white;

}

.footer .footer-content .about h4 span{
    color: #5285cc;
 
}

.footer .footer-content .about .contact span{
    display: block;
    font-size: 1em;
    margin-bottom: 8px;
}

.site-main  span{
    color: #5285cc;
}

.footer .footer-content .links ul a{
    display:block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.footer .footer-content .links ul a:hover{
    color:white;
    margin-left: 15px;
    transition: all .3s;
}

.footer.footer-content.about.contact span{
    display:block;
    font-size:1.1em;
    margin-bottom: 8px;
}



.footer-bottom{
    background:#343a40;
    color:white;
    font-size: 1.2rem;
    height:50px;
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left:0px;
    padding-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
}

.contact{
    padding-top: 0px;
}

body{
    height:100%;
    min-height:100%;
}

.logo-text span{
    color: #5285cc;
}

#contact-form{
    font-size: 18px;  
  
}

#contact-form1{
    font-size: 18px;  
    padding: 20px;
    box-shadow:
         inset 0 -3em 3em rgba(0,0,0,0.1),
               0 0  0 2px rgb(204, 204, 255),
               0.3em 0.3em 1em rgba(0,0,0,0.3);
}


.form-control{
    width:700px;
    background: transparent;
    border:none;
    outline:none;
    border-bottom: 1px solid gray;
    color:black;
    font-size: 15px;
    margin-bottom: 16px;
    
}

input[type=text]{
    width: 100%;
}
input[type=email]{
    width: 100%;
}
input[type=phone]{
    width: 100%;
}

textarea {
    border: 0px;
    width: calc(100% -10px);
    padding: 5px; 
}

input[type=submit] {
    width: 100%;
}
select, input[type="text"]{
    width:100%;
    box-sizing:border-box;
  }



form .submit{
    background:#ff5722;
    border-color:transparent;
    color:fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height:50px;
    margin-top: 20px;
}

form .submit:hover{
    background-color: #f44336;
    cursor:pointer;
}
 .about-area .paragraph1{
     background-color: #99ccff;
     padding-left: 10px;
 }



 label, label>input{
    font-size: 20px;
    display: inline-block;
    margin: 0;
    line-height: 28px;
    height: 28px;
    vertical-align: top;
    padding-left: 10px;
}

input[type="radio"] {  
    margin-right: 10px;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
 
     
  }

  #narrate{
      font:bold;
  }

  .center {
    margin: 0;
    position: absolute;
   
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
/* End Footer area*/