﻿
.Pagination a, .Pagination span span {
        position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 8px 5px;
    height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    min-width: 40px;
    border: 2px solid #e0e0e0;
    background: none;
    color: #cdcdcd;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.Pagination span span {
    color: #e45b1f;
    border-color: #e45b1f;
    background: none;
}



.home-icon-box .icon-box-rounded {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 8px auto 8px;
    font-style: normal;
    line-height: 40px;  
    background:rgba(255,255,255, 0.33);
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    text-align:center;
}
.home-icon-box .icon-box-rounded i{
  
    font-size: 35px;
}
.home-icon-box  p{
  
    font-size: 16px;
     color: #fff;
     text-align:center;
     font-weight: bold;
}


.mt-10 {
    margin-top:10px;
}
.mb-10 {
    margin-bottom:10px;
}


/* xs */
@media (max-width: 767px) {
}


/* XS Portrait */
@media (max-width: 479px) {

    .home-icon-box .icon-box-rounded {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
       
    }


}


.header-area
{

    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width:100%;
}

.country-list {
    position: absolute;
    top: 520px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    /*max-width: 1110px;*/
    padding: 30px 15px 15px;
    background: rgb(33 32 33 / 45%);
}

.home-banner-area.home-style-three {
        height: 800px;
    }

@media only screen and  (max-width: 991px) {
    .header-area
    {
        position:relative;
        background: #343a40;
    }
    
   
}


/*.navbar  img
{
    width:124px;
}

*/


.contact-section .contct-form
{
    /*max-width: 600px;*/
    margin: auto;
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 29px 0 rgb(102 102 102 / 10%);
    box-shadow: 0 0 29px 0 rgb(102 102 102 / 10%);
}


.offers-section .item-single .content .social-link i
{
    margin-right: 0px;
}








@media only screen and (max-width: 767px) {

    .country-list {
        position:relative;
        bottom: 0px;
        background: #343a40;
         top: 0px;
    }
    .home-banner-area.home-style-three {
        height: 350px;
    }


}
/*
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .home-banner-area.home-style-three {
        height: 600px;
    }

    
}*/




.social-link a {
    display: inline-block;
    text-align: center;
    background: #fff;
    color: var(--main-first-color);
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}




											
.client-img .item-card-text.item-card-text-footer {
    background: rgba(40, 40, 52, 0.45);
    bottom: 0;
    top: auto;
    text-align: left;
    padding: 15px 25px;
}





/* Animation property */
.demo-icon {
  animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}





.contact-icon-call {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 1;
}

.contact-icon-call i {
    padding: 12px;
    color: #fff;
    background-color: var(--main-first-color);
    font-size: 25px;
    border-radius: 50%;
}

.contact-icon-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.contact-icon-whatsapp i {
    padding: 12px;
    color: #fff;
    background-color: #25D366;
    font-size: 25px;
    border-radius: 50%;
}












.selections .border
{
    border-radius: 50%;
    margin: 20px;
    box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%);
}


.bg-YPyellow{
    background:#ffeb2b;
}




@-webkit-keyframes argh-my-eyes {
    0%   { background-color: #ffd743;color:#000; }
    49% { background-color: #ffd743;color:#000; }
    50% { background-color: #000;color:#fff; }
    99% { background-color: #000;color:#fff; }
    100% { background-color: #ffd743;color:#000; }
  }
  @-moz-keyframes argh-my-eyes {
    0%   { background-color: #ffd743;color:#000; }
    49% { background-color: #ffd743;color:#000; }
    50% { background-color: #000;color:#fff; }
    99% { background-color: #000;color:#fff; }
    100% { background-color: #ffd743;color:#000; }
  }
  @keyframes argh-my-eyes {
    0%   { background-color: #ffd743;color:#000; }
    49% { background-color: #ffd743;color:#000; }
    50% { background-color: #000;color:#fff; }
    99% { background-color: #000;color:#fff; }
    100% { background-color: #ffd743;color:#000; }
  }
  .btn-blink {
  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation:    argh-my-eyes 1s infinite;
  animation:         argh-my-eyes 1s infinite;

}



 
@-webkit-keyframes argh-my-eyes-blue {
    0%   { background-color: #0666c3; }
    49% { background-color: #0666c3; }
    50% { background-color: #000; }
    99% { background-color: #000;}
    100% { background-color: #0666c3;}
  }
  @-moz-keyframes argh-my-eyes-blue {
    0%   { background-color: #0666c3;}
    49% { background-color: #0666c3; }
    50% { background-color: #000;}
    99% { background-color: #000; }
    100% { background-color: #0666c3;}
  }
  @keyframes argh-my-eyes-blue {
    0%   { background-color: #0666c3; }
    49% { background-color: #0666c3; }
    50% { background-color: #000;}
    99% { background-color: #000;}
    100% { background-color: #0666c3;}
  }
  .btn-blink-blue {
  -webkit-animation: argh-my-eyes-blue 1s infinite;
  -moz-animation:    argh-my-eyes-blue 1s infinite;
  animation:         argh-my-eyes-blue 1s infinite;
  color:#fff;

}
