@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap"); 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}
header {
    min-height: 100vh;
    background-image: url(../img/banner.jpg);
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
}
header:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgba(19, 19, 19, 0.45);
    z-index: 0;
}
p{
    text-align: justify;
}
.top-header{
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #fff;
}
.logo{
	border-right: 1px solid #fff;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	height: 100%;
    background: rgb(0 0 0 / 55%);
}
.logo img{
  max-width: 225px;
}
.coffee-menu .social{
	border-bottom: 1px solid #fff;
	padding:13px;
}

.coffee-menu .social i{
font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.coffee-menu .social li{
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
margin-right:10px;
}
.coffee-nav li{
	padding:15px;
    position: relative;
}
.coffee-nav li:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:0;
    background: #c6168d;
    height: 5px;
     transition: all 0.5s ease;
}
.coffee-nav li:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width:0;
    background: #1ebdc6;
    height: 5px;
   transition: all 0.5s ease; 
}
.coffee-nav li:hover:before{
    width: 100%;
}
.coffee-nav li:hover:after{
    width: 100%;
}
.coffee-nav li a{
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.banner-content{
	font-size: 65px;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
    font-family: 'Playfair Display', serif;
    z-index: 9;
    width: 100%;
}
.scroll{
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index:9;
    background: #9b9a9a;
    width:5px;
    height: 75px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
     border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.object {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:15px;
  width:1px;
  height: 25px;
  background: #f4f4f4;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 5px;
  }
  50% {
    bottom: 45px;
  }
}
.home-about{
	padding: 75px 0;
}
.home-about h2{
	    font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;

}
.home-about h1{
    font-size: 45px;
    border-bottom-color: normal;
    color: #322d2d;
    line-height: 1.2;
   font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 35px;

}
.home-about p{
font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 17px;
    color: #322d2d;
}
.home-about a{
	color: #c2353a !important;
	font-size: 15px;
	 font-family: 'Oswald', sans-serif;
}
.explore {
    min-height: 500px;
    background-image: url(../img/tour.jpg);
    background-size: cover !important;
    background-position: bottom !important;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    text-transform: uppercase;
}
.explore:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.25);
}
 .explore h2{
 	padding-top: 75px;
	    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 9;
    position: relative;

}
.explore h1{
	text-align: center;
    font-size: 48px;
    border-bottom-color: normal;
    color: #fff;
    line-height: 1.2;
   font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 35px;
    z-index: 9;
    position: relative;

}
.explore-block{
	position: absolute;
	bottom: 0;
  left:0;
  z-index: 9;
	width: 100%;
	border-top:1px solid #fff;
}
.explore-items > div{
	border-right:1px solid #fff;
}
.explore-items > div:last-child{
	border:0;
}
 .explore-block h3{
 	padding-top: 25px;
	    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}

  .explore-block p{
 	padding-top: 18px;
	    font-size: 18px;
    color: #fff;
    line-height: 1.2;
      font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}

 #Our-Taxi-Service{
     padding: 75px 0 150px 0;
     background: #f4f4f4;
}
 


 #Our-Taxi-Service h3{
 	font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding: 15px;
    text-align: center;

}
#Our-Taxi-Service h5{
	text-align: center;
    font-size: 35px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 50px;

}
.capital-address span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ab1a12;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
.capital-address{
	padding-bottom: 25px;
	z-index:9;
	position: relative;
}
.capital-address p{
	font-size: 17px;
    color:#fff;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-left: 15px;
    	
}
.contact-left{
    min-height: 500px;
    background-image: url(../img/cf-contact.png);
    background-size: cover !important;
    background-position: left center !important;
    position: relative;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    padding:0 50px;
    flex-direction: column;
    justify-content: center;
}
.contact-left:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.55);
}
.contacts{
	padding: 75px 0;
}


footer{
    background: url(../img/footer-bg.jpg);
      background-size: cover !important;
      background-repeat: no-repeat !important;
      padding: 75px 0 25px 0;
      position: relative;
}
footer:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(238 235 235 / 68%);
    z-index: 0;
}
.footer-top{
    max-width: 1000px;
    margin: auto;
}
footer p{
    color: #222;
    font-size: 15px;
    max-width: 500px;
    line-height: 17px;
}
footer .f-logo{
    max-width: 250px;
    margin-bottom: 15px;
}
footer .f-nav{
    margin-bottom: 90px;
}

footer .f-nav li{
      margin-left: 50px;
}
footer .f-nav li a{
    font-size: 17px;
    color: #222;
    font-weight: 500;
}
footer .f-social li{
  margin-left: 25px;
}
footer .f-social li{
    border-radius: 50%;
    border: 2px solid #c6168d;
    padding: 13.5px;
    width: 50px;
    height: 50px;
}
footer .f-social li i{
    color: #c6168d;
    font-size: 21px;
}
.footer-bottom{
    background: #1ebdc6;
    padding:35px 15px 25px 15px;
    max-width: 1000px;
    margin:50px auto auto auto;
}

.footer-bottom i{
    color: #fff;
    font-size: 30px;
}
.footer-bottom p{
    color: #fff;
    font-size: 15px;
}
.footer-bottom h3{
    color: #fff;
    font-size: 13px;
}
.footer-bottom h2{
    color: #fff;
    font-size: 13px;
    padding-bottom: 2px;
}


.hamburger-menu {
    position: absolute;
    top: 60px;
    /* r: 0; */
    width: 35px;
    height: 50px;
    left: -50px;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 13px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.abt-explore h1{
	font-size: 30px;
	max-width: 700px;
}
.who-we{
	padding: 75px 0;
}
.who-we-are .block {
	  background-color: #f4f4f4;
    font-size: 45px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    min-height: 450px;
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
    margin-bottom: 25px;
}
.who-we-are .carousel-item{
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.client-list{
  margin:75px 0;
}
.client-list .client-img{
  overflow:hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}
.client-list .block{
  min-height: 350px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    overflow:hidden;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.client-list .block:hover{
   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1);
}
.client-content{
  position: absolute;
  left:0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
    padding: 25px;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
}
.client-content:after{
  content: "";
  position: absolute;
  left:0;
  top:100%;
  width: 100%;
  opacity: 0;
  height: 100%;
    background-color: rgba(89, 214, 90, 0.5);
  display: flex;
    padding: 25px;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}
.client-list .block:hover .client-content:after{
  top:0;
  opacity: 1;
}
.client-list .block:hover .client-content h2{
  color: #fff;
}
.client-content p{
  font-size: 17px;
    color: #fff;
   font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.client-content h2{
    font-size: 23px;
  color: #59d65a;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.edu-address p a{
  color: #000;
}

.contact-coffee h2{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

.contact-coffee{
  padding: 75px 0;
}
.contact-coffee .form-group{
  border:2px solid #d1e6f3;
  padding:5px 15px;
}
.contact-coffee .form-control{
  border:0;
}
.contact-coffee .form-group i{
 color: #1eacf2;
 font-size: 12px;
}
.contact-coffee .form-control::-webkit-input-placeholder { /* Edge */
  color:  #b7b7b7;
}

.contact-coffee .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #b7b7b7;
}

.contact-coffee .form-control::placeholder {
  color:  #b7b7b7;
}
.contact-coffee .form-control:focus{
  outline: 0; 
  box-shadow: none !important;  
}
.edu-address{
  display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.edu-address span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    background-color: #1eacf2;
    color: #fff;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.edu-address p{
    color: #333;
    font-size: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;

}
.edu-address span a{
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.edu-address h2{
  font-size: 15px;
  margin:0 15px 0 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;

}
map {
    padding-top: 15px;
    display: block;
}
.logo a,.capital-address p a{
  color: #fff;
}

.banner-content svg {
    height: 70px;
}

.text-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 5s linear forwards, filling 5s ease-in forwards;
  animation-iteration-count:infinite;
  font-size: 80px;
}

.text-line text {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    line-height: 85px;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-shadow: 1px 1px #333;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes filling {
  0%, 50% { fill: #fff; fill-opacity: 0; }
  70% { fill: #fff; fill-opacity: 1; }
  100% { fill: #fff; fill-opacity: 1; }
}
.taxi-block {
    padding: 15px;
    background: #fff;
    text-align: center;
}
.taxi-block .image{
    background-size: 100% !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 250px;
}
.taxi-block .content{
    margin-top: 10px;
}
.taxi-block h1{
    color: #c2353a;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}
.taxi-block h3{
  font-size: 14px;
  color: #222;
}
.taxi-block h2{
    font-size: 17px;
    color: #000;
    padding-top: 10px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;

}
.book-taxi .btn{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    background: #c6168d;
    border: 0;
}
.chat-taxi .btn{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    background: #28a745;
    margin-left: 10px;
    border: 0;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.taxi-service.owl-theme .owl-nav {
    bottom: -90px;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.taxi-service.owl-theme .owl-nav .owl-next {
    background: url(../img/next.png) !important;
    height: 50px;
    width: 50px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}
.taxi-service.owl-theme .owl-nav .owl-prev {
    background: url(../img/back.png) !important;
    height: 50px;
    width: 50px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    border: unset !important;
    outline: unset !important;
}
.destinations {
    padding: 75px 0;
    background: #f2f2f2;
}
.destinations h3 {
    font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding: 15px;
    text-align: center;
}
.destinations h5 {
    text-align: center;
    font-size: 35px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 50px;
}
.destinations .block{
    margin: 5px;
}
.destinations .image{
    background-size: cover !important;
     background-position: bottom !important;
    position: relative;
    background-repeat: no-repeat !important;
    height: 368px;
    transition: all 0.5s ease; 
}
.destinations .image.h-175{
    height: 180px;
}
.destinations .image:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgb(0 0 0 / 18%);   
    transition: all 0.5s ease; 
}
.destinations .image .content{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    z-index: 9;
    -webkit-transition: all .3s ease;
}
.destinations h2{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}
.destinations .image p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17px;
    font-size: 13px;
    color: #fff;
}   
.destinations .image:hover:before{
    background: rgb(0 0 0 / 70%);   
}
.destinations .image:hover .content{
    bottom: 25px;
}
.destinations .image:hover .content h2{
    color: #18bec7;
}
.destinations .image:hover .content p{
    color: #c6168d;
    font-weight: 600;
}
.view-btn .btn{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    background: #1ebdc6;
    margin-left: 10px;
    border: 0;
}
.home-service{
    padding: 100px 0 25px 0;
  background:url(../img/services.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.home-service:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(28 24 24 / 65%);
    z-index: 0;
}

.circle-border {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  padding: 30px;
  background-color: black;
}

.circle {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: none;
  border: 0;
  box-sizing: border-box;
  border-radius: 100%;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
  border: 1px solid #1ebdc6;
  margin: auto;
}
.circle .block{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1ebdc6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle i{
    font-size:75px;
    color: #fff;
}
.circle .block img{
    max-width: 50px;
    -webkit-filter: invert(1);
   filter: invert(1);
}
.circle::before, .circle::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.circle:hover {
  color: #c6168d;
  border: 0 !important;
}
.circle::before, .circle::after {
  top: 0;
  left: 0;
}
.circle::before {
  border: 2px solid transparent;
}
.circle:hover::before {
  border-top-color: #c6168d;
  border-right-color: #c6168d;
  border-bottom-color: #c6168d;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.circle::after {
  border: 0 solid transparent;
}
.circle:hover::after {
  border-top: 2px solid #c6168d;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.home-service h2{
        font-size: 19px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #000;
}
.home-service .list{
    margin-bottom: 75px;
}
.book-jeez{
    padding: 75px 0;
    background-image: url(../img/tour-jeez.jpg);
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
}
.book-jeez:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(28 24 24 / 85%);
    z-index: 0;
}

.book-jeez .nav-tabs .nav-link{
    font-size: 25px;
    padding: 7px 25px;
    color: #fff;
}
.book-jeez .tab-content{
    border: 1px solid #ccc;
    border-top: 0;
    padding:50px 35px;
}
.landing-form .form-group .form-control {
    border-radius: 0;
    height: 46px;
    border: 1px solid transparent;
    border-left: 3px solid #1ebdc6;
    border-right: 3px solid #1ebdc6;
    background: rgb(30 189 198 / 42%);
    color: #ffffff;
}
.book-jeez label{
    color: #fff;
    padding-bottom: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #c6168d;
    border: 0;
    color: #fff;
}
.book-jeez-img{
    background-image: url(../img/book-jeez.png);
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    height: 545px;
}
.book-jeez .contact-form{
    max-width: unset;
}
.book-jeez .form-group{
    margin-bottom: 35px;
}
.home-service h3{
        font-size: 18px;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-align: center;
}
.home-service h5 {
    text-align: center;
    font-size: 35px;
    border-bottom-color: normal;
    color:#fff;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.book-counseling{
  background:transparent;
  border: 1px solid #f2f2f2;
  padding:3px 0;
}
  .btn-shine {
    padding: 0 17px;
  color: #fff;
  background: linear-gradient(to right, #1ebdc6 2%, #c6168d 5%, #f2f2f2 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  white-space: nowrap;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}

.book-counseling:hover{
    background: transparent;
    border: 1px solid #e860bc;
}
 
.btn-success{
    background: #c6168d;
    border: 0;
}
.logo-banner img{
    max-width: 500px;
}
.service-block{
    padding: 75px 0;
}
.service-block  h2 {
    font-size: 17px;
    border-bottom: 1px solid #b41225;
    padding: 5px;
    margin-bottom: 25px;
    display: inline-block;
}
.top-destinations .image{
    background-size: cover !important;
     background-position: bottom !important;
    position: relative;
    background-repeat: no-repeat !important;
    height: 368px;
    transition: all 0.5s ease; 
}
 .top-destinations{
    padding: 75px 0;
 }
 .top-destinations h2{
    font-size: 21px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding: 15px 0;
    text-align:left;
    text-transform: uppercase;
}
 .top-destinations p{
    font-size: 14px;
    color: #333;
    margin-bottom: 35px;
 }
 .ct-fancy-box {
    border: 1px solid #e9eaf6;
    padding: 25px 20px 25px 36px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    background-color: #fff;
    max-width: 400px;
    margin-bottom: 15px;
}
.ct-fancy-box:hover {
box-shadow: 0 13px 29px rgb(2 21 78 / 17%);
}
.ct-fancy-box h3{
    font-size: 21px;
    margin-bottom:5px;
    color: #3954a4;
}

.ct-fancy-box img{
    max-width: 50px;
    margin-right: 15px;
}
.contact-page label{
    font-size: 18px;
    padding-bottom: 5px;
    color: #082680;
}

.contact-page h2{
    color: #3954a4;
    font-size: 50px;
    margin-bottom: 25px;
}
.contact-page h5{
    color: #3954a4;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}
.contact-page h2 span{
    font-weight: 700;
}
.banner-content h1{
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
}
.testimotional{
  padding:100px 0;
   background-size: cover !important;
    background-position: center !important;
    position: relative;
    background-repeat: no-repeat !important;
}
 .testimotional h3{
    font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding: 15px;
    text-align: center;

}
.testimotional h5{
    text-align: center;
    font-size: 35px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 50px;

}

.testimotional p{
  padding: 50px 15px;
  background: #c6168d;
  color: #fff;
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    position: relative;
    height: 235px;
}
.testimotional p:after{
  content:"";
  width: 0;
      height: 0;
      border-top: 25px solid #c6168d;
      border-left: 25px solid transparent;
      position: absolute;
      right: 95px;
      bottom:-25px;
  }
.testimotional .name h2{
  font-family: Lato, sans-serif;
    font-size: 25px;
    color: #222;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimotional .name span{
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    text-align: right;
    font-weight: 700;
    display: block;
    line-height: 1;
}
.testimotional .name .name-ic{
  background-size: cover;
  min-height: 50px;
}
.name-ic{
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    background-repeat: no-repeat !important;
    height:75px;
    width: 75px;
    border:3px solid #1ebdc6;
    margin-left: 25px;
}
.book-taxi a, .chat-taxi a{
    color: #fff;
}
.visa-img{
    background-size: 100% !important;
    background-position: center !important;
    height: 500px;
    background-repeat: no-repeat !important;
}
.visa-img h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.visa-img h3{
    font-size: 19px;
    color: #fff;
    margin-bottom: 15px;
}
.visa-img a{
    font-size: 17px;
    color: #fff;
    padding: 7px 35px;
    background: #c6168d;
    border: 0;
}
.landing-banner{
     min-height: 100vh;
    background-image: url(../img/13.jpg);
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
}
.landing-banner .content{
    padding: 50px;
    display: inline-block;
    clip-path: polygon(0 75px,75px 0,100% 0,100% calc(100% - 75px),calc(100% - 75px) 100%,0 100%);

}
.landing-banner .content h1{
     margin-top: 25px;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    color: #f2f2f2;
    font-family: 'Poppins', sans-serif;
}
.landing-banner .content a{
    padding: 10px 50px;
    font-size: 19px;
    text-align: center;
    margin-top: 50px;
        clip-path: polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));
}
.landing-banner .content h1 span{
    font-size: 100px;
}
.landing-logo img{
    max-width: 350px;
}
.landing-logo{
   padding-bottom: 25px;
}


.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 75px;
    margin-right: -230px;
    margin-bottom: 10px;
    padding: 15px 15px 15px 27px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #d80f81;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
    font-size: 19px;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #f938a5;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 25px;
}

.icon.one:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Brands';
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}

/* Media queries */
@media screen and (max-width:440px)
{
    .float-container .icon:last-child {
        display: none;
    }
    .float-container
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-direction: row;
                flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }
        .float-container a.icon
    {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
                box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }
}

#floatMenu {
position:fixed;
bottom: 50px;
left:15px;
width:208px;
height:64px;
z-index:20000;
background-image:url(floating_phoneNo.png);
background-repeat:no-repeat;
animation: MoveUpDown1 7s linear infinite;  
}
#floatMenu a {
 font-size: 19px;
 color: #fff;
 width: 175px;
 height: 35px;
 border-radius: 15px;
 margin-bottom: 15px;
 display: flex;
 align-items: center;
 justify-content: center;
}
#floatMenu .whatsapp{
    position: relative;
     text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    background: #28a745;
    animation: MoveUpDown 5s linear infinite;
}
#floatMenu .num{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px;
    background: #333;
    animation: MoveUpDown1 7s linear infinite;  
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom:15px;
  }
  50% {
    bottom:25px;
  }
}
@keyframes MoveUpDown1 {
  0%, 100% {
    bottom: 25px;
  }
  50% {
    bottom: 30px;
  }
}
.contact-form-wrapper {
  padding: 100px 0;
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}
.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #f23292;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}
