/*PAGINATION DESIGN*/

ul.pagination li a, ul.pagination li span {
    width: 35px;
    height: 35px;
    background: #ed1e791a;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 0px 5px;
    transition: all .3s;
    color: #000;
    display: inline-block;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a:hover {
    color: #000 !important;
}

ul.pagination {
    display: inline-block;
    margin: 0 auto;
}

ul.pagination li.active span {
    background: #ed1e79;
    color: #fff;
    cursor: no-drop;
}

.page-center {
    text-align: center;
}

/*PAGINATION DESIGN ENDS*/


.gocover {
    display:none;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.recent-post-widget .post-list li .post .post-img {
    max-width: 100px;
}
.forgot-header {
    background-color: #ed1e79;
    padding: 15px 30px;
}

.forgot-header h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
 }
/* PRELOADER CSS ENDS*/


/* INFO SECTION CSS START*/
.info-section {
    background-color: #ecf0f1;
}

.info-section h2.title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 40px 5px;
    color: #193b94;
}

.info-section ul.social-links li {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid transparent;
    margin-right: 15px;
    transition: .5s;
}

.info-section .contact-infos {
    padding: 30px 40px 30px;
}

.info-section ul.social-links {
    padding: 0px 40px 30px;
}
.info-section ul.social-links li a {
    color: #fff;
    display: block;
    border-radius: 0;
    transition: .5s;
}

.info-section ul.social-links li a:hover {
    border-radius: 50%;
}

.info-section ul.social-links li a.facebook {
    background-color: #507cbe;
}

.info-section ul.social-links li a.twitter {
    background-color: #00abef;
}

.info-section ul.social-links li a.instagram {
    background-color: #C13584;
}

.info-section ul.social-links li a.google {
    background-color: #d93e2d;
}

.info-section ul.social-links li a.linkedin {
    background-color: #0077B5;
}

.info-section ul.social-links li a.dribble {
    background-color: #ea4c89;
}

.info-section .txt strong {
    color: #193b94;
}

.info-section .single-contact {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.info-section .single-contact .icon-wrapper i {
    font-size: 24px;
    color: #fff;
    transform: scale(1, 1);
    transition: .5s;
}

.info-section .single-contact:hover .icon-wrapper i {

  transform: scale(1.3, 1.3);
}

.info-section .single-contact .icon-wrapper {
    padding-top: 4px;
    width: 60px;
    height: 60px;
    background-color: #000;
    line-height: 59px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.info-section .single-contact .txt {
    flex: 1;
}
/* INFO SECTION CSS END*/

.hero-area .content .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}
.hero-area .content .sub-title {
    font-size: 22px;
}
.serch-area .content .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}
