 /*------------typography--------------*/
 /* 
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
 Font-Size: 16px; */
 
 body {
     line-height: 1.2;
     Font-Family: 'Muli', Sans-Serif;
     -webkit-font-smoothing: antialiased;
     font-size: 15px;
     color: #4c4c4c;
     background-color: #fff;
     overflow-x: hidden;
     font-family: 'Roboto', sans-serif;
 }
 
 a {
     color: #4c4c4c;
 }
 
 p,
 .paragraph {
     margin-bottom: 0px!important;
     font-weight: 400;
     color: #4c4c4c;
     font-size: 15px;
     line-height: 1.8;
     Font-Family: 'Muli', Sans-Serif;
 }
 
 .p-lg,
 .paragraph-lg {
     font-size: 22px;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .skill-name {
     color: #242636;
     line-height: 1.2;
     font-weight: bold;
     Font-Family: 'Merriweather', Serif;
 }
 
 .h1 {
     font-size: 60px;
 }
 
 #parallax {
     background-image: url('../images/backgrounds/duotone.png');
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
 }
 
 .font-secondary,
 h1,
 h2,
 h3,
 h4 {
     font-family: 'Raleway', sans-serif;
 }
 
 h2,
 .h2 {
     font-size: 30px;
 }
 
 h3,
 .h3 {
     font-size: 25px;
 }
 
 h4,
 .h4 {
     font-weight: 800;
     font-size: 20px;
     line-height: 30px;
 }
 
 h5,
 .h5 {
     font-size: 18px;
 }
 
 h6,
 .h6 {
     font-size: 14px;
 }
 
 .boxed_layout header.navigation.fixed-top.nav-bg {
     width: 1400px;
     margin: 0 auto;
 }
 
 a:hover,
 a:active,
 a:focus {
     transition: all 0.4s;
     color: #b5a067;
     text-decoration: underline;
     text-decoration-style: dotted;
 }
 /* a:hover,
a:active,
button:focus {

} */
 
 a,
 area,
 button,
 input,
 label,
 select,
 summary,
 textarea {
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     -webkit-transition: transparent;
     transition: transparent;
 }
 
 button,
 input,
 optgroup,
 select,
 textarea {
     margin: 0;
 }
 
 button,
 input {
     overflow: visible;
 }
 
 img {
     max-width: 100%;
     height: auto;
     vertical-align: middle;
     border: 0;
     display: block;
 }
 /*------------Button style--------------*/
 
 .btn:focus {
     box-shadow: none !important;
 }
 
 .btn:active {
     box-shadow: none;
 }
 
 .btn-sm {
     font-size: 15px;
     padding: 10px 30px;
 }
 
 .btn-xs {
     padding: 8px 15px;
     font-size: 15px;
 }
 
 .z-index-99 {
     z-index: 99;
     position: relative;
 }
 
 .btn-primary,
 input.button {
     background: #b5a067;
     border-radius: 5px;
     border: 2px solid #b5a067;
     color: #ffffff;
     box-shadow: 2px 2px 9px #dcd3d3;
     font-weight: 500;
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     cursor: pointer;
     text-transform: uppercase;
     font-weight: 600;
     position: relative;
     font-family: 'Roboto Slab', serif;
 }
 
 .btn-primary:hover,
 .btn-primary:focus-within,
 .btn-primary:focus {
     overflow: hidden;
     border-radius: 5px;
     color: #fff;
     border-color: #131935;
     background: #131935;
     box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
     border-width: 2px;
 }
 
 .btn-primary.focus,
 .btn-primary.active,
 .btn-primary:not(:disabled):not(.disabled):active {
     background-color: #4541b7 !important;
     border-color: #4541b7 !important;
 }
 
 .btn-group-toggle label.btn.btn-sm.btn-primary {
     margin: 5px;
     border-radius: 5px;
     box-shadow: 5px 4px 9px #cccc;
 }
 
 .btn-transparent:active,
 .btn-transparent:hover {
     color: #131935;
 }
 
 ::-moz-selection {
     background: #131935;
     color: #fff;
 }
 
 ::selection {
     background: #131935;
     color: #fff;
 }
 
 .btn-transparent {
     background: transparent;
     color: #131935;
     font-weight: bold;
 }
 
 .btn:focus {
     box-shadow: 0 0 0 3px rgb(121 82 179 / 25%);
 }
 
 .btn.focus,
 .btn:focus,
 button:focus,
 input:focus,
 select:focus,
 option:focus,
 textarea:focus {
     box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 50%)!important;
 }
 
 .btn-check:focus+.btn-outline-primary,
 .btn-outline-primary:focus {
     box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 50%);
 }
 
 .btn-check:focus+.btn,
 .btn:focus {
     outline: 0;
     box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
 }
 
 .bd-toc nav li a {
     display: block;
     padding: .125rem 1.5rem;
     color: #77757a;
 }
 
 .alert-success .alert-link {
     color: #0b2e13;
 }
 
 .alert-link {
     font-weight: 700;
 }
 
 a {
     color: #131935;
     text-decoration: none;
     background-color: transparent;
 }
 
 *,
 ::after,
 ::before {
     box-sizing: border-box;
 }
 
 a:-webkit-any-link:focus {
     outline-offset: 1px #000;
 }
 
 :focus {
     outline: -webkit-focus-ring-color auto 1px #000;
 }
 
 .select2-container--default:focus,
 .select2-selection--single:focus,
 select:focus,
 input[type=text]:focus,
 input[type=email]:focus,
 input[type=url]:focus,
 input[type=password]:focus,
 input[type=search]:focus,
 input[type=number]:focus,
 input[type=tel]:focus,
 input[type=date]:focus,
 input[type=month]:focus,
 input[type=week]:focus,
 input[type=time]:focus,
 input[type=datetime]:focus,
 input[type=datetime-local]:focus,
 input[type=color]:focus,
 textarea:focus {
     color: #131935;
     outline-offset: -6px!important;
     outline: 2px dotted #131935!important;
 }
 /*------------preloader--------------*/
 
 .preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 999;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 img {
     vertical-align: middle;
     border: 0;
     height: auto;
     max-width: 100%;
 }
 
 a,
 a:hover,
 a:focus {
     text-decoration: none;
 }
 
 a,
 button,
 select {
     cursor: pointer;
     transition: .2s ease;
 }
 
 a.text-dark:hover {
     color: #131935 !important;
 }
 
 a:hover,
 a:focus-within,
 a:focus {
     color: #131935;
 }
 /*------------Helper-classes--------------*/
 
 .section {
     padding-top: 80px;
     padding-bottom: 80px;
 }
 
 .bg-cover {
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
 }
 
 .overlay {
     position: relative;
 }
 
 .overlay::before {
     position: absolute;
     content: '';
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     background: #000;
     opacity: .5;
 }
 
 .outline-0 {
     outline: 0 !important;
 }
 
 .d-unset {
     display: unset !important;
 }
 
 .bg-primary {
     background: #131935 !important;
 }
 
 .bg-gray {
     background: #f6f9fe !important;
 }
 
 .bg-white {
     background: #ffffff !important;
     color: #fff;
 }
 
 .text-primary {
     color: #131935 !important;
 }
 
 .text-color {
     color: #4c4c4c;
 }
 
 .text-dark,
 .text-dark a {
     color: #242636 !important;
 }
 
 .text-light {
     color: #717171!important;
 }
 
 .text-white,
 .text-white a {
     color: #fff !important;
 }
 
 .mb-10 {
     margin-bottom: 10px !important;
 }
 
 .mb-20 {
     margin-bottom: 20px !important;
 }
 
 .mb-30 {
     margin-bottom: 30px !important;
 }
 
 .mb-40 {
     margin-bottom: 40px !important;
 }
 
 .mb-50 {
     margin-bottom: 50px !important;
 }
 
 .mb-60 {
     margin-bottom: 60px !important;
 }
 
 .mb-70 {
     margin-bottom: 70px !important;
 }
 
 .mb-80 {
     margin-bottom: 80px !important;
 }
 
 .mb-90 {
     margin-bottom: 90px !important;
 }
 
 .mb-100 {
     margin-bottom: 100px !important;
 }
 
 .pb-50 {
     padding-bottom: 50px !important;
 }
 
 .pb-60 {
     padding-bottom: 60px !important;
 }
 
 .pt-80 {
     padding-top: 80px !important;
 }
 
 .zindex-1 {
     z-index: 1;
 }
 
 .bg_img_01 {
     background: linear-gradient(4deg, rgb(255, 255, 255) 17%, rgba(255, 255, 255, 0.9) 69%), url(../images/all-img/bg_01.jpg);
     background-size: cover;
     background-attachment: fixed;
 }
 
 .rounded-lg {
     border-radius: 5px;
 }
 
 .overflow-hidden {
     overflow: hidden;
 }
 
 .shadow {
     box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
 }
 
 .bg-dark {
     background-color: #0f1125!important;
 }
 
 a {
     color: #0f1125;
     text-underline-offset: 3px;
     -webkit-transition: all 0.4s;
     transition: all 0.4s;
 }
 
 a:hover,
 a:focus {
     -webkit-text-decoration: underline dotted !important;
     text-decoration: underline dotted !important;
     text-underline-offset: 3px;
     -webkit-transition: all 0.4s;
     transition: all 0.4s;
 }
 
 caption {
     caption-side: top;
     border: 0;
     color: #ffffff;
     background-color: #b5a067;
 }
 /*------------icon--------------*/
 
 .icon {
     font-size: 60px;
     color: #b5a067;
 }
 
 .icon-bg {
     height: 100px;
     width: 100px;
     line-height: 100px;
     text-align: center;
 }
 
 .icon-light {
     color: #ffffff;
 }
 /*------------form--------------*/
 
 .form-control {
     border: 0;
     border-radius: 0;
     border-bottom: 1px solid #c7c7c7;
     height: 60px;
 }
 
 .form-control:focus {
     border-color: #131935;
     box-shadow: none !important;
 }
 
 textarea.form-control {
     height: 120px;
 }
 
 .card.widget ul,
 .card.widget ol {
     list-style-type: none;
     margin: 0px;
     padding-left: 0!important;
 }
 
 ul.meta-tag {
     padding-left: 0;
 }
 /*------------card--------------*/
 
 .card {
     border: 0;
     transition: .3s ease;
     overflow: hidden;
     border-radius: 6px;
 }
 
 .card-body {
     padding: 30px 20px;
 }
 
 .card-header {
     border: 0;
 }
 
 .card-footer {
     border: 0;
 }
 
 .card-title {
     color: #000;
     font-weight: 800;
 }
 
 .card-body a.btn {
     margin-top: 20px;
 }
 
 .card-body h4.mb-4 {
     font-weight: 800;
 }
 /*---------------- Sticky-header -------------*/
 
 .site-title a,
 .site-description {
     color: #ffffff!important;
 }
 /* .header-fixed.stick {
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
    -webkit-animation: 300ms ease-in-out 0s normal none fadeInDown;
    animation: 300ms ease-in-out 0s normal none fadeInDown;
    z-index: 999;
}
 */
 
 header.navigation {
     padding: 15px 0;
     background-color: #131935;
     box-shadow: -7px 8px 10px rgba(0, 0, 0, 0.18823529411764706);
     transition: all .5s ease;
 }
 
 .header-fixed.stick {
     padding: 7px 0;
     border-bottom: none;
     position: fixed !important;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     background: #fff;
     box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
     transition: all .5s ease;
     z-index: 999;
 }
 
 .header-fixed.stick .navbar-nav .nav-item .nav-link {
     text-transform: capitalize;
     padding: 15px 10px;
 }
 
 .boxed_layout {
     width: 1400px;
     margin: 0 auto;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
 }
 
 .boxed_layout .header-fixed.stick {
     width: 1400px;
     margin: 0 auto;
 }
 /*--------------- Top-bar ----------------*/
 
 .header_top_area.type-two {
     background: #ffffff;
 }
 
 .header_top_area .contact_wrapper_top {
     display: flex;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .header_top_area .contact_wrapper_top .header_top_contact {
     margin: 0;
 }
 
 .header_top_area .contact_wrapper_top .header_top_contact li {
     display: inline-block;
     padding: 14px;
     color: #2f2f2f;
     font-size: 14px;
     font-weight: 400;
     border-right: 1px solid #e8e8e8;
 }
 
 .header_top_area .contact_wrapper_top .header_top_contact li:last-child {
     border-right: none;
 }
 
 .header_top_area .contact_wrapper_top .header_top_contact li i {
     margin-right: 10px;
     color: #21ab64;
     font-size: 20px;
     vertical-align: middle;
 }
 
 .header_top_area .contact_wrapper_top .book-btn {
     display: inline-block;
     padding: 18px 30px;
     float: right;
     background: #21ab64;
     -webkit-transition: all ease-in-out 0.3s;
     transition: all ease-in-out 0.3s;
 }
 
 .header_top_area .contact_wrapper_top .book-btn a {
     color: #ffffff;
     font-size: 16px;
     text-transform: capitalize;
     font-weight: 500;
 }
 
 .header_top_area .contact_wrapper_top .book-btn:hover {
     background: #212121;
 }
 
 .header_top_area.type-two {
     background: #fff;
 }
 
 .header_top_area.type-two .contact_wrapper_top .header_top_contact li,
 .header_top_area.type-two .contact_wrapper_top .header_top_contact li i {
     color: #131935;
 }
 
 .topbar-icon ul {
     padding: 15px 0;
     margin: 0;
 }
 
 .topbar-icon ul li {
     display: inline-block;
     color: #fff;
     margin-left: 15px;
     transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
 }
 
 .topbar-icon ul li:hover {
     color: #131935;
 }
 
 li.header_top_phone {
     padding-left: 0px!important;
 }
 /*------------Navbar--------------*/
 
 .navbar-nav>li>.dropdown-menu a {
     padding: 10px 20px;
     font-weight: normal;
     font-size: 14px;
     display: block;
     font-weight: 500;
 }
 
 nav.navbar.navbar-expand-lg.navbar-dark {
     max-width: 1140px;
     margin: 0 auto;
     transition: .3s ease;
 }
 
 .navigation {
     transition: .7s ease;
 }
 
 .navigation.nav-bg {
     background-color: #131935;
     box-shadow: -7px 8px 10px rgba(0, 0, 0, 0.18823529411764706);
     transition: .7s ease;
 }
 
 .navbar .navbar-nav .nav-item .nav-link {
     text-transform: capitalize;
     padding: 15px 15px;
     font-size: 18px;
     position: relative;
     font-weight: bold;
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-decoration: none!important;
 }
 
 .navbar .navbar-nav .nav-item .nav-link:hover,
 .navbar .navbar-nav .nav-item .nav-link:focus {
     color: #b5a067;
 }
 
 article.card.shadow:hover {
     transition: .3s ease;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
 }
 
 .navbar .nav-item.active {
     font-weight: bold;
 }
 
 .navbar-dark .navbar-nav .nav-link {
     color: #fff;
 }
 
 .navbar .navbar-nav .dropdown-menu .nav-link {
     color: #000!important;
 }
 
 a.navbar-brand.font-tertiary.h3 img {
     max-width: 220px;
 }
 /* Search */
 
 ul.nav.nvbar_icon.d-flex {
     align-items: center;
 }
 
 button.btn.btn-search-bar {
     color: #fff;
     background-color: #b5a067;
     border-radius: 0;
     font-size: 20px;
     width: 70px;
 }
 
 button.btn.btn-search-bar:hover,
 button.btn.btn-search-bar:focus {
     background-color: #131935;
     transition: all 0.4s;
 }
 
 .main-search-box input {
     border-radius: 0;
     color: #131935;
     background-color: #ffffff;
     text-align: left;
     border: 0;
 }
 
 .main-search-box input::-webkit-input-placeholder {
     /* Edge */
     color: #ffffff;
 }
 
 .dropdown-toggle::after {
     display: none;
 }
 
 .main-search-box input::placeholder {
     color: #131935;
     text-transform: capitalize;
 }
 
 .main-search-box {
     position: fixed;
     width: 100%;
     background-color: #08070ad4;
     bottom: 0;
     top: 0;
     align-items: center;
     display: flex;
     left: 0;
     right: 0;
     z-index: 999;
     opacity: 0;
     transition: all 0.4s;
 }
 
 .main-search-box.collapse {
     height: 0;
     transition: all 0.4s;
     overflow: hidden;
     display: none;
 }
 
 .search__wrapper {
     height: 100vh;
     width: 100vw;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .main-search-box.collapse.show {
     display: block;
     opacity: 1;
     height: 100vh;
     transition: all 0.4s;
 }
 
 form.d-flex.justify-content-between.search-inner {
     height: 60px;
     width: 400px;
     margin: 0 auto;
     border-radius: 5px;
     overflow: hidden;
 }
 
 .main-search-box.collapse.show:before {
     content: '';
     position: fixed;
     top: 0;
     left: 0;
     background: rgb(17 15 15 / 39%);
     width: 100%;
     transition: all 0.9s;
     height: 100%;
     z-index: -1;
 }
 
 .close-search-btn {
     color: #131935!important;
     width: 50px;
     height: 50px;
     border-radius: 5px;
     text-align: center;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 20%;
     z-index: 999;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     background-color: #fff;
     transition: all 0.4s;
 }
 
 .close-search-btn:hover,
 .close-search-btn:focus {
     background-color: #b5a067;
     color: #fff!important;
     transition: all 0.4s;
 }
 
 .nav.nvbar_icon li a {
     color: #fff;
     font-size: 22px;
 }
 
 .navbar-dark .navbar-toggler {
     border: 0;
     padding: 0;
     margin-right: 15px;
 }
 
 .pagination-outer .navigation.nav-bg {
     background-color: #13193500;
     box-shadow: none;
     transition: .7s ease;
 }
 
 nav .dropdown li,
 nav .dropdown li a {
     width: 100%;
 }
 
 nav .dropdown li a:hover,
 nav .dropdown li a:focus-within {
     width: 100%;
     background-color: #b5a067;
 }
 
 .right-nav {
     display: flex;
     align-items: center;
 }
 
 header .dropdown .dropdown .dropdown-menu>.dropdown-menu {
     right: 100%!important;
     left: auto;
     top: 0!important;
 }
 
 button.search__btn {
     border: 0;
     background-color: transparent;
     color: #fff;
     font-size: 22px;
     padding: 10px;
 }
 /*------------Navbar--------------*/
 /*------------Main-banner--------------*/
 
 main video {
     top: 0;
     width: 100%;
 }
 
 .hero-area {
     padding: 240px 0 160px;
     position: relative;
 }
 
 .hero-area h1 a {
     position: relative;
     z-index: 2;
     color: #fff;
     font-weight: 900!important;
 }
 
 .hero-area h1 a span {
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #fff;
     color: transparent;
 }
 
 .layer {
     position: absolute;
     z-index: 1;
 }
 
 .layer-bg {
     position: absolute;
     bottom: 0;
     left: 0;
 }
 
 .ti-arrow-right {
     float: right;
     margin-top: 4px;
     display: block;
     opacity: 0;
     -webkit-transform: translatex(10%);
     transform: translatex(10%);
     transition: .6s ease;
 }
 
 .btn-started:hover i.ti-arrow-right,
 .comment .btn:hover i.ti-arrow-right {
     opacity: 1;
     float: right;
     transition: .6s ease;
     -webkit-transform: translatex(50%);
     transform: translatex(50%);
 }
 
 p.date {
     font-weight: 600;
     font-size: 12px;
     margin-bottom: 8px!important;
     color: #000;
     font-style: italic;
 }
 
 ol.comment-list {
     padding: 0;
 }
 
 .comment-body {
     padding-bottom: 1.5rem!important;
     border-bottom: 1px solid #dee2e6!important;
     margin-bottom: 1.5rem;
 }
 
 h3#reply-title {
     border-bottom: 1px solid #dee2e6!important;
     margin-bottom: 1rem!important;
     padding-top: 1rem!important;
     padding-bottom: 1rem!important;
     font-weight: 700!important;
     font-size: 22px;
     line-height: 30px;
 }
 
 .comment-respond {
     margin-bottom: 30px;
 }
 
 .comment-author img.avatar.avatar-100.photo {
     max-width: 80px;
     margin-right: 1rem!important;
     border-radius: 50%!important;
     height: auto;
 }
 
 footer.comment-meta {
     background: transparent!important;
 }
 
 .comment-author b.fn {
     color: #242636;
     line-height: 1.2;
     font-weight: bold;
     font-family: 'Roboto Slab', serif;
     font-size: 18px;
 }
 
 .comment-metadata {
     font-weight: 600;
     font-size: 12px;
     margin-bottom: 8px!important;
     margin-top: .5rem;
     color: #000;
     font-style: italic;
     line-height: 1.8;
     font-family: 'Roboto', serif;
 }
 
 .comment-box .reply {
     background: transparent;
     color: #131935;
     font-weight: bold;
     margin-top: 1rem!important;
 }
 
 .comment ul.children {
     padding-left: 40px!important;
 }
 
 .children .comment-body {
     border-bottom: 1px solid #dee2e6!important;
     margin-bottom: 1.5rem!important;
 }
 
 span.form-icon {
     position: relative;
     top: -34px;
     left: 15px;
 }
 /*------------Helper-classes--------------*/
 
 .hover-bg-primary {
     transition: .3s ease;
 }
 
 .hover-bg-primary:hover {
     background: #131935;
 }
 
 .hover-bg-primary:hover * {
     color: #fff;
 }
 
 .active-bg-primary {
     transition: .3s ease;
     background: #b5a067;
 }
 
 .active-bg-primary * {
     color: #fff;
 }
 
 .hover-shadow {
     transition: .2s ease;
 }
 
 .hover-shadow:hover {
     box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
 }
 /*------------social --------------*/
 
 main ul.social_media a {
     display: flex;
     width: auto;
 }
 
 ul.social_media a:hover {
     transition: .4s ease;
 }
 
 main ul.social_media a:hover {
     background-color: transparent;
 }
 
 .social {
     bottom: 120px;
     position: fixed;
     right: 0;
     z-index: 9;
 }
 
 .social ul {
     text-transform: capitalize;
     padding: 0px;
     font-size: 18px;
     -moz-transform: translate(270px, 0);
     -ms-transform: translate(270px, 0);
     -o-transform: translate(270px, 0);
     transform: translate(110px, 0);
 }
 
 .social ul li {
     display: block;
     background: #b5a067!important;
     text-align: left;
     box-shadow: -3px -3px 10px #00000057;
     padding: 8px 14px 8px 8px;
     -moz-border-radius: 0 30px 30px 0;
     border-radius: 30px 0 0 30px;
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     -ms-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
 }
 
 .social ul li:hover {
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     -ms-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
     -webkit-transform: translate(-87px, 0);
     -moz-transform: translate(-87px, 0);
     -ms-transform: translate(-87px, 0);
     -o-transform: translate(-87px, 0);
 }
 
 .social ul li:hover a {
     color: #000;
 }
 
 .social ul li a i {
     color: #fff;
     background: #131935;
     transform: rotate(0deg);
     transition: all 1s;
 }
 
 .social ul li:hover a i {
     color: #fff;
     background: #131935;
     transform: rotate(360deg);
     transition: all 1s;
 }
 
 .social ul li i {
     margin-right: 8px;
     color: #131935;
     background: #fff;
     display: block;
     padding: 9px;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     font-size: 20px;
     background: #ffffff;
     transform: rotate(0deg);
 }
 
 .container {
     position: relative;
     z-index: 9;
 }
 /*------------section-title --------------*/
 
 .section-title {
     position: relative;
     font-weight: 800;
 }
 
 .col-12.heading-div {
     margin-bottom: 60px;
 }
 
 .section-title .title {
     text-transform: capitalize;
     padding-bottom: 30px;
     position: relative;
 }
 
 .section-title .title:after {
     content: '';
     position: absolute;
     width: 50px;
     height: 5px;
     background-color: #131935;
     bottom: 0;
     border-radius: 100px;
     right: 0;
     left: 0;
     margin: 0 auto;
     bottom: 20px;
 }
 
 .section-title .sub-title {
     font-family: 'Roboto', serif;
     font-weight: 500;
     font-size: 18px;
     line-height: 28px;
     max-width: 750px;
     margin: 0 auto;
 }
 
 .footer-widget ul ul {
     padding-left: 0;
     border-left: 1px solid #61616194;
 }
 /*------------page-title --------------*/
 
.page-title {
    background-image: url(../images/backgrounds/bg1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 100px;
}
 
 .cat-links a {
     font-size: 14px;
     font-weight: 400;
 }
 
 .page-title::before {
     content: '';
     width: 100%;
     height: 100%;
     left: 0;
     right: 0;
     bottom: 0;
     position: absolute;
     top: 0;
     background-color: #000;
     opacity: 0.5;
     display: block;
 }
 
 .page-title .container {
     position: relative;
     z-index: 1;
 }
 
 .page-title h1 {
     font-weight: 800;
     margin-bottom: 0;
 }
 
 .breadcrumb-item.active {
     color: #b5a067;
 }
 /*------------footer --------------*/
 
 .footer_inner ul {
     padding: 4px;
     color: #fff;
 }
 
 .f_contact li {
     margin: 0;
     padding: 4px;
     color: #fff;
 }
 
 footer {
     background: #131935;
 }
 
 .footer_inner ul,
 .list-unstyled {
     margin: 0;
     color: #b3b0b0;
 }
 
 .f_contact li {
     padding: 1px;
     font-weight: 600;
     display: flex;
     margin-bottom: 10px;
     line-height: 22px;
     color: #fff9f9;
 }
 
 .f_contact li i {
     padding-right: 10px;
     font-size: 18px;
     border-right: 1px solid;
     color: #fff;
     line-height: 22px;
     margin-right: 11px;
 }
 
 footer p {
     color: #b3b0b0;
 }
 
 footer.footer-section h4 {
     margin-bottom: 15px;
     color: #fff;
 }
 
 footer li a {
     display: block;
     color: #ffffffd1;
     padding: 7px 0;
 }
 
 footer p a,
 footer p a:hover {
     color: #fff;
 }
 
 ul.social_media a {
     background-color: #b5a067;
     text-align: center;
     border-radius: 5px;
     font-size: 16px;
     height: 40px;
     display: block;
     width: 39px;
     padding: 0;
     line-height: 44px;
     transition: .4s ease;
 }
 
 ul.social_media a:hover {
     background-color: #FF8800;
     transition: .4s ease;
 }
 
 .section-on-footer {
     margin-bottom: -250px;
 }
 
 .shadow-down::before {
     position: absolute;
     content: "";
     box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     z-index: -1;
 }
 /*------------blog--------------*/
 
 .blog_container {
     margin-bottom: 40px;
 }
 
 .blog_sidebar button.btn.btn-primary {
     padding: 10px 17px;
 }
 
 form.search-form {
     margin: 18px;
 }
 
 .post_user_row span,
 .post_user_row a {
     font-weight: 700;
     text-transform: capitalize;
     color: #000;
     font-size: 13px;
     margin-right: 10px;
 }
 
 .post_user_row i {
     color: #542cb7;
     padding: 5px;
     margin-right: -6px;
 }
 
 .align-self-start.rounded-circle {
     max-width: 80px;
 }
 
 .blog_sidebar .card-header {
     position: relative;
     border: 0;
     color: #fff;
     background-color: #131935;
 }
 
 .blog_sidebar .media.mb-4 {
     padding-bottom: 20px;
     border-bottom: 1px solid #ccc;
 }
 
 .blog_sidebar .media.mb-4:last-child {
     border-bottom: 0;
     margin-bottom: 0!important;
     padding-bottom: 0;
 }
 
 .blog_sidebar .card-body img.d-flex.mr-3 {
     max-width: 80px;
 }
 
 .blog_sidebar .input-group {
     border-radius: 5px;
     /* border: 2px solid #ccc!important;
   */
     border: 0;
     border-bottom: 1px solid #dcdcdc;
 }
 
 .blog_sidebar .input-group .form-control {
     border: 0;
     height: 50px;
 }
 
 .blog_sidebar .input-group .btn-secondary {
     border-radius: 0;
     box-shadow: none;
     padding: 8px 16px;
 }
 
 .categories li a {
     color: #000;
     border-bottom: 1px solid #ccc;
     display: block;
     padding: 10px;
 }
 
 .categories li a:hover {
     color: #131935;
 }
 
 .categories li:last-child a {
     border: 0;
 }
 
 .blog_sidebar .card.my-4 {
     border: 0;
     border: 1px solid #dcdcdc;
 }
 
 .media-body h5.mt-0 a {
     font-size: 16px;
     color: #000;
 }
 
 .media-body h5 a:hover {
     color: #131935;
 }
 
 .card.tag li a:hover {
     opacity: 1;
     background-color: #131935;
     color: #fff;
     border-color: #131935;
 }
 
 .card.tag li a {
     opacity: 0.5;
     float: left;
     border: 1px solid #ccc;
     margin: 5px;
     padding: 5px 14px;
     font-size: 16px;
     border-radius: 5px;
 }
 
 .blog_post_cont h5.card-header {
     background-color: #131935;
     color: #fff;
     border-radius: 0;
 }
 
 blockquote {
     display: inline-block;
     padding: 10px 20px;
     background: #f6f9fe;
     border-left: 4px solid #131935;
     font-size: 22px;
     line-height: 32px;
 }
 
 .content blockquote {
     font-size: 18px;
     margin-top: 20px;
     color: #242636;
 }
 
 .content * {
     margin-bottom: 10px;
 }
 
 .content strong {
     font-weight: 600;
     color: #000000d9;
     line-height: 1.5;
 }
 
 button.wp-block-search__button {
     border: 0;
     background: #4c4c4c52;
     padding: 1px 20px;
 }
 
 .pagination a.page-link,
 .pagination li.page-item.active {
     border-radius: 100%!important;
     height: 45px;
     width: 45px;
     margin: 6px 6px;
     text-align: center;
     line-height: 30px;
     font-size: 24px;
     color: #151515;
     background-color: #ffffff;
     border: 2px solid transparent;
     box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
     transition: all 0.3s ease-in-out;
 }
 
 .page-item:hover .page-link {
     color: #b5a067;
 }
 
 .page-item.active .page-link {
     z-index: 3;
     height: 45px;
     width: 45px;
     color: #b5a067;
     background-color: #007bff00;
     border-radius: 100%;
     border-color: #8a8a8a00;
 }
 /* page 404 */
 
 .page_404 {
     background-image: url(../images/backgrounds/bg1.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: relative;
     height: 100vh;
 }
 
 .page_404::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.78);
 }
 
 .justify-content-center.content-center.text-center {
     display: flex;
     justify-content: center;
     height: 100vh;
     align-items: center;
 }
 
 .error-box h1 {
     font-size: 115px;
     line-height: 125px;
     margin-bottom: 15px;
     color: #fff;
 }
 
 .error-box span {
     font-weight: 600;
     font-size: 30px;
     line-height: 38px;
     margin-bottom: 15px;
     display: block;
     color: #fff;
 }
 
 .error-box p {
     margin-bottom: 20px;
     color: #fff;
 }
 
 .error-box .btn-primary,
 .error-box .btn-primary:hover,
 .error-box .btn-primary:focus-within {
     box-shadow: 2px 2px 9px #1d1d1d;
 }
 
 .blog_sidebar .card.widget ul,
 .tagcloud {
     padding: 15px 0 15px 8px!important;
     margin: 0;
     color: #b3b0b0;
 }
 
 .blog_sidebar .card.widget ul li a {
     color: #000;
     padding: 0;
 }
 
 .blog_sidebar .widget ul li {
     border-bottom: 1px solid #ccc;
     display: block;
     padding: 10px 0;
 }
 
 .blog_sidebar .widget ul li:last-child {
     border-bottom: 0;
 }
 
 .blog_sidebar a.tag-cloud-link {
     border: 1px solid #ccc;
     margin: 2px 1px;
     padding: 8px 10px;
     display: inline-block;
     line-height: 1.2;
     font-size: 16px!important;
     border-radius: 4px;
     opacity: 1;
     border: 0;
     background-color: #131935;
     color: #ffffff;
 }
 
 .navigation.pagination .page-numbers {
     border-radius: 6px;
     margin: 3px 3px;
     min-width: 50px;
     min-height: 50px;
     display: inline-block;
     text-align: center;
     padding: 1px 10px;
     line-height: 47px;
     font-size: 16px;
     color: #151515;
     background-color: #ffffff;
     border: 2px solid transparent;
     box-shadow: 0 0 37px 0 rgb(0 0 0 / 9%);
     transition: all 0.3s ease-in-out;
 }
 
 span.page-numbers.current,
 .page-numbers:hover,
 .page-numbers:focus {
     z-index: 3;
     color: #ffffff!important;
     background-color: #131935!important;
     border-color: #8a8a8a00;
 }
 
 .post .meta-tag li {
     display: inline-block;
     margin-right: 15px;
     margin-bottom: 20px;
 }
 
 .card.post.sticky {
     background: #efefef;
 }
 
 .single-post .post .meta-tag li {
     display: inline-block;
     margin-right: 15px;
     margin-bottom: 0;
 }
 
 .entry-taxonomy span.cat-links {
     margin-right: 15px;
 }
 
 .entry-taxonomy span.cat-links i,
 .entry-taxonomy span.tags-links i {
     margin-right: 2px;
 }
 
 .single-post ul.meta-tag {
     margin-bottom: 10px;
 }
 
 .entry-content p {
     margin-bottom: 22px !important;
 }
 
 .entry-content blockquote p {
     margin-bottom: 0 !important;
 }
 
 pre {
     background: #eee;
     font-family: "Courier 10 Pitch", Courier, monospace;
     margin-bottom: 1.6em;
     overflow: auto;
     max-width: 100%;
     padding: 1.6em;
 }
 
 .nav-links .nav-previous,
 .nav-links .nav-next {
     display: inline-block;
     background: #b5a067;
     border-radius: 5px;
     border: 2px solid #b5a067;
     box-shadow: 2px 2px 9px #dcd3d3;
     font-weight: 500;
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     cursor: pointer;
     text-transform: uppercase;
     font-weight: 600;
     position: relative;
     font-family: 'Roboto Slab', serif;
     font-size: 15px;
     padding: 10px 10px;
 }
 
 .nav-links .nav-next {
     float: right;
     word-break: break-word;
 }
 
 .nav-links .nav-previous {
     word-break: break-word;
 }
 
 .blog-content h4.font-tertiary {
     word-break: break-word;
 }
 
 .breadcrumb-main h1.text-white.font-tertiary {
     word-break: break-word;
 }
 
 .nav-links .nav-previous a,
 .nav-links .nav-next a {
     color: #fff;
 }
 
 nav.navigation.post-navigation {
     margin-bottom: 30px;
 }
 
 .post-page-numbers.current {
     color: #b5a067;
 }
 
 .calendar_wrap {
     width: max-content;
     min-width: 100%;
 }
 
 td#today {
     background-color: #b5a067;
     color: #fff;
 }
 
 .post-page-numbers {
     padding: 0;
     margin: 0 0 .3em .3em;
     border: 2px solid #b5a067a8;
     color: #000;
     background: 0 0;
     font-size: .8em;
     width: 2.5em;
     height: 2.5em;
     line-height: calc(2.5em - 4px);
     display: inline-block;
     text-align: center;
     transition: all .2s linear;
 }
 
 #wp-calendar th {
     text-align: inherit;
     border: 1px solid #ccc;
     text-align: center;
     padding: 10px;
 }
 
 #wp-calendar td {
     border: 1px solid #ccc;
     text-align: center;
     padding: 10px;
 }
 
 table#wp-calendar {
     width: 100%;
     margin-bottom: 0;
 }
 
 #wp-calendar caption {
     border: 1px solid #ccc;
     text-align: center;
     padding: 10px;
 }
 
 nav.wp-calendar-nav {
     border: 1px solid #ccc;
     text-align: center;
     padding: 10px;
 }
 
 .card.shadow.status-publish.hentry {
     width: 100%;
 }
 
 span.edit-link {
     margin-left: 10px;
 }
 
 span.edit-link a.post-edit-link {
     color: #0066ff;
 }
 
 .footer-widget a.tag-cloud-link {
     opacity: 0.8;
     float: left;
     border: 1px solid #ccc;
     margin: 2px;
     padding: 5px 14px;
     font-size: 16px!important;
     border-radius: 5px;
     color: #fff;
 }
 
 .footer-widget .tagcloud {
     padding: 10px 0px!important;
 }
 
 .footer-widget.widget_calendar tr,
 .footer-widget.widget_calendar caption,
 .footer-widget.widget_calendar .wp-calendar-nav a {
     color: #fff;
 }
 
 .blog-content footer.entry-footer {
     background: #131935;
     padding: 10px;
 }
 
 .blog-content footer.entry-footer .post-edit-link {
     color: #fff;
 }
 
 .widget_recent_comments li.recentcomments {
     color: #000;
     border-bottom: 1px solid #ccc;
     display: block;
     padding: 10px;
 }
 
 footer li a:hover,
 footer li a:focus {
     color: #ffffff99;
 }
 
 .back-to-top {
     position: fixed;
     bottom: 25px;
     right: 25px;
     display: none;
     border: 2px solid #25292d;
     z-index: 9;
 }
 
 .testimonial-content p.mb-4 {
     word-break: break-all;
 }
 
 article.card.shadow.hover-shadow {
     margin-bottom: 20px;
 }
 
 .container.notice {
     padding: 100px 0px;
 }
 
 .container.notice a {
     background: #131935;
     color: #fff;
     padding: 7px;
     font-size: 14px;
     border-radius: 4px;
     box-shadow: 8px 8px 30px 0px #ccc;
 }
 
 .blog-content.slick-slide {
     padding-right: 5px;
 }
 /* .home header.navigation.top-header {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: transparent;
    box-shadow: none;
} */
 
 .blog-content .meta-tag li {
     display: inline-block;
     margin-right: 5px;
     margin-bottom: 10px;
 }
 
 .shadow.hover-shadow .meta-tag li {
     display: inline-block;
     margin-right: 5px;
     margin-bottom: 10px;
 }
 
 nav.navigation.post-navigation.nav-bg {
     background: transparent;
     box-shadow: none;
 }
 
 .single-post .blog-content {
     display: flow-root;
 }
 
 footer.wp-block-latest-comments__comment-meta {
     background: transparent!important;
 }
 
.entry-content a {
    text-decoration: underline;
}
 
 .blog-content .img-wapper {
     display: flex;
 }
 
 .card.widget ul.children {
     padding: 0!important;
 }
 
 .widget .textwidget {
     padding: 20px;
     list-style: 24px;
 }
 
 footer .widget .textwidget {
     color: #fff;
 }
 
 .widget select {
     max-width: 100%;
 }
 
 .footer-widget li a {
     display: inline;
 }
 
 .footer-widget ul li {
     display: block;
     color: #ffffffd9;
     padding: 10px;
 }
 
 button.btn.btn-primary.search-submit {
     height: 100%;
     margin-top: 0;
 }
 
 .footer-widget ul {
     padding-left: 0;
 }
 
 .footer-widget.widget_recent_comments li.recentcomments {
     color: #b5a067;
 }
 
 .footer-widget .btn-primary {
     box-shadow: none;
     align-items: center;
     margin-top: 5px;
     margin-left: 4px;
 }
 
 .footer-widget nav.wp-calendar-nav {
     width: 100%;
 }
 
 .widget_media_image img {
     width: 100%;
 }
 
 .header_top_contact {
     padding-left: 0px;
 }
 
 a#cancel-comment-reply-link {
     margin-left: 15px;
 }
 
 #commentform .col-lg-12.mb-4 {
     padding: 0;
     margin-top: 5px;
 }
 
 .no-plugin-active header.navigation.header-fixed.top-header {
     position: relative;
     background-color: #131935;
 }
 
 #commentform .form-control {
     background-color: #f1f1f1;
     padding: 15px;
     border-radius: 5px;
 }
 
 li.cat-item {
     border-left: 1px solid #cccc;
     padding-left: 10px!important;
     display: block;
 }
 
 form.mphb_widget_search-form {
     padding: 15px;
 }
 
 form.mphb_widget_search-form label {
     margin-top: 10px;
 }
 
 .mphb_widget_search-form select,
 .mphb_widget_search-form input {
     width: 100%;
     display: block;
 }
 
 p.mphb_widget_search-submit-button-wrapper .button {
     padding: 10px;
     display: block;
     box-shadow: 2px 10px 10px #00000029;
 }
 
 p.mphb_widget_search-submit-button-wrapper {
     margin-top: 20px;
 }
 
 .blog_sidebar ul.dropdown.dropdown-menu {
     position: unset;
     top: unset;
     left: unset;
     z-index: 1000;
     display: block;
     float: unset;
     min-width: 100%;
     font-size: 1rem;
     color: #212529;
     text-align: left;
     list-style: none;
     background-color: #fff;
     background-clip: padding-box;
     border: none;
     border-radius: 0;
     border-left: 1px solid #dad9d9b8 !important;
 }
 
 .blog_sidebar .dropdown button.caret {
     background-color: transparent;
 }
 
 .blog_sidebar .widget ul li.menu-item {
     border-bottom: none;
 }
 
 .blog_sidebar .menu-item .dropdown span:after,
 .blog_sidebar .menu-item.dropdown span:after {
     content: none!important;
 }

 /*------------slick slider--------------*/

.slick-dots {
    text-align: center;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.slick-dots li.slick-active button {
    background: #fff;
    width: 25px;
}

.slick-dots li button {
    height: 8px;
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s ease;
    border: 0;
}


/*---slider-2---*/

.hero-slide * {
    outline: none;
}

.hero-slide .slider {
    box-shadow: 0 20px 50px -25px black;
}

.hero-slide .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.hero-slide .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero-slide .item img {
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hero-slide .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-slider.slider .slick-arrow {
    bottom: -40px!important;
}

.hero-slide .slick-arrow {
    bottom: 60px!important;
}

.slider .slick-prev,
.slider .slick-next {
    width: 44px;
    height: 44px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    display: none;
}

.slider button.slick-next.slick-arrow {
    left: 60px;
    transform: rotate(180deg);
}

.slider button.slick-prev.slick-arrow {
    right: 60px;
}

.slider .slick-arrow {
    font-size: 0;
    position: absolute;
    padding: 0 16px;
    background-color: #b5a067;
    top: auto;
    text-align: center;
    border-radius: 3px;
    bottom: 0;
    border: 0!important;
}

.slider .slick-arrow:after {
    display: block;
    content: '';
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    font-style: normal;
    font-weight: normal;
    width: 14px;
    /* height: 14px; */
    transform: rotate(-46deg);
    padding: 8px;
    /* margin-top: 15px; */
    position: relative;
    transition: all 0.3s ease 0s;
}

.product__slider-main div {
    background: #333333;
    text-align: center;
    font-size: 75px;
    color: #ffffff;
}


/*--------- Index-one-main ----------*/

main.hero-slide .item {
    position: relative;
}

.hero-slider__content-wrapper {
    position: absolute;
    align-items: flex-end;
    display: flex;
    top: 0;
    bottom: 26%;
    left: 0;
    z-index: 5;
    width: 100%;
}

.hero-slider__content-wrapper * {
    color: #fff;
    text-align: center;
}

.hero-slider__content {
    max-width: 650px;
    margin: 0 auto;
}

.hero-slide .slick-slide:after {
    content: '';
    background: #000;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

.hero-slider__content .hero-slider__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.hero-slider__content .hero-slider__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px!important;
    color: #d0c9c9;
}

.hero-slider__content .hero-slider__btn {
    border: 2px solid #d2cbcb;
    color: #ffffff;
    line-height: 26px;
    margin: 10px;
    /* border-radius: 5px; */
    padding: 10px 30px;
    text-transform: uppercase!important;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.hero-slider__content .hero-slider__btn.active,
.hero-slider__content .hero-slider__btn:hover,
.hero-slider__content .hero-slider__btn:focus-within {
    /* text-transform: uppercase; */
    background: #dbb567;
    border-color: #dbb567;
    color: #131935;
}

.slider-type-one .hero-slider__content .hero-slider__btn.active,
.slider-type-one .hero-slider__content .hero-slider__btn:hover,
.slider-type-one .hero-slider__content .hero-slider__btn:focus-within {
    background: #212121;
    border-color: #212121;
    color: #fff;
}

main.hero-slide.slick-initialized.slick-slider.slick-dotted {
    overflow: hidden;
    margin: 0;
    position: relative;
}

main.hero-slide .item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

main.hero-slide .slick-prev:before,
main.hero-slide .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    line-height: 16px;
    transition: all 0.3s ease-in-out 0s;
}

main.hero-slide .slick-prev:before {
    content: "\f30a";
    left: 0px;
}

main.hero-slide .slick-next:before {
    content: "\f30b";
    right: 0;
}

main.hero-slide .slick-prev,
main.hero-slide .slick-next {
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(110, 110, 110, 0.40);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

main.hero-slide .slick-prev:hover,
main.hero-slide .slick-next:hover {
    background: #ed1c24;
}

main.hero-slide .slick-prev:hover:before,
main.hero-slide .slick-next:hover:before {
    color: #fff;
}

main.hero-slide .slick-next {
    right: 20px;
}

main.hero-slide .slick-prev {
    left: 15px;
}

main.hero-slide .slick-dots {
    position: absolute;
    display: block !important;
    /* background: red; */
    z-index: 999;
    width: 100%;
    height: 60px;
    bottom: 0;
}


/*------------video btn--------------*/

.blueBg {
    background-color: #131935!important;
    background-image: linear-gradient(90deg, #5a4504, #131935);
}

.intro-banner-vdo-play-btn {
    height: 80px;
    width: 80px;
    /* position: absolute;
   */
    top: 50%;
    left: 65%;
    text-align: center;
    margin: 3px 58px 0 -36px;
    border-radius: 100px;
    z-index: 2;
}

.intro-banner-vdo-play-btn i {
    line-height: 67px;
    font-size: 30px;
    display: block;
    z-index: 99;
    clip-path: polygon(100% 48%, 0 0, 0 100%);
    width: 26px;
    height: 30px;
    background-color: white;
    margin-top: 25px;
    margin-left: 30px;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 260px;
    height: 260px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -126px 0 0 -126px;
    border-radius: 100%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


/* Heading Underline */

.underline {
    display: inline-block;
    position: relative;
}

.underline:before {
    background-color: #fff;
    bottom: -15px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 110%;
}


/*------------about--------------*/

ul.about-list {
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
    list-style: none;
    margin-top: 30px;
}

.about-list li {
    margin-bottom: 15px;
    color: #1e2f41;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    display: flex;
    position: relative;
}

.about-list li:before {
    content: '';
    display: block;
    width: 10px;
    transform: rotate(44deg);
    height: 17px;
    border-right: 2px solid #131935;
    border-bottom: 2px solid #131935;
    margin-right: 15px;
    line-height: 34px;
}

.about-list li:last-child {
    margin-bottom: 0;
}

img.signature {
    width: 160px;
    margin: 7px;
}

.name_sig {
    position: absolute;
    bottom: -7px;
    width: 78%;
    border-bottom: 4px solid #131935;
    left: 8px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 10px #ccc;
    margin: 0 32px;
    padding: 14px;
}


/*------------animate--------------*/

.animate_img {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate_img {
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
}

@-webkit-keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/*------------services --------------*/

.services .card {
    position: relative;
}

.services .card.active-bg-primary:after {
    background-color: #fff;
}

.services .card.active-bg-primary:hover * {
    color: #333;
}

.services .card:after {
    content: '';
    display: block;
    background-color: #b5a067;
    border-radius: 0 100% 100% 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
}

.services .card:hover:after {
    transition: .3s ease;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.services .card-body {
    position: relative;
    z-index: 2;
}

.services .card:hover * {
    color: #fff;
    transition: .3s ease;
}


/*------------portfolio --------------*/

.hover-content h4 a {
    color: #fff;
}

.hover-wrapper {
    overflow: hidden;
}

a.btn.btn-light.btn-sm {
    padding: 0;
    width: 50px;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 100%;
    color: #131935;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.hover-wrapper img {
    transition: .3s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-wrapper:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}

.hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    top: 0;
    background: #131935;
    background-size: cover;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.hover-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transition: .5s ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.hover-wrapper:hover .hover-content {
    transition: .5s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*------------testimonial --------------*/

.testimonial-slider.slick-initialized {
    margin: 0px -15px!important;
}

.testimonial-slider .slick-dots {
    margin-top: 20px;
    height: 10px;
}

i.ti-quote-right {
    position: absolute;
    font-size: 126px;
    font-weight: bold;
    z-index: -1;
    color: #000;
    top: 131px;
    right: 31px;
}

.testimonial-slider .testimonial-content {
    background-color: #ffffffed;
    padding: 40px;
    border-radius: 15px;
    margin: 20px 15px;
    box-shadow: -11px -11px 0px 0px #ffffffbf;
    position: relative;
}

.testimonial-bg-shapes img {
    display: block;
    max-width: 100px;
    float: left;
}

section.section.bg-primary.position-relative.testimonial-bg-shapes:before {
    content: '';
    background-image: url(../images/backgrounds/3.png);
    position: absolute;
    bottom: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}

.testimonial-content strong {
    color: #131935;
}


/*------------accordion --------------*/

.accordion-custom_d button[aria-expanded="true"] {
    background: #b5a067!important;
}

#accordionExample.accordion-custom_d .card-header {
    padding: 0;
    overflow: hidden;
}

.accordion-custom_d {
    margin-top: 30px;
}

.accordion-custom_d .btn-link {
    padding: 10px 20px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.accordion-custom_d .card-body {
    padding: 10px 24px 10px 24px !important;
}

.accordion-custom_d .card-body p {
    margin-bottom: 0;
}

.accordion>.card .card-header {
    font-size: 20px;
}

.accordion-custom_d .card-header .btn.collapsed {
    background: #f6f9fe;
    font-weight: bold;
    color: #1e2f41;
}

.accordion-custom_d button[aria-expanded="true"] .fa.main:after {
    transform: rotate(42deg)!important;
    transition: all 0.3s ease 0s;
}

.accordion-custom_d .card-header .btn .fa.main:after {
    display: block;
    content: '';
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    font-style: normal;
    font-weight: normal;
    width: 14px;
    height: 14px;
    transform: rotate(-134deg);
    padding: 5px;
    margin-top: 22px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.accordion-custom_d .card-header .btn .fa.main {
    /* padding: 8px 0px;
   */
    position: absolute;
    right: 22px;
    display: block;
    text-align: center;
    top: 0px;
}

.helping-area-cont h1.section-title {
    text-transform: inherit;
    font-size: 40px;
    margin-bottom: 60px;
}


/*--contact--*/

iframe.f_map {
    border: 0;
    height: 100%;
    width: 100%;
}

.icon-box {
    font-size: 40px;
    color: #b5a067;
}

.con-diss h4 {
    margin: 15px;
}

.contact-box {
    border: 1px solid #e6e6e6;
    padding: 40px 15px;
    border-radius: 5px;
}


/*------------Team Section --------------*/

.share_tag {
    display: flex;
    justify-content: space-between;
}

.share_tag span.label {
    font-weight: bold;
}

.share_tag a {
    padding: 4px 10px;
}

.share_tag a:hover {
    color: #131935;
}

.team-social {
    bottom: 0;
    background-color: #ffffffde;
    padding: 15px!important;
    transition: .5s ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.card .team-social {
    bottom: 0;
    background-color: #ffffffde;
    padding: 15px!important;
    opacity: 0;
    transition: .4s ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.card:hover .team-social {
    opacity: 1;
    transition: .4s ease;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}


/*------------skill--------------*/

@keyframes load {
    from {
        width: 0%
    }
}

@-webkit-keyframes load {
    from {
        width: 0%
    }
}

@-moz-keyframes load {
    from {
        width: 0%
    }
}

@-o-keyframes load {
    from {
        width: 0%
    }
}

ul.skills-list {
    padding: 0;
}

span.skill-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
}

.bar {
    background-color: #EEE;
    border-radius: 15px;
    height: 12px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bar::before {
    content: attr(data-skill);
    background-color: #b5a067;
    display: inline-block;
    height: 12px;
    border-radius: inherit;
    animation: load 2s 0s;
    -webkit-animation: load 2s 0s;
    -moz-animation: load 2s 0s;
    -o-animation: load 2s 0s;
}

.bar.learning::before {
    width: calc(20% - 10px);
}

.bar.basic::before {
    width: calc(40% - 10px);
}

.bar.intermediate::before {
    width: calc(60% - 10px);
}

.bar.advanced::before {
    width: calc(80% - 10px);
}

.bar.expert::before {
    width: calc(100% - 10px);
}

.skills-list li {
    margin-top: 36px;
}


/*------------experience-Area--------------*/

.experience-box .experience-icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.experience-box .title {
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

.experience-box {
    text-align: right;
    background-color: #fff;
    box-shadow: 6px 4px 32px #e6e6e6;
    padding: 20px;
    border-radius: 4px;
    margin: 30px 0;
}

.experience-box.right-box .experience-icon {
    float: right;
    margin-left: 10px;
}

.experience-box .row.skip-space {
    align-items: center;
}

.experience-box.left-box {
    text-align: left;
}

.experience-box.left-box .experience-icon {
    float: left;
    margin-right: 10px;
}

.experience-image {
    margin: 0;
    background-color: #131935;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    max-width: 350px;
    text-align: center;
    /* justify-content: center;
   */
    margin: 0 auto;
    /* display: flex;
   */
}

.experience-icon i {
    font-size: 40px;
    color: #FF9800;
}

.experience-icon .fa-edit {
    color: #f73c84;
}

i.fa-chart-line {
    color: #59c352;
}

.fas.fa-luggage-cart {
    color: #566dec;
}

.client-logo-slider .slick-slide {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
}

img.custom-logo {
    padding: 10px 0;
    max-width: 200px;
}

.client-logo-slider .slick-list {
    margin: 0 -10px;
}


/* Why Us Section --------------------------------*/

#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    padding: 0;
    transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
    font-size: 36px;
    float: left;
}

#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #413e66;
    margin-bottom: 5px;
}

#why-us .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186;
}

#why-us .counters span {
    font-family: "Roboto", serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #ffffff;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Roboto", serif;
    font-size: 14px;
    color: #ffffff;
}

.counter_box {
    background-color: #131935;
    margin: 15px 0;
    border-radius: 5px;
    padding: 29px 32px;
    box-shadow: 2px 2px 10px #a9a9a9;
}

.counter_box i {
    color: #b5a067;
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}

.counter_box .d-flex {
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff21;
    padding: 7px 14px;
    border-radius: 5px;
}


/*---*/

.breadcrumb-item.active {
    color: #b5a067;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    margin: auto;
    width: 90vw;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 999;
    background: red;
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #333333), to(#333333));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #333333 75%, #333333 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
}