/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1rem;
  cursor: default;
  position: relative;
  font-family: sans-serif;
  text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
  font-family: "Eczar", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #000; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

.position-relative {
  position: relative !important; }

.overflow-hidden {
  overflow: hidden; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  border-width: 1px;
border-radius: 0px!important;
font-weight: 700;
   }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-lg {
    padding: 10px 20px;
    font-size: 16px; }
    .btn-primary{
      background-color: transparent !important;
    border-color: #000;
    color: #000 !important;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
      border-color: #000000 !important;
      color: #000000 !important;
      background-color: transparent !important; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #000000 !important;
    color: #fff !important;
    background-color: #000000 !important; }
  .btn.btn-outline-primary {
    color: #000000;
    border-color: #000000 !important;
    background-color: transparent !important; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
      border-color: #000000 !important;
      color: #fff !important;
      background-color: #000000 !important; }
  .btn.btn-md {
    padding: 14px 30px; }

.bg-black {
  background: #000; }

.form-control {
  height: 47px;
  background: #f6f6f6;
  border-radius: 0;
  border: 1px solid #f6f6f6; }
  .form-control:active, .form-control:focus {
    border-color: #000000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2.5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #dee2e6;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000000; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000000; }

.border-top {
  border-top: 1px solid #ced4da !important; }

#highlighted{
    color: red;
  }

/* Short image scroller */


.ads_sponsors div img{
  width:200px;
  height:150px;
}


@media (max-width: 991.98px){
.site-blocks-cover .intro .text {
    padding-left: 20px !important;
}
}

@media (max-width: 991.98px){
.img-myself {
    display: table;
    margin: 0 auto;
}
}




@media (max-width: 998px) {
      .section-heading{
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
 }


 @media (max-width: 998px) {
      .section-heading{
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
 }


.site-footer {
  padding-top: 17rem;
  padding-bottom: 1rem;
  background: #000; }
  .site-footer p {
    color: #8c8c8c; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #b3b3b3; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 20px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(189, 18, 32, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(47, 240, 193, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9); }
    
.top-header {
    padding: 0px 0;
    border-bottom: 1px solid #dddcdc;
}

.top-header .row {
    margin-right: -15px;
    margin-left: -15px;
}

.top-header ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-top ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.skypewhats li {
    display: inline-block;
    color: #333;
}

.top-header: .pull-right {
    float: right!important;
}

.top-header .top-phone, .top-header .top-address {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    display: inline-block;
}


/* Navbar */
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0;
  background: #fff; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  padding: 2px 0; }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000;
      font-size: 1.5rem;
      font-weight: bold; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: black;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #000000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #000000; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #000000; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
                
.social-links-head{
    padding-right: 20px;
}

.social-links-head a{
    padding: 3px 5px;
}

.social-links-head .icon-at, .icon-facebook, .icon-twitter, .icon-linkedin, .icon-instagram{
    padding-top: 3px;
    font-size: 17px;
}

.sticky-wrapper {
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 140px; }
  .sticky-wrapper .site-navbar {
    background-color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar a.active {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 500px;
    height: calc(82vh); }

@media (max-width: 945px) {
      .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 100%;
    height: 100% }
 }

 @media (max-width: 500px) {
      .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 100%;
    height: 100% }
 }

  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh); }
  .site-blocks-cover h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 3rem; } }

    @media (max-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }

    @media (max-width: 400px) {
      .site-blocks-cover h1 {
        font-size: 1.5rem; } }

  .site-blocks-cover .sub-text {
    font-size: 1.2rem;
    color: gray;
    font-weight: 300;
    margin-bottom: 1.5rem!important; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 40%);
    top: 0;
    height: 80%;
    z-index: 2;
    right: 40%;
    min-height: 500px;
    overflow: hidden;
    //border-bottom-right-radius: 200px;
}
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          position: absolute;
          content: "";
          background: #fff;
          opacity: .5;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative;
/*padding-top: 15px;*/
text-align: center; }
    .site-blocks-cover .intro .heading {
      margin-left: 44px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .heading {
          margin-left: 0; } }
    .site-blocks-cover .intro .text {
      padding-left: 50px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .text {
          padding-left: 0; } }

    @media (max-width: 998px) {
      .site-blocks-cover .img-wrap {
        display: none; } }

.heading-highlight{
    padding: .3rem 0;
    background: #faf5bb;
}

.slider-img{
   -webkit-box-shadow: 10px 10px 6px -6px #ccc7c7;
       -moz-box-shadow: 10px 10px 6px -6px #ccc7c7;
            box-shadow: 10px 10px 6px -6px #ccc7c7;
}


@media (max-width: 991.98px){
.img-myself {
    display: table;
    margin: 0 auto;
}
}

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 250px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #020202;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }

.section-title .sub-title {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 400;
  color: #b3b3b3; }

.section-title .title {
  font-size: 2.2rem; }
  
 .tools-section{
     
     padding: 1em 0 !important;
 }

.service {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 10px solid #111111;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  top: 0; }
  .service:hover, .service:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    border-top: 2px solid #000000;
    top: -2px; }
  .service *:last-child {
    margin-bottom: 0; }
  .service h3 {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700; }
  .service p {
    color: #999999;
    font-size: .85rem; }

  .centered{
    margin: 0 auto!important;
  }

.readmore {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1rem;
  font-weight: 900;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .readmore:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    content: "\e5c8";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
    right: 0;
    opacity: 0;
    visibility: hidden; }
  .readmore:hover {
    padding-right: 30px; }
    .readmore:hover:after {
      opacity: 1;
      visibility: visible; }

.custom-progress {
  height: 7px; }
  .custom-progress .progress-bar {
    border-radius: 30px; }

/*.ul-check {
  margin-bottom: 20px; }*/
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    line-height: 1; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #000000; }
  .ul-check.primary li:before {
    color: #000000; }

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px; }
  .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item .item-wrap {
    display: block;
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #fff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.contact-form {
  padding: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: -15em; }

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em; }

.twitter, .twitter:hover {
  color: #1da1f2; }

.facebook, .facebook:hover {
  color: #3b5998; }

.instagram, .instagram:hover {
  color: #c13584; }

.dribbble, .dribbble:hover {
  color: #ea4c89; }

.github, .github:hover {
  color: #333; }

.linkedin, .linkedin:hover {
  color: #0077b5; }


.person h3 {
  font-size: 1.2rem; }

.testimonial {
  padding: 30px;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.7;
  font-style: italic; }
  .testimonial .vcard figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
    .testimonial .vcard figure img {
      border-radius: 50%; }
  .testimonial .vcard .vcard-text {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; }
    .testimonial .vcard .vcard-text .position {
      color: #b3b3b3; }
  .testimonial strong {
    font-weight: 400;
    padding: .3rem 0;
    background: #faf5bb; }

  .testimonial:hover{
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
  }

.form-subscribe .form-control {
  border-color: #333333 !important;
  background: #4d4d4d !important; }
  .form-subscribe .form-control:active, .form-subscribe .form-control:focus {
    border-color: gray !important; }
  .form-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-style: italic; }


 /* Custom */

.panel.panel-default{
    background: grey;
    display: block;
    padding: 10px 15px;
    background: #fff;
    margin: 5px 5px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.panel.panel-default a{
  color: #070707;
  font-size: 1.4rem;
}


/* Custom Bootstrap */

.spacing-dot{
  padding-right: 3px;
}

.site-section{
  padding: 1.5em 0;
}

.service{
    webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
        border-top: 5px solid #111111;
}

.img-about{
  webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.about-social-container{
  display: table;
  padding: 10px 0px !important;
}

.about-social{
  margin: 0px 7px !important;
}

.doc-resume{
  display: table;
  margin: 0 auto;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.resume-text{
  padding: 5px 3px;
}

.contact-details{
   webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 7px;

}

.form-content{
  color: #000000;
  font-size: 1.5rem;
}

.text-primary {
    color: #000!important;
}
.counterimg{
  width: 50%;
}

/* alert */

.alert {
    margin-bottom: 0;
    text-align: center; !important;
    padding: 8px;
    color: #000;
}


@media (max-width: 770px) {
      .alert{
        text-align: left !important;
      }
 }
 
 
@media (max-width: 768px) {
      .site-navbar .site-logo a {
      font-weight: 200;
      color: #000;
      font-size: 1rem;
      font-weight: bold; }
 }


.alert-info {
    color: #000 !important;
    background-color: #faf5bb;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    top: -2px;
    background: #faf5bb;
    border-radius: 0px !important;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 12px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -8px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}
.alert p {
    font-size: 16px;
    margin-bottom: 0px !important;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert a {
    color: #00aeef;
    font-size: 16px;
}
.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #000;

}

/* alert end */


/* key frames CSS Starts */

.btn-shake{

  position: relative;
  animation-name: shake;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  cursor: pointer;
  display: table;
  margin: 0 auto;

}

@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -2px}
  2% {left: 4px}
  3% {left: -7px}
  4% {left: 7px}
  5% {left: -4px}
  6% {left: 2px}
  7% {left: 0}
}

@keyframes shake {
  0% {left: 0}
  1% {left: -2px}
  2% {left: 4px}
  3% {left: -7px}
  4% {left: 7px}
  5% {left: -4px}
  6% {left: 2px}
  7% {left: 0}
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeBgColor {
  0%{
    background:none;
  }
  70%{
    background:none;
  }
  100%{
    background:#464646;
  }
}
@-o-keyframes fadeBgColor {
  0%{
    background:none;
  }
  70%{
    background:none;
  }
  100%{
    background:#464646;
  }
}
@keyframes fadeBgColor {
  0%{
    background:none;
  }
  70%{
    background:none;
  }
  100%{
    background:#464646;
  }
}

.animated.animationDelay{
  animation-delay:.4s;
  -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
  animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
  animation-delay:1.6s;
  -webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}
/* key frames CSS ends */

/* Tasbeeh refresh */
:root {
  --tasbeeh-ink: #17201a;
  --tasbeeh-moss: #335341;
  --tasbeeh-sage: #dce7df;
  --tasbeeh-gold: #c9943b;
  --tasbeeh-rose: #a84f47;
  --tasbeeh-paper: #fbfaf4;
  --tasbeeh-line: rgba(23, 32, 26, .14);
}

.tasbeeh-page {
  background: var(--tasbeeh-paper);
  color: #435047;
}

.tasbeeh-page h1,
.tasbeeh-page h2,
.tasbeeh-page h3,
.tasbeeh-page h4,
.tasbeeh-page h5,
.tasbeeh-page h6 {
  color: var(--tasbeeh-ink);
}

.tasbeeh-topline {
  background: var(--tasbeeh-ink);
  color: #f9f4e5;
  font-size: .92rem;
  padding: 9px 0;
}

.tasbeeh-topline p,
.tasbeeh-topline a {
  color: #f9f4e5;
  margin: 0;
}

.tasbeeh-topline a {
  display: inline-block;
  margin-left: 18px;
}

.tasbeeh-topline span {
  margin-right: 6px;
}

.tasbeeh-nav.site-navbar-wrap {
  background: rgba(251, 250, 244, .94);
  border-bottom: 1px solid var(--tasbeeh-line);
}

.tasbeeh-nav .site-logo a {
  color: var(--tasbeeh-moss);
  font-size: 1.8rem;
  letter-spacing: 0;
}

.tasbeeh-logo-tagline {
  display: block;
  color: rgba(23, 32, 26, .64);
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 16px;
}

.tasbeeh-nav .site-menu-toggle .menu-text {
  color: var(--tasbeeh-ink);
}

.tasbeeh-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 110px 0 90px;
  background: #101812;
}

.tasbeeh-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 18, .94) 0%, rgba(16, 24, 18, .75) 47%, rgba(16, 24, 18, .3) 100%),
    radial-gradient(circle at 18% 24%, rgba(201, 148, 59, .36), transparent 28%);
}

.tasbeeh-hero-media,
.tasbeeh-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tasbeeh-hero-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.05);
}

.tasbeeh-hero .container {
  position: relative;
  z-index: 2;
}

.tasbeeh-kicker {
  display: inline-block;
  color: #f4d796;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .12rem;
  font-size: .82rem;
}

.tasbeeh-kicker sup {
  text-transform: none;
  letter-spacing: 0;
}

.tasbeeh-hero h1 {
  color: #fffaf0;
  font-size: 4.75rem;
  line-height: .98;
  font-weight: 800;
  max-width: 850px;
  margin-bottom: 26px;
}

.tasbeeh-lead {
  color: rgba(255, 250, 240, .82);
  font-size: 1.22rem;
  line-height: 1.7;
  max-width: 710px;
  margin-bottom: 32px;
}

.tasbeeh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tasbeeh-page .btn.btn-primary {
  background: var(--tasbeeh-gold) !important;
  border-color: var(--tasbeeh-gold) !important;
  color: var(--tasbeeh-ink) !important;
}

.tasbeeh-page .btn.btn-primary:hover,
.tasbeeh-page .btn.btn-primary:focus {
  background: #fff6dc !important;
  border-color: #fff6dc !important;
  color: var(--tasbeeh-ink) !important;
}

.tasbeeh-page .btn.btn-outline-primary {
  border-color: rgba(255, 250, 240, .72) !important;
  color: #fffaf0 !important;
}

.tasbeeh-page .btn.btn-outline-primary:hover,
.tasbeeh-page .btn.btn-outline-primary:focus {
  background: #fffaf0 !important;
  color: var(--tasbeeh-ink) !important;
}

.tasbeeh-prayer-card {
  background: rgba(251, 250, 244, .92);
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
  padding: 34px;
  color: var(--tasbeeh-ink);
  position: relative;
}

.tasbeeh-prayer-card:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border-top: 3px solid var(--tasbeeh-gold);
  border-right: 3px solid var(--tasbeeh-gold);
}

.tasbeeh-prayer-card span {
  display: block;
  color: var(--tasbeeh-rose);
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .08rem;
  font-size: .78rem;
}

.tasbeeh-prayer-card p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.tasbeeh-strip {
  background: var(--tasbeeh-moss);
  color: #fffaf0;
  padding: 26px 0;
}

.tasbeeh-strip strong {
  display: block;
  color: #f4d796;
  font-size: 2rem;
  line-height: 1;
}

.tasbeeh-strip span {
  display: block;
  font-size: .95rem;
}

.tasbeeh-programs {
  background:
    linear-gradient(180deg, var(--tasbeeh-paper) 0%, #eef4ee 100%);
}

.tasbeeh-programs .section-title .title,
.tasbeeh-about .section-title .title,
.tasbeeh-journey .section-title .title,
.tasbeeh-register .section-title .title {
  color: var(--tasbeeh-moss) !important;
}

.tasbeeh-card {
  background: #fff;
  border: 1px solid var(--tasbeeh-line);
  border-top: 6px solid var(--tasbeeh-moss);
  padding: 30px 26px;
  transition: .3s ease;
}

.tasbeeh-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(23, 32, 26, .12);
  border-top-color: var(--tasbeeh-gold);
}

.tasbeeh-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--tasbeeh-sage);
  color: var(--tasbeeh-moss);
  font-size: 1.45rem;
  margin-bottom: 22px;
}

.tasbeeh-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.tasbeeh-card p {
  color: #667168;
  font-size: .96rem;
  margin: 0;
}

.tasbeeh-about {
  background: #fff;
}

.tasbeeh-photo-stack {
  position: relative;
  min-height: 530px;
}

.tasbeeh-photo-stack img {
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(23, 32, 26, .18);
}

.tasbeeh-photo-primary {
  width: 68%;
  height: 520px;
}

.tasbeeh-photo-secondary {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 56%;
  height: 300px;
  border: 12px solid #fff;
}

.tasbeeh-photo-slider {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 32, 26, .18);
}

.tasbeeh-photo-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  box-shadow: none;
  transition: opacity .8s ease;
}

.tasbeeh-photo-slider img.is-active {
  opacity: 1;
}

.tasbeeh-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.tasbeeh-values div {
  border-left: 4px solid var(--tasbeeh-gold);
  background: var(--tasbeeh-paper);
  padding: 18px;
}

.tasbeeh-values strong,
.tasbeeh-values span {
  display: block;
}

.tasbeeh-values strong {
  color: var(--tasbeeh-ink);
  font-weight: 800;
}

.tasbeeh-values span {
  color: #667168;
  font-size: .92rem;
}

.tasbeeh-journey {
  background: var(--tasbeeh-sage);
}

.tasbeeh-step {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(51, 83, 65, .18);
  min-height: 270px;
  padding: 34px;
}

.tasbeeh-step span {
  display: block;
  color: var(--tasbeeh-gold);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.tasbeeh-step h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.tasbeeh-step p {
  margin-bottom: 0;
  color: #56645b;
}

.tasbeeh-register {
  background: var(--tasbeeh-paper);
  padding-bottom: 0;
}

.tasbeeh-contact-mini {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.tasbeeh-contact-mini a {
  color: var(--tasbeeh-moss);
  font-weight: 700;
}

.tasbeeh-contact-mini span {
  margin-right: 8px;
}

.tasbeeh-form.contact-form {
  margin-bottom: -10em;
  border: 1px solid var(--tasbeeh-line);
  box-shadow: 0 24px 60px rgba(23, 32, 26, .12);
}

.tasbeeh-form label,
.tasbeeh-checks legend {
  color: var(--tasbeeh-ink);
  font-weight: 700;
  font-size: .9rem;
}

.tasbeeh-form .form-control {
  background: #f4f2e8;
  border-color: #ece7d7;
}

.tasbeeh-form .form-control:focus {
  border-color: var(--tasbeeh-moss);
}

.tasbeeh-checks {
  border: 0;
  padding: 0;
}

.tasbeeh-checks legend {
  margin-bottom: 12px;
}

.tasbeeh-checks label {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 10px 12px 0;
  padding: 10px 14px;
  background: #f4f2e8;
  border: 1px solid #ece7d7;
  cursor: pointer;
}

.tasbeeh-checks input {
  margin-right: 8px;
}

.tasbeeh-footer.site-footer {
  background: var(--tasbeeh-ink);
  padding-top: 16rem;
}

.tasbeeh-footer a:hover {
  color: #f4d796;
}

@media (max-width: 991.98px) {
  .tasbeeh-hero {
    min-height: 680px;
    padding: 90px 0 70px;
  }

  .tasbeeh-hero h1 {
    font-size: 3.25rem;
  }

  .tasbeeh-photo-stack {
    min-height: 460px;
  }

  .tasbeeh-photo-primary {
    height: 440px;
  }
}

@media (max-width: 767.98px) {
  .tasbeeh-topline a {
    margin: 6px 14px 0 0;
  }

  .tasbeeh-hero {
    min-height: auto;
  }

  .tasbeeh-hero:before {
    background: rgba(16, 24, 18, .82);
  }

  .tasbeeh-hero h1 {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .tasbeeh-lead {
    font-size: 1.05rem;
  }

  .tasbeeh-strip .col-md-4 + .col-md-4 {
    margin-top: 20px;
  }

  .tasbeeh-photo-stack {
    min-height: auto;
  }

  .tasbeeh-photo-primary,
  .tasbeeh-photo-secondary {
    position: static;
    width: 100%;
    height: auto;
  }

  .tasbeeh-photo-secondary {
    margin-top: 16px;
    border: 0;
  }

  .tasbeeh-photo-slider {
    position: relative;
    aspect-ratio: 16 / 10;
  }

  .tasbeeh-values {
    grid-template-columns: 1fr;
  }

  .tasbeeh-checks label {
    width: 100%;
  }

  .tasbeeh-form.contact-form {
    margin-bottom: -8em;
    padding: 22px;
  }

  .tasbeeh-footer.site-footer {
    padding-top: 13rem;
  }
}

/* Tasbeeh scroll reveals — use with .animatable … then .animated (scroll handler).
   Pair with bounceInLeft | bounceIn | bounceInRight | fadeInDown */
.animated.tasbeeh-seq-1 { animation-delay: 0.05s !important; }
.animated.tasbeeh-seq-2 { animation-delay: 0.14s !important; }
.animated.tasbeeh-seq-3 { animation-delay: 0.23s !important; }
.animated.tasbeeh-seq-4 { animation-delay: 0.32s !important; }
.animated.tasbeeh-seq-5 { animation-delay: 0.41s !important; }
@media (prefers-reduced-motion: reduce) {
  .animatable {
    visibility: visible !important;
    opacity: 1 !important;
  }
}


.mb-5, .my-5 {
    margin-bottom: 0rem !important;
}
  
