* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arimo', sans-serif;
    margin-top: 0;
    text-transform: none;
    color: #000;
    font-weight: 700;
    text-align: center
}

h5 {
    font-size: 18px
}

.mb-15 {
    margin-bottom: 15px
}

h6 {
    font-size: 16px
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    border: none;
    text-decoration: none
}

a {
    color: #666;
    transition: all 0.3s ease 0s
}

a:hover {
    color: #ff8a00;
    text-decoration: none
}

body,
html {
    height: 100%
}

.title h2:before {
    content: "";
    background: #ff8a00;
    width: 4px;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 1px
}

.title h2 {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #00305b
}

section {
    width: 100%;
    float: left;
    padding: 70px 0
}

.title {
    text-align: center;
    margin: 0 0 40px
}

.no-padding {
    padding: 0
}

.pad-20 {
    padding-left: 20px;
    padding-right: 20px
}

.pad-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.btn-hero {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 4px 40px 8px;
    box-shadow: none;
    border: none;
    font-size: 16px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #00305b;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.btn-hero:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff8a00;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 6px
}

.btn-hero:hover,
.btn-hero:focus,
.btn-hero:active {
    color: white
}

.btn-hero:hover:before,
.btn-hero:focus:before,
.btn-hero:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

#loader {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999
}

#scrollUp {
    background: rgba(69, 75, 84, .7) none repeat scroll 0 0;
    border-radius: 5%;
    bottom: 30px;
    color: #fff;
    font-size: 12px;
    height: 40px;
    text-decoration: none;
    line-height: 38px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px
}

#scrollUp i {
    display: block;
    line-height: 35px
}

#scrollUp i:hover {
    color: #ff8a00
}
.fade-carousel .carousel-control {
    z-index: 2
}

.left.welcome-control {
    left: -30px;
    padding-right: 15px;
    right: auto;
    text-align: right
}

.right.welcome-control {
    right: -30px;
    padding-left: 15px;
    left: auto;
    text-align: left
}

.welcome-control:hover,
.welcome-control:focus {
    color: #fff
}

.welcome-control {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #000;
    font-size: 35px;
    height: 60px;
    left: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    z-index: 20
}

.welcome-control:hover,
.welcome-control:focus {
    color: #ff8a00
}

.callouts-wrapper {
    float: left;
    width: 100%;
    padding: 60px 0 0
}

.callouts-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: -125px;
    z-index: 9
}

.message-description {
    margin-bottom: 30px;
    padding: 30px 20px;
    transition: all 0.45s ease-in-out 0s;
    position: relative;
    text-align: center;
    background: #f6f8f9;
    background: -moz-linear-gradient(48deg, #d2d2d2 0%, #e6e4e4 50%, #ededed 23%, #f5f7f9 100%);
    background: -webkit-linear-gradient(48deg, #d2d2d2 0%, #e6e4e4 50%, #ededed 23%, #f5f7f9 100%);
    background: linear-gradient(48deg, #f6f8f9 0%, #d2d2d2 50%, #ededed 23%, #f5f7f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#ededed', GradientType=1)
}

.message-description:hover {
    background: #000
}

.message-description:hover h2,
.message-description:hover p {
    color: #fff
}

.message-description h2 {
    font-size: 24px
}

.message-description i {
    color: #ff8a00;
    font-size: 40px;
    margin: 0 0 15px
}

.our-service-wrapper {
    padding: 69px 0 70px;
    margin: -189px 0 0
}

.our-service-wrapper .title {
    margin: 0
}

.our-service-wrapper .single-services {
    background: #f7f7f7;
    padding: 40px 20px 40px 72px;
    position: relative;
    margin-top: 34px;
    text-align: left;
    overflow: hidden
}

.our-service-wrapper .single-services:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0%;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #00305b
}

.our-service-wrapper .single-services:hover:before {
    width: 100%
}

.our-service-wrapper .single-services .icon i {
    font-size: 32px;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    top: 48px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #ff8a00
}

.our-service-wrapper .single-services:hover .icon i {
    -webkit-transform: translateX(-250%);
    -moz-transform: translateX(-250%);
    transform: translateX(-250%)
}

.our-service-wrapper .single-services .icon.two i {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.our-service-wrapper .single-services:hover .icon.two i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.our-service-wrapper .single-services h2 {
    font-size: 18px;
    margin: 0 0 15px
}

.our-service-wrapper .single-services h2 a {
    color: #00305b;
    letter-spacing: 1px;
    text-transform: uppercase
}

.about-wrapper {
    padding: 69px 0 46px;
    background: url(../images/pattern.png) left top repeat
}

.about-us-main {
    float: left;
    position: relative;
    width: 100%
}

.about-wrapper figure::before {
    border: 10px solid rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 50px;
    position: absolute;
    right: 0;
    top: 50px;
    border-color: #ff8a00
}

.about-wrapper figure {
    padding: 0 50px 50px 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%
}

.about-wrapper figure img {
    position: relative;
    float: left;
    width: 100%
}

.about-wrapper .about-content {
    float: left;
    padding: 45px 0 0;
    width: 100%
}

.text {
    float: left;
    position: relative;
    width: 100%
}

.about-wrapper .about-content h3 {
    margin-bottom: 20px
}

.about-wrapper .text p {
    margin: 0 0 22px
}

.about-wrapper .text ul {
    float: left;
    margin: 0 0 28px;
    padding: 0;
    width: 100%
}

.about-wrapper .text ul li::before {
    background-color: #ff8a00;
    content: "";
    display: inline-block;
    float: left;
    height: 6px;
    margin: 7px 10px 12px 0;
    width: 6px
}

.about-wrapper .text ul li {
    float: left;
    position: relative;
    width: 100%;
    list-style: none
}

.about-wrapper .text ul li p {
    margin: 0
}

.blog-wrapper {
    padding: 69px 0 0;
    margin: -189px 0 0;
    float: left;
    width: 100%
}

.blog-wrapper .title {
    margin: 0
}

.post {
    margin: 40px 0 0
}

.post-img {
    overflow: hidden
}

.post-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.post-img:hover img {
    transform: scale(1.07)
}

.blog-wrapper .post-content {
    padding: 30px 14px;
    background: #efefef
}

.blog-wrapper .post-content span.blog-title {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #ff8a00
}

.blog-wrapper .post-content span.blog-title:hover {
    color: #019f55
}

.blog-wrapper .post-content .info {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee
}

.blog-wrapper .post-content .info ul {
    padding: 0;
    margin: 0
}

.blog-wrapper .post-content .info li {
    display: inline-block;
    margin: 0 10px -15px 0;
    padding: 0;
    font-size: 15px
}

.blog-wrapper .post-content .info li a {
    color: #333
}

.blog-wrapper .post-content .info li span {
    padding-right: 4px;
    color: #ff8a00
}

.our-team-wrapper {
    padding: 69px 0 70px;
    margin: 0
}

.our-team-wrapper .title {
    margin: 0
}

.our-team-img {
    position: relative;
    margin-top: 30px
}

.our-team-img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.our-team-img .textbox {
    background-color: rgba(29, 32, 37, .9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.75);
    width: 100%;
    transition: all 0.3s ease 0s;
    text-align: center
}

.our-team-img:hover .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.our-team-img .textbox h5 {
    padding-top: 80px;
    color: #ff8a00
}

.our-team-img .textbox p {
    margin-bottom: 20px;
    color: #fff
}

i.icon-border.size3 {
    height: 30px;
    line-height: 28px;
    width: 30px
}

i.icon-border {
    border: 1px solid #ff8a00;
    color: #ff8a00;
    margin: 0 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle
}

.textbox a:hover i {
    color: #fff
}

i.icon-border:hover,
i.icon-border:focus {
    color: #ff8a00;
    background: #ff8a00;
    border: 1px solid #ff8a00
}

.testimonials-wrapper:before {
    background-color: rgba(0, 0, 0, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.testimonials-wrapper {
    padding: 69px 0 26px;
    background-image: url(../images/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.testimonials-wrapper .title {
    margin: 0;
    text-align: center
}

.testimonials-wrapper .title h2 {
    color: #fff
}

.testimonial-text span.tst-sbtitle {
    color: #ff8a00;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px
}

.testimonial-text span.tst-sbtitle {
    color: #ff8a00;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px
}

.testimonial-text .sec-title h3 {
    color: #fff;
    text-align: left
}

.sec-title h3 span {
    color: #ff8a00;
    position: relative
}

.single-testimonial {
    color: #f4f4f4;
    padding: 30px 100px;
    text-align: center
}

.testimonial-item {
    margin-bottom: 10px
}

.testimonial-item .inner:first-child {
    border-right: 1px dashed #ff8a00;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    right: 0;
    top: -3px
}

.testimonial-item .inner {
    display: inline-block
}

.testimonial-item .client-info {
    position: relative;
    text-align: left
}

.single-testimonial p {
    margin: 0 0 22px
}

.testimonial-item h2 {
    color: #ff8a00;
    font-size: 22px;
    margin-bottom: 5px
}

.testimonial-item .client-info h3 {
    color: #fff;
    margin-bottom: 0
}

.testimonial-item .testimonial2-client-img img {
    border-bottom: 2px solid #ff8a00;
    border-radius: 100%;
    height: 60px;
    width: 60px
}

.testimonials-wrapper .owl-theme .owl-dots {
    display: none!important
}

.testimonials-wrapper .owl-theme .owl-nav {
    display: block!important;
    position: absolute;
    top: 18%;
    width: 100%
}

.testimonials-wrapper .owl-theme .owl-nav [class*="owl-"] {
    background: none
}

.testimonials-wrapper .owl-prev {
    left: 15px;
    position: absolute
}

.testimonials-wrapper .owl-next {
    position: absolute;
    right: 15px
}

.testimonials-wrapper .owl-prev i,
.testimonials-wrapper .owl-next i {
    background: #ff8a00;
    border: 1px solid #ff8a00;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px
}

.portfolio-wrapper {
    padding: 69px 0 40px
}

.work {
    margin-bottom: 30px
}

.work a {
    display: block;
    overflow: hidden;
    position: relative
}

.work a img {
    width: 100%;
    height: auto
}

.work-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    padding: 20px
}

.work-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1
}

.work:hover .work-inner:after {
    opacity: .8
}

.work-info {
    text-align: center;
    margin-top: 20%;
    top: -15px;
    position: relative
}

.work-info p,
.work-info h2,
.work-info i {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.work-info h2 {
    font-size: 20px;
    color: #fff;
    top: -10px;
    margin: 0;
    padding: 0;
    line-height: 35px
}

.work-info p {
    font-size: 12px;
    top: 10px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    color: #ff8a00
}

.work-info i {
    font-size: 14px;
    top: 20px;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.work:hover .work-info p,
.work:hover .work-info h2,
.work:hover .work-info i {
    opacity: 1;
    top: 0
}

.portfolio-filter {
    text-align: center;
    list-style: none;
    margin-bottom: 40px
}

.portfolio-filter li:hover::before,
.portfolio-filter li.active::before {
    background-color: #ff8a00;
    border-radius: 5px;
    height: 100%
}

.portfolio-filter li:before {
    background-color: #999;
    border-radius: 0;
    color: #f26f29;
    content: "";
    display: inline-block;
    height: 6px;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 6px
}

.portfolio-filter li {
    display: inline-table;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 0 0 40px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 600
}

.portfolio-filter li:hover,
.portfolio-filter li.active {
    color: #ff8a00
}

.portfolio-filter li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.portfolio-filter li.active:after {
    width: 100%
}

.work-popup {
    max-width: 550px;
    background: #fff;
    position: relative!important;
    margin: 30px auto;
    left: 0!important
}

.work-popup img {
    width: 100%;
    height: 100%
}

.work-popup-content {
    padding: 25px
}

.work-popup-content h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.work-popup-content p {
    text-align: left;
    line-height: 23px
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    background: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .2)
}

.contact-wrapper:before {
    background-color: rgba(0, 0, 0, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.contact-wrapper {
    padding: 69px 0 39px;
    background-image: url(../images/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.contact-wrapper h2 {
    color: #fff
}

.contact-wrapper h2 span {
    color: #ff8a00
}

.contact-form .form-item {
    background: rgba(50, 50, 50, .5) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.contact-form textarea.form-control {
    height: auto
}

.contact-form .btn-hero:before {
    background: #fff
}

.contact-form .btn-hero {
    background: #ff8a00;
    color: #fff
}

.google-map {
    filter: grayscale(1);
    float: left;
    overflow: hidden;
    width: 100%
}

.google-map iframe {
    border: 1px solid #ccc;
    height: 170px;
    width: 100%
}

.contact-info-main {
    float: left;
    margin: 20px 0 0;
    width: 100%
}

.widget {
    float: left;
    margin: 0 0 30px;
    width: 100%
}

.widget>ul {
    float: left;
    width: 100%;
    list-style: none
}

.widget.last {
    margin: 0
}

.widget .contact-info li {
    border: 0 none;
    color: #aaa;
    float: left;
    line-height: 2;
    margin: 0;
    padding: 0;
    width: 100%
}

.contact-info li::before {
    display: none
}

.widget .contact-info li i {
    font-size: 16px
}

.contact-info li i {
    margin-right: 10px
}

.contact-info-main h4 {
    color: #ff8a00;
    float: left;
    font-size: 20px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: 500
}

.contact-info-main p {
    color: #aaa
}

.contact-info-main .social-links {
    float: left;
    margin: 10px 0 0;
    width: 100%
}

.contact-info-main .social-links>a {
    border: 1px solid #ff8a00;
    color: #fff;
    background: #ff8a00;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    border-radius: 50%
}

.contact-info-main .social-links>a:hover {
    border: 1px solid #fff;
    color: #ff8a00;
    background: #fff
}

footer {
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #019f55
}

footer p {
    color: #fff;
    text-align: center;
    margin: 0
}
#back-to-top{
    position: fixed;
    bottom:10px;
    right:12px;
    text-align: center;
    color:#ffffff;
    background-color:#cccccc;
    border:1px solid #cccccc;
    display:none;
    font-size:20px;
    line-height:30px; 
    height:35px;
    width:35px;
    font-weight: bold;
    cursor: pointer;
}
#back-to-top:hover{
    color:#ffffff;
    background-color:#333333;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active{
 background-color:#019f55;
}
#book-online .col-md-3 {
	padding-right: 0;
	padding-left: 0
}
.why-book {
	border-right: dotted 1px #333;
	text-align: center;
	margin: 50px 0;
	height: 70%;
	padding: 0 20px
}
.why-book img {
	margin-bottom: 10px
}
.why-book h4 {
	color: #0066a8;
	font-family: 'proxima_nova_rgbold';
	font-size: 26px
}
.why-book p {
	font-size: 20px
}
.requirement {
    background: #ff8a00;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.footer-section {
	background: #f3f3f5;
	padding-bottom: 0
}
.footer-about {
	padding: 80px 0 40px
}
.best-price-2 {
	position: absolute;
	left: 73px;
	top: -28px;
	z-index: 99;
	opacity: .5;
	transform: rotate(-25deg)
}
.ftr-h4 {
	color: #00305b;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}
.approved {
	margin-top: 42px
}
.ftr-p {
	padding: 80px 0 40px
}
.ftr-cnt {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.ftr-cnt li {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size: 20px;
	color: #00305b;
	position: relative
}
.ftr-cnt li a {
	color: #00305b
}
@media (min-width:1500px) {
    .header-top-area::before {
        width: 35%
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .header-top-area::before {
        width: 28%
    }
    .navbar-nav>li {
        padding: 0 0 0 25px
    }
    .top-info-block ul li {
        margin: 0 0 0 10px;
        padding: 0 10px 0 0
    }
    .our-team-img .textbox h5 {
        padding-top: 50px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #scrool-top {
        right: 15px
    }
    .contact-button {
        padding: 0 0 10px 5px;
        text-align: center
    }
    .top-info-block:before {
        display: none
    }
    .nav-fixed {
        padding: 0
    }
    .header-top-area::before {
        display: none
    }
    .header-top-area .container {
        width: 100%
    }
    .navigation {
        padding: 0
    }
    .navbar-default .contact-button {
        padding: 22px 25px
    }
    .logo:after {
        display: none
    }
    .logo {
        float: none;
        text-align: center
    }
    .top-info-block ul {
        text-align: center
    }
    .top-info-block {
        padding: 25px 0
    }
    .menu-bg .logo {
        padding-top: 29px
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: -34px
    }
    .navbar-default .navbar-nav li a {
        font-size: 15px;
        padding: 23px 18px
    }
    .navbar-collapse {
        margin: 6px 0 0
    }
    .navigation .navbar-collapse {
        padding: 0
    }
    .navbar {
        margin-top: 0
    }
    .menu-bg .navbar-default .navbar-nav li a {
        margin: 17px 0
    }
    .navbar-default .navbar-nav li a {
        padding: 0;
        margin: 17px 0 19px
    }
    .navbar-nav>li {
        padding: 0 0 0 32px
    }
    .about-us {
        padding-left: 50px;
        padding-right: 50px
    }
    .hero h1 {
        font-size: 35px
    }
    .brand-icon {
        float: none;
        margin: 0 0 20px
    }
    .about-us-main {
        padding-left: 50px;
        padding-right: 50px
    }
    .our-team-img .textbox h5 {
        padding-top: 120px
    }
    .contact-wrapper {
        padding: 69px 0 65px
    }
    .contact-form .btn-hero {
        margin: 0 0 30px
    }
}
@media (min-width:768px){
	.section_mobile{
		display:none;
	}
}
@media (max-width:767px) {
    section h2 {
        font-size: 25px
    }
    a.slide-btn {
        font-size: 14px;
        padding: 8px 16px;
        width: 120px
    }
    #scrool-top {
        right: 15px
    }
    .header-top-area::before {
        display: none
    }
    .navigation {
        padding: 0
    }
    .bg-logo {
        background: #00305b;
        width: 100%;
        padding: 0
    }
    .logo:after {
        display: none
    }
    .logo {
        float: none;
        text-align: center
    }
    .top-info-block ul {
        text-align: center
    }
    .top-info-block ul li:first-child {
        margin: 0
    }
    .top-info-block ul li {
        margin: 0 0 20px;
        border: none
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #f8f8f8
    }
    .menu-bg .navbar-toggle .icon-bar {
        background: #fff
    }
    .menu-bg .navbar-toggle {
        background: #02306a;
        margin-top: 2px
    }
    .nav-bar {
        padding: 10px 10px 5px 0
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: 0;
        border: none;
        background: #00305b
    }
    .menu-bg .navbar-collapse,
    .navbar-collapse {
        background: rgba(0, 0, 0, .9) none repeat scroll 0 0
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #00305b
    }
    .navbar-default .navbar-nav li a,
    .menu-bg .navbar-default .navbar-nav li a {
        padding: 11px 15px;
        color: #eee;
        margin: 0
    }
    .menu-bg .logo {
        padding: 10px 0
    }
    header .navbar-nav {
        margin: 7.5px 0
    }
    .navbar {
        margin: 0
    }
    .navbar-brand {
        display: block;
        padding: 0;
        height: auto
    }
    .navbar-default .navbar-collapse {
        float: none;
        border: none;
        box-shadow: none
    }
    .navbar-nav>li {
        padding: 0
    }
    .navbar-default .navbar-nav li a::after,
    .navbar-default .navbar-nav li a:hover::after,
    .navbar-default .navbar-nav>.active>a:hover::after {
        border: none
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border: none;
        color: #ff8a00!important
    }
    .navbar-header>h2 {
        float: left;
        margin: 0 0 0 10px;
        padding: 0;
        display: block;
        font-size: 25px
    }
    .navbar-default .contact-button {
        float: left
    }
    .welcome-control {
        display: none
    }
    .single-slide-item h2 {
        font-size: 24px;
        line-height: 26px
    }
    .hero {
        top: 45%
    }
    .hero h1 {
        font-size: 16px
    }
    .fade-carousel {
        height: auto;
    }
    .fade-carousel .carousel-inner .item {
        height: auto;
    }
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
        height: auto;
    }
    .callouts-inner {
        margin-bottom: 85px;
        top: -45px
    }
    .testimonials-wrapper {
        padding: 69px 0 60px
    }
    .single-testimonial {
        padding: 30px 20px
    }
    .testimonials-wrapper .owl-theme .owl-nav {
        display: none!important
    }
    .testimonials-wrapper .owl-theme .owl-dots {
        display: block!important
    }
    .testimonials-wrapper .owl-theme .owl-dots .owl-dot.active span,
    .testimonials-wrapper .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff8a00
    }
    .testimonial-item .client-info {
        position: relative;
        text-align: center
    }
    .portfolio-filter li:first-child {
        margin: 0 5px
    }
    .portfolio-filter li::before {
        left: 5px
    }
    .portfolio-filter li {
        margin: 8px 5px 0;
        padding: 0 0 0 20px
    }
    .contact-wrapper {
        padding: 69px 0 70px
    }
    .contact-form .btn-hero {
        margin: 0 0 30px
    }
}

.pr-right {
    float: right
}

.t-day {
    background: #ff8a00;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 10px
}

.clr-day {
    color: #019f55;
    font-size: 20px
}

.enq-form {
    background-color: rgba(0, 0, 0, .6);
    padding-top: 14px;
    width: 450px;
    margin-top: 15px;
    text-align: center
}

.enq-form h2 {
    color: #fff
}

.frm-input {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    height: 35px
}

.contact-form .frm-input {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    height: 35px
}

.datepicker {
    top: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1151!important
}

.partners {
    text-align: center;
    background: rgba(0, 0, 0, .6)
}

.partners img {
    width: 120px;
    display: inline;
    margin: 10px 19px
}

.nav-right {
    float: right
}

.error-msg {
    line-height: 17px;
    padding: 15px 10px;
    position: absolute;
    margin-top: 6px;
    top: 0;
    left: 15%;
    color: #666;
    background-color: #fbfbfb;
    z-index: 99;
    border: #ccc solid 1px;
    border-radius: 3px;
    min-width: 250px;
    padding-left: 38px;
    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: #FFF;
    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
}

.pdd-left {
    padding-left: 0
}

.pdd-right {
    padding-right: 0
}

.mrg-top {
    margin-top: 30px
}

.h-l {
    float: left;
    color: #ff8a00
}

.place-bg {
    background: #eee;
    padding: 20px 10px 20px 10px
}

.place-bg .btn-hero {
    background: #ff8a00;
    color: #fff
}

.bmrg-top {
    margin-top: 0
}

.mrg-botm {
    margin-bottom: 20px
}

.destination {
    position: relative;
    font-family: Arial
}

.text-block {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    text-align: center;
    padding-top: 12px
}

.text-block h3 {
    color: #fff
}

.destination-pak {
    position: relative;
    font-family: Arial
}

.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}


.text-block-pak h3 {
    color: #fff
}

.destination-pak-1 {
    position: relative;
    font-family: Arial
}

.text-block-pak-1 {
    position: absolute;
    top: 0;
    background-color: #019f55;
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px
}

.text-block-pak-1 h3 {
    color: #fff
}

.travel-clndr {
    position: relative
}

.clndr {
    position: absolute;
    margin-top: 32px;
    margin-left: 161px
}

.clndr1 {
    position: absolute;
    margin-top: 7px;
    margin-left: 150px
}
.call-enquiry {
    width: 72px;
    top: 385px;
    right: 33px;
    position: fixed;
    z-index: 1111;
    cursor: pointer;
}

@media (max-width:767px) {
    .nav-right {
        float: none
    }
    .enq-btn {
        display: none
    }
    .enq-btn1 {
        display: block;
        margin-bottom: 20px
    }
    .leh-img1 {
        display: none
    }
}

@media (min-width:768px) {
    .enq-btn1 {
        display: none
    }
    .leh-img {
        display: none
    }
}

.contact-form>label {
    color: #fff!important
}

.form-head {
    padding-top: 5px;
    color: #ff8a00;
    text-transform: uppercase;
    padding-left: 5px
}

.lbl-clr {
    color: #fff
}
.btn-hero1{
        vertical-align: middle;
        background: #ff8a00;
        color: #fff;
        padding: 4px 13px 8px;
        border-radius: 5px;
        border: none;
        font-size: 11px;
        margin: 20px 0 0;
}
.modal-body img{
    width: 70%;
}
.media-left{
        display: table-cell;
    vertical-align: top;
    width: 295px;
}
.modal-body h6{
    text-align: left;
}
.modal-body p{
    color: #000;
    text-align: left;
}
.detail{
    margin-top: 30px;
    padding: 10px;
}
/*.btn-mrg{
    margin-right: 18px;
}*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hide-div{display:none;}

@media (max-width:767px) {
    .contact-form {
        margin-top: 0px!important;
        width: 100%!important;
        margin-left: 0px
    }
    .contact-form .form-group {
        margin-bottom: 0;
        line-height: 30px
    }
    @media (max-width:767px) {
        .contact-form .btn-hero {
            margin: 0 0 2px
        }
    }
/*phone link footer css start*/
.section_mobile {
    display: none;
}
.inner_mobile {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #3fab6b;
    position: fixed;
}
.fa-1x {
    font-size: 31px!important;
    margin-top: 13px;
    color: #fff;
}
.p-0 {
    padding: 0!important;
    padding-right: 70px !important;
    float: right;
}
.phone-enq {
  display: block;
  width: 200px;
  -webkit-transition: all all 0.3s ease-in-out;
          transition: all all 0.3s ease-in-out;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: 0;
  margin: 0 auto;
}
.f-btn-col{
    background: #3fab6b;
}
.call{
    display: none;
}
.modal-backdrop{
    z-index: 0;
}
@media only screen and (max-width: 767px){
    .section_mobile {
    display: block;
    position: relative;
    z-index: 12000;
}
.modal-content {
    margin-top: 5%;
}
.col-3 {
    position: absolute;
    padding-left: 30px !important;
    background: #de5022;
    padding-right: 30px !important;
}
.call{
    display: block;
}
.toll{
    display: none;
}
inner_mobile .container{
    width: 100% !important;
}
.coi-pop .modal-header {
    background:#de5022;
    color: #fff;
}
}
/*phone link footer end*/
    /* Blinking Animation */
    @keyframes blink {
      0%   { background-color: #28a745; } /* Green */
      50%  { background-color: #007bff; } /* Blue */
      100% { background-color: #28a745; }
    }

    /* Floating Blinking Button */
    .blinking-admission-button {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      padding: 15px 12px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      writing-mode: vertical-rl;
      border-radius: 10px 0 0 10px;
      animation: blink 1.5s infinite;
      z-index: 9999;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      text-align: center;
    }

    .blinking-admission-button:hover {
      opacity: 0.9;
    }
 
	