html,
body {
    /*width: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
*{
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6{
		font-family: 'Oswald', sans-serif;
}

a{
	text-decoration: none;
}
    
.sectionPadding{
	padding: 70px 0;
}
.sectionPadding50{
	padding: 50px 0;
}
.marginTop50{
	margin-top: 50px;
}
.marginTop30{
	margin-top: 30px;
}
.marginTop40{
	margin-top: 40px;
}

.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font50{
	font-size: 50px;
}
.textDarkGrey{
	color: #6f6f6f;
}



.ULList{
/*	margin: 0;
	padding: 0;*/
}
.ULList li{
	padding: 7px 0;
}

.destributionSec .paraDesc{
	font-size: 20px;
	line-height: 2;
}




.mainNavbar nav.navbar {
	padding: 25px 0;
}
.mainNavbar .nav-item{
	padding: 0 0 0 30px;
}
.mainNavbar .nav-link{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #111;
}


.sliderSection{
	margin-top: 100px;
}
.sliderSection .carasoulBox {
  position: relative;
  text-align: center;
  color: white;
}
.sliderSection .carasoulBox ul li a{
	color: #fff;
	text-decoration: none;
}
.sliderSection .carasoulBox img{
	width:100%;
	height: 600px;
	object-fit: cover;
	object-position: 30% 72%;
}
.sliderSection .carasoulBox .centered {
  position: absolute;
  top: 50%;
  left: 35%;
/*  transform: translate(-28%, -50%);*/
transform: translate(-21%, -50%);
}
.sliderSection .carasoulBox h2{
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
}
.sliderSection .carasoulBox ul{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.sliderSection .carasoulBox ul li{
	display: inline-block;
	padding: 0px 5px;
    font-size: 20px;
}





.breadCrumb{
	margin-top: 100px;
	width: 100%;
	background-image: url("../images/breadcrumb.webp");
	background-size: cover;
/*	background-position: center center;*/
}
.breadCrumb .overLay{
/*	background-color: rgba(66, 135, 245, .7);*/
	background-color: rgba(0, 0, 0, .6);
}
.breadCrumb .contentWrap{
	padding: 80px 0;
	color: #fff;
}
.breadCrumb .contentWrap h2{
	font-size: 45px;
}
.breadCrumb .contentWrap ul{
	padding: 0;
	margin: 15px auto 0;
}
.breadCrumb .contentWrap ul li{
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}
.breadCrumb .contentWrap ul li a{
	color: #fff;
	text-decoration: none;
}






.serviceSection p{
	font-size: 19px;
	line-height: 1.9;
}


.serviceSection .card{
	border: none;
}
.serviceSection .cardWrap .card-body{
	padding: 40px 45px;
	box-shadow: 2px 2px 6px #ccc;
	border-radius: 6px;
	min-height: 330px;
	border:40px solid #248D98;
	border-radius: 0;
}
.serviceSection .cardWrap .card-body h4{
	font-weight: 400;
	margin-top: 22px;
	font-size: 18px;
	text-transform: uppercase;
}
.serviceSection .cardWrap .card-body p{
	margin-top: 13px;
	font-size: 15px;
}
.cardWrap .card a{
	background: #f7f7f7;
	text-decoration: none;
	color: #000;
	border: none;
	border-radius: 6px;
	color: #6f6f6f;
}
.cardWrap .card a i{
	color: #1193d4;
	font-size: 80px;
}
.cardWrap .card:hover a {
    background: #248D98;
    color: #fff;
}
.cardWrap .card:hover a i{
    color: #fff;
}


.whoWeAreSection p{
	font-size:20px;
	line-height:1.8
}


.bluePattiHome{
	background-color: #248D98;
}
.bluePattiHome p{
font-size: 25px;
line-height: 1.8;
}


.biSection .iconWrapWrap{
	border: 1px solid #248D98;
	width: 140px;
	height: 140px;
	padding: 15px;
	border-radius: 50%;
}
.biSection .iconWrap{
	width: 110px;
	height: 110px;
    background-color: #248D98;    
    border-radius: 50%;
    color: #fff;
    margin-top: 100;
    padding-top: 33px;
    text-align: center;
}
.biSection .iconWrap i{
	font-size: 40px;
}


.serviceSection .contactBtn{
	border-radius: 3px;
	padding: 4px 14px;
}
.contactBtn{
	border-radius: 3px;
	padding: 4px 14px;
}
.distributionFirst h2{
	font-size: 35px;
	font-weight: 800;
}
.navigationBar{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 30px 0;
}
.navigationBar ul{
	margin: 0 auto;
}
.navigationBar ul li{
	list-style: none;
	display: inline-block;
	padding: 12px 10px;
}
.navigationBar ul li a{
	color: #2573e5;
	text-decoration: none;
	font-weight: 500;
}




.quoteSection{
		background-image: url(../images/bg-quote.jpg);
	}
	.quoteSection .container{
		padding-left: 100px;
		padding-right: 100px;
	}
	.quoteSection .container .contentWrap{
		border-left: 10px solid #248D98;
		padding: 10px 60px 10px;
	}
	.quoteSection .container .contentWrap p{
		font-size: 21px;
		color: #248D98;
		line-height: 1.5;
		font-weight: 400;
	}
	.quoteSection .container .contentWrap h4{
		color: #248D98;
		font-size: 17px;
		font-weight: 600;
	}





	.featuresSection:before{
	content: "";
	position: absolute;
	background-color: #248D98;
	width: 100%;
	left: 0;
	right: 0;
	height: 420px;
	z-index: -1;
}
.featuresSection .boxWrap{
	box-shadow: 2px 2px 6px #999;
	padding: 50px 50px 10px;
	background-color: #fff;
}
.featuresSection .iconWrapWrap{
	border: 1px solid #248D98;
	width: 115px;
	height: 115px;
	padding: 15px;
	border-radius: 50%;
	margin: 0 auto;
}
.featuresSection .iconWrap{
	width: 85px;
	height: 85px;
    background-color: #248D98;    
    border-radius: 50%;
    color: #fff;
    margin-top: 100;
    padding-top: 26px;
    text-align: center;
}
.featuresSection .iconWrap i{
	font-size: 31px;
}



.socialMediaFirst h2{
		margin: 25px 0;
		font-size: 40px;
	}
	.socialMediaFirst p{
		line-height: 1.8;
	}






.contactDetailSection .box h4{
	font-size: 18px;
	color: #fff;
}
.contactDetailSection .box h4 i{
	color: #E4CB86;
	font-size: 17px;
}
.contactDetailSection .box p{
	color: #a5a1a1;
	font-size: 14px;
}
.contactFormSection{
	border-top: 2px solid #fff;
}
.contactFormSection .formWrap  input.form-control{
	padding: 25px 15px!important;
	height: 45px!important;
}
footer .footDesc form label{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer .footDesc form input{
  border-radius: 3px;
  height: 36px;
}
footer .footDesc form input::placeholder{
  color: #6f6f6f;
  font-size: 13.5px;
}
footer .footDesc form button {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #6f6f6f;
    border-radius: 10px;
    display: block;
    border-radius: 3px;
    display: inline-block;
    background-image: linear-gradient(to right, #111 0%, #10573d 51%, #248D98 100%)
}
footer .footDesc form button:hover {
	color: #fff;
}



footer{
		background-color: #F9F9F9;
	}
	footer .footerLogo{
		width: 150px;
	}
	footer h2{
		font-size: 19px;
		position: relative;
		color: #6f6f6f;
	}
	footer h2:before{
		content: "";
		font-family: "Font Awesome 5 Free"; 
		position: absolute;
		width: 100px;
		height: 1px;
		background-color: #6f6f6f;
		bottom: -10px;
		left: 0;
	}
	footer .socialIcon{
		margin: 0;
		padding: 0;
	}
	footer .socialIcon li{
		display: inline-block;
		border-radius: 6px;
	}
	footer .socialIcon li a{
		color: #212121;
		padding: 3px;
		font-size: 20px;
	}
	footer .linkList{
		margin: 0;
		padding: 0;
	}
	footer .linkList li{
		list-style: none;
		margin-bottom: 8px;
	}
	footer .linkList li a{
		font-size: 14px;
		color: #6f6f6f;
	}







.counterSection{
	background-color: #248D98;padding: 70px 0;
}
.counterSection h2.service_head{
      color: #373742;
      text-align: center;
      text-transform: uppercase;
      font-size: 3em;
      font-weight: bold;
      margin-bottom: 2em;
      color: #fff;
}
.counterSection i{
	font-size: 50px;color: #fff;
}
.counterSection .number{
	margin-top: 20px;
	color: #fff;
}
.counterSection h3.text{
	margin-top: 10px;
	color: #fff;
}


.countWrapThree{
	padding-left:110px
}
.countWrapThree h3{
    margin-top: 15px;
    margin-left:10px;
    font-size: 60px;
}
.countWrapFour{
	padding-left:100px
}
.countWrapFour h3{
	margin-top: 15px;
	margin-left:10px;
	font-size: 60px;
}





.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .image-box {
    position: relative;
}
.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block .image-box .date {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #14e9ff;
    color: #000;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 68px;
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.news-block .image-box .date:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 6px;
    background-color: var(--theme-color1);
    content: "";
    opacity: .3;
    z-index: -1;
}
.news-block .image-box .date span {
    font-size: 30px;
    margin-bottom: 8px;
    margin-bottom: 11px;
    padding-top: 4px;
}
.news-block .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 40px;
    background-color: #f4f5f8;
    border: 1px solid #e6e8ed;
    border-top: 0;
}
.news-block .bottom-box .read-more {
    font-size: 12px;
    line-height: 30px;
    color: #808287;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .bottom-box .read-more i {
    margin-left: 10px;
    color: #248d98;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 7px;
}

.news-block .content-box {
    position: relative;
    padding: 25px 36px 35px;
    background-color: #fff;
    border: 1px solid #e6e8ed;
    border-bottom: 0;
}
.news-block .content-box h4 a{
	color: #000;
}







.blog-details {
    position: relative;
    display: block;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}
.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #14E9FF;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}
.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 600;
}


.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #111;
    background-color: #f8f6f1;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #111;
    background-color: #f8f6f1;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.sidebar__post .sidebar__post-list {
    margin: 0;
}
.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0;
    flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color1);
    font-size: 14px;
    padding-right: 3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0;
    flex: 70px 0 0;
}