
/*****************Premiere section************/
.banniere-service{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banniere-service .contenu{
    max-width: 70%;
    text-align: center;
}
.banniere-service .contenu h2{
    color: #a50b0b;
    font-size: 4em;
    text-transform: capitalize;
    font-weight: 300;
}
.banniere-service .contenu p:nth-child(2){
    color: #fff;
    font-size: 1.5em;
}

.animation-section-service {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: changeBackground 40s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*  */

.section_service_first_wrap
{
    background-color: #fb911f;
    padding: 100px 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 30px;
}

.services{
    padding: 10px; 
    box-shadow: 10px 10px 10px 10px black; 
    background-color: whitesmoke;
}
.services:hover{
    background-color:orange;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition-duration: 2s;
    
}
.services img{
    max-width: 50%;
    max-height: 50%;
}


.row .heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}

.our-webcoderskull{
    background-image: linear-gradient(#fb911f, rgba(35, 35, 30, 0.672));

  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width: 300px; 
   height:188px; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0;
    padding: 0px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}


.our-webcoderskull .cnt-block:hover{
    
    transition: 1.s ease-out;
    font-size: xx-large;
    background-color: #fb911f;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px black;
}


.our-webcoderskull .cnt-block:hover img{
    transform: scale(1.1);
    transition: transform 0.3s ease;
    padding-right: 10px;
}
.our-webcoderskull .cnt-block:hover h3{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.text2{
    color: white;
    font-size: 23px;
    background-color: #0f0f6d21;
    width: 80vh;
  }

  .typewrite{
    color: whitesmoke;
  }
  .typewrite:hover{
    color: orange;
  }

  .servicetext1{
    color: white;
    font-size: 25px;
    
    width: 25vw;
  }
  
  
  
  @media (max-width: 990px) {
    .servicetext1{
        /* background-color: royalblue; */
        font-size: 15px;
        width: 55vw;
    }
    .typewrite{
        font-size: 18px;
    }
    .eventhead{
        font-size: 13px;

    }
  }

  .our-webcoderskull .container-fluid .heading h2{
    color: whitesmoke;
    font-size: 38px;
    padding: 20px;
    
    
  }

