.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.clr-org{
    color: #e27d60;
}
.clr-grey{
    color: dimgray;
}

.btn-outline-custom {
    color: #e27d60;
    background-color: transparent;
    background-image: none;
    border-color: #e27d60;
}
.btn-outline-custom:hover {
    color: #fff;
    background-color: #e27d60;
    border-color: #e27d60;
}

.bg {
    /* The image used */
    background-image: url("../images/home-banner.jpg");

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 80px 0;
    color:floralwhite;
    position: relative;
}
.fix-any{
	position:absolute;
	right:10px;
	top:100px;
}
.overlay {
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.bg svg{
    font-size: 4rem;
}

.bg h2{
	color: #0c3046;
	font-family: Averta_Regular;
	font-size: 2.8rem;
}

.bg h5{
	color: dimgrey;
	font-family: Averta_Regular;
}

.work-header{
    padding-top: 50px;
}
.work-header svg{
    color: #0c3046;
}
.navbar-brand{
	width:79%;
}
@media(min-width: 786px){
    .navbar-brand{
        width:auto;
    }   
}
/*@media (min-width: 768px){
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: max-content;
    }
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    }

.work-header{
    padding-top: 40px;
    }
.navbar-brand{
	width: auto;
	}
}*/


.bg .input-group .btn {
    padding: .8rem 1.75rem;
    border-radius:  0;
}


.p-form-3{
	padding: 0!important;
	margin-top:-1%;
}


@media (min-width: 768px){

.p-form-3{
	padding: 3rem!important;
	margin-top:0;
}
.padding-3{
	padding: 3rem!important;
}
}

/* Contact us form on Home*/

.contact-home{
	background: url(../images/home-contact.jpg) no-repeat;
	background-size: cover;
	background-position-y:  45%;
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
}

.contact-home .inner-contant{
	padding: 20px 0;
}

.contact-home .home-contact-right{
	padding: 10px 5px;
	color: white;
	background: #0c3046;
	border-radius:  0 10px 10px 0;
}
.home-contact-right{
	padding: 10px 5px;
	color: white;
	background: url(../images/column-bg.jpg);
	border-radius:  10px;
    background-size: auto;
}
.contact-home .home-contact-right::before{
	border-bottom: 14px solid #0f3b56;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: -19px;
	top: 8px;
	-webkit-transform: rotate(135deg);
}
.contact-home .home-contact-right::after{
	border-bottom: 18px solid #0f3b56;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: -24px;
	top: 295px;
	-webkit-transform: rotate(45deg);
}

.home-contact-right .input-group{
	width:90%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}
.home-contact-right .input-group .input-group-text{
	background: white;
	/* border-right: none; */
}

.contact-home .home-contact-left{
	padding: 30px 20px;
	height: 280px;
	margin-top:  2%;
	color: white;
	background: rgba(12, 48, 70, 0.7);
	border-radius: 10px 0 0 10px;
}
.contact-home .home-contact-left h2{
	font-family: Averta_Regular;
	color: aquamarine;
	text-align: left;
	font-size: 1.6rem;
}

/* footer */
.footer {
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position-y:  62%;
    padding-bottom: 20px;
    position:  relative;
    padding-top: 20px;
}
.footer h2{
	font-size: 1.5rem;
	color:white;
}
.footer h3{
	color:white;
}
.footer h4{
	font-size: 1.15rem !important;
	color:lightcyan;
}
.footer h5{
	font-size: 1rem;
	color:lightcyan;
}
.footer .copyright {
    text-align: center;
}
.footer .copyright p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -5px;
}

/* hoverlay */
.hoverlay{
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

/* tour */

.tour-list_banner {
    background: url(../images/destination-banner.jpg);
    padding: 100px 0 80px 0;
    background-size:cover;
    position:relative;
}
.tour-list_banner .about-title {
    font-size: 60px;
    color: #4bafa9;
    font-family: Averta_Regular;
    position: relative;
}

/*  tour-pakage */
.pakage_contain{
    border-right: 1px solid grey;
}
.pakage_contain h4{
    font-family: Averta_Regular;
}
.pakage_contain p{
    font-size: .85rem;
    color: dimgrey;
}
.pakage_contain i{
    color: #e27d60;
}
.rating i{
    color: #e27d60;
}
.b_bottom {
    border-bottom: 1px solid grey;
}
.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}
.ribbon span {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: red;
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}

@media only screen and (max-width: 500px){
.pakage_contain {
    border-right: 0;
	}
}

/* contact */


.contact_banner {
    background: url(../images/tour-banner.jpg);
    padding: 100px 0 80px 0;
    background-attachment: fixed;
    background-position-x:0px;
    background-position-y:75px;
    background-repeat: no-repeat;
    background-size:contain;
    position:relative;
}
.contact_banner .about-title {
    font-size: 60px;
    color: white;
    font-family: Averta_Regular;
    position: relative;
}

.contact .about-title {
    font-size: 60px;
    color: black;
    font-family: Averta_Regular;
    position: relative;
}

/* fixed buttom */
.call_back_btn {
    width: 200px;
    height: 35px;
    background: #e27d60;
    /* border-top-left-radius:8px; */
    /* border-bottom-left-radius:8px; */
    border-radius:  8px;
    position:fixed;
    top: 300px;
    right: -85px;
    padding: 8px 5px 5px 23px;
    cursor:pointer;
    z-index:8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_btn:hover {
    background:#d0011b;
}

.call_back_btn p {
    font-size:14px;
    font-weight:500;
    color:#fff;
    line-height:18px;
}

.call_back_frm {
    width:280px;
    position:fixed;
    top:220px;
    right:-300px;
    z-index:8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_frm.inViewElement,
.call_back_thanks.inViewElement {
    right:0;
}

.call_back_btn.inViewElement {
    right:-150px;
}

.call_back_hdr {
    height:44px;
    background:#f4f4f4;
    font-size:20px;
    font-weight:500;
    line-height:44px;
    color:#d0011b;
    padding-left:40px;
    position:relative;
    border-top-left-radius:8px;
}

.close_call_back_frm {
    width:40px;
    height:44px;
    background:#d0011b;
    position:absolute;
    right:0;
    text-align:center;
    line-height:44px;
    font-size:22px;
    color:#fff; 
    cursor:pointer;   
}

.call_back_frm_btn {
    height:44px;
}

.call_back_frm_btn input {
    height:44px;
    color:#fff;
    background:#d0011b;
    font-size:22px;
    line-height:44px;
    width:100%;
    border:0;
    text-transform:uppercase;
    border-bottom-left-radius:8px;
    cursor:pointer;
    letter-spacing:1px;
}

.call_back_frm_bdy {
    padding:10px;
    background:rgba(255,255,255,0.9);
}

.call_back_frm_bdy p {
    font-size:13px;
    line-height:13px;
    color:#666;
}

.cbfTxtBx {
    position:relative;
    margin-top:10px;
}

.cbfTxtBx span {
    position:absolute;
    font-size:16px;
    color:#f00;
    right:10px;
    top:15px;
}

.cbfTxtBx span.errorTxt {
    font-size:13px;
    top:12px;
}

.cbfTxtBx input,
.cbfTxtBx textarea {
    height:40px;
    width:100%;
    background:#f4f4f4;
    padding:7px;
    line-height:26px;
    font-size:14px;
    color:#333;    
    border-radius:8px;
    border:1px solid #c1c1c1;    
}

.cbfTxtBx textarea {
    height:80px;
    font-family:Rubik, sans-serif;
    font-size:14px;
    font-weight:300;
    resize:none;
    line-height:18px;
}

.call_back_thanks {
    width:280px;
    position:fixed;
    top:220px;
    right:-300px;
    z-index:8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_thanks .call_back_hdr {
    padding-left:10px;
    background:#f4f4f4;
}

.close_call_back_thanks {
    width:40px;
    height:44px;
    background:#d0011b;
    position:absolute;
    right:0;
    text-align:center;
    line-height:44px;
    font-size:22px;
    color:#fff; 
    cursor:pointer;   
}

.call_back_thanks .call_back_frm_bdy {
    border-bottom-left-radius:8px;
    font-size:14px;
    color:#333; 
    padding:10px 10px 12px 10px;
}

/* Request a Call Back End*/


.domestic-packages h2{
	font-family: Averta_Regular;
	font-weight: 600;
	color:  #3e3e3e;
}

.review{
	padding:  30px 0;
}

.review h2{
	font-family: Averta_Regular;
}
.review p{
	font-family: Averta_Regular;
}
.search-addon{
	border: 1px solid #ced4da;
	border-left: none;
}

/*--------------- Destinaltion Detail page ------------------*/

.package-banner{
	background: url(../images/new-package-banner.jpg)no-repeat;
	padding: 30px 0;
	background-size: cover;
	background-position-y:  60%;
	position: relative;
}
.package-banner h1{
	padding: 10px 0 0 0;
	color: white;
	font-family: Averta_Regular;
	font-size: 3rem;
	position: relative;
}

@media(min-width:786px){
    .package-banner h1{
        padding: 150px 0 0 0;
    }
}

.package-banner h6{
	color: #ffa127;
	position: relative;
}
.package-detail{
	background: #f5f5f5;
	padding: 40px;
}
.package-detail h4{
	color: #195b9b;
	padding-bottom: 10px;
}
.package-detail span{
	font-size: 1.2rem;
	vertical-align: baseline;
	color: black;
}
.package-price-tag{
	background: linear-gradient(to right, #4675e7 , #4692e7);
	padding: 40px 20px;
	border-radius: 0 0 5px 5px;
}
.package-price-tag span{
	color: white;
	font-size: 1rem;
}
.discount-tag{
	background: rgba(44, 72, 122, 0.9);
	text-align: center;
	margin-bottom: 0;
}
.discount-tag span{
	color: white;
}
.package-itineary{
	background:#e1e1e1;
	padding: 10px 0;
}
.secoundry-menu ul#menu li{
	display: inline;
	border: 1px solid #195b9b;
	border-radius:  5px;
	padding: 5px;
	font-size: 17px;
}
.secoundry-menu ul#menu li:hover{
	display: inline;
	border: 1px solid #195b9b;
	border-radius:  5px;
	padding: 5px;
	color: white;
	cursor: pointer;
	font-size: 17px;
	background: #195b9b;
}
.itineary-detail{
	padding:30px 0;
	background-color: white;
}
.itineary-detail span{
	font-size: 1.2rem;
	padding-right: 3%;
	color: #195b9b;
}
.itineary-detail h2{
	font-family: Averto_regular;
}
.itineary-detail p{
	text-align: justify;
	color: dimgray;
	font-family: "Poppins", sans-serif;
}
.tour-detail li{
	list-style:none;
}
.tour-detail ul li::before{
	content:"\f00c";
	font-family: 'Font Awesome 5 Free';
	color: #195b9b;
    font-weight: 600;
	margin-right: 5%;
}
.tour-detail ul#exclude li::before{
	content:"\f00d";
	font-family: 'Font Awesome 5 Free';
	color: red;
    font-weight: 600;
	margin-right: 5%;
}


/*--------------- Timeline -----------------*/


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #195b9b;
    top: 0;
    bottom: 0;
    left: 9.5%;
    margin-left: -3px;
}

/* Container around content */
.timeline .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 80%;
    left: 0;
}

/* The circles on the timeline */
.timeline .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right {
    left: 25.5%;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid whitesmoke;
    border-width: 10px 10px 10px 0;
    border-color: transparent whitesmoke transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: 18px;
}

@media(min-width:786px){
    .right::after {
        left: -16px;
    }   
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: whitesmoke;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.package-map{
	padding:30px;
}
.related-tours h5{
	color: #195b9b;
	font-size:  1rem;
	font-weight: 700;
}
.related-tours h4{
	color: #ffa127;
}
.related-tours span {
    font-size: 1rem;
    padding-right: 3%;
    color: #195b9b;
}
.package-form{
	padding:20px 0;
}
.form-set{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
fieldset{
	margin-bottom:3%;
}


    /*For Mobile Devica*/
    .btn-white{
        position: absolute;
        top: 80%;
        right: 41.5%;
        font-size: 40px;
        color: white !important;
    }

.bootstrap-select>.btn {
    background: #fff;
    border: 1px solid #3aafa9;
    border-right: none;
    border-radius: 0.25rem 0 0 0.25rem;
}


/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
.navbar .dropdown-menu {
  border:none;
  background-color:#ffffff;
}

.navbar-dark .navbar-nav .nav-link{
    color: dimgrey;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}
.navbar .dropdown-menu {
  width:80%;
  left:0;
  right:0;
  margin-right: auto;
  margin-left: auto;
/*  height of nav-item  */
  top:45px;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear; 
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgb(58, 175, 169);
    background-color: #fff;
  }

}
.fab:hover{
    text-decoration: none;
    color: #e27d60!important;
}

.international-package h2{
    font-family: Averta_Regular;
    font-weight: 600;
    color:  #3e3e3e;
}
.adventure-package h2{
    font-family: Averta_Regular;
    font-weight: 600;
    color:  #3e3e3e;
}
.trending-package h2{
    font-family: Averta_Regular;
    font-weight: 600;
    color:  #3e3e3e;
}
.trending-package h6,p{
    margin-bottom: 3px;
}
.trending-package img{
    width: 100%;
}
.trending-package h5{
    font-family: cursive;
    color: dimgrey;
    font-size: 1.6rem;
}
.feedback h2{
    font-family: Averta_Regular;
    font-weight: 600;
    color:  #3e3e3e;
}
.offer h2{
    font-family: Averta_Regular;
    font-weight: 600;
}

.offer{
    background-color: #3aafa9;
    height: auto;
    margin-top: 0;
    }
    .offer img{
        position: relative;
    }
@media(min-width: 786px){
    .offer{
    background-color: #3aafa9;
    height: 260px;
    /* margin-top: 5%; */
    }
    .offer img{
        position: absolute;
        top: -113px;
        left: 80px;
    }
}
.tour-package-r-form h5{
    font-family: Averta_Regular;
    color: #0d408b;
}
.tour-package-r-form{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: white;
    border-radius: 5px;
}
.tour-package-r-form input{
    line-height: 1;
    font-size: .85rem;
}
.tour-package-r-form label{
    color: black;
}
.tour-package-r-form i{
    color: #e27d60;
    margin-right: 10px;
}
.single-adventure {
    border: 3px solid #e1e1e1;
    overflow: hidden;
    position: relative;
}
.single-adventure img{
    width: 100%;
    height: 400px;
}
.adventure-text {padding: 0}
.adventure-text{
    background: transparent;
    height: auto;
    left: 0;
    padding: 5px 12px;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.single-adventure:hover .adventure-text{
    padding: 0;
}
.adventure-text.effect-bottom::after {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border: 0 none;
    bottom: -70px;
    height: 165px;
    left: -18px;
    top: auto;
    transform: rotate(5deg) scale(1.1);
}
.adventure-text::after{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    content: "";
    height: 135px;
    left: -7px;
    opacity: 1;
    position: absolute;
    top: -76px;
    transform: rotate(4deg) scale(1.1);
    transform-origin: 0 bottom 0;
    width: 100%;
}
/*.transparent-overlay {padding: 0 14px}*/
.adventure-link {margin-top: 3%}
.transparent-overlay > h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.adventure-text h4 a {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    z-index: 9;
    color: black;
    position: relative;
}
.adventure-text h4 a span {font-size: 16px; font-weight: 300}
.adventure-text .adventure-price-link{
    z-index: 9;
    position: relative;
}
.adventure-price-link .trip-price {
    color: #4e4f54;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}
.trip-status, .trip-price {
    width: 25%;
}
.adventure-price-link .trip-person {
    color: #4e4f54;
    font-size: 18px;
    padding-left: 4px;
    position: relative;
    text-transform: uppercase;
    top: -4px;
}
.adventure-link {display: inline-block; float: right;}
.adventure-link > a {font-size: 18px; margin-right: 2px}
.adventure-link > a:last-child {margin-right: 0}
.single-adventure:hover .adventure-price-link span, .single-adventure:hover .transparent-overlay span {
    display: inline-block
}
.single-adventure:hover .adventure-price-link {
    background: #212227 none repeat scroll 0 0;
    padding: 5px 12px;
    z-index: 9;
    position: relative
}
 .single-adventure:hover .adventure-price-link span, .single-adventure:hover .adventure-price-link span{color: white}
  .single-adventure:hover .adventure-price-link span{
        z-index: 9;
    position: relative;
  }
  .single-adventure:hover .adventure-text .adventure-link a{color: white}
.adventure-text p, .adventure-text .trip-time, .adventure-text .trip-level {display: none; margin-bottom: 8px}
.transparent-overlay span i {
    display: inline-block;
    margin-right: 3px;
}
.adventure-text p{
    z-index: 9;
    position: relative;
}
.trip-time {padding-right: 20px; position: relative;color: white}
.trip-time::after {
    content: "/";
    position: absolute;
    right: 7px;
    top: 0;
}
.trip-level{
    color: white;
}
.single-adventure:hover .transparent-overlay > h4 {margin-bottom: 7px}
.single-adventure:hover .trip-time, .single-adventure:hover .trip-level {margin-bottom: 25px}
.single-adventure:hover .transparent-overlay {margin-bottom: 16px;padding: 5px 12px}
.single-adventure:hover .adventure-text h4 a{
    color: white;
}
.single-adventure:hover .adventure-text.effect-bottom::after {
    background: rgba(33, 34, 39, 0.8) none repeat scroll 0 0;
    bottom: 60px;
    height: 200px;
    left: -59px;
    top: auto;
    transform: rotate(9.5deg) scale(1.4);
}
.single-adventure:hover .adventure-text{
        animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
}
.adventure-text.effect-bottom{
    bottom: 0;
    top: auto;
}
.single-adventure:hover .transparent-overlay span{
        z-index: 9;
    position: relative;
}
.single-adventure:hover .adventure-text p{
    color: white;
    display: block;
    margin-bottom: 5px;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: black;
}
.first-link{
    font-size: 20px;
    font-weight: 600;
}

.human-heart:hover {
  animation: 2s ease 0s normal none infinite running beatHeart;
}

@keyframes beatHeart {
  0% {
    transform: scale(1.5);
  }
  25% {
    transform: scale(1.8);
  }
  40% {
    transform: scale(1.5);
  }
  60% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1.5);
  }
}

.search .dropdown .dropdown-toggle::after{
    content: none;
}

.search .dropdown .dropdown-toggle::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    margin-top: -22px;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0;
}


