* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: 0 auto;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    color: #3baae0;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(178deg, rgba(61, 171, 225, 1) 0%, rgba(34, 155, 214, 1) 98%);
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
}

.btn:hover {
    background: linear-gradient(178deg, rgba(0, 24, 55, 1) 0%, rgba(28, 41, 89, 1) 98%);
    color: #fff;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.top-header {
    background-color: rgb(28, 41, 89);
    padding: 10px 0;
    transition: all 500ms ease-in-out;
}

.header-contact,
.header-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-social {
    justify-content: end;
}
.top-header img {
    width: 24px;
    height: 24px;
}
.top-header img:hover {
    filter: brightness(0) saturate(100%) invert(66%) sepia(60%) saturate(1720%) hue-rotate(169deg) brightness(90%) contrast(95%);
}
.header-contact .social-heading a {
    color: #fff;
    border-right: 2px solid #8e94ac;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}
.header-contact .social-heading a:hover {
    color: #3baae0;
}
.header-contact .social-heading:last-child a {
    border: none;
}
.ml-15 {
    margin-left: 15px;
}
.bottom-header {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
}
.bottom-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header_nav ul li {
    display: inline-block;
    padding-right: 25px;
}
.header_nav ul li li{
	padding-right: 0;
}
.header_nav ul li li a:before{
	display: none;
}
.header_nav ul li:last-child{
    padding: 0;
}
.header_nav ul li a {
    position: relative;
    font-size: 17px;
    color: #404040;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    line-height: 32px;
    text-transform: uppercase;
}
.header_nav ul li > a::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1c2959;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.header_nav ul li > a:hover::before ,
.header_nav ul .current-menu-item a::before{
    width: 85%;
}
.header_nav ul li.active a {
    color: #1c2959;
    font-weight: 600;
}
.header_nav ul li a:hover{
    color: #1c2959;
}

@media screen and (min-width:992px) {
    .navbar-default.navbar-shrink .top-header {
        margin-top: -50px;
    }
}
.insta_feed {
    margin: 50px 0;
}
/* banner css start */

.banner {
    position: relative;
    margin-top: 130px;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(255 255 255 / 97%) 23%, rgba(255,255,255,0) 47%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 590px !important;
    left: 7%;
}

.banner-top-heading {
    font-weight: 500;
    color: #4b4b4b;
    position: relative;
    padding-left: 65px;
}

.banner-top-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
    height: 2px;
    background-color: #a5a5a5;
}
.banner-main-heading {
    font-family: 'Montserrat';
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #1c2959;
    padding: 10px 0;
}
.banner-text {
    color: #303030;
    font-weight: 500;
}

.banner-bottom {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
}

.call-now-content {
    background: url(../images/phone-call.png) no-repeat;
    padding-left: 60px;
}

.banner-btn a:first-child {
    margin-right: 10px;
}

.call-now-heading {
    color: #303030;
    font-weight: 500;
}

.call-now-no a {
    font-size: 20px;
    font-weight: 600;
    color: #1c2959;
    transition: 0.3s;
}

.call-now-no a:hover {
    color: #001837;
}
.banner .ms-nav-prev {
    background: url(../images/banner_left_arrow.png) no-repeat !important;
    width: 17px !important;
    height: 29px !important;
}
.banner .ms-nav-next {
    background: url(../images/banner_right_arrow.png) no-repeat !important;
    width: 17px !important;
    height: 29px !important;
}
.banner .ms-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgb(255 255 255 / 50%) !important;
    border-radius: 50%;
}
.banner .ms-bullet-selected{
    background: #fff !important;
}
.banner .ms-bullets-count {
    bottom: 20px !important;
}
/* about-section css start */
.check-content ul li {
    font-size: 17px;
    color: #4b4b4b;
    background: url(../images/check-item.png) no-repeat 0px 0px;
    padding: 5px 0 25px 45px;
}
.check-content2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.second-heading {
    font-size: 40px;
    line-height: 49px;
    font-weight: bold;
    color: #1c2959;
    padding: 10px 0 20px;
}
.second-sub-heading {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 65px;
    color: #1c2959;
    display: inline-block;
}
.second-sub-heading::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #1c2959;
    bottom: 0;
    margin: auto 0;
}
.our-service-section .second-sub-heading::before,
.testimonial-section .second-sub-heading::before,
.service-area-section .second-sub-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #1c2959;
    bottom: 0;
    margin: auto 0;
}

.our-service-section .heading-style::after,
.testimonial-section .heading-style::after,
.service-area-section .heading-style::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #1c2959;
    bottom: 0;
    margin: auto 0;
}
.about-section {
    padding: 50px 0 55px 0;
}
.about-left-content {
    position: relative;
}

.about-left-content img:first-child {
/*     position: absolute;
    top: 0; */
    border-radius: 5px;
}
.about-left-content img:last-child {
    position: absolute;
    bottom: 0;
    right: 20px;
    border-radius: 5px;
}

.about-text {
    color: #4b4b4b;
    line-height: 27px;
}

/* about-section css end */

/* our service css start */
.our-service-section {
    padding: 40px 0 40px 0;
    background-color: #f7f7f7;
}

.our-service-section .second-heading {
    padding-bottom: 50px;
/*     width: 600px; */
    display: inline-block;
    color: #001837;
}

.our-service-section .second-sub-heading {
    /* padding-left: 0; */
    color: #1c2959;
    padding-right: 65px;
}

.our-service-content-box:first-child,
.our-service-content-box:nth-child(2),
.our-service-content-box:nth-child(3) {
    margin-bottom: 20px;
}

.our-service-content-box img {
    border-radius: 30px;
/*     width: 359px;
    height: 239px; */
	width: 100%;
}

.our-service-content-box img:hover {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.our-service-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px 20px;
    margin: 0 25px;
    position: relative;
    top: -30px;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.05);
}

.our-service-img {
    background-image: -moz-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    position: relative;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: -40px;
}

.our-service-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.our-service-heading {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #001837;
    margin-top: -30px;
}

.our-service-btn .btn_2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #001837;
    position: relative;
    padding-right: 35px;
    transition: 0.3s;
}

.our-service-btn .btn_2:hover {
    color: #048bcd;
}

.our-service-btn .btn_2::after {
    content: "";
    position: absolute;
    background-image: url('../images/right-arrow-black.png');
    width: 24px;
    height: 24px;
    right: 0;
    top: 2px;
}
.our-service-text {
    color: #4b4b4b;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 17px;
    min-height: 110px;
}

/* our service css end */

/* booking-section css end */

.booking-section {
    background: url('../images/booking-section-bg.jpg') no-repeat;
    position: relative;
    height: auto;
	background-size: cover;
	background-position: center;
    padding: 90px 0;
}
.booking-section::after {
    background: rgb(4 4 4 / 40%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking-section .second-heading {
    font-family: 'Montserrat';
    font-size: 48px;
    padding: 0 0 10px;
    font-weight: 600;
    color: #fff;
}

.booking-text {
    color: #fff;
    padding-bottom: 20px;
}

.booking-section-btn .btn {
    border: none;
}

.booking-section-btn .btn:hover {
    color: #201e1e;
}

.booking-section-btn .btn_2 {
    background-color: #fff;
    margin-left: 10px;
    color: #201e1e;
    border: none;
}

.booking-section-btn .btn_2:hover {
    background-color: #1091d0;
    color: #fff;
}

.booking-content {
    position: relative;
    z-index: 7;
    width: 70%;
    display: inline-block;
}

.call-btn {
    display: inline-block;
    padding: 11px 30px;
    background: transparent;
    color: #fff;
    transition: 0.1s;
    border-radius: 5px;
    border: 2px solid #fff;
    margin-left: 15px;
}

.call-btn:hover {
    background: linear-gradient(178deg, rgba(0, 24, 55, 1) 0%, rgba(28, 41, 89, 1) 98%);
    border-color: transparent;
    color: #fff;
}

/* booking-section css start */

/* why-choose-us-section css start */

.why-choose-us-section {
    padding: 60px 0 70px;
}
.why-choose-us-section .second-heading {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 10px;
}

.why-choose-text {
    padding-bottom: 20px;
    color: #4b4b4b;
    border-bottom: 1px solid #acacac;
    font-size: 17px;
}

.why-choose-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

.why-choose-img {
    background-image: -moz-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(61, 171, 225) 0%, rgb(34, 155, 214) 100%);
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.why-choose-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.why-choose-heading {
    font-size: 22px;
    font-weight: 600;
    color: #001837;
    padding-bottom: 5px;
}
.why-choose-right-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose-bottom-text {
    font-size: 17px;
    color: #4b4b4b;
}
/* why-choose-us-section css end */

/* testimonial-section css start */

.testimonial-section {
    padding-bottom: 50px;
}
.heading-style {
    padding-right: 65px;
}

/* .testimonial-section .second-sub-heading {
    padding-left: 0;
} */

/* .testimonial-section .second-sub-heading::before {
    left: 40%;
}

.testimonial-section .heading-style::after {
    right: 40%;
} */
.testimonial_box .sp-testimonial-free {
    margin: 5px;
    box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 18px 25px 20px;
    border-radius: 5px !important;
}
.testimonial_box .sp-testimonial-content p {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #4b4b4b !important;
    line-height: 26px !important;
    text-align: left !important;
    margin-bottom: 30px !important;
}
.testimonial_box .sp-testimonial-client-name {
    font-size: 24px !important;
    color: #1c2959 !important;
    font-weight: bold !important;
    line-height: 26px !important;
    text-align: left !important;
}
.testimonial_box .sp-testimonial-client-designation {
    color: #4b4b4b !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: left !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.testimonial_box .swiper-button-prev ,.swiper-button-next{
    border: none !important;
    font-size: 0 !important;
    top: 60% !important;
    opacity: .7;
    background: url(../images/testimonial_right_arrow.png) no-repeat !important;
    
    width: 47px !important;
    height: 47px !important;
}
.testimonial_box .swiper-button-prev {
    background: url(../images/testimonial_left_arrow.png) no-repeat !important;
}
/* testimonial-section css end */

/* service-area-section css start */

.service-area-section {
    background-color: #fbfbfb;
    padding: 40px 0 60px 0;
}

.service-area-section .second-heading {
    padding-bottom: 40px;
}

/* .service-area-section .second-sub-heading {
    padding-left: 0;
}

.service-area-section .second-sub-heading::before {
    left: 37%;
}

.service-area-section .heading-style::after {
    right: 37%;
} */
.location_list a {
    display: block;
    font-size: 20px;
    color: #3f3f3f;
    font-weight: 600;
    background: url(../images/location-icon.png) no-repeat 0px 0px;
    padding: 10px 0px 55px 55px;
}
.locate_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
/* service-area-section css end */


/* footer-sec css start */

.footer-sec {
    background-color: rgb(28, 41, 89);
}

.footer-sec a:hover {
    color: #048bcd;
}

.footer-content {
    padding: 50px 0 40px 0;
}

.footer-text {
    padding: 20px 0 25px 0;
}

/* .footer-social img {
    width: 40px;
    height: 40px;
    box-shadow: 0px 10px 5px rgba(0, 0, 0, .3);
} */

.footer-contact ul li img {
    margin-right: 15px;
    width: 26px;
    height: 26px;
}

.footer-contact ul li img:hover {
    filter: brightness(0) saturate(100%) invert(38%) sepia(82%) saturate(2730%) hue-rotate(176deg) brightness(93%) contrast(97%);
}

.footer-sec .col-md-4:nth-child(2) {
    padding: 0 100px;
}

.footer-sec .col-md-4:first-child {
    border-right: 2px solid #8e94ac;
    padding-right: 50px;
}

.footer-sec .col-md-4:last-child {
    border-left: 2px solid #8e94ac;
    padding-left: 50px;
}

.footer-heading {
    font-size: 27px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    padding-bottom: 30px;
}

.footer-sec ul {
    padding-left: 0;
}

.footer-menu ul li a,
.footer-service ul li a,
.footer-contact ul li a,
.footer-contact ul li {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
    transition: 0.3s;
}
.footer-contact ul li{
	display: flex;
}
.footer-contact ul li:first-child a {
    font-size: 22px;
}

.footer-menu ul li,
.footer-service ul li {
    margin-bottom: 10px;
}

.footer-menu ul li {
    position: relative;
    padding-left: 20px;
}

.footer-menu ul li::before {
    content: "";
    position: absolute;
    background-image: url('../images/right-arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 1px;
    left: 0;
}

.footer-menu ul li a {
    margin-left: 20px;
    vertical-align: middle;
}

.footer-bottom {
    background-color: rgb(22, 34, 76);
    padding: 20px 0 30px 0;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom-heading {
    font-weight: normal;
    line-height: 30px;
    color: #fff;
}

/* .footer-social a:first-child {
    margin-right: 10px;
} */

/* footer-sec css end */

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #34a6dd;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transition: all 0.5s;
    padding: 0px 0px;
    border: 1px solid #fff;
}
#back_to_top:hover{
    background-color: #1c2959;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 110px 0 100px !important;
    margin: 137px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}


/*-- inner page section start ---*/
.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #203167;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 100%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #203167;
}
.right-sec-contact {
    border: 1px solid #203167;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #414141;
}
.right-sec-contact .box .form-control {
    border: 1px solid #203167;
    box-shadow: none;
}
.right-sec-contact .box textarea{
    resize: none;
    height: 120px;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.inner_text_hd {
    font-size: 25px;
    font-weight: 600;
    color: #050606;
    line-height: 30px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #203167;
    font-weight: 600;
}
.inner_text_para {
    font-size: 17px;
    font-weight: 400;
    color: #312f2f;
    padding-bottom: 10px;
}
.right-sec-contact .wpcf7-response-output{
    display: none;
}
.inner_cnt_box {
    text-align: center;
    background: url(../images/cnt_banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
    padding: 50px 20px;
    border-radius: 45px 0 45px 0;
	position: relative;
    z-index: 0;
	margin-top: 40px;
}
.inner_cnt_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(52 166 221 / 85%);
    z-index: -1;
    border-radius: 45px 0 45px 0;
}
.inner_pg_list ul li {
    background: url(../images/checkmark.png) no-repeat left 0;
    font-size: 17px;
    color: #4b4b4b;
    padding: 0px 0 12px 35px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}
.inner_pg_img img {
    width: 100%;
    border-radius: 10px;
}
.inner_pg_list ul li strong {
    display: block;
    color: #34a6dd;
    font-weight: 500;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #34a6dd;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #1c2959;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.our-service-heading {
  padding-bottom: 7px;
  font-size: 18px;
  min-height: 62px;
}
.our-service-text {
  line-height: 25px;
  padding-bottom: 10px;
  font-size: 15px;
}


.fixed_buttons {
  position: fixed;
  right: -82px;
  top: 50%;
  z-index: 55555;
  transform: rotate(-90deg);
  width: auto;
}
.fixed_buttons li {
  float: left;
  margin: 0 2px;
  list-style: none;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.fixed_buttons li a {
    padding: 12px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.3s;
}
.fixed_buttons li.contact_btn a{ background:#35a6de; border-radius: 10px 10px 0 0;}
.fixed_buttons li.contact_btn a:hover{background:linear-gradient(178deg, rgba(0, 24, 55, 1) 0%, rgba(28, 41, 89, 1) 98%);}

.whatsapp_link {
  width: 52px;
  position: fixed;
  left: 15px;
  bottom: 15px;
	z-index: 555;
}
.whatsapp_link img {
  max-width: 100%;
}

/* 2) Subtle pulse (scale in/out) */
.pulse {
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
.location_list2 .col-md-2{ width: 25%; }
.testimonial-section.process_sec {
  background: #f1f5f7;
  padding: 65px 0;
  margin-bottom: 50px;
}

.work_box { width:100%; margin-top: 20px; padding: 10px; transition: all 0.3s }
.work_icon{ width: 122px; height: 122px; border: 3px dashed #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; position: relative; transition: all 0.3s; border-radius: 100%;
  background: linear-gradient(178deg, rgb(0, 24, 55) 0%, rgb(28, 41, 89) 98%);  }
.work_icon img{ max-width: 100%; transition: all 0.7s; filter: brightness(100); }
.work_title {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  color: #001837;
  padding: 0 0 8px;
  font-family: 'Poppins';
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}
.work_content{ width: 100%; display: inline-block; font-weight: normal; color: #fff; }
.how_works .col-lg-3{ position: relative;}
.how_works .col-lg-3:nth-child(even) .work_box {margin-top: 60px; }
.work_icon::after{ background: url(../../../../wp-content/uploads/2025/11/arrow-1.png) no-repeat 0 0; width: 114px; height: 45px; background-size: 100%; position: absolute; right: -136px; top: 33px; content: ""; }
.how_works .col-lg-3:last-child .work_icon::after{ display: none; }
.work_box:hover { transform: translate(0, -10px);}
.work_box:hover .work_icon img { transform: rotateY(360deg);}
.process_innr .col-lg-3:last-child .work_icon::after{ display: none; }

.faq_sec { padding: 65px 0 30px 0;}
.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #35a6de !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000 !important; font-size: 15px !important; text-align: left; padding: 12px 15px !important }
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important; text-align: left; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#35a6de !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; text-align: left;     padding: 12px 15px !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.home_service.our-service-section .second-heading{ padding-bottom: 15px; } 
.home_service .about-text{ padding-bottom: 20px; }



/*-- inner page section end --*/

/*-- responsive section start ---*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
 .top-header ,.bottom-header-content .btn ,.header_nav{
    display: none;
}
.banner .ms-view, .banner .ms-slide, .banner .ms-slide-bgcont {
    height: 380px !important;
}
.banner-main-heading {
    font-size: 30px;
    line-height: 35px;
}
.bottom-header-content img {
    width: 200px;
    height: auto;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-slide-info {
    width: 315px !important;
    left: 0%;
}

.banner .ms-view, .banner .ms-slide, .banner .ms-slide-bgcont {
    height: 540px !important;
}
.banner {
    margin-top: 80px;
}
.banner-btn {
    margin-bottom: 20px;
}
.banner-bottom {
    display: block;
}
.about-left-content img:last-child {
    position: initial;
    width: 100%;
	margin-top: 15px;
}
.about-right-content {
    margin-top: 30px;
}
.second-heading ,.why-choose-us-section .second-heading{
    font-size: 30px;
    line-height: 35px;
}
.booking-section .second-heading {
    font-size: 35px;
}
.booking-content {
    width: 100%;
}

.location_list {
    width: 100%;
}
.why-choose-right-img {
    margin-top: 30px;
}
.footer-sec .col-md-4:nth-child(2) {
    padding: 0 12px;
}
.footer-box {
    margin-top: 35px;
}
.footer-sec .col-md-4:last-child {
    padding-left: 12px;
    border: none;
}
.footer-sec .col-md-4:first-child {
    padding-right: 12px;
    border-right: none;
}
.page .entry-header, .blog_page_header {
    padding: 60px 0 60px !important;
    margin: 80px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_text_box {
    margin-top: 30px;
}
.left-sec-contact-information {
    margin-bottom: 30px;
}
.footer-bottom {
    padding: 20px 0 60px 0;
}
#back_to_top {
    bottom: 50px;
}
}


@media only screen and (max-width : 1199px) {
.work_title { font-size: 18px;}
.work_icon::after { width: 90px; height: 35px; right: -108px; top: 33px;}	
	
	
	
}

@media only screen and (max-width : 1024px) {
.fixed_buttons{ display: none;}

.work_icon { width: 90px; height: 90px;}	
.work_icon img { max-width: 40px;}
.work_title {font-size: 16px;}
.work_icon::after { width: 70px; height: 30px; right: -86px; top: 33px; }

	
	
	
}

@media only screen and (max-width : 767px) {
.our-service-heading, .our-service-text { min-height: auto;}

.whatsapp_link {
  width: 44px;
  left: 6px;
  bottom: 29px;
}	
.work_icon::after { display: none; }	
.work_box {
  margin-top: 15px;
  padding: 5px;
}	
.testimonial-section.process_sec {
  padding: 50px 0;
  margin-bottom: 45px;
}	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
    width: 520px !important;
    left: 3%;
}
.banner-bottom {
    display: flex;
}
.about-left-content img:first-child {
    width: 90%;
}
.about-left-content img:last-child {
    width: auto;
    position: absolute;
    top: 20%;
    right: 10px;
    margin: 0;
}
.why-choose-right-img img {
    height: auto;
}
.locate_box {
    display: flex;
}
.location_list {
    width: 50%;
}
.footer-box {
    margin-top: 0;
    margin-bottom: 40px;
}
.footer-content {
    padding: 35px 0 18px 0;
}
.inner_text_box {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    width: 520px !important;
    left: 3%;
}
.banner-bottom {
    display: flex;
}
.about-left-content img:first-child {
    width: 90%;
}
.about-left-content img:last-child {
    width: auto;
    position: absolute;
    top: 20%;
    right: 10px;
    margin: 0;
}
.why-choose-right-img img {
    height: auto;
}
.locate_box {
    display: flex;
}
.location_list {
    width: 50%;
}
.footer-box {
    margin-top: 0;
    margin-bottom: 40px;
}
.footer-content {
    padding: 35px 0 18px 0;
}
.inner_text_box {
    margin-top: 0;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    left: 3%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    left: 9%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    left: 15%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    width: 700px !important;
    left: 24%;
}
}  
/*-- responsive section end ---*/