@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap');
#cli_item{
  transition:all 2s ease;
}

#cli_item:hover{
  transform:scale(1.2);
}

/* Our services */
#servicards{
  box-shadow: 0 1px 3px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.30);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  position:relative;
}
#servicards:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.90), 0 10px 10px rgba(0,0,0,0.60);
}
.os-btn{
  margin:18px;
  float:right;
  font-size:15px;
  font-weight:bold;
  width:150px;
  background-color: #EA1F27;
  color:#fff;
  border-style: none;
  border-radius: 5px;
  height:50px;
}
.os_head{
  font-family: 'Red Hat Display', sans-serif;
  color:red;
  margin-left:10px;
  padding:20px;
}

.os_head2{
  padding:5px;
  text-transform: uppercase;
	font-size:2vw;
  font-family: 'Red Hat Display', sans-serif;
	letter-spacing:3px;
	position: relative;
	z-index: 100;
  color: #242323;
	text-align: center;
}
#servi{
	  background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}
/* ---------------- */
.busback{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

   #sec{
    display:flex;
    align-items: center; 
    justify-content: center; 
    flex-direction: column; 
    margin-top:15px;
   }

   #about{
    padding:20px;
    color:#000;
   }

   .abtcard1,.abtcard2{
    width:350px;
    height:150px;
    background:white;
    text-align:center;
    color:#fff;
    font-weight:bold;
    position: relative;
    font-size:18px;
    transition: transform .2s;
   }

   .abtcard1{
    margin-right:50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/laptop-service.jpeg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
   }

   .abtcard2{ 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/ss.jpg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
   }

   .abtcard1:hover{
    transform: scale(1.2);
   }

   .abtcard2:hover{
    transform: scale(1.2);
   }

   .abtcont{
    display:flex;
    align-items: center; 
    justify-content: center;
    margin:10px;
    margin-top:-40px;
    padding:5px;
    
   }
   #bcont{
     background:#ffffff;
     display:flex;
    align-items: center; 
    justify-content: center; 
    flex-direction: column; 
    padding:10px;
    min-height:350px;
    }

    .bcont1{
      box-shadow: 0 1px 3px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.30);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1); 
    }

.bcont1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.90), 0 10px 10px rgba(0,0,0,0.60);
  border-top:4px solid #EA1F27;
}



    #blog{
       margin-top:-42px; 
       background:url('../images/bback.jpg'); 
       background-position: center;
       background-repeat: no-repeat;
       background-size:cover;
    }

    .clients{
      padding:20px;
      padding-bottom:50px; 
   
    }

    .ro {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.co {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
  
}

.co img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  overflow:hidden;
  
}

.image-container{
  position: relative;
  text-align: center;
  transition:all 2s ease;
}

.image-container:hover {
  transform:scale(1.1);
}

.img-head{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:white;
  font-weight:bold;
  font-size:18px;
  background-color: rgba(0,0,0, 0.4);
  width:100%;
}


@media screen and (max-width: 800px) {
  .co {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .co {
    flex: 100%;
    max-width: 100%;
  }
}

.styled_head{
	width: 100%;
	font-weight:lighter;
	color: #fcff00;
	background: -webkit-linear-gradient(left, #ffb491, #772121);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
   font-family: 'Open Sans', sans-serif;
  font-size:40px;
  margin:auto 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}


.grid > article img {
  max-width: 100%;
}

.art{
  background:white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.35);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.art:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.90), 0 10px 10px rgba(0,0,0,0.50);
}

#sec{
    position: relative;
    transition: transform 4s ease-in;
    overflow: hidden;
    border:4px solid #fff;

}

#sec1{
    transition: transform 1s ease-in;
}

#sec1:hover{
    transform: scale(0.9);
}

 #sec:hover::before{
 transform: translateY(0%); 
 
}
#sec:hover::after{
    transform: translateY(0%); 
    
   }

#services{
  background: url('../images/expback.jpg');
  background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.ban{
  padding:9em 0 9em 0;
  text-align:center;
  width: 100%;
  background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)),url('../images/bannerimg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
}

.border {
    width: 60%;
    margin: 0 auto;
    height: 47px;
    border: 2px solid #fff;
  border-bottom: 0;
}
.ban h2 {
    margin: 0;
    font-size:3vw;
    color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0.5em 0 0 0;
}

.conbtn{
  background:
    radial-gradient(circle, #EA1F27 50%, transparent) center/var(--d, 0) var(--d, 0) no-repeat,
    linear-gradient(#EA1F27 0 0) bottom -12px left 50% /15px 15px no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  font-weight:bold;
  color:white;
  font-size:2vw;
  padding:9px;
  letter-spacing: 0.2em;
  margin:9px;
}
.conbtn:hover {
  transition: 0.3s, background-size 0.4s 0.3s, color 0.3s 0.3s;
  background-position: center;
  --d: 180%;
  color: #fff
}

.border-bottom {
    border-top: 0;
    border-bottom: 2px solid #fff !important;
}

#imgov{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50));
}

#blogimgcont:hover #imgov {
  opacity: 1;
}

#client-carousel{
  background:#E5E5E5
}

#cli-img{
  background:white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.35);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#cli-img:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.90), 0 10px 10px rgba(0,0,0,0.50);
}

/*Vision-Mission*/
#owl-demo{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  margin-top:120px;
}

#owl-demo .item1{
  color: #FFF;
  height:360px;
  text-align: center;
  width:100%;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/vision.jpg');
  background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#owl-demo .item1 h2{
  color:#fff;
  padding:5px;
}
#owl-demo .item1 p{
  font-style:italic;
  font-size: 18px;
}
#owl-demo .item2 p{
  font-style:italic;
  font-size: 18px;
}
#owl-demo .item2 h2{
  color:#fff;
  padding:5px;
}
#owl-demo .item2{
  color: #FFF;
  height:360px;
  text-align: center;
  width:100%;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/mission.jpg');
  background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }  
    
    
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @media screen and (max-width:500px) {
      #owl-demo .item1 p{
        font-style:italic;
        font-size: 12px;
      }
      #owl-demo .item2 p{
        font-style:italic;
        font-size: 12px;
      }
    }

/* New About us */
.containernew {
  padding-top:100px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.abt-head{
  font-family: 'Red Hat Display', sans-serif;
  letter-spacing:1px;
  padding:20px;
  margin-left:10px;
  text-align: center;
}

.abt-img{
  width:500px;
  height:500px;
}

.abt-sec-2{
  background: #000;
 }

 .hrnew5{
  border: 1px solid red;
  width:600px;
}

 .abt-sec2-head{
  font-size:30px;
  text-align: center;
 }
 .custom-counter {
 padding:20px;
  list-style-type: none;
  color:#000;
}

.sec2_img{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 18px); }
  100%   { transform: translate(0, -0px); }   
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight:400;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

#image_overlap1_id{
border-radius: 50%;
width:200px;
height:200px;
background: #EA1F27;
display:flex;
align-items: center;
justify-content: center;
}

#image_overlap1_id p{
	font-weight:bold;
	color: #ff2600;
	background: -webkit-linear-gradient(left, #ffffff, #fc8282);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
   font-family: 'Open Sans', sans-serif;
   font-size: 27px;

}

#image_overlap2_id{
  border-radius: 50%;
}

.image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.image-stack__item--bottom {
  grid-column: 4/-2;
  grid-row: 1;
  padding-bottom: 100px;
}

.image-stack__item--top {
  grid-row: 1;
  grid-column: 1/span 8;
  padding-top:30%;
  z-index: 1;
  position:absolute;
}

.image_overlap1,.image_overlap2 {
  width: 100%;
  display: block;
}

.about_us_head{
  font-family: 'Red Hat Display', sans-serif;
  color:red;
}

.hrnew{
  border: 1px solid red;
}

.abt_list{
  padding: 10px;
  font-weight:bold;
}

.end_list_ul{
  list-style:disc;
  margin: 0px 30px;
}

.abt_head2{
  padding:10px;
  font-size:25px;
  text-align: center;
}

.about-div{

display:flex;
align-items:center;
justify-content: center;
margin-top: 80px;
color:#000;


}

.inner-div{
  font-size: 16px;
  padding:0 20px;
  padding-bottom:20px;
  text-align: justify;
}


.inner-div p{
  line-height:35px;
  font-size:18px;
}
#more{

  display:none;
}
#check-circle{
  padding-right:8px;
}

.checkdiv{
  font-size: 17px;
  padding:10px;
  color:#000000;
  font-family: 'Sunflower', sans-serif;
}
/*  */

/* Slider */

.slider_head{
  font-family: 'Red Hat Display', sans-serif;
  color:red;
  padding:20px;

}
.slider_head2{
  padding:20px;
  font-size:35px;
  text-align: center;
}
.carousel-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.carousel-main-cont{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:50px;

}

a {
  text-decoration: none;
  color: #2F8AFF;
}

.carousel-container {
  position: relative; 
  width: 600px;
  padding:20px;
}

.carousel-main {
  height: 200px;
  width: 600px;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-family: Arial;
}

.carousel-feature {
  position: absolute;
  top: -900px;
  left: -900px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.carousel-feature a {
  font-size: 18px;
}

.feature_carousel_title{
  position:relative;  
  bottom:35px;
  color:white;
  font-size: 16px;
  font-weight:bold;
  font-family: 'Sunflower', sans-serif;
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;

}
.carousel-image {
  border: 0;
  display: block;
  width:300px;
  height:180px;
}
.business_solution_div{

  margin-top:30px;
}

/*  */

/* Methodology we follow */
.method{
padding:0px;
margin:0px;

}
.itcycleimg{
  border-radius:50%;
}

#method-cont{
  padding:15px;
  padding-top:35px;

}

.method_head{
  font-family: 'Red Hat Display', sans-serif;
  color:white;
  padding:5px;

}
.method_head2{
  padding:5px;
  font-size:16px;
  color:white;
  font-weight:bold;
    letter-spacing:1px;
  font-family:'Sunflower', sans-serif;
}

.method-head-col{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/methodology_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  padding-bottom:15px;
  height:350px;
}

.method2-cont{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('../images/methodology_bg_right.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  padding:22px;
  height:350px;
  display: flex;
  justify-content: center;
  color:white;
  align-items: center;

}

.hrnew3{

  border: 1px solid red;
}

.checkdiv1{
  font-size: 16px;
  padding:10px;
  color:white;
  font-weight:bold;
  letter-spacing:1px;
  font-family: 'Sunflower', sans-serif;
  padding:30px 10px;
}

/*  */

/* Top Services */
#tpserv{
  background:#28282B;
  margin-top:-15px;
  }
.ts-para-col{
  padding:35px;
  font-size: 18px;
}

.ts-para{
  padding:10px;
  margin-left:25px;
  color:white;
}

.contain {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

.item-ts {
  align-items: center;
  background-color: tomato;
  color: white;
  display: flex;
  height: 370px;
  justify-content: center;
}

.tp_img{
  height: 370px;
}

.ts-img-cont{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ts-cont-para{
padding:10px 20px 8px;

}

.ts-para{
  padding:0px 10px;

}

.ts_head{
  font-family: 'Red Hat Display', sans-serif;
  color:red;
  margin-left:10px;
  padding:20px;
}
.ts-main{
  padding-top:25px;
}

/*  */

/* latest blog */
.ls_head{
  font-family: 'Red Hat Display', sans-serif;
  color:red;
  padding:20px;
  margin-left:10px;
  text-align: center;
}

.hrnew4{

  border: 1px solid red;
  width:300px;
}
/*  */

/* Contact Form map */

#gmap_canvas{
width:503px;
height:366px;

}

@media screen and (max-width:550px) {
#gmap_canvas{
width:350px;
height:300px;
}
}







