div.cards-wrapper {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

div.cards-wrapper .cards-new {
	width: 25%;
	float: left;
	/* border: 1px solid green; */
	padding: 20px 0 0 10px;
	height: auto;
}
div.cards-wrapper .cards-large {
	width: 50%;
	float: left;
	padding: 20px 20px 0 10px;
	text-align: left;
	height: auto;
}
div.cards-new .cards-img {
	/* width: 100%; */
	/* padding: 0 10px; */
	overflow: hidden;
} 

.cards-new .cards-img img {
	width: 100%;
	height: 175px;
	transition: all 2s ease;
}
.cards-new .cards-img img:hover {
	transform: scale(1.04);
}
.cards-new .cards-content {
	padding: 0 10px 0 10px;
}
.cards-new .cards-content #spcl-h4 {
	color: #76767c;
	padding: 18px 15px 5px 0 !important;
    font-size: 14px;
}
.cards-new .cards-content #spcl-h3 {
	margin: 0;
    padding: 0 15px 11px 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 0.99em;
} 
.cards-new .cards-content #spcl-p {
	padding: 0 ;
    color: #262637;
    font-size: 14px;
    line-height: 19px;
}
.cards-new .cards-content #spcl-p a span {
	color: #000 !important;
}
.cards-footer {
	font-weight: normal;
    font-size: 15px;
    /* position: absolute; */
    border-top: dashed 1px #dfdfe1;
    display: block;
    padding: 15px;
    padding-left: 0;
    margin: 0;
    bottom: 0;
    line-height: initial;
    width: 100%;
}
/* =====slider head========= */
@keyframes move {
	from {left: 0}
	to {left: 50px}
}
@-webkit-keyframes move {
	from {left: 0}
	to {left: 50px}
}
@-moz-keyframes move {
	from {left: 0}
	to {left: 50px}
}
@-o-keyframes move {
	from {left: 0}
	to {left: 50px}
}
.slider-head {
	position: absolute;
	top: 4%;
	left: 5%;
	z-index: 1;
}
.slider-head .slider-p {
	color: #fff;
	font-size: 55px;
}
.slider-head .left-right {
	font-size: 1.4em;
	color: #cf1e2a;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	animation: move 2s infinite alternate;
	-webkit-animation: move 2s infinite alternate;
	-moz-animation: move 2s infinite alternate;
	-o-animation: move 2s infinite alternate;
}
/* ==========slider head end====== */
.cd-dropdown-wrapper {
	float: left;
}
.logo-img-1 {
	width: 240px;
	float: left;
	height: 75px;
	margin-left: 20px;
}
.logo-img-1 a > img {
	height: 70px;
}
.logo-img-2 {
	width: 800px;
	float: right;
	height: 78px;
	
}
.logo-img-2 > img {
	height: 75px;
} 
div.cards-img.people-img {
	width: 175px !important;
	height: 175px !important;
	margin: 0 auto;
}
div.cards-img.people-img img:hover {
	transform: none;
}
div.cards-img.people-img img {
	border-radius: 100%;
	margin: 0 auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}
@media (max-width: 1190px) and (min-width: 900px) {
	.logo-img-2 {
	width: 500px !important;
	float: right;
	height: 78px;
	
	}
	.logo-img-2 > img {
		height: 50px;
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 900px) {
	.logo-img-2 {
	display: none;
	
	}
	.logo-img-1 {
	width: 240px;
	float: right;
	height: 78px;
	margin-left: 0;
	}
	div.cards-wrapper .cards-new {
	width: 100%;
	float: none;
	/* border: 1px solid green; */
	padding: 20px 0 0 10px;
	height: auto;
	}
	div.cards-wrapper .cards-large {
	width: 100%;
	float: none;
	padding: 20px 0 0 10px;
	height: auto;
	}
}
.scroll {
	background: #000;
	transition: all 0.5s ease;
	color: #fff; 
}
.scroll-new {
	background: #fff;
}

/* ==================press================ */
.press-new {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
.press-new img {
	display: block;
	margin: 0 auto;
}
/* ==============press end================ */

#thank {
	padding: 20px; 
	width: 80%;
	margin: 20% auto 20%;
	text-align: center;
	border: 1px solid #777;
	background: #f1f1f1;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	
}