body {
  color: #000;
}
.whatsappbtn {
	position: fixed;
	width: 51px !important;
	height: 48px !important;
	bottom: 40px;
	left: 40px;
	background-color: chartreuse;
	color: #000;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	box-shadow: 2px 2px 3px #000;
	z-index: 100;
}
.banner-carousel .banner-carousel-item {
  height: 450px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
.call-to-action-box .action-style-box {
  background: #046db5;
  padding: 30px;
}
.into-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  padding: 3px;
  border-bottom: 2px solid #ddd;
  color: #eb9029;
}
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.whyicon {
  width: 70px;
  float: right;
  display: block;
  position: absolute;
  padding: 10px;
  background: #231e1f;
  font-size: 41px;
  text-align: center;
  color: #b73a92;
}
.whytext {
  margin-bottom: 0;
  margin-top: 63px;
  text-align: justify;
}
.idesc
{
  height: 235px;
  margin-bottom: 20px;
}
.clients-logo {
  border: 1px solid #dadada;
  min-height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.clients-logo img
{
  filter:none;
}
.footer-logo {
  margin-bottom: 0;
  max-height: 100px;
  background: #ddd;
}

.banner-area{
  background: #2f889963;
  display: none;
}
.column-title {
  margin-bottom: 15px;
  font-size: 18px;
  color:#0659ad;
}

.shuffle-item {
  padding: 10px;
}
.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 0px !important;
  margin-bottom: 35px !important;
}


/* Mobile view */ 


@media (max-width: 767px) {
    
.banner-carousel .banner-carousel-item {
    height: 200px;
    color: #fff;
    margin-top: -29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.call-to-action-box .action-style-box {
    background: #046db5;
    padding: 7px;
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: normal;
    font-size: 17px;
    text-transform: capitalize;
}
.facts-wrapper .ts-facts {
    color: #fff;
    margin-top: 0;
}
.idesc {
    height: 247px;
    margin-bottom: 20px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: auto;
}
.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid #ffb600;
    margin-top: 25px;
}

.header-one .logo-area {
    padding: 0;
}

.header-right {
    float: right;
    display: none;
}
.nav-search
{
    display:none;
}

.pagination {
    display: -ms-flexbox;
    display: ruby;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

}