@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/

.header-background {
    position: absolute;
    z-index: 9999;
    width: 100%;
}


/* top header */
.top {
    padding: 8px 0px;
    background-color: #000;
}


.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
}

.top-icon a:nth-child(2) {
    border-right: none;
}

.icon1 i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 4px;
}

.top-follow {
    text-align: end;
    color: #fff;
}

.top-follow a {
    color: #ffffff;
    padding: 0px 3px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 15px;
    transition: .3s ease-in-out;
    margin-right: 1px;
}

.top-follow a:hover {
    color: #fff;
}

/*** header ***/
.logo img {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 40px;
}

.group_flex {
    display: flex;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 6px 15px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    transition: .6s linear;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 500;
    text-transform: uppercase;

}

.headerf-0flex li a:hover {
    color: #f8c318;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff;
    z-index: 999;
    justify-items: center !important;

}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 200px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 15px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    font-weight: 400;
    background-color: #ffffff;
    text-transform: capitalize;
    top: 18px;
    position: relative;
}

.dropdoqwn li a:hover {
    color: #ffffff;
    background: #f6c201;

}


nav {
    padding: 0px;
    display: flex;
    align-items: center;
}


.get-button a {
    background: #192B8E;
    color: white;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 30px;
    font-size: 18px;
    transition: .8s ease-in-out;
}

.get-button a:hover {
    background: #f6c201;
}

.headerpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(15px);
    padding: 20px 0px;
}

/* banner video */
.video_banner video {
    height: calc(110vh - 0px);
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
    object-position: bottom;
}


.text-overlap {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 128px 0px 80px 0px;
}

.text-overlap h1 {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}

.text-overlap h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
}

.text-overlap a {
    background-color: #ffa800;
    padding: 12px 35px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    background: #f6c201;
    transition: .8s ease-in-out;
}

.text-overlap a:hover {
    background: #192B8E;
}

/* about section */
.about-section {
    background-image: url(../images/aboutbackground.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.about-text {
    padding-top: 25px;
}

.about-text h6 {
    padding-bottom: 1rem;
    font-weight: 400;
}

.about-text h3 {
    font-size: 48px;
    color: #192B8E;
    font-weight: 700;
}

.about-text h4 {
    padding: 15px 0px;
    line-height: 33px;
}

.about-text p {
    padding-bottom: 20px;
}

.more-about a {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    background: #192B8E;
    text-transform: uppercase;
    display: block;
    width: max-content;
    border-radius: 5px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-top: 15px;
    transition: .8s ease-in-out;
}

.more-about a:hover {
    background: #f6c201;
}

.about-img {
    position: relative;
}

.video_btn {
    position: absolute;
    top: 375px;
    left: 160px;
}

.about-video img {
    position: absolute;
    left: 33px;
    height: 50px;
    top: 31px;
    z-index: 1;
    right: 0px;
    bottom: 0;
}

.about-click {
    animation: spin 5s linear infinite;
    position: absolute;
    top: -8%;
    left: 3%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(390deg);
    }
}



/* counter section */
.counter-section {
    padding-top: 30px;
    padding-bottom: 20px;

}

.indexcount {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
}

.counter-section {
    margin-top: 30px;
}

.count1 {
    text-align: center;
    padding: 15px 0px;
    border-right: 2px solid #D5D1D1;
    height: 110px;

}

.col-md-3:nth-child(1n+1) .count1 {
    border-right: 2px solid #D5D1D1;

}

.col-md-3:nth-child(1n+2) .count1 {
    border-right: 2px solid #D5D1D1;

}

.col-md-3:nth-child(1n+3) .count1 {
    border-right: 2px solid #D5D1D1;

}

.col-md-3:nth-child(4) .count1 {
    border-right: none;
}

.count1 h3 {
    font-size: 37px;
    font-weight: 500;
    color: #363636;
    margin: 0;

}

.count1 p {
    font-size: 17px;
    font-weight: 500;
}

/* services */
.services-section {
    margin-top: 50px;
}

.service-hadding {
    text-align: center;
}

.service-hadding h2 {
    font-size: 48px;
    font-weight: 600;
}

.service-hadding p {
    font-size: 20px;
    font-weight: 300;
}

.service-hadding span {
    color: #192b8e;
}


.service-box {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 40px 15px;
    box-shadow: 0px 0px 5px 0px rgb(206, 206, 206);
    height: 415px;
}

.service-box img {
    object-fit: cover;
    width: 100%;
    height: 218px;
    border-radius: 8px;
}

.service-box h3 {
    margin-top: 25px;
    font-size: 24px;
}

.service-box p {
    margin-top: 8px;
    color: #222222;
}

.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -18px;
    top: 212px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -18px;
    top: 212px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}

.viewservices {
    padding: 12px 30px;
    background: #192B8E;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    display: table;
    margin: 0 auto;
    transition: .8s ease-in-out;
}

.viewservices:hover {
    background: #f6c201;
    color: #fff;
}



/* why choose us */
.videosifram video {
    height: calc(65vh - 0px);
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
    object-position: bottom;
    border-radius: 10px;
}

.why-choose {
    margin-top: 70px;
}

.wyh-tittle {
    margin-bottom: 1rem;
    font-weight: 400;
}

.wyh-tittle h6 {
    padding-bottom: 1rem;
    font-weight: 400;
}

.choose-text h4 {
    font-size: 48px;
    font-weight: 600;
}

.darkline {
    color: #2c2c96 !important;
    font-weight: 700;
}

.choose-text p {
    padding-top: 15px;
}

.feature-list ul li {
    line-height: 34px;
    background: url(../images/why-tick.jpg) no-repeat;
    background-position: 0px 7px;
    padding-left: 30px;
}


.feature-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px 36px;
    align-items: start;
    color: #232b3a;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'DM Sans';
    font-size: 17px;
}

.videosifram iframe {
    width: 100%;
    height: 350px;
}


.quality {
    text-align: center;
    margin-top: 15px;
}

.quality img {
    height: 85px;
    padding-bottom: 15px;
}

.quality h5 {
    font-size: 22px;
    padding-bottom: 7px;
    font-weight: 600;
}

/* Gallery */
.galleriin1 img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 20px;
}

.galleriin2 img {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 20px;
}

.gallery-hadding {
    text-align: center;
}

.gallery-hadding h5 {
    font-size: 43px;
    font-weight: 600;
}

.gallery-hadding span {
    color: #2c2c96;
}

.gallery-hadding p {
    margin-top: 9px;
    font-size: 17px;
    margin-bottom: 10px;

}

.indexgallery {
    margin-top: 70px;
}

.seeall {
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.seeall a {
    padding: 12px 35px;
    background: #192B8E;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    display: table;
    transition: .8s ease-in-out;
}

.seeall a:hover {
    background-color: #ffa800;
}



/* client-review */
.forminpt h4 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}



.forminpt {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.indexinput {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    outline: none;
    margin-bottom: 15px;
}

.Registermaile {
    padding-bottom: 15px;
    font-size: 17px;
}

.submit {
    background: #ffa800;
    outline: none;
    padding: 10px 20px;
    display: table;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: .8s ease-in-out;
}

.submit:hover {
    background-color: #192B8E;
}


.fill-form {
    background-image: url(../images/form-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.coustmorereview h3 {
    color: #fff;
    padding-bottom: 20px;
}


.review-box {
    padding-left: 50px;
    color: white;
    font-size: 18px;
}

.review-profile {
    padding-bottom: 20px;
}


.review-box strong {
    font-size: 30px;
    display: block;
}

.star_group {
    padding-top: 20px;
    padding-bottom: 22px;
}


.coustmorereview .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 48px;
    top: 356px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}



.coustmorereview .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 680px;
    top: 356px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.coustmorereview .owl-prev i {
    font-size: 27px;
}

.coustmorereview .owl-next i {
    font-size: 27px;
}

/** FAQ **/
.indexfaq {
    padding: 60px 0px;
}

.indexfaqleft {
    margin-top: 10px;
}

.indexfaqleft h5 {
    font-size: 50px;
    padding: 0px 0px 20px 0px;
    font-weight: 500;
}

.indexfaqbox {
    background: #192b8e;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 70%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 30px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

.accordion-button {
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 19px;
    font-family: "DM Sans", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: #3d1500;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 0px 10px;
}

.faq-tittle {
    margin-bottom: 10px;
    font-weight: 400;
}

.faq-tittle img {
    margin-right: 8px;
}

.darkline {
    color: #EC8349;
}

.Company-text {
    padding-bottom: 25px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}



/* aboutcompany */
.Company-text {
    padding-bottom: 40px;
    padding-top: 40px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}


/*footer*/
.footer-counter {
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 40px;
}


.footertext {
    color: white;
}

.footertext img {
    padding-bottom: 20px;
    width: 215px;
    padding-top: 10px;
}

.footertext p {
    font-size: 16px;
    font-weight: 300;
}


.footertext ul {
    display: flex;
    padding-top: 15px;
}

.footertext a {
    padding: 0px 5px;
    color: white
}

.footertext a:hover {
    color: #FCCA04;
    transform: translate3d(1.57013e-114px, 6.87853e-115px, 0px);

}



.footerlinks h3 {
    padding-bottom: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}



.footerlinks li a {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
}

.footerlinks a:hover {
    color: #FCCA04;
}


.footerlinks i {
    margin-right: 5px;
}

.footerlinkcont {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
}


.footerlinkcont i {
    margin-right: 9px;
    margin-top: 2px;
}


.copy-right {
    margin-top: 50px;
    padding: 15px;
    text-align: center;
    display: block;
    color: white;
    background: #333333;
    border-radius: 31px;
}

.copy-right p {
    margin: 0px;
    color: #fff;
    font-weight: 300;
}

.copy-right a {
    color: #ffffff;
}

.copy-right a:hover {
    color: #f6c201;
    ;
}


/* about page */
.breadcrmbg {
    background:#192B8E;
    padding:160px 0px 50px 0px;
    text-align: center;
    color: #ffff;
}



.breadcrmbg h1 {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 5px;
}

.breadcrmbg a {
    color: #ffb452;
}


.strip_all_tours {
    margin-top: 20px;
    margin-bottom: 50px;
}

.sticky-box2 {
    border-radius: 1rem !important;
}

.sticky-box2 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}

.sticky-box2 h4 {
    margin-top: 12px;
    color: #000;
    margin-bottom: 8px;
}

.sticky-box1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 15px;
    margin-bottom: 40px;
}

.sidebar-sticky {
    position: sticky;
    top: 0px;
    margin-top: 30px;
}

.coammanpage h6 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
    font-weight: 600;
}

.coammanpage li {
    line-height: 30px;
    background: url(../images/right.png) no-repeat;
    background-position: 0px 10px;
    padding-left: 25px;
    font-size: 17px;
    margin-bottom: 6px;
}

/* contact page */
.conatact-pannel-page {
    padding-top: 60px
}

.contact-details {
   background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 40px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 225px;
}

.contact-details i {
    font-size: 35px;
    color: #ff9000;
}

.contact-details p {
    margin: 0px;
    font-size: 17px;
    margin-top: 8px;
}


.contact-details span {
    margin: 0px;
    display: block;
    color: #a3a3a3;
    margin-top: 10px;
}


.contactpage h5 {
    font-size: 40px;
    margin-top: 40px;
    color: #000000;
    text-align: center;
}

.contactpage p {
    text-align: center;
}

.continput {
    background-image: linear-gradient(#f0efef, white, #f0efef);
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
}


.continputbutton {
    margin-top: 15px;
    outline: none;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 6px;
    background: #ff9000;
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.companymap iframe {
    width: 100%;
    height: 460px;
    margin-top: 50px;
}
.prohead h2{ font-size:24px; text-align:center; padding-bottom:25px;}
.prodetailapge h2{ font-size:24px; color:#ff9000;}