body,
html {
  
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;

  line-height: 1.6em;
  overflow-x: hidden;
  color: #656565;
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  line-height: 1.1em;
  color: #333;
  margin-bottom: 13px;
}

.pop {
  position:fixed;
  margin-right: 0px;
  margin-bottom: 20px;
  right: 0;
  bottom:18px; 
  z-index: 10000;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: example;
  float: right;
}

@keyframes example {
  0% {
    bottom: 28px;
    right: 0;
}
50% {
    bottom: 48px;
    right: 0;
}
100% {
    bottom: 28px;
    right: 0;
}
}

/* Navigation */
#menu {
  padding: 10px;
  transition: all 0.8s;
  width: 100%;
}


.social {
  width: 100%;
}

.navbar-default {
  background: #FFF;
  width: 100%;
}

.navbar {
  min-height: 70px;
  padding: 0px 0;
  
}
.contact-details {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.phonea {
  text-align: center;
  margin-top: 20px;
}

.phonea .fa {
  color: #fff;
  background: #2672b7;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-details .fa {
  font-size: 20px;
}

.phonea a {
  font-size: 16px;
  width: 100%;
  margin-top: 5px;
  font-weight: 600;
}

/*Navigation end*/
/* Header Section */
#header {
  margin-top: 50px;
}
.banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background-image: url('../img/plain4.png'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 20px;
}
@media (max-width: 450px) {
  .banner  {
    background: url(../img/plain4sm.png) center no-repeat !important;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height:80vh;
    color: white;
    text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
  .phonescreen img {
    width: 250px !important;
}
}
/*css for crousal*/
#crous  {
  width: 100%;
  background-color: #fff;
  margin-top: 80px;
  display: block;
}
#banner {
  width: 100%;
  background: #000;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  /* float: left; */
  /* background: #EFEFEF; */
}

.flexslider {
  padding: 0;
  position: relative;
  zoom: 1;
  background: #FFFFFF;
}

.slides li{
  width: 100%;
  float: left;
  margin-right: -100%; 
  position: relative; 
  display: none;

}
.s2 {
  display: list-item
}
/*Header Section end*/

/*We do start*/

#wedocontent {
  background-color: #fff;
}
.content-ares {
  float: left;
  width: 100%;
  padding: 37px 0;
}


@media (min-width: 980px) {
  .card-content {
    display:flex !important;
  }
}

.sec-container {
  margin-bottom: 30px;
  padding: 20px;
}

.sec-container .disk {
  margin-bottom: 30px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-desc {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}

.content-desc img {
  box-shadow: 0 2px 10px #ccc;
  border-radius: 4px;
  height: 250px;
  width: 100%;
}

.content-desc h2 {
  color: #049395;
  font-weight: 600;
  font-size: 23px !important;
  font-family: 'Sansita', sans-serif !important;
}


/*about start*/
.about-section {
  float: left;
  width: 100%;
  background: #f9f9f9 !important; 
  padding: 30px 0;
}

.min {
  background: #f9f9f9 !important; 
  z-index: 9999;
  background-color: #fff;
}

.min img {
  border-radius: 15px 30px;
  width: 100%;
  height: 350px;
}

.why-kent h2 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 800;
  font-family: 'Sansita', sans-serif !important;
  text-align: left;
  color: #0994a5;
}

.why-kent p {
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

a.cls {
    display: inline-flex;
    border-radius: 10px 20px;
    background: #ea9112;
    color: #FFF;
    text-align: center;
    justify-content: center;
    font-family: 'Sansita', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
a.cls:hover {
  animation-name: examplebtn;
  animation-duration: 1s;
  animation-delay: .2s;
}

@keyframes examplebtn {
  0%   {background-color:#ea9112}
  100% {background-color:#007cfb}
}
a.cls::before {
  content: '';
  background: #007cfb;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: .8s;
  z-index: -1;
}
a.cls::after {
  content: '';
  background: #0994a5;
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: .8s;
  z-index: -1;
}

/*Achivement start*/

.stats {
  background-image: url(../img/banners/Counter_Background.png);
  background-repeat: repeat-x;
  background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
  animation: 50s counterbgwave infinite linear;
  background-size: cover;
  padding: 60px 0px;
}
.stats.py-5 {
  float: left;
  width: 100%;
  padding: 28px 0;
  text-align: center;
}

.heading-agileinfo {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Sansita', sans-serif !important;
  border-bottom: 1px solid #fff;
}

.w3layouts_stats_left .fa {
  background: #fff;
  padding: 6px;
  height: 53px;
  color: #124375;
  text-align: center;
  border-radius: 50%;
  width: 53px;
  line-height: 43px;
}

.w3layouts_stats_left p {
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 25px 0 0;
  margin: 0 0 0.2em 0;
}

.w3layouts_stats_left h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}

/*Achivements start*/

.plan {
  padding: 0em 0 3em 0;
  float: left;
  width: 100%;
}

.jumbo-box2.cd h2 {
  margin-bottom: 20px;
  color: #124375;
  font-weight: 800;
  font-family: 'Sansita', sans-serif !important;
  text-align: left;
  margin-top: 40px;
}

.jumbo-box2.cd h3 {
  color: #2672b7;
  font-family: 'Sansita', sans-serif !important;
}

.jumbo-box2.cd p {
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

.info {
  background: #d9edf7;
  color: #000;
}

td, th {
  padding: 13px !important;
  font-size: 15px;
}

.container {
    padding: 0 20px 0 20px;
    position: relative;
}
/*Footer new start*/

.all-brnds {
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  background-color: #1B1B1B;
  
}

.all-brnds  {
  text-align: center;
  color: #fff;
  
  /* margin: 0 0 25px 0; */
    background: rgb(45, 196, 190);
    background: radial-gradient(circle, rgba(45, 196, 190, 1) 0%, rgba(30, 153, 177, 1) 52%, rgba(45, 139, 209, 1) 100%);
    padding: 30px 20px;
    margin-bottom: 10px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 2px 10px #5f5f5f;
    
    font-family: 'Sansita', sans-serif !important;
}

.all-brnds h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}
.all-brnds h2 a {
  color: #fff;
  font-weight: 900;
}

.all-brnds p a {
  color: #fff;
  font-weight: 900;
}

.footer {
  padding: 0px 0 0 0px;
  color: #949494;
  float: left;
  width: 100%;
  background: #1B1B1B;
 
}

.adrs-hd {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  background: #1B1B1B;
}

.copy-ryt {
  background: #000;
  padding: 10px 15px;
  margin: 0;
  margin-top: 15px;
  border-left: 1px solid #fff;
}

.footer a {
  color: #949494;
  
}
