@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@import url('https://fonts.googleapis.com/css2?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');


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin-bottom: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.v_a_img {
    vertical-align: middle;
}

hr {
    border: 0.5px solid #f1f1f1;
}

.brd_btm {
    border-bottom: 1px solid #c3c3c3;
}

.ps-rlt {
    position: relative;
}

.airplane1 {
    position: absolute;
    width: 8%;
    top: 5%;
    right: 0;
    animation: mymove2 9s infinite alternate;
    /* animation-direction: alternate; */
    animation-timing-function: ease;
}

@keyframes mymove2 {
    from {
        right: 0px;
    }

    to {
        right: 700px;
        /* rotate: 180deg; */
    }
}

/* grid */
.grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-rows: 37vh 37vh;
    gap: 10px;
    grid-template-areas:
        "item1 item2 item3"
        "item1 item2 item4"
    ;
}

.item1 {
    grid-area: item1;
}

.item2 {
    grid-area: item2;
}

.item3 {
    grid-area: item3;
}

.item4 {
    grid-area: item4;
}


.img-txt {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 69%;
    background-color: rgba(255, 255, 255, 0.60);
    padding: 10px;
}

.centered1 {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    /* opacity: 0; */
}

/* .rel:hover .centered1 {
    opacity: 1;
} */

.rel {
    position: relative;
}


.s_icon {
    width: fit-content;
    float: right;

}

.margin-text {
    margin: 0.5% 0%;
}

.fa-twitter,
.fa-linkedin,
.fa-facebook-square {
    font-size: 18px !important;
    color: #000;
}




.red_more {
    font-size: 16px;
    background-color: #ffba00;
    display: inline-block;
    padding: 1% 2%;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.btn2 {
    color: #fff;
    font-weight: 500;
}

.quote {
    width: 130px;
    float: right;
    margin: 0% 0%;
    background-color: #006d8b;
    border-radius: 5px;
}

.quote_btn {
    width: 100%;
    padding: 6% 7%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all .5s;
}

.img {
    width: 100%;
    display: block;
}

.min-h {
    /* min-height: 500px; */
    /* border: 1px solid #00000047; */
    border-radius: 8px;
}

.con-img {
    min-height: 250px;
    width: 100%;
}

.txt-con p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #818181;
    margin: 1%;
}


.txt-con h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #000000;
    margin: 1%;
    text-transform: uppercase;
}

.txt-con h2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #737373;
    /* margin: 1%; */
}

.txt-con {
    padding: 4%;
    /* margin: -12% 0%; */
    background-color: #fff;
}

.brd_botm {
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
}

.call_em {
    width: 786px;
    float: left;
    margin: 0% 0%;
}

.email {
    width: fit-content;
    float: left;
    padding: 1%;
    border-right: 0.2px solid rgba(0, 0, 0, 0.2);
}

.call_em_txt {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}

.fa,
.fa-instagram {
    font-size: 16px !important;
    color: #000;
}

.call {
    width: fit-content;
    float: left;
    padding: 1%;
}



/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/

/* .tra_act h6::before {
    background-color: #1b458f;
    content: "";
    height: 2px;
    width: 33px;
    margin-right: 10px;
    position: absolute;
    left: 43%;
    top: 43%;
} */

.flex-404{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-404 img{
    width: 600px;
}

.flex-404 h2{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% !important;
    text-align: left;
    margin: 0% !important;
}


.title3 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    text-align: left;
    margin: 0% 1% 1% !important;
    border-left: 5px solid #d93b38;
    padding-left: 10px;
}

.co-brd {
    border: 1px solid #7e7f7d38;
    padding: 18px;
    background: #fff;
    border-radius: 13px;
    text-align: center;
}

.co-brd h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #d93b38;
    padding: 0% !important;
}

.co-brd p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 150%;
    color: #d93b38;
    padding: 0% !important;
}

.icon_wrap {
    width: 44px;
}

.icon_wrap2 {
    width: 43px;
}

.col_sm45 {
    width: 10%;
    float: left;
    margin: 1%;
}

.col_sm455 {
    width: 86%;
    float: left;
    margin: 1%;
}

.title4 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    text-align: left;
    margin: 0% 1% 1% !important;
    border-left: 5px solid #d93b38;
    padding-left: 10px;
}

.img_con {
    width: fit-content;
    margin: 3% auto 0%;
}

.img_top_mar {
    margin-top: 2%;
}

.cover_img_flex {
    display: flex;
    justify-content: center;
}

.cover_img {
    background-image: url(../images/img-1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    width: 50%;
    height: 500px;
    float: left;
}

.content2 {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 5% 0% 3%;
    background-color: #d93b38;
}

.fix_nav {
    border-bottom: 1px solid rgb(204, 204, 204);
}

#smile {
    position: absolute;
    top: 2px;
    left: 37px;
}

#smile1 {
    position: absolute;
    top: 28px;
    left: 54px;
}

#smile3 {
    position: absolute;
    top: 28px;
    left: 54px;
}

#smile1 path {
    stroke: #d93b38;
    stroke-dasharray: 1000;
    /* Default value; adjust based on path length */
    stroke-dashoffset: 1000;
    /* Same value as stroke-dasharray */
    animation: line-animation 20s ease forwards;
}

#smile path {
    stroke: #d93b38;
    stroke-dasharray: 1000;
    /* Default value; adjust based on path length */
    stroke-dashoffset: 1000;
    /* Same value as stroke-dasharray */
    animation: line-animation 20s ease forwards;
}

#smile3 path {
    stroke: #d93b38;
    stroke-dasharray: 1000;
    /* Default value; adjust based on path length */
    stroke-dashoffset: 1000;
    /* Same value as stroke-dasharray */
    animation: line-animation 20s ease forwards;
}

@keyframes line-animation {
    to {
        stroke-dashoffset: 0;
    }
}


.test h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% 1% 0.5% 0%;
    text-align: center;
    text-transform: uppercase;
}

.ftr_txt3 p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    text-align: left;
    margin: 0 0 4% !important;
}

.test_img {
    width: 100px;
}

.test .flex {
    justify-content: center;
    display: flex;
    align-items: center;
}

.test p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 0% 17%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;

}

.test h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #d93b38;
    ;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0 0;
}

.test h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: center;
}

.footer_bg {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* height: 75vh; */
    padding: 8% 0px;
    position: relative;
}

.foot_bg {
    background: #fff !important;
    padding: 2% 0;
    /* padding: 5% 0px; */
    display: flex;
}

.footer_brd {
    border-right: 1px solid #d93b3863;
    min-height: 235px;
}

.tra_act h6 {
    font-family: 'Poppins';
    color: #d93b38;
    font-size: 18px;
    padding: 0% 1% 0% 4%;
    text-align: center;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    display: table;
    margin: 0 auto;
}

/* .tra_act h6::before {
    background-color: #1b458f;
    content: "";
    height: 2px;
    width: 33px;
    margin-right: 10px;
    position: absolute;
    right: 43%;
    top: 43%;
} */

.tra_act h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% 1% 0.5% 0%;
    text-align: center;
    margin: 0% !important;
}

.tra_act p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 0% 17%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.tra_act_child {
    border: 1px solid #ccc;
    position: relative;
}

.tra_act_child h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
    margin: 2% 0% 2% !important;
}

.tra_act_child img {
    width: 80px;
}

.tra_act_child .flex {
    justify-content: center;
    display: flex;
    padding: 10px 5px;
}

.popu_dest h6 {
    font-family: 'Poppins';
    color: #d93b38;
    font-size: 18px;
    padding: 0% 0% 0% 2.5%;
    text-align: left;
    line-height: 150%;
    font-weight: 600;
    margin: 0;
    display: inline;
    position: relative;
}

.popu_dest p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 1% 0%;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}


.popu_dest h6::before {
    background-color: #d93b38;
    content: "";
    height: 2px;
    width: 33px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
}

.popu_dest .box {
    border: 10px solid #fff;
    position: relative;
}

.popu_dest_img {
    background-image: url('../images/img-9.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 10px solid #fff;
}

.popu_dest_img2 {
    background-image: url('../images/img-6.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 10px solid #fff;
}

.popu_dest_img3 {
    background-image: url('../images/img-7.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 10px solid #fff;
}

.popu_dest_img4 {
    background-image: url('../images/img-8.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 10px solid #fff;
}

.popu_dest h5 {
    position: absolute;
    top: 11px;
    left: 10px;
    color: #fff;
    background: #d93b38;
    padding: 7px 15px;
}

.popu_dest h3 {
    position: absolute;
    bottom: 38px;
    left: 4px;
    color: #fff;
    padding: 7px 15px;
}


.popu_dest h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% 1% 0.5% 0%;
    text-align: left;
}

.txt9 h2 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -36px !important;
    font-weight: 500;
    color: #000;
}

.txt9 p span {
    float: right;
    margin-right: 14%;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    width: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.txt9 p {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.txt h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px !important;
    font-weight: 500;
    color: #fff;
}

.txt p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 1%;
    text-align: justify;
}

.txt p span {
    float: right;
    margin-right: 14%;
    margin-bottom: 10px;
    font-size: 21px;
    color: #333333;
    width: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}


.brd-r {
    border-radius: 30px;
}

hr {
    border: 1px solid #fff !important;
}

.marg-b {
    margin-bottom: 9px !important;
    margin-left: 1% !important;
}

.overlay {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 14%, rgb(0 0 0 / 40%) 100%);
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.txt3:hover {
    transition: all .5s ease-out;
}

.txt3:hover {
    filter: drop-shadow(2px 4px 6px black);
}

.txt3 h2 {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 0;
    text-align: left;
    left: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 0% !important;
}



.txt3 p {
    font-size: 18px;
    color: rgb(255 255 255 / 76%);
    width: auto;
    text-align: center;
    padding: 10px 0px;
    line-height: 150%;
    position: relative;
    top: 0;
    text-align: left;
    left: 50px;
    font-family: 'Poppins', sans-serif;
}

.txt3 p span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: auto;
    font-family: 'Poppins', sans-serif;
}

.txt4 h2 {
    font-size: 34px;
    color: #fff;
    position: relative;
    transition: all .2s ease-in-out !important;
    top: 0;
    font-family: 'Poppins', sans-serif;
}

.txt4:hover h2 {
    position: relative;
    top: -40px;
}

.txt4 p {
    color: rgb(255 255 255 / 83%);
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 150%;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all .2s ease-in-out !important;
    font-family: 'Poppins', sans-serif;
}

.txt4:hover p {
    position: relative;
    top: -40px;
    opacity: 1;
}


.rel {
    position: relative;
    overflow: hidden;
}

.overlay3 {
    position: absolute;
    width: 100%;
    height: 92%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    top: 0;
}

.txt5 p {
    font-size: 17px;
    color: #000;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin: 3% 1% !important;
    font-family: 'Poppins', sans-serif;
}


.col_sm5-1 {
    width: 10%;
    margin: 1%;
    float: right;
}

.bg1 {
    background-image: url(../images/tour-item-5.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.bg2 {
    background-image: url(../images/tour-item-6.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg3 {
    background-image: url(../images/tour-item-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg4 {
    background: #f6f6f6;
}

.bg5 {
    background: #14b9d5;
}

.slide2-carousel>.owl-nav>.owl-prev>.bi-chevron-left,
.slide2-carousel>.owl-nav>.owl-next>.bi-chevron-right {
    color: #000 !important;
}

.slide-carousel>.owl-nav>.owl-prev>.bi-chevron-left,
.slide-carousel>.owl-nav>.owl-next>.bi-chevron-right {
    color: #000 !important;
}

.bi-chevron-left,
.bi-chevron-right {
    /* color: #fff !important; */
}

.owl-prev:hover .bi-chevron-left,
.owl-next:hover .bi-chevron-right {
    color: #000 !important;
}

.fa-facebook,
.fa-instagram {
    color: #000;
    font-size: 18px !important;
    cursor: pointer;
}

.hello {
    color: #000;
    font-size: 38px !important;
    cursor: pointer;
}


.welcome h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% !important;
    text-align: left;
    margin: 0% !important;
}

.welcome h6 {
    font-family: 'Poppins';
    color: #d93b38;
    font-size: 18px;
    padding: 0% 0% 0% 4%;
    text-align: left;
    line-height: 150%;
    display: inline;
    font-weight: 600;
    margin: 0% !important;
    position: relative;
}

.welcome h6::before {
    background-color: #d93b38;
    content: "";
    height: 2px;
    width: 33px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
}

.welcome h3 {
    font-family: 'Poppins', sans-serif;
    color: #00a5d9;
    font-size: 20px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
    line-height: 140%;
    margin: 0% !important;
}

.welcome h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    padding: 0% 1% 0.5% 0%;
    text-align: left;
    margin: 0% !important;
}

.welcome h4 {
    font-family: 'Poppins', sans-serif;
    color: #0094da;
    font-size: 20px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.welcome p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 1% 0% 0% !important;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}


.welcome3 h2 {
    font-family: 'Poppins', sans-serif;
    color: #016c8b;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.wel_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    padding: 0% 1% 0.5% 0%;
    text-align: left;
    margin: 0% !important;
}

.wel_txt p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
    padding: 1% 0% 0% !important;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.pad p {
    padding: 0 1%;
}

.bg3 {
    background-color: #e3f3ff;
}

.bg_clr4 {
    background-color: #12428a;
}

.bg_clr5 {
    background-color: #d6f2ff;
}


.txt10 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #000;
    margin: 0%;
}

.he {
    background: #0c0d5326;
    border-radius: 10px;
    padding: 3%;
    min-height: 300px;
}

.he3 {
    border-radius: 10px;
}

.brd1 {
    border-radius: 8px;
    padding: 3%;
    box-shadow: rgb(12 13 83 / 38%) 3px 3px 6px 0px inset, rgb(255 255 255) -3px -3px 6px 1px inset;
}

/*--------------------------------------------------------------
New Css End
--------------------------------------------------------------*/


/*------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.contact_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width: 98%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 25px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}



.cont_icn {
    width: 22%;
    float: left;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #005098;
}

.cont_txt_main {
    width: 75%;
    float: right;
    margin: 1%;
}

.cont_txt_main h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding: 3% 1% 2%;
    text-align: left;
    margin-bottom: 0 !important;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    min-height: 80px;
}

.ab_shawdo {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.col_sm8_1 {
    width: 38%;
    margin: 1%;
    float: left;
}

.col_sm88_1 {
    width: 58%;
    margin: 1%;
    float: left;
}

.gallery_txt h1 {
    font-family: 'Poppins', sans-serif;
    color: #0f0b56;
    font-size: 27px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 600;
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
    width: 100%;
    z-index: 999999;
    position: relative;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top22 {
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
}


.top23 {
    width: 75%;
    margin: 0 auto;
    max-width: 1600px;
}


.logo {
    width: 300px;
    float: left;
    margin: 0.7% 0%;
}


.logo a p {
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    color: #000;
}

.logo2 {
    width: 90px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0.5%;
}

.logo3 {
    width: 90px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0.5%;
}

.logo4 {
    width: 300px;
    float: left;
    margin: 1%;
}


.logo1 {
    width: 220px;
    margin: 0 auto;
}

.top_right {
    width: 780px;
    float: right;
}

.navbarrr {
    width: fit-content;
    float: left;
    margin-top: 1%;
    margin-bottom: 0.5%;
}


.logo_rigt {
    width: fit-content;
    float: right;
    margin: 0%;
}

.logo_rigt2 {
    width: 600px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bg_clr1 {
    background-color: #0293d4;
}

.bg_clr77 {
    background-color: #016c8c38;
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 10px;
        font-size: 22px;
    }
}


/*about css*/

.about_txt h1 {
    font-family: 'Poppins', sans-serif;
    color: #0f0b56;
    font-size: 27px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 600;
}

.about_txt p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 400;
}


.about_txt1 p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 1% !important;
    font-weight: 400;
}

/*about css end*/


/*counter*/
.counter2 {
    width: 98%;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.counter2 h1 {
    font-family: 'Hind Guntur', sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #0f0b56;
    font-weight: 600;
}

.counter2 {
    /* width: 18%; */
    /* float: none; */
    /* margin: 1%; */
    text-align: center;
    padding: 1% 0% 1% 0%;
}

.counter2 h1 span {
    font-family: 'Hind Guntur', sans-serif;
    color: #0f0b56;
    font-weight: 700;
    font-size: 32px;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
    width: 100%;
}

.link {
    text-decoration: none;
    color: #000;
}

.link:hover {
    text-decoration: none;
    color: #000;
}

.link2 {
    text-decoration: none;
    color: #0f0b56;
}

.link4 {
    text-decoration: none;
    color: #fff;
}


.link3 {
    text-decoration: none;
    color: #000 !important;
}



/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm1-1 {
    width: 100%;
    margin: 1%;
}

.col_sm11 {
    width: 98%;
    margin: 1%;
    float: left;
}


.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_1 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm33 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 44%;
    margin: 1%;
    float: left;
}

.col_sm444 {
    width: 50%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14.6%;
    margin: 1%;
    float: left;
}

.col_sm7 {
    width: 13.2%;
    margin: 0.5%;
    float: left;
}

.col_sm8 {
    width: 39%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 57%;
    margin: 1%;
    float: left;
}

.col_sm11 {
    width: 36%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 60%;
    margin: 1%;
    float: left;
}


.col_sm889 {
    width: 68%;
    margin: 1%;
    float: left;
}


.col_sm9 {
    width: 16%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 80%;
    margin: 1%;
    float: left;
}

.col_sm10 {
    width: 60%;
    float: left;
    margin: 1%;
}

.col_sm100 {
    width: 35%;
    float: left;
    margin: 1%;
}


.col_sm12 {
    width: 71%;
    float: left;
    margin: 1%;
}

.col_sm122 {
    width: 25%;
    float: left;
    margin: 1%;
}

/*------------------------------------------
footer
------------------------------------------*/

.foot_icon {
    color: #000;
    font-size: 16px;
}

.footer_brd {
    border-right: 1px solid #d93b3863;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 240%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.dis_none {
    display: none !important;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr6 {
    background: none;
}

.bg_clr3 {
    background-color: #d93b38;
}

.bg_img1 {
    background-image: url(../images/bg-img2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg_img2 {
    background-image: url(../images/bg-img3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg_img3 {
    background-image: url(../images/img-3.jpg);
    background-size: cover;
    background-position: center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img4 {
    background-image: url(../images/img-4.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img5 {
    background-image: url(../images/img-5.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img6 {
    background-image: url(../images/img-6.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img7 {
    background-image: url(../images/img-7.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img8 {
    background-image: url(../images/img-8.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img33 {
    background-image: url(../images/bg-img4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.indian_holidy_txt p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
    padding: 5% 7% 0% !important;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}




.counter-bg {
    background-color: #f0efff;
}


.counter-bg1 {
    background-color: #f1f1f1;
}

.about-bg {
    background-image: url(../images/bgg3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.abt-img {
    border-radius: 10px;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/


.ftr_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 0%;
    color: #000;
}

.ftr_txt3 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 0% 0%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.ftr_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0% 0% 2% 0%;
    color: #000;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 5% 0% 0%;
    line-height: 160%;
    color: #000;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    bottom: 3%;
    transition-duration: 1s;
    background-image: url('../images/top-b.jpg');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100% 100%;
}

.top_arrow:hover {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    transition-duration: 1s;
    bottom: 3%;
    cursor: pointer;
    background-image: url('../images/top-b.jpg');
    background-size: 100% 100%;
}



@media only screen and (max-width:1600px) {

    .txt9 p span {
        margin-right: 16% !important;
    }
}



@media only screen and (max-width:1400px) {
    .footer_brd {
        min-height: 273px;
    }

    .popu_dest h6 {
        padding: 0% 1% 0.5% 3%;
    }

    .tra_act h6 {
        padding: 0% 1% 0.5% 4%;
    }

    .footer_bg {
        height: 100vh;
    }

    .tra_act h6::before {
        left: 41% !important;
    }

    .txt9 p span {
        margin-right: 18% !important;
    }

    .call_em_txt {
        font-size: 16px;
    }

    .call_em_txt .fa {
        padding: 7px 7px;
        /* margin: 3% 0%; */
    }

}

@media only screen and (max-width:1300px) {
    .txt9 p span {
        margin-right: 19% !important;
    }
}

@media only screen and (max-width:1180px) {

    .cover_img {
        height: 593px;
    }

    .call_em_txt {
        margin: -4px 0px;
        padding: 0%;
    }
}

@media only screen and (max-width:1150px) {
    .txt9 p span {
        margin-right: 23% !important;
    }


    .col_sm6 {
        min-height: 182px;
    }

}


@media only screen and (max-width:1125px) {
    .top {
        width: 98%;
    }

    .top2 {
        width: 96%;
    }
}


@media only screen and (max-width:999px) {

    .offer_txt h2 {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width:960px) {

    .cover_img_flex {
        flex-direction: column;
    }

    .cover_img {
        width: 100%;
    }

    .content2 {
        width: 100%;
        padding: 4% 5% 4% 3%;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 37vh);
        grid-template-areas:
            "item1 item2"
            "item1 item2"
            "item3 item4"
            "item3 item4"
        ;
    }

    .logo1 {
        width: 350px;
        margin: 0 auto;
    }

    .brd_botm {
        display: none;
    }




    .logo2,
    .logo3 {
        display: none;
    }

    .col_sm6 {
        width: 23%;
    }

    .slide-carousel .owl-nav {
        position: static !important;
        margin: 34px 41.5% !important;
    }

    .testimonial-carousel .owl-nav {
        margin: 34px 41.6% !important;
        position: static !important;
    }

    .txt9 p span {
        margin-right: 1% !important;
    }

    .dis_none {
        display: block !important;
    }

    .logo {
        float: none;
        display: none;
    }

    .logo_rigt {
        width: 100% !important;
        float: none;
        margin: 0 auto !important;
    }

    .top {
        width: 100%;
    }

    .navbarrr {
        width: 100% !important;
        float: none !important;
        margin: 0% auto !important;
        background-color: #d93b38 !important;
    }

    .top_main {
        width: 100%;
        position: static;
    }

    .call {
        display: none;
    }

    .col_sm111 {
        width: 98%;
    }

    .col_sm11 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm88 {
        width: 98%;
    }

    .col_sm3 {
        width: 98%;
    }

    .foot_bg {
        display: block;
    }

    .ftr_txt3 h1 {
        margin: 0;
    }

    .ftr_menu ul {
        margin-left: 0;
    }

    .footer_brd {
        min-height: 0;
    }

    .footer_bg {
        height: auto;
    }

    .welcome h6::before {
        position: static;
        margin-right: 0;
    }

    .welcome h6 {
        padding: 0;
    }

    .popu_dest h6::before {
        position: static;
        margin-right: 0;
    }

    .popu_dest h6 {
        padding: 0;
    }

    .tra_act h6::before {
        position: static !important;
        margin-right: 0 !important;
    }

    .tra_act h6 {
        padding: 0;
    }
}

@media only screen and (max-width:800px) {

    .footer_brd {
        border-right: 0px solid transparent;
    }

    .left_border_radius {
        padding: 0px 10px;
    }

    .right_border_radius {
        padding: 0px 10px;
    }

    .right_border_radius img {
        margin-top: 5px !important;
    }

    .ftr_txt3 h1 {
        margin: 0% 0% 4% 0%;
    }

    .ftr_menu ul {
        margin-left: 0%;
    }

    .col_sm3 {
        width: 98%;
        float: none;
        margin: 1%;
    }

    .col_sm4 {
        width: 100%;
    }

    .ftr_txt h1 {
        margin: 4% 0%;
    }

    .col_sm2 {
        width: 100%;
    }

    .ftr_right {
        text-align: left;
    }

    .col_sm5 {
        width: 48%;
    }
}



@media only screen and (max-width:600px) {

    .col_sm6 {
        width: 31%;
    }

    .txt9 p {
        margin: 7%;
    }

    .txt9 p span {
        display: none;
    }
}

@media only screen and (max-width:500px) {

    .call {
        margin: 2% 0%;
    }

    .email {
        margin: 2% 0%;
    }

    .call {
        width: 200px;
    }

    .call_em {
        width: 355px;
    }

    .col_sm6 {
        width: 48%;
    }
}



@media only screen and (max-width:470px) {
    .slide-carousel .owl-nav {
        margin: 1% auto !important;
    }


    .txt9 h2 {
        font-size: 24px;
    }

    .testimonial-carousel .owl-nav {
        margin: 0% !important;
    }

    .col_sm7 {
        width: 48%;
        margin: 1%;
        float: left;
    }
}

@media only screen and (max-width:400px) {

    .col_sm5 {
        width: 98%;
    }


    .txt9 h2 {
        font-size: 28px;
        margin-bottom: -29px !important;
    }

    .txt h2 {
        font-size: 28px;
    }

    .txt p {
        font-size: 15px;
    }

    .col_sm5-1 {
        width: 18%;
    }


}

@media only screen and (max-width:360px) {
    .call_em {
        width: 320px;
    }

}