#mainHeader.navShadow {
	-webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.2);
	height: 5.2em;
	top: 0;
}
#mainHeader.navShadow ul li a {
	padding: 1.54em 1.5em;
}
#mainHeader.navShadow ul ul{
	top: 5.2em !important;
}
#mainHeader.navShadow ul ul ul{
  top: 0 !important;
}
#mainHeader.navShadow .login-button {
	margin-top:1.5em;
}

nav .menu li .active {
	background-color: white;
	color: #ffbc00;
	border-bottom: 0.15em solid #ffbc00;
}

nav .menu li a:hover {
	background-color: white;
	color: #ffbc00;
	border-bottom: 0.15em solid #ffbc00;
}

nav ul ul li a:hover {
	display: block !important;
	padding: 1em .7em 1em 1em !important;
	color: #ffffff !important;
	font-size: 17px !important;
	text-decoration: none !important;
	transition: all 0.5s !important;
	overflow: hidden !important;
	background: #ffbc00 !important;
	border-bottom: 0.1em solid #4c42a338 !important;
	display: flex !important;
	justify-content: space-between;
	align-content: center;
}


.about-us-sec:hover >div {
  border-radius: 5px;
    transition: all 0.3s;
}
.about-us-sec:hover >div {
	box-shadow: 1px 0 10px #ddd;
	background: white;
	box-shadow: inset 0 0 0 1em #4c42a3;
	border-radius: 5px;
}
.h-about{
  text-align: justify;
}
#services .service-sec .service-animation {
    background: white;
    margin: auto;
    margin-top: 5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: auto;
  }
  
  #services .service-sec:hover .service-animation {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #4c42a3;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  
  @keyframes example {
      0%   {border-left: 2px solid #ffffff;}
      25%  {border-left: 3px solid #8785a0;}
      50%  {border-left: 4px solid #645da0;}
      100% {border-left: 5px solid #4c42a3;}
  }

  #testimonial .grow{
    transition:all 0.3s ease;
}
#testimonial .grow:hover{
        transform: scale(1.3);
}

/* #services .service-sec .service-animation {
	box-shadow: 1px 0 10px #f7f7f7;
	border: 1px solid #f9f1c0;
	background: white;
} */ */

.progress {
    background: rgba(255,255,255,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    width: 100%;
  }

  .progress-value {
	animation: load 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em #4b974b;
	border-radius: 20em;
	background: #4b974b;
    height: 1em;
	width: 0;
}

  
  @keyframes load {
    0% { width: 0; }
    100% { width: 60%; }
  }

  .progress2 {
    background: rgba(147, 147, 147, 0.1);
    justify-content: flex-start;
    border-radius: 50em;
    align-items: center;
    position: relative;
    padding: 0 .1em;
    display: flex;
    width: 100%;
  }

  .progress-value2 {
	animation: load2 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em #4b974b;
	border-radius: 20em;
	background: #4b974b;
	height: 1em;
	width: 0;
}

  
  @keyframes load2 {
    0% { width: 0; }
    100% { width: 90%; }
  }

  .progress3 {
    background: rgba(147, 147, 147, 0.1);
    justify-content: flex-start;
    border-radius: 50em;
    align-items: center;
    position: relative;
    padding: 0 .1em;
    display: flex;
    width: 100%;
  }

  .progress-value3 {
	animation: load3 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em #b3f453;
	border-radius: 20em;
	background: #b3f453;
	height: 1em;
	width: 0;
}

  
  @keyframes load3 {
    0% { width: 0; }
    100% { width: 70%; }
  }
  .progress4 {
    background: rgba(147, 147, 147, 0.1);
    justify-content: flex-start;
    border-radius: 50em;
    align-items: center;
    position: relative;
    padding: 0 .1em;
    display: flex;
    width: 100%;
  }

  .progress-value4 {
	animation: load4 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em #f9d981;
	border-radius: 20em;
	background: #f9d981;
	height: 1em;
	width: 0;
}

  
  @keyframes load4 {
    0% { width: 0; }
    100% { width: 30%; }
  }

  .progress5 {
    background: rgba(147, 147, 147, 0.1);
    justify-content: flex-start;
    border-radius: 50em;
    align-items: center;
    position: relative;
    padding: 0 .1em;
    display: flex;
    width: 100%;
  }

  .progress-value5 {
	animation: load5 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em #ffbc00;
	border-radius: 20em;
	background: #ffbc00;
    height: 1em;
	width: 0;
}

  
  @keyframes load5 {
    0% { width: 0; }
    100% { width: 10%; }
  }
  .progress6 {
    background: rgba(147, 147, 147, 0.1);
    justify-content: flex-start;
    border-radius: 50em;
    align-items: center;
    position: relative;
    padding: 0 .1em;
    display: flex;
    width: 100%;
  }

  .progress-value6 {
	animation: load6 3s normal forwards;
	box-shadow: 0 .3em 1em -.5em red;
	border-radius: 20em;
	background: red;
	height: 1em;
	width: 0;
}

  
  @keyframes load6 {
    0% { width: 0; }
    100% { width: 5%; }
  }
#gReviews .google-review-content .review-border{
    border: .15em solid #4c42a31f;
    transition: all 0.5s;
}
#gReviews .google-review-content .review-border:hover{
    border: .15em solid #4739c01f;
    background-color: white;
}

.social_icon li a:hover i {
	color: #4c42a3;
	background: white;
}
  .newsletter_form .btn_icon i {
      font-size: 1.5em;
      color: #121d50;
    transition: all 0.5s;
  }
  .newsletter_form .btn-default:hover i {
	color: #fff !important;
	cursor: pointer !important;
}
.vertical_social li a:hover {
	background: white;
	padding: .5em 1.2em;
	color: #ffbc00;
	border-radius: 0 1em;
}
.header-top-left{
    margin: 0 1em;
    transition: all 0.5s;
}
.header-top-left-hover:hover {
	padding: 0 1em .3em 1em;
	background: white;
	border-radius: 5em;
}
.header-top-left span{
    display: none;
    transition: all 0.5s !important;
}
.header-top-left-hover:hover span{
    display: initial;
}

.left-logo {
  transition: all 0.5s !important;
}
























.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
}
.cta::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	display: block;
	border-radius: 6em;
	background: rgb(255, 193, 0);
	width: 3em;
	height: 3em;
	transition: all 0.3s ease;
}
.cta span {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta:hover::before {
	width: 100%;
	background: #ffc100;
}
.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}




.hoverMe {
  display: flex;
  position: relative;
  margin: 20px auto;
  width: 100%;
  height: 12em;
  background: #f7f7f7;
  border-radius: 1em;
  font-weight: lighter;
  letter-spacing: 2px;
  transition: 1s box-shadow;
}

.hoverMe:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.hoverMe:hover::before, .hoverMe:hover::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 12em;
  background: #FDA8CF;
  border-radius: 1em;
  z-index: -1;
  animation: 1s clockwise infinite;
}

.hoverMe:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}

@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}



/* for blog post----------------------------------------------- */

.blog-posts
{
  width: min(1200px, 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post
{
  width: 100%;
  overflow: hidden;
}

.post img
{
  width: 100%;
  border-radius: 6px;
  transition: .3s linear;
  height: auto;
}

.post-content {
	background-color: #4c42a3;
	margin: 0 1.2em;
	padding: 2em;
	border-radius: 6px;
	transform: translateY(-60px);
	transition: .3s linear;
  height: 235px;
}

.post-content h3
{
  font-size: 16px;
  margin-bottom: 10px;
}

.date {
	font-size: .8em;
	font-style: italic;
	color: #ffbc00;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-80px)
}

@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
}
.hover-shadow{
  transition: all 0.5s;
  position: relative;
  width: 100%;
  height: 100%;
}
.hover-shadow:hover{
  box-shadow: 1px 0 10px #ddd;
}
.hover-shadow::before, .hover-shadow::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2e2771;
	opacity: .8;
  transition: all 0.5s;
}

.hover-shadow:hover::before, .hover-shadow:hover::before {
	background: white !important;
	opacity: 0;
}
#about-services .about-service-sec:hover {
  top: -4px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid rgba(2, 216, 113, 1);
}
#technologies .technologies-sec{
  transition: all 0.3s ease-out 0s;
}
#technologies .technologies-sec:hover{
  background: #ffffff3d;
  border-radius: .2em;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}
#technologies .technologies-sec:hover p{
  color: white;
  transition: all 0.3s ease-out 0s;
}

#technologies .technologies-sec .img-hover-none, #technologies .technologies-sec .img-hover-block{
  transition: all 0.3s ease-out 0s;
}

#technologies .technologies-sec:hover .img-hover-none{
  display: none !important;
}
#technologies .technologies-sec:hover .img-hover-block{
  display: block !important;
  margin: auto !important;
}
#servicePage .service-page-sec {
	background: #fff;
	border-radius: .7em;
	border: 1px solid #ddd;
  transition: all 0.3s ease-out 0s;
}
#servicePage .service-page-sec:hover {
  border: 1px solid #6cd1ff;
  box-shadow: 1px 0 20px #ccc;
  background: #f4fcff;
  background-image: linear-gradient(-225deg,#fffeff 0%,#f4fcff 100%);
}
#servicePage .service-page-sec .sec-2 ul li a {
  transition: all 0.3s ease-out 0s;
}
#servicePage .service-page-sec .sec-2 ul li:hover a {
	color: #ffbc00;
  padding-left: .5em;
}
#serviceBenefits .service-benefits-sec .service-benefits-sec-responsive{
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}
#serviceBenefits .service-benefits-sec .service-benefits-sec-responsive:hover{
  background: #201864;
  color: white;
  box-shadow: 2px 2px 4px #959595;
}
#serviceBenefits .service-benefits-sec .service-benefits-sec-responsive:hover p{
  color: white;
}

.horizontal-scroll-wrapper a .horizontal-scroll-wrapper-content.active {
	background: #fbba02;
	color: white;
}
.horizontal-scroll-wrapper a .horizontal-scroll-wrapper-content.active h1, .horizontal-scroll-wrapper a .horizontal-scroll-wrapper-content.active p {
	color: white;
}
.horizontal-scroll-wrapper a .horizontal-scroll-wrapper-content.active .img-hover{
  display:initial;
}
.horizontal-scroll-wrapper a .horizontal-scroll-wrapper-content.active .img-block{
  display:none;
}


.horizontal-scroll-wrapper a:hover .horizontal-scroll-wrapper-content {
	background: #fbba02;
	color: white;
}
.horizontal-scroll-wrapper a:hover .horizontal-scroll-wrapper-content p {
	color: white;
}
.horizontal-scroll-wrapper a:hover .horizontal-scroll-wrapper-content .img-hover{
  display:initial;
}
.horizontal-scroll-wrapper a:hover .horizontal-scroll-wrapper-content .img-block{
  display:none;
}

.horizontal-scroll-wrapper div:hover .horizontal-scroll-wrapper-content {
	background: #fbba02;
	color: white;
}
.horizontal-scroll-wrapper div:hover .horizontal-scroll-wrapper-content p {
	color: white;
}
.horizontal-scroll-wrapper div:hover .horizontal-scroll-wrapper-content .img-hover{
  display:initial;
}
.horizontal-scroll-wrapper div:hover .horizontal-scroll-wrapper-content .img-block{
  display:none;
}



#whyChoseLogoDesigning .wcld-sec {
	border: 1px solid transparent;
}
#whyChoseLogoDesigning .wcld-sec:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
	border: 1px solid rgb(247, 183, 7);
	background: #fffef9;
}
#cmsDevelopmentSolutions .cms-development-solutions-content .cms-development-solutions-sec >div:hover img {
	transform: translateY(-6px);
	box-shadow: 0px 7px 4px antiquewhite;
}
#hms1 .hms-content .hms-sec:hover::after {
  width: 100%;
}
#hms3 .hms-sec:hover {
	border: 1px solid #6cd1ff;
	box-shadow: 1px 0 20px #ccc;
	background: #f4fcff;
	background-image: linear-gradient(-225deg,#fffeff 0%,#f4fcff 100%);
}
#hms3 .hms-sec{
	background: #fff;
	border-radius: .7em;
	border: 1px solid #ddd;
	transition: all 0.3s ease-out 0s;
}
#hms4 .hms-content .hms-sec:hover::after {
	height: 39%;
  opacity: 1;
}
#hms4 .hms-content .hms-sec:hover p {
	position: relative;
  color: white;
  z-index: 99;
}
#erpAndCrm2 .hms-sec:hover {
	border: 1px solid #6cd1ff;
	box-shadow: 1px 0 20px #ccc;
	background: #f4fcff;
	background-image: linear-gradient(-225deg,#fffeff 0%,#f4fcff 100%);
}
#erpAndCrm2 .hms-sec{
	background: #fff;
	border-radius: .7em;
	border: 1px solid #ddd;
	transition: all 0.3s ease-out 0s;
}
#erpAndCrm1 .erpAndCrm1-content .sec-1:hover, #erpAndCrm1 .erpAndCrm1-content .sec-2:hover, #erpAndCrm1 .erpAndCrm1-content .sec-3:hover, #erpAndCrm1 .erpAndCrm1-content .sec-4:hover, #erpAndCrm1 .erpAndCrm1-content .sec-5:hover, #erpAndCrm1 .erpAndCrm1-content .sec-6:hover {
	margin-left: 2em;
}
#erpAndCrm3 .erpAndCrm3-sec:hover{
	background: #1e81ce;
  border-radius: 10px;
  box-shadow: 0px 3px 3px #4c42a3;
}
#erpAndCrm4 .erpAndCrm4-sec:hover{
	background: white;
	border: 1px solid #60a8ff;
}
#liveChatSoftware1 .section:hover > div {
	transition: all 0.3s ease-out 0s;
}
#liveChatSoftware1 .section:hover svg {
	transform: translateY(0);
}
#liveChatSoftware1 .section:hover .transform {
	transform: translateY(0);
}
#liveChatSoftware1 .section:hover svg .st0{
	fill: #fff;
}
#liveChatSoftware1 .section:hover > div {
	background: #ffbc00;
}
#liveChatSoftware1 .section:hover h2, #liveChatSoftware1 .section:hover p {
	color: #fff;
}

#msg {
	width:100%;
	position:fixed;
	left:0;
	height:auto;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	z-index:999999;
	padding:0.75em 2%;
	-webkit-box-shadow: 1px 2px 7px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 2px 7px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 2px 7px 3px rgba(0,0,0,0.5);
	transition:top 350ms ease-in;
}

#msg div {
	float:left;
}

#msg #text {
	width:95%;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size:1.15em;
}

#msg #text span.icon {
	display:inline-block;
	float:left;
	width:2%;
}

#msg span.anim li {
  display: inline;
}

#msg #text span.anim {
	margin-left:1.5%;
    animation-duration: 0.1s;
    animation-iteration-count: 3;
	float:left;
	display:inline-block;
	width:96.5%;
}

#msg #close {
	width:5%;
	text-align:right;
	font-size:1.25em;
	color:red;
	cursor:pointer;
}

#msg #close:hover {
	text-shadow:0px 0px 0.25em rgba(255, 0, 0, 0.5);
}

#msg .success {
	color:#00a859;
}

#msg .error {
	color:#fa0b0b;
}