body {

    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

}

ul {padding: 0;margin: 0;}
a,a:hover {text-decoration: none;}

p {line-height: 24px;font-size: 14px;color: #53626f;}
h1,h2,h3,h4,h5 {margin: 0;color: #13304a;}
figure {background-size: cover;background-repeat: no-repeat;background-position: center;margin: 0;}
span {display: block;}
img {width: 100%;}



.top-head {

    background: #003865;
}
.main-head-wrapper,
.top-head-wrapper {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-head-wrapper {

    flex-direction: row-reverse;

}

header.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-box-shadow:  0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
   

}

.sticky .main-head {

    background: rgba(255,255,255,0.97);
}

.sticky .top-head {

    display: none;
}

.sticky .logo img  {

    width: 175px;
}

.sticky .main-head-wrapper nav ul li a {

    font-size: 14px;
    padding: 20px 10px;

}




.top-menu-bar {
    position: fixed;
    top: 61px;
    right: 15px;
    z-index: 9;
    transition: 500ms;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: none;
}
.sticky .top-menu-bar {

    top: 6px;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #424242;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}


.main-head-wrapper nav ul li a i {

    font-size: 14px;
    margin-left: 7px;
}




.top-left li,
.top-right li {

    display: inline-block;
    list-style: none;
    font-size: 14px;
    color: #fff;
    
}

.top-left li a,
.top-right li a {

    color: #fff;

    padding: 10px;
    display: block;
}



.top-right li a {

    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border: 1px solid #f2f2f2;
}

.top-left li i,
.top-left li a i {

    margin-right: 10px;
    color: #fff;
    font-size: 20px;
}

/* top head ends */

/* main head starts */

.main-head {

    background: #fff;
}

.logo {

    display: block;
}

.logo img {

    width: 200px;
    height: auto;
}

.main-head-wrapper nav ul li {

    display: inline-block;
    list-style: none;
    position: relative;
}

.main-head-wrapper nav ul li:hover .sub-menu {

    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.sub-menu {

    transition: 0.3s ease all;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    display: block;
    min-width: 300px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06),inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);


    border-radius: 3px;


}

.sub-menu li {

    display: block;
    list-style: none;
    width: 100%;
}
.sub-menu li:first-child a,
.sub-menu li:last-child a {

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sub-menu li a {

    display: block;
    font-size: 14px !important;
    color: #ccc;

    padding: 10px 15px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #f2f2f2;
    transition: 300ms ease all;

}

.sub-menu li a:hover {

    background: #003865;
    color: #fff;
}

.main-head-wrapper nav ul li a {
    
    display: block;
    color: #424242;
    font-size: 16px;
    padding: 35px 15px;
    font-weight: 600;
}

/* header section ends */

/* main slider section starts */

section.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider-container figure {

    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-slider-container figure::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38);
}

.main-slider-content {
    position: relative;
    max-width: 600px;
    margin-inline: auto;
}

.main-slider-content h1 {

    font-size: 45px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
}

.main-slider-content p {

    color: #fff;
    font-size: 16px;
    max-height: 52px;
    overflow: hidden;
}

.main-slider-content a {

    color: #fff;
    background: #16ace0;
    font-size: 14px;
    padding: 7px 30px;
    font-weight: 600;
}

.btn {

    transition: 300ms ease all;
}

.btn:hover {

    background: #ed1c24;
    color: #fff;
}



.slick-slide.slick-current.slick-active .main-slider-content h1,
.slick-slide.slick-current.slick-active .main-slider-content p,
.slick-slide.slick-current.slick-active .main-slider-content a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition-timing-function: cubic-bezier(0.88, 0.06, 0.64, 0.99);
}

.slick-slide.slick-current.slick-active .main-slider-content h1 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.slick-slide.slick-current.slick-active .main-slider-content p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    color: #fff;
}

.slick-slide.slick-current.slick-active .main-slider-content a {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}



button.slick-arrow {
    height: 100px;
    width: 50px;
    position: absolute;
    top: 50%;
    background: #034b8461;
    color: #fff;
    outline: none;
    border: none;
    display: block;

    line-height: 30px;
    z-index: 2;
}

.prev-arrow::before {
    content: "\f104";
    color: #fff;
    font-size: 25px;
    font-family: fontawesome;
}


.next-arrow::before {
    content: "\f105";
    color: #fff;
    font-size: 25px;
    font-family: fontawesome;
}

.next-arrow {
    right: -15em;
    transition: 500ms ease all;
}

.prev-arrow {
    left: -15em;
    transition: 500ms ease all;
}

.main-slide.slick-initialized.slick-slider:hover .prev-arrow {
    left: 20px;
}

.main-slide.slick-initialized.slick-slider:hover .next-arrow {
    right: 20px;
}

/* main slider section ends */

/* packages section starts */

.all-sec-padding {

    padding: 80px 0;
}

.package-section {

    padding-bottom: 40px;
}

.title-wrapper {

    display: block;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.title-wrapper h2 {

    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-wrapper p {

    max-width: 600px;
    font-size: 15px;
    margin: 0 auto;
}

.package-wrapper {

    position: relative;
    display: block;
    height: 100%;
}

.package-gapping {

    margin-bottom: 30px;
}

.package-wrapper:hover .package-image img {

    transform: scale(1.1);
}

.price {

    position: absolute;
    top: 20px;
    left: -5px;
    background: #16ace0;
    display: block;
    border-top-left-radius: 3px;
}

.price::before {

    background: #0a7ba2;
    border-bottom-left-radius: 4px;
    bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 5px;
}

.price-wrapper {

    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;

}

.price-wrapper::before {

    width: 0;
    height: 0;
    border-top: 20px solid #16ace0;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: '';
}

.price-wrapper::after {

    width: 0;
    height: 0;
    border-bottom: 20px solid #16ace0;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: '';
}

.package-image {

    height: 250px;
    overflow: hidden;
}

.package-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 300ms ease all;
}

.package-info {

    background: #003865;
    padding: 10px;
    margin-right: 5px;
    position: relative;
    margin-top: -40px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.package-info li {

    display: inline-block;
    list-style: none;
    text-align: center;
    color: #fff;
    margin: 0 10px;

}

.package-info li p {

    margin: 0;
    color: #7b9fbd;
    font-size: 13px;
}

.package-info li span {

    font-weight: 600;
    font-size: 13px;
}

.package-title {

    padding: 20px 10px;
}

.package-title h3 {

    font-size: 20px;
}

/* tour packages section ends */

/* blog section strats */

.blog-section {

    background: #eef3f7;
}

.blog-image {

    display: block;
}

.blog-image img {

    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-wrapper {

    position: relative;
    transition: 300ms ease all;
}

.blog-wrapper:hover {

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);


}

.date {

    position: absolute;
    top: 20px;
    left: -20px;
    background: #003865;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date p {

    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.admin {

    position: relative;
    margin: 0 15px;
    background: #16ace0;
    padding: 15px;
    margin-top: -15px;
    z-index:2;
}

.admin h4 {

    font-size: 12px;
    color: #fff;
}

.blog-content {

    padding: 20px 10px;
    text-align: center;
    padding-top: 40px;
    background: #fff;
    margin-top: -28px;
}

.blog-content h3 {

    margin-bottom: 15px;

}

.blog-content a {

    font-size: 14px;
    background: #16ace0;
    color: #fff;
}

.package-title h3 {

    max-height: 50px;
    overflow: hidden;
}

.package-title p {
    max-height: 75px;
    overflow: hidden;
}

/* blog section ends */

/* testimonial section starts */

.testimonial-section {
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;

 
}



.testi-slider button.slick-arrow {

    display: none !important;
}


.testi-title p,
.testi-title h2 {

    color: #fff;
}

.testi-wrapper {

    text-align: center;
    padding: 15px;
}

.testi-wrapper:hover .testi-image {

    border-color: #16ace0;
}

.testi-image {

    width: 140px;
    height: 140px;
    border: 10px solid #e6e6e6;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: 300ms ease all;
}

.testi-image img {

    height: 100%;
    width: 100%;
    object-fit: cover;

}

.testi-wrapper h3 {

    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.testi-wrapper span {

    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
}

.testi-wrapper p {

    color: #fff;
    /*max-height: 165px;*/
    overflow: hidden;
}

.testi-slider .slick-dots li {

  
    width: 30px;
    height: 3px;
   background: #16ace059;
   border-radius: 43px;
   border-radius: 40px;
}


.testi-slider .slick-dots li.slick-active {
    background: #16ace0;
}


/* testi slider section ends */

/* feature tour section starts */



ul.package-info.trip-info {
    margin: 0;
    border-radius: inherit;
    background: transparent;
    padding: 15px 0;
    padding-top: 0;
}

.trip-wrapper {

    margin: 10px;
}

.trip-wrapper:hover .trip-image img {

    filter: saturate(1);
}

.trip-image {

    position: relative;
    display: block;
}



.trip-image img {

    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: saturate(1.5);
    transition: 300ms ease all;
}

.trip-title {

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    text-align: center;
}

.trip-title h3 {

    color: #424242;
    font-weight: 400;
    font-size: 18px;
    max-height: 22px;
    overflow: hidden;
    transition: 300ms ease all;

}

.trip-wrapper:hover .trip-content {
    background: #003865;
    color: #fff;
}

.trip-wrapper:hover .trip-content .trip-title h3,
.trip-wrapper:hover .trip-content .trip-info li span,
.trip-wrapper:hover .trip-content .trip-info li p {

    color: #fff;
}

.trip-content {

    padding: 30px 15px;
    background: #eef3f7;
    transition: 300ms ease all;
}

.trip-info li span {

    color: #424242;
    font-weight: 600;
    font-size: 13px;

}

.trip-info li p {

    color: #656565;
}

.trip-slider .next-arrow {
    right: -3em;
    transition: 500ms ease all;
}

.trip-slider .prev-arrow {

    left: -3em;
}

.trip-slider button.slick-arrow {

    background: #1b75bc;
    width: 35px;

}

section.feature-tour.all-sec-padding {
    padding-bottom: 40px;
}

/* feature tour section ends */

/* partner section starts */

.partner-section {

    background: #fff;
    padding: 40px;
}

.trip-partner {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trip-partner li {

    list-style: none;
}

.trip-partner li a {

    display: block;
    width: 150px;
    background: #fff;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.trip-partner li a img {

    max-width: 100%;
    height: 100%;
    object-fit: contain;
}



/* partner section ends */




/* footer section starts */

footer {
    background: #021a2d;
    padding: 80px;
}

.footer-logo {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
    background: #fff;
}

.footer-logo img {
    width: 200px;
    height: auto;
}

.footer-col-wrapper ul li {
    list-style: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
}

.footer-media li {
    display: inline-block;
}

.footer-media li a {
    display: block;
    margin: 0 10px;
}

.footer-col-wrapper h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col-wrapper h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: #1b93d2;
}

.footer-col-wrapper ul li a {

    color: #e8e8e8;
}

.footer-link li a {
    margin: 15px 0;
    transition: 300ms ease all;
    display: block;
    color: #e8e8e8;
}

.footer-link li a:hover {
    color: #16ace0;
}

ul.footer-media {
    margin-top: 15px;
}

.last-col h3 {
    margin: 0;
}

.last-col h3::before {
    display: none;
}

.last-col p {
    color: #fff;
    margin: 20px 0;
}

.last-col form {
    display: flex;
}

.last-col form input,
.last-col form button {
    outline: none;
    border: none;
    padding: 7px;
    font-size: 14px;
}

.last-col form input {
    width: 70%;
}

.last-col form button {
    color: #fff;
    background: #16ace0;
    width: 30%;
    transition: 300ms ease all;
}

.last-col form button:hover {
    background: #ee252c;
}

.design-content {
    padding: 10px;
    background: #001525;
}

.design-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.design-content-wrapper p {
    margin: 0;
    color: #adadad;
}

.design-content-wrapper p a {
    margin-left: 5px;
    color: #16ace0;
}

#button {
    display: inline-block;
    background-color: #16ace0;
    width: 45px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 120px;
    line-height: 72px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

#button::after {
    content: "\f176";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #ed1d24;
}

#button:active {
    background-color: #47a0ff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* footer section ends */

/* form section starts */


.slider-form {

    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
}


form.slider-form-warapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff9c;
    max-width: 750px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #16ace09e;

}

form.slider-form-warapp button,
form.slider-form-warapp input {

    display: block;
    padding: 10px ;
    outline: none;
    border: 1px solid #16ace09e;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 30px;
    background: #ffffffd1;
}

form.slider-form-warapp button {


    background: #16ace0;
    color: #fff;
    border: none;
    width: 100%;
    padding-left: inherit;
}

.custom-wrapper {
    display: block;
    width: 30%;
    margin: 0 15px;
    position: relative;
}

.destination-icon::before {

    content: "\f041";
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    font-size: 20px;
    color: #16ace0;
    padding: 4px;
    padding-left: 10px;
}

.duration-icon::before {

    content: "\f073";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 16px;
    color: #16ace0;
    padding: 7px;
    padding-left: 10px;
}

/* form section ends */

/* mega menu section starts */

.sub-menu1 {

    min-width: 1080px;
    float: left;
    width: 100%;
}

.mega-menu {
    position: absolute;
    left: -47%;
    background: #fff;
    width: 100%;
    padding-top: 30px;
    border-top: 10px solid #003865;
    max-height: 70vh;
    overflow-y: scroll;
}

.sticky .mega-menu {

    left: -55%;
}
.destination-wrapper h3 {

    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #1b75bc;
    border-radius: 3px;
}


.destination-wrapper h3 span {

    display: inline-block;
    color:white !important;
}
.destinationname
{
    color:white;
}

.destination-wrapper h3 span img {

    width: auto;
    height: 40px;
}
.destination-sub-menu {

    display: none;
    padding-left: 15px;
    position: static;
    z-index: 6;
}

.destination-sub-menu li {

    position: relative !important;
    padding-left: 15px;
    display: block;
    width: 100%;
}

.destination-sub-menu li::before {

    content: "\f192";
    position: absolute;
    left: 0;
    top: 6px;
    font-family: fontawesome;
    color: #16ace0;
}

.mega-drop-wrapper a {

    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.mega-drop-wrapper:hover a i {

    transform: rotate(-180deg);
}

.mega-drop-wrapper a i {

    transition: 500ms ease all;
    font-weight: 300;
    font-size: 10px;
}

.destination-sub-menu li a:hover {

    background: transparent;
    color: #16ace0;
    padding-left: 5px !important;

}


/* facility section starts */

.facility {

    background: #003865;
}

.facility-wrapper {

    padding: 30px;
    height: 100%;
    transition: all 500ms cubic-bezier(.57,.21,.69,3.25);
    border: 1px solid #16ace0;
    border-radius: 3px;
   
}

.facility-wrapper:hover .facility-icon {

    background: #fff;
}
.facility-wrapper:hover {

    /* border-color: #ffff; */
    background: #fff;
}

.facility-wrapper:hover .facility-content p {

    color: #53626f;
}

.facility-wrapper:hover .facility-content .package-title h3 {

    color: #13304a;
}



.facility-content p,
.facility-content .package-title h3,
.facility-title p,
.facility-title h2 {

    color: #fff;
}


.facility-title {
    margin-bottom: 80px;
}


.facility-icon {

    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #16ace0;
    background: #003865;
    text-align: center;
    position: relative;
    margin-top: -81px;
    transition: all 500ms cubic-bezier(.57,.21,.69,3.25);

    
}

.facility-icon img {

    width: 50px;
}

.faci-gap {

    margin-bottom: 75px;
}


/* about section starts */

.video-wrapper iframe {
    
    width:100%;
}


section.about-section {
    background: #e7f4ff;

}

.about-col {

    padding: 0;
}

.about-section .row {
    
    align-items:center;
}

.about-content-side {

    padding: 0px 0;
    text-align: center;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
    position: relative;
    /* margin-top: 60px; */
    /* margin-right: 60px; */
    /* background: #fff; */
    /* margin-left: -60px; */
    border-radius: 3px;
    max-width: 885px;
    /* border: 1px solid #dedede; */
    margin: 0 auto;

}

.video-content p,
.about-content-side p {
    
    margin-bottom:10px;
}

/*  search page css*/

.post-pic {
    
    display:block;
}

.post-pic img {
    
    height:300px;
    width:100%;
    object-fit:cover;
}

.search-wrapper {
    
    margin-bottom:30px;
}

.artical-info {
    
   /*height: 100%;*/
    padding: 20px;
    background:#fff;
}

/*.blog-body {*/
/*    background: #fff;*/
/*}*/

.post-head-left h4 a {
    
    color:#13304a;
    font-size: 20px;
    margin-bottom:10px;
    display:block;
    font-weight:700;
}

.publish_time {
    
    font-size: 12px;
    font-weight: 600;
    display: block;

}

p.post-text {
    max-height: 67px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-bottom .artbtn {
    
    font-size:14px;
    font-weight:600;
    color:#fff;
    padding:8px 20px;
    background:#16aae2;
    transition:300ms ease all;
}

.blog-section {
    background: #eef3f7;
    padding: 40px 0;
}

.post-bottom .artbtn:hover {
    
    background:#ed1c25 ;
}
.breadcrumbs.overlay {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    /* margin-bottom: 40px; */
    position:relative;
}

.breadcrumbs.overlay::before {
    
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.48);
    
}

.search-block-wrapper {
    
    height:100%;
    background:#fff;
}

.search-margin {
    
    margin-bottom:30px;
}

.top-image-content {
    
    position:relative;
}
.top-image-content .list li {
    
    list-style:none;
}

.top-image-content .list li a,
.top-image-content h2 {
    
    color:#fff;
}

p img  {
    width: 100% !important;
}

.history-section::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    content: '';
    background: #123450;
}
.message-section {
    position: relative;
}
figure.ceo-inner-img {
    position: relative;
    /*padding: 42px 56px;*/
    /*background: #fff;*/
    /*border-bottom: 70px solid #16ACE0;*/
    z-index: 99;
    float: right;
    /*box-shadow: -5px 0 5px #a4a4a466;*/
}
.ceo-inner-img img {
    /*width: 233px;*/
    /*height: 233px;*/
    /*border-radius: 50%;*/
    object-fit: cover;
    margin: 0 auto 21px;
    display: flex;
}
.blog-wrapper h3{
    color:#fff;
    font-size:18px;
}
.gallery-wrapper img{
    height:270px !important;
}
.book_now {
    display:inline-block;
    background-color:#1b75bc;
    color:#fff;
    width:100%;
    padding:15px;
    text-align:center;
    margin-bottom:10px;

}
.book_now:hover{
    color:#fff;
}
.video-wrapper img {
    height: 470px;
    width: 100%;
    object-fit: cover;
}