*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,a:hover{
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
img{
    max-width: 100%;
    height: auto;
}
.dis-flex-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* input box */
.inputBox{
    position: relative;
    color: #45f3ff;
    width: 100%;
    height: 40px;
    margin: 30px 0;
    display: block !important;
}
.inputBox input,
.inputBox.textarea textarea{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
    padding: 0 10px;
    z-index: 1;
    cursor: pointer;
}
.inputBox .text{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0px 10px;
    display: block;
    transition: .3s ;
    text-transform: capitalize;
    pointer-events: none;
    color: #333;
}
.inputBox input:focus + .text,
.inputBox input:valid + .text{
    top: -35px;
    left: -10px;
}
.inputBox .line{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    transition: .3s ease-in-out;
    border-radius: 2px;
    pointer-events: none;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.inputBox input:focus ~ .line,
.inputBox input:valid ~ .line{
    height: 100%;
}
.inputBox.textarea {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0px 0;
}
.inputBox.textarea textarea{
    height: 100%;
    resize: none;
}
.textarea textarea:focus + .text,
.textarea textarea:valid + .text{
    top: -35px;
    left: -10px;
}
.textarea textarea:focus ~ .line,
.textarea textarea:valid ~ .line{
    height: 100%;
}
/* Button-style */
.btn-style-1{
    width: 50%;
    display: block !important;
    margin: 10px 20px 10px 0px;
    background: #333;
    border: none;
    color: #f1f1f1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 0;
    z-index: 1;
    transition: .5s ease-in-out;
    text-align: center;
  }
  .btn-style-1:hover{
    color: #fff;
    background-color: #38B449;
  }

/* font-family */
@font-face{
    src: url(../fonts/LearningCurve_OT.otf);
    font-family: curve;
}
@font-face{
    src: url(../fonts/VerdanaPro-Regular.ttf);
    font-family: vardan;
}
@font-face{
    src: url(../fonts/Capsuula.ttf);
    font-family: capsul;
}
@font-face{
    src: url(../fonts/CaviarDreams.ttf);
    font-family: navi;
}
@font-face{
    src: url(../fonts/sansation-bold_[allfont.net].ttf);
    font-family: head;
}

body{
    font-family: vardan;
    overflow-x: hidden;
}
/* Common Css */
ol,ul{
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}
textarea {
    resize: none !important;
}
button, select{
    cursor: pointer;
}
button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
    box-shadow: none;
}
p{
    margin-bottom: 0;
}
/* for margin */

.mar-t-10{
    margin-top: 10px;
}
.mar-t-15{
    margin-top: 15px;
}
.mar-t-20{
    margin-top: 20px;
}
.mar-t-30{
    margin-top: 30px;
}
.mar-t-40{
    margin-top: 40px;
}
.mar-t-50{
    margin-top: 50px;
}
.mar-b-10{
    margin-bottom: 10px;
}
.mar-b-20{
    margin-bottom: 20px;
}
.mar-b-30{
    margin-bottom: 30px;
}
.mar-b-40{
    margin-bottom: 40px;
}
.mar-b-50{
    margin-bottom: 50px;
}
.mar-b-90{
    margin-bottom: 90px;
}
.mar-lr-15{
    margin-left: 5px;
    margin-right: 5px;
}

/* for padding */
.padd-top-bottom-15{
    padding: 15px 0;
}
.padd-top-bottom-20{
    padding: 20px 0;
}
.padd-t-10{
    padding-top: 10px;
}
.padd-t-15{
    padding-top: 15px;
}
.padd-t-20{
    padding-top: 20px;
}
.padd-t-30{
    padding-top: 30px;
}
.padd-t-40{
    padding-top: 40px;
}
.padd-t-50{
    padding-top: 50px;
}
.padd-b-10{
    padding-bottom: 10px;
}
.padd-b-15{
    padding-bottom: 15px;
}
.padd-b-20{
    padding-bottom: 20px;
}
.padd-b-30{
    padding-bottom: 30px;
}
.padd-b-40{
    padding-bottom: 40px;
}
.padd-l-20{
    padding-left: 20px;
}
.padd-l-0{
    padding-left: 0 !important;
}
/* for Text-size */

.head-one{
    font-size: 37px;
    font-weight: bold;
}
.head-two{
    font-size: 27px;
    font-weight: bolder;
}
.head-three{
    font-size: 29.5px;
    font-weight: 700;
}
.head-four{
    font-size: 14px;
    font-weight: 600;
}
.head-light{
    font-size: 32px;
    font-weight: 300;
    color: #333;
    font-family: capsul;
}
.pera-common{
    font-size: 13px;
    font-weight: bold;
}
.pera-one{
    font-size: 13px;
    font-weight: 400;
}
.pera-two{
    font-size: 16px;
    font-weight: 400;
}
.pera-three{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.pera-four{
    font-size: 14px;
    color: green;
}
.pera-curve{
    font-family: curve;
    font-size: 37.3px;
    color: #333;
    line-height: 40px;
}
.pera-bold-c{
    color: #38B449;
    font-weight: bold;
    font-size: 16px;
}
.pera-three-2{
    font-size: 18px;
    font-weight: 700;
    font-family: head;
}
.h-p{
    background: #0a420f;
}
.h-p-w{
    background: #fff;
    color: #333;
}
/* border */

.border-style-1{
    border: 2px solid #006600;
    border-radius: 12px;
}

.text-overflow1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.text-overflow3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}
.text-overflow-height{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.list{
    list-style: unset;
    padding-left: 40px;
}
/* main-css */

#main-header{
    background-color: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 111;
}
.header-main-section{
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.logo-area{
    width: 300px;
    display: flex;
    align-items: center;
}
.logo-img{
    width: 90px;
    height: 90px;
}
.logo-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo-area h2{
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: navi;
}
.logo-area h1{
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: navi;
}
.main-nav-area{
    background: #333333;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 5px 5.5px 5px #000;
}
.main-nav-area ul{
    display: flex;
    cursor: pointer;
}
.main-nav-area ul >li{
    color: #f1f1f1;
    font-size: 13.33px;
    display: block;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
    font-family: navi;
    padding: 10px 24px 10px 5px;
}
.main-nav-area ul li > a{
    color: #f1f1f1;
    display: block;
}
.main-nav-area ul li:hover a{
    text-decoration: none;
}
.main-nav-area ul li .submenu{
    position: absolute;
    top: 120%;
    left: 2%;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    width: max-content;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
    z-index: 12345678;
    padding: 5px 10px;
}
.main-nav-area ul li .submenu li{
    padding: 10px !important;
}
.main-nav-area ul li:hover .submenu{
    opacity: 1;
    visibility: visible;
    top: 105%;
}
.main-nav-area ul li:hover .submenu li{
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.main-nav-area ul li:hover .submenu li:first-child{
    border-top: none;
}
.main-nav-area ul li.angel-down-icon:after{
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 6px;
    top: 30%;
    color: #999999;
    z-index: 99999999999;
    transition: .3s ease-in-out;
}
.main-nav-area ul li.angel-down-icon:hover:after{
    color: #fff;
    content: "\f106";
}
.main-nav-area ul li:hover{
    background-color: #38B449;
}
.slider-main-sec-all{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-main-sec-all .slider-active{
    width: 100%;
    height: 100%;
}
.slider-main-sec-all .slider-active .single-slider{
    width: 100%;
    height: 100vh;
}
.slider-bg-1{
    background: url(../img/bg-img-1.jpg) no-repeat;
    background-size: cover;
}
.slider-bg-2{
    background: url(../img/bg-img-2.jpg) no-repeat;
    background-size: cover;
}
.slider-bg-3{
    background: url(../img/bg-img-3.jpg) no-repeat;
    background-size: cover;
}
.slider-bg-4{
    background: url(../img/bg-img-4.jpg) no-repeat;
    background-size: cover;
}

/* Middle slider area */

/* .middle-slider-single-1{
    background: url(../img/4.jpg) no-repeat;
} */
.middle-part-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 70%;
    margin: 50px auto;
}
.middle-box-slide-1{
    width: 350px;
    height: 240px;
    background: rgba(255, 255, 255, .7);
    padding: 5px 15px;
}
.middle-box-slide-1 img,
.middle-box-slider-2 img{
    border-radius: 12px;
}
.middle-box-slider-2{
    width: 350px;
    height: 240px;
    background: rgba(255, 255, 255, .7);
    border-radius: 12px;
    padding: 5px 15px;
}
.middle-box-slide-1 h2,
.middle-box-slider-2 h2{
    font-family: capsul;
}
.middle-box-slide-1 p,
.middle-box-slider-2 p{
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
/* .middle-slider-active-1 img:hover,
.middle-slider-active-2 img:hover{
    cursor: pointer;
}  */
.middle-slider-active-1 .owl-dots,
.middle-slider-active-2 .owl-dots{
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%);
}
.middle-slider-active-1 .owl-dots .owl-dot,
.middle-slider-active-2 .owl-dots .owl-dot{
    width: 11px;
    height: 11px;
    background: #afa6a6;
    border-radius: 50%;
    margin: 0px 2px;
}
.middle-slider-active-1 .owl-dots .owl-dot.active,
.middle-slider-active-2 .owl-dots .owl-dot.active{
    background: #697470;
}
.middle-part-1{
    text-align: center;
}
.middle-part-1 h1{
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-family: head;
}

/* footer area */
#main-page-foot{
    background-color: rgba(0, 0, 0, .8);
}
.foot-copyright-area{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.foot-copyright-area p{
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.social-group{
    display: flex;
}
.social-group li{
    margin-right: 10px;
    transition: .3s ease-in;
}
.social-group li a{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    transition: .3s ease-in;
    background-image: url(../img/social.png) ;
    background-repeat: no-repeat ;
    background-size: auto 60px;
}
.facebook a{
    background-position: top 0px left 0px;
}
.facebook:hover a{
    background-position: top -30px left 0px;
}
.twitter a{
    background-position: top 0px left -37px ;
}
.twitter:hover a{
    background-position: top -30px left -37px ;
}
.youtube a{
    background-position: top 0px left -73px ;
}
.youtube:hover a{
    background-position: top -30px left -73px ;
}

.insta a{
    background-position: top 0px left -366px ;
}
.insta:hover a{
    background-position: top -30px left -366px ;
}
.google a{
    background-position: top 0px left -292px ;
}
.google:hover a{
    background-position: top -30px left -292px ;
}
.pintarest a{
    background-position: top 0px left -329px ;
}
.pintarest:hover a{
    background-position: top -30px left -329px ;
}

.footer-sponcer-area .sponcer-group{
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-sponcer-area .sponcer-group li a img{
    width: 60%;
}
.follow{
    margin-top: 5px;
}

        /* ==================
        Mission /vission area
        =====================*/

.other-all-foot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.mission-head{
    width: 50%;
    background-color: rgba(0, 0, 0, .8);
    padding: 15px;
}
.mission-head h2{
    font-family: head;
    color: #fff;
}
.mission-head h1{
    font-family: head;
    color: #fff;
}
.mission-2nd-part{
    background-color: rgba(255, 255, 255, .9);
    padding: 25px 20px;
    margin-bottom: 125px;
}
.mission-2nd-part-img{
    height: 380px;
    width: 100%;
}
.mission-2nd-part-img img{
    object-fit: cover;
    width: 100%;
}
.gallery-img-part{
    width: 85%;
    margin: 50px auto
}
.gallery-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer !important;
}
.gallery-img a{
    display: block;
}
.gallery-img a:hover{
    cursor: pointer;
    display: block;
}
h2.head-three{
    font-family: head;
}
h1.head-three{
    font-family: head;
}
.double-section-area h2{
    color: #333;
}
.pagi{
    display: flex;
    justify-content: flex-end;
}
.pagi .pagi-dec{
    margin: 0px 10px;
    color: #798dbd;
}
.pagi .pagi-dec:hover{
    color: rgb(74, 71, 94);
    cursor: pointer;
}

/* contact */
.contact-info-area{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 40px;
}
.contact-info-area h2{
    font-family: head;
    color: #333;
}
.contact-info-area p{
    background-color: #006600 ;
    color: #fff;
    padding: 5px 3px;
}
.contact-details{
    display: flex;
}
.details-left{
    margin-right: 30px;
}
.contact-details span{
    display: block;
    font-size: 12px;
    line-height: 27px;
}
/* nile-cru area */
.recom-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}

.recom-item.border {
    border: 1px solid #f5f5f5;
}

.recom-item:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
    width: 53%;
    padding: 30px 0 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
}

.recom-item .recom-item-body:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-15deg) translateX(32px);
    -moz-transform: skew(-15deg) translateX(32px);
    -ms-transform: skew(-15deg) translateX(32px);
    -o-transform: skew(-15deg) translateX(32px);
    transform: skew(-15deg) translateX(32px);
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .blog-title {
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.stars ul li span i{
    color: #38B449;
    font-size: 10px;
    margin-right: 5px;
}
.recom-item .recom-item-body .recom-price span {
    font-size: 26px;
    color: #424d58;
}

.recom-item .recom-item-body .recom-button {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9b5c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
    color: #424d58;
}

.recom-item .recom-item-body .cws-button {
    min-width: initial;
    padding: 10px 34px;
    padding-right: 16px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recom-item a:hover{
    text-decoration: none;
}
h6:hover{
    color: #38B449;
}
.cws-button.alt {
    background: #333;
    color: #ffffff;
}
.recom-item .recom-item-body .cws-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: -2px;
    bottom: -2px;
    width: 20px;
    background: #333;
    -webkit-transform: skew(-15deg) translate(8px,2px);
    -moz-transform: skew(-15deg) translate(8px,2px);
    -ms-transform: skew(-15deg) translate(8px,2px);
    -o-transform: skew(-15deg) translate(8px,2px);
    transform: skew(-15deg) translate(8px,2px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .cws-button:hover:before {
    background: #38B449;
}
.recom-item .recom-item-body .cws-button:hover{
    background-color: #38B449;
}

/* .recom-item .recom-item-body .action {
    position: absolute;
    z-index: -2;
    top: 30px;
    right: -115px;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 15px 6px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
} */

.recom-item .recom-media {
    position: relative;
    z-index: 1;
    width: 47%;
    height: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
}

.recom-item .recom-media .pic img {
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .location {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recom-item .recom-media:hover {
    width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .cws-button:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
    right: -65px;
}

/* nile-cru-details */
.nile-cru-details-nav ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.nile-cru-details-nav ul li {
    margin-right: 25px;
    display: block;
    
}

.nile-cru-details-nav ul li:hover a{
    text
}
.nile-cru-details-nav ul li:last-child{
    margin-right: 0;
}
.nile-cru-details-nav ul li a{
    color: #333;
    text-transform: capitalize;
    font-family: navi;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    padding: 25px;
    position: relative;
}
.nile-cru-details-nav ul li a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #38B449;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in;
}
.nile-cru-details-nav ul li:hover a:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.bookmarks ul {
    display: flex;
    width: 90%;
    padding: 5px 0;
    margin: auto;
    justify-content: center;
}
.bookmarks ul li {
    cursor: pointer;
    width: 120px;
    overflow: hidden;
    opacity: .9;
    height: 124px;
    border: 1px solid rgba(0,0,0,0.5);
    margin-right: 10px;
    position: relative;
    transform: skew(-16deg);
}
.bookmarks ul li:last-child{
    margin-right: 0;
}
.bookmarks ul li img {
    height: 100%;
    width: 162px;
    object-fit: cover;
    transform: skew(16deg) translateX(-10%);
    max-width: none;
}
.jewelry-slider .owl-nav i{
    font-size: 32px;
    color: #fff;
}
.jewelry-slider .owl-nav button.owl-prev i{transform:skew(16deg) translateX(220%);}
.jewelry-slider .owl-nav button.owl-next i{transform:skew(16deg) translateX(-220%);}
.jewelry-slider.overwrite .owl-nav button.owl-prev i{transform:skew(16deg) translateX(135%);}
.jewelry-slider.overwrite .owl-nav button.owl-next i{transform:skew(16deg) translateX(-135%);}
.jewelry-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 101%;
    left: -7%;
    background: #38B449;
    width: 124px;
    height: 124px;
    transform: skew(-16deg);
}
.jewelry-slider.overwrite .owl-nav button.owl-prev {
top: 101.5%;
width: 97px;
height: 125px;
}
.jewelry-slider.overwrite .owl-nav button.owl-next {
    top: 101.5%;
    width: 97px;
    height: 125px;
}

.jewelry-slider .owl-nav button.owl-next{
    position: absolute;
    top: 101%;
    right: -7%;
    background: #38B449;
    width: 124px;
    height: 124px;
    transform: skew(-16deg);
}
.tour-area h2,
.tour-area-left h2{
    font-family: head;
}
.tour-area p,
.tour-area-left p{
    font-size: 14px;
    color: #333;
    line-height: 29px;
}
.tour-area ul li,
.tour-area-left ul li{
    font-size: 14px;
    columns: #333;
    line-height: 29px;
}
.tour-area-left{
    background: #a3daf0;
    padding: 30px 25px;
}
.tour-area-left ul li{
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}
.tour-area-left ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 34%;
    width: 6px;
    height: 6px;
    background: #38B449;
    border-radius: 50%;
}
#trip-details p{
    font-size: 14px;
    color: #333;
    line-height: 29px;
}
/* price-table */

.blue { color: #185875; }
.yellow { color: #FFF842; }

.price-table th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}

.price-table td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.price-table {
  text-align: left;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-radius: 3px;
}

.price-table td, .price-table th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
}

/* Background-color of the odd rows */
.price-table tr:nth-child(odd) {
	  background-color: #323C50;
}

/* Background-color of the even rows */
.price-table tr:nth-child(even) {
	  background-color: #2C3446;
}

.price-table th {
	  background-color: #1F2739;
}

.price-table td:first-child { color: #FB667A; }

.price-table tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.price-table td:hover {
  background-color: #2b384d;
  color: #fff;
  font-weight: bold;
  
  box-shadow: #0a090a -1px 1px, #0a090a -2px 2px, #0a090a -3px 3px, #0a090a -4px 4px, #0a090a -5px 5px, #0a090a -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
	  transition-duration: 0.4s;
	  transition-property: all;
  transition-timing-function: line;
}
.price-table .button{
    background: #38B449;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: head;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 3px;
    transition: .3s ease-in;
    border: 1px solid #38B449;
}
.price-table .button:hover {
    color: #38B449;
    background: #333;
    border: 1px solid #000;
}
/* packages pages */
.link-part ul{
    display: flex;
}
.link-part ul li{
    margin-left: 10px;
    font-size: 13px;
}
.link-part ul li a{
    font-size: 13px;
}
.slider-content-left-area {
    background: rgba(0, 0, 0, .8);
    padding: 60px 10px 15px 10px;
    text-align: center;
    color: #fff;
    height: 96.5%;
}
/* tab */
.tabs {
    margin: auto;
    max-width: 99%;
  }
  .tabs-nav {
      display: flex;
      flex-wrap: wrap;
      height: 46px;
      padding-left: 0px;
      padding-top: 0px;
      -moz-box-shadow: inset 0 -2px 2px #dadada;
      -webkit-box-shadow: inset 0 -2px 2px #dadada;
      box-shadow: inset 0 0px 0px #000;
      border-bottom: 1px solid #09f;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background: -moz-linear-gradient(top, #ccc, #000 75%);
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#000), color-stop(100%,#333));
      background: -ms-linear-gradient(top, #ccc, #000);
      border-top: 1px solid #09350e;
  }
  .tabs-nav li{
      margin-right: 30px;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 4px;
    margin-top: 10px;
    margin-left: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px;
  }
  .tabs-nav li:last-child a {
    border-top-right-radius: 6px;
  } 
  .tab-link-a {
    font-family: head;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 7px 35px 7px 35px;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    background: -moz-linear-gradient(top, #999, #fff 75%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#fff), color-stop(100%,#999));
    background: -ms-linear-gradient(top, #999, #fff);
    border-top: 1px solid white;
    transition: .3s ease-in;
  }
  a:hover {
    color: #ff7b29;
  }
  .tab-active a {
    font-family: head;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    padding: 7px 35px 7px 35px;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#09350e), color-stop(100%,#0a6508));
    background: -ms-linear-gradient(top, #09350e, #0a6508);
    background: -moz-linear-gradient(top, #09350e, #0a6508 75%);
    border-top: 1px solid white;
    outline: none;
  }
  .tabs-stage {
    border: 1px solid #cecfd5;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 24px 30px;
    position: relative;
    top: -1px;
  }
  
@media (max-width: 800px) {
.price-table td:nth-child(4),
.price-table th:nth-child(4) { display: none; }
}

/* include */
 .tab-h h2{
    font-family: head;
}
.include-list-1 li{
    font-size: 13px;
    color: #333;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}
.include-list-1 li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #38B449;
    border-radius: 50%;
}
.include-head{
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 15px;
}
.trip-details-img{
    width: 300px;
}
/* mobile menu */
.burger {
    display: none;
    position: absolute;
    left: 0%;
    top: -26px;
    z-index: 99999999;
    transform: translateY(-50%);
}
.burger div{
    width: 30px;
    margin: 5px;
    background: #000;
    height: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
@-webkit-keyframes navLinkFade{
    from{
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    to{
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0)
    }
  }
  @keyframes navLinkFade{
    from{
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    to{
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0)
    }
  }
  .toggle .line1{
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
        -ms-transform: rotate(-45deg) translate(-5px, 6px);
            transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2{
    opacity: 0;
  }
  .toggle .line3{
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
        -ms-transform: rotate(45deg) translate(-5px, -6px);
            transform: rotate(45deg) translate(-5px, -6px);
  }
/*Mobile Menu*/
._1mobile_menu {
    position: relative;
    z-index: 111;
    display: none;
  }
  ._1mobile_menu_header {
    display: flex;
    align-items: center;
    padding: 13px 20px 14px;
  }
  ._1mobile_menu_logo {
    flex: 1 1;
  }
  ._1mobile_menu_logo_img {
    width: auto;
    height: 35px;
  }
  ._1mobile_menu_button{
    cursor: pointer;
  }
  ._1mobile_menu_button i {
    color: #8c8989;
    font-size: 17px;
    margin-left: 5px;
  }
  /*mobile menu*/
  .phone_icon {  
    font-size: 10px;
  }
  .number {
   display: none;
  }
  .dis_nne{ display: none;}
  .menu_top_left {
    align-items: center;
    height: 100%;
  }
  .select_input_section {
    display: none;
  }
  .menu_up_link {
    display: none;
  }
  .menu_up_section_right {
  padding: 0px;   
  }
  .menu_up_section_right {
    float: right;
  }
  .mobile_logo_icon {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .mobile_logo_icon:before {
    content: '';
    width: 1px;
    height: 28px;
    background: #60637c;
    top: 4px;
    right: -22px;
    position: absolute;
  }
  .mobile_logo_icon i {
    color: #fff;
    cursor: pointer;
    font-size: 17px;
  }
  .menu_serch_icon {
    align-items: center;
    display: flex;
    margin: 9px 7px 0px 0px;
    font-size: 14px;
  }
  .menu_serch_icon i {
    color: #fff;
  }
  .menu_section{display: none;}
  .mobile_menu_dropdown {
    position: fixed;
    top: 153px;
    left: -100%;
    width: 85% ;
    padding: 0;
    max-height: 86vh;
    z-index: 10;
    overflow-y: scroll;
    opacity: 0;
    transition: all 0.3s ease-in;
    visibility: hidden;
  }
  .mobile_menu_dropdown.active {
    opacity: 1;
    visibility: visible;
    left: 0px;
  }
  
  html.modal-open {
    overflow: hidden;
    transition: all 0.3s linear;
  }
  html.modal-open:before {
    position: absolute;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s linear;
    z-index: 11;
    content: '';
    height: 100%;
    width: 100%;
    top: 151px;
}
  
  .all_toggles {
    display: block;
  }
  .all_toggles.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    top: 0;
    left: 0;
  }
  .icon_click{display: block;}
  .icon_click.active{display: none;}
  
  .icon_rmv{
    display: none;
  }
  .icon_rmv.active{
    display: block;
  }
  .mobile_menu_btm {
    background: #000000;
    padding: 14px 24px;
    position: absolute;
    width: 100%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    top: 76px;
  }
  .mobile_menu_btm.active {
    visibility: visible;
    opacity: 1;
  }
  ._1mobile_menu_search {
    color: #8c8989;
    font-size: 15px;
    flex: 0 0 36px;
    text-align: center;
  }
  .mobile_menu_int {
    background: transparent;
    width: 100%;
    font-size: 14px;
    padding: 4px 0;
    border: none;
    color: #8c8989;
  }
  .mobile_menu_btm_right {
    display: flex;
    align-items: center;
    border: 1px solid #393939;
    background: #141414;
    padding: 00 12px 0;
  }
  .mobile_menu_btm_right p {
    color: #9b9292;
    flex: 1;
    font-size: 15px;
  }
  .mobile_menu_btm i {
    color: #8c8989;
  }
  .icon_one{display: block;}
  .icon_one.active{display: none;}
  
  .icon_two{
    display: none;
  }
  .icon_two.active{
    display: block;
  }
  .mobile_menu_dropdown_all{
    background: #000;
  }
  .all_range_iteam {
    border-top: 1px solid #393939;
    cursor: pointer;
  }
  .all_range_iteam:first-child{
     border-top: none;
  }
  .mbl_select_iteam_in {
    display: flex;
    padding: 0px 20px;
    align-items: center;
    color: #cfcfcf;
  }
  .mbl_iteam_title,
  .mbl_iteam_title a {
    font-size: 14px;
    flex: 1;
    font-weight: 600;
    padding:10px 0px 10px 0px;
    text-transform: capitalize;
    color: #cfcfcf;
  }
  .mbl_select_iteam_in i {
    font-size: 10px;
  }
  .mbl_main_iteam {
    display: none;
    background: #141414;
  }
  .mbl_main_iteam_ul{}
  .mbl_main_iteam_ul li {
    font-size: 12px;
    font-weight: bold;
    /*border-top: 1px solid #393939;*/
  }
  .mbl_main_iteam_ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 1px solid #393939;
  }
  .mbl_main_iteam_ul li a {
    color: #cfcfcf;
    display: block;
    padding: 10px 0px 10px 30px;
    text-transform: capitalize;
    font-size: 14px;
  }
  .clr_two{
    background: #000;
  }
  .clr_two ul li a{padding-left: 50px;}
  .pdng_lft {
    padding-left: 30px;
  }
  .all_list_iteam a{
    color: #cfcfcf !important;
  }
  .menu_up_first_icon i {
    font-size: 16px;
    padding: 0px 13px 0px 10px;  
  }
  .icon_up {  
    top: -5px;
  }
  .product_left_all {  
  width: 90%; 
  }
  .menu_top_section {
    position: fixed;
    width: 100%;
    z-index: 4;
  }
  .menu_up_section {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 40px;
  }
  .all_content {
    padding-top: 106px;
  }
  .icon i{}
  .icon i.fa-plus:before{
    content: "\f068";
  }
  ._menu_cat_title {
    font-family: small;
    color: #676767;
    font-weight: bold;
    padding: 8px 28px 8px;
    font-size: 18px;
    text-transform: uppercase;
  }
  /*Mobile Menu*/


  /* responsive  */

  
@media (max-width: 1024px){
    .middle-part-2 {
        flex-direction: column;
        align-items: center;
        margin: 241px auto;
    }
    .middle-box-slide-1 {
        margin-bottom: 59px;
    }
}
@media(max-width: 768px){
    .middle-part-2 {
        margin: 68px auto;
    }
    .foot-copyright-area {
        flex-direction: column-reverse;
    }
    .powerd{
        margin: 10px 0;
    }
    ._1mobile_menu{
        display: block !important;
    }
    .main-nav-area{
        display: none;
    }
    .burger{
        display: block;
    }
    .logo-area {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-top: 48px;
    }
    .mission-head {
        width: 70%;
    }
    .mission-2nd-part-img {
        height: auto;
    }
    .mission-2nd-part {
        margin-bottom: 195px;
    }
    .tab-link-a {
        padding: 7px 16px 7px 16px;
    }
    .tab-active a {
        padding: 7px 16px 7px 16px;
    }
}
@media (max-width:414px){
    .middle-part-2 {
        width: 100%;
    }
    .btn-style-1 {
        width: 100%;
    }
    .other-all-foot {
        position: static;
    }
    .foot-copyright-area {
        padding: 20px 0;
    }
    .head-three {
        font-size: 22.5px;
    }
    .mission-2nd-part {
        margin-bottom: 5px;
    }
    .gallery-img {
        margin-bottom: 20px;
    }
    .nile-cru-details-nav ul li a {
        padding: 0px;
        font-size: 10px;
    }
    .jewelry-slider .owl-nav  {
        display: none;
    }
    .bookmarks ul li {
        height: 34px;
        transform: skew(0deg);
    }
    .recom-item .recom-item-body .recom-button {
        display: none;
    }
    .tab-link-a {
        font-size: 12px;
        padding: 7px 5px 7px 5px;
    }
    .tab-active a {
        font-size: 12px;
        padding: 7px 5px 7px 5px;
    }
    .tabs-nav {
        height: 91px;
    }
    form.inputBox{
        width: 100% !important;
    }
}
@media (max-width: 320px){
    .middle-box-slide-1 {
        width: 96%;
    }
    .middle-box-slider-2 {
        width: 96%;
    }
    .logo-img {
        width: 60px;
        height: 60px;
    }
    .contact-info-area {
        padding: 20px 0px;
    }
    .social-group li {
        margin-right: 4px;
    }
    .nile-cru-details-nav ul li a {
        padding: 0px;
        font-size: 10px;
    }
    .pera-one {
        font-size: 9px;
    }
    .recom-item .recom-item-body .cws-button {
        padding: 9px 34px;
    }
}