/* .header { */
    /* background-color: #f7f5fd; */
/* } */

html {
    overflow-x: hidden !important;
}

.decoration{
    visibility: visible;
    animation-duration: 7s;
    animation-name: flipInY;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px #d03a48;

}.top-color{	background-color: #eeeeee;}

.list-dec {
	color: #abcf37;
    font-size: 15px;
    margin-right: 6px;
}

.list-style{
	list-style: none;
    font-size: 14px;
    color: #666666;
}

.bg-color{
	background-color: #abcf37;
}

.bg-color2{
	background-color: #e6e6e6;
}

.w-color{
	color: #fff !important;
}

.count-icon {
  font-size: 4em !important;
  margin-top: 10%;
  color: #A4A71E;
}


h2 {
  color: #abcf37;
}

.intro {
  height: auto;
  min-height: 100vh;
  text-align: center;
  background-color: #A4A71E;
}

.f-weight{
	font-weight: 600;
}

.service-head{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services__details__feature li {
    line-height: 25px !important;
    margin-bottom: 20px;
}

.form-control {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: 1.5rem 1.75rem !important;
}

.right-margin {
	margin-right: 30px;
}

.btn-success {
    padding: 11px;
    width: 100%;
}

.border-right{
	border-right: solid 3px #fad00b !important;
}

.para{
	padding-bottom: 25px;
}

.list-margin{
	margin-bottom: 25px;
}

.top-margin{
	margin-top: 0px !important;
}

.list-dec2{
	margin-right: 6px;
}

.video-dec{
	width: 100%;
	height: 500px;
}

@media screen and (min-width:240px) and (max-width:320px){
.video-dec{
	width: 100% !important;
	height: 250px !important;
}

.logo-dec{
	width: 60% !important; 
}

.count-margin{
	margin-bottom: 40px;
}
	
}

@media screen and (min-width:321px) and (max-width:380px){
.video-dec{
	width: 100% !important;
	height: 250px !important;
}

.logo-dec{
	width: 60% !important; 
}

.count-margin{
	margin-bottom: 40px;
}
	
}

@media screen and (min-width:381px) and (max-width:480px){
.video-dec{
	width: 100% !important;
	height: 250px !important;
}

.logo-dec{
	width: 60% !important; 
}

.count-margin{
	margin-bottom: 40px;
}
	
}