/*
	Theme Name: Maxi Health
	Theme URI: http://premiumlayers.net/demo/wp/maxi-health/
	Author: PremiumLayers
	Author URI: https://themeforest.net/user/premiumlayers/portfolio
	Description: A fully responsive ultra-customizable Worpdress theme.
	Version: 1.3.4
	License: GNU General Public License
	License URI: license.txt
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: maxi-health
*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		-- Top Header
		-- Middle Header

	## Footer
		-- Contact Details
		-- Footer Widget
		-- Bottom Footer
		
	## Page Banner
	
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */
body, html {overflow-x: hidden !important}
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000;
   /* overflow-x: hidden !important;*/
	
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.top-header .col-md-6:last-child > a,
.middle-header .location p,
.middle-header .phone p,
.contact-details .detail-box h4,
.footer-main .widget-title,
.footer-main .widget-newsletter .social h6,
.banner-left a,
.banner-left h3,
.bottom-footer p,
.error-section h3,
.section-header h3,
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a,
.message-block h3,
.message-block a,
.service-block h3,
.call-out-content h3,
.call-out-content a,
.what-we-do-block h3,
.what-we-do-block-content h5,
.team-section .container > a,
.we-are-best-block .we-are-best-content h3,
.happy-customer h3,
.testimonial-quote h4,
.latest-news .section-header a,
.contact-block p,
.comment-form  input[type="submit"],
.comment-section .media-reply  a,
.comment-section .media-heading > .comment-minute,
.comment-section .media-heading span:first-child,
.appoinment-form h3,
.statistics-content > span,
.entry-title,
.entry-title a {
    font-family: 'Raleway', sans-serif;
}

.banner-left span, .banner-left h5.tblock {
    font-family: 'Philosopher', sans-serif;
}

.page-banner h3,
.member-name h6,
.portfolio-item-hover h3,
.enquiry-form  input[type="submit"],
.enquiry-form label,
.enquiry-us .form-group,
.enquiry-us .section-heading,
.contact-block span,
.section-heading,
.author-content > a {
    font-family: 'Montserrat', sans-serif;
}
.top-header .col-md-6:last-child > a > span,
.portfolio-item-hover h4 {
    font-family: 'Lato', sans-serif;
}


/* - Padding/Margin */
.no-padding {
    padding: 0 ;
}
.nosidespadding{  padding-right: 0 ;  padding-left: 0 ;}
.no-left-padding {
    padding-left: 0 !important;
}
.no-right-padding {
    padding-right: 0 !important;
}
.no-top-padding {
    padding-top: 0 !important;
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-left-margin {
    margin-left: 0 !important;
}
.no-right-margin {
    margin-right: 0 !important;
}
.no-top-margin {
    padding-top: 0 !important;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.widget_search.widget {padding-top:15px}

/* ## Header */
/* -- Top Header */
.top-header ul,
.top-header ul li,
.top-header .col-md-6:last-child > a {
    display: inline-block;
}
.top-header p,
.top-header ul {
    margin-bottom: 0;
}
.top-header ul li  a,
.top-header .col-md-6:last-child > a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header {
    background-color: #f0f2f4;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13);
    padding-bottom: 10px;
    padding-top: 10px;
}
.top-header p {
    font-size: 13px;
    color: #777;
    line-height: 30px;
}
.top-header .col-md-6:last-child > a {
    background-color: #33a9ee;
    color: #fff;
    padding: 10px 30px 10px 47px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 11px;
    position: relative;
    text-decoration: none;
    margin-left: 13px;
}
.top-header .col-md-6:last-child > a > span {
    margin-right: 18px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.top-header .col-md-6:last-child > a:hover {
    background-color: #0879bf;
}
.top-header ul li {
    margin: 0 16px;
}
.top-header ul li a {
    color: #999;
}
.top-header ul li a:focus,
.top-header ul li a:hover {
    color: #4099ff;
}

/* -- Middle Header */
.middle-header {
    padding: 35px 0;
    background-image: url("images/header-bg.jpg");
    background-repeat: repeat-x;
}
.middle-header .location,
.middle-header .phone {
    display: inline-block;
    text-align: left; 
    margin-bottom: 5px;
    margin-top: 5px;
}
.middle-header .phone {
    margin-left: 60px;
}
.middle-header .location h3,
.middle-header .phone h3,
.middle-header .phone a,
.middle-header .phone h3 a {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #222;
    margin-top: 0;
    letter-spacing: 0.5px;
}
.middle-header .location p,
.middle-header .phone p {
    color: #5a5c5d;
    margin-bottom: 0;
}

/* ## Footer */
.footer-main {
    background-color: #15191c;
    margin-top: 60px;
}

/* -- Contact Details */
.contact-details,
.contact-details .detail-box {
    position: relative;
}
.contact-details {
    margin-top: -60px;  
	margin-bottom: 60px;  
}
.contact-details:before,
.contact-details:after {
    content: "";
    position: absolute;
    border-bottom: 60px solid #0072b5; 
    top: 0;
}
.contact-details:before {
    border-left: 20px solid transparent;
    left: -20px;
}
.contact-details:after {
    border-right: 20px solid transparent;
    right: -20px;
}
.contact-details .detail-box {
    padding: 30px 15px 30px 97px;
    background-color: #33a9ee;
}
.contact-details .detail-box,
.contact-details .detail-box a { 
    color: #fff;
}
.contact-details .detail-box i {
    width: 56px;
    height: 61px;
    position: absolute;
    left: 0;
    line-height: 60px;
    background-color: #2098df;
    text-align: center;
    border-bottom: 1px solid #2098df;
}
.contact-details .detail-box h4 { 
    font-size: 13px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.contact-details .detail-box p { 
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}
.contact-details .detail-box.phone-box {
    background-color: #2098df;
}
.contact-details .detail-box.phone-box i {
    background-color: #0f89d1;
    border-bottom-color: #fff;
}
.contact-details .detail-box.mail-box {
    background-color: #0f89d1;
}
.contact-details .detail-box.mail-box i {
    background-color: #0779bc;
}

/* -- Footer Widget */
.footer-main .widget {
    padding-right: 60px;
    padding-bottom: 0;
    color: #888;
    background-color: transparent;
    margin-bottom: 0;
    border: none;
}
.footer-main .widget-about h3 {
    margin-bottom: 35px;
    margin-top: 0;
}
.footer-main .widget-about > p {
    margin-bottom: 0;
    line-height: 24px;
}
.footer-main .widget-about .time-schedule {
    padding-right: 45px;
    padding-top: 40px;
}
.footer-main .widget-about .time-schedule p { 
    padding-bottom: 10px;
    border-bottom: 1px solid #26292c;
    margin-bottom: 20px;
    line-height: 18px;
}
.footer-main .widget-about .time-schedule p span {  
    float: right;
}
.footer-main .widget-title {
    font-weight: bold;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    border-bottom: none;
}
.footer-main .widget-title:before { 
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #33a9ee;
}

/* -- Widget Links */
.widget-links {
    margin-top: 20px;
}
.widget-links ul {
    list-style: none;
    margin: 0 -10px;
}
.widget-links ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 23px;
    padding: 0 10px;
}
.widget-links ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    color: #888;
    letter-spacing: 0.5px;
}
.widget-links ul li a:before {
    content: "\f105";
    font-family:'FontAwesome';
    font-size: 14px;
    margin-right: 8px;
}

/* -- Widget Newsletter */
.footer-main .widget.widget-newsletter {
    padding-right: 0;
    margin-top: 20px;
}
.footer-main .widget-newsletter p {
    margin-bottom: 20px;
    line-height: 24px;
}
.footer-main .widget-newsletter .input-group {
    position: relative;
    padding-right: 80px;
    display: inline-block;
    width: 100%;
    margin-bottom: 34px;
}
.footer-main .widget-newsletter .input-group input {
    background-color: #1a1f22;
    border: 1px solid rgba(140,140,140,0.1);
    padding: 16px 15px;
    font-size: 13px;
    height: auto;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    line-height: 13px;
}
.footer-main .widget-newsletter .input-group span {
    position: absolute;
    right: 0;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.footer-main .widget-newsletter .input-group span button {
    height: 50px;
    width: 100%;
    background-color: #0f89d1;
    border-radius: 0;
    border: none;
    font-size: 25px;
    color: #fff;
}
.footer-main .widget-newsletter .social h6 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-main .widget-newsletter .social li,
.footer-main .widget-newsletter .social li a {
    display: inline-block;
}
.footer-main .widget-newsletter .social li {
    margin: 0 5px;
}
.footer-main .widget-newsletter .social li:first-child {
    margin-left: 0;
}
.footer-main .widget-newsletter .social li a {
    width: 32px;
    height: 32px;
    border: 2px solid #9a9a9c;
    text-align: center;
    line-height: 28px;
    color: #b1b1b2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-main .widget-newsletter .social li a:hover { 
    background-color: #fff;
    color: #2d3741;
}

/* -- Bottom Footer */
.bottom-footer {
    background-color: #111416;
    padding: 30px 0;
    text-align: center;
    margin-top: 72px;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #555;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

/* ## Page Banner */
.page-banner,
.page-banner .container,
.page-banner h3 {
    position: relative;
}
.page-banner .container {
    z-index: 2;
}
.page-banner {
    max-height: 400px;
    min-height: 400px;
    background-image: url("images/error-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 135px;
    text-align: center;
    position: relative;
    color: #fff;
}
.page-banner::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-banner h3 {
    font-size: 38px;
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-banner h3:before {
    background-color: #00a0ff;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.page-banner p {
    font-size: 16px;
    line-height: 17px;
    position: relative;
    z-index: 3;
    letter-spacing: 1px;
}
.page-banner .breadcrumb {
    background-color: transparent;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.page-banner .breadcrumb > li + li::before {
    content: "\f105";
    font-family:'FontAwesome';
    font-size: 14px;
    margin: 0 8px;
}
.page-banner .banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* -- Page Banner */
.page-banner  {
    max-height: 350px;
    height: 350px;
}

.banner-shape {
    max-height: 230px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.shape-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.left-shape {
    padding: 78px 0;
    overflow: hidden;
    background-color: #fff;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.left-shape {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 0%);
}
.left-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #0f89d1;
}
.left-shape-blue {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 120% 100%, 0% 0%);
}

/* -- Right */
.shape-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}
.right-shape {
    padding: 78px 0;
    overflow: hidden;
    background-color: #fff;
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.right-shape {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
}
.right-shape-blue {
    padding: 78px 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #33a9ee;
}
.right-shape-blue {
    overflow: hidden;
    z-index: 4;
    -moz-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 84%, 0% 100%, 100% 100%, 100% 0%);
}
.services-banner {
    background-image: url("images/services-banner.jpg");
    background-position: center center;
}
.services-banner .left-shape {
    background-color: #f8fbff;
}
.services-banner .right-shape {
    background-color: #f1f8ff;
}
.team-banner {
    background-image: url("images/team-banner.jpg");
    background-position: center top;
}
.departments-banner {
    background-image: url("images/departments-banner.jpg");
    background-position: right bottom;
}
.departments-banner .left-shape {
    background-color: #33a9ee;
}
.departments-banner .right-shape {
    background-color: #fafafa;
}
.about-banner {
    background-image: url("images/about-banner.jpg");
    background-position: top center;
}
.blog-banner {
    background-image: url("images/blog-banner.jpg");
}
.blog-post-banner {
    background-image: url("images/blog-post-banner.jpg");
}
.gallery-banner {
    background-image: url("images/gallery-banner.jpg");
}
.contact-banner {
    background-image: url("images/contact-banner.jpg");
}

_:-ms-fullscreen, 
:root .banner-shape { display: none; }
_:-ms-input-placeholder, :root .banner-shape { display: none; }

/* ## Responsive */

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* ## Footer */
    /* -- Footer Widget */
    .footer-main .widget {
	padding-right: 50px;
    }
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* -- Middle Header */
    .middle-header .location h3,
    .middle-header .phone h3 {
	font-size: 23px;
    }
    .middle-header .location p,
    .middle-header .phone p {
	font-size: 12px;
    }
    .middle-header .phone {
	margin-left: 10px;
    }

    .page-banner {
	padding-top: 60px;
    }

    /* ## Footer */
    /* -- Contact Details */
    .contact-details .detail-box {
	padding-left: 57px;
    }
    .contact-details .detail-box i {
	width: 47px;
    }
    .contact-details .detail-box p {
	font-size: 12px;
    }
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
    /* -- Middle Header */
    .middle-header,
    .middle-header .col-md-9.text-right{
	text-align: center;
    }
    .logo-block,
    .middle-header .col-md-9	{
	float: none !important;
    }
    .middle-header .location,
    .middle-header .phone {
	margin-top: 20px;
    }
    .middle-header .phone {
	margin-left: 0px;
    }

    /* ## Footer */
    /* -- Footer Widget */
    .footer-main .widget {
	margin-bottom: 30px;
    }
    .footer-main .widget-about .time-schedule {
	padding-right: 15px;
    }

    .banner-shape {
	max-height: 130px;
	height: 130px;
    }

}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
    /* ## Footer */
    /* -- Footer Widget */
    .footer-main .widget-links ul li  {
	width: 100%;
    }

    /* -- Page Banner */

}

/* -- max-width: 991 */
@media (max-width: 991px) {
    /* -- Top Header */
    .top-header,
    .top-header .col-md-6.text-right{
	text-align: center;
    }
    .top-header ul {
	margin-bottom: 10px;
    }
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/**************Shorcodes.css*******************/
/*
	[Table of contents]

	## Shortcodes
		-- Photo Slider
		-- Message Broad
		-- Service Section
		-- Callout
		-- What We Do Best
		-- Team Section
		-- Department Section
		-- Counter Section
			-- Counter Section 2
		-- Latest News
		-- Error Section
		-- Blog Page
		-- Who We Are
		-- Portfolio Section
		-- Blog Post
		-- Contact Us
		-- Testimonial Section
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- max-width: 767
		-- max-width: 991
*/

/* ## Shortcodes */

/* -- Photo Slider */
.home-banner {
    background: url("images/banner-bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*padding-top: 100px;*/	
}
.home-banner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f2faff;
    opacity: 0.8;
    display: inline-block;
}
.banner-section > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-banner .left-shape {
    background-color: #33a9ee;
}
.home-banner .right-shape {
    background-color: #f7f7f7;
}

/* - Banner Left */
.banner-left {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 110px;
    position: relative;
}
.banner-left::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 85px;
    opacity: 0.1;
    text-align: center;
    background: url("images/heart-icon.png");
    max-width: 248px;
    min-height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.banner-left span, .banner-left h5.tblock {
    display: inline-block;
    width: 100%;
    color: #33a9ee;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
	background:none;
	padding-bottom:0;
}
.wpb_content_element.slide-span{margin-bottom:10px}
.banner-left h3 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.banner-left h3:after {
    position: absolute;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    max-width: 40px;
    height: 3px;
    background-color: #33a9ee;
}
.banner-left p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 40px;
    letter-spacing: 1px;
	position:relative;
}
.banner-left a {
    background-color: #33a9ee;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 207px;
    max-width: 207px;
    position: relative;
    z-index: 2;
}
.banner-left a > i {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

/* -- Message Broad */
/* -- Color */
.message-block h3,
.message-block p,
.message-block a,
.opening-hours .message-block a:hover,
.opening-hours .message-block a:hover > i {
    color: #fff;
}
.message-block a:hover,
.message-block a:hover > i,
.opening-hours .message-block p,
.opening-hours .message-block a,
.opening-hours .message-block h3,
.opening-hours .message-block li {
    color: #0f89d1;
}

.message-borad {
    position: relative;
    z-index: 5;
    background-color: #f7f7f7;
}
.message-borad::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #33a9ee;
    width: 50%;
    display: inline-block;
}
.message-block h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}
.message-block h3::after {
    position: absolute;
    content: "";
    left: 0;	
    bottom: 0;
    min-width: 20px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
}
.emargency-case {
    padding-right: 40px;
}
.message-block {	
    margin-top: 70px;
    margin-bottom: 80px;	
    padding-right: 50px;
}
.message-block:nth-child(2) {
    padding-left: 50px;
    padding-right: 0;
}
.message-block p {
    line-height: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.message-block a {
    padding: 10px 14px;
    border: 2px solid #c2e5fa;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}
.message-block a > i {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.message-block a:hover {
    background-color: #F7F7F7;
    transition: all 1s ease-in-out;
    border-color: #F7F7F7;
}
/* - Opening Hours */
.opening-hours {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}
.opening-hours-block {	
    padding-left: 0;
    padding-right: 70px;
}
.opening-hours .message-block h3::after,
.opening-hours .message-block h3::after {
    background-color: #0f89d1;
}
.opening-hours .message-block li {
    list-style: none;
    text-transform: capitalize;	
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}
.opening-hours .message-block li:first-child {
    margin-top: 10px;
}
.opening-hours .message-block li::after {
    position: absolute;
    content: "";
    background-color: #c9e1ef;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.opening-hours .message-block p {
    margin-bottom: 30px;
    padding-right: 0;
}
.opening-hours .message-block a {
    border-color: #54aadc;
}
.opening-hours .message-block a:hover {
    background-color: #33a9ee;
    transition: all 1s ease-in-out;
    border-color: #33a9ee;
}

/* -- Service Section */
.service-section {
    display: inline-block;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 117px;
}
.section-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 3px;
    background-image: url("images/section-seprator.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
}
.service-section .section-header h3,
.department-section .section-header h3,
.latest-news .section-header h3 {
    background-position: left bottom;
}
.section-header > p {
    font-size: 15px;
    color: #999;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0;
    padding-right: 100px;
    letter-spacing: 0.3px;
}
.service-block {
    display: inline-block;
    margin-top: 55px;
    width: 100%;
}
.service-block h3 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 17px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
}
.service-block h3::after {
    position: absolute;
    content: "";
    left: 0;	
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: #33a9ee;
    display: inline-block;
}
.service-block-icon {
    position: absolute;
    width: 70px;
    height: 70px;	
    background-size: cover;
    text-align: center;
    line-height: 70px;
    display: inline-block;
}
.service-block-icon::after,
.service-block-icon::before {
    content: "";
    position: absolute;
    border: 1px solid #eff1f2;
    border-radius:5px;
    z-index: 0;
}
.service-block-icon::after {
    top: 18px;
    left: 0;
    width: 100%;
    height: 35px;
}
.service-block-icon::before {
    left: 18px;
    height: 100%;
    width: 35px;
    height: 70px;
}
.service-block:hover .service-block-icon::after,
.service-block:hover .service-block-icon::before {
    background-color: #33a9ee;
    border-color:#33a9ee;
}
.service-block:hover .service-block-icon i {
    display: none;
}
.service-block:hover .service-block-icon i:nth-child(2) {
    display: block;
    background-color: #33a9ee;
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 5px 0;
    top: 13px;
    border-radius: 4px;
}
.service-block-icon i {
    background-color: #fff;
    width: 37px;
    height: 36px;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 5px 0;
    top: 13px;
    border-radius: 4px;
}
.service-block-icon i:nth-child(2) {
    display: none;
}
.service-block-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 0;
    margin: 0 auto;
}
.service-block-content {
    padding-left: 95px;
    top: 0;
}
.service-block-content .block-title::after {
    background-color: #33a9ee;
}
.service-block-content > p {
    color: #777;
    display: inline-block;
    line-height: 25px;
    padding-right: 40px;
}
/* -- Service Section 2 */
.service-section2 {
    background-color: #f5f6f7;
}
.service-section2 .service-block-icon::after, 
.service-section2 .service-block-icon::before,
.service-section2 .appoinment-form {
    background-color: #fff;
}


/* - Appoinment Form */
.appoinment-form {
    display: inline-block;
    width: 100%;
    padding: 25px;
    border: 6px solid #f0f2f4;
}
.appoinment-form img{
    display: inline-block;
    margin-right: 10px;
}
.appoinment-form h3 {
    display: inline-block;	
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
    letter-spacing: 1.2px;
}
.appoinment-form .form-control {
    border-radius: 0;
    font-size: 13px;
    color: #aaa;
    padding: 8px 12px;
    min-height: 38px;
    box-shadow: none;
}
.appoinment-form .form-control:focus {
    border-color: #000;
    box-shadow: none;
}
.input-group[class*="col-"] {
    width: 100%;
}
.appoinment-form .form-group {
    margin-bottom: 20px;
}
.appoinment-form .form-group:last-child {
    margin-bottom: 5px;
}
.appoinment-form input[type="checkbox"] {
    display: inline-block;
    margin-right: 8px;
    margin-top: 15px;
}
.appoinment-form span {
    font-size: 12px;
    color: #aaa;
    position: relative;
    top: -3px;
}
.appoinment-form .btn-submit {
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #33a9ee;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.appoinment-form .btn-submit:hover {
    background-color: #333;
    color: #fff;
    transition: all 1s ease-in-out;
}

/* -- CallOut */
/* Color */
.call-out-content h3,
.call-out-content a,
.call-out-content p {
    color: #fff;
}
.call-out {
    background: url("images/call-out-bg.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.call-out::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(51,169,238,0.92);
    display: inline-block;
}

/* - Call Out Content */
.call-out-content {
    padding: 70px 0;
}
.call-out-content h3 {
    font-size: 28px;
    font-weight: 500;	
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 12px;
    margin-top: 0;
}
.call-out-content span {
    font-weight: 700;
}
.call-out-content p {
    font-size: 17px;
    margin-bottom: 0;
}
.call-out-content .col-md-2 {
    text-align: right;
}
.call-out-content a {
    border: 2px solid #fff;
    padding: 18px 25px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 10px;
    display: inline-block;
}
.call-out-content a:hover {
    background-color: #fff;
    color: #33a9ee;
    transition: all 1s ease-in-out;
}

/* -- What We Do Best */
.what-we-do-best {
    text-align: center;
}
.what-we-do-left {
    position: relative;
    width: 34.75%;
}
.what-we-do-best-left::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #3cabed;
    opacity: 0.15;
}
.what-we-do-right {
    width: 65.25%;
} 
.what-we-do-block {
    background-color: #f9fcff;		
    border-right: 1px solid #eff3f7;
    border-bottom: 1px solid #eff3f7;
    position: relative;
    display: inline-block;
    width: 100%;
}
.what-we-do-block::after,
.what-we-do-block > img,
.what-we-do-block-content i img,
.what-we-do-block-content h5,
.what-we-do-block p {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.what-we-do-block::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #006199;
    opacity: 0;
    border-color: transparent;
}
.what-we-do-block > img {
    opacity: 0;
    position: relative;
}
.what-we-do-block:hover::after {
    opacity: 0.8;
}
.what-we-do-block:hover img {
    opacity: 1;
}
.what-we-do-block-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
    padding: 0 10px;
}
.what-we-do-block-content i {
    display: block;
    margin: 0 auto 10px;
    z-index: 1;
   
    height: 37px;
    overflow: hidden;
    position: relative;
}
.what-we-do-block-content i img { 
    position: relative;
    top: 0;
}
.what-we-do-block:hover i img {
    top: -37px;	
}
.what-we-do-block-content h5 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    z-index: 1;
    position: relative;
}
.what-we-do-block p,
.what-we-do-title .what-we-do-block p,
.what-we-do-title .what-we-do-block:hover p {
    color: #999;
    position: relative;
}
.what-we-do-block:hover h5, 
.what-we-do-block:hover p {
    color: #fff;
    z-index: 1;
}
/* -- Title */
.what-we-do-title .what-we-do-block:hover::after {
    display: none;
}
.what-we-do-title .what-we-do-block {
    background-color: #fff;	
}
.what-we-do-title .what-we-do-block h3 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* -- Team Section */
.team-section {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 118px 0;
    background-color: #fff;
}
.team-section h3 {
    margin: 0;
}
.team-section .section-header > p {	
    width: 100%;
    margin-top: 23px;
    margin-bottom: 45px;
    font-size: 16px;
    padding: 0;
}
.team-carousel {
    -webkit-box-shadow: 0 3px 1px #fbfbfb;
    -moz-box-shadow:0 3px 1px #fbfbfb;
    background-color: #fff;
    box-shadow: 0 3px 1px #fbfbfb;
}
.team-type {
    position: relative;	
    text-align: right;
}
.member-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;	
    color: #fff;	
    background-color: rgba(51,169,238,0.85);
    padding: 22px 28px;
    max-width: 340px;
    margin: 0 auto;
    opacity: 0;
}
.team-type:hover .member-content {
    opacity: 1;
    bottom: 0;
}
.team-type:hover .member-name,
.team-type:hover .member-contact {
    opacity: 1;
}
.team-carousel.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.member-name {
    text-align: left;
    float: left;
    clear: both;
    width: 100%;
    padding-right: 75px;
}
.member-name h6 {	
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 7px;
}
.member-name p {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
}
.member-contact {
    position: absolute;
    right: 28px;
}
.member-contact > a {
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
}
.team-section .container > a {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 12px 25px;
    color: #33a9ee;
    display: inline-block;
    margin-top: 35px;
}
.team-section .container > a > i {
    display: inline-block;
    margin-left: 5px;
    color: #33a9ee;
}
.team-section .container > a:hover {
    border-color: #0F89D1;
    background-color: #33a9ee;
    color: #fff;
}
.team-section .container > a:hover i {
    color: #fff;
}
.member-content,
.team-section .container > a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

/* -- Department Section */
.department-section {
    background-color: #F8FBFF;
}
.we-are-best {
    display: inline-block;
    padding-left: 253px;
    background-color: #f8fbff;
    padding-bottom: 120px;
    padding-top: 120px;
    padding-right: 80px;
}
.we-are-best-block .we-are-best-content h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    padding-bottom: 17px;
}
.we-are-best-block .we-are-best-content h3::after {
    position: absolute;
    content: "";
    left: 0;	
    bottom: 0;
    min-width: 20px;
    height: 3px;
    background-color: #33a9ee;
    display: inline-block;
}
.we-are-best .section-header > p {
    padding-right: 0;
}
.we-are-best-block {
    display: inline-block;
    margin-top: 52px;
}
.we-are-best-icon {
    position: absolute;
}
.we-are-best-content {
    padding-left: 75px;
    display: inline-block;
}
.we-are-best-content p {
    color: #999;
    display: inline-block;
    padding-right: 85px;
    line-height: 25px;
    margin-bottom: 0;
}

/* - Departments */
.departments {	
    padding-right: 205px;
    padding-top: 120px;
    padding-bottom: 146px;
}
.departments-bg img {
    position: relative;
    opacity: 0.05;
}
.departments-bg {
    position: absolute;	
    background-color: #f1f8ff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.departments .section-header {
    position: relative;
    z-index: 1;
    padding-left: 120px;
}
.departments .panel-group {
    position: relative;
    z-index: 1;
    top: 45px;
    padding-left: 120px;
}
.departments .panel {
    background-color: transparent;
    box-shadow: none;
}
.departments .panel-default > .panel-heading + .panel-collapse > .panel-body,
.departments .panel-default {
    border-color: transparent;
}
.panel-img,
.departments .panel-body > p {
    padding-top: 20px;
}
.departments .panel-heading {
    padding: 0;
    background-color: transparent;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default > .panel-heading .panel-title > a {	
    border: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    padding: 16px 15px;
    background-color: #46b1f0;
    border-bottom: 1px solid #dee8f3;
    color: #fff;
    width: 100%;	
    display: inline-block;
}
.panel-default > .panel-heading .panel-title > a.collapsed {	
    background-color: transparent;
    color: #2a2a2a;
    padding-left: 0;
}
.departments .panel-default .active > a {
    color: #fff;	
}
.departments  .panel-group .panel + .panel {
    margin-top: -1px;
}
.departments .panel-title a:focus,
.departments .panel-title a:hover {
    text-decoration: none;
}
.panel-img {
    position: absolute;
}
.departments .panel-body {
    padding-left: 165px;
    padding-top: 0;
    margin-bottom: 19px;
}
.departments .panel-body > p {
    color: #777;
    line-height: 25px;
    letter-spacing: 1px;
}
.departments .panel-body > a {
    color: #33a9ee;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
.departments .panel-body > a > i {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #59b9f1;
}

/* -- Counter Section */
.counter-section {
    background: url("images/happy-customer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 118px 0 75px;
}
.counter-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #33a9ee;
    opacity: 0.98;
    display: inline-block;
}

/* - Happy Customer */
.happy-customer h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding-bottom: 17px;
}
.happy-customer h3::after {
    position: absolute;
    content: "";
    left: 0;	
    bottom: 0;
    min-width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

.happy-customer p {
    font-size: 35px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
    line-height: 45px;
    padding-right: 50px;
}
.happy-customer p > span {
    font-weight: 600;
}
.happy-customer a {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 30px 14px;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    border: 1px solid transparent;
}
.happy-customer i {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.happy-customer a:hover {
    background-color: #33a9ee;
    color: #fff;
    transition: all 1s ease 0s;
    border-color: #fff;
}
/* - Counter App */
.counter-app .col-md-6 {
    padding: 4.5px;
    position: relative;
}
.counter-app .col-md-6::before,
.counter-app .col-md-6::after {
    position: absolute;
    content: "";
    background-color: #66bdef;
}
.counter-app .col-md-6::after {
    right: 0;
    width: 1px;
    bottom: 0;
    top: 0;
}
.counter-app .col-md-6::before {
    left: 0px;
    right: 0px;
    bottom: -1px;
    height: 1px;
}
.counter-app .col-md-6:nth-child(1)::after {
    top: 10px;
    bottom: 0px;
}
.counter-app .col-md-6:nth-last-child(2)::after {
    top: 0px;
    bottom: 10px;
}
.counter-app .col-md-6:nth-child(2n+1)::before {
    left: 10px;
}
.counter-app .col-md-6:nth-child(2n+2)::before {
    right: 10px;
}
.counter-app .col-md-6:last-child::after,
.counter-app .col-md-6:nth-child(2n+2)::after,
.counter-app .col-md-6:nth-last-child(1)::before,
.counter-app .col-md-6:nth-last-child(2)::before {
    display: none;
}

/* - Statistics Box */
.statistics-box {	
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 35px 30px 35px 0;
}
.statistics-box i {	
    display: inline-block;
    width: 100%;
    text-align: left;
    position: absolute;
    margin-top: 15px;
}

/* - Statistics Content */
.statistics-content {
    display: inline-block;
    padding-left: 50px;
    text-align: left;
}
.statistics-content > span {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}
.statistics-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.2px;
}

/* -- Counter Section 2 */
.counter-section2 {
    background: none;
    border-top: 1px solid #f1f1f1;
}
.counter-section2 .happy-customer h3,
.counter-section2 .happy-customer p,
.counter-section2 .statistics-content > span {
    color: #333;
}
.counter-section2 .happy-customer h3::after {
    background-color: #777;
}
.counter-section2 .happy-customer a {
    background-color: #47b1f0;
    color: #fff;
}
.counter-section2 .happy-customer a:hover {
    border-color: #777;
    color: #333;
    background-color: transparent;
}
.counter-section2 .statistics-content p {
    color: #777;
}
.counter-section2 .counter-app .col-md-6::before, 
.counter-section2 .counter-app .col-md-6::after {
    background-color: rgba(119,119,119,0.25);
}
.counter-section.counter-section2::before {
    background-color: transparent;
}

/* -- Latest News */
.latest-news {
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 120px;
}
.latest-news .section-header {
    position: relative;
}
.latest-news .section-header a {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    border: 2px solid transparent;
    color: #33a9ee;
    position: absolute;
    right: 0;
    top: 0;
}
.latest-news .section-header a > i {
    display: inline-block;
    margin-left: 5px;
    color: #33a9ee;
}
.latest-news  article {	
    margin-top: 45px;
    padding: 0 20px;
}
.entry-header:before { 
    content: "";
    background-color: #33A9EE;
    position: absolute;
    left: 186px;
    right: 0;
    top :0;
    bottom: 0;
    z-index: -1;
}
.entry-header {
    position: relative;
    z-index: 1;
    padding: 50px 0 60px;
}
.entry-cover {
    position: relative;
    margin-right: 56px;
}
.entry-cover img {
    -moz-box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	width:100%;
}
.entry-header:empty{padding:20px 0 30px}
.entry-cover:hover::before,
.entry-cover:hover::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #343434;
    opacity: 0.75;
    z-index: 1;
    transition: all 1s ease-in-out;
}
.entry-cover:hover::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
.entry-cover a.read-more {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;    
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    margin: 10px;
    z-index: 1;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}
.entry-cover:hover a.read-more {
    opacity: 1;
}
.read-more i {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 13px;
    font-size: 20px;
}
.entry-meta {
    position: absolute;
    left: -137px;
    z-index: 0;
}
.entry-meta a {
    color: #0078bf;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    text-decoration: none;
}
.entry-meta i {
    display: inline-block;
    margin-right: 10px;
}
.entry-meta a > span {
    display: inline-block;
    margin-left: 5px;
    color: #0078bf;
}

/*  - Entry Content */
.entry-content {
    background-color: #33a9ee;
    color: #000;
    padding: 0 9% 6% 7%;
    position: relative;
    margin-left: 186px;
}
.entry-title,
.entry-title a {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.entry-title a:hover {
    color: #fff;
}
.entry-content > h3 {
    margin: 0;
}
.entry-content .post-meta {
    color: #fefefe;
    opacity: 0.5;
    z-index: 1;
    position: relative;
}
.entry-content .post-meta a {
    color: #fefefe;
    text-decoration: none;
}
.entry-content p {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

/* -- Error Section */
.error-section .section-padding {
    width: 100%;
    display: inline-block;
}
.error-section {
    text-align: center;
}
.error-section h3 {
    font-size: 30px;
    font-weight: 500;
}
.error-section p {
    font-size: 18px;
}
.error-section img {
    margin: 60px 0;
}
.error-section .container .col-md-6 {
    display: block;
    margin: 0 auto;
    float: none;
}
.error-section .container .col-md-6 .input-group {
    border: 1px solid #dfe3e4;
    border-radius: 2px;
    padding: 6px 12px;
}
.error-section .container .col-md-6 .input-group input {
    color: #777;
}
.error-section .container .col-md-6 .input-group input,
.error-section .container .col-md-6 .input-group span .btn {
    border: none;
    box-shadow: none;
    outline: none;
}
.error-section .container .col-md-6 .input-group span .btn i {
    font-size: 18px;
    color: #dfe3e4;
}

/* -- Blog Page */
/* - Page Content */
.page-content {
    display: inline-block;
    width: 100%;
    margin-top: 57px;
}

/* -- Blog Area */
.blog-area {
    text-align: center;
    padding-bottom: 90px;
}

/* - Blog Post List */
.blog-post-list {
    display: inline-block;
    margin-bottom: 45px;
    text-align: left;
}
.blog-post-list .entry-content {
    padding: 0 4.5% 2% 4.5%;
}
.blog-post-list .entry-content p {
    padding-right: 15px;
}

/* - Pagination */
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a,
.ow-pagination .pagination > li:last-child > span {
    border-radius: 0;
}
.ow-pagination .pagination {
    border-radius: 0;
    margin: 0;
}
.ow-pagination .pagination li {
    margin-right: 10px;
    display: inline-block;
    margin-top: 15px;
}
.ow-pagination .pagination li a {
    line-height: 23px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #d1d1d1;
    background-color: transparent;
    border-color: #d1d1d1;
    font-weight: 700;
}
.ow-pagination .pagination li:hover a{
    border-color: #2098df;
    color: #2098df;
    background-color: transparent;
}
/*	- Widget */
.widget {
    background-color: #f7f7f7;
    padding: 0 15px 30px;
    margin-bottom: 45px;
}
/*	- Widget Title */
.widget-title {
    font-size: 22px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    border-bottom: 2px solid #41a7dd;
}
.widget-search .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;	
    color: #777;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
.widget-search .btn-default {
    border-radius: 0;
    background-color: #0f89d1;
    border: 1px solid #0f89d1;
}
.widget-search .btn-default i {
    color: #fff;
}
/* - Categories Type */ 
.categories-type {
    list-style: none;
    position: relative;	
}
.categories-type li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.categories-type li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.categories-type li::before {
    position: absolute;
    content: "\f101";
    left: 0;
    color: #777;
    font-family:'FontAwesome';
}
.categories-type li a {
    margin-left: 20px;
    color: #777;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-decoration: none;	
    text-transform: capitalize;
}
.categories-type li:hover a {
    color: #000;
    transition: all 1s ease 0s;
}
.categories-type li a > span {
    float: right;
    clear: both;
    font-weight: 600;
}

/* - Social Media */
.widget-social-media ul {
    list-style: none;	
}
.widget-social-media ul li {
    display: inline-block;	
    margin-right: 4px;
    margin-bottom: 8px;
}
.widget-social-media ul li:last-child {
    margin-right: 0;
}
.widget-social-media ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
.widget-social-media ul li a { 
    color: #fff;
    border: 1px solid transparent;
}
.widget-social-media .tw {
    background-color: #31aae2;
}
.widget-social-media .tw:hover {
    color: #31aae2;	
    border-color: #31aae2;
}
.widget-social-media .fb {
    background-color: #3b579d;
}
.widget-social-media .fb:hover {
    color: #3b579d;	
    border-color: #3b579d;
}
.widget-social-media .gp {
    background-color: #dd4b39;
}
.widget-social-media .gp:hover {
    color: #dd4b39;	
    border-color: #dd4b39;
}
.widget-social-media .inst {
    background-color: #396892;
}
.widget-social-media .inst:hover {
    color: #396892;	
    border-color: #396892;
}
.widget-social-media .ln {
    background-color: #1060a6;
}
.widget-social-media .ln:hover {
    color: #1060a6;	
    border-color: #1060a6;
}
.widget-social-media .tm {
    background-color: #34465d;
}
.widget-social-media .tw:hover,
.widget-social-media .fb:hover,
.widget-social-media .gp:hover,
.widget-social-media .inst:hover,
.widget-social-media .ln:hover,
.widget-social-media .tm:hover {
    background-color: #fff;
    transition: all 1s ease 0s;
}
.widget-social-media .tm:hover {
    color: #34465d;	
    border-color: #34465d;
}
/* - Recent Post Box */
.recent-post-box {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.recent-post-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.recent-post-box  img {
    position: absolute;
}
.recent-post-box img:hover {
    opacity: 0.5;
}
.recent-title {
    float:left;
	width:170px;
    padding-left: 85px;
}
.recent-title a {
    text-decoration: none;
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.recent-title a > span{
    color: #037adf;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;	
}
.recent-title span i {
    display: inline-block;
    margin-right: 10px;
}
/* - Archive Type */
.archives-type {
    margin-bottom: 0;
}
.archives-type li a > span {
    font-weight: 400;
}
/* - Widget Tags */
.widget-tags a {
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ececec;
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    color: #777;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.widget-tags a:hover {
    background-color: #037adf;
    border-color: #037adf;
    color: #fff;
    transition: all 1s ease 0s;
}
.widget-tags .widget {
    padding-bottom: 20px;
}
/* -- Who We Are */
.who-we-are {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 110px;
    background-color: #fff;
}
.who-we-are-block .section-header h3 {
    margin-bottom: 25px;
}
.who-we-are-block .section-header p {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
}
.who-we-are-block .section-header p:last-child {
    margin-bottom: 10px;
}

/* -- Testimonial Section */
.testimonial-section {
    /*background: url("images/testimonial/testimonial-bg.jpg");	
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;	
    /*max-height: 460px;
    min-height: 460px;*/
    padding-top: 95px;
    padding-bottom: 95px;
    text-align: center;	
    background-position: center center;
}
/*.testimonial-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f4f9ff;
	opacity: 0.97;
	display: inline-block;
}*/

/* - Section Header */
.testimonial-section .section-header {
    display: block;
    margin-bottom: 35px;
}
.testimonial-section .section-header h3 {
    font-size: 17px;
    color: #232323;
    letter-spacing: 2px;
}
.testimonial-section .item > p {
    font-size: 18px;
    color: #666;
    padding: 0 14%;;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.3px;
    line-height: 28px;
}

/* - Testimonial Author */
.testimonial-quote {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-top: 42px;
}
.testimonial-quote > i {
    background-color: #33a9ee;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    width: 37px;
    height: 37px;
    position: absolute;
    left:0;
    display: inline-block;
}
.testimonial-quote h4,
.testimonial-quote > p {
    padding-left: 50px;
}
.testimonial-quote h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.testimonial-quote > p {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 50px;
    display: inline-block;
    color: #666;
    letter-spacing: 0.3px;
}

/* - Carousel Indicators */
.testimonial-section .carousel-indicators {
    bottom: -20px;
}
.testimonial-section .carousel-indicators li {
    background-color: #c8d7e8;
    border: none;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin: 0;
    margin-right: 5px;
}
.testimonial-section .carousel-indicators li.active {
    background-color: #000;
    height: 6px;
    width: 6px;
    margin-right: 5px;
    text-indent: 0;
}

/* -- Portfolio Section */
.portfolio-section {
    text-align: center;
}
.portfolio-categories {
    margin-bottom: 35px;
    text-align: center;
}
.portfolio-categories li {
    display: inline-block;
}
.portfolio-categories li a { 
    color: #777;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: 'montserrat';
	font-weight:300;
    font-size: 14px;
}
.portfolio-categories li a::before {
    content: "/";
    margin-right: 16px;
    margin-left: 16px;
    color: #777;
}
.portfolio-categories li:first-child a::before {
    margin: 0;
}
.portfolio-categories li:first-child a::before {
    content: "";
}
.portfolio-categories li a:hover,
.portfolio-categories li a:focus,
.portfolio-categories li a.active {
    color: #33a9ee;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}
.portfolio-item::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.70);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0;
}
.portfolio-item > a {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.portfolio-item-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.portfolio-item-hover h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.portfolio-item-hover h4 {
    font-size: 12px;
    color: #33a9ee;
    margin-bottom: 0;
}
.portfolio-item:hover .portfolio-item-hover,
.portfolio-item:hover::before,
.portfolio-item:hover > a { 
    opacity: 1;
}
.portfolio-section .ow-pagination {
    margin-top: 30px;
}

/* -- Blog Post */
.single-post .entry-cover:hover::before,
.single-post .entry-cover:hover::after { 
    background-color: transparent;
}
.single-post .entry-cover:hover::after {
    border: none;
}
.single-post .entry-title {
    text-decoration: none;
}
/* - About Author */
.about-author {
    display: inline-block;
    text-align: left;	
    margin-bottom: 20px;
    position: relative;
}

/* - Author Img */
.author-img {
    width: 128px;
    height: 128px;
    position: absolute;
}
.author-img img {	
    position: absolute;	
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #f0f0f0;	
    background-color: #f8f8f8;
}

/* - Author Content */
.author-content {
    padding-left: 175px;
}
.author-content > a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    color: #222;	
    display: inline-block;	
    margin-bottom: 5px;
}
.author-content p {
    font-size: 15px;
    color: #777;	
    line-height: 25px;	
    margin-bottom: 20px;
}
.author-content span a {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
    background-color: #cccdce;
    border: 1px solid transparent;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.author-socials a:hover {
    border-color: #cccdce;
    background-color: transparent;
    color: #cccdce;
    border: 1px solid #cccdce;
}

/* - Comment Section */
.comment-section {
    display: inline-block;	
    margin-bottom: 30px;
    text-align: left;
    margin-top: 30px;	
}

/* - Section Heading */
.section-heading {
    font-size: 26px;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.comment-section .section-heading span {
    margin-right: 5px;
}
.comment-section .media-left {
    float: left;
    clear: both; 
    border-radius: 100%;
    border: 1px solid #f0f0f0;	
    background-color: #f8f8f8;
    padding: 4px;
}
.comment-section .media-left img {
    border-radius: 100%;
    border: 1px solid #f0f0f0;	
    background-color: #f8f8f8;
}
.comment-section .media-left img {	
    display: inline-block;
}
.comment-section .media-list {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.comment-section .media-content {	
    margin-left: 18px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 27px;
}
.comment-section .media-body .media-list .media-content {
    border: none;
}
.comment-section .media-body .media-list {
    border-bottom: 1px solid #e5e5e5;
}
.comment-section .media-heading span:first-child {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    display: inline-block;	
    margin-right: 5px;
}
.comment-section .media-heading > .comment-minute  {
    color: #33a9ee;
    font-size: 13px;
    text-transform: capitalize;
    display: inline;
    font-weight: 600;
}
.comment-section .media-heading .comment-minute > span {
    margin-right: 5px;
    color: #33a9ee;	
    font-size: 13px;	
}
.comment-section .media-content .comment-content {
    font-size: 15px;
    color: #777;
    margin-top: 10px;
    line-height: 25px;
    padding-right: 58px;
}
.comment-section .media-reply i {
    font-size:  15px;
    color: #333;
}
.comment-section .media-reply  a {
    font-size:  17px;
    color: #33a9ee;
    font-style: italic;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
}
.comment-section .media-reply  a:hover {
    color: #333;
}
.comment-section .media-left .media-reply {
    display: inline-block;
    margin-top: 10px;
}

/* -- Leave Comment */
.leave-comment {
    display: inline-block;	
    width: 100%;
    text-align: left;
}
.leave-comment .section-heading {
    display: inline-block;
    margin-bottom: 30px;
}
.comment-form .form-group {
    margin-bottom: 20px;
    text-align: left;
}
.comment-form .form-group:last-of-type {
    margin-bottom: 0;
}
.comment-form .form-control {
    border-radius: 3px;
    box-shadow: none;
    min-height: 38px;
    color: #a3a3a3;
    border-color: #e2e1e1;
}
.comment-form textarea {
    display: inline-block;
    margin-bottom: 12px;
}
.comment-form  input[type="submit"] {
    background-color: #33a9ee;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid transparent;
    padding: 10px 35px;
    font-weight: 600;
    margin-left: 15px;
}
.comment-form  input[type="submit"]:hover {
    background-color: #fff;
    border-color: #33a9ee;
    color: #33a9ee;
    transition: all 1s ease 0s;
}

/* -- Contact Us */
.contact-us {
    display: inline-block;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}

/* - Contact Block */
.contact-block {
    border-right: 1px solid #f0f0f0;
    padding: 30px 0;	
}
.contact-us .col-md-4:last-child .contact-block{
    border: none;
}
.contact-block i {
    color: #3dadef;
    border: 2px solid #f0f0f0;
    display: inline-block;
    padding: 15px 25px 25px;
    font-size: 40px;
    max-width: 80px;
    max-height: 75px;
    margin-bottom: 15px;
    text-align: center;
}
.contact-block i:hover{
    background-color: #3dadef;
    color: #fff;
    transition: all 1s ease 0s;
    border-color: #3dadef;
}
.contact-block .fa-envelope {
    font-size: 30px;
    padding: 20px 25px 25px;
    max-width: 80px;
    max-height: 75px;
}
.contact-block span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.contact-block p {
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.contact-block p,
.contact-block a {
    color: #9e9e9e;
}

/* - Map */
.map{
    position: relative;	
}
.map-canvas {
    border: medium none;
    height: 500px;
    width: 100%;	
    display: inline-block;
    margin: 60px 0 ;
}

/* - Enquiry Us */
.enquiry-us {
    display: inline-block;
    width: 100%;
    padding: 0 12%;
    text-align: center;
    margin-bottom: 70px;
}
.enquiry-us .section-heading {
    color: #0f89d1;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 30px;
}
.enquiry-us .form-group {
    text-transform: uppercase;
    color: #444;
    font-size: 10px;
    letter-spacing: 1px;
}

/* - Enquiry Form */
.enquiry-form .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    border-color: #eee;
    box-shadow: none;
}
.enquiry-form .form-control:focus {
    border-color: #000;
}
.enquiry-form label {
    font-size: 10px;
}
.enquiry-form textarea {
    display: inline-block;
    height: 125px;
}
.enquiry-form  input[type="submit"] {
    background-color: #2098df;		
    letter-spacing: 1px;
    width: 100%;
    font-size: 12px;	
    margin-left: 0;
}
.enquiry-form  input[type="submit"]:hover {
    background-color: #fff;
    border-color: #2098df;
    color: #2098df;	
}

/* - Alert Msg */
.alert-msg {
    color: #ccc;
    display: inline-block;
    width: 100%;
    margin: 10px 18px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.alert-msg-success {
    color: #50B948;
}
.alert-msg-failure {
    color: #FF0000;
}


/* ## Responsive */
/* -- min-width: 1551 to max-width: 1750 */
@media only screen and (min-width: 1501px) and (max-width: 1750px) {
    /* -- Department Section */
    .we-are-best {
	padding-left: 100px;
    }
    .departments {
	padding-right: 100px !important;
    }
    .departments .section-header,
    .departments .panel-group {
	padding-left: 70px;
    }
}

/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
    /* -- Department Section */
    .we-are-best {
	padding-left: 50px;
    }
    .departments {
	padding-right: 50px;
    }
    .departments .section-header,
    .departments .panel-group {
	padding-left: 50px;
    }
    .we-are-best-content p {
	padding-right: 90px;
    }
}
/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    .we-are-best-content p {
	padding-right: 80px;
    }
    .we-are-best-block {
	margin-top: 35px;
    }
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* -- Photo Slider */
    .banner-left {
	padding-top: 105px;
    }
    .banner-left h3 {
	font-size: 30px;
    }
    /* -- Message Board */
    .message-block {
	padding-right: 35px;
    }
    /* -- CallOut */
    .call-out-content a {
	padding-left: 13px;
	padding-right: 13px;
    }

    /* -- What We Do Best */ 
    .what-we-do-title .what-we-do-block h3 {
	font-size: 14px;
    }
    .what-we-do-block-content i,
    .what-we-do-block-content h5 {
	margin-bottom: 5px;
    }
    .what-we-do-block p {
	line-height: 15px;
	font-size: 12px;
    }

    /* -- Department Section */
    .we-are-best {
	padding-left: 30px;
	padding-right: 30px;
    }
    .we-are-best .section-header > p {
	padding-right: 10px;
    }
    .we-are-best-block {
	margin-top: 30px;
    }
    .departments {
	padding-right: 30px;
	padding-bottom: 120px;
    }
    .departments .section-header,
    .departments .panel-group {
	padding-left: 30px;
    }
    .we-are-best-content p {
	padding-right: 14px;
    }
    .departments-bg img {
	padding-bottom: 55px;
    }

    /* -- Counter Section */
    .happy-customer p {
	padding-right: 70px;
	font-size: 30px;
    }
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* -- Photo Slider */
    .banner-left {
	padding-top: 20px;
    }
    .banner-left h3 {
	font-size: 20px;
    }
    .banner-left::before {
	bottom: 40px;
    }
    .banner-left a {
	margin-top: 10px;
    }
    /* -- Message Board */
    .message-block:nth-child(2) {
	padding-left: 0;
    }

    /* -- Department Section */
    .we-are-best {
	padding-left: 25px;
    }
    .we-are-best .section-header > p {
	padding-right: 10px;
    }
    .departments {
	padding-right: 25px;
    }
    .departments .section-header,
    .departments .panel-group {
	padding-left: 25px;
    }
    .we-are-best-content p {
	padding-right: 14px;
    }
    .departments-bg img {
	padding-bottom: 130px;
    }

    /* -- Counter Section */
    .happy-customer p {
	padding-right: 70px;
	font-size: 22px;
    }
    .statistics-box {
	padding: 35px 12px 35px 20px;
    }
    .statistics-content > span {
	font-size: 34px;
    }
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
    .section-header > p {
	padding-right: 15px;
    }
    /* -- Photo Slider */
    .banner-left {
	padding-top: 20px;
	padding-bottom: 100px;
    }
    .banner-left h3 {
	font-size: 18px;
    }
    .banner-right {
	display: none;
    }
    .home-banner .right-shape-blue {
	background-color: #0F89D1;
    }
    .home-banner .right-shape {
	background-color: #33A9EE;
    }
    /* -- Message Board */
    .emargency-case {
	padding-right: 15px;
    }
	.banner-left span, .banner-left h5.tblock{font-size:12px}
    .message-borad::before  {
	width: 100%;
	height: 51%;
	background-color: #33a9ee;
	top: 0;
	bottom: auto;
    }
    .message-block {
	margin: 70px auto;
	display: block;
	max-width: 235px;
	float: none;
	padding-right: 0;
    }
    .message-block:nth-child(2) {
	padding-left: 0;
    }
    .opening-hours {
	padding-left: 15px;
    }

    /* -- Service Section */
    .service-block {
	display: block;
	margin: 55px auto 0;
	max-width: 280px;
    }

    /* -- Callout */
    .call-out-content .col-md-2 {
	text-align: center;
	margin-top: 20px;
    }

    /* -- What We Do Best */
    .what-we-do-title {
	width: 100%;
    }
    .what-we-do-block-content i,
    .what-we-do-block-content h5 {
	margin-bottom: 5px;
    }
    .what-we-do-block p {
	line-height: 15px;
	font-size: 12px;
    }

    /* -- Team Section */
    .member-content {
	padding-left: 15px;
	padding-right: 15px;
    }

    /* -- Department Section */
    .we-are-best {
	padding-left: 20px;
	padding-right: 20px;
    }
    .we-are-best .section-header > p {
	padding-right: 20px;
    }
    .departments {
	padding-right: 20px;
    }
    .departments .section-header,
    .departments .panel-group {
	padding-left: 20px;
    }
    .we-are-best-content p {
	padding-right: 14px;
    }
    .departments-bg img {
	padding-bottom: 130px;
    }
    .departments .panel-img > img {
	max-width: 100px;
    }
    .departments {
	margin-bottom: 100px;
    }
    .departments .panel-body {
	padding-left: 130px;
	padding-right: 0;
    }
    .departments .section-header h3 {
	font-size: 17px;
    }

    /* -- Counter Section */
    .happy-customer {
	margin-bottom: 50px;
    }
    .happy-customer p {
	padding-right: 70px;
	font-size: 22px;
	padding-right: 15px;
    }
    .statistics-box {
	padding: 35px 12px 35px 10px;
    }
    .statistics-content > span {
	font-size: 30px;
    }

    /* -- Latest News */
    .latest-news .section-header a {
	margin-top: 50px;
	position: relative;
	left: 0;
	display: inline-block;
    }
    .entry-header {
	padding: 30px 0 40px;
    }
    .entry-header::before {
	left: 0px;
    }
    .entry-content {
	margin-left: 0px;
	padding: 0 3.9% 6% 3.9%;
    }
    .entry-cover {
	padding: 0 20px;
	margin-right: 0;
    }
    .entry-title {
	font-size: 12px;
    }
    .entry-meta {
	left: 0;
	position: relative;
    }
    .entry-meta a {
	font-size: 13px;
	margin-bottom: 15px;
    }
    .entry-meta a,
    .entry-meta a > span {
	color: #fff;
    }
    .entry-cover:hover::before {
	left: 20px;
	right: 20px;
    }
    .entry-cover:hover::after {
	left: 30px;
	right: 30px;
    }
    .widget-area {
	padding-left: 15px;
    }

    /* -- Blog Post */
    .author-img {
	width: 80px;
	height: 80px;
    }
    .author-content {
	padding-left: 100px;
    }
    .author-content span a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
    }

    /* -- Portfolio Section */
    .portfolio-item { 
	width: 370px;
	max-width: 100%;
	margin: 15px auto;
	float: none;
	right: 0;
    }
    .portfolio-categories li a {
	font-size: 13px;
    }

    /* -- Contact Section */
    .contact-block {
	border-right: none;
	border-bottom: 1px solid #f0f0f0;
    }
    .comment-form .form-group:last-of-type {
	margin-bottom: 20px;
    }
}

/* -- max-width: 767 */
@media (max-width: 479px) {
    /* -- What We Do Best */
    .what-we-do-right .col-xs-6 {
	width: 100%;
    }

    /* -- Counter Section */
    .statistics-content p {
	font-size: 11px;
    }

    .comment-section .media-list .media-left {
	width: 50px;
	height: 50px;
    }
    .comment-section .media-list .media-left img {
	width: 40px;
	height: 40px;
    }
}

/* -- max-width: 991 */
@media (max-width: 991px) {
    /* -- Service Section */
    .service {
	margin-bottom: 30px;
    }

    /* -- What We Do Best */ 
    .what-we-do-left,
    .what-we-do-right {
	width: 100%;
    }	

    /* -- Latest News */
    .latest-news article {
	max-width: 553px;
	margin: 45px auto 0;
	float: none;
    }
    .latest-news article:nth-child(2n+1) {
	margin-left: auto;
    }
    .latest-news article:nth-child(2n) {
	right: 0;
    }

    /* -- Blog Post */
    .comment-section .media-content .comment-content {
	padding-right: 0;
    }
}

/******************************************************************/
#page-banner{background-position: top center;}
#page-banner::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contact-details{
    background: #33a9ee;
    min-height: 124px;
    display: block;
}
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
    bottom: 40px;
}

#back-to-top .btn.btn-primary{
    border-radius: 3px;
    padding: 0;
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,.3);
    border: 2px solid transparent;
    color: #fff;
    opacity: .5;
}

#back-to-top .btn.btn-primary:hover{
    color: #fff;
    opacity: 1;
}
#back-to-top .btn.btn-primary i{margin: 0;}
.btn-search-404{background: transparent;}
/**********UNDER CONSTRUCTION*************/
.coming-soon {
    background-image: url("images/about-banner.jpg");
    background-size: cover;
    padding-top: 30%;
    position: relative;
    text-align: center;
}
.coming-soon:before {
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}

.coming-soon .section-header {
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.coming-soon .section-header:before {
    content: "";
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.coming-soon .section-header h3 {
    background-image: url("images/section-seprator.png");
    background-position: center bottom;
    color: #fff;
    position: relative;
    font-size: 32px;
}
.coming-soon .section-header p {
    color: #999;
    position: relative;
    font-size: 18px;
    padding-right: 0;
}
.coming-soon .countdown .countdown-section {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    border-right: 2px dotted #2a2a2a;
    padding: 5% 0;
    position: relative;
}
.coming-soon .countdown .countdown-section:last-child {
    border: none;
}
.coming-soon .countdown .countdown-section span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.coming-soon .countdown .countdown-section .countdown-amount {
    font-size: 52px;
    margin-bottom: 20px;
}

.coming-soon .countdown .countdown-section .countdown-period {
    font-size: 22px;
}

.coming-soon .container > p {
    color: #2a2a2a;
    position: relative;
    padding: 0 14%;
    font-size: 13px;
    line-height: 24px;
}
.coming-soon .container > ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 32px;
}
.coming-soon .container > ul li {
    display: inline-block;
    margin: 0 5.5px;
}
.coming-soon .container > ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(42,42,42,0.85);
    line-height: 28px;
    color: #3f4346;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.coming-soon .container > ul li a:hover {
    background-color: #fff;
}
div.clock{ margin-bottom: 40px;}
div.clock div.col-md-2{
    margin:0 16px 20px 16px; 
    padding:5% 0;
    border-right: 2px dotted #2a2a2a; 
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
div.clock div.col-md-2:last-child{border: none;}
div.clock div span {
    display: block; 
    font-size: 52px; 
    margin-bottom: 20px;

}
.coming-soon ul.social-shortcode li a{
    border: 2px solid rgba(42,42,42,0.85);
    color: #3f4346;
}

/************BLOG*****************/
.blog-post-list .entry-meta i{margin-right: 5px; color: #0078bf;}
.blog-post-list .entry-meta a{display: inline; float: none;}
.blog-post-list .post-meta .post-admin{display: inline-block;}
.entry-cover.cover2:hover::before,
.entry-cover.cover2:hover::after{
    content: none;
    background: none;
    border: none;
}
.blog-post-list.gallery .flexslider{border: none; background: none;}
.blog-post-list.video .flex-video iframe{width: 100%; margin-bottom: -5px;}
.blog-post-list.format-quote blockquote{color: #fff;}
.author-content .author-name{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 24px;
    color: #222;
    display: inline-block;
    margin-bottom: 5px;
}
.comment-section, .about-author{display: block;}
.comment-section ul.comment-tree {margin-bottom: 45px;}
ul.comment-tree li ul.children{margin-left: 85px;}
.comment-section .comment-tree .media-content{border-bottom: none;}
.comment-section .comment-tree .media-body{border-bottom: 1px solid #e5e5e5;}
span.edit-link{
    color: #33a9ee;
    font-size: 13px;
    text-transform: capitalize;
    display: inline;
    font-weight: 600;
}
/*****************PORTFOLIO**************/
.portfolio-icons a{
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.portfolio-icons a:hover{text-decoration: none;}
.portfolio-icons a i{
    color: #fff;
    font-size: 49px;
}
.portfolio-item:hover .portfolio-item-hover, .portfolio-item:hover::before, 
.portfolio-item:hover .portfolio-icons a {
    opacity: 1;
}
.portfolio-categories li a{cursor: pointer;}
/*****************widgets*************/
.sidebar-widget img, .sidebar-widget select{
	max-width: 100%;
	height: auto;
}
.sidebar-widget select{display: block;}
/*categories*/

.widget.widget_categories ul,
.widget.widget_archive ul, 
.widget.widget_meta ul{
    padding-left: 0; 
    list-style: none;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li, 
.widget.widget_meta ul li{
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget.widget_categories ul li:last-child,
.widget.widget_archive ul li:last-child, 
.widget.widget_meta ul li:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget.widget_categories ul li:before,
.widget.widget_archive ul li:before, 
.widget.widget_meta ul li:before{
    position: absolute;
    content: "\f101";
    left: 0;
    color: #777;
    font-family: 'FontAwesome';
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a, 
.widget.widget_meta ul li a{
    margin-left: 20px;
    color: #777;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.widget.widget_categories ul li a span,
.widget.widget_archive ul li a span, 
.widget.widget_meta ul li a span{
    float: right;
    clear: both;
    font-weight: 600;
}
.footer-widget.widget_categories ul li,
.footer-widget.widget_archive ul li, 
.footer-widget.widget_meta ul li{
    padding: 0;
    border: none;
}
.footer-widget.widget_categories ul li a,
.footer-widget.widget_archive ul li a, 
.footer-widget.widget_meta ul li a{
    color: #888;
}
/*tags*/
ul.wp-tag-cloud{margin: 0; padding: 0;}
ul.wp-tag-cloud li{
    width: auto;
    display: inline-block;
}
ul.wp-tag-cloud li a{
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ececec;
    display: inline-block;
    margin-right: 6px;
    font-size: 13px !important;
    color: #777;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}
ul.wp-tag-cloud li a:hover{
    background-color: #037adf;
    border-color: #037adf;
    color: #fff;
    transition: all 1s ease 0s;
}
.footer-widget ul.wp-tag-cloud li a{color: #888;}
.footer-widget ul.wp-tag-cloud li a:hover{color: #fff;}
/* Contact Us Widget */
.container.contact-widget-wrapper{max-width:100% !important;}

#contactFormWidget input[type="text"],
#contactFormWidget textarea {
    padding: 10px;
    height: auto;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    font-size: 12px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 10px;
}
#contactFormWidget textarea {
    width: 100%;
    height: 80px;
    min-height: 80px;
    float:none;
    outline: none;
}

#contactFormWidget  input[type="submit"] {
    background-color: #33a9ee;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid transparent;
    padding: 10px 35px;
    font-weight: 600;
    float: right;
}
#contactFormWidget input[type="submit"]:hover {
    background-color: #fff;
    border-color: #33a9ee;
    color: #33a9ee;
    transition: all 1s ease 0s;
}

.widgetinfo {color:#9dd55d; font-size:12px; text-transform:uppercase; font-weight: bold; margin-top:-24px}
.widgetinfo i{color:#9dd55d; margin-right:6px}
/*flickr*/
ul.flickr-list{
    list-style: none;
    margin: 0;
    padding-left: 0
}
ul.flickr-list li{width: auto;}
ul.flickr-list li, ul.flickr-list li a {
    display: inline-block;
}
.flickr-widget a img{
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 0;
    border: 3px solid rgba(204,204,204,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.flickr-widget a img:hover{
    border-color: #535d6b;
}
/*social icons*/
ul.social-widget{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
ul.social-widget.side li{
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
}
ul.social-widget.side a {
    color: #fff;
    border: 1px solid transparent;
}
ul.social-widget.side a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
ul.social-widget.side a:hover{
    background-color: #fff !important;
    transition: all 1s ease 0s;
}
ul.social-widget.side a.bitbucket{background-color: rgb(32, 80, 129);}
ul.social-widget.side a.bitbucket:hover{color: rgb(32, 80, 129); border-color: rgb(32, 80, 129);}
ul.social-widget.side a.dribbble{background-color: rgb(242, 103, 152);}
ul.social-widget.side a.dribbble:hover{color: rgb(242, 103, 152); border-color: rgb(242, 103, 152);}
ul.social-widget.side a.facebook{background-color: #3b579d;}
ul.social-widget.side a.facebook:hover{color: #3b579d; border-color: #3b579d;}
ul.social-widget.side a.flickr{background-color: rgb(0, 99, 219);}
ul.social-widget.side a.flickr:hover{color: rgb(0, 99, 219); border-color: rgb(0, 99, 219);}
ul.social-widget.side a.github{background-color: rgb(78, 153, 205);}
ul.social-widget.side a.github:hover{color:rgb(78, 153, 205); border-color: rgb(78, 153, 205);}
ul.social-widget.side a.google-plus{background-color:#dd4b39;}
ul.social-widget.side a.google-plus:hover{color:#dd4b39; border-color: #dd4b39;}
ul.social-widget.side a.instagram{background-color:#396892;}
ul.social-widget.side a.instagram:hover{color:#396892; border-color: #396892;}
ul.social-widget.side a.linkedin{background-color: #1060a6;}
ul.social-widget.side a.linkedin:hover{color:#1060a6; border-color: #1060a6;}
ul.social-widget.side a.pinterest{background-color: rgb(199, 32, 39);}
ul.social-widget.side a.pinterest:hover{color:rgb(199, 32, 39); border-color:rgb(199, 32, 39);}
ul.social-widget.side a.skype{background-color:rgb(2, 180, 235);}
ul.social-widget.side a.skype:hover{color:rgb(2, 180, 235); border-color:rgb(2, 180, 235);}
ul.social-widget.side a.twitter{background-color:#31aae2;}
ul.social-widget.side a.twitter:hover{color:#31aae2; border-color:#31aae2;}
ul.social-widget.side a.youtube{background-color:#9d261d;}
ul.social-widget.side a.youtube:hover{color:#9d261d; border-color:#9d261d;}


ul.social-widget.foot li{
    display: inline-block;
    margin: 0 5px;
}
ul.social-widget.foot li:first-child{margin-left: 0;}
ul.social-widget.foot li a{
    width: 32px;
    height: 32px;
    border: 2px solid #9a9a9c;
    text-align: center;
    line-height: 28px;
    color: #b1b1b2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: inline-block;
}
ul.social-widget.foot li a:hover {
    background-color: #fff;
    color: #2d3741;
}
/*recent posts*/
.recent_posts_wid .recent-post-box .recent-img{float:left; width:70px; margin-right: 10px;}
.recent_posts_wid .recent-post-box .recent-img img{position: relative;}
.recent_posts_wid .recent-post-box .recent-title{padding-left: 0px;}
.recent_posts_wid .recent-post-box .recent-title a{display: block;}
.recent-post-box span{
    color: #037adf;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-widget .recent_posts_wid .recent-post-box{border-bottom-color: #888;}
.footer-main .recent_posts_wid .recent-post-box .recent-title a{color: #888;}
/*tabbed widget*/
.tab-widget ul li{width: auto;}
.tab-widget li a{
    padding: 10px;
    border-radius: 0;
    color: rgb(204,204,204);
    border-color: rgba(204,204,204,0.9);
    
    font-size: 15px;
    text-transform: capitalize;
    background: #fff;
}
.tab-widget li a:hover,
.tab-widget li a:focus {
    background-color: #eaebec;
    color: #2d3741;
}
.tab-widget li.active a,
.tab-widget li.active a:hover,
.tab-widget li.active a:focus {
    background-color: #eaebec;
    color: #2d3741;
    border-bottom-color: rgba(204,204,204,0.9) !important;
}
.tab-widget .tab-content{padding-top: 20px;}
.footer-widget .tab-widget ul.nav{padding-top: 0px;}
/*---calendar---*/
#wp-calendar{border:solid 1px #dfdfdf; width:100%; max-width: 100%;}
#wp-calendar td {padding:8px; border-bottom:solid 1px #ededed}
#wp-calendar tbody td {border-left:solid 1px #ededed; text-align:center}
#wp-calendar th{padding:4px !important; background:#333; color:#fff; text-align:center}
#wp-calendar caption {background:#2098df; padding:4px; color:#fff}
/*---------------------*/
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.widget_search .btn-search {
    border-radius: 0;
    background-color: #0f89d1;
    border: 1px solid #0f89d1;
    color: #fff;
}
/****************Page Head**********/
.phead .flex-video iframe{
    width: 100%;
    border: none;
    margin-bottom: -5px;
}

/*slider*/
.homeSlider.flex-slider{border: none;}
.flex-slider li.item{position: relative;}
.photo-slider .flex-direction-nav a{
    background-image: none;
    top: 45%;
    width: auto;
    bottom: auto;
    z-index: 11;
    margin: 0 3%;
    opacity: 1;
    font-size: 0;
    height: auto;
}
.photo-slider .flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 20px !important;
    display: inline-block;
    content: '';
    border-right: 3px solid #fff;
    padding-right: 10px;
    color: #fff;
}
.photo-slider.flex-slider .flex-direction-nav a.flex-prev:before{
    content: "\f104";
}
.photo-slider.flex-slider .flex-direction-nav a.flex-next:before{
    content: "\f105";
}
 .flex-slider:hover .flex-direction-nav a.flex-prev,  .flex-slider .flex-direction-nav a.flex-prev{left: 0;}
 .flex-slider:hover .flex-direction-nav a.flex-next,  .flex-slider .flex-direction-nav a.flex-next {right: 0;}
 .flex-slider .carousel-caption {
  color: #fff;
}

 .flex-slider .slides .slide{padding: 0}
 /**************** Wp Default classes **********************/

.wp-caption{max-width:100%; height:auto}
.wp-caption-text{}
.sticky{background-color:#e9eaec; padding:20px }
.gallery-caption{}
.bypostauthor{}  
.commentsectionwrap {margin-top:20px}
.alignleft { float: left; margin: 0 20px 10px 0;}
.alignright { float: right;  margin: 0 0 10px 20px;}
.aligncenter {display: block; margin: 0 auto;}
.screen-reader-text{}


/***************tables*****************/
table{
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
table thead th{
    font-size: 19px;
    color: #000000;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-align: center;
    padding: 14px !important;
    background: #006CB7;
    color: #ffffff;
    font-size: 17px;
    border: 1px solid #006CB7;
    border-bottom:0;
}
table tbody th{border: 1px solid #dedede; padding:6px}
table td{
    padding: 14px ;
    font-size: 15px;
    color: #919191;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 20px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dedede ;
    border-bottom:none
}
table tr:nth-child(2n+1) td {
    background: #f5f5f5;
}
table th a {text-decoration:none}
table th a:hover {text-decoration:underline}
/************************************************/
.header-main .middle-header{background-color: #fff;}
/************************SHORTCODES********************/
/*********lists************/
.list-shortcode li{
    box-sizing: border-box;
    margin-bottom: 5px;
}
.list-shortcode li, .list-shortcode li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #888;
    letter-spacing: 0.5px;
}
.list-shortcode li a:hover, .list-shortcode.color-white li a:hover{
    text-decoration: none;
    color: #232323;
}
.list-shortcode.color-white li, .list-shortcode.color-white li a, .list-shortcode.color-white li i{color: #fff;}
 ul.icon-list{padding: 0; list-style-type: none; margin-left: 0}

/*arrow list*/
ul.arrow-list li{list-style: none;}
ul.arrow-list li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
}
/***********title block*********/
.section-header.color-white .tblock, .section-header.color-white  p, .section-header.color-white i{color: #fff;}
.section-header .tblock{
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;

}
.tblock-default p{padding-right: 0;}
/*tlock default*/
.tblock-default .tblock{
    background-image: url("images/section-seprator.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
}
.tblock-default.text-center .tblock{
     background-position: center bottom;
}

.tblock-default.text-right .tblock{
     background-position: right bottom;
}
/*tblock alter*/
.tblock-alter .tblock{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: #333;
}
.tblock-alter.color-white .tblock, .tblock-alter.color-white p{color: #fff;}
.tblock-alter .tblock:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    min-width: 20px;
    height: 3px;
    background-color: #0f89d1;
    display: inline-block;
}
.tblock-alter.color-white .tblock:after{background-color: #fff;}
.tblock-alter.text-center .tblock:after{
     /*left: 50%;*/
}

.tblock-alter.text-right .tblock:after{
    right: 0; 
    left: auto;
}

/*************Blockquote*******/

blockquote.pull-right:before{background: transparent;}
/*****divider***********/
.line-spacer{border-color: rgba(156, 156, 156, 0.3);}

/*******lead text**********/
.lead-text{
    font-size: 35px;
    color: #888;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 45px;
    padding-right: 50px;
}
.lead-text.color-white{color: #fff;}
/***********team************/
.team-type i{color: #fff; font-size: 24px;}
/******progress bar********/
.progress{height: 20px}
.progress-title{
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 0;
}
.progress-title span{
    float: right;
    margin-bottom: 0;
    padding: 0;
    background: none;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}
/**********buttons***********/
.btn{
    text-transform: uppercase; 
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
}
.btn:hover{transition: all 1s ease-in-out;}
.btn.btn-border{background: transparent; border-width: 2px; color: #888;}
.btn.btn-border:hover{color: #fff;}
.btn.btn-border.btn-default{background-color: transparent; border: 2px solid #33a9ee; color: #2098df}
.btn.btn-border.btn-default:hover{background: #2098df; color: #fff;}
.btn.btn-border.btn-white{background-color: transparent; border: 2px solid #fff; color: #fff}
.btn.btn-border.btn-white:hover{background: #fff; color: #000;}
.btn.btn-border.btn-primary:hover{ background-color: #286090;}
.btn.btn-border.btn-info:hover{ background-color: #31b0d5;}
.btn.btn-border.btn-success:hover{ background-color: #449d44;}
.btn.btn-border.btn-warning:hover{ background-color: #ec971f;}
.btn.btn-border.btn-danger:hover{ background-color: #c9302c;}
.btn.defaultsize{font-size: 11px;}
.btn.btn-default{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #33a9ee;
    border: none;
    box-shadow: none;
    max-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn.btn-default:hover{
    background-color: #333;
    color: #fff;
    transition: all 1s ease-in-out;
}
.btn.btn-white {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    border: 1px solid transparent;
}
.btn.btn-white:hover {
    background-color: transparent;
    color: #fff;
    transition: all 1s ease 0s;
    border-color: #fff;
}
.btn i.iconleft{margin-right: 9px;}
.btn i.iconright{margin-left: 9px;}


/***vertical navigation**/
.vernav li.nav-header{text-align: center;}
.vernav li{
    border: 1px solid #e5e5e5;
    margin-bottom: -3px;
}
.vernav  li a{
    position: relative;
    border-radius: 0;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 10px 15px;
}

.vernav li>a:hover, .vernav li.active>a, 
.vernav li.active>a:focus {
    color: #2098df;
    background: #f9f9f9;
}

/**************Tabs*************************/
.tabs-shortcode ul.nav-tabs{

    border-bottom-color:#dee8f3;
}

.tabs-shortcode ul.nav-tabs li a{
    border: 1px solid #46b1f0;
    border-radius: 0;
    color: #46b1f0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 35px;
    padding: 6px 34px;
    text-transform: uppercase;
}
.tabs-shortcode ul.nav-tabs li.active a{
    background: #46b1f0;
    color: #fff;
}
.tabs-shortcode .tab-content{
    padding: 20px; 
    border: 1px solid #dee8f3;
    border-top: none;
}
.tabs-shortcode .tab-content .tab-pane{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
}
.tabs-shortcode .tab-content p{line-height: 28px;}
/**************Accordion****************/
.acc-shortcode .panel-default{
    border: none;
    box-shadow: none;
}
.acc-shortcode .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
}

.acc-shortcode .panel-default > .panel-heading .panel-title a {
    border: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    padding: 16px 15px;
    background-color: #46b1f0;
    border-bottom: 1px solid #dee8f3;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.acc-shortcode .panel-default > .panel-heading .panel-title a.collapsed{   
    background-color: transparent;
    color: #2a2a2a;
    padding-left: 0;
}

.acc-shortcode .panel-title a.collapsed:after {
    content: "\f067";
    font-family: 'FontAwesome';
}
.acc-shortcode .panel-title a:after {
    content: "\f068";
    font-family: 'FontAwesome';
    float: right;
}

.acc-shortcode .panel-collapse .panel-body{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
}
.acc-shortcode .panel-default .panel-body>p{padding-top: 0;}
.acc-shortcode .panel-default>.panel-heading+.panel-collapse>.panel-body{ border-color: transparent}

/***********Testimonials************/
.testimonial-slider{text-align: center;}
.testimonial-slider .item > p {
    font-size: 18px;
    color: #666;
    padding: 0 14%;
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.3px;
    line-height: 28px;
}
.testimonial-slider .item img{width: auto; display: inline-block;}
.testimonial-slider .owl-nav{
    position: absolute;
    right: 0px;
    top: 45%;
    width: 100%
}
.testimonial-slider .owl-controls .owl-nav [class*="owl-"] {
    font-size: 0;
    border-radius: 0;
    padding: 5px 13px;
    margin: 0;
    color: #333;
    background: transparent;
    position: absolute;
}
.testimonial-slider .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #46b1f0;
    background: #fff;
}
.testimonial-slider .owl-controls .owl-nav .owl-prev{left: 0}
.testimonial-slider .owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 18px;
}
.testimonial-slider .owl-controls .owl-nav .owl-next{right: 0}
.testimonial-slider  .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 18px;
}
.testimonial-slider .owl-dots .owl-dot span {
    background-color: #c8d7e8;
    border: none;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin: 0;
    margin-right: 5px;
}
.testimonial-slider .owl-dots .owl-dot.active span, .content-slider .owl-dots .owl-dot:hover span {
    background-color: #000;
    height: 6px;
    width: 6px;
    margin-right: 5px;
    text-indent: 0;
}
/*********alert*************/
.alert span.icon{margin-right: 5px;}
/**********slider************/

.slider-shortcode .owl-nav{
    position: absolute;
    right: 0px;
    top: 45%;
    width: 100%
}
.slider-shortcode .owl-controls .owl-nav [class*="owl-"] {
    font-size: 0;
    border-radius: 0;
    padding: 5px 13px;
    margin: 0;
    color: #333;
    background: #fff;
    position: absolute;
}
.slider-shortcode .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #46b1f0;
    background: #fff;
}
.slider-shortcode .owl-controls .owl-nav .owl-prev{left: 0}
.slider-shortcode .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 18px;
}
.slider-shortcode  .owl-controls .owl-nav .owl-next{right: 0}
.slider-shortcode  .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
}
/**************Content Slider************/

.content-slider .owl-nav{
    position: absolute;
    right: 0px;
    top: 20%;
    width: 100%
}
.content-slider .owl-controls .owl-nav [class*="owl-"] {
    font-size: 0;
    border-radius: 0;
    padding: 5px 13px;
    margin: 0;
    color: #333;
    background: #f7f8f9;
    position: absolute;
}
.content-slider .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #46b1f0;
    background: #f7f8f9;
}
.content-slider .owl-controls .owl-nav .owl-prev{left: 0}
.content-slider .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 18px;
}
.content-slider  .owl-controls .owl-nav .owl-next{right: 0}
.content-slider  .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
}
.content-slider .owl-dots {
    padding-bottom: 30px;
    padding-top: 30px;
}
.content-slider .owl-dots .owl-dot span {
    background-color: #c8d7e8;
    border: none;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin: 0;
    margin-right: 5px;
}
.content-slider .owl-dots .owl-dot.active span, .content-slider .owl-dots .owl-dot:hover span {
    background-color: #000;
    height: 6px;
    width: 6px;
    margin-right: 5px;
    text-indent: 0;
}
/************* featured block ***********/
.fblock1{
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.fblock1 h3 {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #222;
    margin-top: 0;
    letter-spacing: 0.5px;
}
.fblock1 h3 i{
    font-size: 29px;
    color: #46b1f0;
}
.fblock1 p {
    color: #5a5c5d;
    margin-bottom: 0;
}
/*fblock2*/
.fblock2{margin-top: 0;}
.fblock2 .service-block-icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    bottom: 0;
    margin: 0 auto;
    font-size: 24px;
}
.fblock2:hover .service-block-icon i{color: #fff;display: block; background: transparent;}
/*fblock3*/
.fblock3{margin-top: 0;}
.fblock3 i{
    font-size: 36px;
    color: #46b1f0;
}
/***********sblock*****************/
.sblock1 .what-we-do-block-content{text-align: center;}
.sblock1 i{
    font-size: 40px;
    color: #46b1f0;
    height: auto;
}
.sblock1:hover i{
    color: #fff;
}
/*************Counter***************/
.vc_custom_1449307366017 .statistics-box {width:50%}
.count-short .statistics-icon{
    display: inline-block;
    width: 50px;
    text-align: left;
    position: absolute;
    margin-top: 15px;
    font-size: 30px
}
.count-short i{color: #333; position: relative; margin-top: 0;}
.count-short.fact-box p {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.count-short .statistics-content > span{color: #333;}
.count-short .statistics-content > p {
    color: #777;
}
.count-short.color-white .statistics-content > span,
.count-short.color-white .statistics-content > p,
.count-short.color-white i{
    color: #fff;
}
/**********modal box************/
.modal-dialog{z-index: 9999;padding-top: 200px;}
/**************social buttons*************/
ul.social-shortcode{
    padding-left: 0;
    margin: 0;
}
ul.social-shortcode li{
    list-style: none;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: auto;
    margin-bottom: 10px;
}
ul.social-shortcode li a{
    height: 32px;
    width: 32px;
    border: 2px solid #9a9a9c;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #b1b1b2;
    display: inline-block;
}
ul.social-shortcode li a:hover{
    background-color: #fff;
    color: #2d3741;
}
ul.social-shortcode li a i{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}


/**********pricing tables********/
.price-shortcode.pricing .pricingInner .list-group {
	box-shadow: none;
	margin-bottom: 0;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:first-child {
	padding: 35px 0;
	border-radius: 0;
	line-height: 1.4;
	background: #46b1f0;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:first-child h3 {
	color: #FFF;
	margin: 0 0 5px;
	font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:first-child h5 {
	font-size: 16px;
	color: #FFF;
	margin: 0;
	font-weight: 300;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item {
	line-height: 52px;
	font-size: 15px;
	padding: 0;
	text-align: center;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:last-child {
	padding: 20px 0;
	border-radius: 0;
	line-height: 50px;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:last-child a {
	padding: 0 24px;
	display: inline-block;
	background: #46b1f0;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #FFF;
}
.price-shortcode.pricing .pricingInner .list-group .list-group-item:last-child a:hover{text-decoration: none;}


/*********Contact details*********/
.contact-details.contact-default{
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}
.contact-details.contact-default .detail-box,
.contact-details.contact-default .detail-box.phone-box,
.contact-details.contact-default .detail-box.mail-box{
   /* background: transparent; */
    color: #9e9e9e;
}
.contact-details .detail-box h4{color: #333;}
.contact-details .detail-box i{color: #fff; font-size: 25px;}
.contact-details.contact-default:before, .contact-details.contact-default:after{border: none}
.contact-alter .contact-block{color: #9e9e9e;}

.contact-details.contact-default.color-white .detail-box, .contact-details.color-white .detail-box h4,
.contact-alter.color-white .contact-block, .contact-alter.color-white .contact-block span{
    color: #fff !important;
}
/************blog listing*************/

.bloglisting .blog-list .blog-area .post-comment{padding: 0; color: #337ab7}
.bloglisting .blog-list .blog-area  .post-date{color: #777}
/************blog listing*************/

.fpost .entry-meta .post-comment{padding: 0; color: #337ab7}
.fpost  .post-date{color: #777}
/**************Parallax**********/
.fullsize.parallax-bg{
background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
    position: relative;
    z-index: 0;

}
.parallax-wrapper{
    background-position: 50% 50%;
    background-attachment:fixed;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;    
    -o-background-size: cover !important;     
    background-size: cover !important;         
}
.fullsize.fullsize-background{
     background-repeat: no-repeat;
    position: relative;       
}
.fullsize {color: inherit;  ; border-top: 2px solid #333; border-bottom: 2px solid #333;}
.fullsize.notopborder{border-top:none}
.fullsize.nobottomborder{border-bottom:none}
.padding-none { padding:0 !important;}
.padding-xsmall { padding:5px 0 !important;}
.padding-small { padding:15px 0 !important;}
.padding-medium{ padding:30px 0 !important;}
.padding-large { padding: 60px 0 !important;}
.mb_YTVPlayer{display:block !Important}

/************Google Map******************/

.gm-shortcode>div{width: 100% !important;}
.gmnoprint img {
    max-width: none; 
}

/*****************Open Hours******************/
.ophour-shortcode{list-style: none; padding-left: 0;}
.ophour-shortcode li{
    list-style: none;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #0f89d1;
}
.ophour-shortcode li:first-child {
    margin-top: 10px;
}
.ophour-shortcode li:after {
    position: absolute;
    content: "";
    background-color: #c9e1ef;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.ophour-shortcode.color-gray li{color: #888;}
.ophour-shortcode.color-gray li:after {background-color: #26292c;}
/*************contact form 7**************/
span.wpcf7-form-control-wrap{position: initial;}
.wpcf7 br{display: none;}
.comment-form textarea{margin-bottom: 9px !important;}
/******************************/
.fullsize .vc_row{margin: 0 auto;}

.ow-navigation .navbar-collapse.in{overflow-y: inherit;}
.ow-navigation ul.dropdown-menu li:hover ul.dropdown-menu{
    display: block;
    right: auto;
    left: 100%;
}
.ow-navigation ul.dropdown-menu li:hover ul.dropdown-menu ul.dropdown-menu{
    display: none;
}
.ow-navigation ul.dropdown-menu li ul.dropdown-menu li:hover ul.dropdown-menu{
    display: block;
}
.ow-navigation ul.dropdown-menu li{position:relative;}
.ow-navigation:before{display: inline-block !important;}

.entry-content{color: #fff;}
.entry-content embed, .entry-content iframe{max-width: 100%;}
.blog-post-list .entry-content p{display: block;}
.comment-form textarea{margin-bottom: 9px !important;}
.page-banner p{line-height: 27px;}

.what-we-do-block p, .what-we-do-title .what-we-do-block p, .what-we-do-title .what-we-do-block:hover p{margin-bottom: 0;}
.topbar-sidebar-right{display: inline-block;}
.footer-main .widget.footer-widget{padding-right: 0;}
.footer-widget form.newsletter{margin-bottom: 30px;}
.footer-widget form.newsletter label{display: none}
.footer-widget .newsletter-field{display: inline-flex;}
.footer-widget .newsletter-field.newsletter-field-email{width: 75%}
.footer-widget .newsletter-field.newsletter-field-button{width: 20%}
.footer-widget form.newsletter .newsletter-email{
        background-color: #1a1f22;
    border: 1px solid rgba(140,140,140,0.1);
    padding: 16px 15px;
    font-size: 13px;
    height: auto;
    border-radius: 0;
    width: 100% !important;
    box-shadow: none;
    line-height: 13px;
}
.footer-widget form.newsletter .newsletter-button{
    height: 50px;
    width: 100%;
    background-color: #0f89d1;
    border-radius: 0;
    border: none;
    font-size: 25px;
    color: #fff;
}

@media screen and (max-width:480px){
	.contact-details:before, .contact-details:after {display:none !important;}
	.home.page .banner-shape{display:none}
	.topbar-sidebar-right {margin-top:10px; margin-bottom:10px}
	.opening-hours{margin-top:40px}
}
.container-fluid.homepage{padding-right:0; padding-left:0}


@media screen and (min-width:991px){
.blank-spacer.space-140{margin-bottom:140px !important}
}
.margin-bottom-20{margin-bottom:20px !important}
.margin-bottom-30{margin-bottom:30px !important}
.carousel-caption > .vc_row{margin-bottom:0 !Important}
.homeSlider.flex-slider{position:relative}
.carousel-caption{top:0%}
.list-shortcode {padding-left:0}
.footer-widget .list-shortcode li a:hover{color:#bbb;}