.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease;
}

.floating-btn img {
    width: 30px;
    height: 30px;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
img.header-logo{
	max-width: -webkit-fill-available;
	max-width: 185px;
}
img.footer-logo {
    max-width: -webkit-fill-available;
    max-width: 100%;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.navbar-toggler:focus,
a:focus,
img:focus {
    outline: 0
}
.cntr-txt {
    text-align: center
}

figure {
    margin-bottom: 0
}

body {
    padding-top: 124px
}

.hdr {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    z-index: 9;
    background: #ffffffeb;
    transition: .3s
}

.site-bg {
    background: #ec2027
}

.nav-cst,
.tp-quick {
    padding-left: 0;
    padding-right: 0
}

.tp-quick a,
.tp-quick span {
    color: #000;
    padding: 2px 0;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer
}

.tp-nav2 {
    background: linear-gradient(to Left, #f5002b, #ffcd00);
}

.tp-nav2 .tp-quick a,
.tp-nav2 .tp-quick span {
    color: #fff
}

.tp-nav2 .tp-quick .clr-o {
    color: #ffffff
}

.tp-quick .clr-o .fa-mobile {
    transform: scale(1) rotate(0);
}

@keyframes mobAnim {
    0% {
        transform: scale(1) rotate(0)
    }

    100% {
        transform: scale(1.4) rotate(-20deg)
    }
}

.nav-cst, .navbar-brand {
    padding: 5px 0px;
}

.nav-cst .main-nav-ul .nav-link {
    color: #222020;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    letter-spacing: .5px;
    position: relative
}
/*
.nav-cst .main-nav-ul .nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 0;
    height: 20px;
    background: #ec2027;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: .6s
}
*/
.nav-cst .main-nav-ul .nav-link:hover:before,
.nav-item.active .nav-link:before,
.nav-item.show .nav-link:before {
    bottom: 80%;
    height: 2px;
    opacity: 1
}

.main-nav-ul li:last-child a.nav-link {
    padding-right: 0
}

.nav-cst .main-nav-ul .nav-item {
    margin-left: 30px
}

.navbar-toggler {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggler span {
    display: inline-block;
    letter-spacing: 1px;
    width: auto;
    height: auto
}

.sb-drp-6.show {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.sb-drp-6 a {
    flex: 1;
    min-width: 46%;
    max-width: 46%;
    margin: 1% 2%;
    padding: 2px 5px;
    color: #000;
    text-decoration: none;
    transition: .3s
}

.sb-drp-6 a:hover {
    letter-spacing: .5px;
    color: #ec2027
}

.sb-drp-12.show {
    width: 150px
}

.sb-drp-12 a {
    flex: 1;
    min-width: 96%;
    max-width: 96%
}

#hm-slider figure {
    display: block;
    margin: 0
}

#hm-slider figure img {
    width: 100%
}

#hm-slider .owl-dots {
    position: absolute;
    bottom: 0
}

#hm-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0
}

#hm-slider .owl-nav button {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    transition: .3s
}

#hm-slider .owl-nav button:focus,
#hm-slider .owl-nav button:hover {
    outline: 0;
    background: #ec2027
}

#hm-slider .owl-nav .owl-prev {
    float: left;
    margin-left: 20px
}

#hm-slider .owl-nav .owl-next {
    float: right;
    margin-right: 20px
}

#hm-slider .owl-nav .owl-next span,
#hm-slider .owl-nav .owl-prev span {
    font-size: 50px;
    line-height: 20px;
    height: 30px;
    display: inline-block
}

.tp-hm-q-fom {
    box-shadow: inset 0 0 20px 1px #726f6f;
    margin-bottom: 2%;
}

.qt-fm-h h2 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: none
}

.qt-fm-h span {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    background: #4CAF50;
    padding: 10px 20px;
    margin: 10px;
    display: block;
}
.qt-fm-h {
    margin: 20px 0px;
    text-align: center;
}

@keyframes quote-ani {
    0% {
        left: 50%
    }

    100% {
        left: 40%
    }
}

.tp-hm-q-fom .form-control {
    background: #eaeaea;
    height: 40px;
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
    border: 0;
    letter-spacing: .5px;
    transition: .3s
}

.tp-hm-q-fom .form-control:focus {
    outline: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5)
}

.tp-hm-q-fom .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

.tp-hm-fm .form-group {
    width: 30%;
    float: left;
    margin: .5% 1.5%
}

.sbmit-quote-req {
    font-size: 16px;
    color: #fff;
    width: 100%
}

.sbmit-quote-req:focus {
    box-shadow: none
}

.sbmit-quote-req:active {
    transform: scale(.98)
}

.fancy-title h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 20px
}

.fancy-title h2 span {
    color: #FF9800;
}

.sec-bdr-tp {
    border-top: 1px solid #eee
}

.cmn-cont h2,
.hm_cmn_cont h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px
}

.cmn-cont p {
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0 0 12px;
    line-height: 22px;
    text-align: justify
}

.cmn-cont a {
    color: #000
}

.servic-bx {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1%;
    margin-right: -1%
}

.servic-bx a {
    flex-grow: 1;
    min-width: 23%;
    max-width: 23%;
    margin: 1%;
    position: relative;
    overflow: hidden
}

.servic-bx a figure {
    margin: 0
}

.servic-bx a figure:before {
    content: '';
    /*padding-top:100%;*/
    display: block
}

.servic-bx a figure:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3f51b5c2;
    transition: .3s
}

.servic-bx a figure>img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(100%);
    transition: .3s
}

.servic-bx a figcaption {
    position: absolute;
    left: 0;
    bottom: 30px;
    transition: .3s;
    width: 160px;
    padding-left: 20px;
    z-index: 1
}

.servic-bx a figcaption h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-align: left
}

.servic-bx a:hover figure:after {
    height: 100px
}

.sec_faq_o_pages {
    background: #fafafa;
    padding: 50px 0;
}

.certi_flex_bx {
    display: flex;
    flex-wrap: wrap;
}

.certi_flex_bx figure {
    padding: 20px;
    background: #fafafa;
    margin: 20px;
    max-width: 28%;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.certi_flex_bx figure img {
    width: 80%;
}

.certi_flex_bx figure a {
    position: absolute;
    bottom: -100px;
    transition: all linear 0.2s;
    left: 0;
    right: 0;
    background: #ec2027;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.certi_flex_bx figure:hover a {
    bottom: 0px;
}

.certi_flex_bx a:hover {
    background: #ba4937;
}

.testi-m_new {
    padding-top: 200px;
    margin-top: 100px;
}

.sec_video_clips {
    margin-top: -250px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.vid_clip_hold {
    display: flex;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    flex-wrap: wrap;
}

.extr_vid_te {
    flex: 1;
    padding-right: 60px;
    padding-left: 20px;
    align-self: center;
}

.extr_vid_te:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 40px;
    border-left: 3px solid #fa0;
    border-top: 3px solid #ee7c6a;
    margin-left: -20px;
    margin-top: -10px;
}

.extr_vid_te:after {
    content: '';
    position: absolute;
}

.extr_vid_te h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.vid_clip_caro_h {
    max-width: 540px;
    width: 100%;
}

#hm_vid_clips {}

#hm_vid_clips .owl-dots {
    display: none;
    margin-top: 10px;
    position: absolute;
    left: -60px;
    top: -50%;
    padding-top: 50%;
    width: 40px;
}

#hm_vid_clips .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

#hm_vid_clips .owl-dots .owl-dot.active span {
    background: #fa0;
}

.vid_clip_itm:hover .vid_e_ply {
    transform: scale(1.2);
    background: #fa0;
}

.vid_m_cn {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.vid_m_cn iframe,
.vid_m_cn #vclip_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rating_row>label {
    padding-top: 6px;
    padding-left: 5px;
    margin-right: 5px;
}

.rating {
    border: none;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #fb641b;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #ff9f00;
}

.usrStr i {
    display: inline-block;
    color: #f8c301;
}

.ratin_dt_star {
    margin-top: 10px;
}

.ratin_dt_star span {
    font-size: 14px;
    margin-right: 10px;
}

.servic-bx a:hover figure img {
    filter: grayscale(0)
}

.servic-bx a:hover figcaption {
    bottom: 15px
}

.testi-m {
    background: #fff;
    box-shadow: inset 0 0 120px #ccc
}

#testi-slider {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 70px
}

.testi-bx {
    text-align: center
}

.testi-bx figure {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #f4f4f4
}

.testi-bx figure img {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px
}

.testi-bx figure img[src=''] {
    display: none
}

.testi-bx h6 {
    font-weight: 700
}

.testi-bx h6 span {
    position: relative
}

.testi-bx h6 span:before {
    content: '';
    left: -20px;
    transform: translate(0, -50%);
    width: 20px;
    height: 2px;
    background: #555;
    top: 50%;
    position: absolute
}

#testi-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0
}

#testi-slider .owl-nav button {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
    margin: 0
}

#testi-slider .owl-nav button:focus {
    outline: 0
}

#testi-slider .owl-nav button:hover {
    outline: 0;
    background: #ec2027
}

#testi-slider .owl-nav .owl-prev {
    float: left
}

#testi-slider .owl-nav .owl-next {
    float: right
}

#testi-slider .owl-nav .owl-next span,
#testi-slider .owl-nav .owl-prev span {
    font-size: 50px;
    line-height: 20px;
    height: 30px;
    display: inline-block
}

.benefit-fl:after {
    content: '';
    width: 30%
}

.benefit-fl a {
    position: relative;
    min-width: 30%;
    max-width: 30%;
    margin: 10px 0;
    padding: 20px;
    background: #ca851f;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 10px;
    transition: all linear .3s
}

.benefit-fl a i {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s
}

.benefit-fl a h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700
}

.benefit-fl a:hover {
    background: #413018;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.benefit-fl a:hover i {
    transform: scale(1.3)
}

.loc-packer {
    position: relative;
    background: #f1f1f1
}

.loc-pack-h {
    max-width: 840px;
    margin: 30px auto 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 10px #bbb
}

.loc-pack-h ul {
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow: auto
}

.loc-pack-h ul li {
    min-width: 48%;
    max-width: 48%;
    margin-bottom: 5px
}

.loc-pack-h ul li a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #000
}

.sbmt_rev_btn_style,
a.sbmt_rev_btn_style {
    padding: 8px 10px;
    display: block;
    font-weight: 700;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin: 8px 0px 8px 0;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    text-decoration: none;
}

.sbmt_rev_btn_style i {
    width: 25px;
    box-shadow: 1px 0;
    margin-right: 10px;
    vertical-align: middle;
}

.fbk_ico {
    background: #3b5998;
}

.ggl_ico {
    background: #db4437;
}

.lnk_ico {
    background: #0e76a8;
    text-decoration: none;
}

.soc_feed_bx {
    margin-top: 0px;
    padding: 30px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}

.soc_feed_icns a {
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    margin: 5px 10px 5px 0;
    transition: all linear .3s;
}

.soc_feed_icns a:hover {
    background: #ec2027;
    border-color: #ec2027;
}

.outr_mid_valid_soc_btns {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9;
    display: none;
}

.mid_valid_soc_btns {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 300px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.dmy_cst_feed_btn {
    text-transform: uppercase;
    font-weight: 700;
}

.clos_feed_pop {
    position: absolute;
    width: 30px;
    font-size: 18px;
    right: -10px;
    top: -10px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    height: 30px;
    cursor: pointer;
}

#hm-partner {
    padding: 0 40px
}

#hm-partner figure {
    display: block;
    margin: 0
}

#hm-partner figure img {
    width: 100%
}

#hm-partner .owl-nav {
    font-size: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

#hm-partner .owl-nav button {
    padding: 0 !important;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    transition: .3s
}

#hm-partner .owl-nav button:focus {
    outline: 0
}

#hm-partner .owl-nav button:hover {
    background: #ec2027
}

#hm-partner .owl-nav .owl-prev {
    float: left;
    margin: 0
}

#hm-partner .owl-nav .owl-next {
    float: right;
    margin: 0
}

#hm-partner .owl-nav .owl-next span,
#hm-partner .owl-nav .owl-prev span {
    font-size: 30px;
    line-height: 20px;
    height: 30px;
    display: inline-block
}

footer {
    letter-spacing: .5px;
    background: #eaeaea;
    padding-top: 40px
}

.img_100 {
    width: 100%;
}

.reqFormInner {
    position: sticky;
    top: 130px;
    padding: 20px;
    margin-top: 20px;
    background: #eee;
}

.reqFormInner .fm-err-msg {
    font-size: 18px;
    margin-top: 10px;
}

.wr_feed_r {
    position: sticky;
    top: 140px;
}

.wr_feed_r a+a {
    display: block;
    margin-top: 20px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid;
}

.ftr-adr {
    text-align: center;
    z-index: 1
}

.ftr-adr i {
    font-size: 40px;
    color: #000
}

.ftr-adr h5 {
    color: #000;
    margin-bottom: 10px;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    padding: 5px 0
}

.ftr-adr h5:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    top: 0;
    z-index: -1;
    border-left: 10px solid #bc7f0e;
    border-bottom: 10px solid #bc7f0e;
    display: none
}

.ftr-adr ul {
    padding-left: 0;
    z-index: 1;
    position: relative
}

.ftr-adr ul li {
    list-style: none;
    margin-bottom: 5px
}

.ftr-adr p,
.ftr-adr ul li a {
    color: #000;
    z-index: 1;
    position: relative;
    text-decoration: none
}

.prof_netwrk {
    padding: 40px 0
}

.prof_netwrk h2 {
    color: #fff;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px
}

.prof_netwrk ul.nav {
    justify-content: space-between
}

.prof_netwrk ul.nav:after {
    height: 0;
    width: 33%;
    content: ""
}

.prof_netwrk ul li {
    min-width: 23%;
    max-width: 23%;
    margin-bottom: 15px
}

.prof_netwrk ul li a:hover {
    color: #ffffff;
}
.prof_netwrk ul li a {
    color: #000;
    padding: 5px 10px;
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: .3s
}

.prof_netwrk ul li a:before {
    content: '';
    width: 1px;
    height: 50%;
    top: 50%;
    background: #2196F3;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: .3s
}

.prof_netwrk ul li a:hover:before {
    width: 100%;
    height: 100%
}

.prof_netwrk ul li a {
    color: #000
}

.ftr-cpy {
    background: #13afec;
    padding: 10px 0
}

.ftr-cpy2 a{
	color:#e4e4e4;
}
.ftr-cpy2 {
    background: #2f3c3f
}

.copy-r p {
    margin-bottom: 0;
    color: #fff
}

.copy-r ul li {
    margin-left: 15px
}
section.sec-pad.main {
    padding-top: 4%;
    padding-bottom: 0;
}

.copy-r ul li a {
    color: #fff;
    letter-spacing: .5px;
    min-width: 30px;
    line-height: 30px;
    height: 32px;
    display: block;
    text-align: center;
    transition: .3s;
    border-radius: 20px;
}

.copy-r ul li a i {
    transition: .3s
}

.copy-r ul li:first-child a {
    border: 0;
    padding: 0 10px
}
section.sec-pad{
    padding: 1% 0;
}

.copy-r ul li a:hover {
    text-decoration: none;
    background: #c48616;
    color: #fff
}

.hdr-mob-pop {
    display: none
}

.hdr-top-rem {
    top: -38px
}

.brd-crmb {
    background: url(../img/breadcrum-bg.jpg) center center no-repeat;
    background-size: 100%;
    min-height: 100px;
    position: relative;
    padding: 20px 0;
    background-size: cover
}

.brd-crmb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

.brd-crmb h1 {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

.brd-crmb ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.brd-crmb ul li {
    margin-right: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px
}

.brd-crmb ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 5px
}

.brd-crmb ul li:last-child:after {
    display: none
}

.brd-crmb ul li a {
    color: #fff;
    text-decoration: none
}

.br-bx-h {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%
}

.br-bx {
    min-width: 31.3%;
    max-width: 31.3%;
    margin: 1%;
    padding: 15px;
    border-radius: 10px;
    background: #ec2027;
    padding-bottom: 60px;
    position: relative;
    transition: .3s
}

.br-bx h4 {
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.br-bx p {
    padding-left: 30px;
    position: relative;
    letter-spacing: .5px
}

.br-bx p i {
    position: absolute;
    left: 5px;
    top: 5px
}

.br-bx:hover {
    background: #f9c33d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.branch-req {
    position: absolute;
    border-radius: 30px;
    padding: 5px 10px;
    display: inline-block;
    left: 10px;
    background: #fff;
    bottom: 15px;
    text-align: center;
    cursor: pointer;
    letter-spacing: .5px;
    transition: .3s
}

.branch-req:hover {
    padding: 5px 25px
}

.modal-backdrop.show {
    opacity: .85
}

.modal-content {
    border: 0
}

button.close:focus {
    outline: 0
}

#final_booking .modal-body,
#member_modal .modal-body,
#query_modal .modal-body {
    padding: 0
}

#query_modal .modal-header {
    background: #ec2027;
    color: #000
}

.flx-fm-cb {
    display: flex
}

.flx-fm-cb form {
    flex: 1;
    padding: 0 20px;
    align-self: center
}

.flx-fm-cb form h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px
}

.flx-fm-cb form .form-group:last-child {
    margin-bottom: 10px
}

.flx-fm-cb form .form-control {
    box-shadow: none;
    transition: .3s
}

.flx-fm-cb form.form-control:focus {
    border-color: #000
}

.flx-fm-cb form .btn {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px
}

.file-upl {
    position: relative;
    padding: 5px 10px;
    background: #eee
}

.file-upl label {
    text-align: center
}

.file-upl input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0
}

.send-sms-enq {
    display: block;
    position: fixed;
    background: #fff;
    right: -100px;
    bottom: 100px;
    width: 70px;
    padding: 0 10px;
    z-index: 4;
    border-radius: 50px 0 0 50px;
    transition: .3s;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, .25)
}

.send-sms-enq img {
    width: 50px
}

.w-feedlink {
    display: block;
    position: fixed;
    background: #fff;
    right: -100px;
    bottom: 160px;
    width: 70px;
    padding: 0 10px;
    z-index: 4;
    border-radius: 50px 0 0 50px;
    transition: .3s;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, .25)
}

.w-feedlink img {
    width: 50px
}

@keyframes anim-fx-as1 {
    0% {
        right: -100px
    }

    100% {
        right: 0
    }
}

@keyframes anim-fx-as2 {
    0% {
        right: -100px
    }

    100% {
        right: 0
    }
}

.tb-multi {
    position: relative
}

.tab_fms {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.tab_fms:first-child {
    position: relative
}

.tab_fms h4 {
    padding-left: 20px;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.tab_fms h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 2px;
    background: #000
}

.tab_fms h4 span {
    color: #f20
}

.tab_fms_show {
    display: block;
    visibility: visible;
    opacity: 1
}

.tab_fms_hide {
    visibility: hidden;
    opacity: 0
}

.fm-bk-tp {
    position: absolute;
    left: 40px;
    bottom: 98px
}

.fm-bk-tp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../img/drp-down1.png) right center no-repeat
}

.fi_book_trk {
    position: relative;
    overflow: hidden;
    height: 450px;
    width: 300px;
    background: url(../img/cloud.png) center 10px no-repeat, linear-gradient(to Bottom, #00a2ff, #00a2ff, #64e580, #64e580, #64e580)
}

.fi_book_trk:before {
    content: '';
    position: absolute;
    width: 600px;
    padding-top: 282px;
    background: #64e580;
    top: 130px;
    border-radius: 50%;
    left: -50%
}

.fi_book_trk>img {
    opacity: 0
}

.truck_anim {
    position: absolute;
    left: -180px;
    top: 92px;
    transform: rotate(-12deg);
    transition: .3s
}

@keyframes ani-Truck {
    0% {
        left: -180px;
        transform: rotate(-12deg)
    }

    100% {
        left: 105%;
        transform: rotate(5deg)
    }
}

.membr_ship {
    position: relative;
    width: 300px;
    height: 450px;
    z-index: 1;
    overflow: hidden
}

.membr_ship:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4427f1;
    z-index: -1
}

.membr_ship:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: #664efa;
    border-radius: 0 0 0 100px;
    z-index: -1
}

.membr_ship>div img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left
}

.mbt1 {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    letter-spacing: 2px
}

.mbt2 {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    letter-spacing: 2px;
    text-transform: uppercase
}

@keyframes ani-hand {
    0% {
        left: -28px;
        transform: translateY(-50%) rotate(10deg)
    }

    100% {
        left: 0;
        transform: translateY(-50%) rotate(0)
    }
}

.cp-fom .form-control {
    background: #f6f6f6;
    transition: .3s
}

.cp-fom .form-control:focus {
    box-shadow: none;
    background: #fff;
    border-color: #aaa
}

.cp-fom .has-err,
.has-err {
    border-color: #ff5757;
    background: #fff
}

.c-map-ifr {
    width: 100%;
    transition: .3s;
    background: #aaa
}

.c-map-ifr-h {
    position: relative;
    overflow: hidden
}

.c-map-ifr-h:after {
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s
}

.c-map-ifr-h:hover:after {
    opacity: 0;
    left: -100%
}

.tes-ti-h {
    position: relative;
    overflow: hidden;
    padding-left: 18%
}

.pg-testi-bx {
    position: relative;
    margin-bottom: 20px
}

.pg-testi-txt {
    padding: 20px
}

.pg-testi-txt:before {
    content: '';
    position: absolute;
    right: 98%;
    width: 30px;
    top: 25px;
    height: 30px;
    background: #aaa;
    z-index: -1;
    border-radius: 50%
}

.pg-testi-txt p {
    text-align: justify;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.pg-testi-txt h3 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    vertical-align: middle
}

.pg-testi-txt h3:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #666;
    display: inline-block;
    vertical-align: middle
}

.pg-testi-bx:nth-child(3n+1) .pg-testi-txt {
    background: #fee
}

.pg-testi-bx:nth-child(3n+1) .pg-testi-txt:before {
    background: #fee
}

.pg-testi-bx:nth-child(3n+2) .pg-testi-txt,
.pg-testi-bx:nth-child(3n+2) .pg-testi-txt:before {
    background: #eef
}

.pg-testi-bx:nth-child(3n+3) .pg-testi-txt,
.pg-testi-bx:nth-child(3n+3) .pg-testi-txt:before {
    background: #efe
}

.cli-pic {
    position: absolute;
    left: -18%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%
}

.cli-pic figure {
    margin: 0
}

.cli-pic figure img {
    width: 100%
}

.pg-blg-flx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.pg-blg-flx .pg-blg-bx {
    flex: 1;
    min-width: 47%;
    max-width: 47%;
    margin: 0 1.5% 3%
}

.pg-blg-flx .pg-blg-bx-full {
    min-width: 100%;
    max-width: 100%;
    margin: 0
}

.pg-blg-flx-asi {
    padding: 20px;
    background: #f4f4f4
}

.pg-blg-flx-asi .pg-blg-bx {
    flex: 1;
    margin: 20px 0
}

.pg-blg-flx-asi h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.pg-blg-bx>a {
    display: block
}

.pg-blg-bx figure img {
    background: #eee;
    width: 100%
}

.pg-blg-txt span {
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle
}

.pg-blg-txt span:before {
    content: '';
    display: inline-block;
    width: 10px;
    margin-right: 2px;
    height: 1px;
    background: #444;
    vertical-align: middle
}

.blg-hed-ti,
.pg-blg-txt h3 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0
}

.pg-blg-txt h3 a {
    text-decoration: none;
    color: #000;
    transition: .3s
}

.pg-blg-txt h3 a:hover {
    color: #dd472f
}

.pg-blg-txt p {
    text-align: justify
}

.blg-hed-ti {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px
}

.pg-blg-txt-full {
    margin: 10px 0
}

.pg-blg-txt-full p {
    margin-bottom: 10px
}

.pg-blg-flx .pg-blg-bx {
    padding-bottom: 50px;
    position: relative
}

.blg-met {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%
}

.blg-met span {
    align-self: center
}

.blg-met span+span:before {
    display: none
}

.blg-met span+span:after {
    content: '';
    display: inline-block;
    width: 0;
    margin-left: 2px;
    height: 1px;
    background: #444;
    vertical-align: middle;
    transition: .3s
}

.blg-met span+span:hover:after {
    width: 10px
}

.blg-met span a {
    text-decoration: none;
    background: #f1b038;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 20px
}

.blg-met span a:hover {
    background: #ffb120
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.gallery_tb_c {
    border-bottom: 0;
    background: #eee;
    margin-bottom: 20px
}

.gallery_tb_c a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    margin-right: 1px;
    padding-bottom: 4px
}

.gallery_tb_c a.active,
.gallery_tb_c a:hover {
    background: #ec2027;
    text-decoration: none
}

.gallery_tb_c a.active {
    border-bottom: 2px solid #b54735
}

.vid_m_cn iframe {
    width: 100%
}

.gal_cont:after {
    content: '';
    display: block;
    clear: both
}

.gal_cont a,
.vid_gal_itm {
    display: block;
    float: left;
    width: 30%;
    margin: 1.5%;
    position: relative;
    cursor: pointer
}

.vid_gal_itm img {
    width: 100%
}

.gal_cont a:focus {
    outline: 0
}

.gal_cont a img {
    width: 100%
}

.vid_gal_itm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%
}

.vid_e_ply {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    text-align: center;
    color: #fff
}

.vid_gal_itm:hover :before {
    background: rgba(0, 0, 0, 0)
}

.vid_gal_itm:hover .vid_e_ply {
    transform: translate(-50%, -50%) scale(1.2);
    background: rgba(0, 0, 0, .7);
    color: #ec2027
}

.lightbox .lb-image {
    border: 0
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    background-size: 40px
}

.lb-close {
    background-size: 20px
}

.lb-data .lb-caption {
    font-size: 1.3rem;
    letter-spacing: .5px;
    font-weight: 400;
    color: #fff
}

.lb-data .lb-number {
    font-size: 12px;
    padding: 5px;
    letter-spacing: .5px
}

.easyPaginateNav {
    text-align: center;
    margin: 0 auto
}

.easyPaginateNav a {
    margin: 4px;
    color: #000;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%
}

.easyPaginateNav a:focus,
.easyPaginateNav a:hover {
    text-decoration: none
}

.easyPaginateNav a.current {
    background: #ec2027;
    font-weight: 600
}

#faq_accord .card {
    margin-bottom: 20px;
    border: 0
}

#faq_accord .card-header {
    padding: 0
}

#faq_accord .card-header .card-link {
    background: #eee;
    display: block;
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
    padding-right: 30px
}

#faq_accord .card-header .card-link:before {
    content: '+';
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000
}

#faq_accord .card-header .card-link[aria-expanded=true] {
    background: #ec2027
}

#faq_accord .card-header .card-link[aria-expanded=true]:before {
    content: '-';
    font-size: 35px;
    line-height: 20px
}

#faq_accord .card-body {
    font-size: 14px;
    box-shadow: 0 8px 8px #eee
}

#faq_accord .card-body p {
    text-align: justify;
    letter-spacing: .5px;
    margin-bottom: 10px
}

#faq_accord .card-body :last-child {
    margin-bottom: 0
}

#faq_accord .card-body h1,
#faq_accord .card-body h2,
#faq_accord .card-body h3 {
    letter-spacing: .5px;
    font-size: 16px;
    color: #111
}

.why_us_h {
    display: flex;
    align-items: flex-start
}

.why_us_cnt ul {
    padding-left: 20px;
    list-style: square
}

.why_us_cnt ul li {
    margin-bottom: 10px
}

.sticky_nav {
    position: sticky;
    background: #ec2027;
    min-width: 250px;
    padding: 15px;
    top: 125px;
    box-shadow: 0 5px 10px #eee;
    margin-left: 40px
}

.sticky_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px
}

.sticky_nav ul li {
    margin-bottom: 2px
}

.sticky_nav ul li a {
    display: block;
    color: #000;
    padding: 5px;
    transition: .3s;
    text-decoration: none
}

.sticky_nav ul li a:hover {
    background: #ce9121
}

.sticky_nav ul li:last-child {
    display: flex;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: -20px;
    width: 90%
}

.sticky_nav ul li:last-child span {
    flex: 1;
    padding: 10px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sticky_nav ul li:last-child span:first-child {
    background: #dd472f;
    color: #fff
}

.sticky_nav ul li:last-child span:first-child:hover {
    background: #d80a0a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.sticky_nav ul li:last-child span:active {
    transform: scale(.9)
}

.sticky_nav ul li:last-child span:last-child {
    background: #222;
    color: #fff
}

.sticky_nav ul li:last-child span:last-child:hover {
    background: #111;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.usp_row {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap
}

.usp_col {
    text-align: center;
    min-width: 45%;
    margin: 10px 2%;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0
}

.usp_col span {
    font-size: 1.5rem;
    color: #ec2027;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600
}

.usp_col span.count:after {
    content: '+';
    display: inline-block;
    margin-left: 5px
}

.usp_col h3 {
    font-size: 1.25rem;
    color: #000;
    letter-spacing: .5px;
    line-height: 1.7rem
}

.serv_msg_tx_w {
    color: #fff
}

@media (max-width:991px) {
    .usp_col {
        min-width: 98%
    }
}

@media (max-width:700px) {
    .sticky_nav {
        display: none
    }
}

@media (max-width:1199.98px) {
    .benefit-fl a i {
        font-size: 25px
    }

    .tp-hm-q-fom {
        padding-top: 25px
    }
}

@media (max-width:991.98px) {

    .tp-quick a,
    .tp-quick span {
        margin: 0 8px 0 0
    }

    .tp-quick>a:last-child {
        width: 18px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 0
    }

    .qt-fm-h span {
        font-size: 18px
    }

    .servic-bx a {
        min-width: 31.3%;
        max-width: 31.3%
    }

    .sehd_netwrk ul li {
        min-width: 100%;
        max-width: 100%
    }

    .sehd_netwrk ul.nav:after {
        height: 0;
        width: 24%;
        content: ""
    }

    .benefit-fl a h4 {
        font-size: 14px
    }

    .br-bx {
        min-width: 48%;
        max-width: 48%
    }

    .flx-fm-cb form .btn {
        font-size: 14px
    }

    .flx-fm-cb form h3 {
        font-size: 1.2rem;
        text-align: center;
        margin: 10px 0;
        letter-spacing: .5px
    }

    #query_modal .modal-dialog {
        max-width: 280px;
        margin: 100px auto 0
    }

    #query_modal .modal-dialog .modal-content {
        border-radius: 40px 40px 0 0;
        padding-bottom: 30px
    }

    .flx-fm-cb {
        flex-direction: column
    }

    .flx-fm-cb form {
        padding: 0 10px;
        width: 100%
    }

    .flx-fm-cb>div>img {
        width: 120px;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: -60px;
        display: block
    }

    #final_booking .flx-fm-cb form h3 {
        font-size: 1.5rem;
        text-align: left;
        margin-bottom: 20px
    }

    .fi_book_trk {
        height: 150px;
        width: 100%;
        background: url(../img/cloud.png) center 10px, linear-gradient(to Bottom, #00a2ff, #00a2ff, #64e580);
        background-size: 40%;
        background-repeat: repeat-x
    }

    .fi_book_trk:before {
        width: 400%;
        padding-top: 300%;
        left: -150%;
        top: 70px
    }

    .truck_anim {
        top: 40px
    }

    .flx-fm-cb .fi_book_trk>img {
        width: 100%;
        height: 100px;
        border-radius: 0;
        margin: 0
    }

    .fm-bk-tp {
        position: relative;
        bottom: auto;
        left: auto
    }

    .membr_ship {
        height: 150px;
        width: 100%;
        padding-left: 170px
    }

    .membr_ship div img {
        height: 100px
    }

    .membr_ship:after {
        width: 80%;
        height: 50%;
        left: 20%
    }

    .mbt1,
    .mbt2 {
        font-size: 20px;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        line-height: 32px
    }

    .mbt1 {
        top: 17px
    }

    .mbt2 {
        margin-left: 8px;
        top: 50px
    }
}

@media (max-width:767.98px) {
    body {
        padding-top: 98px
    }

    .tp-quick {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .navbar-brand img {
        height: 60px
    }

    .container {
        max-width: 100%
    }

    #hm-slider .owl-nav button {
        width: 30px;
        height: 30px
    }

    #hm-slider .owl-nav .owl-next span,
    #hm-slider .owl-nav .owl-prev span {
        font-size: 30px
    }

    .qt-fm-h span {
        width: 360px
    }

    .servic-bx a {
        min-width: 48%;
        max-width: 48%
    }

    .sehd_netwrk ul li {
        min-width: 100%;
        max-width: 100%
    }

    .sehd_netwrk ul li {
        font-size: 14px
    }

    .sehd_netwrk ul.nav:after {
        height: 0;
        width: 32%;
        content: ""
    }

    .copy-r {
        flex-wrap: wrap
    }

    .copy-r>* {
        min-width: 100%
    }

    .copy-r ul {
        justify-content: center
    }

    .copy-r ul li {
        margin: 10px
    }

    .copy-r ul li:first-child a {
        border: 1px solid #c28e2e
    }

    .copy-r p,
    .copy-r ul li a {
        font-size: 14px;
        text-align: center;
        line-height: 28px
    }
}

@media (max-width:639.98px) {

    .mb_tp_hid {
        display: none
    }

    .tp-quick a,
    .tp-quick span {
        margin: 0
    }

    .hdr-mob-pop {
        position: fixed;
        bottom: -100px;
        background: #ffb01e;
        display: flex;
        left: 0;
        right: 0;
        justify-content: space-between;
        transition: .3s
    }

    .hdr-mob-pop a,
    .hdr-mob-pop span {
        cursor: pointer;
        font-size: 14px;
        color: #000;
        padding: 5px 10px;
        text-decoration: none
    }

    .hdr-mob-pop-act {
        bottom: 0;
        z-index: 2;
        box-shadow: 0 -5px 5px rgba(0, 0, 0, .15)
    }

    .gal_cont a,
    .vid_gal_itm {
        width: 45%;
        margin: 1.5% 2.5%
    }
}

@media (max-width:600px) {
    .br-bx {
        min-width: 98%;
        margin: 0 1% 20px;
        padding-bottom: 10px
    }

    .branch-req {
        position: relative;
        bottom: auto;
        display: inline-block
    }
}

@media (max-width:575.98px) {
    .qt-fm-h span {
        position: relative;
        animation: none;
        left: 0;
        padding: 0 10px;
        display: inline-block;
        transform: none;
        top: 0;
        margin-bottom: 10px;
        width: auto
    }

    .tp-hm-fm .form-group {
        width: 47%
    }

    .servic-bx a figcaption h3 {
        font-size: 18px
    }

    .servic-bx a:hover figure:after {
        height: 60px
    }

    .certi-fi .cmn-cont,
    .certi-fi .cmn-cont p {
        text-align: center
    }

    .img-certi {
        display: block;
        text-align: center
    }

    .img-certi img {
        width: 200px;
        display: inline-block
    }

    .benefit-fl a {
        min-width: 47%;
        max-width: 47%;
        margin-top: 15px
    }

    .c-map-ifr {
        height: 220px !important
    }

    .pg-blg-flx .pg-blg-bx {
        min-width: 97%;
        max-width: 97%
    }

    #menu {
        height: 300px;
        overflow-y: auto
    }

    .sb-drp-6.show {
        width: 100%
    }

    .sb-drp-6 a {
        min-width: 96%;
        max-width: 96%
    }
}

@media (max-width:480px) {
    .navbar-brand {
        margin-right: 10px
    }

    .navbar-toggler {
        font-size: 18px
    }

    .navbar-toggler span {
        letter-spacing: .5px
    }

    .fancy-title h2 {
        font-size: 26px
    }

    #testi-slider {
        padding: 0 45px
    }

    #testi-slider .owl-nav button {
        width: 30px;
        height: 30px
    }

    #testi-slider .owl-nav .owl-next span,
    #testi-slider .owl-nav .owl-prev span {
        font-size: 30px
    }

    .loc-pack-h ul li {
        min-width: 98%;
        max-width: 98%
    }

    .sehd_netwrk ul li {
        min-width: 100%;
        max-width: 100%
    }

    .sehd_netwrk ul.nav:after {
        height: 0;
        width: 48%;
        content: ""
    }

    .ftr-adr h5 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .ftr-adr i {
        font-size: 25px
    }

    .sehd_netwrk {
        padding: 10px 0
    }

    .sehd_netwrk h2 {
        font-size: 26px
    }

    .sehd_netwrk ul li {
        margin-bottom: 5px
    }

    .sehd_netwrk ul li a {
        font-size: 12px
    }

    .copy-r p,
    .copy-r ul li a {
        font-size: 12px
    }

    .copy-r ul li {
        margin: 5px 8px
    }

    .mbt1 {
        top: auto;
        width: 200px
    }

    .mbt2 {
        top: auto;
        margin-left: 0;
        width: 200px
    }
}

@media (max-width:414px) {
    .membr_ship {
        height: 100px;
        padding-left: 120px
    }

    .membr_ship div img {
        height: 70px
    }

    .mbt1 {
        width: auto;
        line-height: 24px;
        font-size: 16px
    }

    .mbt2 {
        width: auto;
        margin-left: 10px;
        line-height: 24px;
        font-size: 16px
    }

    .gal_cont a,
    .vid_gal_itm {
        width: 95%;
        margin: 1.5% 2.5%
    }
}

@media (max-width:359.98px) {
    .tp-hm-fm .form-group {
        width: 97%
    }

    .hdr-mob-pop a,
    .hdr-mob-pop span {
        font-size: 12px
    }

    .mbt2 {
        margin-left: 0
    }
}

@media (max-width:640px) {
    #wh-widget-send-button.wh-widget-left {
        bottom: 30px !important;
    }
}

.serImg {
    position: relative;
    padding-bottom: 60%;
    background: #ccc;
}

.serImg .img-fluid {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmRytImg {
    position: sticky;
    top: 160px;
}
.single-widget {
    margin-bottom: 30px
}

.single-widget img {
    margin-bottom: 20px
}

.single-widget h3 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    color: #2C2E43;
    position: relative
    
}

.single-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2C2E43
}

.single-widget p {
    margin-bottom: 0;
    color: #2C2E43
}

.single-widget ul li {
    color: #2C2E43;
    margin-bottom: 8px;
    font-size: 15px
}

.single-widget ul li:last-child {
    margin-bottom: 0
}

.single-widget ul li span {
    color: #2C2E43
}

.single-widget ul li a {
    color: #2C2E43;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
    color: #eaeaea;
    position: relative;
    top: 3px
}

.single-widget ul li a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.single-widget .social-area {
    margin-top: 20px
}

.single-widget .social-area ul {
    line-height: 1
}

.single-widget .social-area ul li {
    display: inline-block
}

.single-widget .social-area ul li a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    background-color: #13afec;
    border-radius: 4px;
    text-align: center;
    border-radius: 50%
}

.single-widget .social-area ul li a i {
    color: #FFD523;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-right: 0;
    font-size: 18px;
    top: 0
}

.single-widget .social-area ul li a:hover {
    border-color: #190f3c;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.single-widget .social-area ul li a:hover i {
    color: #fff
}

.single-widget.contact ul li {
    position: relative;
    padding-left: 0px
}

.single-widget.contact ul li a {
    position: relative;
    padding-left: 0px
}

.single-widget.contact ul li a i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #eaeaea;
    font-size: 20px
}

.single-widget.contact ul li a span {
    display: block;
    font-weight: 600
}

.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #eaeaea;
    font-size: 20px
}

.single-widget.contact ul li span {
    display: block;
    font-weight: 600
}
.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 70px 30px
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #FFD523;
    font-size: 60px;
    margin-top: -18px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #FFD523;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

/* From Uiverse.io by andrew-demchenk0 */ 
.cube-loader {
    position: relative;
  /* u can choose any size */
    width: 75px;
    height: 75px;
    transform-style: preserve-3d;
    transform: rotateX(-30deg);
    animation: animate 4s linear infinite;
    margin: 10% auto;
  }
  
  @keyframes animate {
    0% {
      transform: rotateX(-30deg) rotateY(0);
    }
  
    100% {
      transform: rotateX(-30deg) rotateY(360deg);
    }
  }
  
  .cube-loader .cube-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0; */
    transform-style: preserve-3d;
  }
  
  .cube-loader .cube-wrapper .cube-span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 9px;
    /* top: 0;
    left: 0; */
                                       /* width 75px / 2 = 37.5px */
    transform: rotateY(calc(90deg * var(--i))) translateZ(37.5px);
    background: linear-gradient(
        to bottom,
        hsl(30, 50%, 20%) 0%,
        hsl(30, 55%, 25%) 5.5%,
        hsl(30, 60%, 30%) 12.1%,
        hsl(30, 65%, 35%) 19.6%,
        hsl(30, 70%, 40%) 27.9%,
        hsl(30, 75%, 45%) 36.6%,
        hsl(30, 80%, 50%) 45.6%,
        hsl(30, 85%, 55%) 54.6%,
        hsl(30, 90%, 60%) 63.4%,
        hsl(30, 95%, 65%) 71.7%,
        hsl(30, 100%, 70%) 79.4%,
        hsl(30, 100%, 75%) 86.2%,
        hsl(30, 100%, 80%) 91.9%,
        hsl(30, 100%, 85%) 96.3%,
        hsl(30, 100%, 90%) 99%,
        hsl(30, 100%, 95%) 100%
      );
    
  }
  
  .cube-top {
    position: absolute;
    width: 75px;
    height: 75px;
    background: hsl(330, 3.13%, 25.1%) 0%;
                        /* width 75px / 2 = 37.5px */
    transform: rotateX(90deg) translateZ(37.5px);
    transform-style: preserve-3d;
   
  }
  
  .cube-top::before {
    content: '';
    position: absolute;
  /* u can choose any size */
    width: 75px;
    height: 75px;
    background: hsl(176.61, 42.28%, 40.7%) 19.6%;
    transform: translateZ(-90px);
    filter: blur(10px);
    box-shadow: 0 0 10px #323232,
                0 0 20px hsl(176.61, 42.28%, 40.7%) 19.6%,
                0 0 30px #323232,
                0 0 40px hsl(176.61, 42.28%, 40.7%) 19.6%;
  }
  section.sec-pad.sec-bdr-tp.certi-fi {
    display: block;
    padding-bottom: 7%;
}
.modal-body .tp-hm-fm .form-group {
    width: 96%;
    float: left;
    margin: 1.5% 1.5%;
}



.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
