.zoho-creator-content:hover, .zoho-sites-content:hover, .zoho-one-content:hover, .zoho-crm-content:hover{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

 @media(min-width: 992px) {
.theme-header-fixed .theme-header.zpdark-header-portion .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
li.theme-menu-selected a:after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    background: #301e69;
    border-radius: 100%;
    z-index: -1;
    left: 7px;
}
li.theme-menu-selected a:before {
    content: "";
    height: 35px;
    width: 35px;
    position: absolute;
    background: #5a39bf;
    border-radius: 100%;
    z-index: -1;
    left: 0px;
}
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}





/* Homepage banner Styles Starts */
.zphero .zsslider-arrows-container .zsslider-arrow-right, .zphero .zsslider-arrows-container .zsslider-arrow-left, .zphero .zsslider-controller-container{
	display:none !important;
}

.banner-header-line h2{
	margin:0px !important;
    line-height:1.5 !important;
}
.banner-p{
	margin:0px !important;
}
.banner-button{
	margin-top:20px !important;
}
.banner-button a:hover{
	box-shadow:unset !important;
    transform:scale(1.03);
    transition:0.2s ease-in all;
}
/* Homepage Banner Style Ends */


/* Privacy Policy Start */
#zsmsg-policy div{
	width:340px !important;
    margin:auto;
    bottom: 15px !important;
    left: 15px !important;
    background: #0e072a !important;
    box-shadow: none !important;
    text-align: center;
    padding: 25px !important;
    color: #c1b3ff;
}
#zsmsg-policy div .zpbutton{
    padding: 3px 10px;
    margin-left: 8px;
    height: 40px;
    width: 59%;
    margin-top: 20px;
    background: #ff1d45;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bolder;
}
/* Privacy Policy Ends */



/* Get Quote Form Start */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.footer-container .zpdivider-common:after{
	border-width: 1px 0 0 !important;
}
#overlay{
	text-align:center;
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y:scroll;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 999999; /* Specify a stack order in case you're using a different order for other elements */
    //cursor: pointer; /* Add a pointer on hover */
}
#overlay form{
	width: 45%;
    margin: auto;
    padding: 15px 75px;
    display: inline-block;
    //text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    background:url("/pattern.jpg") no-repeat;
    background-size:contain;
    background-position:bottom;
    background-color: white;
}
#overlay ul{
	list-style:none;
    padding:0px !important;
}
#overlay ul li{
	list-style:none;
    padding:10px 0 !important;
}
#overlay .zpform-field-container input, #overlay .zpform-field-container textarea, #overlay .zpform-field-container select{
	padding: 15px 5px;
    margin-left: 35px;
    width: 85% !important;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    display: initial;
    background: #ffffff85;
    font-size: 16px;
    opacity: 0.9;
}
#overlay .zpform-field-container input:focus, #overlay .zpform-field-container textarea:focus, #overlay .zpform-field-container select:focus{
	border-bottom: 1px solid #2196F3;
    background: #fafffa;
}
#overlay .zpform-field-container select{
	height:50px !important;
    color:#bdbdbd;
}
#overlay .zpform-field-container{
	max-width:100% !important;
    width:100%;
}
#overlay .zpform-label-container{
	//display:none;
    position:absolute;
}
#overlay textarea{
    border:none;
 	border-bottom: 1px solid #f7f7f7;
}
#overlay .zpform-button input[type="submit"]{
	background: #7ac15f;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 30px;
    transition:all 0.4s ease-in;
    font-family: "Source Sans Pro", sans-serif;
    margin:0px !important;
    width: 160px !important;
    padding: 10px 20px 10px 20px;
}
#overlay .zpform-button input[type="reset"]{
display:none;
}
#overlay .zpform-button input[type="submit"]:hover{
	background:#68a252;
}
#overlay .zpform-button{
	padding-bottom: 110px;
}
#overlay form ul li .zpform-field-container:before{
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: inherit;
    z-index: 9999;
    margin: 10px 0px;
}
#overlay form ul li:nth-child(1) .zpform-field-container:before{background: url(/name.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(2) .zpform-field-container:before{background: url(/email.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(3) .zpform-field-container:before{background: url(/phone.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(4) .zpform-field-container:before{background: url(/budget.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(5) .zpform-field-container:before{background: url(/location.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(6) .zpform-field-container:before{background: url(/message.png) no-repeat;background-size: cover;background-position: center;}
#overlay ul li:nth-child(7) .zpform-field-container:before{background: url(/desc.png) no-repeat;background-size: cover;background-position: center;}

#overlay .zpform-label-container label{
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

#overlay .zpform-label-container label{
	display: block;
    margin-left: 63px;
    margin-top: -15px;
    position: absolute;
    margin-top: 12px;
    color: #383838;
    font-size: 18px;
    font-weight: normal;
}
.focused label{
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
  font-size: 15px !important;
    font-weight:lighter !important;
  color:#2196F3 !important;
}
.focused + input, .focused + textarea{
opacity:1 !important;
}
#overlay .header-line{
	padding: 25px 10px 10px 10px;
    font-weight: bolder;
    font-size: 25px;
    font-family: "Source Sans Pro", sans-serif;
    color: #404040;
}
.closer{
	font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    color: #ccc;
    position: fixed;
    right: 27px;
    top: 25px;
    z-index: 1200;
    clear: both;
    transition:all 0.3s ease-in;
}
#overlay .divider-line{
	width: 5%;
    margin: auto;
    background: #ff5876;
    height: 1px;
    margin-bottom: 30px;
    transition: width 0.5s ease-in;
    border: none;
}
#overlay form:hover .divider-line{
    width: 10%;
	transition: width 0.5s ease-in;
}
#overlay .closer:hover{
	transform:scale(1.5);
    transition:all 0.3s ease-in;
    color:white;
}
#overlay .zpform-field-container input[formcompid="3589802000000024041"]+label{
	display:none;
}
#overlay form ul li:nth-child(4){
	display:none;
}
#overlay form ul li:nth-child(5){
	display:none;
}
#overlay form ul li:nth-child(6){
	display:none;
}
.myBtn div a{
   pointer-events: all;
   cursor: default;
}


/* Get Quote Form Ends */