/*
  Project Name : Real estate
  Author Company : oLanding
  Project Date: 22 Dec, 2016
  Author Website : http://www.olanding.com
  Author Email : admin@olanding.com
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');

/*Placeholder style*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.69);
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.69);
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.69);
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.69);
    font-size: 14px;
}


/*************************
*******Typography******
**************************/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.wow {
    visibility: hidden;
}

p {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-weight: normal;
    color: #636363;
    font-size: 14px;
}

a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #676767;
    font-size: 14px;
    line-height: 22px;
}

a:focus {
    text-decoration: none;
}

span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

html,
html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-weight: 500;
    color: #3e3e3e;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h3 {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

hr {
    border: 3px solid #e65122;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 75px;
}

h4 {
    color: #e65122;
    font-size: 20px;
    text-transform: uppercase;
}

.clearfix {
    margin: 20px 0;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}


/*************************
*******header******
**************************/

#header {
    padding: 8px 0;
}

.login_button {
    margin-top: 13px;
    padding: 0px;
}

.login_button a {
    margin-left: 15px;
    font-weight: 500;
}

.top-banner-icon {
    display: inline-block;
    text-align: center;
    margin: 0;
    color: #e65122;
    padding-right: 2px;
}


/*************************
*******banner******
**************************/

div.module.parallax {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.module.parallax-1 {
    background: url(../images/banner.jpg) repeat;
    position: relative;
   
}
.parallax:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
}
.banner-block {
    text-align: left;
    margin-top: 108px;
    margin-bottom: 0px;
}
.banner-block h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    background-color: rgba(0, 0, 0, 0.72);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    padding: 15px 15px;
    margin-top: 8px;
}
.banner-block p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
    background-color: rgba(0, 0, 0, 0.68);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    padding: 15px 15px;
    margin-top: 15px;
}

.banner-block h1 span {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    text-transform: initial;
    background-color: #0b4368cc;
    padding: 7px 14px;
}

.offset-md-1 {
    margin-left: 8.333333%;
}
/* 						   11. NEWSLETTER                     */
/* ========================================================== */

.newsletter_wrapper {
	position: relative;
	z-index: 999;
}

.newsletter-section-overlay{
	width: 100%;
	background: #8dc63f;
	opacity: 0.77;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.newsletter_box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:30px 0 30px 0;
}

.newsletter_info{
	padding:1px 0 30px 60px;
	border-left:1px solid #ffffff;
}

.newsletter_info h2{
	font-size: 34px;
	line-height:36px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.newsletter_info p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #343030;
    margin-bottom: 19px;
    font-family: 'Open Sans', sans-serif;
}

#newsletter-form #email_newsletter {
	width:91%;
	max-width:400px; 
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 1px solid #ffffff;
	background-color: transparent;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	color:#fff;  
    font-size:16px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:56px;
    background-color:#ffffff;
	border: 1px solid #ffffff;
    color:#e52f37;  
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color: #ffffff;
    background-color:#e52f37;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

p.newsletter_success_box{
	font-size:18px;
	color:#eee;
	font-style:italic;
	margin-bottom:15px;
}
.btn-red {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	background-color: #e65122;
	border: 1px solid #e65122;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
    letter-spacing: 1px;
	border-radius: 4px 4px;
	margin: 5px 10px 10px 0;
	padding: 15px 23px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background:#e52f37;
}

.btn-blue.small, .btn-blue-line.small, .btn-red.small, .btn-red-line.small, .btn-white.small, .btn-white-border.small {
	font-size: 16px;
	padding: 14px 20px;
}

.btn-red-line {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #e52f37;
	background-color: #fff;
	border: 1px solid #e52f37;
	border-radius: 23px 23px;
	margin: 15px 10px 0 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red-line:hover{
	color: #fff!important;
	background:#e52f37;
}

a.btn-red:visited, a.btn-red:focus{
	color: #fff!important;
}
/* 						   11. NEWSLETTER                     */
/* ========================================================== */


/*************************
*******form******
**************************/

#instanrQuery-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.69);
}

.form-group {
    display: block !important;
}

.form-container {
    background-color: #000000b8;
    border-top: 3px solid #e65122;
    border-radius: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.form-head {
    padding: 25px 20px;
}

.form-container h1 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin: 0px;
    font-weight: 500;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0 0 0px black;
}

.form-container p {
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    color: #949494;
    text-transform: inherit;
    margin: 10px 0px 0px 0px;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 16px 40px;
    pointer-events: none;
    color: #fb7301;
}

.right-addon .fa {
    right: 0px;
}

.right-addon input {
    padding-right: 30px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    color: rgba(255, 255, 255, 0.69) !important;
}

option {
    color: rgba(255, 255, 255, 0.69) !important;
}

.style-option {
    color: rgba(255, 255, 255, 0.69) !important;
}

#instanrQuery-form .form-group {
    margin-bottom: 13px;
    padding: 0px 20px;
}

#instanrQuery-form .form-control {
    font-family: 'Roboto', sans-serif;
    background: #323232;
    border-radius: 0px;
    border: 1px solid #4f4f4f;
    color: #FFFFFF;
    width: 100%;
    /* height: 40px; */
}

#instanrQuery-form .form-control:focus {
    border: 2px solid #e65122;
}

#instanrQuery-form .btn-submit {
    background: #e65122;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 20px 20px;
    display: inline-block;
    color: #ffffff;
    width: 89%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    text-transform: capitalize;
    border-radius: 0px;
    padding: 14px 24px;
    border: none;
}

label.error {
    color: red;
    text-align: left;
    display: block;
    margin: 0px;
}

.expMessage {
    margin-top: 101px;
}

.formOverlay:before {
    content: "\f110";
    font-family: fontawesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #77b127;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}

.formOverlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}

.form-control.error {
    border-color: rgba(166, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
    -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
    box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
}

#submit-control {
    color: white;
    font-style: italic;
    font-size: large;
}

/*************************
*******work******
**************************/

#work {
    padding: 75px 0;
    /* background-color: #f8f8f8; */
}

.work_block {
    display: block
}

.work_icon {
    background-color: #fb7301;
    border-radius: 50%;
    box-shadow: 0 0 14px 0 rgba(239, 238, 238, 0.83);
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    width: 64px;
    border: none;
}

.work_icon i {
    color: #fff;
    font-size: 24px;
    line-height: 64px;
}

.work_block h3 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

.work_block:hover .work_icon::before {
    opacity: 1;
    transform: translateY(5px);
}

.work_block:hover .work_icon {
    transform: translateY(-5px);
}


/*************************
*******packages******
**************************/
sup {
    top: -.5em;
    color: red;
    font-weight: bold;
}
#package {
    padding: 30px 0;
}

#package .package-text h3 {
    font-weight: 500;
    margin: 12px 0 0;
    text-transform: uppercase;
    font-size: 17px;
}

#package .package-text hr {
    border: 2px solid #e65122;
    margin: 10px 0;

}

#package .package-price p {
    color: #e65122;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
    float: left;
}
.panel-body {
    padding: 15px;
}
.package-price a.btn-success {
    background-color: #1c5d88;
    border-color: #1c5d88;
    font-size: 13px;
    text-align: right;
    float: right;
    width: 36%;
    text-align: center;
    padding: 5px 2px 5px 2px;
}
#package .package-block:hover{
    transform: rotateX(-7deg) scale(1.05);
    transition: all 0.7s ease 0s;
}

#package .package-block .package-block-image {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    /* border: 2px solid #027dc2; */
}


/*************************
*******aboutus******
**************************/

#aboutus {
    padding: 90px 0;
    /* background-color: #f8f8f8; */
}

.aboutus_main hr {
    margin: 25px 0px;
}

.tour-img {
    margin-top: 25px;
}

.tour-img:hover {
    transform: rotateX(-7deg) scale(1.05);
    transition: all 0.7s ease 0s;
}

.tour-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

.panel-group {
    margin-top: 30px;
}

.panel-heading.active,
.active i,
.active a {
    background-color: #fb7301 !important;
    color: #fff !important;
    border-color: #fb7301 !important;
    transition: all 0.3s ease 0s;
}

.panel-heading.active {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
}

#aboutus .panel-heading {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

#aboutus .panel {
    border: none;
    border-radius: 0px;
    margin: 0 0 14px;
    padding: 0;
    display: block;
    box-shadow: none;
}

#aboutus .panel-body {
    border: 0;
    background: #f8f8f8;
}

#aboutus .about-us-panel-text {
    padding-right: 0;
}

#aboutus .panel-group i {
    background-color: #fff;
    color: #fb7301;
    height: 46px;
    line-height: 48px;
    margin: 0px 15px 0 0px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    width: 46px;
    border-right: 1px solid #d7d7d7;
    transition: all 0.3s ease 0s;
}

.panel-heading {
    padding: 0;
}

#aboutus .panel a {
    color: #575757;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 48px;
    display: block;
    transition: all 0.3s ease 0s;
}


/*************************
*******feedback******
**************************/

#feedback {
    padding: 60px 0;
}

#feedback .feedback-block p {
    background-color: #fff;
    font-size: 14px;
    padding: 24px;
    border: 1px solid #e1e1e1;
    color: #636363;
    position: relative;
}

#feedback .user-information {
    margin-top: 35px;
    display: block;
}

#feedback .user-information .user-name h4 {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

#feedback .user-information .user-name h4 span {
    color: #575757;
    font-weight: 500;
}

#feedback .feedback-block p::before {
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 20px 23px;
    bottom: -22px;
    content: "";
    height: 0;
    left: 49px;
    position: absolute;
}

#feedback .feedback-block p::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 49.8px;
    bottom: -20px;
    border-width: 0 20px 22px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
}

.user-name {
    padding-left: 0;
}

.user-image i.fa {
    color: #fb7301;
}


/*************************
*******newsletter******
**************************/

#newsletter {
    background-color: #fb7301;
    padding: 50px 0px;
    position: relative;
}

#newsletter .newsletter-block {
    display: inline-block;
    width: 100%;
}

#newsletter .form-inline .form-control {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 100%;
    color: #2e2e2e;
}

#newsletter .form-inline .form-control::-webkit-input-placeholder {
    color: #7b7b7b
}

#newsletter .form-inline .form-control:focus {
    border-color: #2e2e2e;
}

#newsletter .btn-default {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

#newsletter .btn-default:hover {
    background-color: #fff;
    color: #2e2e2e;
    transition: all 0.3s ease 0s;
}

.cta-style3 {
    position: relative;
    text-align: center;
    background-size: cover;
	 background: #2E5165;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.cta-style3::before {
    background: #2E5165;
    opacity: 0.9;
    background-repeat: repeat;
}
.cta-style3 .cta-text h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ftrlinks-out{ color:#CCCCCC}
.ftrlinks-out a{ color:#CCCCCC}

/*************************
*******pre-footer******
**************************/

#pre-footer {
    background-color: #2e2e2e;
    padding: 0 0 2%;
}

.pre-footer-block {
    margin-top: 60px;
}

#pre-footer .pre-footer-block a {
    display: inline-block;
    border: 1px solid #7d7d7d;
    width: 76px;
    height: 76px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 76px;
    border-radius: 50%;
}

#pre-footer .pre-footer-block i {
    color: #fff;
    font-size: 24px;
    line-height: 76px;
}

#pre-footer .pre-footer-block h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 20px;
}

#pre-footer .pre-footer-block p {
    color: #FFFFFF;
    font-size: 15px;
}

#footer {
    background-color: #254151;
    padding: 10px 0px;
}
.footer {
    background-color: #254151;
    padding: 10px 0px;
}

#footer .social-icon i {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#footer .social-icon i:hover {
    color: #fb7301;
    transform: rotateX(-7deg) scale(2);
    transition: all 0.7s ease 0s;
}

#footer .social-icon a {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

#footer .footer-bottom a {
    color: #929292;
    font-size: 14px;
}

.whatapp_btn {width: 50px;height: 50px;color: #fff;position: fixed;left: 26px;bottom: 80px;cursor: pointer;z-index: 999;border-radius: 100%;display: flex;align-items: center;justify-content: center;transition: all 300ms ease-in-out;box-shadow: 0px 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);text-decoration: none;-webkit-animation: moveBounce 3s linear infinite;animation: moveBounce 3s linear infinite;}
@keyframes moveBounce {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0px); 
    } 
  }
.whatapp_btn img{max-width: 100%;}  

.taxi-list {
    padding: 3px 20px 5px 20px;
    line-height: 15px;
    font-size: 13.5px;
    margin-bottom: 0;
}
.taxi-list li {
    margin-bottom: 8px;
	line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-weight: normal;
    color: #636363;
    font-size: 14px;
}
/*Responsive*/

@media (min-width: 980px) and (max-width: 1220px) {
    #newsletter .form-inline .form-control {
        width: 325px;
    }
    .banner-block {
        margin-top: 228px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    #newsletter .form-inline .form-control {
        width: 240px;
    }
    h2 {
        font-size: 25px;
    }
    .login_button {
        margin-top: 10px
    }
    .banner-block {
        text-align: left;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    div.module.parallax-1 {
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
   .logo img {
    width: 66%!important;
}
    .newsletter_box {
    text-align: center;
}
.newsletter_info {
    padding: 0;
    border-left: none;
}
.newsletter_info h2 {
    font-size: 26px;
}
	.login_button {
        margin-top: 30px;
        text-align: center;
    }
    h2 {
        font-size: 25px;
    }
    .logo {
        text-align: center!important;
    }
    .package-block {
        text-align: center;
    }
    #package .package-text hr {
        margin-bottom: 25px;
        margin-top: 25px;
        display: -webkit-inline-box;
        width: 25%;
    }
    .banner-block {
        text-align: center;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .aboutus_main {
        margin-top: 40px;
    }
    .feedback-block {
        margin-top: 50px;
        display: inline-block;
    }
    #newsletter .form-inline .form-control {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 560px) {
   #footer{margin-bottom: 50px}
   .offset-md-1 {
    margin-left: 0.333333%;
}
   div.module.parallax-1{ background: url(../images/banner-m.jpg) no-repeat;}
   .whatapp_btn{ display:none;}
    .login_button {
        margin-top: 1px;
    }
    .work_block {
        margin-top: 50px;
    }
    .login_button a {
        display: -webkit-inline-box;
        margin-top: 20px;
        margin-left: 0px;
    }
    .feedback-block {
        margin-top: 50px;
    }
    #newsletter .firstname {
        padding: 0px 15px;
    }
    #newsletter .form-inline .form-control {
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0px;
    }
    .banner-block {
        margin-top: 60px;
        margin-bottom: 35px;
    }
    .banner-block h1 span {
        font-size: 25px;
    }
    .banner-block p {
        text-align: left;
    }
}

@media (max-width:376px) {
    #feedback .feedback-block p::before {
        bottom: 51px;
    }
}

@media (max-width:345px) {
    #feedback .feedback-block p::before {
        bottom: 51px;
    }
}

.package-block-image img{
    width: 100%;
    height: 220px;
}
.package-price {
    padding: 0px 10px;
}
.package-text {
    padding: 0px 10px;
}
.package-block {
    /* padding: 10px; */
    border: 1px solid #d6d4d4;
    height: 565px;
}
.pkg-slider {
    position: relative;
    padding: 0 15px 0 0;
}
.pkg-slider-img {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#atlantis-package img {
    height: 220px;
}

.pkg-slider-img img {
    width: 100%;
    height: 270px;
    position: relative;
}
.pkg-slider-img img, .pkg-slider-overlay, .pkg-slider-txt {
    transition: all .4s ease-in-out;
}
#atlantis-package img {
    height: 220px;
}

.pkg-slider-img img {
    width: 100%;
    height: 270px;
    position: relative;
}
.pkg-slider-img img, .pkg-slider-overlay, .pkg-slider-txt {
    transition: all .4s ease-in-out;
}
.pkg-slider-txt {
    padding: 10px 13px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pkg-slider-img img, .pkg-slider-overlay, .pkg-slider-txt {
    transition: all .4s ease-in-out;
}
.pkg-slider-link {
    margin-bottom: 0;
}
.pkg-slider-link a {
    color: #333 !important;
    display: block;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent !important;
}

.pkg-slider-d {
    margin-bottom: 5px;
}
.pkg-slider-r .old {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.pkg-slider-r span {
    font-size: 11px;
    color: #333;
}
.new {
    text-decoration: none!important;
}
.pkg-slider-r b {
    display: block;
    font-size: 16px;
    color: #F44336;
    line-height: 15px;
}
.pkg-slider-r span {
    font-size: 11px;
    color: #333;
}
.pkg-slider-action {
    margin-top: 5px;
    transition: all .3s ease-in-out;
}
.pkg-slider-action a.btn-success {
    background-color: #fb7301;
    border-color: #fb7301;
}
.pkg-slider-action a {
    display: block;
    text-align: center;
}

.hotel-small.style-2 .hotel-img {
    width: 120px;
}

.hotel-small .hotel-img {
    display: block;
    width: 81px;
    float: left;
    overflow: hidden;
}
.hotel-img .img-responsive {
    border-radius: 5px;
}
.hotel-small .tour-layer {
    border-radius: 5px;
}

.delay-1 {
    -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 800ms cubic-bezier(0.23,1,0.32,1);
}
/* .tour-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.black-hover:hover .tour-layer {
    opacity: 1;
} */
.hotel-small.style-2 .hotel-desc {
    margin-left: 150px;
}

.hotel-small .hotel-desc {
    margin-left: 100px;
    margin-top: 3px;
}
.hotel-small.style-2 h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    display: inline-block;
}
.hotel-small.style-2 h4 {
    margin-bottom: 1px;
}
.hotel-small.style-2 .hotel-loc {
    line-height: 20px;
}

.hotel-small .hotel-loc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #969595;
}
.hotel-small.style-2 h4 a {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    letter-spacing: 1px;
}
.item-block.style-3 {
    border-radius: 5px;
}

.item-block.style-3 {
    min-height: 489px;
}
.item-block {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
}
.vertical-align {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
}
.item-block.style-3 .ib-subtitle {
    font-weight: 400;
}
.item-block.style-3 h3 {
    font-size: 24px;
    color: white;
    font-weight: 900;
}
.item-block h3 {
    padding-bottom: 15px;
    font-size: 28px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.hotel-small.style-2 {
    border: 1px solid #e0e0e0b3;
    background-color: #e8e8e894;
}
.underline:after {
    content: '';
    width: 70%;
    background: #FFF;
    height: 5px;
    position: relative;
    display: block;
    float: none;
    margin: 13px 0 0px 55px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.color-sea {
    color: orange;
    font-weight: 900;
}
.item-block.style-3 p {
    padding: 0px 10% 0px;
}

.item-block p {
    color: rgba(255, 255, 255, 0.9);
    padding: 0px 26% 35px;
}
.hotel-small.style-2:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .36);
    -webkit-transition: all .5s ease;
}
.footer-area-top {
    padding: 40px 0 25px;
    background: #1b1b1b;
}
.footer-area-top .footer-box,
.footer-area-top .footer-box .footer-logo {
    margin-bottom: 0px
}
.footer-area-top .footer-social li a i {
    color: #dedede;
    font-size: 14px;
    transition: all .3s ease-out
}

.footer-area-top .footer-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #bfbfbf;
}

.footer-area-top .quick-link li,
.footer-area-top .recent-post-link li {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #6d6c6ca6;
}

.footer-area-top .recent-post-link li {
    padding-left: 10px
}

.footer-area-top .recent-post-link li a {
    color: #eae9e9;
    transition: all .3s ease-out
}

.footer-area-top .quick-link li {
    padding-left: 20px
}

.footer-area-top .quick-link li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #b3b3b3
}

.footer-area-top .quick-link li a {
    color: #eae9e9;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.footer-area-top .footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.footer-area-top .footer-social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer-area-top .footer-social li a i {
    color: #dedede;
    font-size: 14px;
    transition: all .3s ease-out;
}
.footer-about p {
    color: #a7a4a4;
}
.footer-social {
    padding-left: 0;
    margin-top: 5%;
}
.quick-link, .recent-post-link {
    list-style: none;
    padding-left: 0;
}
.custom-menu{
    font-size: 15px;
    font-family: Oswald;
    color: #101010;
    letter-spacing: 0.5px;
    margin-left: 25px !important;
}
.custom-menu:hover, .login_button a:hover{
    color: #e65122;
}
@media screen and (max-width: 992px){
.footer-list {
    width: 100%;
    background: #1c5d88;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    display: block !important;
}
.login_button a {
    display: block;
    margin-top: 7px;
    margin-left: 0px;
    text-align: center;
}
.custom-menu {
    display: none !important;
}
.footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
}    
.footer-list ul li a, .footer-list ul li {
    display: block;
    color: #fff;
    font-size: 12px;
    height: 100%;
    padding: 5px 5px;
    -moz-box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.fa-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}    
.arrow-form .rajasthan-trip-plan {
    display: none;
    border: none;
}    
.copy-right-section {
    padding-bottom: 20px;
} 
.banner-block h1 span {
    font-size: 23px;
}
.banner-block h2 {
    font-size: 16px;
}
.banner-block p {
    font-size: 13px;
	margin-top: 16px;
    text-align: center;
    padding: 5px;
    line-height: 20px;
}
.parallax:before {
    height: 500px;
}
h2 {
    font-size: 19px;
}
#package .package-text hr {
    margin-bottom: 10px;
    margin-top: 15px;
    display: -webkit-inline-box;
    width: 25%;
}
.package-block {
    text-align: left;
    border: 2px solid #d6d4d4;
    height: 580px;
    margin-top: 5%;
}

}
.footer-list {
    display: none;
}
.package-block-image img:hover {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.input-icon.icon-right .icon-addon {
    top: 5px;
    right: 0;
    color: #656464;
    font-size: 15px;
    padding-right: 20px;
}

.input-icon .icon-addon {
    position: absolute;
    padding: 0;
    color: rgba(58, 82, 155, .6);
    font-size: 12px;
    width: 36px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.para-limit{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.para-limit i {
    font-size: 17px;
    color: #1c5d88;
    margin-right: 10px;
}
i.fa.fa-whatsapp {
    color: green;
    font-weight: 600;
}
.about-us-panel-text ul {
    padding-left: 16px;
    line-height: 26px;
    margin: 0;
}
.bg-thankyou {
    background: url(../images/thank.jpg) center bottom no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
}
.bg-thankyou .jumbotron {
    background-color: transparent;
    margin-bottom: 100px;
}
.headingFont {
    font-family: 'Josefin Sans',sans-serif;
    letter-spacing: .2px;
}
.jumbotron p {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color:White;
}
.jumbotron a {
    color: #fff;
    font-weight: 700;
}
.noResult .btn-search {
    background-color: #f96d01;
    border-color: #f96d01;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    color:White;
}
.why-custom-list {
    text-align: left;
    list-style: none;
    padding-left: 0;
    line-height: 29px;
    font-size: 14px;
}
.why-custom-list i {
    margin-right: 10px;
    color: #ff6600;
}why-custom-list i {
    margin-right: 10px;
    color: #ff6600;
}