
@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: 'Roboto', sans-serif;
    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: uppercase;
    letter-spacing: 1px;
}

h3 {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

hr {
    border: 3px solid #ffab00;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 67px;
}

h4 {
    color: #ffab00;
    font-size: 16px;
    text-transform: uppercase;
}

.clearfix {
    margin: 45px 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: 14px 0;
}

.login_button {
    margin-top: 15px;
    padding: 0px;
}

.login_button a {
    margin-left: 50px;
}

.top-banner-icon {
    display: inline-block;
    text-align: center;
    margin: 0;
    color: #ffab00;
    padding-right: 8px;
}


/*************************
*******banner******
**************************/
/*Error Messages*/
.error-msg{
	line-height: 17px;
    padding: 15px 10px;
    position: absolute;
     margin-top: 6px; 
    top: 0px;
    left: 15%;
    color: #666;
    background-color: #fbfbfb;
    z-index: 99;
    border: #ccc solid 1px;
    border-radius: 3px;
    /* display: inline-block; */
    min-width: 250px;
    padding-left: 38px;
    /* margin-left: 30%; */
    box-shadow: 0 3px 2px #ccc;
}
.error-msg:before{
	content:'';
	position:absolute;
	top:-7px;
	left:10px;
	font-size:16px;
	background:url(../images/arrow.png) no-repeat 0 0;
	height:22px;
	width:32px;
}
.error-msg:after{
	content:'\f12a';
	font-family:"FontAwesome";
	position:absolute;
	top:12px;
	left:10px;
	font-size:13px;
	height:20px;
	width:20px;
	background-color:#FAA930;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	border-radius:3px;
}
.error-msg-wrapper{
	position:relative;
}
.msgcls{
	border:1px solid #66afe9;
	box-shadow:0 0 5px #ccc;
}
/*Error message end*/
.thanks p{
	font-size:15px;
}
.thanks span{
	font-size:16px;
	font-weight:bold;
	color:#ffab00;
}
.deals{
	position:absolute;
	top:15%;
	left:0;
	right:0;
}
.deals h2{
	color:#ff0;
}
.deals h3{
	color:#fff;
	padding:20px 0px;
}
.deals p{
	color:#fff;
	padding:20px 0px;
	font-size:16px;
	width:80%;
	text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
             #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;
}
.deals a{
	margin-top:30px;
}
.sebtn{
	background:#ffab00;
	border:none;
	border-radius:0px;
	color:#FFFFFF;
	padding:7px 20px;
	font-size:15px;
}
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/Startup2-banner_02.jpg) center center no-repeat;
    padding: 60px 0 80px;
    position: relative;
    background-size: cover;
    background-position: 65%;
}
.otherpac {
    background: url(../images/raj.jpg) center center no-repeat;
    padding: 60px 0 80px;
    position: relative;
    background-size: cover;
    min-height: 350px; color: #fff;
}
.otherpac h2{color: #ff0}
.otherpac p{color: #fff; font-size: 120%}

.banner-block {
    text-align: left;
    margin-top: 228px;
    margin-bottom: 0px;
}

.banner-block p {
    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 h1 span {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    background-color: #ffab00;
    padding: 10px 20px;
}


/*************************
*******form******
**************************/

.enquiry-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.69);
}

.form-group {
    display: block !important;
}

.form-container {
    background-color: black;
    border-top: 3px solid #f9b323;
    border-radius: 5px;
}

.form-head {
    padding: 25px 20px;
}

.form-container h1 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin: 0px;
    font-weight: 500;
    padding: 0;
}

.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: #ffab00;
}

.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;
}

.enquiry-form .form-group {
    margin-bottom: 15px;
    padding: 0px 20px;
}

.enquiry-form .form-control {
    font-family: 'Roboto', sans-serif;
    background: #323232;
    border-radius: 0px;
    border: 1px solid #4f4f4f;
    color: #FFFFFF;
    width: 100%;
    height: 40px;
}

.enquiry-form .form-control:focus {
    border: 2px solid #ffab00;
}

.enquiry-form .btn-submit {
    background: #ffab00;
    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;
}
.btn5 {
    background: #ffab00;
    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;
}
.btn5:hover {
    background: #ff0000; color: #fff}


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: #ffab00;
    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******
**************************/
.pac{border: #eee 1px solid; padding:15px; margin:15px 0px; }
#package {
    padding: 70px 0;
}

#package .package-text h3 {
    font-weight: bold;
    margin: 30px 0 0;
    text-transform: uppercase;
	min-height:44px;
	line-height:22px;
}

#package .package-text hr {
    border: 2px solid #eb9500;
    margin: 7px 0;
}

#package .package-price p {
    color: #eb9500;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0;
}
#package .package-price p span{
    color: #eb9500;
    font-weight: 500;
    font-size: 18px;
    padding-top: 6px;
}

#package .package-block:hover .package-block-image {
    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
}
.package-block-image{
	position:relative;
}
.package-block-image p{
	position:absolute;
    bottom: 10px;
    left: 10px;
    background: #ffab00;
    color: #fff;
    padding: 2px 10px;
    font-weight: 500;
    border-radius: 5px;
}

/*************************
*******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: #ffab00 !important;
    color: #fff !important;
    border-color: #ffab00 !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: #ffab00;
    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: #ffab00;
}


/*************************
*******newsletter******
**************************/

#newsletter {
    background-color: #ffab00;
    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;
}

.call-enquiry {
    width: 72px;
    top: 385px;
    right: 0;
    position: fixed;
    z-index: 1111;
    cursor: pointer;
}
/*************************
*******pre-footer******
**************************/

#pre-footer {
    background-color: #2e2e2e;
    padding: 0 0 2%;
}

.pre-footer-block {
    margin-top: 60px;
}
.pre-footer-block ul{ margin:0px; padding: 0px;margin-left: 15px}
.pre-footer-block ul li{ color: #fff; list-style: square;text-align: left; }

#pre-footer .pre-footer-block a {
    display: inline-block;
    border: 1px solid #7d7d7d;
    width: 76px;
    height: 76px;
    
    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: #212121;
    padding: 30px 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: #ffab00;
    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;
}


/*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) {
    .login_button {
        margin-top: 30px;
        text-align: center;
    }
    h2 {
        font-size: 25px;
    }
    .logo {
        text-align: center;
    }
    .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) {
    .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: 60px;
    }
    .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;
    }
}
