@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Manrope', sans-serif;
    margin: 0;
}


body {
    overflow-x: hidden;
}

.navbar-xsite.scrolled {
    padding: 2px 0px;
    box-shadow: -1px 9px 14px -13px rgba(94, 94, 94, 0.54);
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}

.navbar-brand img {
  max-width:  160px;
  height: auto;
}

.navbar-xsite {
    padding: 5px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.nav-xsite {
    /*padding: 20px 0px;*/
    margin-left: auto;
}
.dropdown-menu {
    box-shadow: -1px 9px 14px -13px rgba(94, 94, 94, 0.54);
    border: 0px;
}
.dropdown-menu .dropdown-divider {
    color: #fafafa;
}

.nav-xsite .nav-link, .dropdown-item {
    transition: color ease-in 0.5s;
    font-weight: 500;
    font-size: 14px;
    /*color: #BC9873;*/
    color: #111111;
}

.dropdown-item:hover {
    background: #EF3340;
    color: #fff !important;
}

.dropdown-menu .dropdown-item {
    color: #2a140c;
}


.nav-xsite .nav-link:hover {
    color:#F94D1C;
}
.icon {
    padding: 5px 10px 5px 10px;
}
.icon i {
    color: #ffffff;
    font-size: 1.7rem;   
    z-index: 1;
    position: relative;
}
.icon span {
    color: #fff;
    font-size: 16px;
    position: fixed;
    z-index: 2;
    margin-left: -20px;
    margin-top: 14px;
    
}
.icon-profile-navbar {
    padding-right: 0px;
    padding-left: 7px;
}
.right-header__button {
    background-color: #666666;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 0 7px;
    color: #ffffff;
}
.right-header__button:hover {
    background-color: #EF3340;
}

.dropdown-icon.show{
    right: 100px;
    left: auto;
}
.box-search {
    align-self: end;
   max-width: 260px;
}
.box-search input {
    border-radius: 15px;
}

.box-search span {
    border-radius: 15px;
    border-right: none !important;
    background-color: #ffffff;
}
.box-search span i {
    color: #bbbbbb !important;
}
.box-search input::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #bbbbbb !important;
}

/*modal search*/
.modal-content {
    padding: 20px 50px;
}
.modal-backdrop { 
    z-index: 0; 
}
.modal-header {
    border-bottom: none;
}
.modal-header .nav-tabs  {
    flex-flow: row;
    display: flex;
   border: none;
   overflow-x: auto;
}
.modal-header .nav-tabs .nav-item button {
    background-color: #EF3340;
    color: #ffffff;
    border: 1px solid #EF3340;
    border-radius: 10px;
}
.modal-header .nav-tabs .nav-item button.active {
    background-color: #ad3614;
    border: 1px solid #ad3614;
}
.modal-header .nav-tabs .nav-item {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.modal-body .modal-box-search {
    margin-bottom: 20px;
}
.modal-body .modal-box-search input {
    padding: 10px;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 3px solid #1b1a1a;
    width: 100%;
}

.modal-body .modal-box-search input:focus {
  outline: none;
}
.modal-body .content-modal-search .card-item-search-modal {
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 400ms ease;
}
.modal-body .content-modal-search .card-item-search-modal:hover {
    box-shadow: 0px 0px 17px -5px rgba(255,136,31,1);
}
.modal-body .content-modal-search .card-item-search-modal:hover h5 {
    color: #EF3340;
}
.modal-body .content-modal-search .card-item-search-modal:hover p {
    color: #EF3340;
}
.modal-body .content-modal-search .card-item-search-modal img {
    height: 100%;
    
}

.modal-body .content-modal-search .card-item-search-modal h5{
    font-size: 18px;
    font-weight: 700;
    color: #111111;
}
.modal-body .content-modal-search .card-item-search-modal p{
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}

.navbar-search {
    display: none;
}
.navbar-toggler {
    color: #111 !important;
    margin-left: 0 !important;
    font-size: 1.8rem;
  }
 
 
 

  .btn-cart {
    border-radius: 50%;
    padding: 2px 6px;
    margin: 0px;
    height: 40px;
    width: 40px;
    line-height: 44px;
    margin-left: 10px;
}


.btn-primary {
    color: #ffffff;
    background-color: #EF3340;
    border: 1px solid #EF3340;
}
.btn-primary:hover {
    background-color: #d1441c;
    border: 1px solid #d1441c;
}
.btn-secondary {
    background-color: #EF3340;
    color: #ffffff;
    border: 1px solid #EF3340;
    box-shadow: 0px 40px 73px -32px rgba(255,72,5,1);
}
.btn-secondary2 {
    background-color: #ffeae4;
    color: #EF3340 !important;
    border: 1px solid #ffeae4;
}
.btn-link {
    color: #111111;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: none;
    margin-left: 5px;
}
.btn-link:hover {
    color: #EF3340;
}
.btn-outline-secondary {
    background-color: #EF3340;
    color:#ffffff;
    border: 0px;
  }
  .btn-outline-secondary:hover {
    background-color: #9e4229;
    border: 0px;
  }
/*hero*/

.hero-info H4 {
    font-weight: 500;
    font-size: 22px;
    color: #EF3340;
}
.hero-info h2 {
    color: #111111;
    font-weight: 700;
    font-size: 78px;
}
.hero-info p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
}
.hero-section {
    margin-top: 120px;
	background-image:url('../images/shape-1-slide.png');
}
.image-hero-one {
    z-index: 1 !important;
}
.image-hero-two {
    right: 7px;
    top: 0;
    z-index: 2 !important;
}
.box-action-hero {
    margin-top: 40px;
    margin-bottom: 40px;
}
.box-action-hero .item {
    -webkit-box-shadow: 0px 0px 52px -32px rgba(255,183,135,1);
    -moz-box-shadow: 0px 0px 52px -32px rgba(255,183,135,1);
    box-shadow: 0px 0px 52px -32px rgba(255,183,135,1);
    padding:10px 30px;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box-action-hero .btn-link {
    color: #111111;
    font-weight: 800;
    margin-right: 20px;
    text-decoration: none;
    margin-left: 5px;
}
.box-action-hero .btn-link:hover {
    color: #EF3340;
}

/*info about*/
.info-about h3 {
    color: #EF3340;
    font-weight:600;
    font-size: 26px;
}
.info-about hr {
    color: #EF3340;
    height: 3px;
	opacity:1;
	margin:1rem .5rem;
}
.info-about h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 54px;
    font-weight: 800;
    line-height: 62px;
}
.info-about h4 {
    color: #EF3340;
    font-size: 20px;
    font-weight: 500;
}
.info-about p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    line-height: 32px;
}
.info-about .sh-text-line {
    font-size: 1.2rem;
	color:#EF3340;
	font-weight:800;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	width:45%;
	margin-top:15px;
}

.info-about .sh-text-line::before{
    content: "";
    display: block;
    height: 2px;
    background-color: #EF3340;
}
/*bg-section*/
.bg-section {
    background-image: url('../images/bg-featured.png');
}
.section-wwd .sh-text-line {
    font-size: 1.2rem;
	color:#EF3340;
	font-weight:800;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	width:25%;
}

.section-wwd .sh-text-line::before{
    content: "";
    display: block;
    height: 2px;
    background-color: #EF3340;
}
.section-wwd a{
	color: #111;
    text-decoration:none;
}
.section-wwd a:hover{
	color: #EF3340;
    text-decoration:none;
}
.section-wwd h3 {
    font-weight: 800;
    font-size: 1.2rem;
}
.section-wwd hr {
    color: #EF3340;
    height: 3px;
	opacity:1;
	margin:1rem .5rem;
}
.section-wwd h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 45px;
    font-weight: 800;
    line-height: 62px;
}

.section-wwd .card p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    line-height: 32px;
}
.section-wwd .card img {
    border-radius: 20px;
}
.section-wwd .card  {
    margin-bottom: 30px;
    border: 0px;
}
.card-info-data {
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #EF3340;
}
.card-info-data .image-counter {
    background-image: url('../images/sdm-lafi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	 background-color: rgba(93.7, 20, 25.1, 0.8);
 background-blend-mode: soft-light;
    width: 100%;
    padding: 50px;
    height: 100%;
    border-bottom-right-radius: 20px ;
    border-top-right-radius: 20px;
    display: inline-flex;
}
.card-info-data .image-counter h4 {
    text-align: center;
    align-self: center;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}
.card-info-data .card-body .item-wwd {
    align-items: center;
}
.card-info-data .card-body img {
    margin-right: 25px;
    margin-left: 10px;
    width: 70px;
    height: 70px;
}
.card-info-data .card-body .item-wwd p {
    color: #ffffff;
    font-weight: 800;
    font-size: 52px;
}
.card-info-data .card-body .item-wwd span {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff
}

/*section kmk*/
.section-kmk h3 {
    color: #EF3340;
    font-weight:600;
    font-size: 26px;
}
.section-kmk h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 64px;
    font-weight: 800;
    line-height: 62px;
}
.section-kmk ul {
    border: 0px;
}
.section-kmk ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.section-kmk ul li .active {
    background-color: #EF3340 !important;
    color: #ffffff !important;
}
.section-kmk ul li button {
    padding: 20px 80px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    background-color: #dfdfdf !important;
}
.section-kmk ul li button:hover {
    color: #ffffff !important;
    background-color: #EF3340 !important;
}
.section-kmk .info-vman h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 42px;
    font-weight: 800;
    line-height: 62px;
}
.section-kmk .info-vman p {
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}
.section-kmk .info-vman ul li {
    font-size: 20px;
    margin-bottom: 15px;
    list-style: none;
    margin-left: -20px;
    color: #616161;
    font-weight: 500;
}
.section-kmk .info-vman ul li i {
    margin-right: 5px;
    color: #EF3340;
}
.section-kmk .sh-text-line {
    font-size: 1rem;
	font-weight:800;
	color:#EF3340;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	width:25%;
	margin:0 auto;
}

.section-kmk .sh-text-line::before,
.section-kmk .sh-text-line::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #EF3340;
}

/*section-notable*/
.section-notable hr {
    color: #EF3340;
    height: 3px;
	opacity:1;
	margin:1rem .5rem;
}

.section-notable h3 {
    color: #EF3340;
    font-weight:600;
    font-size: 22px;
}
.section-notable h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 64px;
    font-weight: 800;
    line-height: 62px;
}
.section-notable .item-notable {
    margin-top: 40px;
    margin-bottom: 30px;
}
.section-notable .item-notable .card {
    border: 0px;
}
.section-notable .item-notable .card img {
    border-radius: 15px;
}
.section-notable .item-notable .card h5 {
    font-size: 23px;
    font-weight: 700;
    color: #111111;
}
.section-notable .item-notable .card h5:hover {
    color: #EF3340;
}
.section-notable .item-notable .card p {
    font-size: 18px;
    font-weight: 500;
    color: #3f3f3f;
}
.section-notable .sh-text-line {
    font-size: 1.2rem;
	color:#EF3340;
	font-weight:800;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	width:25%;
}

.section-notable .sh-text-line::before{
    content: "";
    display: block;
    height: 2px;
    background-color: #EF3340;
}

/*section-hk*/
.section-hk {
    padding-top: 120px;
    padding-bottom: 200px;
    max-width: 100%;
    margin-top: 60px;
    background-image: url('../images/lembaga-lafi\ 1.png');
    background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
.section-hk h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.section-hk h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 800;
    font-size: 56px;
}
.section-hk a {
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
}
.section-hk .sh-text-line {
    font-size: 1rem;
	color:#ffffff;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
	width:25%;
	margin:0 auto;
}

.section-hk .sh-text-line::before,
.section-hk .sh-text-line::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #EF3340;
}

/*section-blog*/
.section-blog {
    margin-top: 60px;
}
.section-blog h3 {
    color: #EF3340;
    font-weight:600;
    font-size: 26px;
}
.section-blog h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #111111;
    font-size: 64px;
    font-weight: 800;
    line-height: 62px;
}
.section-blog .card {
    padding-bottom: 20px;
    transition: all 600ms ease;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
}
.section-blog .card:hover {
    transform:translateY(-5%);
}
.section-blog .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: auto;
    width: 100%;
}
.section-blog .card .card-body a {
    font-size: 1.3rem;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
}
.section-blog .card .card-body a:hover {
    color: #EF3340;
}
.section-blog .card .card-body article {
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-blog .card .card-body .blog-readmore {
    font-style: italic;
    color: #EF3340;
    font-size: 14px;
    font-weight: 500;
    text-decoration:underline !important;
}

/*Footer*/
footer {
  margin-top: 30px;
    border-top: 1px solid #3a2b1c;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #1b1a1a;
  }
  
  .text-title-nav-footer {
    font-size: 26px;
    font-weight: 500;
    color: #fafafa;
  }
  footer ul li {
    margin-bottom: -25px;
  }
  footer ul li a span {
    color: #EF3340;
    font-size:30px;
  }
  footer ul li a {
    margin-left: -14px;
    font-size: 16px;
    color: #fafafa !important;
    font-weight: normal;
  }
  footer ul li a:hover {
    color: #EF3340 !important;
  }

  .text-span-nav-footer {
    margin-top: 10px;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: normal;
  }
  .text-description-nav-footer {
    margin-top: 10px;
    color: #fafafa;
    font-size: 14px;
    font-weight: normal;
  }
  .icon-sosmed a {
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .icon-sosmed a:hover {
    background: transparent;
    color: #EF3340;
    border: 1px solid #EF3340;
  }
  
@media (max-width:991px) {
    .nav-xsite .nav-link {
        transition: color ease-in 0.5s;
        font-weight: 500;
        font-size: 14px;
        /*color: #BC9873;*/
        color: #2a140c;
    }
    .nav-xsite {
        display: block;
    }
    .navbar-brand img {
        max-width:  120px;
      }
    .navbar-collapse {
        place-self: flex-start !important;
    }
    .navbar-search {
        display: block !important;
    }
    .box-search {
        display: none;
     }
     .card-info-data {
        padding-left: 0px;   
    }
     .card-info-data .image-counter {
        display: block !important;
        width: 100%;
        padding: 50px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
    .card-info-data .image-counter h4 {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        color: #ffffff;
    }
    .card-info-data .card-body {
        padding: 40px 40px 0px 40px;
    }
    .section-notable .item-notable .card h5 {
        font-size: 18px;
        font-weight: 700;
        color: #111111;
    }
    .section-notable .item-notable .card p {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .hero-section {
        margin-top: 180px;
    }
    .section-wwd .card {
        margin-bottom: 50px;
    }
    .section-kmk ul li {
      width: 100%;
      margin-bottom: 20px;
    }
    .section-kmk ul li button {
      width: 100%;
    }
    .section-notable .card {
        margin-bottom: 40px !important;
    }
    .section-notable .item-notable .card h5 {
        font-size: 18px;
        font-weight: 700;
        color: #111111;
    }
    .section-notable .item-notable .card p {
        font-size: 14px;
    }
    .section-blog .card {
        margin-bottom: 40px !important;
    }
    
    .section-hk h2 {
        font-size: 26px;
    }
    .dropdown-icon.show {
        right: 30px;
    }
    .btn-link {
        text-align: left;
        font-size: 14px;
    }
    .box-action-hero img {
        width: 30px;
    }
    .modal-content {
        padding: 20px 10px;
    }
    .modal-body .content-modal-search .card-item-search-modal h5{
        font-size: 16px;
        font-weight: 700;
        color: #111111;
        line-height: 24px;
    }
    .modal-body .content-modal-search .card-item-search-modal p{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #3f3f3f;
    }
    .navbar-brand img {
        max-width:  100px;
      }
    
}
@media (max-width:454px) {
    .icon-sosmed a {
        margin-left: 5px;
        margin-right: 5px;
        color: #ffffff;
        border: 1px solid #ffffff;
        font-size: 12px;
        padding: 2px 8px;
    }

}

/*image hover team*/
.image-overlay {
    position: relative;
}
.image-overlay img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.image-overlay .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .image-overlay:hover img {
    opacity: 0.6;
  }
  
  .image-overlay:hover .middle {
    opacity: 1;
  }
  .image-overlay .icon-sosmed a {
    background-color: #EF3340;
    border: 1px solid #EF3340;
  }
  .image-overlay .icon-sosmed a:hover i {
    color: #9c3012;
  }


  /*animation wwd*/
  .animate2 {
    animation-duration: 1s; /* don't forget to set a duration! */
  }
  .animate3 {
    animation-duration: 2s; /* don't forget to set a duration! */
  }
  .animate4 {
    animation-duration: 3s; /* don't forget to set a duration! */
  }


  /*blog-single-page*/
  .content-blog {
    margin-top: 120px;
  }
 
.rounded {
    border-radius: 10px !important;
}

.widget {
    border: solid 1px #EBEBEB;
    padding: 35px 30px;
    margin-bottom: 40px;
}

.post.post-list-sm {
    clear: both;
    margin-bottom: 10px;
}

.post.post-list-sm.circle .thumb {
    max-width: 60px;
}
.post.post-list-sm .thumb {
    float: left;
    position: relative;
}
.post .thumb {
    position: relative;
}

.post.post-list-sm .thumb .number {
    color: #FFF;
    display: block;
    border: solid 2px #FFF;
    border-radius: 50%;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    height: 24px;
    line-height: 22px;
    left: 0;
    text-align: center;
    top: -10px;
    position: absolute;
    width: 24px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    background: #FE4F70;
    background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
    background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
    z-index: 1;
}

.post .meta {
    font-size: 14px;
    color: #9faabb;
}
.post .meta a {
    font-weight: 400;
    color: #9faabb;
	text-decoration:none;
}
.post .post-title a {
    color: #203656;
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.post.post-list-sm.circle .details {
    margin-left: 80px;
}

.post .post-title a {
    color: #203656;
    text-decoration:  none;
}
.social-icons {
    color: #000;
  }
  .social-icons a {
      font-size: 26px;
      color: #203656;
  }
  
  .widget ul.list {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
  }
  
  .widget ul.list {
      list-style: none;
      padding: 0;
      margin-bottom: 0;
  }
  
  .widget ul.list li a {
      color: #203656;
      font-weight: 700;
      text-decoration:  none;
  }
  
  .widget ul.list li span {
      float: right;
  }
  
  .widget ul.list li {
    line-height: 2.8rem;
  }
  .widget ul.list li a {
    color: #203656;
    font-weight: 700;
  }
  .widget ul.list li a:before {
    content: "";
    color: #FE4F70;
    font-family: "simple-line-icons";
    font-size: 11px;
    vertical-align: middle;
    margin-right: 25px;
  }
  .widget ul.list li a:hover {
    color: #FE4F70;
  }
  .widget ul.list li:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
  }
  .widget ul.list li span {
    float: right;
  }
  .widget ul.list.social-icons li a:before {
    content: "";
    margin-right: 0;
  }
  
  .widget ul.list li a:before {
      content: "\f101";
      color: #FE4F70;
      font-family: "Line Awesome Free";
      font-size: 11px;
      vertical-align: middle;
      margin-right: 25px;
  }
  
  .post-single .featured-image {
      margin-bottom: 30px;
  }
  
  .featured-image img {
      max-width: 100%;
  }
  
  .newsletter-headline {
    font-size: 15px;
    font-weight: bold;
    color: #203656;
    display: block;
  }
  .newsletter-privacy {
    font-size: 13px;
    display: block;
  }
  .widget {
    border: solid 1px #EBEBEB;
    padding: 35px 30px;
    margin-bottom: 40px;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
  .widget.no-container {
    padding: 0;
    border: 0;
  }
  .widget .widget-header {
    margin-bottom: 30px;
  }
  .widget .widget-header img.wave {
    margin-top: 10px;
  }
  .widget .widget-title {
    font-size: 20px;
    margin: 0;
  }
  .widget .widget-about {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .widget .widget-ads {
    display: block;
    text-align: center;
  }
  .widget ul.list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .widget ul.list li {
    line-height: 2.8rem;
  }
  .widget ul.list li a {
    color: #203656;
    font-weight: 700;
  }
  
  .widget ul.list li a:hover {
    color: #FE4F70;
  }
  .widget ul.list li:after {
    display: block;
    height: 1px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
  }
  .widget ul.list li span {
    float: right;
  }
  .widget ul.list.social-icons li a:before {
    content: "";
    margin-right: 0;
  }
  
  .featured-post-xl .thumb:after {
    content: "";
    background: #203656;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    width: 100%;
  }
  .featured-post-xl .details {
    padding: 0 30px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    max-width: 650px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .featured-post-xl .post-title {
    font-size: 36px;
    margin: 20px 0;
  }
  .featured-post-xl .post-title a {
    color: #FFF;
  }
  .featured-post-xl .post-title a:hover {
    color: #FFF;
  }
  .featured-post-xl .meta {
    color: rgba(255, 255, 255, 0.5);
  }
  .featured-post-xl .meta li:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
  }
  .featured-post-xl .meta li a {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .post-carousel-lg {
    -webkit-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
    -moz-box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
    box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
    overflow: hidden;
    border-radius: 10px;
  }
  .post-carousel-lg .slick-dots {
    position: absolute;
    bottom: 30px;
    margin: 0;
  }
  .post-carousel-lg .slick-prev {
    left: 30px;
  }
  .post-carousel-lg .slick-next {
    right: 30px;
  }
  .post-carousel-lg .slick-next, .post-carousel-lg .slick-prev {
    width: 50px;
    height: 50px;
    line-height: 65px;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
  }
  .post-carousel-lg .slick-prev:before, .post-carousel-lg .slick-next:before {
    color: #FFF;
    font-size: 16px;
    position: initial;
  }
  .post-carousel-lg .slick-next:hover, .post-carousel-lg .slick-prev:hover {
    background: #fff;
  }
  
  .post-carousel-featured {
    padding: 0 15px;
  }
  
  .post-carousel .slick-slide {
    margin: 0 12px;
  }
  
  .post-carousel-widget .post-carousel .thumb {
    max-width: 300px;
  }
  
  .post .category-badge.lg {
      font-size: 14px;
      padding: 8px 20px;
  }
  .post .category-badge {
      color: #FFF;
      font-size: 13px;
      border-radius: 25px;
      display: inline-block;
      padding: 6px 11px;
      line-height: 1;
      left: 20px;
      top: 20px;
      z-index: 1;
      background: #FE4F70;
      background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
      background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
      background-size: 200% auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  
  .position-absolute {
      position: absolute!important;
  }
  .post-bottom {
  border-top: solid 1px #EBEBEB;
    padding-top: 30px;
    margin-top: 30px;
  }
  .post .post-bottom .social-share .toggle-button {
    font-size: 16px;
    color: #9faabb;
    background-color: transparent;
    border: 0;
    padding: 0;
    vertical-align: middle;
  }
  .post .post-bottom .social-share .icons {
    display: inline;
    vertical-align: middle;
  }
  .post .post-bottom .social-share .icons li a {
    color: #9faabb;
    font-size: 20px;
  }
  .post .post-bottom .social-share .icons li a:hover {
    color: #203656;
  }
  .post .post-bottom .social-share .icons li:not(:last-child) {
    margin-right: 0.8rem;
  }
  
  .post.post-classic {
      margin-bottom: 40px;
  }
  .bordered {
      border: solid 1px #EBEBEB;
  }
  
  .post.post-classic .details {
      padding: 50px 50px 40px;
  }
  
  .post.post-classic .post-format {
      font-size: 24px;
      height: 60px;
      line-height: 64px;
      right: 50px;
      bottom: -30px;
      width: 60px;
  }
  .post .post-format {
      color: #FFF;
      display: block;
      border-radius: 50%;
      font-size: 20px;
      height: 50px;
      line-height: 54px;
      right: 20px;
      text-align: center;
      bottom: -25px;
      position: absolute;
      width: 50px;
      -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
      background: #FE4F70;
      background: -webkit-linear-gradient(bottom, #FE4F70 0%, #FFA387 100%);
      background: linear-gradient(to top, #FE4F70 0%, #FFA387 100%);
      z-index: 1;
  }
  
  .post.post-classic .post-bottom {
      border-top: solid 1px #EBEBEB;
      margin: 0 50px;
      padding: 20px 0;
  }
  .align-items-center {
      align-items: center!important;
  }
  .d-flex {
      display: flex!important;
  }
  
  .post .post-bottom .more-link {
      color: #203656;
      font-size: 17px;
      font-weight: bold;
  }
  
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 40px 0 0;
  }
  .pagination li {
    list-style-type: none;
    margin: 0 5px;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #FFF;
    border-color: transparent;
    background: #FFA387;
    background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
    background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
    background-size: auto 200%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .page-link {
    position: relative;
    display: block;
    color: #8F9BAD;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #EBEBEB;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    width: 45px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #FFF;
    background: #FFA387;
    background: -webkit-linear-gradient(bottom, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
    background: linear-gradient(to top, #FFA387 0%, #FE4F70 51%, #FFA387 100%);
    background-size: auto 200%;
    border-color: transparent;
  }
  
  .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  
  .post .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  
  .post.post-grid .thumb .inner {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .post.post-grid .details {
    padding: 30px;
  }
  .post.post-grid .post-bottom {
    border-top: solid 1px #EBEBEB;
    margin: 0 30px;
    padding: 20px 0;
  }
  .post.post-grid .post-bottom .icons {
       -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .post.post-grid .post-bottom .icons:before {
    content: "";
    background: #DDD;
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
  }
  .post.post-grid .post-bottom .icons.visible {
    opacity: 1;
    visibility: visible;
  }
  
  .post .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }
  
  .post-grid img {
    max-width: 100%;
  }
  
  
  .slick-slide {
    height: auto;
    outline: none;
  }
  
  .slick-next, .slick-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    border: solid 1px #EBEBEB;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
    background: #FFF;
    border-color: #EBEBEB;
  }
  .slick-next:hover:before, .slick-next:focus:before, .slick-prev:hover:before, .slick-prev:focus:before {
    color: #FFA387;
  }
  
  .slick-prev {
    left: -30px;
  }
  .slick-prev:hover {
    background: #FE4F70;
  }
  
  .slick-next {
    right: -30px;
  }
  .slick-next:hover {
    background: #FE4F70;
  }
  
  .slick-prev:before, .slick-next:before {
    color: #909090;
    font-size: 10px;
    opacity: 1;
  }
  
  .slick-prev:before {
    content: "";
    font-family: "simple-line-icons";
    top: 9px;
    left: 9px;
    position: absolute;
  }
  
  .slick-next:before {
    content: "";
    font-family: "simple-line-icons";
    position: absolute;
    top: 9px;
    left: 9px;
  }
  
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  
  .slick-dots {
    position: relative;
    bottom: 0;
    padding: 0;
    margin: 25px 0 0;
  }
  
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  
  .slick-dots li.slick-active {
    width: 25px;
    height: 8px;
  }
  
  .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0;
  }
  
  .slick-dots li.slick-active button:before {
    background: #FE4F70;
    background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 100%);
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 100%);
    border-radius: 5px;
    opacity: 1;
    width: 25px;
  }
  
  .slick-dots li button:before {
    content: "";
    background: #d4d4d4;
    border-radius: 50%;
    opacity: 1;
    top: 8px;
    left: 8px;
    height: 8px;
    width: 8px;
  }
  
  .slick-arrows-top {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  
  .slick-arrows-bot {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  
  .slick-custom-buttons {
    color: #909090;
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    border: solid 1px #EBEBEB;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .slick-custom-buttons:hover {
    color: #FE4F70;
    border-color: #FE4F70;
  }
  
  .instagram {
    margin: 60px 0 50px;
    position: relative;
  }
  
  .instagram-feed {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .instagram-feed .insta-item {
    overflow: hidden;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .instagram-feed .insta-item img {
    border-radius: 10px;
  }  
  /*=================================================================*/
/*                      xsite - blog                           
/*=================================================================*/
/*section*/
  .section-header {
  margin-bottom: 30px;
  position: relative;
}
.section-header img.wave {
  margin-top: 10px;
}
.section-title {
  font-size: 24px;
  margin: 0;
}
/* blog post */
.post .category-badge {
	text-decoration:none;
}
/*comments*/
.comments {
  padding: 0;
  margin: 0;
}
.comments li {
  list-style: none;
}
.comments li:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 30px;
  width: 100%;
  background: #EBEBEB;
  background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
  background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.comments li.comment {
  margin-bottom: 30px;
}
.comments li.comment:last-child {
  margin-bottom: 0;
}
.comments li.comment:last-child:after {
  content: "";
  display: none;
}
.comments li.comment.child {
  margin-left: 60px;
}
.comments li.comment .thumb {
  float: left;
}
.comments li.comment .details {
  margin-left: 90px;
}
.comments li.comment .details h4.name {
  font-size: 18px;
  margin: 0;
}
.comments li.comment .details h4.name a {
  color: #203656;
}
.comments li.comment .details h4.name a:hover {
  color: #FE4F70;
}
.comments li.comment .details .date {
  color: #9faabb;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

/*About author*/
.about-author {
  background: #F1F8FF;
}
.about-author:last-child {
  margin-bottom: 0;
}
.about-author.child {
  margin-left: 60px;
}
.about-author .thumb {
  float: left;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.about-author .details {
  margin-left: 130px;
}
.about-author .details h4.name {
  font-size: 20px;
  margin: 0 0 10px;
}
.about-author .details h4.name a {
  color: #203656;
}
.about-author .details h4.name a:hover {
  color: #FE4F70;
}
.about-author .details p {
  margin-bottom: 10px;
}
.about-author .author-link {
  font-size: 16px;
  font-weight: 700;
}
.about-author .author-link i {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
img.author {
                margin-right: 12px;
                vertical-align: middle;
            }
/* === breadcrumb === */
.breadcrumb {
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #9faabb;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #FE4F70;
}
.breadcrumb .breadcrumb-item.active {
  color: #9faabb;
}

/* === Form Control === */
.form-control {
  display: block;
  border-radius: 2px;
  width: 100%;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #8F9BAD;
  background-color: #FFF;
  background-image: none;
  border: solid 1px #EBEBEB;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #FE4F70;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9faabb;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9faabb;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9faabb;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9faabb;
}
/*helper*/
.padding-30 {
  padding: 30px;
}
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1em 1.75em;
}

/* button */
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:focus {
  outline: none;
  box-shadow: none !important;
}



.btn-default {
  color: #FFF;
  padding: 9.5px 36px;
  background: #FE4F70;
  background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
  background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
  background-size: 200% auto;
}
.btn-default:hover {
  color: #FFF;
  background-position: right center;
}

 /* custom mobile style */
@media (max-width: 992px) {
	 
.section-kmk .sh-text-line,
.section-wwd .sh-text-line,
.section-hk .sh-text-line,
.section-notable .sh-text-line {
   	width:55%;
}
 }
 @media only screen and (max-width: 767px) {
  .featured-post-lg .thumb .inner {
    height: 425px;
  }

  .post.post-list .thumb {
    float: none;
    max-width: 550px;
  }

  .post.post-list .details {
    margin-left: 0;
    margin-top: 25px;
  }

  .post .meta li:after {
    content: "";
    margin-left: 0.5rem;
  }

  .post .meta li:not(:last-child) {
    margin-right: 0.3rem;
  }

  .instagram-feed .insta-item {
    text-align: center;
    margin: 2.5px 0;
  }

  .featured-post-lg .post-title {
    font-size: 26px;
  }

  .featured-post-lg .details {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .search-popup .search-content {
    padding: 0 20px;
    width: 100%;
  }

  .post.post-classic .post-bottom .social-share .toggle-button {
    display: inline-block;
  }
  .post.post-classic .post-bottom .icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .post.post-classic .post-bottom .icons:before {
    content: "";
    background: #DDD;
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
  }
  .post.post-classic .post-bottom .icons.visible {
    opacity: 1;
    visibility: visible;
  }

  .featured-post-xl .thumb .inner {
    height: 350px;
  }

  .featured-post-xl .details {
    padding: 0 30px;
    left: 0;
    top: 50%;
    max-width: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .featured-post-xl .post-title {
    font-size: 24px;
  }

  .post.post-classic .details {
    padding: 30px;
  }

  .post.post-classic .details .post-title {
    font-size: 20px;
  }

  .post.post-classic .post-bottom {
    margin: 0 30px;
  }

  .post.post-classic .post-format, .post.post-xl .post-format {
    font-size: 20px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    bottom: -25px;
    width: 50px;
  }

  .post.post-xl .post-top {
    padding: 0 20px;
  }

  .post.post-xl .details {
    padding: 50px 20px 50px;
  }

  .post.post-xl .post-bottom {
    margin: 0 20px;
  }

  .post.post-xl .post-top .post-title {
    font-size: 24px;
  }

  .hero {
    height: 740px;
  }

  .hero .cta h2 {
    font-size: 30px;
  }

  .hero .cta p {
    font-size: 16px;
  }

  .alignleft, .alignright {
    float: none;
  }

  .post-single .post-header .title {
    font-size: 26px;
  }

  .post-single .social-icons {
    margin-top: 20px;
    text-align: center;
  }

  .about-author .thumb {
    float: none;
    margin: auto;
  }

  .about-author .details {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .comments li.comment.child {
    margin-left: 30px;
  }

  .breadcrumb .breadcrumb-item.active {
    display: none;
  }

  .post-carousel-widget .post-carousel {
    margin: 0 12px;
  }
  .post-carousel-widget .post-carousel .post-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .single-cover {
    height: 300px;
  }

  .alignleft {
    margin: 0.375em auto 1em;
    clear: both;
    display: block;
  }

  .alignright {
    margin: 0.375em auto 1em;
    clear: both;
    display: block;
  }
}