/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	MINIMAL TEMPLATE
	Version     :	1.0
	Last Change : 	04/09/2018
	Primary Use :   MINIMAL TEMPLATE

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION		
		4.BUTTON	
		5.HEADER
		6.ABOUT US
		7.OUR SERVICES
		8.OUR FEATURES
		9.OUR VISION
		10.THREE COLUMN
		11.CTA
		12.OUR PRICING
		13.OUR PACKAGE
		14.TWO COLUMN
		15.FREE QUOTE
		16.OUR GALLERY
		17.OUR VIDEO GALLERY
		18.MARKETING
		19.OUR TEAM
		20.OUR LATEST NEWS
		21.OUR LATEST ARTICLES
		22.OUR TESTIMONIAL
		23.CONTACT FORM
		24.FOOTER
		25.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [white]
	Theme Color        :#ee8228 [Yellow]	
	Main Heading Color :#212529 [Dark Gray]	
	Content Color      :#898989 [Light Gray]

=================================================================================================================================*/
/*=============================
============= TYPOGRAPHY =========================================================================
	
	Body:    font-family: 'Nunito Sans', sans-serif, Arial, Vedana, Trebuchet MS;

=================================================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('../../../../../css');

body {
    background: #ffffff;
    color: #898989;
    font-family: 'Nunito Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
	margin:0 auto;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 68px;
}
h2 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
}
h3 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
}
h4 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
}
h5 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
}
h6 {
    color: #212529;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
}
a:hover,
a {
	color: inherit;
	text-decoration: none;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.column-center {
	float: none;
	margin: 0 auto;
}
.parallax {
    background-attachment: fixed;
}
.pad-left {
	padding-left: 25px;
}
.pad-right {
	padding-right: 25px;
}

/*========================================== 1.GLOBAL CSS END ===========================================*/
/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-1-bg {
    background-color: #ffffff;
}
.section-2-bg {
    background-color: #f7f7f7;
}
.heading-div-1 {
	padding-bottom: 50px;
}
.heading-bottom-space {
	margin-bottom: 15px;
}
.content-top-space {
    padding-top: 15px;
}
.content-top-space1 {
	padding-top: 20px;
}
.content-top-space2 {
	padding-top: 25px;
}
.content-bottom-space {
    padding-bottom: 20px;
}
.image-bottom {
	margin: 0 0 25px 0;
}
.underline-ul {
	margin-top: 10px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.readmore {
    color: #ee8228;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.readmore:hover {
    color: #212529;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}

/* SAFARI CLASS */
.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

/*========================================== 2.COMMON CSS END ===========================================*/
/*========================================== 3.NAVIGATION START ===========================================*/

.fixed-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active {
    /*color: #ee8228 !important;*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar {
    border: none !important;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}
.topbar.navbar-default {
    background-image: none !important;
    border: none !important;
    box-shadow: none;
}
.topbar.navbar-expand-lg,
#top-nav.navbar-expand-lg {
	padding: 0;
}
#top-nav.navbar-default {
    background-color: #ffffff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #212529;
}
.navbar-nav > li > a {
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.logo-image {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.logo-image img {
	max-width: 70px;
	height: auto;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse {
    background-image: none;
}
.navbar-inverse {
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#ee8228 !important;
} 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	padding-left: 15px;
    padding-right: 15px;
}

/*========================================== 3.NAVIGATION END ===========================================*/
/*========================================== 4.BUTTON START ===========================================*/

.form-btn .btn.btn-1 {
	background-color: #ee8228;
	border: 0px solid #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width: 100%;
}
.btn {
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 20px;
}
.btn.price-btn-2,
.btn.btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.btn.btn-2 {
    background-color: #ffffff;
    color: #ee8228;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.btn.price-btn-1 {
    background-color: #444444;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.price-btn-2,
.price-btn-1,
.btn-2,
.btn-1 {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
}
.form-btn .btn.btn-1:hover,
.form-btn .btn.btn-1:focus,
.btn.btn-1:focus,
.btn.btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
}
.btn.focus, .btn:focus {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}
.btn.price-btn-2:hover,
.btn.price-btn-2:focus {
	color: #ffffff;
    background-color: #444444;
}
.btn.price-btn-1:hover,
.btn.price-btn-1:focus,
.btn.btn-2:focus,
.btn.btn-2:hover {
    color: #ffffff;
    background-color: #ee8228;
}
.btn-top-space {
    margin-top: 30px;
}
/*========================================== 4.BUTTON END ===========================================*/
/*========================================== 5.HEADER START ===========================================*/

/*SLIDER*/

.slider-header .owl-demo .owl-controls,
.slider-header .owl-demo .owl-dots {
	margin-top: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
#owl-demo1 .item,
#owl-demo .item {
    margin: 0;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.slider1-padding {
    padding-bottom: 180px;
    padding-top: 180px;
}
.slider-image1 {
    background-image: url("../../images/slider-image-1.jpg");
}
.slider-image2 {
    background-image: url("../../images/slider-image-2.jpg");
}
.slider-image3 {
    background-image: url("../../images/slider-image-3.jpg");
}
.slider-image3 .header-div-1 h1 span,
.slider-image2 .header-div-1 h1 span,
.slider-image1 .header-div-1 h1 span {
	color: #ee8228;
}
.slider-image1 .header-div-1 h1 {
    color: #f2f2f2;
    font-size: 48px;
    font-weight: 600;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.slider-image1 .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.slider-image1 .header-div-1 .btn-1:focus,
.slider-image1 .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}
.slider-image1 .header-content {
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 auto 30px auto;
    width: 100%;
}
.slider-image2 .header-div-1 h1 {
    font-size: 48px;
    font-weight: 600;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.slider-image2 .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.slider-image2 .header-div-1 .btn-1:focus,
.slider-image2 .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}
.slider-image2 {
    text-align: left;
}
.slider-image2 .header-content {
	color: #666666;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
	width: 90%;
}
.slider-image3 .header-div-1,
.slider-image3 {
    text-align: right;
}
.slider-image3 .header-div-1 h1 {
	color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.slider-image3 .header-content {
	color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
	margin-left: auto;
	margin-bottom: 30px;
    text-align: right;
	width: 90%;
}
.slider-image3 .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.slider-image3 .header-div-1 .btn-1:focus,
.slider-image3 .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}

/* Static Header */

.static-header {
    background-image: url("../../images/static-header.jpg");
}
.static-padding {
	padding-bottom: 180px;
    padding-top: 180px;
}
.static-header .header-div-1 h1 {
	color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.static-header .header-content {
	color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
	margin: 0 auto 30px;
	width: 90%;
}
.static-header .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.static-header .header-div-1 .btn-1:focus,
.static-header .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}


/* Parallax Header */

.parallax-header {
    background-image: url("../../images/parallax-header.jpg");
}
.parallax-padding {
	padding-bottom: 180px;
    padding-top: 180px;
}
.parallax-header .header-div-1 h1 {
	color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.parallax-header .header-content {
	color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
	margin: 0 auto 30px;
	width: 90%;
}
.parallax-header .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.parallax-header .header-div-1 .btn-1:focus,
.parallax-header .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}

/* Video Header */

.video-header {
    background-image: url("../../images/video-header.jpg");
}
.video-padding {
	padding-bottom: 180px;
    padding-top: 180px;
}
.video-header .header-div-1 h1 {
	color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.video-header .header-content {
	color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
	margin: 0 auto 30px;
	width: 90%;
}
.video-header .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.video-header .header-div-1 .btn-1:focus,
.video-header .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}

/* Static Form Header */

.form-header {
    background-image: url("../../images/form-header.jpg");
}
.form-padding {
	padding-bottom: 180px;
    padding-top: 180px;
}
.form-header .header-div-1 {
	margin-top: 110px;
}
.form-header .header-div-1 h1 {
	color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
	line-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.form-header .header-content {
	color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
	margin-bottom: 30px;
	width: 100%;
}
.form-header .header-div-1 .btn-1 {
    background-color: #ee8228;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.form-header .header-div-1 .btn-1:focus,
.form-header .header-div-1 .btn-1:hover {
    color: #ee8228;
    background-color: #ffffff;
    border-color: #ee8228;
}


.header-now-form {
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	box-shadow: 0 12px 20px -12px rgba(0,0,0,0.6);
	padding: 30px 30px;
}
.header-form {
    padding:0px 0px;
}
.header-now-form h3 {
    color:#333333;
    margin-bottom:30px;
}
.header-form .form-input {
    background-color: rgba(255,255,255,0.8);
    border:0px solid #666666;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
    height: 40px;
    padding: 5px 20px;
    position:relative;
    width:100%;
}
.header-form .form-textarea.error,
.header-form .form-input.error,
.header-form .form-input.error {
	box-shadow: 0px 0px 2px 1px #ff0000;
}
.header-form .form-div label {
    color:#ff0000;
    font-weight:600;
}
.form-input.place_error,
.form-input.errorClass,
.contact-form .failMessage {
    color:#ff0000 !important;
}
.header-form .form-textarea {
    background-color: rgba(255,255,255,0.8);
    border:0px solid #f6f6f6;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
	height: 100px;
    padding: 10px 20px 5px 20px;
    position:relative;
    width:100%;
}
.header-form p {
    color:#111111;
}
.header-form p {
    margin:20px 0;
}
.header-form .input-group.datepicker {
    padding:0;
    position:relative;
	width: 100%;
}

/*========================================== 5.HEADER END ===========================================*/

/*========================================== 6.ABOUT US START ===========================================*/

.abt-space25 {
	margin-top: 55px;
}
.abt-top {
	margin-top: 40px;
}
.aboutpoints li {
	display: table-cell;
}
.br-left {
	border-left: 1px solid #ee8228;
	padding-left: 25px;
}
.aboutpoints .count {
	color: #ee8228;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
}
.aboutpoints .counter-head {
	color: #212529;
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.counter-right {
	padding-right: 10px;
}

/*========================================== 6.ABOUT US END ===========================================*/

/*========================================== 7.OUR SERVICES START ===========================================*/

.services-col {
	background-color: #ffffff;
	padding: 40px 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-col:hover {
	background-color: #ee8228;
	border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-col-img {
	padding-right: 20px;
}
.services-col-top {
	padding-top: 30px;
}
.services-col:hover .services-col-content p,
.services-col:hover .services-col-content h4 {
	color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 7.OUR SERVICES END ===========================================*/

/*========================================== 8.OUR FEATURES START ===========================================*/


.features-col {
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features-col:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features-width {
	width: 100%;
}
.features-col-img {
	width: 70px;
}
.features-top {
	margin-top: 30px;
}
.features-col:hover .features-content p,
.features-col:hover .features-content h4 {
	color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 8.OUR FEATURES END ===========================================*/

/*========================================== 9.OUR VISION START ===========================================*/

.mission-top {
	margin-top: 30px;
}
.mission-row-top {
	margin-top: 30px;
}
.mission-col-img {
	padding-right: 20px;
}

/*========================================== 9.OUR VISION END ===========================================*/

/*========================================== 10.THREE COLUMN START ===========================================*/


.three-col-1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 00px;
	padding-top: 440px;
}
.three-col1-img-1 {
	background-image: url("../../images/480x600x1.jpg");
}
.three-col1-img-2 {
	background-image: url("../../images/480x600x2.jpg");
}
.three-col1-img-3 {
	background-image: url("../../images/480x600x3.jpg");
}
.three-col-content {
	bottom: 0;
	padding: 30px 30px;
	position: absolute;
	margin-top: 0px;
	top: 60%;
}

/*========================================== 10.THREE COLUMN END ===========================================*/

/*========================================== 11.CTA START ===========================================*/

.cta-bgimage {
    background-image: url("../../images/1920x700x1.jpg");
}
.cta-padding {
    padding-bottom: 150px;
    padding-top: 150px;
}
.cta-div h1 {
	color:#f2f2f2;
	margin-bottom: 20px;
}
.cta-content {
	color:#f3f3f3;
	margin: 0 auto;
	width: 90%;
}

/*========================================== 11.CTA END ===========================================*/

/*========================================== 12.OUR PRICING START ===========================================*/

.price-col {
    background-color: #ffffff;
	padding: 30px 30px 30px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-col-center {
    background-color: #ee8228;
	padding: 30px 30px 30px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-col:hover,
.price-col-center:hover {
    border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.20);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-col .price-tag {
	background-color: #ee8228;
	border-radius: 5px;
	text-align: center;
}
.price-col-center .price-tag {
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
}
.price-col .price-tag p {	
	color: #ffffff;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 10px 10px;
	text-align: center;
	word-break: break-all;
}
.price-col-center .price-tag p {
	color: #ee8228;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 10px 10px;
	text-align: center;
	word-break: break-all;
}
.price-tag p span {
	font-size: 16px;
}
.price-tag p span:first-child {
	vertical-align: super;
}
.price-tag p span:last-child {
	vertical-align: inherit;
}
.price-col .price-head-col {
	padding: 0px 0px 20px 0px;
}
.price-col-center .price-head-col {
	padding: 0px 0px 20px 0px;
}
.price-col-center,
.price-col {
	text-align: center;
}
.price-col-center p,
.price-col-center h4 {
	color: #ffffff;
}
.price-content p {
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 20px 0px 0;
}
.price-content p:first-child {
    padding: 30px 0px 0;
}

/*========================================== 12.OUR PRICING END ===========================================*/

/*========================================== 13.OUR PACKAGE START ===========================================*/

.package-col {
    background-color: #f6f6f6;
    border-radius: 0px;
	padding: 30px 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-col-center {
    background-color: #f6f6f6;
    border-radius: 0px;
	padding: 30px 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-col:hover,
.package-col-center:hover {
    border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.20);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-col .package-tag p {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	color: #ee8228;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 1px;
	padding: 5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-col-center .package-tag p {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	color: #ee8228;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 1px;
	padding: 5px 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-head-col {
	padding: 0 0px 20px;
}
.package-tag p span {
	font-size: 18px;
}
.package-tag p span:first-child {
	vertical-align: super;
}
.package-tag p span:last-child {
	vertical-align: inherit;
}
.package-content p {
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 20px 0px 0;
}
.package-content p:first-child {
    padding: 30px 0px 0;
}
.package-col:hover .package-tag p {
	background-color: #444444;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.package-col-center:hover .package-tag p {
	background-color: #ee8228;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 13.OUR PACKAGE END ===========================================*/

/*========================================== 14.TWO COLUMN START ===========================================*/

.two-col-top {
	margin-top: 20px;
}

/*========================================== 14.TWO COLUMN END ===========================================*/

/*========================================== 15.FREE QUOTE START ===========================================*/

.free-content h4 {
	background-color: #ee8228;
	color: #ffffff;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.free-content p {
	background-color: #f6f6f6;
	padding: 30px 30px;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 15.FREE QUOTE END ===========================================*/

/*========================================== 16.OUR GALLERY START ===========================================*/


/* Filter controls */

.filter-options li {
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding: 0px 0 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.filter-options li.active {
    color: #ee8228;
}
.filter-options li:hover {
    color: #ee8228;
}
.filter-options {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}


.gallery-space {
    padding-bottom: 4px;
}
.gallery-pad {
	padding-left: 2px;
	padding-right: 2px;
}
.gallery-pad1 {
	padding-left: 0px;
	padding-right: 2px;
}
.gallery-pad2 {
	padding-left: 2px;
	padding-right: 0px;
}


/* GALLERY HOVER */

.gallery-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
	
	justify-content: center;
	align-items: center;
}
.gallery-inner .gallery-caption {
    position: absolute;
    top: 40%;
	left: 0;
	right: 0;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-inner:hover .gallery-caption {
    opacity: 1;
}
.gallery-inner .gallery-caption:before {
    content: '';
    display: block;
    background: rgba(3, 126, 140, 0.9);
    outline-offset: 1px;
    position: absolute;
    width: 20%;
    height: 20%;
    left: 0;
	right:0;
	margin:0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
	-moz-outline-radius: 50% !important;
	
}
.gallery-col a {
    color: #33a9ee;
}
.gallery-inner:hover .gallery-caption:before {
    opacity: 1;
    height:60px;
    width:60px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-outline-radius: 50% !important;
}
.gallery-caption i {
    position: relative;
    margin-top: 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
	padding: 18px;
	-webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-outline-radius: 50% !important;
}
.gallery-caption i {
    color: #fff;
}
.gallery-inner img {
    border-radius: 0px;
}

/*========================================== 16.OUR GALLERY END ===========================================*/

/*========================================== 17.OUR VIDEO GALLERY END ===========================================*/

.video-bg-1 {
    background-image: url("../../images/760x700x1.jpg");
}
.video-bg-2 {
    background-image: url("../../images/760x700x2.jpg");
}
.video-bg-3 {
    background-image: url("../../images/760x700x3.jpg");
}
.video-padding {
    padding-bottom: 180px;
    padding-top: 180px;
}
iframe {
	width: 100%;
	border: none;
}

/*========================================== 17.OUR VIDEO GALLERY END ===========================================*/

/*========================================== 18.MARKETING START ===========================================*/

.marketing-col {
    padding: 30px 20px;
    border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.marketing-col:hover {
    border: 1px solid #ee8228;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 18.MARKETING END ===========================================*/

/*========================================== 19.OUR TEAM END ===========================================*/


.team-col-content {
	background-color: #ffffff;
	border-bottom: 2px solid #ee8228;
	padding: 20px;
	margin: 5px auto 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 100;
}
.team-col-content p,
.team-col-content h4 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col-img {
	overflow: hidden;
	position: relative;
}
.team-col:hover .team-col-content {
	background-color: #ee8228;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col:hover .team-col-content p,
.team-col:hover .team-col-content h4  {
	color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col:hover .team-icon {
	bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-icon {
	bottom: -35px;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-icon li {
    display: inline-block;
    list-style: none;
	text-align: left;
	width: 45px;
}
.team-icon li:last-child {
	width: 32px;
}
.team-name {
	color: #ee8228;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 5px;
}

/*========================================== 19.OUR TEAM END ===========================================*/

/*========================================== 20.OUR LATEST NEWS END ===========================================*/

.news-col {
	background-color: #f6f6f6;
	margin: 0px auto 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.news-date {
	color: #ee8228;
	display: inline-block;
	font-family: 'Nunito Sans', serif;
    font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: center;
}
.news-col-top {
	margin-top: 30px;
}
.news-content {
	padding: 50px 25px 50px 25px;
}

/*========================================== 20.OUR LATEST NEWS END ===========================================*/

/*========================================== 21.OUR LATEST ARTICLES START ===========================================*/


.articles-col {
	background-color: #ffffff;
	margin: 0px auto 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.articles-date {
	color: #ee8228;
	display: inline-block;
	font-family: 'Nunito Sans', serif;
    font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
.articles-content {
	padding: 25px 20px 25px 30px;
}

/*========================================== 21.OUR LATEST ARTICLES END ===========================================*/

/*========================================== 22.OUR TESTIMONIAL START ===========================================*/

.testimonial-div {
    margin: 0 auto;
	width: 90%;
}
.testimonial-div p {
	color: #666666;
}
.testimonial-name {
    color: #ee8228 !important;
	font-family: 'Nunito Sans', serif;
    font-size: 13px;
	font-weight: 600;
    letter-spacing: 1px;
}
.testimonial-div:hover .quote-img:before {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.client-img {
	margin-bottom: 20px;
}
.client-img ul {
	display: table;
	padding-left: 0px;
}
.client-img ul li {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.client-img ul li:first-child {
	width: 150px;
}
.owl-carousel.testimonial .owl-item img {
    width: auto;
}

/*========================================== 22.OUR TESTIMONIAL END ===========================================*/

/*========================================== 23.CONTACT FORM START ===========================================*/

.map {
	width: 100%;
	height: 450px;
}
.map1 {
	width: 100%;
	height: 400px;
}
.contact-bgimage {
    background-image: url("../../images/1920x900x1.jpg");
}
.contact-padding {
    padding-bottom: 150px;
    padding-top: 150px;
}
.contact-now-form {
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	box-shadow: 0 12px 20px -12px rgba(0,0,0,0.6);
	padding: 30px 30px;
}
.contact-form {
    padding:0px 0px;
}
.contact-now-form h3 {
    color:#333333;
    margin-bottom:30px;
}
.contact-form .form-input {
    background-color: #ffffff;
    border:0px solid #666666;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
    height: 40px;
    padding: 5px 20px;
    position:relative;
    width:100%;
}
.contact-form .form-textarea.error,
.contact-form .form-input.error,
.contact-form .form-input.error {
	box-shadow: 0px 0px 2px 1px #ff0000;
}
.contact-form .form-div label {
    color:#ff0000;
    font-weight:600;
}
label {
	margin-bottom: 0;
	margin-top: 5px;
}
.form-input.place_error,
.form-input.errorClass,
.contact-form .failMessage {
    color:#ff0000 !important;
}
.contact-form .form-textarea {
    background-color: #ffffff;
    border:0px solid #f6f6f6;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
	height: 100px;
    padding: 10px 20px 5px 20px;
    position:relative;
    width:100%;
}
.contact-form p {
    color:#111111;
}
.form-textarea:-moz-placeholder, .form-input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #666666;
    opacity: 1;
}
.form-textarea::-webkit-input-placeholder, .form-input::-webkit-input-placeholder {
    /* Chrome */
    color: #666666;
}
.form-textarea:-ms-input-placeholder, .form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    opacity: 1;
}

.form-textarea.errorClass:-moz-placeholder, .form-input.errorClass:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #ff0000;
    opacity: 1;
}
.form-textarea.errorClass::-webkit-input-placeholder, .form-input.errorClass::-webkit-input-placeholder {
    /* Chrome */
    color: #ff0000;
}
.form-textarea.errorClass:-ms-input-placeholder, .form-input.errorClass:-ms-input-placeholder {
    /* IE 10+ */
    color: #ff0000;
}
.form-textarea.errorClass::-moz-placeholder, .form-input.errorClass::-moz-placeholder {
    /* Firefox 19+ */
    color: #ff0000;
    opacity: 1;
}
.form-div {
    padding-bottom:30px;
}
.form-pad-right {
	padding-right: 10px;
}
.form-pad-left {
	padding-left: 10px;
}
.contact-form p {
    margin:20px 0;
}
.form-div .input-group {
    position:relative;
    width:100%;
}
.contact-form .input-group.datepicker {
    padding:0;
    position:relative;
	width: 100%;
}
.form-div .input-group .input-group-addon {
    background-color:#33A9EE;    
}
.form-div .input-group .input-group-addon {     
    border-radius: 0 5px 5px 0;
	cursor: pointer;
    height:40px;
    position:absolute;
    right:0;
    top:0;
    width:40px;
}
.form-div .input-group .input-group-addon .fa-calendar {
    color: #ffffff;
	font-size: 18px;
	padding: 10px 12px 12px 12px;
}
.form-div .input-group .input-group-addon .fa-calendar {
    right: -1px;
    top: 6px;
}
.SuccessMsg,
.sucessMessage {
    color: #0fa80f;
	font-size: 14px !important;
	line-height: 24px !important;
}
.FailureMsg,
.failMessage {
    color: #ff0000;
	font-size: 14px !important;
	line-height: 24px !important;
}
.messageDiv {
    display:table;
    text-align: center;
    margin-top:10px;
    width: 100%;
}
.subs-error-top {
	margin-top:10px;
}

/* Form Page */
.contact-div {
    background-color: rgba(255, 2255, 255, 1);
    padding: 85px 30px;
    width: 100%;
}
.contact-div p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.contact-address li {
    display: table-cell;
    vertical-align: middle;
}
.contact-address li:first-child {
    padding-right: 10px;
}
.contact-address-space {
    margin-bottom: 20px;
}
.contact-top-space {
    margin-top: 30px;
}

/*========================================== 23.CONTACT FORM END ===========================================*/

/*========================================== 24.FOOTER START ===========================================*/


.footer-bg {
    background-color: #ffffff;
}
.footer-bg h4 {
	margin-bottom: 15px;
}
.footer-contact p a:hover,
.footer-news-date a:hover {
	color: #ee8228;
}
.footer-contact p {
	word-break: break-all;
}
.footer-list-bottom li {
    padding-bottom: 10px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.left-pad {
	padding-left: 15px;
}
.posts-bottom {
	margin-bottom: 20px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.footer-news-date {
	margin-top: 10px;
}
.footer-news-date a {
	color: #ee8228 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom-1 {
	margin-bottom: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon {
	margin-bottom: 0;
	margin-top: 20px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-copyright,
.footer-contact p {
	letter-spacing: 1px;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad,
.footer-left-pad li:first-child {
    padding-left: 0;
}

.subscribe-row .form-input {
    background-color: #ffffff;
    border:0px solid #666666;
	box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
    height: 40px;
    padding: 5px 20px;
    position:relative;
    width:100%;
}
.iifr {
	display: none;
	height: 0;
}

/*========================================== 24.FOOTER END ===========================================*/

/*========================================== 25.MEDIA QUERIES START ===========================================*/

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
		
	.cta-bgimage {
		background-image: url("../../images/1920x700x1@2x.jpg");
	}
	.slider-image1 {
		background-image: url("../../images/slider-image-1@2x.jpg");
	}
	.slider-image2 {
		background-image: url("../../images/slider-image-2@2x.jpg");
	}
	.slider-image3 {
		background-image: url("../../images/slider-image-3@2x.jpg");
	}
	.video-bg-1 {
		background-image: url("../../images/760x700x1@2x.jpg");
	}
	.video-bg-2 {
		background-image: url("../../images/760x700x2@2x.jpg");
	}
	.video-bg-3 {
		background-image: url("../../images/760x700x3@2x.jpg");
	}
	
	.three-col1-img-1 {
		background-image: url("../../images/480x600x1@2x.jpg");
	}
	.three-col1-img-2 {
		background-image: url("../../images/480x600x2@2x.jpg");
	}
	.three-col1-img-3 {
		background-image: url("../../images/480x600x3@2x.jpg");
	}
	
	.static-header {
		background-image: url("../../images/static-header@2x.jpg");
	}
	.parallax-header {
		background-image: url("../../images/parallax-header@2x.jpg");
	}
	.video-header {
		background-image: url("../../images/video-header@2x.jpg");
	}
	.form-header {
		background-image: url("../../images/form-header@2x.jpg");
	}
	
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	
	.container {
		max-width: 100%;
	}
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar-default .navbar-toggler {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-right: 0;
    }
    .navbar-toggler {
        float: right !important;
    }
    .navbar-nav > li {
        padding-left: 1.3em;
        cursor: pointer;
    }
    .navbar-nav > li:hover:before {
        color: #ee8228 !important;
    }
    .navbar-nav > li:hover a {
        color: #ee8228 !important;
        transition: all 1.3s;
    }
    .navbar-default .navbar-nav > li > a {
        display: inline-block;
    }
    .navbar-collapse {
        border: 0 !important;
        box-shadow: none !important;
    }
    .nav {
        display: inherit !important;
    }
    .navbar-default .navbar-toggler {
        border: none !important;
    }
    .navbar-nav > li {
        padding: 8px 0;
    }
	.video-header .header-content,
	.parallax-header .header-content,
	.static-header .header-content,
	.cta-content,
	.slider-image3 .header-content,
	.slider-image2 .header-content,
	.slider-image1 .header-content {
        width: 100%;
    }
	.form-padding,
	.video-padding,
	.parallax-padding,
	.static-padding,
	.slider1-padding {
		padding-bottom: 150px;
		padding-top: 150px;
	}
	.section-padding {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.filter-options {
		margin-bottom: 20px;
	}
	.heading-div-1 {
		padding-bottom: 40px;
	}
	.res-top30-1 {
		margin-top: 30px !important;
	}
	.res-pad30-1 {
		padding-top: 30px;
	}
	.res-center-1 {
		text-align: center;
	}
	.res-no-pad {
		padding-left: 0;
		padding-right: 0;
	}
	.res-no-margin {
		margin-left: 0;
		margin-right: 0;
	}
	
	.res-service-center {
		margin-left: auto;
		margin-right: auto;
		width: 360px;
	}
	
	.margin-auto-1 {
		margin: 0 auto;
	}	
}
@media only screen and (max-width: 767px) and (max-height: 400px) {
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.navbar-default .navbar-toggler:focus,
    .navbar-default .navbar-toggler:hover {
        background-color: #ffffff;
    }
	.navbar-nav > li {
		padding: 8px 0;
	}
    .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
    .nav {
        float: none;
        display: table;
        padding-bottom: 10px !important;
		width: 100%;
    }
	.navbar-toggler {
		font-size: inherit;
		background-color: #ffffff;
		border: 1px solid #ffffff !important;
		padding: 0.5rem 0.75rem;
	}
	.navbar-header {
		position: absolute;
		right: 0;
		top: -70px;
	}
	.video-header .header-content,
	.parallax-header .header-content,
	.static-header .header-content,
	.slider-image2 .header-content,
	.slider-image3 .header-content,
	.cta-content {
        width: 100%;
    }
	.res-pad30 {
		padding-top: 30px;
	}
	.res-top30 {
		margin-top: 30px;
	}
	.abt-top,
	.mission-top,
	.mission-row-top,
	.features-top,
	.abt-space25,
	.res-top20 {
		margin-top: 20px;
	}
	.services-col-img {
		margin: 0 0 20px 0 !important;
	}
	.image-bottom {
		margin: 0 0 20px 0;
	}
	.content-top-space2 {
		padding-top: 15px;
	}
	.res-gal-space {
		padding-bottom: 4px;
	}
	.gallery-pad1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.gallery-pad2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.res-no-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
	.margin-auto {
		margin: 0 auto;
	}	
	.res-center {
		text-align: center !important;
	}
	.res-left {
		text-align: left !important;
	}
	.form-pad-right {
		padding-right: 15px;
	}
	.pad-right {
		padding-right: 0;
	}
	.form-pad-left {
		padding-left: 15px;
	}
	.pad-left {
		padding-left: 0;
	}
	.articles-content {
		padding: 20px 25px 20px 25px;
	}
	.news-content {
		padding: 20px 25px 20px 25px;
	}
	.contact-div {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.form-header .header-div-1 {
		margin-top: 0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 640px) {
	.services-col {
		text-align: center;
	}
	.services-col-img {
		display: block !important;
		margin-bottom: 25px;
		padding-right: 0px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 575px) {
	
	.res-top30-2 {
		margin-top: 30px;
	}
	.res-pad30-2 {
		padding-top: 30px;
	}
	.res-footer-center {
		text-align: center !important;
	}
	.res-col-center {
		float: none;
		margin: 0 auto;
		width: 360px !important;
	}
	.subscribe-row {
		width: 100%;
	}
	.subscribe-row,
	.res-footer-posts-col,
	.res-footer-contact-col {
		margin: 0 auto;
	}
	.res-footer-contact-col {
		width: 50%;
	}
	.res-footer-posts-col {
		width: 70%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 480px) {
	.form-header .header-div-1 h1,
	.video-header .header-div-1 h1,
    .parallax-header .header-div-1 h1,
	.static-header .header-div-1 h1,
	.slider-image3 .header-div-1 h1,
	.slider-image2 .header-div-1 h1,
	.slider-image1 .header-div-1 h1,
	.cta-bgimage .cta-div h1 {
        font-size: 35px;
        line-height: 45px;
    }
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3 {
		font-size: 23px;
		line-height: 33px;
	}
	h4 {
		font-size: 17px;
		line-height: 27px;
	}
	h5 {
		font-size: 15px;
		line-height: 25px;
	}
	.package-col .package-tag p,
	.price-col .price-tag p {
		font-size: 30px;
		line-height: 40px;
	}
	.filter-options li {
		font-size: 14px;
		line-height: 24px;
	}
	.section-padding {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.heading-div-1 {
		padding-bottom: 40px;
	}
	.res-margin-bottom {
		margin-bottom: 20px !important;
	}
	.image-bottom {
		margin: 0 0 20px 0;
	}
	.res-col-center {
		margin-left: auto;
		margin-right: auto;
		width: 360px;
	}
	.form-padding,
	.video-padding,
	.parallax-padding,
	.static-padding,
	.slider1-padding {
		padding-bottom: 150px;
		padding-top: 150px;
	}
	.package-content p,
	.price-content p {
		padding: 15px 0px 0;
	}
	.footer-br {
		margin-top: 20px;
	}
	.footer-br-bottom {
		margin-bottom: 20px;
	}
	.res-footer-contact-col {
		width: 55%;
	}
	.res-footer-posts-col {
		width: 75%;
	}
	.three-col-1 {
		min-height: 450px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 414px) {
	.res-dep-center,
	.res-col-center {
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}
	.no-pad-res {
		padding-left:0;
		padding-right: 0;
	}
	.counter-right {
		padding-right: 15px;
	}
	.br-left {
		padding-left: 15px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 360px) {
	
	.form-padding,
	.video-padding,
	.parallax-padding,
	.static-padding,
	.slider1-padding,
	.cta-padding {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.services-col {
		text-align: center;
	}
	.services-col-img {
		display: block !important;
		margin-bottom: 25px;
		padding-right: 0px;
	}
	.res-footer-contact-col {
		width: 65%;
	}
	.res-footer-posts-col {
		width: 90%;
	}
	.three-col-content1,
	.three-col-content {
		padding: 30px 15px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 330px) {
	
	.res-footer-contact-col {
		width: 85%;
	}
	.res-footer-posts-col {
		width: 90%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
    .nav > li > a {
        display: block;
        position: relative;
    }
    .navbar-nav {
        padding-bottom: 0;
    }
    .navbar-nav li:last-child a {
        padding-right: 0;
    }
	.collapse:not(.show) {
		display: none;
	}
	
	.services-col {
		text-align: center;
	}
	.services-col-img {
		display: block !important;
		margin-bottom: 25px;
		padding-right: 0px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.two-col-top,
	.mission-top,
	.abt-top {
		margin-top: 0px;
	}
	.services-col {
		text-align: center;
	}
	.services-col-img {
		display: block !important;
		margin-bottom: 25px;
		padding-right: 0px;
	}
}
/* SAFARI MENU ISSUES*/
@media only screen and (min-width: 992px){
	/*safari Browser*/
	.valign-menu .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 100px !important;
	} 
	.valign-menu .menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}
/*========================================== 25.MEDIA QUERIES END ===========================================*/