.getintouch.full {
	background:#fee800 !important;
	border:2px solid #000;
	border-color:#fee800 !important;
}

.caseSlider-container .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #000 !important;
}

.caseSlider-container ul.lSPager{
    padding: 0;
    text-align: center;
}

.caseSlider-container ul.lSPager li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.caseSlider-container ul.lSPager li a {
	display: block;
    color: #fee800;
    background: transparent;
    border: 2px solid #fee800;
    width: 8px;
    height: 8px;
    font-size: 0;
    border-radius: 25px;
}

.m-call-wrapper {
	display:none;
}



.footer-widget-col {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
}

.footer-widget-col ul.SocialMedia {
    position: initial;
    display: flex;
    gap: 15px;
    padding: 0;
    padding-bottom: 0;
    transform: unset;
}

.footer-widget-col ul.SocialMedia li a {
    margin-bottom: 0px;
    background: transparent;
}

.footer-widget-col ul.SocialMedia li a:hover, .footer-widget-col ul.SocialMedia li a:active, .footer-widget-col ul.SocialMedia li a:focus {
    background: #000;
    color: #fff;
    transition-duration: .3s;
}

footer .WidgetDatas  .footer-widget-col .widget-container {
    margin-bottom: 0px;
}

.bac-wrapper {
    margin-right: 20px;
}
.bac-cwrapper {
    display: inline-block;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}



.ContactSection .FooterForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  
  .ContactSection .FooterForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  
  .ContactSection .FooterForm input::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }

  .ContactSection .FooterForm textarea:-moz-placeholder, /* Firefox 18- */
  .ContactSection .FooterForm textarea::-moz-placeholder, /* Firefox 19+ */
  .ContactSection .FooterForm textarea:-ms-input-placeholder, /* IE 10+ */
  .ContactSection .FooterForm textarea::-webkit-input-placeholder, /* Webkit based */
  .ContactSection .FooterForm textarea::placeholder { /* Modern browsers */
  	color: #000 !important;   
}

@media screen and (max-width: 768px){
	
	.dots-on-center:before {
		width:50px;
	}
	
	.m-call-wrapper {
		display:block;
		width: auto;
    	margin-top: 15px !important;
    	padding-left: 30px;
    	right: 6%;
    	color: #282728;
    	cursor: pointer;
    	margin-top: 16px;
    	transition-duration: .3s;
    	position: fixed;
    	z-index: 999999;
    	right: 80px;
    	margin-top: 28px;
    	top: 3px;
    	transition-duration: .3s;
	}
	
	
	.m-call-wrapper > div {
		width: 35px;
    	text-align: center;
    	height: 35px;
    	border: 1px solid #fee800;
    	border-radius: 50%;
    	position: relative;
	}
	
	.m-call-wrapper > div a {
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-50%);
		color: #fee800;
        font-size: 1.2rem;
	}
	
	.footer-widget-col {
		margin-bottom:2rem;
		min-height:auto;
	}
	.zd-process-chart-wrapper .co1-box:nth-child(2) .ab-center {
		width:100%;
	}
	
	

}

@media screen and (max-width: 991px) and (min-width: 1px) {
	
	#videoBG {
		margin-top: 0 !important;
		height: 100vh !important;
	}
	
	footer > .container > .row > .col-sm-6:first-child {
		margin-bottom:0px !important;
	}
	
	footer {
    	background: #fff !important;
		padding-bottom:50px;
	}
	
	
	
	footer .MainTitle {
		font-size: 35px !important;
	}

    .footer-widget-col ul.SocialMedia {
        display: flex !important;
    }
	
	
}

@media only screen and (max-width: 767px) and (min-width: 1px){
	
	footer#getInTouchWrap .row > .col-sm-6:nth-child(2) {
    	order: 1 !important;	
	}	
}