@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Dancing + Script:400, 700|Lato:400, 700);
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_bold_font.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_bold_font.ttf) format("truetype");
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_light_bt.ttf) format("truetype");
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_heavy_font.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_bold_font.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Fanfold;
    src: url(../fonts/futura_light_bt.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(../fonts/futura_medium_bt.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Rockwell;
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwell.eot);
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwell.svg#Rockwell) format("svg"), url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwell.eot?#iefix) format("embedded-opentype"),
        url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwell.woff) format("woff"), url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwell.ttf) format("truetype");
    font-style: normal;
}
@font-face {
    font-family: RockwellBold;
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwellbold.eot);
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwellbold.svg#RockwellBold) format("svg"), url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwellbold.eot?#iefix) format("embedded-opentype"),
        url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwellbold.woff) format("woff"), url(https://d19lhji18zvyho.cloudfront.net/fonts/rockwellbold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: JohnSansText;
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstext-webfont.eot);
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstext-webfont.eot?#iefix) format("embedded-opentype"), url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstext-webfont.woff) format("woff"),
        url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstext-webfont.ttf) format("truetype"), url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstext-webfont.svg#JohnSansText) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: JohnSansTextBold;
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstextbold-webfont.eot);
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstextbold-webfont.eot?#iefix) format("embedded-opentype"), url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstextbold-webfont.woff) format("woff"),
        url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstextbold-webfont.ttf) format("truetype"), url(https://d19lhji18zvyho.cloudfront.net/fonts/johnsanstextbold-webfont.svg#JohnSansTextBold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Funkydori;
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/FunkydoriWeb.eot);
    src: url(https://d19lhji18zvyho.cloudfront.net/fonts/FunkydoriWeb.woff) format("woff");
}
.text-black {
    color: #000 !important;
}
.zoom {
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.deal-img-section:hover .zoom {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.ri-grid {
    margin: 30px auto 30px;
    position: relative;
    height: auto;
}
.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ri-grid ul:after,
.ri-grid ul:before {
    content: "";
    display: table;
}
.ri-grid ul:after {
    clear: both;
}
.ri-grid ul {
    zoom: 1;
}
.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.ri-grid ul li a {
    display: block;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ri-grid-size-1 {
    width: 55%;
}
.ri-grid-size-2 {
    width: 100%;
}
.ri-grid-size-3 {
    width: 100%;
    margin-top: 0;
}
.ri-shadow:after,
.ri-shadow:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ri-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}
.ri-loading-image {
    display: none;
}
.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}
.bttom-brd {
    border-bottom: 3px solid #0054a6;
}
.price-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
}
.price-content .prefix {
    padding-top: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}
.price-content .before-price {
    font-size: 0.6em;
    line-height: 1;
}
.price-content .currency {
    font-size: 1em;
    line-height: 1;
    font-family: airnewzald, georgia, serif;
    text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "liga" on;
    font-feature-settings: "liga" on;
}
.price-content .price {
    font-size: 19px;
    letter-spacing: -0.025em;
    padding-left: 4px;
    padding-top: 12px;
}
.price-content .suffix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.price-content .asterisk {
    font-size: 1.5em;
    margin-left: 2px;
    padding-top: 8px;
}
.x-div {
    width: 60%;
    float: left;
}
.x-div-2 {
    width: 40%;
    float: left;
}
.headline-all-section {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 70px;
    font-size: 36px;
    font-weight: 700;
    color: #2a2929;
    font-family: Fanfold;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.headline-all-section-2 {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 1.25;
    font-size: 28px;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.headline-all-section::before {
    right: 0.5em;
    margin-left: -50%;
}
.headline-all-section-2::before {
    right: 0.5em;
}
.headline-all-section-2::after {
    left: 0.5em;
}
.headline-all-section::after {
    left: 0.5em;
    margin-right: -50%;
}
a:hover {
    text-decoration: none;
}
.deal-img-section {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: -2px 0 13px 0 #525252;
    -moz-box-shadow: -2px 0 13px 0 #525252;
    box-shadow: -2px 0 13px 0 #525252;
    border-radius: 8px;
}
.deal-img-section:hover {
    transition: 0.8s;
}
.deal-img-section:hover:after {
    content: "";
    background: 0 0;
}
.deal-img-section figure {
    position: relative;
    margin: 0 0 0;
    background: 0 0;
}
.div-66 {
    float: left;
}
.div-34 {
    float: left;
}
.deal-img-section img {
    width: 100%;
    height: 200px;
}
.des-page .deal-img-section img {
    width: 100%;
    height: 230px;
}
.img-in-440 img {
    width: 100%;
    height: 480px;
}
.b_pack {
    position: relative;
    overflow: hidden;
    background-color: #f8db0e;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.thumb_content .thumb_title {
    float: left;
    width: 70%;
}
.thumb_content .thumb_meta {
    float: right;
    width: 30%;
    text-align: right;
}
.thumb_content.fullwidth .thumb_title .tour_country {
    font-size: 12px;
}
.thumb_content .thumb_title .tour_country {
    color: #000;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: uppercase;
}
.div-34 h3 {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.div-66 h3 {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.thumb_content.fullwidth-x h4 {
    color: #000;
}
.thumb_content.fullwidth .thumb_meta .tour_days {
    font-size: 12px;
}
.thumb_content .tour_days {
    color: #000;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
.thumb_content.fullwidth .thumb_meta .tour_price {
    font-size: 20px;
}
.thumb_content .thumb_meta .tour_price {
    color: #ff4e00;
    font-weight: 700;
    font-size: 16px;
}
.fullwidth-x {
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}
.din-night h4 {
    font-size: 13px;
}
.ui-btn {
    padding: 12px 15px !important;
    margin-top: 0.18rem;
    font-size: 12px !important;
}
.pd-zero {
    padding-left: 0;
    padding-right: 0;
}
.mg-zero {
    margin-right: 0;
    margin-left: 0;
}
.mb-tp {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pd-tp-30 {
    padding-top: 30px;
}
.border-webkit {
    -webkit-text-stroke: 0.5px #697115;
}
.big-section {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    color: #fff;
    margin: auto;
    background: #f8db0e;
    margin-top: -30px;
}
.details-icon {
    margin-right: 4px;
    opacity: 0.5;
}
.big-section-details .details {
    font-size: 16px;
    margin-bottom: 0;
}
.small-section {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 80px;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    margin: auto;
    border-top: 2px dotted #fff;
    background-color: #8c9a11;
    background-image: url(../images/floor-tile.png);
    background-blend-mode: multiply;
}
.lf-h3 {
    max-width: 100%;
}
.lf-change h3,
.lf-h3 h3 {
    color: #000;
}
.lf-change h3,
.lf-h3 h3 {
    text-decoration: none;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 29px;
    margin-bottom: 0;
}
.lf-change h4,
.lf-h3 h4 {
    text-transform: uppercase;
    line-height: 29px;
    color: #ffe639;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}
.div-25 {
    width: 25%;
    float: left;
}
.div-50 {
    width: 50%;
    float: left;
}
.div-80 {
    width: 84.53%;
    float: left;
}
.div-20 {
    width: 15.46%;
    float: left;
    position: absolute;
    right: 9px;
    top: 33%;
}
.small-btn {
    border: none;
    background: #fc5b62;
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px;
    color: #fff;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 12px;
}
.fn-11 {
    border: none;
    background: #fc5b62;
    cursor: pointer;
    display: inline-block;
    padding: 4px 4px;
    color: #fff;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 11px;
}
.btn-block + .btn-block {
    margin-top: 4px;
}
.product-new-top {
    background: #219ff3;
    color: #fff;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
    font-size: 20px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.9;
}
.product-new-top a {
    color: #fff;
}
.deal-img-section:hover .product-new-top {
    background: #fc5b62;
}
.product-new-top a.link.active {
    color: #fc5b62;
}
header.sticky .main-menu > ul > li span > a {
    color: #000;
    background: 0 0;
}
.main-section {
    background: #fff;
    height: 100%;
    padding: 1px 0;
}
.deal-img-section .circle-info {
    color: #fff;
    width: 200px;
    height: 200px;
}
.deal-img-section .circle-primary {
    position: absolute;
    left: 50%;
    top: 51.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 49.5%;
    width: calc(50% - 40px);
    height: 90.5%;
    height: calc(100% - 40px);
}
.deal-img-section .circle-primary::before {
    background: #0276ee;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.deal-img-section .circle-header {
    position: absolute;
    z-index: 1;
    bottom: 74%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #fc5b62;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0.13em;
    text-transform: uppercase;
    color: #fff;
}
.deal-img-section .circle-headline {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    padding: 0 10%;
    text-align: center;
    line-height: 1.25;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}
.img-in-375 img {
    width: 100%;
    height: 375px;
}
.ad-diff-b .deal-img-section .circle-primary::before {
    background: rgba(0, 0, 0, 0.88);
}
.call_section .wrapper h2 span {
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    display: block;
    margin: auto auto 20px;
    border-radius: 10px;
    opacity: 1;
}
.call_section .wrapper h2 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.call_section h2 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}
/* Home page More sections */
.card-shadow  {
  /* -webkit-box-shadow: -2px 0 4px 2px #5252523d;
    -moz-box-shadow: -2px 0 4px 2px #5252523d;
    box-shadow: -2px 0 4px 2px #5252523d; */
}

.card.card-team {
    border-radius: 8px;
    padding: 40px;
    border: 1px solid #f2f1e2;
    /* background-color: #fffef3;     */
    background-color: #fffbcb;
    background-image: url(../images/pattern/webb.png);
    border-bottom: 20px solid #f8db0e;
    background-blend-mode: multiply;
}

.card.card-team:hover  .card-img{
      transition: ease-in-out 0.5s;
-moz-transform:scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -ms-transform: scale(1.08);
  box-shadow: 1px 4px 5px 1px #00000047;
}
.card.card-team .card-title {
margin-bottom: 0;
}
.card.card-team .card-sub-title {
font-size: 15px;
}
.card.card-team .card-info  {
text-align: justify;
}
.card.card-team .card-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.card.card-team .card-img img {
    transition: ease-in-out 0.5s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.card.card-gallery {
      border: 1px solid #f2f1e2;

}

.card.card.card-gallery:hover .package-thumb img {
  transition: ease-in-out 0.5s;
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.card.card.card-gallery:hover figure {
  overflow: hidden;
}

.d-flex-space-between  {
  display: flex;
    justify-content: space-between;
    padding: 8px 20px;
        background: #f5d80e;
}

.text-clickedon   {
    font-size: 16px;
    font-weight: 600;
}

.font-lobster  {
font-family: 'Lobster Two',cursive;
    font-size: 24px;
    font-weight: 700;
}

.dfsb-text {
  color: #000;
}

.card.card-gallery .card-details {
padding: 20px 50px ;
}
/* Testimonials */
.testimonial-carousel .card  {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
margin-bottom: 22px;
}

.testimonial-carousel  .card.card-gallery .card-details {
padding: 20px 20px 0 20px;
}
.testimonial-carousel  .card.card-gallery figure {
  margin-bottom: 0;
}

.testimonial-carousel  .card.card-gallery figure  img {
  border-top-right-radius: 0;
}

.testimonial-carousel  .card.card-gallery .package-thumb, .testimonial-carousel  .card.card-gallery figure {
  height: 100%;
}

.testimonial-carousel  .card.card-gallery .star-cards {
font-size: 22px;
}

.text-theme {
  color:  #f5d80e !important;
}

.play-video-btn  {
    height : 30px;
}

.gal-stamp {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    right: 18px;
    top: 19px;
}


.card.card.card-gallery:hover .package-thumb img.gal-stamp {
    transition: ease-in-out 0.5s;
    -moz-transform: scale(1);
     -webkit-transform: scale(1); 
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 9;
}

.bg-a {
background-color: #ebf0ff !important;
}
.bg-a .main:after {
  content: "\f1d8";
  background-color: #ebf0ff !important;
}

.d-flex-space-center {
  display: flex;
    justify-content: center;
    padding: 8px 20px;
    background: #f5d80e;
}


.section-review .card.card-gallery .card-details {
    padding: 0 50px;
}

@media (max-width: 1199px)
{
 .card.card-gallery     .h4, .card.card-gallery  h4 {
    font-size: 23px;
}
}


/* Ends Home page More Sections */
#custom-search-input i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    left: 11px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}
#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 47px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}
.carousel {
    margin: 0 auto;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media {
    position: relative;
    padding: 0 0 0 20px;
    margin-left: 20px;
}
.carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;
    background: #1f487e;
    padding: 15px;
    margin: 0 0 20px 20px;
}
.carousel .testimonial::after,
.carousel .testimonial::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
    background: #1f487e;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .item .row > div:first-child .testimonial {
    margin: 0 20px 20px 0;
}
.carousel .item .row > div:first-child .media {
    margin-left: 0;
}
.carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}
.carousel .testimonial p::before {
    content: "\94";
    color: #fff;
    font-weight: 700;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
    padding: 3px 0 0 15px;
}
.carousel .overview .details {
    padding: 5px 0 8px;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #f55;
}
.carousel .carousel-control {
    width: 30px;
    height: 30px;
    background: #1f487e;
    text-shadow: none;
    top: 4px;
}
.carousel-control i {
    font-size: 16px;
}
.carousel-control.left {
    left: auto;
    right: 40px;
}
.carousel-control.right {
    left: auto;
}
.carousel-indicators {
    bottom: 21px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin: 1px 4px;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #f55;
    border: 5px double;
}
.star-rating li {
    padding: 0 2px;
}
.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}
.two-columns {
    padding: 0;
}
.two-columns li {
    width: 50%;
    float: left;
    list-style-type: none;
}
.two-columns::after {
    content: "";
    display: table;
    clear: both;
}
.two-columns li a {
    color: #fff;
    padding-left: 5px;
}
.pd-2 {
    padding-left: 2.2px;
}
.icon-float {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 999;
}
.icon-float ul {
    padding: 0;
    width: 42px;
    margin: 0 0 0;
}
.icon-float ul li {
    list-style-type: none;
    width: 100%;
    height: 50px;
    background: #f2f2f2;
}
.icon-float ul li:first-child {
    border-radius: 0 8px 0 0;
}
.icon-float ul li:last-child {
    border-radius: 0 0 8px 0;
}
.icon-float ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
}
.icon-float ul li a i {
    color: #000;
}
.fb1 {
    color: #3b5998;
}
.gp1 {
    color: #dd4b39;
}
.tw1 {
    color: #1da1f2;
}
.li1 {
    color: #0077b5;
}
.yt1 {
    color: #cd201f;
}
.wa1 {
    color: #34af23;
}
.ins-up {
    color: #8a3ab9;
}
.sh {
    padding: 10px 0 !important;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.icon-float ul li:hover {
    background: #dfdfdf;
}
.index-mid-section {
    width: 95%;
    margin: 0 auto;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: red;
}
.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: red;
}
