/*
Theme Name: MIDA
Author: Asim Hameed
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0 
*/


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: 'Kepler-Std';
    src: url('./assets/fonts/KeplerStd-Regular.eot');
    src: url('./assets/fonts/KeplerStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/KeplerStd-Regular.woff2') format('woff2'),
        url('./assets/fonts/KeplerStd-Regular.woff') format('woff'),
        url('./assets/fonts/KeplerStd-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: #fff;
    color: #161616;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 0;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 32px;
    line-height: 40px;
    color: #161616;
    font-weight: 700;
     font-family: 'Kepler-Std';
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #161616;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

a:hover {
    color: #000;
    text-decoration: none;
}

button:focus {
    outline: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:not([href]):not():focus,
a:not([href]):not():hover,
a:not([href]):not([tabindex]) {
    color: #414042;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

textarea {
    resize: none;
    width: 100% !important;
}

img {
    max-width: 100%;
}

.theme-color {
    color: #161616;
}

.theme-btn {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 4px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #161616;
    border: 0;
}

.theme-btn:hover {
    color: #161616;
    background-color: #fff;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__top {
    background: #161616;
    padding: 13px 0 12px;
}

.header__top p,
.header__top a {
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.carousel-caption {
    right: unset;
    left: 0;
        top: 135px;
    width: 100%;
}

.carousel-caption .container {
    padding: 0;
}

.carousel-caption-wrap {
    max-width: 620px;
}

.carousel-caption h5 {
    font: normal normal bold 32px/40px Kepler-Std;
    letter-spacing: 0px;
    color: #161616;
    text-align: left;
}

.carousel-caption p {
    text-align: left;
    font: normal normal normal 18px/32px Poppins;
    letter-spacing: 0px;
    color: #161616;
}

.carousel-caption.text-white h5 {
    color: #fff;
}

.carousel-caption.text-white p {
    color: #fff;
}

.carousel-indicators {
    bottom: unset;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
      top: 120px;
}

.carousel-indicators [data-bs-target] {
    background: #A9A9A9 0% 0% no-repeat padding-box;
    border-radius: 12px;
    width: 24px;
    height: 11px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    border: 0;
}

.carousel-indicators [data-bs-target]:nth-child(2).active, 
.carousel-indicators [data-bs-target]:nth-child(3).active
 {
    background: #fff;
}

.carousel-indicators [data-bs-target].active {
    background: #161616 0% 0% no-repeat padding-box;
    width: 50px;
}

.section-title {
    text-transform: uppercase;
    font: normal normal bold 18px/40px Poppins;
    color: #161616;
    margin-bottom: 16px;
}

.agency {
    text-align: center;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    max-width: 1088px;
    margin: -88px auto 0;
    transition: 0.5s;
}
.agency.active {background-color: #000;}
.agency.active .section-title, .agency.active h1 { color: white; }
.agency .section-title { margin-bottom: 0px; }
.agency a { background-color: #000; padding: 10px 25px; border-radius: 5px; font-size: 14px; line-height: 17px; margin-top: 5px; display: inline-block; color: white !important; font-family: "Poppins", sans-serif; font-weight: 700; }
.agency.active a { color: #000 !important; background-color: #F5F5F5; }
.agency h5 { color: #000; font-size: 24px; font-weight: 700; margin: 0; padding: 20px 0 0 0; }
.agency.active h5 { color: white; }

.calltoaction__content .theme-btn { color: #F5F5F5;  animation: blinkingBackground 2s infinite; }
@keyframes blinkingBackground{
    0%		{ background-color: #F5F5F5;}
    50%		{ background-color: #333333; color: #F5F5F5;}
    100%	        { background-color: #F5F5F5;}
}




.abt { padding: 85px 0;}

.abt__content h2 {
    margin-bottom: 16px;
}

.abt__img {
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	    justify-content: end;
}

.abt:nth-child(odd) .abt__img {
   justify-content: start;
}

.calltoaction {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 185px 0;
}

.calltoaction__content {
    max-width: 609px;
}

.calltoaction__content h3 {
    margin-bottom: 16px;
        color: #fff;
}

.calltoaction__content p {
    margin-bottom: 50px;
    max-width: 485px;
        color: #fff;
}

.calltoaction__content .theme-btn {
    min-width: 199px;
        background-color: #fff;
    color: #161616;
}

.services {
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .services .container {
        max-width: 1095px;
    }
}

.services .nav-item {
    margin: 0 10px;
}

.services .nav-link {
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #161616;
    padding: 4px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}

.services .nav-link:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 17px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services .nav-link.active {
    background-color: #E7E8EC;
    font-weight: 700;
    color: #161616;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services .nav-link.active:after {
    border-top-color: #E7E8EC;
}

.services__cotent {
    text-align: center;
     padding-top: 15px;
}

.services__cotent h4 {
      max-width: 932px;
    margin: 0 auto 30px;
        text-transform: capitalize;
}

.services__cotent p {
    max-width: 932px;
    margin: auto;
}

.services__cotent__service {
    margin-top: 70px;
}

.service {
    margin-bottom: 40px;
}

.service__img {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
        margin-left: auto;
    margin-right: auto;
}

.service__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.service h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.contact {
    padding: 49px 0 65px;
        background-color: #161616;
}

.contact__title {
    margin-bottom: 24px;
}

.contact__title h5 {
    text-transform: capitalize;
    font: normal normal bold 24px/40px Kepler-Std;
    margin-bottom: 0;
    color: #fff;
}

.contact textarea.form-control {
    min-height: 112px;
}

.form-control {
    border: 1px solid #E7E8EC;
    border-radius: 12px;
    padding: 11px 19px;
    color: #161616;
}

.form-control:focus {
    border-color: #161616;
}

.sbt__btn {
    text-align: right;
}

.sbt__btn .theme-btn {
    min-width: 334px;
        background-color: #fff;
    color: #161616;
}

.contact .wpcf7-response-output{
    color: #fff;
}
@media (min-width: 1440px) {
    .footer .container {
        max-width: 1500px;
    }
}

.footer__top {
    background: #E7E8EC;
    padding: 69px 0 79px;
}

.footer__bottom {
    background: #161616;
    padding: 15px 0;
}

.footer__bottom p {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.footer__basic__info:not(:last-child) {
    margin-bottom: 10px;
}

.footer__basic__info h6 {
    font: normal normal normal 16px/32px Poppins;
    color: #161616;
    margin-bottom: 0;
}

.footer__basic__info p,
.footer__basic__info a {
    font: normal normal normal 16px/25px Poppins;
    font-weight: 700;
    display: block;
}

.footer__subscribe {
    max-width: 504px;
    margin-left: auto;
}

.footer__subscribe h6 {
    font: normal normal normal 16px/25px Poppins;
    font-weight: 700;
    margin-bottom: 6px;
}

.footer__subscribe p {
    font: normal normal normal 16px/24px Poppins;
}

.footer__subscribe form {
    margin-top: 0;
}

.footer__subscribe form .form-control {
    border-radius: 4px;
    border-color: #5A5A5A;
    padding: 7px 19px;
    background-color: transparent;
}

.footer__subscribe form .theme-btn {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    padding: 7px 16px;
    height: 100%;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.socials li {
    margin: 0 16px;
}

.socials li a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar {
    background-color: #fff;
    padding: 0;
}
.navbar-nav .nav-item .nav-link{
    font-size: 16px;
    color: #707070;
    transition: 0.5s ease;
    padding: 40px 20px;
        min-width: 120px;
    text-align: center;
}
.navbar-nav .nav-item .nav-link.active{font-weight: 700;    background: #F5F5F5; color: #161616}
.navbar-nav .nav-item .nav-link:hover{
font-weight: 700;
color:#161616
}
.inputsub {
    width: calc(100% - 137px);
}

#inquiry .modal-content {
    background-color: #F5F5F5;
    border-radius: 12px;
}

.btn-close {
    opacity: 1;
    position: absolute;
    position: 12px;
    width: 66px;
    right: -33px;
    top: -33px;
    background: #fff;
    height: 66px;
    border-radius: 50%;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
	    z-index: 9;
}

.btn-close:hover {
    opacity: 1;
}

.inquirypop {
    padding: 36px;
}
.inquirypop .contact__title h5{
    color: #161616;
}
.inquirypop .wpcf7-spinner {
    display: none;
}
.inquirypop .sbt__btn .theme-btn {
    min-width: 334px;
    background-color: #161616;
    color: #fff;
}
#topButton {
  display: inline-block;
  background-color: #161616;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
    bottom: 65px;
    right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#topButton::after {
  content: "\f106";
 font-family: "Font Awesome 5 Free";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topButton:hover {
  cursor: pointer;
  background-color: #161616;
}
#topButton:active {
  background-color: #161616;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

.contact .wpcf7-spinner{
display: none;
}

.abt__imgs{
    position: relative;
    width: 538px;
    margin-left: auto;
    height: 333px;
}
.whoimgone{
    position: absolute;
    bottom: 0;
    left: 0;
}
.whoimgtwo{
    position: absolute;
    left: 32px;
    top: 0;
}
.whoimgthree{
    position: absolute;
    right: 0;
    bottom: 36px;
}

.abt__imgwhat{
    position: relative;
    width: 534px;
    margin-right: auto;
    height: 416px;
}

.whatimgone{
    position: absolute;
right: 0;
    top: 36px;
}
.whatimgtwo{
    position: absolute;

    left: 0;
    top: 0;

}
.whatimgthree{
    position: absolute;
    right: 110px;
    bottom: 0;
}
.abt__imghow{
    position: relative;
    width: 499px;
    margin-left: auto;
    height: 408px;
}
.howimgone {
    position: absolute;
    left: 0;
    top: 0;
}
.howimgtwo {
    position: absolute;

    right: 0;
    top: 60px;

}
.howimgthree {
    position: absolute;
    left: 140px;
    bottom: 0;
}

.Page404{
    height: calc(100vh - 147px);
    text-align: center;
    display: flex;
    align-items: center;
}
.Page404__content{
        max-width: 620px;
    margin: auto;
}
.Page404__content h1{
    letter-spacing: 0px;
color: #161616;
text-transform: capitalize;
opacity: 1;
margin: 56px 0 24px;
}
.Page404__content p{
letter-spacing: 0px;
color: #161616;
opacity: 1;
}
@media (max-width: 1601px){
.carousel-caption h5{
font-size: 28px;
line-height: 32px;
}
.carousel-indicators {
   top: 50px;
}
.carousel-caption {
    top: 60px;}
}
.socials li img{
    max-width: 95px;
	height: auto;
}


@media (max-width: 1440px) {
    .carousel-item {
        height: 550px;
    }

    .carousel-item img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .carousel-caption-wrap {
        max-width: 560px;
    }
}

@media (max-width: 1200px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 24px;
        line-height: 1.3;
    }

    p {
        font-size: 17px;
        line-height: 1.5;
    }

    .section-title {
        font: normal normal bold 16px/20px Poppins;
    }

    .service h5 {
        font-size: 18px;
        line-height: 1.3;
    }

    .footer__subscribe form .theme-btn {
        height: 40px;
        margin-top: 16px;
    }
}

@media (max-width: 991px) {

    .header__top p,
    .header__top a {
        font: normal normal normal 14px/25px Poppins;
    }

    .carousel-caption h5 {
        font: normal normal bold 24px/30px Poppins;
    }

    .carousel-caption p {
        text-align: left;
        font: normal normal normal 16px/24px Poppins;
    }

    .carousel-caption-wrap {
        max-width: 470px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 22px;
        line-height: 1.3;
    }

    .abt__img {
        text-align: center;
        margin-bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .calltoaction {
        padding: 100px 0;
    }

    .calltoaction__content {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .header__top {
        text-align: center;
    }

    .carousel-item {
        height: 460px;
    }

    .carousel-indicators {
        top: 100px;
    }

    .carousel-caption {
        top: 110px;
    }

    .abt {
        padding: 55px 0;
    }

    .services {
        padding: 65px 0;
    }

    .services__cotent {
        text-align: center;
        padding-top: 40px;
    }

    .footer__basic {
        margin-bottom: 30px;
    }

    .footer__subscribe {
        margin-left: 0;
        max-width: 100%;
    }

    .footer__bottom {
        text-align: center;
    }

    .footer__bottom .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer__subscribe form .theme-btn {
        margin-top: 0;
    }

    .contact__title h5 {
        text-transform: capitalize;
        font: normal normal bold 20px/30px Poppins;
    }

    .services .nav-link:after {
        display: none;
    }

    .services .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 10px;
    }

    .services .nav-link {
        width: 100%;
    }

    .abt__img {
        display: block;
    }
}

@media (max-width: 576px) {
    .header__top p span {
        display: none;
    }

    .header__top a {
        font-weight: 700;
    }

    .header__top {
        background: #161616;
        padding: 8px 0 8px;
    }

    .navbar-brand {
        max-width: 150px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption .container {
        padding: 0 12px;
    }

    .agency {
        border-radius: 10px;
        padding: 20px;
        margin: -81px auto 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 1.3;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    .calltoaction {
        padding: 70px 0;
    }

    .service {
        text-align: center;
    }

    .service h5 {
        text-align: center;
    }

    .service__img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer__subscribe form .theme-btn {
        margin-top: 16px;
    }

    .inputsub {
        width: 100%;
    }

    .footer__top {
        padding: 50px 0;
    }

    .footer__bottom p {
        font-size: 14px;
    }

    .carousel-item:after {
        content: '';
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .carousel-caption {
        z-index: 1;
    }

    .carousel-caption h5 {
        color: #fff !important;
    }

    .carousel-caption p {
        color: #fff !important;
    }

    .carousel-caption h5 {
        font: normal normal bold 20px/28px Poppins;
    }

    .carousel-caption {
        top: 55px;
    }

    .btn-close {
        width: 40px;
        right: -20px;
        top: -20px;
        height: 40px;
    }

    .inquirypop {
        padding: 20px;
    }

    .sbt__btn .theme-btn {
        min-width: 100%;
    }

    .modal-dialog {
        margin: 1.1rem;
    }
    .abt__imgs, .abt__imgwhat, .abt__imghow {
    width: 100%;
}
.abt__imgs, .abt__imgwhat, .abt__imghow {}
    .carousel-caption h5 br, .carousel-caption p br, .abt__content h2 br{
  display: none;
  }
  .carousel-item {
    height: 410px;
}
.navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
}

.inquirypop .sbt__btn .theme-btn {
    min-width: 100%;}
    
    .carousel-item img {
    object-position: 65% 60%;
}
.agency {
    margin: -53px auto 0;

}
.carousel-item {
    height: calc(100vh - 140px);
}
.carousel-caption {
    top: 185px;
}
}

/*# sourceMappingURL=style.css.map */




    

.team-section { margin: 100px 0; }
.team-section .headarea { text-align: center; margin-bottom: 50px; }
.team-section .teambox {position: relative;overflow: hidden; margin-top: 40px; }
.team-section .teambox a { display: block; position: relative; text-align: center; text-transform: uppercase; }
.team-section .teambox .text-area { font-family: 'Kepler-Std'; text-align: center; }
.team-section .teambox .text-area h5 { font: normal 24px/normal 'Kepler-Std'; margin: 10px 0 0; } 
.team-section .teambox .text-area h5 span { display: block; font-size: 12px;     text-transform: uppercase; }
.team-section .teambox .text-area .view-link { font-size: 14px; padding-top: 12px; display: inline-block;     font-family: 'Kepler-Std'; }
.team-section .teambox .text-area .view-link i { display: inline-block; margin-left: 15px; }
/* Popup Area */
.fancybox-slide--html .fancybox-close-small { background-color: black; color: white; }
.popup { display: none; margin-top: 50px; padding: 50px; }
.popup .popup-info { }
.popup p {font-size: 16px; line-height: 25px; font-family: "Poppins", sans-serif; color: #161616; margin-bottom: 20px; font-weight: 500; }
.popup .popupImg {margin-bottom: 30px; padding-bottom: 50px;}
.popup .popupImg h3 {font: normal 36px/40px 'Kepler-Std'; color: #161616; margin: 15px 0 0px; }
.popup .popupImg h5 { font-size: 16px; font-weight: 700;  color: #161616; }



/* Blog Css */
.sticky-top { border-bottom: 1px solid #161616; }
.blog_detail { margin: 0 0 30px 0; background-color: white; box-shadow: 0 0 5px #e6e6e6; min-height: 400px; position: relative; padding-bottom: 75px; }
.blog_post_img { min-height: 210px; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.blog-content { padding: 20px 20px 0px 20px; }
.blog-content a { display: inline-block; }
.blog-content a h2 { font-size: 22px; margin: 0; line-height: 30px; }
.blog-content p { font-size: 15px; line-height: 24px; }
.blog-content a.blog-btn { background-color: #161616; text-align: center; color: white; padding: 8px 20px; border-radius: 4px; display: inline-block; transition: 0.3s;  }
.blog-content a.blog-btn:hover { background-color: #3c3c3c; color: white; }
.blog-date { background-color: whitesmoke; padding: 4px; border-radius: 2px; font-size: 12px; color: #161616; border: 1px solid #dddddd; margin: 5px 0; display: inline-block; float: right; }
.blog-content ul { display: flex; justify-content: flex-start; align-items: center; position: absolute; left: 20px; bottom: 20px; right: 20px;}
.blog-content ul li:last-child { margin-left: auto;}
.blog-content ul li a { margin: 0 5px; color: #c5c5c5; transition: 0.3s;}
.blog-content ul li:last-child a { font-size: 18px;}
.blog-content ul li a:hover { color: black;}
.sidebar-posts h2 { margin-bottom: 30px;  }
.sidebar-posts ul li {position: relative;padding: 0 0 15px 90px;margin-bottom: 15px;border-bottom: 1px solid #e9e9e9;}
.sidebar-posts ul li img {position: absolute;width: 70px;height: 50px;left: 0;}
.sidebar-posts ul li a h5 { font-size: 20px; line-height: 20px; }
.sidebar-posts ul li .date { font-size: 13px; color: #707070; line-height: 10px; }
.sidebar-posts ul li:last-child { padding-bottom: 0; margin-bottom: 0; border: 0; }
.blog-detail-sec .blog-info__area .post-image img { max-height: inherit; /* object-fit: cover;  */ height: auto; } 
.blog-detail-sec .post-detail { padding: 30px 0; }
.blog-detail-sec .post-detail h2 { font-size: 30px; line-height: normal; }
.blog-detail-sec .post-detail .post-author p { font-size: 14px; color: #bbbbbb; font-weight: 300; margin: 0; }
.post-border { padding: 0 0 0 20px; border-left: 4px solid #333; margin: 25px 0 25px 60px; font-style: italic; line-height: 28px;     font-weight: 600; }
.blog-detail-sec .post-detail p {margin-bottom: 30px;}
.blog-detail-sec .post-detail p a { color: #0d6efd; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 32px;  }
.blog-social--links { border-top: 1px solid #e7e8ec; border-bottom: 1px solid #e7e8ec; padding: 10px 0; }
.blog-social--links ul { display: flex; justify-content: flex-end; align-items: center; }
.blog-social--links ul li { font-size: 16px; font-weight: 400; margin: 0 10px; }
.blog-social--links ul li:last-child { margin-right: 0; }
.blog-social--links ul li a { font-size: 26px; }
.blog-social--links ul li a i.fa-facebook-square { color: #296fb4; }
.blog-social--links ul li a i.fa-linkedin { color: #006394; }
.blog-social--links ul li a i.fa-twitter-square { color: #1c96e8; }
.blog-social--links ul li a i.fa-pinterest-square { color: #c51f27; }
.blog-social--links ul li a i.fa-google-plus-square { color: #d54c3f; }
.sidebar-posts h2 { border-bottom: 1px solid #e9e9e9; padding: 0 0 15px 0; margin-bottom: 25px; }
.category { box-shadow: 0 0 5px #e6e6e6; margin: 30px 0 0 0; padding: 20px; }
.category ul { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.category ul li a { text-align: center; border: 1px solid #111; padding: 10px 20px; margin: 0px 10px 10px; display: block; transition: 0.3s; }
.category ul li a:hover { background-color: #111; color: white; border-color: #111; }

.blog-detail-sec .post-detail ul {}
.blog-detail-sec .post-detail ul li { font-size: 18px; line-height: 32px; color: #161616; position: relative; margin-bottom: 15px; padding-left: 20px; }
.blog-detail-sec .post-detail ul li:before { width: 10px; height: 10px; background-color: #161616; position: absolute; left: 0; top: 10px; content: ''; border-radius: 50%; }
.sfsi_widget { min-height: auto !important; }
/* Blog Css */


.pagination { display: flex; justify-content: center; align-items: center; }
.pagination a, .pagination span { display: inline-block; padding: 4px 10px; border: 1px solid #ccc; margin: 0 5px; border-radius: 3px; color: black; }
.pagination span, .pagination a:hover { color: white; background-color: #161616; border-color: transparent ; }




@media (max-width: 767px){
.row.mobile-revert { flex-direction: column-reverse;}
.row.mobile-revert .col-sm-6 { width: 100%; }
.popup { padding: 0px; }
.popup .popupImg  { margin-bottom: 0; padding-bottom: 0; text-align: center; }
.popup .popup-info { padding: 30px 0 0 0px; text-align: center; }
.popup .popup-info h1 { font: normal 60px/normal 'Kepler-Std' }
.popup .popup-info h5 { padding-top: 10px; } 
.popup p { text-align: center;}
.blog-detail-sec .blog-info__area .post-image img { height: auto; }

}