@charset "utf-8";
/* CSS Document */
.instadiv .comn-title {
	text-transform: inherit !important;
}
.instadiv .comn-title a {
	text-decoration: underline;
}
.instadiv .comn-title a:hover {
   color: #45a8e4;
}
.instadiv {
    padding-top: 90px;
}

.about{
	padding: 70px 0;
}
.about p{
	text-align: center;
	padding: 0 219px;
}

.wcs-hm{
	position: relative;
	height: 479px;
	overflow: hidden;
	padding: 70px 0;
}
.wcm-left {
	width: 70%;
	float: left;
}
.wcm-right{
	width: 30%;
	float: left;
}
.wcl-title {
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.cl-dec {
	height: 206px;
	background: #FFFFFF;
	padding-left: 34px;
	border-radius: 10px;
	padding: 22px 0;
	margin: 0 0 0 31px;
}
.cl-dec i{
    font-size: 64px;
    margin-left: -31px;
	float: left;
}
.cl-dec p {
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.3px;
	font-style: italic;
	padding:0 60px 0 45px;
	color: #33424c;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 75px;margin-bottom: 15px;
}
.user {
padding-left: 58px;
    /* margin-top: 0px; */
    display: block;
    margin-top: 10px;
    z-index: 1;
}
.user span {
	display: inline-block;
    float: left;
	padding-right: 20px;
}
.cl-dec .user-name {
	color: #33424c;
	font-size: 22px;
	font-weight: bold;
	
}
.user span  i{
    margin: 0;
    height: 60px;
    width: 60px;
    border: 2px solid #39529b;
    border-radius: 100%;
    padding: 12px;
    background: white;
    text-align: center;
	color: #33424c;
	font-size: 30px;
	
}
ul.bannerSlider{
  padding-left:0;
}
.bannerSlider{
	height: auto;
}
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
	width: 100%;
	height: auto;
	object-fit:cover;
}
img.slide__image__top-position {
	object-position:center bottom;
}

.bannerSlider .slide__text {
   position: absolute;
    z-index: 100;
    top: 26%;
    text-align: center;
    line-height: 80px;
    width: 100%;
}
.slide__text .left,  .slide__text .right{
	display: inline-block;
}
.slide__text .left img {
	padding:13px 20px;
}
.slide__text .right{
	padding-left: 30px;
}
.slide__text .left .button-3 {
	display: grid !important;
	float: none;
	margin: 20px auto !important;
}
    
.bannerSlider .slide__text h2 {
	font-size: 70px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3px;
	float: left;
	padding: 4px 8px;
}
.banner-hm{ }

 .mb-bg {
	display: none !important;
}
.dv-bg {
	display: block;
}
.banner-hm .slick-prev {
	width: 30px;
    height: 30px;
	background: #45a8e4;
    z-index: 1;
	left: 0px; 
	border-radius: 0;
}
.banner-hm .slick-prev:before{right: 12px;}
.banner-hm .slick-prev:before, .banner-hm  .slick-next:before {
	line-height: 0;
	font-size: 20px;
	color: black;
}
.banner-hm  .slick-prev:hover, .banner-hm  .slick-prev:focus, .banner-hm  .slick-next:hover, .banner-hm  .slick-next:focus {
	background: #45a8e4;
}
.banner-hm .slick-next{
	width: 30px;
    height: 30px;
	background: #45a8e4;
    z-index: 1;
	right: 0px !important;
	border-radius: 0;
}


