


body {
	font-family: 'Graphik-Regular';
	margin: 0;
	padding: 0;
	width: 100%; 
	overflow-x: hidden;
	color:#000;
	letter-spacing: 0.5px;
}
.banner-img img{
	display: block;
}
.result_content h2 {
	color: #1f1f1f;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	padding: 0 0 0 20px;
	text-align: left;
}
div.input_error {
	position: relative;
	font-size: 14px;
	color: red;
	text-align: left;
	float: left;
	line-height: 24px;
	font-weight: 400;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,a:hover,a:focus {
	text-decoration: none;
}
input:focus,select:focus,textarea:focus,button:focus{
	outline: none;
}
.read_more_btn{
	outline: none; 
	font-weight: 900;
	font-size: 22px;
	line-height: 20px;
	width: 100%;
	float: right;
	text-align: right;
	color: #1f1f1f;  
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
}
.accenture_wrapper {
	min-height: 100vh;
	position: static;
	max-width: 1400px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ffffff;

	/*box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);*/
}
.accenture_content_wrapper {
	min-height: calc(100vh - 385px);
	float: left;
	width: 100%;
	position: relative;
	margin-top: 82px;
}
.slick-slide img {
	width: 100%;
}
.accenture_wrapper_section{
	width: 100%;
	float: left;
	position: relative;
} 
.accenture-wrapper{
	width: 100%; 
	position: relative; 
    min-height: 100vh;
    position: static;
   /* max-width: 2000px;*/
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    /* box-shadow: 0 12px 12px 8px rgb(189 182 182 / 60%); */
}
.button{ 
	margin: 10px 0 0px;
	text-align: center;
	color:#666666;
	transition: all 0.5s;
	font-size: 18px; 
	cursor: pointer;  
	line-height: 28px;
	padding: 5px 15px ;
	color: #fff; 
	text-align: center;
	font-size: 20px;
	background-color: #010101; 
	width: 230px;
	border: none; 
	font-family: 'Inter-Bold';
	border-radius: 5px;
	transition: all 0.4s;
} 
.button:hover{
	background: #fff;
	color: #010101;
}
.banner-img img{
	width: 100%;
}
.banner-block{
	background-size: cover;
}

.everything-img img{
	width: 100%;
}
.slick-next {
	right: 45px;
}
.slick-prev {
	left: 25px;
}
.slick-prev:before {
	content: "";
	background-image: url(../images/left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px;
	width: 18px;
	height: 32px;
	position: absolute;
	top: 0;
}
.slick-next:before {
	content: "";
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px;
	width: 18px;
	height: 32px;
	position: absolute;
	top: 0;
}
.read-more{
	cursor: pointer;
}
.read-more span {
	transition: all 0.3s;
}

@media only screen and (min-width: 1600px){
.button{
	width: 250px;
	padding: 7px 15px;
}
}
@media only screen and (max-width: 1100px){
	.accenture_content_wrapper {
		margin-top:78px;
	}
}
@media only screen and (max-width: 600px){
	.accenture_content_wrapper {
		margin-top:64px;
	}
}




.flip {
	position: relative; 
	height: 46px;
	margin: 0 auto;
	display: inline-block;
}
.flip label {
	font-weight: 400; 
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-25px);
	-moz-transform: translateZ(-25px);
	-o-transform: translateZ(-25px);
	-ms-transform: translateZ(-25px);
	transform: translateZ(-25px);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	transition: transform 0.3s;
	cursor: pointer;
}
.flip label .front, .flip label .back { 
	position: absolute;
	text-align: center;
	letter-spacing: 0.5px;
	left: 0;
	top: 0;
}
.flip label .front {
	background-color: #5FBA8A;
	color: #fff;
	-webkit-transform: rotateY(0) translateZ(24px);
	-moz-transform: rotateY(0) translateZ(24px);
	-o-transform: rotateY(0) translateZ(24px);
	-ms-transform: rotateY(0) translateZ(24px);
	transform: rotateY(0) translateZ(24px);
}
.flip label .back {
	background-color: rgba(255,255,255,0);
	color: rgba(34,34,34,0);
	-webkit-transform: rotateX(90deg) translateZ(24px);
	-moz-transform: rotateX(90deg) translateZ(24px);
	-o-transform: rotateX(90deg) translateZ(24px);
	-ms-transform: rotateX(90deg) translateZ(24px);
	transform: rotateX(90deg) translateZ(24px);
	overflow: hidden;
}
.flip label .back:after {
	content: '';
	position: absolute;
	top: -62%;
	left: -10%;
	width: 120%;
	height: 50%;
	background: #5FBA8A;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.flip label:hover {
	-webkit-transform: translateZ(-24px) rotateX(-90deg);
	-moz-transform: translateZ(-24px) rotateX(-90deg);
	-o-transform: translateZ(-24px) rotateX(-90deg);
	-ms-transform: translateZ(-24px) rotateX(-90deg);
	transform: translateZ(-24px) rotateX(-90deg);
}
.flip label:hover .front {
	background: #5FBA8A;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.flip label:hover .back {
	color: #fff;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	-ms-transition: color 0.4s linear;
	transition: color 0.4s linear;
	background: #1D6BC0;
}

.flip,
.flip .button{
	width: 240px;
	margin: 0;
}

.popup_overlay {
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	opacity: 0;
	background: #000;
	width: 100%;
	opacity: 0.7;
	z-index: 99999;
	-webkit-transition: background 1s, opacity 0.4s, width 0s;
	transition: background 1s, opacity 0.4s, width 0s;
}
.common-popup.active {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	opacity: 1;
	z-index: 99999;
}
.common-popup {
	position: fixed;
	z-index: 999999;
	background-color: #FFFFFF;
	max-width: 700px;
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	padding: 0px 0px;
	border-radius:  0px;
	padding: 30px 30px;
}
.close_popup {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	font-weight: 900; 
	color: #5FBA8A;
	cursor: pointer; 
}

.heading {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 40px;
	position: relative;
}
.heading h2{
	width: auto;
	margin: 0 auto;
	display: inline-block;
	position: relative; 
	font-size: 26px;
	color: #262626;
}
.heading h2 span{
	position: relative;
}

.heading h2 span:before {
	width: 107%;
	height: 5px;
	bottom: -10px;
	position: absolute;
	content: "";
	background-image: url(../images/dots.png);
	background-size: cover;
	left: -3%;
}
.service-content {
	width: 100%;
	float: left;
	padding: 0px 0 20px;
	text-align: center;
}
.service-content p{
	font-size: 15px;
	line-height: 26px; 
	margin: 0 0  0px;
}
.desk-img{
	display: block !important;
}
.mob-img{
	display: none !important;
}
@media only screen and (max-width:820px){
	.desk-img{
	display: none !important;
}
.mob-img{
	display: block !important;
}
}