@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Hind', sans-serif;}
p {font-size:15px;
    line-height:23px;
	color:#2c3643;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform:capitalize;color:#070d27;font-family:'Vidaloka', serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm60 {margin-bottom:60px;}
.mar-btm70 {margin-bottom:70px;}
.mar-rght {margin-right: 10px;}
/*scroll top*/
#scroll {position: fixed;
    right:20px;
    bottom:35px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    text-align: center;
    color:#fff;
    display: block;
    background-color:#d0202a;
    padding-top: 4px;
	border-radius:50%;
}
#scroll .icon {font-size: 17px;line-height: 30px;}
/*======header=====*/
.top-header {background: #d0202a;
    padding: 8px 0px;
    position: relative;
    line-height:28px;
}
.top-header ul {padding: 0px;margin-bottom: 0px;}
.tpcont-detail li {
       font-size: 15px;
    color: #fff;
    padding-right: 0px;
    font-weight:400;
}
.tpcont-detail li.mobile {font-weight:600;font-size:18px;}
.tpcont-detail li.mobile .icon {font-size: 15px;}
.tpcont-detail li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left:5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li .icon {vertical-align: baseline;
    font-size: 13px;
    color: #fff;
    padding-right:7px;
}
.tpcont-detail li i.wt { color:#25D366;}
.social-icons {text-align:right;}
.social-icons li {padding-left:0;}
.social-icons li > a {
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: none;
    color:#fff;
    display: block;
}
.social-icons li > a.fb {background:#385da9;}
.social-icons li > a.tw {background:#33ccff;}
.social-icons li > a.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	  z-index:999;
	  min-height:70px !important;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand {height:70px;padding:10px 15px;}
.affix .navbar-brand > img {height:48px;}
.affix .navbar-nav > li > a {
    padding-top:24px;
    padding-bottom:24px;
}
/*navbar*/
.navbar-brand {
        padding: 9px 15px;
        height:102px;
}
.navbar-brand > img {
    width: 155px;
    position: relative;
    z-index: 994;
    background-color:#f7f8f9;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
}
.navbar {
    min-height:102px;
    margin-bottom:0px;
    border:0px;
	border-radius:0px;
}
.navbar-default {
    background-color:#f7f8f9;
    border-color:transparent;
}
.navbar-default .navbar-nav > li > a {
    color:#0c2d62;
    font-size:16px;
    font-family:'Vidaloka', serif;
    text-transform:capitalize;
    font-weight:400;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#d0202a;
    background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#d0202a;
    background-color:transparent;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding: 8px 18px;
    color:#383838;
    text-transform:capitalize;
    font-family:'Vidaloka', serif;
    font-size: 14px;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#215faa;
    text-decoration: none;
    background-color:#f8f8f8;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
    border: 0px;
    padding: 0px;
    background-color:#fff;
    min-width:250px;
    border-radius: 0px;
	border-top:4px solid #215faa;
	margin:0px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px; 
    border-top-right-radius:0px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid rgba(185, 185, 185, 0.3);
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
/*banner-form*/
.slider-section {position: relative;}
.banner-form {
    position: absolute;
    z-index:2;
    bottom:12%;
    width: 100%;
}
.banner-form h2 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-top:0;
}
.banner-form p {
    font-size: 16px;
    color: #fff;
    font-weight:400;
    text-align: center;
}
.bnnfm-item {
    background: rgba(255, 255, 255, 0.58);
    padding: 10px;
    border-radius:0 5px 5px 5px;
}
.bnnfm-item .form-group {margin-bottom:10px;position: relative;}
.bnnfm-item label {margin-bottom:0;font-weight:600;}
.bnnfm-item .form-group .icon {
    position: absolute;
    left: 7px;
    top: 40%;
}
.bnnfm-item .form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 0px;
}
.bnnfm-item .form-group .btn {
    display: block;
    width: 100%;
    background:#d0202a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}
.form-tab {position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.58);
    display: initial;
    padding: 4px;
}
.form-tab label {margin-right:5px;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left:22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left:1px;
    top:1px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background:#d0202a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*discover-world-section*/
.discover-world-section {
    padding: 50px 0;
    position: relative;
}
.super-heading {
    position: relative;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(66, 74, 84, 0.7);
    font-size: 13px;
    display: inline-block;
}
.super-heading .super-icon {position: relative; padding-left: 50px;}
.super-heading .super-icon img {
    width: 25px;
    vertical-align: bottom;
}
.super-heading .super-icon:before {
      content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width:45px;
    height: 2px;
    background-color: #C6C7C6;
}
.list-2 {
    padding-left: 20px;
    float: left;
}
.list-2 li {
    width: 50%;
    float: left;
    font-size: 15px;
    margin-bottom: 20px;
    list-style-image: url(../img/list-icon.png);
}
.heading-style2 h3 {
    color: #424951;
    font-size: 18px;
    line-height: 28px;
}
.btn-round {padding: 13px 25px;
    position: relative;
    border:1px solid #D3D3D3;
    border-radius: 50px;
    background-color:transparent;
    color: #333;
    font-size:13px;
    text-transform: uppercase;
    font-weight: 600;
        -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.btn-round:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#d0202a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius:50px;
}
.btn-round:hover {color:#fff;}
.btn-round:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.plane-image img {margin:0 auto;}
/*top-tour-section start*/
.top-tour-section {padding:50px 0px;}
.heading-style h4 {font-weight: 300;color:#d0202a;margin-bottom:8px;letter-spacing:0.5px;}
.heading-style h2 {position: relative;
    margin:0px;
	font-weight:400;
    font-size:38px;
	padding-bottom: 15px;
}
.heading-style h2 span {font-weight:600;}
.heading-style h2:before { border-bottom: .2rem solid #d0202a;
    bottom: 0;
    content: "";
    display: block;
    left:0;
    position: absolute;
    width: 3.5rem;
}
.heading-center {text-align: center;}
.heading-center h2:before {
    left: 50%;
    margin-left: -1.5rem;
} 
.single-package {
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
}
.trip-offer {position: absolute;
    top: 0;
    z-index: 33;
    background: #0059a9;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px 5px;
    text-transform: uppercase;
    top: 12px;
    overflow: visible;
    left: 12px;
}
.trip-head {overflow: hidden;}
.trip-head img {width: 100%;
 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.trip-details {float: left;width: 100%;}
.trip-inner {padding:15px;}
.trip-details h4 {
    font-size:19px;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
}
.trip-details p {font-size: 13px;margin:0}
.trip-details p .icon {
    margin-right: 8px;
    color: #d0202a;
}
.price-wrap {border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
    background: url(../img/grey-bg.png) repeat-x;
    width: 100%;
    float: left;
    padding:8px 10px;
}
.trip-details .left {
    float: left;
    width: 70%;
}
.trip-details .right {
    float: left;
    width: 30%;
    text-align: right;
}
.trip-details .price-item p {padding-top: 6px;}
.trip-details .price-item p span {
    font-size:17px;
    font-weight: 700;
    color: #d0202a;
    padding-left: 5px;
}
.btn2 {
       color: #fff;
    padding:12px 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #d0202a;
    border-radius: 5px;
    line-height:7px;
}
.btn2:hover {background-color:#0c2d62;}
.single-package:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    border-bottom-color: #d0202a;
}
.single-package:hover .trip-head img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
/*flight-section start*/
.flight-section {padding:50px 0;background-color:#f9f9f9;}
.flight-item {background: #fff;
    padding:12px;
    border-radius: 15px;
    box-shadow: 0px 1px 16px 0px rgb(139 139 139 / 16%);
    margin-bottom:30px;
}
.flight-img {overflow: hidden;}
.flight-img img {transform: scale(1);transition: all .4s linear;}
.flight-item:hover .flight-img img {transform: scale(1.1);}
.flight-detail-inner {padding:10px 0;text-align: center;}
.flight-detail-inner p.date {color:#878787;margin-bottom: 5px;}
.flight-detail-inner p.date i {margin-right:5px;}
.flight-detail-inner h4 {margin:0;font-size:24px;}
.flight-detail-inner span.fa {margin:8px 0;}
.flight-price-wrap {border-top:1px solid #E8E8E8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8px;
}
.price-item h5 {font-size:26px;}
.book-item a {background-color: #f4f4f4;
    color: #d0202a;
    padding: 16px;
    font-weight: 600;
    font-size: 15px;
}
.book-item a:hover {background-color:#d0202a;color:#fff;}
.phra-note {color: #CBCBCB;font-weight: 300;font-size: 16px;}
/*.country-section start*/
.country-section {padding: 40px 0;position: relative;}
.fxd-shape {
    position: absolute;
    bottom: -10%;
    left: 2%;
    z-index: 99;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob-y {
    0% {-webkit-transform: translateY(-20px);
        transform: translateY(-20px);}
    50% {-webkit-transform: translateY(-10px);
        transform: translateY(-10px);}
    100% {-webkit-transform: translateY(-20px);
          transform: translateY(-20px);}
}
.single-destination {
    position: relative;
    margin-bottom:30px;
    overflow: hidden;
    text-align: center;
}
.single-destination::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    z-index: 3;
}
.single-destination img {
    width: 100%;
}
.single-destination .hover {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -38px;
    z-index: 4;
}
.single-destination .hover .price {
    font-size:15px;
    color: #fff;
    font-weight:600;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-destination .hover .name {
    color: #fff;
    font-size:28px;
    font-weight: 700;
}
.single-destination .hover .location {
    font-size:14px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-destination:hover:before {
    opacity: 0.6;
    visibility: visible;
}
.single-destination:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.single-destination:hover .price {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.single-destination:hover .location {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.single-destination:hover .name {
    color: #FF7550;
}
/*whyus-section start*/
.whyus-section {
    padding:80px 0 70px 0;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.whyus-section:before {content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgb(0 0 0 / 75%);
}
.heading-white h2, .heading-white h4 {color: #fff;}
.whyus-widget {
    padding: 0px;
    background: transparent;
    padding-left:86px;
    padding-bottom: 15px;
    margin-bottom:35px;
    position: relative;
}
.whyus-widget .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    overflow: hidden;
    background:#d0202a;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 14px;
    border-radius: 5px;
}
.whyus-widget .icon-box img {width:38px;}
.whyus-widget .icon-content {
    display: table;
    width: 100%;
}
.whyus-widget .text-part {
    display: table-cell;
    vertical-align: middle;
}
.whyus-widget .text-part h3 {
    margin-bottom:10px;
    font-size:18px;
    margin-top: 0px;
    color: #fff;
    font-weight:500;
}
.whyus-widget .text-part p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.whatsapp-icon-fixed {
    position: fixed;
    left:30px;
    bottom:40px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}
.whatsapp-icon-link {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color:#25D366;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 20px;
}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% { -webkit-transform: scale(1);transform: scale(1);}
  10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}
  100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}
}
@keyframes tada {
  0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {-webkit-animation-name: tada;animation-name: tada;}
/*footer start*/
.footer {position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
.main-footer {
    padding:60px 0 40px 0px;
    color:#cbccd0;
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.ft-title img {margin-bottom:20px; width: 200px;}
.ft-title h2 {font-size:24px;
    font-weight:500;
    position: relative;
    margin-top: 0px;
    padding-bottom:12px;
    margin-bottom: 25px;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: capitalize;
}
.ft-title h2:before {position: absolute;
    content: '';
    background:#d0202a;
    width: 26px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.ft-add-info li, .ft-links li, .main-footer p, .bottom-footer p {color:#cbccd0; font-size:16px; font-weight: 300;}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height:24px;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#d0202a;}
.ft-links li:hover:before {background-color: #d0202a;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
    color:#d0202a;
}
.ft-add-info li .wt {color: #25D366;
    font-size: 17px;
    top: 3px;
}
.ft-links li {
    position: relative;
    padding: 0 0 12px 12px;
    width: 50%;
    float: left;
}
.ft-links li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 9px;
    width:3px;
    height:3px;
    background-color:#798795;
    border-radius: 100%;
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background:#13171d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #d0202a;
    color: #fff;
}
.bottom-footer {position: relative;
    background-color: #13171d;
    padding: 30px 0 10px 0;
}
.footer-icon {text-align: right;}
.footer-icon li {padding-left: 0;
    padding-right: 2px;
    width: 50px;
}
.whatsapp-chat {
    position:fixed;
    left:20px;
    bottom: 20px;
    z-index: 99;
}
.whatsapp-chat i {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color:#5baf46;
    color: #fff;
    font-size:32px;
    line-height: 50px;
    text-align: center;
        -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
/*innerpage start*/
.innerbanner-section {
    background-image: url(../img/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top:90px;
    position: relative;
    padding-bottom:20px;
}
.innerbanner-section::before {
    content: '';
    position: absolute;
    background:rgb(0 0 0 / 0%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.innerpage-section {padding:60px 0;}
.breadcrumb {
    margin-top:40px;
    padding: 0px;
    margin-bottom:0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: right;
}
.breadcrumb > li {color: #fff;}
.breadcrumb > .active {color:#070d27;}
.breadcrumb > li + li:before {color:#fff;}
.heading-style2 h2 {margin-top:0;}
/*contact page*/
.contact-form-wrap {
    background-color: #f1f1f1;
    padding:30px;
    margin-bottom: 25px;
}
.contact-form .form-control {
    border: 1px solid #ccc;
    color: #aaa;
    border-radius:4px;
    box-shadow: none;
    height:50px;
}
textarea.form-control {
    height: auto !important;
}
.contact-box {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-box:last-child {border-bottom:0;margin-bottom:0;}
.tm-wrap-cell {display: table-cell;
    vertical-align: middle;
}
.contact-icon i {position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
    margin-right: 12px;
    background-color:#d0202a;
    color:#fff;
    display: block;
    font-size: 28px;
}
.contact-info h3 {margin-top:0;margin-bottom:4px;}
.contact-info p {margin-bottom:0;font-size:17px;}
.contact-info p a:hover {color:#d0202a;}
.btn-submit {font-size: 17px;padding: 20px 30px;}
.section-thnk {padding:100px 0 120px 0;}
.section-thnk .icn-thk i {font-size:100px;
    color: #4CAF50;
    border: 7px solid #4CAF50;
    border-radius: 50%;
    height:160px;
    width:160px;
    line-height:160px;
}
.section-thnk h1 {font-weight: 700;font-size: 32px;}
.section-thnk h1 {font-weight: 700;font-size: 32px;margin-bottom: 20px;}
.back-btn {font-weight: 600;
    font-size: 16px;
    color: #d0202a;
    border: 1px solid #d0202a;
    padding: 10px 20px;
}
.back-btn i {margin-right:7px;}
.back-btn:hover, .back-btn:focus, .back-btn:active {background-color:#d0202a;color:#fff;}
/*=====Media Query====*/
@media(max-width:1200px){
}
@media(max-width:992px){
    .banner-form {bottom:0;}
}
@media(min-width:769px){
	ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	 .dropdown-menu {-webkit-transform: scale(1, 0);display: block;}
	.navbar-nav > li > a {padding-top:41px;padding-bottom:41px;}
}
@media(max-width:769px){
    .navbar-toggle {margin-top:24px;}
	.navbar-default .navbar-toggle {border-color:#0059a9;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#0059a9;}
    .navbar-toggle .icon-bar {width:40px;height:6px;border-radius: 3px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
    .bottom-footer {text-align: center;}
    .footer-icon {text-align: center;}
    .banner-form {position: relative;background-color: #171616;padding:25px 0;}
    .discover-world-section {padding-bottom:0;}
}
@media(max-width:580px){
    .list-2 li {width:100%;}
}
@media(max-width:380px){
    .tpcont-detail li {font-size:14px;letter-spacing:0;}
}