/* CSS Document */
/*=========================================
Note: Colors CSS is inside 
css/default-colors.css << File Customize easily.
==========================================*/
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*  01 - Color File inclusion */
/*  02 - General & basic styles */
/*  03 - Crousel Controls for services, brands etc. */
/*  04 - Top Bar CSS */
/*  05 - Header CSS Logo Area */
/*  06 - Navigation CSS */
/*  07 - Banner CSS */
/*  08 - Information Boxes */
/*  09 - Welcome Message */
/*  10 - Services */
/*  11 - Appointment Box */
/*  12 - Dentists Row or our team */
/*  13 - Testimonials */
/*  14 - Pricing Table */
/*  15 - 404 Page */
/*  16 - Reason Section */
/*  17 - Latest News Section */
/*  18 - Brands CSS */
/*  19 - Call to Action above footer */
/*  20 - Title of Pages section */
/*  21 - Useful Elements like icon boxes */
/*  22 - Blog Styles */
/*  23 - Sidebar Styles */
/*  24 - Staff Page */
/*  25 - Contact Us Page */
/*  26 - Footer */
/*  27 - Boxed Layout */
/*  28 - Mobile Adjustments Media Queries */



/*----------------
01 - Colors Stylesheet inclusion
----------------*/
@import 'css/default-colors.css';

/*-------------------------
02 - General & Basic Styles
-------------------------*/

@font-face {
    font-family: Anna;
    src:url(fonts/ANNA____.otf)
}

.thumb-box{padding:1.4em 0 1em;margin-left:-1%;width:102%}.thumb-box .thumbs{overflow:hidden;*zoom:1}.thumb-box .thumbs li{float:left;width:25%;text-align:center;padding:0 1%}.thumb-box .thumbs li img{width:100%;opacity:.8;-webkit-transition:opacity 0.32s;-moz-transition:opacity 0.32s;-o-transition:opacity 0.32s;transition:opacity 0.32s;border-bottom:4px solid transparent}.thumb-box .thumbs li img.active{border-color:#31ace2;opacity:1}.thumb-box .thumbs li:hover img{opacity:1;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}.newsletter{border:2px solid #e24b70;padding:10px 15px}.newsletter h3{margin:0}#mc-embedded-subscribe{float:right}#mc_embed_signup form{padding:8px 0 0 !important}#mc_embed_signup input.email,#mc_embed_signup #mc-embedded-subscribe{margin-bottom:0 !important;height:48px;font-size:18px;min-width:auto}

.slidehome { font-family:Anna; }

body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:14px;
	line-height: 25px;
}
h1 { 
	font-size: 34px;
    margin-bottom: 15px;
}
h2, h2 a {
	font-size:28px; 
}
h4, h4 a {
	font-size:20px; 
}
h5, h6 , h5 a, h6 a{
	font-size:16px; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
.content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
	font-weight:normal; 
}
a, ul, li, blockquote {
	font-size:14px; 
	line-height:25px;
}

p {
	font-size:18px; 
	line-height:25px;
}

.button {
	text-transform:uppercase;
	font-weight:bold;
}
.accordion {
	border:0px; 
} 
.accordion-title {
	font-weight:bold; 
	font-size:14px;
	padding-left:0rem;
	border:0px;
}
.accordion-content {
	border:0px; 
	padding-left:0px;
}
.breadcrumbs li, .breadcrumbs li a {
	font-size:12px; 
}
.progress .sixty-five { 
	width:65%;
}
.progress .seventy-five { 
	width:75%;
}
.progress .eighty-five { 
	width:85%;
}
.progress .ninty-five { 
	width:95%;
}
/* 03 - Crousel Controls Default Style*/
.owl-prev , .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
}
.owl-next { 
	right:-20px;
}
.owl-prev { 
	left:-20px;
}
.owl-controls { 
	margin: auto;
    display: block;
    width: 70px;
	margin-top:20px;
}
/*Crousel Controls Default Style*/

/*-------------------------
04 - Top Bar CSS
--------------------------*/
.top-int-bar { 
	width:100%;
	border-top:1px solid;
	border-bottom:1px solid;
	padding:4px 0px;
}
.top-search {
	position:relative; 
}
.top-search button {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:7px;
	padding-bottom:7px; 
}
.top-search input[type=text] {
	padding-top:7px;
	padding-bottom:7px; 
	height:30px;
	margin-bottom:0px;
}
.time-table {
	line-height: 10px;
	font-size: 12px;
	color: #000000;
}
/*=================
Top Bar CSS Ends
==================*/

/*=================
05 - Header CSS
==================*/
.header {
	padding-top:25px;
	padding-bottom:25px; 
}
.logo {
	height: 100px;
    width: auto;
}
.main-phone, .call-us {
	margin:0px;
	padding:0px;
	font-size:16px;
	text-align:right; 
}
.call-us {
	font-weight:bold;
	font-size:18px;
	margin-top:8px;
}
.main-appnt {
	margin:8px 0px; 
}
h3.violet { color:#81007f;}
/*=================
Header CSS End
==================*/

/*==============
06 - Navigation
===============*/
.navigation { 
	width:100%;
}
.navigation-icon-title {
	font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    float: left;
    margin-left: 10px;
    text-transform: uppercase; 
}
.navigation ul {
	margin:0px;
	font-size:14px;
	font-weight:400;
	z-index:9999;
	font-family:'Roboto';
}
.navigation ul .first-sub { 
	border-top:5px solid;
}
.navigation ul li a {
	text-transform:uppercase;
}
.navigation ul ul li a {
	text-transform:capitalize;
} 
.top-bar, .top-bar ul {
	position:relative; 
    padding-top: .06rem;
    padding-bottom: .06rem;
}
.navigation .is-dropdown-submenu-parent {
	position:relative; 
}
.navigation .mega-menu {
	position:static; 
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border:0px; 
}
.dropdown.menu.medium-horizontal>li>a {
	padding:16px; 
}
.navigation .dropdown.menu>li.opens-right>.is-dropdown-submenu { 
	position:absolute;
	max-width:100%;
}
.top-bar h4 {
	font-weight:normal;
	font-size:14px; 
	text-transform:uppercase;	
	border-bottom:1px solid;
	padding-bottom:10px;
}
.top-bar .address h4 { 
	border-bottom:0px;
	padding-bottom:0px;
}
.top-bar li {
	list-style:none; 
}
.inner-mega { 
	padding:15px;
	max-width:290px;
	min-width:290px;
 }
.inner-mega ul li a {
	padding:10px; 
}
 .inner-mega iframe { 
 	width:280px;
 }
.single-sub ul li a {
	width:100%;
	border-bottom:1px solid; 
	padding:10px;
}
 .inner-mega ul { 
 	margin:0px;
 }
 .responsive-menu ul li a { 
 	display:block;
	width:100%;
 }
.inner-mega ul li a {
	padding-top:10px;
	padding-bottom:10px;
}
/*-----------------------
Navigation CSS ends 
--------------------------*/


/*-----------------------
07 - Banner CSS
--------------------------*/
.banner {
	position:relative;
	width:100%;
}
.first-type-slider {
	z-index: 5;
	white-space: nowrap !important;

	
	
}
.first-type-slider_2 {
	z-index: 5;
	white-space: nowrap !important;
}
.tp-bannertimer { 
	height: 7px; 
	background-color: rgba(255, 255, 255, 0.25);
} 
 .rev_slider_wrapper { 
	background-color:transparent;
	padding:0px;
}
.second-slide-style {
	z-index: 5;
	background-color:rgba(0, 0, 0, 0.50);
	border-color:rgba(0, 0, 0, 0);
	background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); 
}
.darkbg_slide { 
	z-index: 5;
	background-color:rgba(0, 0, 0, 0.75);
	border-color:rgba(0, 0, 0, 0.50);
}
.second-slide-style-2 {
	z-index: 6; 
	white-space: nowrap; 
}
.second-slide-style-3 {
	z-index: 7; 
	min-width: 410px; 
	max-width: 410px; 
	max-width: 60px; 
	white-space: normal; 
}
.second-slide-style-4 {
	z-index: 8; 
	white-space: nowrap;
	border-color:rgba(255, 255, 255, 0.25);
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
/*-----------------------
Banner CSS ends here
--------------------------*/

/*-----------------------
08 - Information Boxes CSS
------------------------*/
.info-boxes {
	margin-bottom:80px;
}
.info-boxes h2 { 
	font-size:22px;
	font-weight:bold;
}
.info-boxes .info-1, .info-boxes .info-2, .info-boxes .info-3 {
	padding-top:30px;
	padding-bottom:30px; 
	text-align:center;
} 
.info-boxes .button {
	margin-bottom:0px; 
}
.info-3 {
	float:left !important;
}
.info-boxes .icon-side {
	width:55px;
	height:55px; 
	line-height:55px;
	border:1px solid;
	margin:auto;
	border-radius:100%;
	font-size:30px;
	margin-bottom:20px;
}
/*-----------------------
Information Boxes CSS End
------------------------*/

/*-----------------------
09 - Welcome Message
--------------------------**/
.welcome-message {
	margin-bottom:80px; 
}
.welcome-message h2 {
	margin-bottom:0px; 
}
.welcome-message h4 {
	margin-bottom:25px;
	font-style:italic; 
}
.welcome-message iframe {
	border:0px;
	width:100%; 
}
/*-----------------------
Welcome Message Ends
--------------------------*/

/*-------------------------
10 - services Section start
---------------------------*/
.services-wrap {
	margin-bottom:80px;
	padding:40px 0px; 
	border-top:1px solid;
	border-bottom:1px solid;
}
.section-title h2 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:55px;
	font-size:25px;
}
.section-title h2 span {
	padding-bottom:10px;
	border-bottom:1px dashed; 
}
.services h5 {
	font-weight:bold;
}
.services .service:hover>.block-image img {
	opacity:.5; 
}
.service p { 
	margin-bottom:0px;
}
.service img {
	width:100%;
	height:auto; 
}
/*-------------------------
services Section End
---------------------------*/

/*------------------------
11 - Appointment Box Starts
------------------------*/
.appointment-box {
	padding:60px 0px;
	border-top:1px solid;
	border-bottom:1px solid;
}
.appointment-box img {
	width:100%;
	height:auto; 
}
/*------------------------
Appointment Box Ends
------------------------*/

/*----------------------
12 - Dentist Row start
----------------------*/
.dentist-row {
	margin-bottom:80px; 
}
.dentist-row .dentist img { 
	border-radius:100%;
}
.dentist-info h4 {
	text-align:center; 
	font-weight:normal;
}
.dentist-info h4 span {
	font-size:14px; 
}
.dentist-row .dentist:hover>.dentist-image img {
	opacity:.5; 
}
.dentist-image {
	position:relative;
}
.dentist-social {
	position: absolute;
    bottom: 40px;
    text-align: center;
    width: 170px;
    margin: auto;
    font-size: 30px;
    left: 50%;
    margin-left: -85px;
	opacity:0;
}
.dentist-social a {
	text-align:center; 
	border:1px solid;
	width:40px;
	height:40px;
	display:block;
	float:left;
	line-height:40px;
	margin-left:8px;
	margin-right:8px;
	border-radius:100%;
}
.dentist-row .dentist:hover>.dentist-image .dentist-social {
	opacity:1; 
}
/*----------------------
Dentist Row End
----------------------*/

/*---------------
13 - Testimonials
-----------------*/
.testimonials {
	padding:15px;
}
.testimonial img {
	border-radius:100%;
	max-height:70px;
	max-width:70px; 
	margin-right:15px;
	margin-top:15px;
}
.testimonial cite {
	line-height:70px; 
	font-weight:bold;
	margin-top:15px;
}
.testimonial h5 {
	font-weight:normal; 
	padding: .5625rem 1.25rem 0 1.1875rem;
}
.testimonials .owl-prev , .testimonials .owl-next { 
    position: relative;
}
.testimonials .owl-prev:hover , .testimonials .owl-next:hover { 
    position: relative;
}
.testimonials .owl-next { 
	float:left;
	right:0px;
	margin-left:5px;
}
.testimonials .owl-prev { 
	float:left;
	left:0px;
	margin-right:5px;
}
.testimonials .owl-controls {
	margin-top:10px; 
}
.testimonial blockquote, .testimonial-page blockquote {
	border-left:0px; 
}
/*---------------------
Testimonials ends
/*---------------------*/

/*---------------------
14 - Pricing Tables Starts
/*---------------------*/
.new-patient-offer {
	margin-bottom:80px; 
}
.active-tb {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
    transform: scale(1);
    border: 0;
    transition: 0.4s ease;
    z-index: 13;
}
.pricing-table {
    border: solid 1px;
    margin-left: 0;
    margin-bottom: 1.25rem;
}
.pricing-table .title {
    font-family: 'Roboto', sans-serif;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-table * {
    list-style: none;
    line-height: 1;
}
.pricing-table .bullet-item {
    border-bottom: dotted 1px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center;
}
.pricing-table .price {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}
.pricing-table .cta-button {
     padding: 1.25rem 1.25rem 0;
    text-align: center;
}
.active-tb:hover {
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	transform: scale(1.17);
	border: 0;
	z-index: 15; 
}
.pricing-table .description {
    padding: 0.9375em;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px;
}
/*---------------------
Pricing Tables ends
/*---------------------*/

/*----------------------
15 - 404 Page CSS Starts
--------------------------*/
.pageerror h1 {
    text-align: center;
    margin-top: 80px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h2 {
    text-align: center;
}
.pageerr-form {
	margin:auto !important;
	margin-top:30px;
	float:none !important; 
}
/*----------------------
404 Page CSS End
--------------------------*/


/*-------------------------
16 - reason-section start
-------------------------*/
.reason-section {
	margin-bottom:80px; 
}
.small-section-title {
	overflow: hidden; 
	margin-bottom:15px;
}
.small-section-title h2 {
	font-size:20px; 
}
.small-section-title span {
    padding:0px 15px 0px 0px;
    border: 0;
    display: inline-block;
    position: relative;
    margin-bottom: -3px;
}
.small-section-title span:after {
    right: -1010px;
    content: ' ';
    display: block;
    height: 0;
    border-bottom:1px solid;
    width: 1000px;
    position: absolute;
    top: 50%;
}
.accordion li {
	margin-bottom:10px; 
}
.accordion-content {
	padding:10px;
}
.accordion-title {
	padding:10px;
}
/*-------------------------
reason-section End
-------------------------*/

/*-------------------------
17 - Latest News Starts
-------------------------*/
.latest-news {
	margin-bottom:80px;
} 
.latest-news h4 {
	font-weight:bold; 
	margin-bottom:0px;
}
.latest-news .post-meta {
	margin-top:10px;
}
.post-meta p {
	margin-bottom:5px; 
}
.news-row {
	margin-bottom:25px; 
}
.latest-news .news:hover>.featured-image img {
	opacity:.5; 
}
.news-style2 .news {
	margin-bottom:15px;
	margin-top:15px; 
}
.news-style2 .post-meta {
	margin-bottom:25px; 
}
.load-more {
	display:block;
	max-width:200px;
	margin:auto; 
}
iframe { 
	width:100%;
	border:0px;
}
/*-------------------------
Latest News End
-------------------------*/

/*-------------------------
18 - Brands
-------------------------*/
.brands-wrap { 
	position:relative;
	margin-bottom:80px;
}
.brands-wrap .brand-carousel {
	margin:0px;
	width:100%;
}
.brands-wrap  .bran-logo {
	padding-top:20px; 
	text-align:center;
}
.brands-wrap  .bran-logo img { 
	width:200px;
	height:auto;
	text-align:center;
	margin:auto;
}
/*-------------------------
Brands End
-------------------------*/

/*-------------------------
19 - Call to Action box
-------------------------*/
.call-to-action { 
	padding-top:30px;
	padding-bottom:30px;
}
.call-to-action .button {
	margin-top:0px;
	margin-bottom:0px; 
}
.call-to-action h3 {
	font-weight:bold; 
}
.call-to-action p {
	margin-bottom:0px; 
}
/*-------------------------
Call to Action box end
-------------------------*/

/*---------------------------
20 - Title Section CSS starts
---------------------------*/
.title-section {
	background-color:#09F !important;
	padding-top:10px;
	padding-bottom:10px;	 
	margin-bottom:40px;
	text-align:center;
}
.title-section h1 {
	font-size:34px;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px;
}
.title-section ul {
	margin:0px; 
}
.breadcrumbs li {
	line-height:77px; 
}
.single-post .breadcrumbs li, .single-post .breadcrumbs li a {
	line-height:25px; 
}
.single-post .breadcrumbs {
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right; 
}
.home-module {
	margin-bottom:80px; 
}
/*---------------------------
Title Section CSS Ends
---------------------------*/

/*-------------------------
21 - Userful Elements
------------------------*/
.icon-box {
	position:relative;
	clear:both;
}
.sidebar .icon-box {
	margin-bottom:25px; 
}
.icon-box .icon-side {
	width:55px;
	height:55px;
	border-radius:100%;
	font-size:30px;
	text-align:center;
	line-height:55px; 
	margin-right:7px;
}
.icon-box .info-side {
	margin-left:7px;	 
	font-size:16px;
	width: calc(100% - 70px);
}
.info-side p strong {
	font-size:18px; 
}
/*-------------------------
Userful Elements End
------------------------*/


/*--------------------------
22 - Blog styles
--------------------------*/
.blog-post {
	margin-bottom:35px; 
}
.post-meta {
	padding-bottom:15px; 
	font-size:14px;
}
.blog-post h2 {
	font-size:28px; 
}
.content-area { 
	margin-bottom:80px;
}
.content-area .service {
	margin-bottom:40px; 
}
.pagination .current {
	padding:0px;
}
.post-tags .tags strong {
	font-size:16px; 
}
.post-tags ul {
	margin:0px; 
}
.post-tags .tags li a {
	border:0px;
}
.post-tags {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-share a {
    font-size: 15px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 45px;
    display: block;
    text-align: center;
    float: left;
    width: 30px;
    height: 30px;
	margin-top:15px;
}
.post-share>a:last-child {
	margin-right:0px; 
}
.author-box {
    border-bottom: 1px solid;
    padding-bottom: 10px;
	margin-bottom:25px;
}
/*--------------------------
Blog styles End
--------------------------*/

/*--------------------------
23 - Sidebar Styles starts
---------------------------*/
.sidebar h2 {
	font-size:22px;
	font-weight:normal; 
	line-height:22px;
	margin-bottom:25px;
}
.sidebar .widget {
	margin-bottom: 40px;
    border-top: 5px solid;
    padding-top: 10px;
    padding: 10px;
}
.sidebar .appointment-widget {
	margin-bottom:40px;
	clear:both; 
}
.widget ul {
	list-style:none;
	margin:0px; 
}
.tags li {
	display:inline; 
}
.tags li a {
	display:inline-block; 
	padding:5px;
	border:1px solid;
	margin-right:5px;
	margin-bottom:7px;
	margin-top:7px;
}
.contact-dentist img {
	width:140px;
	height:auto;
	margin:auto;
	text-align:center; 
}
.contact-dentist h2 {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px; 
}
.contact-dentist .callinfo {
	text-align:center;
	font-size:27px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px; 
	font-weight:bold;
}
.contact-dentist p {
	text-align:center; 
}
.popular-post {
    border-bottom: 1px dashed;
 	margin-bottom:15px;
 }
 .popular-post img {
    margin-right: 10px;
}
.float-left {
    float: left!important;
}
.popular-post strong {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.blog-post img {
    width: 100%;
}
/*--------------------------
Sidebar Styles starts
---------------------------*/

/*-------------------------
24 - Staff Page Starts
---------------------------*/
.staff-page h2 {
	text-align:center; 
}
.staff-page .dentist-social {
	position: absolute;
    bottom: 10px;
    text-align: center;
    width: 170px;
    margin: auto;
    font-size: 30px;
    left: 10px;
	opacity:1;
}
.staff-page .dentist-social a {
	font-size:15px;
	height:30px;
	width:30px;
	line-height:30px;
	margin-right:5px; 
}
.staff-page .dentist-info {
	padding:10px; 
}
.dentist-info h4 a {
	font-size:18px;
}
.staff-page .dentist-info h4 {
	text-align:left; 
}
.staff-page .dentist-info .button {
	margin-bottom:0px; 
}
.availability {
	list-style:none;
	margin-left:0px; 
}
.availability li {
	padding-bottom:10px; 
}
.nurses { 
	margin-top:80px;
}
.doctor-detail .socialicons {
	margin-bottom:25px; 
}
.left-align {
	text-align:left !important; 
}
.doctor-detail {
	margin-bottom:80px; 
}
.doctor-sidebar {
	padding:15px;
	border-radius:10px; 
}
.dentist-testimonials {
	margin-bottom:80px; 
}
/*-------------------------
Staff Page Ends
---------------------------*/

/*--------------------------
25 - Contact Us Page Starts
--------------------------*/
.contact-form {
	margin-top:25px;
}
/*--------------------------
Contact Us Page Ends
--------------------------*/

/*---------------------------
26 - Footer
----------------------------*/
.footer {
	width:100%;
	border-top:5px solid;
}
.tx-div {
	width:45px;
	display: block;
    height: 3px;
	opacity:.8;
    margin: 10px 0 15px; 
}
.footer h2 {
	font-size:19px; 
	margin-bottom:0px;
	font-weight:bold;
}
.footerTop {
	 padding-top:60px;
	 padding-bottom:60px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.footer .vertical li a {
	padding:8px 0px;
}
.footerbottom {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li {
	list-style:none;
	display:inline; 
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.socialicons {
	line-height:25px;
	font-size:18px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px;
    font-size: 20px;
    opacity: .9;
    z-index: 99;
	line-height:25px;
}
/*--------------------------
Footer CSS ends here
---------------------------*/

/*----------------------------
27 - Boxed Layout
To use boxed layout wrap everything in new div , and put class boxed to that div... and put class box to body of that page to apply background image! Thanks.
----------------------------*/
.boxed {
	max-width:1200px; 
	margin:auto;
	box-shadow:2px 0px 1px 2px #CCC;
}
.boxed .owl-prev , .boxed .owl-next { 
    position: relative;
}
.boxed .owl-prev:hover , .boxed .owl-next:hover { 
    position: relative;
}
.boxed .owl-next { 
	float:left;
	right:0px;
	margin-left:5px;
}
.boxed .owl-prev { 
	float:left;
	left:0px;
	margin-right:5px;
}
.boxed .owl-controls {
	margin-top:10px; 
}
body.box {
	background-image:url(images/help/bodybg.jpg); 
	background-repeat:repeat;
}
.boxed .services {
	padding-left:15px;
	padding-right:15px; 
}
.services .service {
	padding:5px; 
}
/*------------------------------------------------
Boxed Layout Ends 
--------------------------------*/

/*-------------------------------
Page Preloader Starts 
--------------------------------*/
body {
	height:100%;
	overflow:hidden;
}
.loaded {
	height:auto;
	overflow-y:visible; 
}
.preloader {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#FFF;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:99999999999999; 
}
.cssload-thecube {
	width: 74px;
	height: 74px;
	position:absolute;
	top:50%;
	left:50%;
	margin: 0 auto;
	margin-top:-37px;
	margin-left:-37px;
	z-index:999999933;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1377c5;
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
/*-----------------------------------------
Page Preloader Ends here
--------------------------------------*/

/*-------------------------------
28 - Mobile Adjustments Media Queries
--------------------------------*/
@media only screen and (max-width: 942px) {
.boxed {
	max-width:100%; 
	margin:auto;
	border-left:0px;
	border-right:0px;
}	
.owl-prev , .owl-next { 
    position: relative;
}
.owl-prev:hover , .owl-next:hover { 
    position: relative;
}
.owl-next { 
	float:left;
	right:0px;
	margin-left:5px;
}
.owl-prev { 
	float:left;
	left:0px;
	margin-right:5px;
}
.owl-controls {
	margin-top:10px; 
}
/*-Top Navigation CSS*/

.navigation .dropdown.menu>li {
	display:block;
	position:relative;
	width:100%;
	clear:both; 
}
.navigation .dropdown.menu>li img {
	max-width:100%; 
}
.navigation .dropdown.menu>li iframe {
	max-width:100%; 
}
.inner-mega {
	width:100%;
	padding:15px; 
}
.navigation .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	width:100%; 
}
.top-bar-title {
	display: block;
    width: 100%;
    float: none;
    padding: 15px;
    padding-bottom: 25px;
    clear: both;
	padding-top:10px;
}
.navigation .accordion-menu {
	padding-left:15px;
	padding-right:15px; 
}
.inner-mega {
	min-width:100%;
}
.is-submenu-item .inner-mega:last-child {
	margin-bottom:10px; 
}
.title-section h1 {
	text-align:center; 
}
.breadcrumbs li {
	line-height:30px;
}
.breadcrumbs li a {
	text-align:center; 
}
.services-wrap .services { 
	padding-left:15px;
	padding-right:15px;
}
.breadcrumbs {
	text-align:center; 
}
.breadcrumbs li {
	display:inline;
	float:none; 
}
.breadcrumbs li a {
	display:inline-block;
	text-align:center; 
}
/*Footer Settings*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
.time-table {
	text-align:center; 
}
.logo {
	text-align:center;
	margin:auto; 
}
.logo-small {
	text-align:left;
}


.row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.row .small-12:last-child { 
	margin-bottom:0px;
}
.row .small-12:first-child {
	margin-top:0px; 
}
.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
	padding:0px;
}
.row .rowright {
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;
}
}
/*-------------------------------
Mobile Adjustments Media Queries
--------------------------------*/
