li.hassubmenu{
	position:relative;
}
div.submenugoesher{
	position:absolute;
	background: #ff5e15;
	width:100%;
	display:none;
	
	    box-shadow: -4px 8px 4px rgba(0,0,0,0.2);
}
ul.submenugoesher_ul{
	list-style:none;
	padding-left:0px;
}

ul.submenugoesher_ul> li > a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05rem;
    font-weight: 900;
    padding-top:10px;
	padding-bottom:10px;
	text-align:center;
    color: #fff;
    display:block;
    text-decoration: none !important;
	width:100%;
}
ul.submenugoesher_ul > li > a:hover {
    color: #000;
}
ul.submenugoesher_ul> li > a{
    font-size: 12px;
     font-weight: 600;
    padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:1rem;
}
div.submenugoesher{
    width:350px;
}

.color-orange{
	color: #ff5e15 !important;
	text-shadow: 1px 1px 1px #000;
}
.color-red{
    color:#ff0000 !important;
}
.color-black{
	color: #000 !important;
	text-shadow: 1px 1px 1px #000;
}
.color-white{
	color: #fff !important;
	text-shadow: 1px 1px 1px #fff;
}

.freetrial_services_div{
	width:100%;
}
.freetrial_services_div input{
	display: none;;
}
.freetrial_services_div label{
	display: block;
	background:#f8f9fa!important;
	display: flex;
	flex-flow:row nowrap;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	cursor: pointer;
	padding-left:10px;
	position: relative;
	/* box-shadow: 1px 1px 1px #ccc; */
	box-shadow: 1px 1px 1px #bcbcbc;
    border: 1px solid #bcbcbc;
  
	border-radius: 10px;
}
.freetrial_services_div labe:after{
	content:"";
	height:1.5rem;
	width:1.5rem;
	background:#fff;
	position: absolute;
	left: 16px;
    top: 37%;
	border:1px solid #eee;
	transition: all 0.5s linear;
	border: 1px solid #bcbcbc;
    box-shadow: 1px 1px 1px #bcbcbc;
	border-radius:20%;

}
.freetrial_services_label_text{
	display:inline-block;
	position:relative;
	display:flex;
	flex-flow:row-reverse nowrap;
	align-items:center;
	padding-left:1rem;
}
.freetrial_services_label_text span{
	padding-left:0.5rem;
}
.freetrial_services_label_text:after{
	content:"";
	height:1.5rem;
	width:1.5rem;
	background:#fff;
	/*position: absolute;*/
	left: 16px;
    top: 37%;
	border:1px solid #eee;
	transition: all 0.5s linear;
	border: 1px solid #bcbcbc;
    box-shadow: 1px 1px 1px #bcbcbc;
	border-radius:20%;
	flex-shrink:0;

}
.freetrial_services_div img{
	width:40px;
	height:40px;
	    align-self: center;
}
.freetrial_services_div input:checked + label{
	box-shadow: 1px 1px 1px #bababa;
    border: 1px solid #bababa;
	transition: all 0.5s linear;
}
.freetrial_services_div input:checked + label .freetrial_services_label_text:after{
	/* background:blue; */
	background-color: #ff5e15 !important;
	
		border: 1px solid #ff5e15;
    box-shadow: 1px 1px 1px #ff5e15;
	transition: all 0.5s linear;
}



.freetrialanimation a{
	border:1.5px solid transparent;
	border-radius: 10px;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	display: inline-block !important;
    padding: 5px 20px !important;
}
/* Safari 4.0 - 8.0 */

/*
@-webkit-keyframes example {
	0%   {text-decoration: none;font-size:16px;font-weight:normal;}
	25%  {text-decoration: underline;font-size:18px;font-weight: bolder;}
	50%  {text-decoration: none;font-size:16px;font-weight:normal;}
	75%  {text-decoration: underline;font-size:18px;font-weight: bolder;}
	100% {text-decoration: none;font-size:16px;font-weight:normal;}
  } */
  
  /* Standard syntax */
  /*
  @keyframes example {
	0%   {text-decoration: none;font-size:16px;font-weight:normal;}
	25%  {text-decoration: underline;font-size:18px;font-weight: bolder;}
	50%  {text-decoration: none;font-size:16px;font-weight:normal;}
	75%  {text-decoration: underline;font-size:18px;font-weight: bolder;}
	100% {text-decoration: none;font-size:16px;font-weight:normal;}
  } */

  @keyframes example {
	0%   {border-bottom-color:#fff;color:#fff}
	25%  {border-right-color: #fff;border-bottom-color: #fff;color:#fff}
	50%  {border-top-color: #fff;border-right-color: #fff;border-bottom-color: #fff;color:#000}
	75%  {border-left-color: #fff;border-top-color: #fff;border-right-color: #fff;border-bottom-color: #fff;color:#fff}
	100% {border-color:transparent;color:#000}
  } 

  .call_animation {
	border-radius: 50%;
	-webkit-animation: dot-pulse-idle 1.5s cubic-bezier(.19, 1, .22, 1) infinite both;
	animation: dot-pulse-idle 1.5s cubic-bezier(.19, 1, .22, 1) infinite both;
}


@keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #04b7f1;
	}

	50% {
		box-shadow: 0 0 0 40px rgba(255,255,255,0);
	}
}

.intro-section h1,.intro-section p {
    text-shadow: 1px 1px 1px #000;
}


strong,b{
	font-weight: 900!important;
}
.banner_subpages_websitetitle{
	color:#fff;
	border-bottom: #ff5e15 2px solid;
    display: inline-block;
    padding-right: 8rem;
    font-style: italic;
    text-shadow: 5px 3px 5px #000;
}

.subservice_banner .subservice_banner_maincontent,.subservice_banner .subservice_banner_maincontent h1{
	color:#ff5e15 !important;
	font-size: larger;
	font-size: 4rem;
}
.subservice_banner_oneliner{
	font-size: larger;
}

.project-item .project-item-contents{
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
	text-shadow: 3px 3px 2px #000;
}
.project-item:before {
    opacity: 1;
    visibility: visible;
}
.customer-developer-background{
	background:rgba(0,0,0,0.5);
	padding-top:0.6rem;
	padding-bottom:0.6rem;
}
.footer-social-icons{
	font-size: larger;
}
.footer-social-icons a{
	text-decoration: none !important;
}

.services-1-wrap .service-1{
	min-height: 231px;
	display:flex;
}
.services-1-wrap .service-1 a{
	text-decoration:none !important
}

.service-1-icon img{
	margin-top: 2.5rem;
    width: 40px;
}
.services-1-wrap .service-1 .service-1-content .service-heading{
	margin-top:1rem;
}

.other-companies-logo img{
	max-width: 100%;
	display: block;
}

.checkbox_input_error,.input_error{
	box-shadow: 0px 0px 5px 1px #980000 !important;
}