/********** Template CSS **********/
:root {
    --primary: #ee9b08;
    --light: #F1F8FF;
    --dark: #0F172B;
    --theme-colors: #0170b9;
    --theme-color: #1a88d0 ;
    --red: #e01f28 ;
    --emas: #f8981d  ;
    --theme-color2: #FFCC33;
    --theme-color3: #626FFF;
    --vs-secondary-color: #2F2552;
    --title-color: #000000;
    --body-color: #444444;
    --smoke-color: #F3F3F3;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e8e8e8;
    --title-font: "DM Sans", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}

#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
  }

  #hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero .carousel-content {
    text-align: center;
  }

  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }

  #hero h2 span {
    color: #ffb03b;
  }

  #hero p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }

  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }

  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }

  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }

  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hero .carousel-control-next-icon:hover,
  #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }

  #hero .carousel-indicators li {
    cursor: pointer;
    list-style-type: none;
  }

  #hero .btn-menu,
  #hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #ffb03b;
  }

  #hero .btn-menu:hover,
  #hero .btn-book:hover {
    background: #ffb03b;
    color: #fff;
  }

  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }

  @media (min-width: 1024px) {
    #hero p {
      width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 27px;
    bottom: 81px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: #777;
    /* color: var(--light) !important; */
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: #777;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        /* position: absolute; */
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        color: #777;
        background: #fff;
        /* background: transparent !important; */
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff;
    }
}

.section_gap {
    padding: 120px 0;
  }

  .accomodation_item {
    margin-bottom: 30px;
  }

  .accomodation_item .hotel_img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
  }

  .accomodation_item .hotel_img img {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }

  .accomodation_item .hotel_img .theme_btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding: 5px 25px;
    /* max-width: 128px; */
  }

  .accomodation_item .hotel_img:hover img {
    -webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19);
  }

  .accomodation_item h5 {
    font-size: 24px;
    line-height: 28px;
    color: #52c5fd;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .accomodation_item h5 small {
    font-weight: 300;
    font-size: 14px;
  }

  .sec_h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0px;
  }

  .accomodation_two {
    margin-bottom: -40px;
  }

  .accomodation_two .accomodation_item {
    margin-bottom: 45px;
  }


  .button-group-area .theme_btn {
    margin-right: 10px;
  }
  .theme_btn {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #f3c300;
    padding: 5px 30px;
  }

  .theme_btn:before {
    background: #f8b100;
  }

  .theme_btn:hover {
    color: #fff;
  }
  .white_btn {
    background: #fff;
    padding: 0px 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  .button_hover {
    border-radius: 0px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    border: 0px;
    display: inline-block;
    text-align: center;
  }

  .button_hover:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    background: #f8b100;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
  }

  .button_hover:hover {
    color: #fff;
  }

  .button_hover:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .theme_btn_two {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 29px;
  }

  .book_now_btn {
    width: 100%;
    display: block;
    background: #f3c300;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 5px 20px;
  }
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.book_tabel_item .nice-select {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #2b3146;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    color: #777;
}

.hotel_booking_table {
    background: #04091e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hotel_booking_table h2 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
  }

  .booking_table{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 800px;
}

  .boking_table {
    margin-left: -50px;
  }

  .book_tabel_item .form-group {
    margin-bottom: 0px;
  }

  .book_tabel_item .form-group .input-group {
    position: relative;
  }

  .book_tabel_item .form-group .input-group .form-control {
    border: 1px solid #2b3146;
    background: transparent;
    border-radius: 0px;
    font-size: 13px;
    line-height: 38px;
    padding: 0px 20px;
    color: #777777;
    z-index: 0;
  }

  .book_tabel_item .form-group .input-group .form-control.placeholder {
    color: #777777;
  }

  .book_tabel_item .form-group .input-group .form-control:-moz-placeholder {
    color: #777777;
  }

  .book_tabel_item .form-group .input-group .form-control::-moz-placeholder {
    color: #777777;
  }

  .book_tabel_item .form-group .input-group .form-control::-webkit-input-placeholder {
    color: #777777;
  }

  .book_tabel_item .form-group .input-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .book_tabel_item .form-group .input-group .input-group-addon {
    background: transparent;
    padding: 0px;
    border: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #777777;
    z-index: 2;
  }

  .book_tabel_item .input-group {
    margin-bottom: 10px;
  }

  .book_tabel_item .nice-select {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #2b3146;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    color: #777;
  }

  .book_tabel_item .nice-select:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 13px;
    color: #777777;
    border: 0px;
    top: 0;
    margin-top: 0px;
    right: 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }


/*** Hero Header ***/
/* .hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
} */

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

/*------------------- 4.22. Package -------------------*/
.package-style2 {
    background-color: #fff;
    border: 5px solid #f3f3f3;
    border-radius: 30px 30px 20px 20px;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .package-style2 .package-head {
    position: relative;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    padding: 25px 30px;
    border-radius: 20px;
  }
  .package-style2 .package-price {
    line-height: 1;
    margin-bottom: 5px;
  }
  .package-style2 .package-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    color: var(--emas);
  }
  .package-style2 .package-icon {
    position: absolute;
    bottom: -37.5px;
    right: 30px;
    width: 75px;
    height: 75px;
    line-height: 80px;
    background-color: var(--emas);
    color: var(--white-color);
    border: 3px solid var(--vs-secondary-color);
    text-align: center;
    border-radius: 50%;
  }
  .package-style2 .package-icon i {
    font-size: 30px;
  }
  .package-style2 .package-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .package-style2 .package-review i {
    color: #F6B800;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
  }
  .package-style2 .package-body {
    padding: 35px 30px;
  }
  .package-style2 .package-body .vs-btn {
    width: 100%;
  }
  .package-style2 .package-list ul {
    margin: 0 0 35px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .package-style2 .package-list li {
    color: var(--body-color);
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 13px;
    list-style-type: none;
  }
  .package-style2 .package-list li i {
    color: var(--body-color);
    position: absolute;
    left: 0;
    top: 3px;
  }
  .package-style2 .pacage-save {
    color: var(--white-color);
    font-size: 18px;
  }
  .package-style2 .pacage-discount {
    background-color: var(--theme-color2);
    border-radius: 13.5px;
    color: var(--title-color);
    padding: 0 23px;
  }
  .package-style2 .package-bottom {
    display: flex;
    justify-content: space-between;
  }
  .package-style2 .vs-btn {
    margin-top: 23px;
  }
  .package-style2 .month {
    position: relative;
    top: -2px;
    margin-left: 3px;
    font-size: 15px;
  }
  .package-style2.active, .package-style2:hover {
    border: 5px solid var(--emas);
  }
  .package-style2.active .package-head, .package-style2:hover .package-head {
    background-color: var(--emas);
  }
  .package-style2.active .package-head .package-name,
  .package-style2.active .package-head .package-price,
  .package-style2.active .package-head .package-text, .package-style2:hover .package-head .package-name,
  .package-style2:hover .package-head .package-price,
  .package-style2:hover .package-head .package-text {
    color: var(--white-color);
  }

  /* Large devices */
  @media (max-width: 1199px) {
    .package-style2 .package-body {
      padding: 40px 30px;
    }
    .package-style2.active {
      margin-top: 0px;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .package-style2 .package-head {
      padding: 45px 30px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .package-style2 .package-head {
      padding: 25px 20px;
    }
    .package-style2 .package-body {
      padding: 30px 20px;
    }
    .package-style2 .package-icon {
      bottom: -30px;
      right: 20px;
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
    .package-style2 .package-icon i {
      font-size: 22px;
    }
    .package-style2 .package-list li {
      padding-left: 30px;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .package-style2 .package-list li i {
      left: 0;
      top: 5px;
    }
    .package-style2 .pacage-save {
      font-size: 15px;
    }
    .package-style2 .pacage-discount {
      padding: 0 15px;
      font-size: 14px;
    }
  }
  .preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
  }

  .vs-btn2 {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--emas);
    color: var(--white-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .vs-btn2:before, .vs-btn2:after {
    content: "";
    position: absolute;
    top: var(--shape-gap, 3px);
    right: var(--shape-gap, 3px);
    bottom: var(--shape-gap, 3px);
    left: var(--shape-gap, 3px);
    background-color: var(--emas);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .vs-btn2:before {
    transform-origin: left top;
  }
  .vs-btn2 i {
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.4s;
  }
  .vs-btn2:hover {
    color: var(--white-color);
  }
  .vs-btn2:hover:before, .vs-btn2:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .vs-btn2.style2 {
    background-color: var(--emas);
    color: var(--white-color);
    padding: 0 35px 0 0;
  }
  .vs-btn2.style2 i {
    background-color: var(--emas);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    border-radius: 50%;
  }
  .vs-btn2.style2:after {
    --shape-gap: 0;
    transform: scale(1);
    background-color: var(--emas);
    z-index: -2;
    border-radius: inherit;
    border: 2px solid var(--emas);
  }
  .vs-btn2.style2:hover {
    color: var(--white-color);
  }
  .vs-btn2.style2:hover:before {
    transform: scale(1);
  }
  .vs-btn2.style2:hover i {
    background-color: var(--emas);
  }
  .vs-btn2.style4 {
    background-color: transparent;
    border: 2px solid var(--emas);
    color: var(--title-color);
    padding: 19px 33px 16px 33px;
  }
  .vs-btn2.style4 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #CACACA;
    line-height: 25px;
    color: var(--title-color);
  }
  .vs-btn2.style4:hover {
    color: var(--white-color);
  }
  .vs-btn2.style4:hover i {
    color: var(--white-color);
    border-color: var(--white-color);
  }
  .vs-btn2.style3, .vs-btn2.style5 {
    background-color: transparent;
    color: var(--white-color);
    padding: 0 35px 0 0;
    outline: 2px solid var(--emas);
    outline-offset: -2px;
    --shape-gap: 5px;
  }
  .vs-btn2.style3 i, .vs-btn2.style5 i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    color: var(--white-color);
    background-color: var(--emas);
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  .vs-btn2.style3:hover, .vs-btn2.style5:hover {
    color: var(--white-color);
  }
  .vs-btn2.style3:hover i, .vs-btn2.style5:hover i {
    background-color: var(--emas);
  }
  .vs-btn2.style3 {
    color: var(--title-color);
  }
  .vs-btn2.style6 {
    padding: 19px 33px;
    border: 2px solid var(--emas);
    background-color: var(--emas);
    color: var(--white-color);
  }
  .vs-btn2.style6 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 18px;
    border-right: 1px solid #CACACA;
  }
  .vs-btn2.style7 {
    background-color: var(--white-color);
    border: 1px solid var(--emas);
    border-radius: 20px;
    box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    color: var(--emas);
  }
  .vs-btn2.style7:hover {
    color: var(--white-color);
  }
  .space,
  .space-top {
    padding-top: var(--section-space);
  }



/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*------------------- 4.22. Package -------------------*/
.package-style1 {
    background-color: #fff;
    border: 5px solid #f3f3f3;
    border-radius: 30px 30px 20px 20px;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .package-style1 .package-head {
    position: relative;
    transition: all ease 0.4s;
    background-color: var(--white-color);
    padding: 25px 30px;
    border-radius: 20px;
  }
  .package-style1 .package-price {
    line-height: 1;
    margin-bottom: 5px;
  }
  .package-style1 .package-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
  }
  .package-style1 .package-icon {
    position: absolute;
    bottom: -37.5px;
    right: 30px;
    width: 75px;
    height: 75px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 3px solid var(--vs-secondary-color);
    text-align: center;
    border-radius: 50%;
  }
  .package-style1 .package-icon i {
    font-size: 30px;
  }
  .package-style1 .package-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .package-style1 .package-review i {
    color: #F6B800;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
  }
  .package-style1 .package-body {
    padding: 35px 30px;
  }
  .package-style1 .package-body .vs-btn {
    width: 100%;
  }
  .package-style1 .package-list ul {
    margin: 0 0 35px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .package-style1 .package-list li {
    color: var(--body-color);
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 13px;
    list-style-type: none;
  }
  .package-style1 .package-list li i {
    color: var(--body-color);
    position: absolute;
    left: 0;
    top: 3px;
  }
  .package-style1 .pacage-save {
    color: var(--white-color);
    font-size: 18px;
  }
  .package-style1 .pacage-discount {
    background-color: var(--theme-color2);
    border-radius: 13.5px;
    color: var(--title-color);
    padding: 0 23px;
  }
  .package-style1 .package-bottom {
    display: flex;
    justify-content: space-between;
  }
  .package-style1 .vs-btn {
    margin-top: 23px;
  }
  .package-style1 .month {
    position: relative;
    top: -2px;
    margin-left: 3px;
    font-size: 15px;
  }
  .package-style1.active, .package-style1:hover {
    border: 5px solid var(--theme-color);
  }
  .package-style1.active .package-head, .package-style1:hover .package-head {
    background-color: var(--theme-color);
  }
  .package-style1.active .package-head .package-name,
  .package-style1.active .package-head .package-price,
  .package-style1.active .package-head .package-text, .package-style1:hover .package-head .package-name,
  .package-style1:hover .package-head .package-price,
  .package-style1:hover .package-head .package-text {
    color: var(--white-color);
  }

  /* Large devices */
  @media (max-width: 1199px) {
    .package-style1 .package-body {
      padding: 40px 30px;
    }
    .package-style1.active {
      margin-top: 0px;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .package-style1 .package-head {
      padding: 45px 30px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .package-style1 .package-head {
      padding: 25px 20px;
    }
    .package-style1 .package-body {
      padding: 30px 20px;
    }
    .package-style1 .package-icon {
      bottom: -30px;
      right: 20px;
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
    .package-style1 .package-icon i {
      font-size: 22px;
    }
    .package-style1 .package-list li {
      padding-left: 30px;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .package-style1 .package-list li i {
      left: 0;
      top: 5px;
    }
    .package-style1 .pacage-save {
      font-size: 15px;
    }
    .package-style1 .pacage-discount {
      padding: 0 15px;
      font-size: 14px;
    }
  }
  .preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
  }

  .vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .vs-btn:before, .vs-btn:after {
    content: "";
    position: absolute;
    top: var(--shape-gap, 3px);
    right: var(--shape-gap, 3px);
    bottom: var(--shape-gap, 3px);
    left: var(--shape-gap, 3px);
    background-color: var(--emas);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .vs-btn:before {
    transform-origin: left top;
  }
  .vs-btn i {
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.4s;
  }
  .vs-btn:hover {
    color: var(--white-color);
  }
  .vs-btn:hover:before, .vs-btn:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .vs-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 35px 0 0;
  }
  .vs-btn.style2 i {
    background-color: var(--emas);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    border-radius: 50%;
  }
  .vs-btn.style2:after {
    --shape-gap: 0;
    transform: scale(1);
    background-color: var(--theme-color);
    z-index: -2;
    border-radius: inherit;
    border: 2px solid var(--theme-color);
  }
  .vs-btn.style2:hover {
    color: var(--white-color);
  }
  .vs-btn.style2:hover:before {
    transform: scale(1);
  }
  .vs-btn.style2:hover i {
    background-color: var(--theme-color);
  }
  .vs-btn.style4 {
    background-color: transparent;
    border: 2px solid var(--theme-color);
    color: var(--title-color);
    padding: 19px 33px 16px 33px;
  }
  .vs-btn.style4 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #CACACA;
    line-height: 25px;
    color: var(--title-color);
  }
  .vs-btn.style4:hover {
    color: var(--white-color);
  }
  .vs-btn.style4:hover i {
    color: var(--white-color);
    border-color: var(--white-color);
  }
  .vs-btn.style3, .vs-btn.style5 {
    background-color: transparent;
    color: var(--white-color);
    padding: 0 35px 0 0;
    outline: 2px solid var(--theme-color);
    outline-offset: -2px;
    --shape-gap: 5px;
  }
  .vs-btn.style3 i, .vs-btn.style5 i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    color: var(--white-color);
    background-color: var(--emas);
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  .vs-btn.style3:hover, .vs-btn.style5:hover {
    color: var(--white-color);
  }
  .vs-btn.style3:hover i, .vs-btn.style5:hover i {
    background-color: var(--theme-color);
  }
  .vs-btn.style3 {
    color: var(--title-color);
  }
  .vs-btn.style6 {
    padding: 19px 33px;
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  .vs-btn.style6 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 18px;
    border-right: 1px solid #CACACA;
  }
  .vs-btn.style7 {
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    color: var(--theme-color);
  }
  .vs-btn.style7:hover {
    color: var(--white-color);
  }
  .space,
  .space-top {
    padding-top: var(--section-space);
  }

  /*=================================
Faq Area
====================================*/
.faq-area {
    background-color: #fcfcff;
    position: relative;
    z-index: 1;
  }

  .faq-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/faq/shape-3.png);
    background-position: center center;
    background-size: cover;
  }

  .faq-area-bg {
    background-color: #fcfcff;
  }

  .faq-bg {
    background-color: #0170b9;
    position: relative;
    z-index: 1;
    height: auto;
  }

  .faq-bg::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/faq/shape-5.png);
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .faq-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(../img/faq/shape-6.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .faq-bg-into {
    background-color: #fff;
    max-width: 1240px;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
  }

  .faq-bg-into::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-image: url(../img/faq/shape-4.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .faq-img {
    margin-bottom: 30px;
  }

  .faq-img img {
    max-width: 100%;
    height: 500px;
    -webkit-animation: moveBounce 10s linear infinite;
            animation: moveBounce 10s linear infinite;
  }

  .faq-content {
    max-width: 570px;
    margin-right: auto;
    margin-left: 30px;
  }

  .faq-content span {
    color: #ff4a35;
    font-weight: 500;
    line-height: 0;
  }

  .faq-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .faq-content p {
    padding-bottom: 45px;
    max-width: 620px;
    margin: 0 auto;
  }

  .faq-accordion {
    max-width: 470px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-item {
    border-radius: 50px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
  }

  .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #232350;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
  }

  .faq-accordion .accordion .accordion-title.active {
    border-radius: 50px;
  }

  .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #0170b9;
  }

  .faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 15px;
  }

  .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
  }

  .faq-accordion .accordion .accordion-content.show {
    display: block;
  }

  .faq-accordion-width {
    max-width: 100% !important;
    margin-bottom: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .faq-img-2 {
    margin-bottom: 30px;
  }

  .faq-content-text p {
    margin-bottom: 50px;
  }

  .faq-content-text p a {
    color: #ff4a35;
    text-decoration: underline;
  }

  .faq-content-text p a:hover {
    color: #070f4d;
  }

  .faq-content-text .color-black {
    color: #070f4d !important;
  }

  .faq-content-text .font-size {
    font-size: 18px;
  }
/*
---------------------------------------------
Projects Style
---------------------------------------------
*/

.projects .section-heading {
    margin-bottom: 80px;
  }

  .projects .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .projects .item {
    border-radius: 23px;
    overflow: hidden;
  }

  .projects .item .down-content {
    background-color: #fff;
    border: 1px solid #f3d7ff;
    border-radius: 0px 0px 23px 23px;
    padding: 30px;
    position: relative;
  }

  .projects .item .down-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    line-height: 30px;
    width: 75%;
  }

  .projects .item .down-content a {
    width: 46px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #5b03e4;
    transform: translateY(-23px);
  }

  .projects .owl-nav {
    position: absolute;
    overflow: hidden;
    max-width: 1320px;
    top: -126px;
    right: 16%;
    text-align: right;
  }

  .projects .owl-nav .owl-prev,
  .projects .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 24px;
    /* display: inline-block; */
    color: #fff;
    /* background-color: #5b03e4; */
    border-radius: 50%;
    opacity: 0.5;
    transition: all .3s;
  }

  .projects .owl-nav .owl-next {
    margin-left: 15px;
  }

  .projects .owl-nav .owl-prev:hover,
  .projects .owl-nav .owl-next:hover {
    opacity: 1;
  }

  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y;
      touch-action: manipulation;
      -moz-backface-visibility: hidden;
      /* fix firefox animation glitch */ }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* fix for flashing background */
      -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
      display: none; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
      background: none;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit; }
    .owl-carousel.owl-loaded {
      display: block; }
    .owl-carousel.owl-loading {
      opacity: 0;
      display: block; }
    .owl-carousel.owl-hidden {
      opacity: 0; }
    .owl-carousel.owl-refresh .owl-item {
      visibility: hidden; }
    .owl-carousel.owl-drag .owl-item {
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .owl-carousel.owl-grab {
      cursor: move;
      cursor: grab; }
    .owl-carousel.owl-rtl {
      direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

  /* No Js */
  .no-js .owl-carousel {
    display: block; }

  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

  .owl-carousel .owl-animated-in {
    z-index: 0; }

  .owl-carousel .owl-animated-out {
    z-index: 1; }

  .owl-carousel .fadeOut {
    animation-name: fadeOut; }

  @keyframes fadeOut {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }

  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    transition: height 500ms ease-in-out; }

  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }

  /*
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3); }

  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
    .basic-4 {
        padding-top: 2rem;
        /* padding-bottom: 5.375rem; */
    }

    @media(max-width: 999px)
    {
        .basic-4 {
            padding-top: 1rem;
        }
    }

    .basic-4 .resource-container {
        margin-bottom: 4rem;
        padding: 1.5rem 1.125rem 1.5rem 1.125rem;
        border-radius: 4px;
        /* background-color: #3a3458; */
    }

    .basic-4 img {
        margin-bottom: 1.75rem;
        border-radius: 0.25rem;
    }

    .basic-4 .resource-container p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
  }

  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
  }

  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #d9232d;
  }

  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }

  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
  }

  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }

  .portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
  }

  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
  }

  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }

  .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }

  .portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }

  .portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }

    .portfolio .portfolio-wrap .portfolio-links a:hover {
      color: white;
    }

  .portfolio .portfolio-wrap:hover::before {
    opacity: 1;
  }

  .portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
  }

  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }

/*================================
Inner Banner
==================================*/
.inner-banner {
    position: relative;
    background-position: center center;
    background-size: cover;
  }

  .inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #070f4d;
    opacity: 0.8;
  }

  .inner-banner .inner-title {
    padding-top: 121px;
    padding-bottom: 78px;
    position: relative;
  }

  .inner-banner .inner-title h3 {
    font-size: 30px;
    color: #fff;
  }

  .inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .inner-banner .inner-title ul li {
    font-size: 18px;
    color: #ff4a35;
    display: inline-block;
    margin-right: 10px;
  }

  .inner-banner .inner-title ul li:last-child {
    margin-right: 0;
  }

  .inner-banner .inner-title ul li i {
    font-size: 16px;
    color: #fff;
  }

  .inner-banner .inner-title ul li a {
    color: #fff;
  }

  .inner-banner .inner-title ul li a:hover {
    color: #ff4a35;
  }

  .package-style {
    background-color: #fff;
    color: #777;
    border: 5px solid #f3f3f3;
    border-radius: 30px 30px 20px 20px;
    margin-bottom: 50px;
    transition: all ease 0.4s;
  }
  .package-style .package-head {
    position: relative;
    transition: all ease 0.4s;
    background-color: #f3f3f3;
    padding: 25px 30px;
    border-radius: 20px;
  }
  .package-style .package-price {
    line-height: 1;
    margin-bottom: 5px;
  }
  .package-style .package-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    color: var(--red);
  }
  .package-style .package-icon {
    position: absolute;
    bottom: -37.5px;
    right: 30px;
    width: 75px;
    height: 75px;
    line-height: 80px;
    background-color: var(--red);
    color: var(--body-color);
    border: 3px solid var(--vs-secondary-color);
    text-align: center;
    border-radius: 50%;
  }
  .package-style .package-icon i {
    font-size: 30px;
  }
  .package-style .package-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .package-style .package-review i {
    color: #F6B800;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
  }
  .package-style .package-body {
    padding: 35px 30px;
  }
  .package-style .package-body .vs-btn {
    width: 100%;
  }
  .package-style .package-list ul {
    margin: 0 0 35px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .package-style .package-list li {
    color: var(--body-color);
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 13px;
    list-style-type: none;
  }
  .package-style .package-list li i {
    color: var(--body-color);
    position: absolute;
    left: 0;
    top: 3px;
  }
  .package-style .pacage-save {
    color: var(--body-color);
    font-size: 18px;
  }
  .package-style .pacage-discount {
    background-color: var(--red2);
    border-radius: 13.5px;
    color: var(--title-color);
    padding: 0 23px;
  }
  .package-style .package-bottom {
    display: flex;
    justify-content: space-between;
  }
  .package-style .vs-btn {
    margin-top: 23px;
  }
  .package-style .month {
    position: relative;
    top: -2px;
    margin-left: 3px;
    font-size: 15px;
  }
  .package-style.active, .package-style:hover {
    border: 5px solid var(--red);
  }
  .package-style.active .package-head, .package-style:hover .package-head {
    background-color: var(--red);
  }
  .package-style.active .package-head .package-name,
  .package-style.active .package-head .package-price,
  .package-style.active .package-head .package-text, .package-style:hover .package-head .package-name,
  .package-style:hover .package-head .package-price,
  .package-style:hover .package-head .package-text {
    color: var(--white-color);
  }

  /* Large devices */
  @media (max-width: 1199px) {
    .package-style .package-body {
      padding: 40px 30px;
    }
    .package-style.active {
      margin-top: 0px;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .package-style .package-head {
      padding: 45px 30px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .package-style .package-head {
      padding: 25px 20px;
    }
    .package-style .package-body {
      padding: 30px 20px;
    }
    .package-style .package-icon {
      bottom: -30px;
      right: 20px;
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
    .package-style .package-icon i {
      font-size: 22px;
    }
    .package-style .package-list li {
      padding-left: 30px;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .package-style .package-list li i {
      left: 0;
      top: 5px;
    }
    .package-style .pacage-save {
      font-size: 15px;
    }
    .package-style .pacage-discount {
      padding: 0 15px;
      font-size: 14px;
    }
  }
  .preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
  }

  .vs-btn1 {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--red);
    color: var(--white-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .vs-btn1:before, .vs-btn1:after {
    content: "";
    position: absolute;
    top: var(--shape-gap, 3px);
    right: var(--shape-gap, 3px);
    bottom: var(--shape-gap, 3px);
    left: var(--shape-gap, 3px);
    background-color: var(--theme-color);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .vs-btn1:before {
    transform-origin: left top;
  }
  .vs-btn1 i {
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.4s;
  }
  .vs-btn1:hover {
    color: var(--white-color);
  }
  .vs-btn1:hover:before, .vs-btn1:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .vs-btn1.style2 {
    background-color: var(--red);
    color: var(--white-color);
    padding: 0 35px 0 0;
  }
  .vs-btn1.style2 i {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    border-radius: 50%;
  }
  .vs-btn1.style2:after {
    --shape-gap: 0;
    transform: scale(1);
    background-color: var(--red);
    z-index: -2;
    border-radius: inherit;
    border: 2px solid var(--red);
  }
  .vs-btn1.style2:hover {
    color: var(--white-color);
  }
  .vs-btn1.style2:hover:before {
    transform: scale(1);
  }
  .vs-btn1.style2:hover i {
    background-color: var(--red);
  }
  .vs-btn1.style4 {
    background-color: transparent;
    border: 2px solid var(--red);
    color: var(--title-color);
    padding: 19px 33px 16px 33px;
  }
  .vs-btn1.style4 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #CACACA;
    line-height: 25px;
    color: var(--title-color);
  }
  .vs-btn1.style4:hover {
    color: var(--white-color);
  }
  .vs-btn1.style4:hover i {
    color: var(--white-color);
    border-color: var(--white-color);
  }
  .vs-btn1.style3, .vs-btn1.style5 {
    background-color: transparent;
    color: var(--white-color);
    padding: 0 35px 0 0;
    outline: 2px solid var(--red);
    outline-offset: -2px;
    --shape-gap: 5px;
  }
  .vs-btn1.style3 i, .vs-btn1.style5 i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    color: var(--white-color);
    background-color: var(--red);
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  .vs-btn1.style3:hover, .vs-btn1.style5:hover {
    color: var(--white-color);
  }
  .vs-btn1.style3:hover i, .vs-btn1.style5:hover i {
    background-color: var(--red);
  }
  .vs-btn1.style3 {
    color: var(--title-color);
  }
  .vs-btn1.style6 {
    padding: 19px 33px;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white-color);
  }
  .vs-btn1.style6 i {
    font-size: 24px;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 18px;
    border-right: 1px solid #CACACA;
  }
  .vs-btn1.style7 {
    background-color: var(--white-color);
    border: 1px solid var(--red);
    border-radius: 20px;
    box-shadow: 8.55px 23.49px 24px rgba(35, 31, 32, 0.09);
    color: var(--red);
  }
  .vs-btn1.style7:hover {
    color: var(--white-color);
  }
  .space,
  .space-top {
    padding-top: var(--section-space);
  }

  .tp-blog-3__item:hover .tp-blog-3__thumb img {
    transform: scale(1.1) rotate(-2deg);
  }
  .tp-blog-3__item:hover .tp-blog-3__thumb span {
    opacity: 1;
    visibility: visible;
  }
  .tp-blog-3__meta {
    margin-bottom: 20px;
  }
  .tp-blog-3__meta span {
    font-weight: 400;
    font-size: 15px;
    color: rgba(83, 83, 83, 0.6);
    margin-right: 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-blog-3__meta span {
      font-size: 14px;
    }
  }
  .tp-blog-3__meta span svg {
    color: #ff4a35;
    transform: translateY(-2px);
    margin-right: 4px;
  }
  .tp-blog-3__content-wrap {
    padding: 30px;
    box-shadow: 0px 13px 26px #EEF0F8;
  }
  .tp-blog-3__content-wrap  .blog-content a {
    display: block;
    color: #070f4d;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--tp-ff-body);
    line-height: 35px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
  }

  /* .tp-blog-3__title-sm {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--tp-ff-body);
    color: #070f4d;
    line-height: 35px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
  } */
  .blog-content a:hover {
    color: #ff4a35;
  }
  .tp-blog-3__link a {
    font-weight: 400;
    font-size: 16px;
    color: #070f4d;
    transition: 0.3s;
  }
  .tp-blog-3__link a i {
    transform: translateY(2px);
    margin-left: 16px;
  }
  .tp-blog-3__link a.child-1 {
    position: relative;
  }
  .tp-blog-3__link a.child-1::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff4a35;
    content: "";
    transition: 0.3s;
  }
  .tp-blog-3__link a.child-2 {
    font-size: 20px;
    color: var(--tp-common-black);
  }
  .tp-blog-3__link a:hover {
    color: var(--tp-theme-1);
  }
  .tp-blog-3__link a:hover.child-1::after {
    color: var(--tp-theme-1);
  }
  .tp-blog-3__thumb span {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: var(--tp-common-white);
    border-radius: 20px;
    padding: 8px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .tp-blog-3__thumb span img {
    margin-right: 10px;
  }
  .tp-blog-3__thumb span i {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    margin-bottom: 0;
  }
  .tp-blog-3__thumb img {
    transition: 0.7s;
  }
  .tp-blog-3__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FCF8F7;
    z-index: -1;
  }

  .page-header {
    background: #F1F8FF;
    padding: 40px 0;
    margin-bottom: 80px;
  }
  .page-header h1 {
    font-size: 30px;
  }

  .page-content {
    color: #707a88;
    font-size: 16px;
  }
  .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;
  }

  .postbox__meta {
    margin-bottom: 20px;
  }
  .postbox__meta span {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(2, 6, 38, 0.6);
    margin-right: 25px;
  }
  .postbox__meta span:last-child {
    margin-right: 0;
  }
  .postbox__meta span:not(:last-of-type)::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 9px;
    background: #676A7D;
    top: 10px;
    right: -20px;
  }
  .postbox__meta span i {
    color: var(--tp-theme-1);
    margin-right: 5px;
  }

  /* Sidebar Modal */
.sidebar-modal {
    position: relative;
  }

  .sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
  }

  .sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background-color: #fff;
  }

  .sidebar-modal .modal.right .modal-body {
    padding: 30px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    color: #070f4d;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #4356d6;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size: 16px;
    color: #75799b;
    font-weight: 600;
    text-transform: capitalize;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #ff4a35;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li {
    position: relative;
    font-weight: 500;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    color: #75799b;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #070f4d;
    margin-top: 5px;
    text-transform: initial;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #4356d6;
    border-radius: 4px;
    font-size: 15px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:hover i {
    color: #ffffff;
    background: #ff4a35;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:last-child {
    margin-bottom: 0;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display: inline-block;
    padding-right: 5px;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #75799b;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #ff4a35;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ff4a35;
  }

  .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: #fff;
  }

  .sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-animation: fadeInRight 0.6s linear;
    animation: fadeInRight 0.6s linear;
  }

  .sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
  }

  .sidebar-modal .modal-header .close {
    height: 110px;
    width: 60px;
    color: #75799b;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
  }

  .sidebar-modal .modal-header .close i {
    margin-left: 0;
    font-size: 40px;
  }

  .sidebar-modal .modal-header h2 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
  }

  .sidebar-modal .modal-header .modal-title .modal-logo2 {
    display: none;
  }

  .sidebar-modal button:focus {
    outline: 0px;
  }

  .sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-animation: fadeInRight 0.6s linear;
    animation: fadeInRight 0.6s linear;
  }

  .sidebar-modal .modal.right.fade .modal-dialog {
    right: 0;
  }

  .price-shape {
    background-image: url(../img/shape/price-shape.png);
    background-position: center center;
    background-size: cover;
  }

  .blog-dtls-content .blog-dtls-img {
    margin-bottom: 30px;
  }

  .blog-dtls-content .blog-dtls-img img {
    border-radius: 10px;
    width: 100%;
  }

  .blog-dtls-content .blog-text {
    margin-bottom: 30px;
  }

  .blog-dtls-content .blog-text h2 {
    font-size: 35px;
    color: #070f4d;
    margin-bottom: 20px;
  }

  .blog-dtls-content .blog-text blockquote {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
  }

  .blog-dtls-content .blog-text blockquote p {
    color: #0e0129;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
    text-align: left;
  }

  .blog-dtls-content .blog-text blockquote cite {
    display: none;
  }

  .blog-dtls-content .blog-text blockquote::before {
    color: #ff4a35;
    content: "\ee83";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: 'boxicons';
    font-size: 140px;
    font-weight: 900;
    opacity: 0.1;
  }

  .blog-dtls-content .blog-text blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #4356d6;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-dtls-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-dtls-content .bolg-gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-dtls-content .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }

  .blog-dtls-content .article-footer .article-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-dtls-content .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
    font-weight: 600;
  }

  .blog-dtls-content .article-footer .article-tags a:hover {
    color: #ff4a35;
  }

  .blog-dtls-content .article-footer span {
    display: inline-block;
    color: #ff4a35;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }

  .blog-dtls-content .article-footer .article-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-dtls-content .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
  }

  .blog-dtls-content .article-footer .article-share .social li {
    display: inline-block;
  }

  .blog-dtls-content .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666666;
  }

  .blog-dtls-content .article-footer .article-share .social li a {
    display: block;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #ff4a35;
    text-align: center;
    font-size: 14px;
  }

  .blog-dtls-content .article-footer .article-share .social li a:hover {
    -webkit-animation: tada 1s linear;
            animation: tada 1s linear;
  }

  .blog-dtls-content .post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-dtls-content .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-dtls-content .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-dtls-content .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }

  .blog-dtls-content .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #4356d6;
    padding: 8px 32px;
    background-color: transparent;
    border: 1px solid #4356d6;
    border-radius: 50px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }

  .blog-dtls-content .post-navigation .navigation-links div a:hover {
    color: #fff;
    background-color: #4356d6;
  }

  .blog-dtls-content .comment-area .comment-title {
    font-size: 24px;
    color: #070f4d;
  }

  .blog-dtls-content .comment-area .comment-card {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  .blog-dtls-content .comment-area .comment-card:last-child {
    border-bottom: none;
  }

  .blog-dtls-content .comment-area .comment-card .comment-author-img {
    display: inline-block;
  }

  .blog-dtls-content .comment-area .comment-card .comment-author-img img {
    max-width: 80%;
    border-radius: 50%;
  }

  .blog-dtls-content .comment-area .comment-card .comment-author-title {
    display: inline-block;
    position: relative;
    top: 10px;
  }

  .blog-dtls-content .comment-area .comment-card .comment-author-title h3 {
    font-size: 16px;
    margin: 0;
  }

  .blog-dtls-content .comment-area .comment-card .comment-author-title span {
    font-size: 12px;
    font-weight: 500;
    color: #75799b;
  }

  .blog-dtls-content .comment-area .comment-card .comment-body {
    margin-left: 100px;
    margin-top: 15px;
  }

  .blog-dtls-content .comment-area .comment-card .comment-body .reply-btn {
    border: 1px solid #ded9d9;
    color: #070f4d;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
  }

  .blog-dtls-content .comment-area .comment-card .comment-body .reply-btn:hover {
    background-color: #4356d6;
    color: #fff;
  }

  .blog-dtls-content .comment-area .comment-respond {
    background-color: #f9f9f9;
    padding: 30px;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-respond-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .form-group {
    margin-bottom: 25px;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .form-group label {
    color: #070f4d;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control {
    font-size: 16px;
    border: none;
    padding: 25px 18px;
    color: #b3b3b3;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #f7f7f7;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control:focus {
    border-color: #070f4d;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn {
    padding: 12px 30px;
    background-color: #4356d6;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn:hover {
    background-color: #070f4d;
  }

  .widget-area .widget {
    margin-top: 35px;
  }

  .widget-area .widget:first-child {
    margin-top: 0;
  }

  .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #070f4d;
    position: relative;
  }

  .widget-area .widget .post-wrap {
    padding-top: 20px;
  }

  .widget-area .widget_search form {
    position: relative;
  }

  .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
  }

  .widget-area .widget_search form .screen-reader-text {
    display: none;
  }

  .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .widget-area .widget_search form .search-field:focus {
    border-color: #070f4d;
  }

  .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background-color: #4356d6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }

  .widget-area .widget_search form button:hover {
    background-color: #070f4d;
  }

  .widget-area .widget-popular-post {
    position: relative;
    overflow: hidden;
  }

  .widget-area .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }

  .widget-area .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .widget-area .widget-popular-post .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
  }

  .widget-area .widget-popular-post .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #070f4d;
  }

  .widget-area .widget-popular-post .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/4.jpg);
  }

  .widget-area .widget-popular-post .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/5.jpg);
  }

  .widget-area .widget-popular-post .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/6.jpg);
  }

  .widget-area .widget-popular-post .item .thumb .fullimage.bg4 {
    background-image: url(../img/blog/1.jpg);
  }

  .widget-area .widget-popular-post .item .info {
    overflow: hidden;
  }

  .widget-area .widget-popular-post .item .info span {
    display: block;
    color: #75799b;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
  }

  .widget-area .widget-popular-post .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
  }

  .widget-area .widget-popular-post .item .info .title a {
    display: inline-block;
    color: #070f4d;
  }

  .widget-area .widget-popular-post .item .info .title a:hover {
    color: #4356d6;
  }

  .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #75799b;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
  }

  .widget-area .widget_categories ul li::before {
    background: #ff4a35;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 10px;
  }

  .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .widget-area .widget_categories ul li a {
    display: block;
    color: #75799b;
    font-weight: normal;
  }

  .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px;
  }

  .widget-area .widget_categories ul li a:hover {
    color: #ff4a35;
  }

  .widget-area .widget_tag ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .widget-area .widget_tag ul li {
    display: inline-block;
  }

  .widget-area .widget_tag ul li a {
    color: #75799b;
    font-weight: normal;
    padding: 7px 16px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: capitalize;
  }

  .widget-area .widget_tag ul li a:hover {
    background-color: #ff4a35;
    color: #fff;
  }
