/*Medinor HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Scroll To Top
5. Header-search
6. Main Header
7. Header top
8. Main Slider
9. Default-form
10. About-section
11.wellcome-section
12.Features
13.service-section
14.testimonial-section
15.Doctors-section
16.Fact-counter
17.news-section
18.news-section style-two
19.single blog
20.Google map style
21.Google content
22.contact-section
23.error-section



**********************************************/


/*google-Fonts*/

@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400');

/*** 

====================================================================
	Reset
====================================================================

 ***/

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('masterslider/style/masterslider.css');
@import url('masterslider/skins/default/style.css');
@import url('masterslider/style/ms-vertical.css');
@import url('bootstrap-select.min.css');
@import url('jquery.bxslider.css');
@import url('jquery.fancybox.css');
@import url('hover.css');


@media (min-width:1200px) {
  .container {
    padding: 0px;
  }
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}



/*** 

====================================================================
	Global style
====================================================================

 ***/


body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}
.page-wrapper{
	overflow: hidden;
}
a{
	text-decoration:none;
	cursor:pointer;
	color: #1cc9ce;
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	margin:0px;
}
input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;
}
p{
	position:relative;
	line-height:1.8em;	
}
.strike-through{
	text-decoration:line-through;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.small-container{
	max-width:680px;
	margin:0 auto;
}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;	
}
.sec-title h4{
	font-size: 28px;
	color: #222222;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.sec-title h4 span{
	color: #1cc9ce;
}
.sec-title p{
	font-size: 15px;
	color: #848484;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}
.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}
.btn-style-one{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	line-height: 26px;
	padding: 12px 22px;
	background: #1cc9ce;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	box-shadow: inset 0px -3px #306780;
}
.btn-style-one:hover{
	color: #1cc9ce;
	background: #26395a;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-two{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	line-height: 26px;
	padding: 12px 22px;
	background: #1cc9ce;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	box-shadow: inset 0px -3px #bbeff0;
}
.btn-style-two:hover{
	color: #1cc9ce;
	background: #ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

/*** 

====================================================================
	preloader style
====================================================================

***/

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	height:100%; 
	width: 100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.gif);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	color:#ffffff;
	font-size:12px;
	line-height:32px;
	width:34px;
	height:34px;
	border: 1px solid #ffffff;
	background: #1cc9ce;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	border-radius:17px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.scroll-to-top:hover{
	background:#ffffff;
	color: #1cc9ce;
	border-color: #1cc9ce;
	transition:all 500ms ease;
}

/*** 

====================================================================
	Default-form style
====================================================================

***/

.default-form-area{
	padding: 0px;
}
.default-form {
    position: relative;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 10px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 45px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    background: transparent;
    padding: 7px 19px;
    border: 1px solid #5d6b85;
    border-radius: 5px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form input[type="number"]:focus,
.default-form select:focus,
.default-form textarea:focus {
    box-shadow: none;
    color: #1cc9ce;
    border: 1px solid #1cc9ce;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.default-form textarea{
	resize:none;
	height: 90px;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}


/*** 
=============================================
    Header-search style
=============================================
***/

.header-search {
    position: relative;
    padding: 10px 0px;
    background: #26395a;
    z-index: 5;
    display: none;
}
.header-search .container {
    padding-right: 0px
}
.header-search .search-form {
    position: relative;
    width: 270px;
}
.header-search .search {
    position: relative;
    margin: 0px;
}
.header-search .search input[type="text"], .header-search input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    background: none;
    padding: 7px 40px 7px 15px;
    border: 1px solid #1cc9ce;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.header-search button {
    background: #1cc9ce;
    border-radius: 0 4px 4px 0;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    border: 1px solid #1cc9ce;
}
.header-search button span::before {
    color: #fff;
    font-size: 15px;
    margin-left: 0px;
}
.header-search .search input:focus {
    border: 1px solid #24c4f4;
}
.header-search .search input:focus + button, 
.header-search .search input button:hover {
    background: #24c4f4 none repeat scroll 0 0;
    color: #24c4f4;
    border: 1px solid #24c4f4;
}
.search-button{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
}
.search-button .toggle-search button {
    font-size: 15px;
    color: #ffffff;
    margin-left: 0px;
    background: transparent;
}

/*** 

====================================================================
	Header top style
====================================================================

***/

.header-top{
	position: relative;
	padding-top: 35px;
	padding-bottom: 32px;
}
.header-top .main-logo{
	display: inline-block;
}
.header-top .header-info{
	display: inline-block;
	float: right;
}
.header-top .header-info li i{
	margin-right: 10px;
	font-size: 16px;
	color: #848484;
}
.header-top .header-info li{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	color: #222222;
	padding: 10px 0px;
	letter-spacing: .5px;
	font-family: 'Open Sans', sans-serif;
}
.header-top .header-info li span{
	color: #848484;
	font-weight: 400;
	letter-spacing: 1px;
}
.header-top .header-info li:last-child{
	margin-right: 0px;
}

/*** 

====================================================================
	Main-header style
====================================================================

***/

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}

.main-header{
	position:relative;
	width:100%;
	background: #26395a;
	z-index: 9999;
	border-bottom: 5px solid #1cc9ce;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.fixed-header{
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	transition:all 500ms ease;
	-webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.main-header .header-area{
	position:relative;
}
.main-menu .navbar-collapse{
	padding:0px;	
}
.main-menu .navigation{
	position:relative;
	margin:0px;
}
.main-menu .navigation > li{
	position:relative;
	display: inline-block;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color:#ffffff;
	line-height:28px;
	font-weight:700;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	position: relative;
	opacity:1;
	color: #ffffff;
	background: #1cc9ce;
	transition:all 500ms ease;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top: 115%;
	width:220px;
	padding:0px;
	z-index:1;
	display:none;
	background:#012f5d;
	border-top:3px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #e5e5e5;
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 10px 15px;
	line-height:26px;
	font-weight: 700;
	font-size:14px;
	text-transform:capitalize;
	color: #ffffff;
	background: #26395a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover{
	color: #ffffff;
	background: #1cc9ce;
	transition:all 500ms ease;
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:115%;
	transition:all 500ms ease;	
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	display:none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
}
.main-slider.negative-margin{
	position:relative;
}
.main-slider .tp-caption{
	z-index:5;
}
.main-slider h5{
	font-size:22px;
	color:#ffffff;
	font-weight:400;
	line-height: 36px;
	padding: 5px 15px;
	background: #1cc9ce;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.main-slider h2{
	font-size:45px;
	color:#ffffff;
	font-weight:600;
	line-height: 62px;
	padding: 5px 15px;
	background: #26395a;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.main-slider p{
	font-size:16px;
	color:#222222;
	font-weight:400;
	line-height: 26px;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
.main-slider .tp-caption a{
	color: #ffffff;
}
.main-slider .tp-caption a:hover{
	color: #ffffff;
}
.main-slider .tparrows.preview3{
	display: block;
}
.tp-bullets.preview3 .bullet{
	display: none;
}
.tp-bannertimer{
	display: none;
}

/*** 

====================================================================
	about-section style
====================================================================

***/

.about-section{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-section .item-text{
	padding-top: 50px;
	padding-bottom: 40px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	transition:all 500ms ease;
}
.about-section .item-text:before{
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	content: '';
	background: #26395a;
	height: 3px;
	border-radius: 0px 0px 5px 5px;
	transition:all 500ms ease;
}
.about-section .item-text:hover:before{
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	content: '';
	height: 100%;
	background: #26395a;
	border-radius: 5px;
	transition:all 500ms ease;
}
.about-section .item-text .icon-box{
	border-radius: 5px;
	position: relative;
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #26395a;
	margin-bottom: 35px;
	transition:all 500ms ease;
}
.about-section .item-text:hover .icon-box{
	border-radius: 10px;
	transition:all 500ms ease;
	border: 2px solid rgba(38, 57, 90, 0.75);
	box-shadow: 0 0 5px 2px #5b77a5;
}
.about-section .item-text:hover i:before{
	color: #1cc9ce;
	transition:all 500ms ease;
}
.about-section .item-text i:before{
	margin-left: 0px;
	color: #26395a;
	font-size: 40px;
	transition:all 500ms ease;
}
.about-section .item-text h6{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 28px;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition:all 500ms ease;
}
.about-section .item-text:hover h6{
	color: #1cc9ce;
	transition:all 500ms ease;
}
.about-section .item-text p{
	font-size: 14px;
	font-weight: 400;
	color: #848484;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.about-section .item-text:hover p{
	color: #ffffff;
	transition:all 500ms ease;
}

/*** 

====================================================================
	wellcome-section style
====================================================================

***/

.wellcome-section{
	padding-bottom: 100px;
}
.wellcome-section .sec-title{
	padding-top: 90px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 65px;
}
.wellcome-section .sec-title h4{
	margin-bottom: 15px;
}
.wellcome-section .image-box img{
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.wellcome-section .image-content{
	margin-left: 10px;
	margin-top: -7px;
}
.wellcome-section .image-content p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #848484;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
}
.wellcome-section .image-content h6{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
.wellcome-section .content-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #848484;
	margin-bottom: 14px;
	font-family: 'Open Sans', sans-serif;
}
.wellcome-section .image-content .link-btn{
	padding-top: 20px;
}

/*** 

====================================================================
	Features style
====================================================================

***/

.features-section{
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background: #26395a;
}
.features-section .sec-title h4{
	color: #ffffff;
	padding-bottom: 10px;
}
.features-section .image-content p{
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	padding-top: 15px;
	font-family: 'Open Sans', sans-serif;
}
.features-section .image-content .link-btn{
	padding-top: 20px;
}
.features-section .image-box{
	position: relative;
}
.features-section .image-box img{
	position: absolute;
	top: -195px;
	right: -120px;
}


/*** 

====================================================================
	service-section style
====================================================================

***/

.service-section{
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.service-section .sec-title{
	margin-bottom: 65px;
}
.service-section .sec-title h4{
	padding-bottom: 5px;
}
.service-section .image-holder{
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	transition:all 500ms ease;
}
.service-section .image-holder {
	transition:all 500ms ease;
}
.service-section .image-holder img{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.service-section .image-holder .icon-box i{
	position: absolute;
	bottom: 68px;
	width: 90px;
	height: 90px;
	display: inline-block;
	margin: 0 auto;
	margin-left: -47px;
	line-height: 80px;
	border-radius: 50%;
	background: #26395a;
	z-index: 99;
	border: 5px solid #ffffff;
	transition:all 500ms ease;
}
.service-section .image-holder:hover .icon-box i{
	background: #1cc9ce;
	z-index: 99;
	border: 5px solid #26395a;
	transition:all 500ms ease;
}
.service-section .image-holder .icon-box i:before{
	color: #ffffff;
	margin-left: 0px;
	font-size: 45px;
}
.service-section .image-holder .text{
	background: #ffffff;
	transition:all 1200ms ease;
}
.service-section .image-holder:hover .text{
	background: #26395a;
	transition:all 1200ms ease;
}
.service-section .image-holder h6{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #222222;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-top: 40px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition:all 500ms ease;
}
.service-section .image-holder:hover h6{
	color: #ffffff;
	transition:all 500ms ease;
}
.service-section .link-btn{
	margin-top: 40px;
}

/*** 

====================================================================
	testimonial-section style
====================================================================

***/

.testimonial-section{
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background: #26395a;
}
.testimonial-section .sec-title{
	margin-bottom: 50px;
}
.testimonial-section .sec-title h4{
	color: #ffffff;
	margin-bottom: 5px;
}
.testimonial-section .sec-title p{
	color: #ffffff;
}
.testimonial-section .slide-item .info-outer{
	position: relative;
	padding: 35px 22px;
	background: #40516e;
	border-radius: 5px;
}
.testimonial-section .slide-item .info-outer:before{
	position: absolute;
	bottom: -17px;
	left: 45px;
	font-size: 25px;
	color: #40516e;
	content: '\f0d7';
	font-family: FontAwesome;
}
.testimonial-section .slide-item .info-outer p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.testimonial-section .owl-theme .owl-controls{
	display: none;
}
.testimonial-section .slide-item .author-info{
	position: relative;
	margin-top: 20px;
	margin-left: 85px;
}
.testimonial-section .slide-item .author-info img{
	position: absolute;
	left: -55px;
	top: 0px;
}
.testimonial-section .slide-item .author-info h4{
	font-size: 15px;
	color: #1cc9ce;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.testimonial-section .slide-item .author-info span{
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Doctors-section style
====================================================================

***/

.doctors-section{
	padding-top: 90px;
	padding-bottom: 85px;
}
.doctors-section .sec-title{
	margin-bottom: 70px;
}
.doctors-section .sec-title h4{
	color: #222222;
	margin-bottom: 5px;
}
.doctors-section .sec-title p{
	color: #848484;
}
.doctors-section .image-box{
	position: relative;
	transition: all 500ms ease;
}
.doctors-section .image-box .image-border{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	opacity: 1;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 3px solid #40516e;
	transition: all 500ms ease;
}
.doctors-section .image-holder:hover .image-border{
	opacity: 0;
	transition: all 500ms ease;
}
.doctors-section .image-box img{
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.doctors-section .image-box .overly-box{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    opacity: 0;
    padding-top: 45%;
    border-radius: 5px;
    background: rgba(38, 57, 90, 0.7);
    transition: all 1500ms ease;
}
.doctors-section .image-holder:hover .overly-box{
    opacity: 1;
    transition: all 1500ms ease;
}
.doctors-section .image-box .overly-box i{
	font-size: 17px;
    color: #ffffff;
    margin: 5px 10px;
    display: inline-block;
    transition: all 500ms ease;
}
.doctors-section .image-box .overly-box i:hover{
    color: #1cc9ce;
    transition: all 500ms ease;
}
.doctors-section .image-text{
	z-index: 99;
}
.doctors-section .image-text h6{
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.doctors-section .image-text span{
    color: #1cc9ce;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.doctors-section .image-text p{
    color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}


/*** 

====================================================================
	Fact-counter style
====================================================================

***/

.counter-section {
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 106px;
  width: 100%;
  padding-bottom: 51px;
}
.counter-section:before{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	background: rgba(38, 57, 90, 0.9);
}
.counter-section .fact-counter{
	margin-bottom: 40px;
}
.counter-section .fact-counter i{
	position: relative;
	display: block;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 30px;
}
.counter-section .fact-counter span{
  position:relative;
  font-size:55px;
  color:#ffffff;
  font-weight: 600;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
}
.counter-section .fact-counter h6{
  position:relative;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	news-section style
====================================================================

***/

.news-section{
	padding-top: 90px;
	padding-bottom: 85px;
}
.news-section .sec-title{
	margin-bottom: 65px;
}
.news-section .sec-title h4{
	color: #222222;
	margin-bottom: 5px;
}
.news-section .sec-title p{
	color: #848484;
}
.news-section .image-holder{
	position: relative;
}
.news-section .image-box{
	position: relative;
	transition: all 500ms ease;
}
.news-section .image-box img{
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.news-section .image-box h6{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 16px;
	color: #ffffff;
	background: #1cc9ce;
	width: 60px;
	height: 60px;
	padding-top: 12px;
	border-radius: 50%;
}
.news-section .image-box span{
	font-size: 14px;
}
.news-section .image-box .overly-box{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    content: '';
    opacity: 0;
    border-radius: 5px;
    background: rgba(38, 57, 90, 0.7);
    transition: all 500ms ease;
}
.news-section .image-holder:hover .overly-box{
    opacity: 1;
    transition: all 500ms ease;
}
.news-section .image-content .news-info li{
	display: inline-block;
	margin-right: 15px;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #848484;
	font-family: 'Open Sans', sans-serif;
}
.news-section .image-content .news-info li i{
	margin-right: 10px;
	color: #1cc9ce;
}
.news-section .image-content h6{
    color: #1cc9ce;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.news-section .image-content p{
    color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	footer-top style
====================================================================

***/

.main-footer{
	border-top: 5px solid #1cc9ce;
	position: relative;
}
.main-footer:before{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	background: rgba(38, 57, 90, 0.91);
}
.footer-top{
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
.footer-top .footer-column h6{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.footer-top .about-widget h6{
	font-size: 20px;
	letter-spacing: .5px;
	padding-bottom: 25px;
}
.footer-top .about-widget p{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.footer-top .about-widget li:first-child{
	padding-bottom: 2px;
}
.footer-top .about-widget li{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	padding-bottom: 8px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.footer-top .service-widget{
	margin-left: 40px;
	margin-right: -10px;
}
.footer-top .service-widget li{
	padding-bottom: 10px;
}
.footer-top .service-widget li a{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	text-transform: capitalize;
	transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}
.footer-top .service-widget li a:hover{
	color: #1cc9ce;
	transition:all 500ms ease;
}
.footer-top .working-widget{
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
}
.footer-top .working-widget li{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	padding-bottom: 15px;
	text-transform: capitalize;
	border-bottom: 1px solid #5f6d86;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.footer-top .working-widget li:last-child{
	border: none;
}
.footer-top .working-widget span{
	float: right;
}
.footer-top .working-widget span.color-span{
	color: #1cc9ce;
}
.footer-top .default-form button{
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #5d6b84;
	text-transform: uppercase;
	background: transparent;
	transition:all 500ms ease;
}
.footer-top .default-form button:hover{
	color: #1cc9ce;
	border: 1px solid #1cc9ce;
	transition:all 500ms ease;
}
.footer-bottom{
	padding: 28px;
	background: rgba(38, 57, 90, 0.3);
}
.footer-bottom p{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
  Page Title Style
====================================================================

***/

.page-title{
  position:relative;
  padding-top: 45px;
  padding-bottom: 50px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  text-align:center;
}
.page-title:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(0, 0, 0, 0.6);
}
.page-title .title-text h1{
  position: relative;
  font-size:35px;
  color:#ffffff;
  line-height: 48px;
  font-weight:400;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
}
.page-title .title-text .title-menu li{
  position:relative;
  color:#ffffff;
  font-size: 14px;
  display: inline-block;
  line-height:24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.page-title .title-text .title-menu li a:after{
  content:'\f105';
  position:absolute;
  width:10px;
  top: -1px;
  line-height:25px;
  font-size:15px;
  margin-left: 5px;
  font-family: FontAwesome;
}
.page-title .title-text .title-menu li a{
  margin-right: 15px;
  color: #ffffff;
  font-weight: 600;
  transition:all 500ms ease;
}
.page-title .title-text .title-menu li a:hover{
  color: #1cc9ce;
  transition:all 500ms ease;  
}


/*** 

====================================================================
  Styled Pagination
====================================================================

***/

.styled-pagination{
  position:relative;
  padding-bottom: 15px;
}
.styled-pagination li{
  position:relative;
  display:inline-block;
  margin:0px 3px;
}
.styled-pagination li:first-child{
	margin-left: 0px;
}
.styled-pagination li a{
  position: relative;
  display: block;
  font-size: 16px;
  width: 60px;
  height: 45px;
  color: #343434;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}
.styled-pagination li a.next{
  font-size: 16px;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
  color: #ffffff;  
  background: #1cc9ce;
  border: 1px solid #1cc9ce;
  border-radius: 5px;  
  transition:all 500ms ease;
}


/*** 

====================================================================
   gallery page
====================================================================

***/

.gallery-section{
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
}
.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom: 50px;
}
.gallery-section .filters li{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: 24px;
	color: #343434;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 4px;
	background: #ffffff;
	border-radius: 5px;
    border: 1px solid #e5e5e5;
	font-family: 'Montserrat', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.gallery-section .filters li .txt{
	position:relative;
	display:block;
	z-index:1;	
}
.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color: #ffffff;
    background: #1cc9ce;
    border: 1px solid #1cc9ce;
}
.default-portfolio-item{
	position:relative;
}
.gallery-three-column .default-portfolio-item{
	margin-bottom:30px;
}
.default-portfolio-item.mix{
	display:none;
}
.sortable-masonry .items-container{
	margin-left:-15px;
	margin-right:-15px;	
}
.sortable-masonry .masonry-item{
	margin-bottom:30px;
	padding:0px 15px;
}
.sortable-masonry.style-two .masonry-item{
	margin-bottom:0px;
	padding:0px 0px;
}
.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}
.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
	border-radius: 7px;
}
.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	border-radius: 7px;
	text-align:center;
	color:#ffffff;
	background: rgba(38, 57, 90, 0.7);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
}
.default-portfolio-item .inner-box:hover .overlay-box{
	top:0px;
	border-radius: 7px;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);	
}
.default-portfolio-item .inner-box .overlay-box i{
	color: #ffffff;
	background: transparent;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	font-size: 20px;
	border: 3px solid #ffffff;
	margin-top: 80px;
	line-height: 52px;
	transition: all 500ms ease;
}
.default-portfolio-item .inner-box .overlay-box i:hover{
	color: #ffffff;
	background: #1cc9ce;
	transition: all 500ms ease;	
}
.default-portfolio-item .inner-box .overlay-box h6{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
   doctors page
====================================================================

***/
.doctors-section.style-two{
	padding-bottom: 30px;
}
.doctors-section.style-two .image-holder{
	margin-bottom: 65px;
}


/*** 

====================================================================
	doctors profile
====================================================================

***/

.doctors-profile {
	padding-top: 100px;
}
.doctors-profile .speaker-content {
	padding-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.doctors-profile .image-box{
	position: relative;
	width: 100%;
}
.doctors-profile .image-box img{
	width: 100%;
	border-radius: 5px;
}
.doctors-profile .right-side{
	padding-left: 20px;
}
.doctors-profile h3{
	margin-top: 22px;
	font-size: 28px;
	color: #222222;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.doctors-profile .right-side span{
	font-size: 14px;
	color: #1cc9ce;
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.doctors-profile .content-text p{
	font-size: 14px;
	color: #848484;
	font-weight: 400;
	line-height: 26px;
	padding-top: 18px;
	font-family: 'Open Sans', sans-serif;
}
.doctors-profile .content-text p:last-child{
	padding-top: 16px;
}
.doctors-profile .social-links{
	margin-top: 30px;
}
.doctors-profile .social-links li{
	display: inline-block;
}
.doctors-profile .social-links li i{
	color: #848484;
	font-size: 17px;
	margin-right: 25px;
	line-height: 26px;
	transition:all 500ms ease;
}
.doctors-profile .social-links li i:hover{
	color: #1cc9ce;
	transition:all 500ms ease;
}


/*** 

====================================================================
   doctors-experience
====================================================================

***/

.doctors-experience{
    position: relative;
    padding-top: 75px;
    padding-bottom: 80px;
}
.doctors-experience .sec-title h4{
    font-size: 28px;
    line-height: 36px;
    color: #222222;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.doctors-experience .sec-title p{
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.doctors-experience .content-text h6{
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
}
.doctors-experience .content-text span{
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.doctors-experience .content-text p{
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 4px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.doctors-experience .experience-area{
    position: relative;
    padding-left: 50px;
}
.doctors-experience .experience-area:before{
    position: absolute;
    top: 10px;
    left: -15px;
    content: '';
    height: 385px;
    border-right: 1px solid #e5e5e5;
}
.doctors-experience .education-area{
    padding-right: 45px;
}
.doctors-experience .progress-item h6{
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #848484;
	padding-top: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}
.doctors-experience .progress-item .progress {
    border-radius: 8px;
    height: 8px;
    width: 100%;
    margin-bottom: 17px;
    background: #f0f0f0;
    box-shadow: none;
    overflow: visible;
}
.doctors-experience .progress-item .progress-bar {
    background-color: #1cc9ce;
    border-radius: 5px;
    font-size: 14px;
    height: 8px;
    line-height: 18px;
    position: relative;
    text-align: left;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.doctors-experience .progress-bar .value-holder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #848484;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 36px;
    right: -36px;
    height: 36px;
}
.doctors-experience .progress-bar .value-holder .value {
	color: #848484;
	font-size: 14px;
	line-height: 33px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
   services-details page
====================================================================

***/

.services-details{
	padding-top: 100px;
	padding-bottom: 90px;
}
.services-details .left-side{
	position: relative;
	margin-right: 35px;
}
.services-details .image-holder .image-box img{
	border-radius: 5px;
	width: 100%;
}
.services-details .image-holder .text{
	color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 43px;
    font-family: 'Open Sans', sans-serif;
}
.services-details .image-holder .content-text h6{
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #222222;
	padding-top: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.services-details .image-holder .content-text p{
	color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 13px;
    font-family: 'Open Sans', sans-serif;
}
.services-details .image-holder .service-row{
	margin-top: 37px;
	margin-bottom: 28px;
}
.services-details .image-holder .service-row .image-box{
	margin-right: 35px;
}
.services-details .image-holder .service-row img{
	border-radius: 5px;
	width: 100%;
}
.services-details .image-holder .service-row .content{
	margin-left: -35px;
}
.services-details .image-holder .content h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222222;
	letter-spacing: .5px;
	margin-top: -7px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.services-details .image-holder .service-row p{
	color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 13px;
    font-family: 'Open Sans', sans-serif;
}
.services-details .image-holder .service-content h6{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222222;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.services-details .image-holder .service-content p{
	color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 13px;
    font-family: 'Open Sans', sans-serif;
}




.services-details .right-side .service-menu h6{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
	padding-top: 22px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 5px 5px 0px 0px;
	background: #26395a;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-family: 'Montserrat', sans-serif;
}
.services-details .right-side .service-menu{
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	border-radius: 5px;
}
.services-details .right-side .item-menu{
	margin: 10px 18px;
}
.services-details .right-side .item-menu li{
	padding: 12px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.services-details .right-side .item-menu li:last-child{
	border-bottom: none;
}
.services-details .right-side .item-menu li a{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #848484;
	font-family: 'Open Sans', sans-serif;
}
.services-details .right-side .service-contact{
	background: #26395a;
	border-radius: 5px;
	padding: 35px 20px;
}
.services-details .right-side .service-contact h6{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
	padding: 7px 0px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-family: 'Montserrat', sans-serif;
}
.services-details .right-side .contact-list li a{
	color: #ffffff;
}
.services-details .right-side .contact-list li a:hover{
	color: #1cc9ce;
}
.services-details .right-side .contact-list li{
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #ffffff;	
	margin: 8px 0px;
}

/*** 

====================================================================
   news-section style-two
====================================================================

***/

.news-section hr {
    margin-top: 55px;
    margin-bottom: 70px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}


/*** 

====================================================================
    single blog page
====================================================================

***/

.single-blog{
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.single-blog .left-side{
	margin-right: 70px;
}
.single-blog .left-side .image-holder{
	position: relative;
}
.single-blog .left-side .image-box{
	position: relative;
	transition: all 500ms ease;
}
.single-blog .left-side .image-box img{
	position: relative;
	width: 100%;
	border-radius: 5px;
}
.single-blog .left-side .image-box h6{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 16px;
	color: #ffffff;
	background: #1cc9ce;
	width: 60px;
	height: 60px;
	padding-top: 12px;
	border-radius: 50%;
}
.single-blog .left-side .image-box span{
	font-size: 14px;
}
.single-blog .left-side .image-content .news-info li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #848484;
	font-family: 'Open Sans', sans-serif;
}
.single-blog .left-side .image-content .news-info li i{
	margin-right: 10px;
	color: #1cc9ce;
}
.single-blog .left-side .image-content h6{
    color: #1cc9ce;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.single-blog .left-side .image-content p{
    color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.single-blog .left-side .image-content .blog-quote{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 32px;
	margin-bottom: 34px;
	padding: 32px 40px;
	font-style: italic;
	background: #26395a;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
}
.single-blog .left-side .content-text{
	padding-bottom: 62px;
	margin-bottom: 78px;
	border-bottom: 1px solid #e5e5e5;
}
.single-blog .left-side .content-text h6{
	color: #222222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.single-blog .left-side .content-text p{
	color: #848484;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: .3px;
    font-family: 'Open Sans', sans-serif;
}
.single-blog .left-side .default-form-area h6{
	color: #222222;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    padding-bottom: 23px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-family: 'Montserrat', sans-serif;
}
.single-blog .left-side .default-form .form-group{
	margin-bottom: 20px;
}
.single-blog .left-side .default-form textarea{
	height: 130px;
	padding-top: 12px;
	border: 1px solid #e5e5e5;
}
.single-blog .left-side .default-form textarea:focus{
	border: 1px solid #1cc9ce;
}
.single-blog .left-side .default-form input{
	height: 50px;
	border: 1px solid #e5e5e5;
}
.single-blog .left-side .default-form button{
	margin-top: 10px;
}
.default-form input[type="text"]:focus, 
.default-form input[type="email"]:focus, 
.default-form input[type="password"]:focus, 
.default-form input[type="number"]:focus, 
.default-form select:focus, 
.default-form textarea:focus{
	color: #1cc9ce;
	border: 1px solid #1cc9ce;
}
.single-blog .right-side .search-box{
    position: relative;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.single-blog .right-side .search-box input{
    color: #222222;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.single-blog ::-webkit-input-placeholder {
    color: #222222;
}
.single-blog .right-side .search-box button{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 5px;
    background: #26395a;
}
.single-blog .right-side .search-box button i{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.single-blog .right-side .section-title h6{
	font-size: 18px;
	color: #222222;
	line-height: 26px;
	font-weight: 400;
	margin-top: 45px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.single-blog .right-side .categorise-menu li{
	position: relative;
	padding: 12px 0px;	
	border-bottom: 1px solid #e5e5e5;
}
.single-blog .right-side .categorise-menu li i{
	margin-right: 10px;
}
.single-blog .right-side .categorise-menu li a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #848484;
    transition:all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.single-blog .right-side .categorise-menu li a:hover{
    color: #1cc9ce;
    transition:all 500ms ease;
}
.single-blog .right-side .blog-side{
    position: relative;
}
.single-blog .blog-side .section-title h6{
	padding-bottom: 5px;
}
.single-blog .right-side .blog-side .single-item{
    position: relative;
    padding-left: 95px;
    margin-top: 13px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.single-blog .right-side .blog-side img{
    position: absolute;
    left: 0px;
    top: 5px;
    right: 0px;
    border-radius: 5px;
}
.single-blog .right-side .blog-side .single-item h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    text-transform: uppercase;
}
.single-blog .right-side .blog-side .single-item span{
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    color: #848484;
    font-family: 'Open Sans', sans-serif;
}
.single-blog .right-side .archives-menu li{
	position: relative;
	padding: 12px 0px;	
	border-bottom: 1px solid #e5e5e5;
}
.single-blog .right-side .archives-menu li i{
	margin-right: 10px;
}
.single-blog .right-side .archives-menu li a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #848484;
    transition:all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.single-blog .right-side .archives-menu li a:hover{
    color: #1cc9ce;
    transition:all 500ms ease;
}
.single-blog .right-side .popular-list{
	padding-top: 27px;
}
.single-blog .right-side .popular-list li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 18px;
}
.single-blog .right-side .popular-list li:last-child{
	margin-right: 0px;
}
.single-blog .right-side .popular-list li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    padding: 9px 14px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
	transition:all 500ms ease;
}
.single-blog .right-side .popular-list li a:hover{
	color: #ffffff;
	background: #1cc9ce;
	border: 1px solid #1cc9ce;
	transition:all 500ms ease;
}

/*** 

====================================================================
	Google map style
====================================================================

***/

.google-map-area {
	position: relative;
}
#contact-google-map {
  height: 525px;
  width: 100%;
}

/*** 

====================================================================
	Google content style
====================================================================

***/

.map-content .map-text{
	position: relative;
}
.map-content .contact-list{
	position: absolute;
	top: -475px;
	width: 370px;
	height: 425px;
	right: 0px;
	border-radius: 5px;
	padding: 50px 40px;
	background: #26395a;
}
.map-content .contact-list .item{
	position: relative;
	padding-left: 45px;
	margin-bottom: 22px;
	padding-bottom: 6px;
	border-bottom: 1px solid #465773;
}
.map-content .contact-list .item:last-child{
	border-bottom: none;
}
.map-content .contact-list .item h5{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}
.map-content .contact-list .item p{
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.map-content .contact-list .item p a{
	color: #ffffff;
	transition:all 500ms ease;
}
.map-content .contact-list .item p a:hover{
	color: #1cc9ce;
	transition:all 500ms ease;
}
.map-content .contact-list .item i{
	position: absolute;
	font-size: 30px;
	font-weight: 400;
	color: #49d4d8;
	left: 5px;
	top: 0px;
}
.map-content .contact-list .item:nth-child(1) i{
	font-size: 26px;
}
.map-content .contact-list .item:nth-child(2) i{
	font-size: 22px;
}
.map-content .contact-list .item:nth-child(3) i{
	font-size: 20px;
}

/*** 

====================================================================
	contact-section
====================================================================

***/

.contact-section{
	padding-top: 95px;
	padding-bottom: 70px;
}
.contact-section .section-title{
	margin-bottom: 65px;
}
.contact-section .section-title h4{
	font-size: 28px;
	color: #222222;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.contact-section .section-title h4 span{
	color: #1cc9ce;
}
.contact-section .section-title p{
	font-size: 15px;
	color: #848484;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.contact-section .default-form-area .form-group{
	margin-bottom: 30px;
}
.contact-section .default-form-area input{
	height: 50px;
	border: 1px solid #e7e7e7;
}
.contact-section .default-form-area textarea{
	height: 130px;
	resize:none;
	border: 1px solid #e7e7e7;
}
.contact-section .default-form-area button{
	display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #e7e7e7;
}
.contact-section ::-webkit-input-placeholder {
    color: #222222;
}

/*** 

====================================================================
	error-section
====================================================================

***/

.error-section{
	position: relative;
	padding: 140px 0px;
}
.error-section h1{
	font-size: 160px;
	color: #26395a;
	line-height: 195px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.error-section h3{
	font-size: 32px;
	color: #26395a;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.error-section p{
	font-size: 15px;
	color: #848484;
	line-height: 26px;
	font-weight: 400;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
}
.error-section p a{
	color: #1cc9ce;
	text-decoration: underline;
}
.error-section .link-btn{
	margin-top: 45px;
	margin-bottom: 40px;
}