/*================= MASTER STYLESHEET =================================

	Project     :	ALIVE PAGE
	Version     :	1.0
	Last Change : 	28/08/2017
	Primary Use :   ALIVE HTML PAGE

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-1
		4.ABOUT US
		5.OUR SERVICES
		6.LATEST TECHNOLOGY
		7.OUR FEATURES
		8.CTA
		9.OUR PRICE
		10.GALLERY
		11.MARKETING EXPERTS
		12.FOUR COLUMN
		13.OUR LATEST NEWS
		14.OUR LATEST PROJECTS
		15.OUR TESTIMONIAL
		16.404-NOT FOUND
		17.COMING SOON
		18.NEWSLETTER
		19.FAQ
		20.OUR SKILLS
		21.OUR TEAM
		22.ACCORDION
		23.COUNTER
		24.BLOG
		25.COMMENTS
		26.COMMENTS-FORM
		27.PAGINATION
		28.CONTACTUS
		29.FOOTER
		30.MEDIA QUERIES

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#08AAC7
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666

=====================================================================================================*/

/*========================================== TYPOGRAPHY ==============================================
	HEADING :font-family: 'Oswald', Helvathika, Arial sans-serif;
	CONTENT :font-family: 'Open Sans', Helvathika, Arial sans-serif;

====================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
/* elements */

p {
    margin: 0px;
}
.menu-fs {
    text-transform: uppercase;
}
h1 {
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	color: #333333;
    font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
    line-height: 38px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	color: #333333;
    font-size: 24px;
	font-weight: 500;
    line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4 {
	color: #333333;
    font-size: 20px;
	font-weight: 500;
    line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.link-top {
    margin-top: 15px;
}
.btn-1 {
    background-color: #08AAC7;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
    background-color: #222222;
}
.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333;
}
.btn-top {
    margin-top: 25px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.left-padding {
	padding-left: 10px;
}
.right-padding {
	padding-right: 10px;
}
.common-row-space {
    padding-bottom: 40px;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.white-text-ph h1 {
	color: #f3f3f3;
}
.white-text-fp h4 {
	color: #f3f3f3;
}
.white-text-fp p {
	color: #f3f3f3;
}
.white-text-fhp h4 {
	color: #f3f3f3;
}
.white-text-fhp p {
	color: #f3f3f3;
}
.white-text-4col h4 {
	color: #f3f3f3;
}
.white-text-4col p {
	color: #f3f3f3;
}
.white-text-cta h2 {
	color: #f3f3f3;
}
.white-text-hp-cta h1 {
	color: #f3f3f3;
}
.white-text-hp-cta p {
	color: #f3f3f3;
}
.white-text-lt h3 {
	color: #f3f3f3;
}
.white-text-lt p {
	color: #f3f3f3;
}
.white-text-ns h3 {
	color: #f3f3f3;
}
.white-text-ns p {
	color: #f3f3f3;
}
.white-text-h1 h1 {
	color: #f3f3f3;
}
.white-text-h1 p {
	color: #f3f3f3;
}
.white-text-h3 h1 {
	color: #f3f3f3;
}
.white-text-h3 p {
	color: #f3f3f3;
}
.white-text-h4 h1 {
	color: #f3f3f3;
}
.white-text-h4 p {
	color: #f3f3f3;
}
.white-text-h5 h1 {
	color: #f3f3f3;
}
.white-text-h5 p {
	color: #f3f3f3;
}
.white-text-hs1 {
	color: #f3f3f3 !important;
}
.white-text-slider1 h1 {
	color: #f3f3f3;
}
.white-text-slider1 p {
	color: #f3f3f3;
}
.white-text-hs2s1 {
	color: #f3f3f3 !important;
}
.white-text-slider2 h1 {
	color: #f3f3f3;
}
.white-text-slider2 p {
	color: #f3f3f3;
}
.white-text-hs2s2 {
	color: #f3f3f3 !important;
}
.white-text-slider3 h1 {
	color: #f3f3f3;
}
.white-text-slider3 p {
	color: #f3f3f3;
}
.white-text-hs2s3 {
	color: #f3f3f3 !important;
}
.white-text-hs3 {
	color: #f3f3f3 !important;
}
.white-text-hs4 {
	color: #f3f3f3 !important;
}
.white-text-hs5 {
	color: #f3f3f3 !important;
}
.white-text-counter h4 {
	color: #f3f3f3;
}
.white-text-counter p {
	color: #f3f3f3;
}
.white-text-faq p {
	color: #f3f3f3;
}
.white-text-experts p {
	color: #f3f3f3;
}
.white-text-hs,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
    color: #f3f3f3;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls {
    letter-spacing: 1px;
}
.content-ul {
	list-style:none;
}
.distab {
    display: table;
}
.dis-inline-block {
	display: inline-block;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.content-underline-bottom {
	margin: 0 0 30px 0;
}
.link {
    color: #08AAC7;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.link-hover a:hover {
	color: #08AAC7 !important;
}
.link a:hover {
    color: #333333;
}
.link.ls.left-padding {
	color: #08AAC7;
}
.link.ls.left-padding:hover {
	color: #333333;
}
.img-responsive {
    border-radius: 3px;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.menu-underline:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.menu-underline:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: #08AAC7;
    transition: width .5s ease;
}
.menu-underline:hover:before {
    width: 100%;
    background: #08AAC7;
    transition: width .5s ease;
}
.menu-underline:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.menu-fs,
.menu-fs li {
    /*color: #666666;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li  {
	padding: 15px 0;
	margin: 0 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #666666;
    background-color: transparent !important;
    
    padding: 0px 0 2px 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #08AAC7 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #08AAC7 !important;
}
.navigation-tb {
    margin: 10px 0;
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}

/*========= DROPDOWN MENU ===============*/

.dropdown-menu {
	background-color: rgba(8,170,199,0.8);
	/*left: 13px !important;*/
	top: 100%;
	/*top: 163%;*/
}
.dropdown-menu.elements-menu > li:hover {
	background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
}
.dropdown-menu .divider {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: transparent;
}
.dropdown-menu > li:hover {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff !important;
}
.dropdown-menu > li {
	padding-bottom: 10px;
	padding-top: 10px;
}
.dropdown-menu > li > a {
	color: #ffffff !important;
}
/*.dropdown .dropdown-menu {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;

    max-height: 0;
	display: none;
    overflow: hidden;
    opacity: 0;
}
.dropdown:hover .dropdown-menu {

	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: width .5s ease;
	
    max-height: 400px;
	display: block;
    opacity: 1;
}*/
.navbar-right .dropdown-menu {
	right: auto;
}

/*========= MEGA-DROPDOWN MENU ===============*/

.dropdown-menu.elements-menu {
	left: 23% !important;
	top: 85%;
	/*top: 100%;*/
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {	
    padding: 0px 27px !important;
    width: 58%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-menu-group {
	width:100%;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #ffffff !important;
  font-weight: 400;
  /*padding: 10px 20px !important;*/
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #08acc7;
  padding: 5px 5px 5px 5px;
  line-height: 30px;
}
.elements-1 {	
	display:table-cell;
	padding:0 5px 0;
}
.elements-1  ul{
	border-right:1px solid #dddddd;
	margin-top:20px;
	padding-left:0;	
}
.elements-1:last-child  ul{
	border-right: transparent;
}
.elements-1:first-child  {
	padding-left:0;	
}
.elements-1:last-child  {
	padding-right:0;	
}
.elements-1  ul li a{
	padding:10px 20px !important;
}
.elements-1 {
	display: inline-block;
}
.navbar-nav .menu .elements-menu .elements-1 ul li a:hover {
	/*background-color: #08acc7 !important;
	background-image: -webkit-linear-gradient(top, #000000 0%, #08acc7 100%) !important;
	background-image: -webkit-gradient(linear, to bottom, #000000 0px, #08acc7 100%) !important;
	background-image: -moz-linear-gradient(to bottom, #000000 0px, #08acc7 100%) !important;
	background-image: -ms-linear-gradient(to bottom, #000000 0px, #08acc7 100%) !important;
	background-image: -o-linear-gradient(to bottom, #000000 0px, #08acc7 100%) !important;*/
    color: #333333 !important;
}

/*========================================== NAVIGATION END ===========================================*/

/*========================================== HEADER-1 START ===========================================*/

.header-contact-bgimage {
	background-image: url("../../images/contact.jpg");
}
.header-faq-bgimage {
	background-image: url("../../images/faq.jpg");
}
.header-accord-bgimage {
	background-image: url("../../images/accord.jpg");
}
.header-testimonial-bgimage {
	background-image: url("../../images/testimonial.jpg");
}
.header-services1-bgimage {
	background-image: url("../../images/services1.jpg");
}
.header-services2-bgimage {
	background-image: url("../../images/services2.jpg");
}
.header-services3-bgimage {
	background-image: url("../../images/services3.jpg");
}
.header-price-bgimage {
	background-image: url("../../images/price.jpg");
}
.header-pricing-bgimage {
	background-image: url("../../images/pricing.jpg");
}
.header-gallery-bgimage {
	background-image: url("../../images/gallery.jpg");
}
.header-portfolio-bgimage {
	background-image: url("../../images/portfolio.jpg");
}
.header-skill-bgimage {
	background-image: url("../../images/skill.jpg");
}
.header-features-bgimage {
	background-image: url("../../images/features.jpg");
}
.header-team-bgimage {
	background-image: url("../../images/team.jpg");
}
.header-cta-bgimage {
	background-image: url("../../images/cta.jpg");
}
.header-news-bgimage {
	background-image: url("../../images/news.jpg");
}
.header-counter-bgimage {
	background-image: url("../../images/counter.jpg");
}
.header-subscribe-bgimage {
	background-image: url("../../images/subscribe.jpg");
}
.header-project-bgimage {
	background-image: url("../../images/projects.jpg");
}
.header-blog-bgimage {
	background-image: url("../../images/blog.jpg");
}


.header-bgimage {
    background-image: url("../../images/1500x1400.jpg");
}
.header-demo1-bgimage {
    background-image: url("../../images/1500x950x1.jpg");
}
.header-demo2-bgimage {
	background-image: url("../../images/1500x950x2.jpg");
	background-attachment: fixed;
}
.header-demo3-bgimage {
	background-image: url("../../images/1500x950x3.jpg");
}

/*===================== HEADER-SLIDER START ====================*/

.header-slider-bgimage-1 {
    background-image: url("../../images/slider1.jpg");
}
.header-slider-bgimage-2 {
    background-image: url("../../images/slider2.jpg");
}
.header-slider-bgimage-3 {
    background-image: url("../../images/slider3.jpg");
}

/*===================== HEADER-SLIDER END ====================*/
.video-section-space {
	padding: 200px 0 200px 0;
}

.page-section-space {
    padding: 150px 0 150px 0;
}
.header-section-space {
    padding: 240px 0 240px 0;
}
.header-slider-top {
	margin-top: 0 !important;
}
.header-section-slider-height {
    height: 800px;
}
/* ALL PAGE HEADER */
.header-head-ph h1 {
	font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.cta-header-head h1 {
	font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
/* HOME PAGE HEADER */
.header-head h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 5px;
	margin-bottom: 15px !important;
    text-transform: uppercase;
}
.header-head1 {
	font-family: 'Oswald', Helvathika, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
	margin-bottom: 15px !important;
    text-transform: uppercase;
}
.header-bg1 {
	margin: 0 auto;
}
.header-right-bg {
	display: inline-block;
}
.header-center-bg {
	margin: 0 auto;
}
.header-bg1,
.header-bg {
	background-color: #08AAC7;
	padding: 10px;
	width: 33%;
}
.header-head-bottom {
	margin-top: 80px;
}
.header-head-bottom1 {
	margin-top: 0px !important;
}
.header-head-bottom1 h1,
.header-head-bottom h1 {
    margin-bottom: 15px;
}
.header-head-bottom h2:last-child {
    margin-bottom: 0;
}
.header-content {
	width: 86%;
}

/* HOME-4 HEADER FORM */

.form-div {
    position: relative;
    margin-bottom: 30px;
}
.form-div i {
    color: #333333;
    position: absolute;
    left: 20px;
    top: 12px;
}
.form-col {
    background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    width: 92%;
}
.form-section {
    background-color: rgba(255, 255, 255, 0.4);
	border-radius: 4px;
    padding: 10px 5px;
}
.form-message {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
}
.form-div textarea {
    color: #333333;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
}
.form-div input {
    color: #333333;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border-radius: 4px;
    height: 40px;
    padding-left: 50px;
    padding-right: 20px;
    width: 100%;
}
.form-section h3 {
    color: #333333;
    margin-bottom: 30px;
}

.form-row {
    margin-top:20px;
}
.form-div-2 {
    margin-bottom: 20px;
}
.form-success {
    color: #006604;
}
.form-div label,
.form-div-2 label {
    color: #ff0000;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}

.owl-theme .owl-controls .owl-page span{
	background: #08AAC7;	
}


/*breadcrumb*/

.breadcrumb {
    float: left;
    background-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
	padding-left: 0;
/*	padding: 8px 0px;*/
}
.breadcrumb > li + li:before {
	content: "";
	padding: 0 0px !important;
}
.breadcrumb-arrow li+li:before {
    padding: 0;
   /* content: "";*/
}
/* Display list items side by side */

/*.breadcrumb li {
    display: inline;
}*/
.bread-br {
	border-bottom: 1px solid #cccccc;
}

/* Add a slash symbol (/) before/behind each list item */

.breadcrumb li+li:before {
  /*  padding: 8px;*/
    color: #333333;
    /*content: ">>\00a0";*/
}
/* Add a color to all links inside the list */

.breadcrumb li a {
	background-color: #e6dcdb;
	border-radius: 5px;
    color: #333333;
	padding: 8px 15px;
    text-decoration: none;
}
.breadcrumb li:last-child {
	background-color: #08AAC7;
	border-radius: 5px;
    color: #ffffff;
	margin-left: 10px;
	padding: 8px 10px 8px 10px;
}
/* Add a color on mouse-over */

.breadcrumb li a:hover {
	background-color: #08AAC7;
    color: #ffffff;
}
.breadcrumb li:last-child a:hover {
    color: #ffffff;
}
.breadcrumb-arrow li span {
    color: #333333;
}
.breadcrumb-arrow li:last-child a {
    cursor: text;
}

/*========================================== HEADER-1 END ===========================================*/

/*========================================== ABOUT US START ===========================================*/

.about-top {
	margin-top: 15px;
}

/*========================================== ABOUT US END ===========================================*/

/*========================================== OUR SERVICES START ===========================================*/


.services-padding {
	padding-left: 15px;
}
.service-margin {
	margin-bottom: 10px;
}
.service-br {
	border: 1px solid #dddddd;
	padding: 20px;
}
.about-sidebar {
	background-color:#f4f4f4;
	float:left;
}

.right-border {
    border-right: 1px solid #cccccc;
    padding: 0 15px 0 0;
}
.services-br:hover .right-border {
    border-right: 2px solid #08AAC7;
}
.services-top {
	margin-top: 35px;
}


.services-3-img {
	border-radius: 0px;
}
.services-3 h4,
.services-3 p {
	color: #ffffff;
}
.services-3 {
	background-color: #08AAC7;
	padding: 71px 20px 72px 20px;
}
.arrow-icon {
	display: inherit;
	position: absolute;
}
.arrow-icon-middle {
	left: -32px;
	top: 114px;
	z-index: 1;
}
.arrow-icon-bottom {
	bottom: 221px;
	right: 180px;
	z-index: 1;
}
.arrow-icon-right {
	right: -32px;
	top: 114px;
	z-index: 1;
}
.services-width{ 
	width: 33%;
}
.services3 img {
    overflow-x: hidden;
    overflow-y: hidden;
   -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 5s ease 0s;
	 -moz-transition: opacity 0.5s ease 0s, transform 5s ease 0s;
	transition: opacity 0.5s ease 0s, transform 5s ease 0s;
}
.services3 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.services1-content:hover .services3 img,
.services2-content:hover .services3 img,
.services3-content:hover .services3 img {
    opacity: 0.9;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
    transform: scale(1.2);
    overflow-x: hidden;
    overflow-y: hidden;
}
.services-content {
    position: relative;
}
.padding-lr {
	padding-left: 15px;
	padding-right: 15px;
}
/*========================================== OUR SERVICES END ===========================================*/

/*========================================== LATEST TECHNOLOGY START ===========================================*/

.technology-bg {
    background-color: #222222;
    padding: 39px 30px;
}
.technology-uline-bottom {
	margin-bottom: 15px;
}

/*========================================== LATEST TECHNOLOGY END ===========================================*/

/*========================================== OUR FEATURES START ===========================================*/

.user-top {
	margin-top: 75px;
}
.features-top {
	margin-top: 30px;
}
.features-top1 {
	margin-top: 50px;
}
.features-padding {
	padding-left: 30px;
}
.features-br1,
.features-br {
	border-bottom: 1px solid #dddddd;
}
.features-br {
	margin-bottom: 30px;
}
.features-br1:hover,
.features-br:hover {
	border-bottom: 2px solid #08acc7;
}
/*========================================== OUR FEATURES END ===========================================*/

/*========================================== CTA START ===========================================*/

.cta-bgimage {
    background-image: url("../../images/1500x950x5.jpg");
}
.cta2-bgimage {
	background-image: url("../../images/1500x950x6.jpg");
}
.cta-section-space {
    padding: 220px 0 220px 0;
}
.cta-head-top {
	margin-top: 25px;
}

/*========================================== CTA END ===========================================*/

/*========================================== OUR PRICE START ===========================================*/

.price-head-bottom {
    margin-bottom: 20px;
}
.price-tag {
	background-color: #08AAC7;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
	margin: 0 auto;
	width: 80%;
}
.month {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
	text-transform: uppercase;
}
.price-br {
    border: 1px solid #08AAC7;
	border-radius: 3px;
	padding-bottom: 30px;
    transition: 300ms ease-in;
}
.price-title-bg {
	background-color: #08AAC7;
}
.price-inner-bg {
	background-color: #f6f6f6;
}
.price-tag{
	padding: 5px;
}
.price-content-bg {
	padding: 0 15px;
}
.list-pad {
	padding-bottom: 20px;
}
.price-title-bg {
	padding: 15px;
}
.price-list-bottom p {
    padding-bottom: 15px;
}
.price-list-bottom p:last-child {
    padding-bottom: 0;
}
.price-fixed:hover .price-btn-bg,
.price-fixed:hover .price-tag,
.price-fixed:hover .price-title-bg {
	background-color: #222222;
}
.price-fixed:hover .price-inner-bg {
	background-color: #ffffff;
}
.price-fixed:hover .price-br {
    background-color: #ffffff;
	border: 1px solid #222222;
}



.pricing-1:hover::before {
	bottom: 0px;
	opacity: 1;
	right: 0px;
}

.pricing-1::before {
	border-left:1px solid rgba(34,34,34,0.8);
	border-top:1px solid rgba(34,34,34,0.8);
	bottom: 100%;
	left: 0px;
	right: 100%;
	top: 0px;
}

.pricing-1:hover::after {
	bottom: 0px;
	left: 0px;
	opacity: 1;
	top: 0px;
	
}

.pricing-1::after{
	border-right:1px solid rgba(34,34,34,0.8);
	border-bottom:1px solid rgba(34,34,34,0.8);
	bottom: 0px;
	left: 100%;
	right: 0px;
	top: 100%;
}

.pricing-1::before, .pricing-1::after{
	box-shadow: none;
	box-sizing: border-box;
	content: "";
	opacity: 0;
	position: absolute;
	transition-delay: 0s;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: ease;
	z-index: 3;
}

.pricing-1 {
	/*display: inline-block;*/
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

/*===== PRICE2 =====*/

.price2-title-bg {
	background-color: #08acc7;
	margin-left: auto;
	padding: 10px 15px;
	width: 190px;
}
.price2-tag {
	color: #222222;
    font-size: 50px;
    font-weight: 600;
    line-height: 90px;
	margin: 0 auto;
	/*padding-top: 5px;*/
	width: 80%;
}
.btn-link {
	color: #08acc7;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none !important;
}
.btn-link:hover {
	color: #222222;
}
.price2-br {
	border: 1px solid #222222;
	padding-bottom: 30px;
    transition: 300ms ease-in;
}
.price2-content-bg p {
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.price2-content-bg {
	padding: 0 15px;
}
.price2-inner-bg:hover .price2-title-bg{
	background-color: #222222;
}
.price2-inner-bg:hover .price2-tag{
	color: #222222;
}
.price2-inner-bg:hover .btn-link{
	color: #222222;
}
.price2-br{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    /*padding: 50px 15px*/
    text-align: center;
	/*margin-top: 30px;*/
    color: #292929;
    perspective: 700px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.price2-br:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #08acc7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transform: rotateY(70deg);
    transition: all 0.3s ease-in-out 0s;
}
.price2-br:hover .price2-content-bg p {
	color: #ffffff;
}
.price2-br:hover {
	border: 1px solid #08acc7;
}

.price2-br:hover:after{
    opacity: 1;
    transform: rotateY(0deg);
}
/*========================================== OUR PRICE END ===========================================*/

/*========================================== GALLERY START ===========================================*/

.gallery-fa {
    color: #08AAC7 !important;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #08AAC7;
}
.gallery-row-bottom {
    padding-bottom: 30px;
}
.list-style-none {
    list-style: none;
}


/* Filter controls portfolio1 */

.filter-options.portfolio1 li {  
	background-color: transparent;
	color: #333333;
    cursor: pointer;
    display: inline-block;
	font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform:uppercase;
	position: relative;
    padding: 1rem 2rem;
	
}
.filter-options.portfolio1 li.active {
    color: #08acc7;
}
.filter-options.portfolio1 li:hover {
	background-color: transparent;
    color: #08acc7;
}
.filter-options.portfolio1 li:after {
    background-color: transparent;
	border: 1px solid #222222;
	/*border-radius: 50%;*/
    content: "";
    height: 15px;
    position: absolute;
    right: -4px;
    top: 30%;
    width: 0px;
}
.filter-options.portfolio1 .menu-underline:hover::after  {
	width: 10px !important;
}
.filter-options.portfolio1 li:last-child:after {
    background-color: transparent;
	border: none;
}
.filter-options.portfolio1 {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}

.gallery-padding {
	padding: 20px;
}
.gallery-content,
.gallery-heading {
	color: #f3f3f3;
}
.gallery-top {
	margin-top: 15px;
}
.gallery-bottom {
	margin-bottom: 10px;
}
.gallery-link {
	color: #f3f3f3;
	font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.overlay-btn {
	padding: 6px 12px;
}

/*========================================== GALLERY END ===========================================*/

/*========================================== MARKETING EXPERTS START ===========================================*/

.experts-bg {
	background-color: #08AAC7;
	padding: 46px 20px;
}
/*========================================== MARKETING EXPERTS END ===========================================*/

/*========================================== FOUR COLUMN START ===========================================*/

.fourcolumn-bgimage {
    background-image: url("../../images/1500x1250.jpg");
}
.fourcolumn-section-space {
    padding: 200px 0 200px 0;
}

/*========================================== FOUR COLUMN END ===========================================*/

/*========================================== OUR LATEST NEWS START ===========================================*/

.news-padding {
    padding-left: 20px;
}
.news-div p {
	font-weight: 600;
}
.news-bottom {
	margin-bottom: 10px;
}
.news-div1 {
	display: inline-flex;
	display: -webkit-inline-box;
}
.news-div2 {
	display: block;
}

.news-date-bg {
	background-color: #08acc7;
	cursor: pointer;
	padding: 10px 20px;
}
.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}


/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 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;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*========================================== OUR LATEST NEWS END ===========================================*/

/*========================================== OUR LATEST PROJECTS START ===========================================*/

.proj-content {
    color: #08acc7;
}
.proj-btn1 {
	background-color: #08acc7;
	border-radius: 3px 0 0 3px !important;
	padding-right: 10px;
	cursor: pointer;
}
.proj-btn {
	display: table;
	margin-top: 20px;
}
.accord-ans-proj {
	display: none;
}
.proj-arrow {
	background-color: #222222;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	padding:  8px 15px;
}
.icon-arrow {
	color: #ffffff;
}
.proj-btn:hover .proj-arrow {
	background-color: #08acc7;
	transition: 300ms ease-in;
}
.proj-btn:hover .proj-btn1 {
	background-color: #222222;
	transition: 300ms ease-in;
}
/*========================================== OUR LATEST PROJECTS END ===========================================*/

/*========================================== OUR TESTIMONIAL START ===========================================*/

.testimonial-bgimage {
    background-image: url("../../images/1500x900x1.jpg");
}

.client-design,
.client-content {
    font-style: italic;
}
.client-content {
	margin-bottom: 10px;
}
.client-name-bottom {
    padding-bottom: 20px;
}
.client-left-pad {
    padding-left: 15px;
}
.client-name {
    font-size: 16px;
    font-weight: 600;
}
.client-design {
	color: #08AAC7;
    font-size: 13px;
    font-weight: 600;
}
.testimonial-inner-bg {
	background-color: #222222;
	border-radius: 3px;
	padding: 30px 20px;
}
.quote-icon {
	font-size: 48px;
	vertical-align: top;
}
.quote-top {
	margin-top: 50px;
}
.testimonial-content {
	padding: 0 40px;
}
.quote-btn {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	cursor: pointer;
}

/*========== VERTICAL SLIDER ============*/
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.5s ease-in-out top;
     -moz-transition: 0.5s ease-in-out top;
      -ms-transition: 0.5s ease-in-out top;
       -o-transition: 0.5s ease-in-out top;
          transition: 0.5s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.carousel-indicators {
	bottom: -50px;
}
/*========================================== OUR TESTIMONIAL END ===========================================*/

/*========================================== 404-NOT FOUND START ===========================================*/

.page404-bgimage {
    background-image: url("../../images/1920x1280x1.jpg");
}
.error-top {
	margin-top: 15px;
}
.error-404 {
	color: #08acc7;
	font-size: 70px;
	line-height: 80px;
	font-weight: 500;
}
.page-back {
	color:#444444;
	font-size:16px;
	font-weight:500;
	line-height: 26px;
}
.fa.fa-home {
	color:#08acc7;
	font-size:30px;
	font-weight:500;
	line-height: 37px;
}
.page-not  {
	color:#444444;
	font-size:30px;
	font-weight:500;
	line-height: 37px;
}
.page-error-menu li {
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.page-center {
	display: table;
	margin: 0 auto !important;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.page-center-inner {
	display: inline-flex;
	display: -webkit-inline-box;
}
.page-error-menu li:hover {
	color: #08acc7;
}
.copyright-bg {
	background-color: #222222;
}
.page-bottom {
	padding-bottom: 60px;
}
.copyright {
    padding-bottom: 30px;
    padding-top: 30px;
}
.btn.search-box {
	background-color: #08acc7;
	border-radius: 0 5px 5px 0;
}
.fa.fa-search {
	color: #ffffff;
}
/*========================================== 404-NOT FOUND END ===========================================*/

/*========================================== COMING SOON START ===========================================*/

.coming-soon-bgimage {
    background-image: url("../../images/1920x1280x2.jpg");
}
.coming-section-space {
    padding: 130px 0 130px 0;
}
.coming-head-bottom {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 15px;
}
.coming-text-bottom {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.coming-soon-div {
	padding-bottom: 60px;
}

.coming-center {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.coming-soon1 {
	padding-left:0;
	margin-bottom: 0;
}

.coming-soon1 li{
	display:inline-block;
	list-style:none;	
}

.coming-soon1 li  a{
	color:#fff;
}

.coming-soon1 li  i{
	font-size:20px;
	padding-top:10px;
}

.coming-soon1 li {
  position: relative;
  z-index: 1;
  padding: 0;
}

.coming-soon1 li + li {
  margin-left: 10px;
}

.coming-soon1 li  {
  width:110px;
  /*height:110px;*/
}

.coming-soon1 li .follow-icon:hover,
.coming-soon1 li .follow-icon:focus,
.coming-soon1 li .follow-icon:active:focus {
  color: #fff;
}

.coming-soon1 li .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.coming-soon1 li:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
 /* background-color:rgba(252, 185, 65,0.8);
  border-radius: 50%;*/
  z-index: -1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
 /* -webkit-transform: rotate(45deg); */
 /* transform: rotate(45deg); */
}

.form-control.subscribe-text {
	float: left;
	margin-right: 10px;
	width: 73%;
}

.countdown {
    color: #fff;
    font-size:60px;
}
.count-unit {
    color: #fff;
    font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.countdown-wrap {
	/*padding-top: 15px;*/
}

.countdown-wrap > p {
	line-height:1.4;
}
/*========================================== COMING SOON END ===========================================*/

/*========================================== NEWSLETTER START ===========================================*/

.subscription-bg {
    background-color: #eeeeee;
}
.email-head-bottom {
    margin-bottom: 20px;
}
#SuccessMsg {
    color: green;
}
#FailureMsg {
    color: #ff0000;
}
.place_error::-webkit-input-placeholder {
    color: #ff0000 !important;
    text-transform: none;
}
.place_error::-moz-placeholder {
    color: #ff0000 !important;
    text-transform: none;
}
.place_error:-moz-placeholder {
    color: #ff0000 !important;
    text-transform: none;
}
.place_error:-ms-input-placeholder {
    color: #ff0000 !important;
    text-transform: none;
}
.email-success,
.email-failure {
    font-size: 14px;
    font-weight: 600;
}
.indicator-top {
    padding-top: 15px;
}
.email-text-bottom {
    margin-bottom: 30px;
}
.form-control.subscribe-text {
	background-color: #ffffff !important;
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	height: 50px;
	position: relative;
}
.send-btn1,
.send-btn {
	background-color: #08acc7;
	border-radius: 3px;
	bottom: 0px;
	height: 50px;
	right: 0px;
	top: 0px;
	/*padding: 15px 20px;
	position: absolute;*/
	
}
.send-btn1 {
	border-radius: 3px;
	padding: 16px 20px !important;
	position: relative !important;
	
}
.form-control::-moz-placeholder {
	color: #999999;
}
.send-arrow {
	font-size: 15px;
}

/*========================================== NEWSLETTER END ===========================================*/

/*========================================== FAQ START ===========================================*/

.faq-br {
	background-color: #222222;
	cursor: pointer;
	font-weight: 500;
	padding: 10px 15px;
}
.fa-question-icon {
	background-color: #222222;
	cursor: pointer;
	font-size: 48px;
	padding: 10px 15px;
}
.faq-bottom.active p {
	border-left: 0;
	color: #ffffff;
}
.faq-hover:hover .fa-question-icon,
.faq-hover:hover .faq-br {
	background-color: #08AAC7;
	color: #ffffff;
}
.faq-content {
	background-color: #e6dcdb;
	padding: 10px 30px;
	margin-top: 3px;
}
.question-outer {
	padding-right: 0;
}
.question-content {
	padding-left: 3px;
}
.qn-bottom {
	margin-bottom: 3px;
}
/*========================================== FAQ END ===========================================*/

/*========================================== OUR SKILLS START ===========================================*/

.progress {
  height: 35px;

}
.progress .skill {
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.progress-bar-skill {
	background-color: #08acc7;
}
.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

/*========================================== OUR SKILLS END ===========================================*/

/*========================================== OUR TEAM START ===========================================*/

.team-image {
	border-radius: 3px 3px 0 0;
}
.team-name {
	color: #f3f3f3;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.team-position {
	color: #f3f3f3;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 1px;
}
.team-bg {
	background-color: #222222;
	padding: 30px 20px;
	width: 100%;
}
.team-bg ul {	
	display: inline;
	margin: 0 auto;
	display: -webkit-inline-box; /* Safari */
}

/*== OVERLAY CSS ==*/

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #08acc7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*========================================== OUR TEAM END ===========================================*/

/*========================================== ACCORDION START ===========================================*/

.accordion-img {
	border-radius: 3px 3px 0 0;
}

.accordion-bg {
	background-color: #222222;
	padding: 25px 50px;
}

.acc-subhead {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*  bhoechie tab */
.tab-container{
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;  
  margin-left: 50px; 
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
.tab-menu{
  padding-right: 0;
  padding-left: 15px;
  padding-bottom: 40px;
}
.tab-menu .list-group{
  margin-bottom: 0;
}
.tab-menu .list-group>a{
  margin-bottom: 0;
}

.tab-menu .list-group>a .fa {
  color: #08AAC7;
}

.list-group h3 {
	font-size: 14px;
	
}
.tab-menu .list-group>a.active h3,
.tab-menu .list-group>a.active .about-head5:before,
.tab-menu .list-group>a.active .about-head4:before,
.tab-menu .list-group>a.active .about-head3:before,
.tab-menu .list-group>a.active .about-head2:before,
.tab-menu .list-group>a.active .about-head1:before,
.tab-menu .list-group>a.active,
.tab-menu .list-group>a.active .fa{
  background-color: #08AAC7;
  background-image:none;
  border:0;
  border-radius:0;
  color: #ffffff !important;
  text-shadow:none;
}

.tab-menu .list-group>a.active:after{
  content: '';
  position: absolute;
  left: 30%;
  top: 127%;
  margin-top: -14px;
  border-left: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #08AAC7;
}

.tab-content{
  padding-left: 0px;
  padding-top:0;
}

.bhoechie-tab .tab-content:not(.active){
  display: none;
}

.list-group {
	display: inline-flex;
	display: -webkit-inline-box;
}

.list-group-item {
	border-radius: 0 !important;
	padding: 10px 20px;
}

.list-group a {
	margin-right: 15px;
}

.list-item-top1 {
	margin-top: 30px;
}

/*========================================== ACCORDION END ===========================================*/

/*========================================== COUNTER START ===========================================*/

.counter-bgimage {
    background-image: url("../../images/1500x950x7.jpg");
}
.counter-section-space {
    padding: 200px 0 200px 0;
}
.counter-head-bottom {
	font-size: 70px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 15px;
}

.book-br {
	/*border: 1px solid #08AAC7;*/
	margin: 0 auto;
	width: 95%;
}

.book-bg {
	background-color: #08AAC7;
	margin: 0 auto;
	padding: 15px 15px;
	margin-top: 10px;
	width: 100%;
}
.book-head {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	/*margin: 10px;*/
}

/*========================================== COUNTER END ===========================================*/

/*========================================== BLOG START ===========================================*/

.blog-head-bg {
	background-color: #08acc7;
	border-radius: 3px;
	color: #f3f3f3;
	padding: 5px 10px;
}

.blog-br {
	background-color: #f6f6f6;
	border-radius: 0 0 3px 3px;
	padding: 20px;
}
.blog-content-br {
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 20px;
}
.flicker-padding {
	padding-left: 0px !important;
}
.blog-content-br1 {
	/*border: 1px solid #dddddd;*/
	border-radius: 3px;
	padding: 10px;
}
.blog-img {
	border-radius: 3px 3px 0 0;
}
.blog-top {
	margin-top: 5px;
	margin-bottom: 10px;
}
.blog-icon {
	font-size: 15px;
}
.fa-blog {
	color: #08AAC7;
}
.blog-row-space {
	margin-bottom: 40px;
}
#myCarousel .carousel-indicators {
	bottom: 10px !important;
}
.search-box1 {
    color: #ffffff;
    background-color: #08AAC7;
    border-radius: 0px 3px 3px 0;
}
.search-box1:hover {
	background-color: #222222;
    color: #ffffff;
}
.form-control.form-control2 {
	background-color: transparent !important;
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}
.form-control2 {
	height: 38px;
}
.lsb-br {
    border-bottom: 1px solid #dcdcdc;
	width:100%;
	margin:0 auto;
}
.lsb-br-title-bottom {
    margin-bottom: 25px;
}
.lsb-br-secondary-bottom,
.lsb-about-bottom {
	margin-bottom: 20px;
}
.tags-bottom {
    margin-bottom: 10px;
}
.widget_tags .tags {
	letter-spacing: 1px;
}
.widget_tags .tags li {
    background-color: #f3f3f3;
	border: 1px solid #dddddd;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
    transition: .5s all ease;
}
.widget_tags .tags li:hover {
	border: 1px solid #08AAC7;
}
.widget_tags .tags li:hover p {
    color: #08AAC7;
}
.category-icon {
	font-size: 14px;
}
.search-bg,
.about-bg,
.recent-bg,
.tags-bg,
.category-bg {
	background-color: #f6f6f6;
	border-radius: 3px;
	padding: 15px;
}
.post-bottom {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 5px;
}
.content-tag {
	color: #666666;
	border: 1px solid #dddddd;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 10px;
    padding: 5px 10px;
}
.content-tag:hover {
	color: #08AAC7;
}
.float-left {
    float: left;
}
.float-pad {
    padding-left: 105px;
}
.category-bg .post-date-icon:before,
.recent-bg .post-date-icon:before {
	display: inline-block;
  content: "\f073";
  color:#08AAC7;
  font-family: "FontAwesome";
  font-size:14px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-right:10px;
  text-align: center;
  transition: .2s;
}
.flicker-bottom {
	margin-bottom: 15px;
}
.insta-img {
	border-radius: 0;
}
.carousel-indicators .active {
	background-color: #08AAC7;
}
.carousel-indicators li {
	border: 1px solid #08AAC7;
}
.blog-gal-padding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.gal-blog-img {
	width: 100%;
}
.flicker-right-pad {
	padding-right: 8px;
}
.flicker-lr-pad {
	padding: 0 4px;
}
.flicker-left-pad {
	padding-left: 9px;
}
.flicker-gal-bottom {
	padding-bottom: 13px;
}
.no-padding.no-margin.tags li {
	cursor: pointer;
}
/*========================================== BLOG END ===========================================*/

/*========================================== COMMENTS START =========================================*/

#comments h1,
.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#comments .comment-meta p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
#comments .comment-meta span,
#comments .comment-meta .comments-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comments-text-left {
    padding-left: 15px;
}
#comments .comment-meta .comments-date {
    margin-top: 5px;
}
#comments .comment-meta .comments-date span {
    font-size: 16px;
    font-weight: 600;
}
#comments .text-top {
    padding-top: 10px;
}
#comments .comments-row-space {
    padding-bottom: 30px;
}
#comments .comments-left-pad {
    padding-left: 60px;
}
.comments-section-top {
    padding-top: 30px;
}
/*========================================== COMMENTS END ===========================================*/

/*========================================== COMMENTS-FORM START =========================================*/

.comment-form label {
	color: #666666;
    font-size: 14px;
    font-weight: 600;
}
.comment-form-bottom {
    padding-bottom: 100px;
}
.comment-form input {
    height: 40px;
}
.form-pad-right {
    padding-right: 30px;
}
.textarea-bottom {
    padding-bottom: 30px;
}
/*========================================== COMMENTS-FORM END ===========================================*/

/*========================================== PAGINATION START ===========================================*/

.pagination {
	border-bottom: 1px solid #08AAC7;
	border-left: 1px solid #08AAC7;
	border-top: 1px solid #08AAC7;
    margin: 40px 0 0 0;
    display: inline-block;
}
.pagination a {
	border-right: 1px solid #08AAC7;
    color: #333333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #08AAC7;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #333333;
    color: #ffffff;
}

/*========================================== PAGINATION END ===========================================*/

/*========================================== CONTACTUS START =========================================*/

.contact-bg {
	background-color: #ffffff;
}
.contact-frame {
	border: none;
	width: 100%;
	height: 335px;
}
.contact-heading-bottom {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 20px;
}
.footer-bg {
    background-color: #333333;
}
.footer-row-space {
    margin-bottom: 30px;
}
.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding-left: 10px;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.form-text {
    height: 40px;
}
.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.form-div-footer input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}
.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
	margin-top: 10px;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #006604;
}
.form-failure {
    color: #ff0000;
}
.submit-reset {
    margin: 0 0 0 auto;
    padding-top: 20px;
}
.submit-right-pad {
    padding-right: 20px;
}
.form-error-top {
    padding-top: 10px;
}

/*========================================== CONTACTUS END =========================================*/

/*========================================== FOOTER START =========================================*/
.footer-sub-text {
	color: #f3f3f3;
}
.indicator-top1 {
	padding-top: 70px;
}
#SuccessMsg1 {
    color: #32ad32;
}
#FailureMsg1 {
    color: #e74c3c;
}
.footer-sub-text.place_error::-webkit-input-placeholder {
    color: #e74c3c !important;
    text-transform: none;
}
.footer-sub-text.place_error::-moz-placeholder {
    color: #e74c3c !important;
    text-transform: none;
}
.footer-sub-text.place_error:-moz-placeholder {
    color: #e74c3c !important;
    text-transform: none;
}
.footer-sub-text.place_error:-ms-input-placeholder {
    color: #e74c3c !important;
    text-transform: none;
}
.form-control.form-control-sub {
	background-color: transparent !important;
	border: 1px solid #08acc7 !important;
	height: 40px;
	margin-right: 0;
	/*position: absolute !important;*/
	width: 100%;
}
.send-btn.form-control-sub-btn {
	border-radius: 3px;
	height: 40px;
	position: absolute !important;
	text-align: center;
	top: 55px;
	width: 100%;
}
.footer-content {
	padding-top: 10px;
}
.footer-list-content {
	padding-top: 15px;
}
.uline-footer-br {
	border-bottom: 1px solid #08AAC7;
	width: 60%;
}
.footer-news-date {
	color: #08AAC7 !important;
	font-weight: 500;
	margin-bottom: 5px !important;
}

iframe {	
	height:380px;
	width:100% !important;
	margin:0 auto;
	text-align: center;
	display:block;
	border:none;
}

.map_image {
	position: relative;
}

.instagram-icon1,
.instagram-icon {
	padding-left: 0;
	text-align: left;
}
.instagram-icon {
	padding-top: 10px;
}
.instafeed img {
    cursor: pointer;
    display: flex;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.instafeed img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.instafeed {
    display: flex;
}

.instafeed2 img {
	cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 109px;
}
.instafeed3 img {
	cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 77px !important;
}
.instafeed2 img:first-child {
	padding-right: 3px;
	padding-bottom: 3px;
}
.instafeed2 img:nth-child(2) {
	padding-bottom: 3px;
    padding-left: 3px;
}
.instafeed2 img:nth-child(3) {
    padding-right: 3px;
	padding-top: 3px ;
}
.instafeed2 img:nth-child(3) {
    padding-right: 3px;
	padding-top: 3px ;
}
.instafeed2 img:last-child {
    padding-left: 3px;
	padding-top: 3px;
}
.instafeed2 a,
.instafeed1 a {
	display: block;
	float: left;
}
/*========================================== FOOTER END ===========================================*/

/*========================================== MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.news-padding {
		padding-left: 10px;
	}
	.about-top,
	.features-top1,
	.cta-head-top,
	.features-top,
	.user-top,
	.services-top {
		margin-top: 0;
	}
	.header-head-bottom {
		margin-top: 60px;
	}
	.quote-top,
	.res-header-head-bottom {
		margin-top: 0px !important;
	}
	.header-bg-home-3,
	.header-bg {
		width: 40%;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0 14px;
	}
	.mega-dropdown-menu {	
		width: 78% !important;
	}
	.dropdown-menu.elements-menu {
		left: 6% !important;
	}
	.tab-container {
		margin-left: 0px;
	}
	.list-item-top1 {
		margin-top: 0px;
	}
	.instagram-icon img {
		width: 117px;
	}
	.instafeed2 img {
		width: 87px !important;
	}
	.services-3 {
		padding: 113px 20px 114px;
	}
	.services3-content {
		display: -webkit-inline-box;
	}
	.arrow-icon-right,
	.arrow-icon-middle	{
		top: 140px;
	}
	.arrow-icon-bottom {
		bottom: 140px;
		right: -32px;
		z-index: 1;
	}
	.blog-br {
		padding: 20px 14px;
	}
	.pagination a {
		border-right: 0;
	}
	.pagination {
		border-bottom: 0;
		border-left: 0;
		border-top: 0;
	}
	.form-section {
		padding: 10px 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin-right: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
	
	.dropdown-menu {
		box-shadow: none;
	}
	
	/*MENU CLICK*/
	.navbar-nav .open .dropdown-menu {
		background-color: rgba(8,170,199,0.8);
		margin-left: 0px;
		
	}
	.dropdown:hover .dropdown-menu {
		max-height: 475px;
	}
	.dropdown-menu.elements-menu {
		display: grid;
		left: 0px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 160px!important;
	}
	.dropdown-menu.elements-menu .elements-1 ul {
		border-right: 0;
		padding-left: 0px !important;
	}
	.elements-1 {
		padding-left: 0px !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
	}
	.elements-1 ul li {
		border-bottom: 1px solid #eeeeee;
	}
	.elements-1 .last-element {
		border-bottom: 0px;
	}
	.elements-1  ul li a{
		padding:15px 15px 15px 15px !important;
	}
	.elements-1 ul li a:hover,
	.navbar-nav .menu .elements-menu .elements-1 ul li a:hover {
		background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0 !important;
		color: #ffffff !important;
	}
	.menu-underline {
		display: none;
	}
	.menu-underline:hover:after,
	.menu-underline:hover:before,
	.menu-underline:after,
	.menu-underline:before {
		background: transparent;
	}
	
	.navbar-default .navbar-nav > li {
		margin: 0;
		padding: 5px 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 15px 0 7px !important;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 340px;
	}
	.navbar-collapse.in {
		overflow-y: scroll !important;
	}
	
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
	.team-res-bottom,
    .four-column-res-bottom {
        padding-bottom: 30px;
    }
	.price-tag {
		font-size: 45px;
		width: 90%;
	}
	.month {
		font-size: 14px;
	}
	.res-header-head-bottom {
		margin-top: 0px !important;
	}
	.header-head-bottom {
		margin-top: 20px;
	}
	.res-header-bg {
		width: 30% !important;
	}
	.header-bg-home-1 {
		width: 34%;
	}
	.header-bg-home-3 {
		width: 40%;
	}
	.header-bg,
	.header-bg-home-4 {
		width: 60%;
	}
	.about-top,
	.features-top1,
	.features-top,
	.user-top,
	.services-top {
		margin-top: 0;
	}
	.res-news-top {
		margin-top: 10px;
	}
	.res-news-width {
		width: 100%;
	}
	.hide-left-padding {
		padding-left: 0;
	}
	.dropdown-menu {
		position: relative;
	}
	
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}
	.footer-full-border {
		border-top: 1px solid #666666;
	}
	.footer-br-top {
		margin-top: 35px;
	}
	.tab-container {
		margin-left: 0px;
	}
	.res-list-item-top {
		margin-top: 20px;
	}
	.quote-top {
		margin-top: 20px;
	}
	.blog-sb {
        margin: 0 auto;
        width: 400px !important;
    }
	.instagram-icon img {
		width: 117px;
	}
	.instafeed2 img,
	.instafeed3 img {
		width: 123px !important;
	}
	.res-recent-bottom {
		margin-bottom: 20px !important;
	}
	.lsb-br-secondary-bottom {
		margin-bottom: 40px;
	}
	.services3-content {
		display: -webkit-inline-box;
	}
	.services-3 {
		padding: 65px 20px 65px;
	}
	.arrow-icon-bottom {
		bottom: 114px;
		right: -32px;
		z-index: 1;
	}
	.features-br {
		margin-bottom: 20px;
	}
	.form-section {
		padding: 10px 10px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.form-section {
		padding: 10px 10px;
	}
	.dropdown-menu {
		box-shadow: none;
	}
	/*MENU CLICK*/
	.navbar-nav .open .dropdown-menu {
		background-color: rgba(8,170,199,0.8);
		margin-left: 15px;
		
	}
	.dropdown:hover .dropdown-menu {
		max-height: 475px;
	}
	.dropdown-menu.elements-menu {
		display: grid;
		left: 13px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 160px!important;
	}
	.dropdown-menu.elements-menu .elements-1 ul {
		border-right: 0;
		padding-left: 0px !important;
	}
	.elements-1 {
		padding-left: 0px !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
	}
	.elements-1 ul li {
		border-bottom: 1px solid #eeeeee;
	}
	.elements-1 .last-element {
		border-bottom: 0px;
	}
	.elements-1  ul li a{
		padding:15px 15px 15px 15px !important;
	}
	.elements-1 ul li a:hover,	
	.navbar-nav .menu .elements-menu .elements-1 ul li a:hover {
		background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0 !important;
		color: #ffffff !important;
	}
	.tab-container {
		margin-left: 0px;
	}
	.res-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.quote-top,
	.res-list-item-top {
		margin-top: 20px;
	}
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}
	.footer-full-border {
		border-top: 1px solid #666666;
	}
	.footer-br-top {
		margin-top: 35px;
	}
	.navbar-collapse.collapse.in {
		background-color: transparent;
		padding: 0;
	}
	.menu-underline {
		display: none;
	}
	.menu-underline:hover:after,
	.menu-underline:hover:before,
	.menu-underline:after,
	.menu-underline:before {
		background: transparent;
	}
	.dropdown-menu {
		position: relative;
	}
    .navbar-toggle {
        margin-right: 0;
    }
	.navbar-default .navbar-nav > li {
		margin: 0;
		padding: 5px 0;
	}
    .navbar-default .navbar-nav > li > a {
        margin: 5px 15px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1 {
        padding-bottom: 40px;
    }
	.res-header-bottom {
		padding-bottom: 0 !important;
	}
	.res-center {
		text-align: center;
	}
	.team-res-bottom,
    .four-column-res-bottom {
        padding-bottom: 30px;
    }
	.header-form,
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
	.res-header-bg,
	.header-bg-home-1,
	.header-bg {
		display: block;
		margin: 0 auto;
		width: 40%;
	}
	.res-recent-bottom {
		margin-bottom: 20px !important;
	}
	.lsb-br-secondary-bottom,
    .price-res-bottom {
        margin-bottom: 40px;
    }
	.header-head-bottom {
		margin-top: 0px;
	}
	.about-top,
	.features-top1,
	.features-top,
	.user-top,
	.services-top {
		margin-top: 0;
	}
	.accordion-bg {
		padding: 25px 15px;
	}
	.cta-head-top {
		margin-top: 0;
	}
	.testimonial-fixed {
		margin: 0 auto;
		width: 82%;
	}
	.testimonial-content {
		padding: 0 10px;
	}
	.blog-sb {
        margin: 0 auto;
        width: 400px !important;
    }
	.instagram-icon img {
		width: 118px;
	}
	.instafeed2 img {
		width: 123px !important;
	}
	
	.features-br {
		margin-bottom: 20px;
	}
	.res-display {
		vertical-align: top;
	}
	.header-bg-home-3 {
		width: 45%;
	}
	.services-480-1 {
		left: 0;
	}
	.services-480-2,
	.send-btn.form-control-sub-btn {
		right: 0%;
		width: 100%;
	}
	.service-img768 {
		height: auto;
	}
	.services3-content {
		display: table;
	}
	.arrow-icon {
		display: inherit;
		position: absolute;
	}
	.arrow-icon-middle {
		left: 47%;
		top: -32px;
		z-index: 1;
	}
	.arrow-icon-bottom {
		bottom: 230px;
		right: 47%;
		z-index: 1;
	}
	.arrow-icon-right {
		right: 47%;
		top: -32px;
		z-index: 1;
	}
	/* Swapping Image Top Content Bottom */
	.services-479 {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.res-ser-image1 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.res-ser-content1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    
	.header-res-center {
        margin: 0 auto;
    }
	.services2-width-inner,
	.services2-width,
    .header-full {
        width: 100% !important;
    }
	.header-bg,
	.res-header-bg,
	.counter-width,
    .header-bg-home-4 {
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	.services2-res-bottom,
	.counter-res-bottom {
		padding-bottom: 40px;
	}
	.book-bg {
		width: 80%;
	}
	.testimonial-content {
		padding: 0 0px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 600px) {
   
	.testimonial-fixed {
		margin: 0 auto;
		width: 460px;
	}
	.form-control.subscribe-text {
		width: 72%;
	}
	.footer-row .doctors-fixed {
		width: 100%;
	}
	.footer-full-border {
		border-top: 0;
	}
	.footer-br-top {
		margin-top: 0px;
	}
	.footer-row-600 {
		padding-bottom: 40px;
	}
	.send-btn.form-control-sub-btn {
		right: 28%;
		width: 72%;
	}
	#SuccessMsg1,
	#FailureMsg1 {
		float: left;
	}
	.fa-question-icon {
		font-size: 38px;
		padding: 10px 10px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
	.blog-sb {
		width: 100% !important;
	}
	.res-about-inner {
		margin: 0 auto;
		padding-bottom: 20px;
		width: 100%;
	}
	.res-about-inner1 {
		padding-left: 0;
	}
	.res-about-div,
	.team-width,
	.counter-width,
	.testimonial-fixed {
		margin: 0 auto;
		width: 100%;
	}
	.res-header-bg,
	.header-bg-home-1,
	.header-bg-home-3,
	.book-bg {
		width: 60%;
	}
	.testimonial-480 input {
		margin-bottom: 20px;
		width: 100% !important;
	}
	.testimonial-480 button {
		text-align: center;
		width: 100% !important;
	}
    .gallery-fa {
        font-size: 20px;
    }
    .common-full {
        width: 100% !important;
    }
	.team-res-bottom,
	.team-res-bottom1,
	.counter-res-bottom,
	.counter-res-bottom1,
    .four-column-res-bottom {
        padding-bottom: 40px;
    }
    .four-column-res-bottom-1 {
        padding-bottom: 40px;
    }
	.services-480-1,
	.services-480,
	.header-form,
    .price-fixed {
        width: 100% !important;
    }
    .image-responsive {
        width: 100%;
        height: auto;
    }
	.header-head-ph h1,
	.header-head h1 {
        font-size: 50px;
    }
	.header-bg,
	.header-bg-home-4 {
		display: block;
		margin: 0 auto;
		width: 65%;
	}
	.form-control.subscribe-text {
		width: 100%;
	}
	.services-480-1 {
		left: 0;
	}
	.services-480-2,
	.send-btn.form-control-sub-btn {
		right: 0%;
		width: 100%;
	}
	#SuccessMsg1,
	#FailureMsg1 {
		float: none;
	}
	#comments .comments-left-pad {
		padding-left: 20px !important;
	}
	.service-img768 {
		height: auto;
	}
	.services3-content {
		display: table;
	}
	.arrow-icon {
		display: inherit;
		position: absolute;
	}
	.arrow-icon-middle {
		left: 47%;
		top: -32px;
		z-index: 1;
	}
	.arrow-icon-bottom {
		bottom: 277px;
		right: 47%;
		z-index: 1;
	}
	.arrow-icon-right {
		right: 47%;
		top: -32px;
		z-index: 1;
	}
	/* Swapping Image Top Content Bottom */
	.services-479 {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.res-ser-image1 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.res-ser-content1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media only screen and (min-width: 250px) and (max-width: 375px) {
	.instafeed2 img {
		width: 100px !important;
	}
	.arrow-icon-middle {
		left: 44%;
	}
	.header-bg-home-1,
	.header-bg-home-3 {
		width: 70%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 359px) {
    h1 {
        font-size: 40px;
    }
	.form-section {
		padding: 10px;
	}
	.res-news-top {
		margin-top: 10px;
	}
	.res-news-width {
		width: 100%;
	}
	.hide-left-padding {
		padding-left: 0;
	}
	.res-header-bg,
	.header-bg-home-1,
	.header-bg-home-3 {
		width: 80%;
	}
	.header-bg {
		width: 80%;
	}
	.header-bg-home-4 {
		display: block;
		margin: 0 auto;
		width: 70%;
	}
	.price-tag {
		font-size: 45px;
		width: 90%;
	}
	.book-bg {
		width: 70%;
	}
	.fa-question-icon {
		font-size: 32px;
		padding: 10px 5px;
	}
	.error-404 {
		font-size: 55px;
		line-height: 65px;
	}
	.filter-options.portfolio1 li {
		display: table !important;
	}
	.filter-options.portfolio1 li:after {
		background-color: transparent;
		border: 0;
		content: "";
		height: 0;
		position: absolute;
		right: 0;
		top: 35%;
		width: 0;
	}
	.filter-options.portfolio1 li:before {
		background-color: transparent;
		border-radius: 50%;
		content: "";
		position: absolute;
		left: 0px;
	}
	.filter-options.portfolio1 li:last-child:before { 
		top: 47%;
	}
	.filter-options.portfolio1 li:last-child { 
		padding-bottom: 0 !important;
	}
	.pagination a {
		border-right: 0;
	}
	.pagination {
		border-bottom: 0;
		border-left: 0;
		border-top: 0;
	}
	.instagram-icon img {
		width: 118px !important;
	}
	.instafeed2 img {
		width: 80px !important;
	}
}
@media only screen and (min-width: 250px) and (max-width: 320px) {
	.header-bg-home-4 {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.book-bg {
		width: 80%;
	}
	.blog-br {
		padding: 20px 14px;
	}
	.fa-question-icon {
		font-size: 30px;
		padding: 10px 3px;
	}
}

/*========================================== MEDIA QUERIES END ===========================================*/
