/* Header */
.header-container-ankey{
	position: absolute;
	width: 100%;
}
@media (min-width: 1014px){
.header-ankey ul li:last-child {
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #9F0B3C;
		margin: 0 0 0 10px;
		border-radius: 50px;
} 

.header-ankey ul li:last-child a {
  margin: 0;
} 
	
	.wpcf7-list-item{
		margin: 0;
	}

.header-ankey ul li:last-child:hover{
    background: #9F0B3C;
    transition: 0.5s;
}

.header-ankey ul li:last-child a:hover{
    color: white !important;
}
}

/* Floting circle  */
.floting-circle-ankey {
        animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(-20px, -30px); }
    100%   { transform: translate(0, -0px); }   
}





.contact-page-reqt label {
    width: 100%;
}

.contact-page-reqt input, .contact-page-reqt textarea {
    font-size: 18px;
    font-family: 'Montserrat';
    border-radius: 0 !important;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #9F0B3C;
	
}

.contact-page-reqt input:focus, .contact-page-reqt textarea:focus{
	outline: none;
}

.contact-page-reqt input.wpcf7-submit {
	border: 1px solid;
    border-radius: 20px !important;
    padding: 10px 35px;
    color: #9F0B3C;
    border-color: #9F0B3C;
}

.contact-page-reqt input.wpcf7-submit:hover{
	background-color: #9F0B3C; 
	color: white;
}

.form-two-column p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-page-reqt .form-two-column label {
    width: 48%;
}

.dropdown-container p {
    width: 48%;
}

.dropdown-container label {
    width: 100% !important;
}

.dropdown-container span {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.form-two-column.dropdown-container {
    display: flex;
    justify-content: space-between;
}

.dropdown-container select#service-selction-menu {
    margin: 0;
    border-color: red;
    font-size: 18px;
    font-family: 'Montserrat';
    border: none;
    border-bottom: 1px solid #9F0B3C;
    border-radius: 0;
    padding: 10px 0;
}

@media only screen and (max-width: 767px){
	.form-two-column p {
    flex-direction: column;
}
	.contact-page-reqt .form-two-column label{
		width: 100%;
	}
	.dropdown-container p{
		width: 100%;
	}
	.form-two-column.dropdown-container {
    flex-direction: column;
}
	.dropdown-container select#service-selction-menu {
    margin: 10px 0 0 0;
}
}



.cursor {
    z-index: 1000000;
    width: 40px;
    height: 40px;
    border: 1px solid #9F0B3C;
    border-radius: 50%;
    position: absolute;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
}

.texthover{
    border-radius: 30%;
}

.cursor::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 8px solid #9F0B3C87;
    border-radius: 50%;
    opacity: .5;
    top: -1px;
    left: -1px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes linksover {
    from {
        transform: scale(2);
    }
    to {
        transform: scale(2.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid  #9F0B3C;
}

.linkhover{
    transition-timing-function: ease-out;
    animation: linksover .5s infinite alternate;
    pointer-events: none;
}

.inputname {
    content: 'name';
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: 1px solid #9f0b3c;
    border-radius: 20px;
    margin: 0 0 0 40px;
}

.cursoroverinput {
    border: none;
    width: auto;
    height: auto;
}





