/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 06:50:46 */
/* Sticky Header */
.header {
    position: fixed;
    top: 0;
    z-index: 999;
}


.breadcurm ul {
    color: #fff !important;
}
.breadcurm li.d-inline.active {
    color: #fff !important;
}
.breadcurm h1
{
    color:#fff !important; 
}



/*  */
.btn-blue .elementskit-btn {
background:linear-gradient(290deg,#08a4e5 0%,#0fb78e 120%);
color:#fff;padding:12px 24px;border:0;border-radius:6px;cursor:pointer;
transition:.4s;position:relative;overflow:hidden;
box-shadow:0 6px 15px rgba(0,0,0,.15)
}

.btn-blue .elementskit-btn :hover{
transform:translateY(-3px) scale(1.05);
background:linear-gradient(290deg,#0fb78e 0%,#08a4e5 120%);
box-shadow:0 12px 25px rgba(0,0,0,.25)
}

.btn-blue .elementskit-btn :before{
content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;
background:rgba(255,255,255,.25);transform:skewX(-20deg);transition:.5s
}

.btn-blue .elementskit-btn :hover:before{left:130%}



/* Apply to your image */
.img-float img {
  animation: floatUpDown 3s ease-in-out infinite;
  display: inline-block;
}

/* Keyframes for smooth movement */
@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px); /* move up */
  }
  100% {
    transform: translateY(0px); /* back down */
  }
}



.bix .item-single
{
    height: 390px !important;
}
 .highlight .tag
{
    color: #0F5FE2 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
}
.whtile p, i
{
    color:#fff;
}
 
.whtile .tag
{    color: #fff !important;
}

.whtile .image
{

    box-shadow: none !important;
}


.whtile .lazy-container
{
    background: none !important;
}


.grd-color .item-single.bg-blue {
    background-color: #1f8ded;
    background: linear-gradient(290deg, rgba(8, 164, 229, 1) 0%, rgba(15, 183, 142, 1) 120%);

    position: relative;
    overflow: hidden;

    transition: all 0.5s ease;
    transform: translateY(0) scale(1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

/* Hover: lift + color shift */
.grd-color .item-single.bg-blue:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);

    background: linear-gradient(290deg, rgba(15, 183, 142, 1) 0%, rgba(8, 164, 229, 1) 120%);
}

/* Animated glow overlay */
.grd-color .item-single.bg-blue::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%);
    transform: rotate(25deg);
    opacity: 0;
    transition: all 0.6s ease;
}

.grd-color .item-single.bg-blue:hover::before {
    opacity: 1;
    transform: rotate(0deg);
}

/* Text animation */
.grd-color .item-single.bg-blue h1,
.grd-color .item-single.bg-blue h2 {
    transition: all 0.4s ease;
}

.grd-color .item-single.bg-blue p {
    transition: all 0.4s ease;
    opacity: 0.9;
}

.grd-color .item-single.bg-blue:hover h1,
.grd-color .item-single.bg-blue:hover h2 {
    transform: translateX(6px);
    color: #ffffff;
}

.grd-color .item-single.bg-blue:hover p {
    opacity: 1;
    transform: translateX(4px);
}


@media screen and (max-width: 767px)
{
	.choose-area .item-single 
{
    background-color:#ffffff00 !important;
}
	
}


/* Form */

.wpcf7 form.sent .wpcf7-response-output {
    color: green;
    text-align: center;
    font-size: 20px;
}

.contact-area form .wpcf7-not-valid-tip {
    color: #ff0000;
}



 .icons .contact-area.contact-6 .item-single .icon {
      background: linear-gradient(290deg, #08A4E5 0%, #0FB78E 120%) !important;
}


.custom-contact-form {
    width: 100%;
}

.custom-contact-form .form-group {
    margin-bottom: 25px;
}

.custom-contact-form .form-control {
    width: 100%;
    height: 58px;
    padding: 14px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
    color: #222;
    transition: all 0.3s ease;
    box-shadow: none;
}

.custom-contact-form textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 18px;
}

.custom-contact-form .form-control:focus {
    border-color: #08A4E5;
    box-shadow: 0 0 0 4px rgba(8, 164, 229, 0.12);
    outline: none;
}

.custom-contact-form .primary-btn {
    display: inline-block;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(290deg, #08A4E5 0%, #0FB78E 120%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-contact-form .primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(8, 164, 229, 0.25);
}

/* Responsive */
@media (max-width: 767px) {
    
    .custom-contact-form .form-control {
        height: 52px;
        font-size: 15px;
    }

    .custom-contact-form textarea.form-control {
        height: 140px;
    }

    .custom-contact-form .primary-btn {
        width: 100%;
        padding: 14px 20px;
    }
}    

/* Form */

.carasual .sponsor-slider div.slider-item > img {
    max-width: 170px !important;
    opacity: 0.5;
    filter: grayscale(2);
}
.carasual .sponsor-slider div.slider-item > img:hover {
    opacity: 9;
    filter: grayscale(0);
}