/*------------------------------------------------------------------
	[Master Stylesheet]

	Author        : Ateeq Rafeeq (https://themeforest.net/user/webfulcreationsvision/portfolio)
	Template Name : Dermatologist Website Template
	Version       : 1.0
	CopyRight     : 2017 April @ www.webfulcreations.com


	- Mobile And Tablet Styles are 
	- located in responsive-styles.css File inside assets/css/
	- Colors are in skin >> your selective skin page.
-------------------------------------------------------------------*/

/*  =============================================================
    TABLE OF CONTENTS
    =============================
	01 - General CSS starts
	02 - Hover Effect css
	03 - Section Title CSS
	04 - Header CSS
		 04.1 - TopBar CSS
	05 - navigation CSS
	06 - Banner CSS
	07 - Information Boxes CSS
	08 - About Section  CSS
	10 - Achievements CSS
	10 - Services CSS
	11 - Why Chose Us CSS
	12 - Testimonials CSS
	13 - Products CSS
	14 - Blog CSS
	15 - Form CSS
	16 - Our Partners CSS
	17 - Inner Pags  Styles
		 17.1 -  Boxed Page
		 17.2 - Title Section Pages
		 17.3 -	Testimonial
		 17.4 - Pricing Table
		 17.5 - Appointment Page
		 17.6 - 404 Error Page
		 17.7 - Service Single Post
		 17.8 - Blog Single Post
		 17.9 - Shop Page
		 17.10 - Profile Card Page
		 17.11 - Page Filter Page
		 17.12 - Product Page
	18 - Sidebar CSS Page
	19 - Page Preloader
	20 - Call To Action  CSS
	21 - Footer CSS
    ============================================================= */

/*---------------------------
	01 - General CSS starts
----------------------------*/
body {
	line-height:1.7;
	font-size:1rem;
	font-weight:400;
    padding:0;
    margin:0;
}
h1, 
h1 span,
h1 a { 
	font-size:1.75rem;
    margin-bottom:15px;
}
h2,
h2 span, 
h2 a {
	font-size:1.5rem;
}
h3,
h3 span, 
h3 a { 
	font-size:1.375rem;
}
h4, 
h4 span,
h4 a { 
	font-size:1.25rem;
}
h5, 
h5 span,
h5 a {
	font-size:1.125rem; 
}
h6, 
h6 span,
h6 a {
	font-size:1rem; 
}
label, 
p, 
ul, 
ol, 
li,
a, 
blockquote, 
input, 
textarea, 
select, 
[type=date], 
[type=text], 
[type=email] { 
	font-size:1rem;
	line-height:1.7;
}
h1,
h2,
h3,
h4,
h5,
h6, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a, 
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight:600;
	line-height:1.3;
}
strong {
	font-weight:600;
}
iframe {
	width:100%;
	border:0px; 
}
.button {
	text-transform:uppercase;
	font-size:1rem;
	border-radius:5px;
    padding: 14px 15px;
	margin-right:0px;
	font-weight:600;
}
.button:last-child {
	margin-right:0;
}
.button-second {
	border-radius:0;
	min-width:240px;
    padding: 18px 10px;
	margin-right:0px;
}
.module {
	position:relative;
	margin-bottom:120px; 
}
.blend-mode {
	z-index:50 !important;
	position:relative;
}
.blend-mode:after {
	z-index:60 !important;
	width:100%;
	height:100%;
	display:block !important;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}
.blend-mode .wpb_column {
	z-index:70 !important;
}
.introduction-side .wpb_wrapper a.button:first-child {
	margin-right:20px;
}
.form-section input[type=text],
.form-section textarea,
.form-section input[type=email] {
	margin-bottom:15px !important;
}
.button, 
button, 
input[type='button'], input[type='reset'], input[type='submit'] {
	padding:14px 28px;
	border-radius:3px;
}
input[type=color], 
input[type=date], 
input[type=datetime-local], 
input[type=datetime], 
input[type=email], 
input[type=month], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week],
select,
textarea {
	padding: 10px 22px;
 	background-color:#fff;
	border:1px solid #C0C0C0;
	box-shadow:none;
	height:auto;
}
.blend-mode-half {
	z-index:50 !important;
	position:relative;
}
.blend-mode-half:after {
	z-index:60 !important;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, transparent 40.9%, rgba(225, 232, 240, 0.75) 40.9%);
	display:block !important;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}
.blend-mode-half .wpb_column {
	z-index:70 !important;
}
.deduct-top-margin {
	margin-top:-120px;
}
.small-module {
	position:relative;
	margin-bottom:50px; 
}
.grey-bg {
	padding-top:120px;
	padding-bottom:120px;
}
.dark-bg {
	position:relative;
}
.dark-bg:before {
	content: "";
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position: absolute;
	z-index:-1;
}
.testimonials.dark-bg:after {
	background: url(../images/background-pattern.jpg);
}
.dark-bg:after {
	content: "";
    background: url(../images/background-pattern.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
	background-position:center;
}
th {
	font-weight:600;
}
dl dt {
	font-weight:600;
	margin-bottom:.3rem;
}
.main-container {
	width:100%;
	margin:auto; 
}
hr {
	border-bottom: 1px solid #ededed;
}
.header_full_width .grid-container {
	max-width:100%;
	width:100%;
}
.grid-container {
	padding:0;
}
.grid-container .grid-container {
	max-width:100%;
}
.wpb_wrapper .grid-x.grid-padding-x {
	width:calc(100% + 30px);
	margin-left:-15px;
}
.margin-auto {
	margin:auto;
}
.padding-between-inner-pags .grid-padding-y .cell:first-child ,
.padding-between .grid-padding-y:first-child .cell {
	padding-top:0px;
}
.padding-between-inner-pags .grid-padding-y .cell:last-child ,
.padding-between .grid-padding-y:last-child .cell {
	padding-bottom:0px;
}
dd {
    margin: 0 1.5em 1.5em;
}
.sidebar .widget ul li {
	border-bottom:1px solid #ededed;
}
.blog-text .blog-page-content p {
	margin-bottom:0px !important;
} 
.blog-text .comment_text p:last-child,
.blog-text .post-content p:last-child {
	margin-bottom:0px;
}
.blog-text .post-content h1:first-child, 
.blog-text .post-content h2:first-child, 
.blog-text .post-content h3:first-child, 
.blog-text .post-content h4:first-child, 
.blog-text .post-content h5:first-child, 
.blog-text .post-content h6:first-child,
.blog-text .post-content p:first-child {
	margin-top:0px;
}
.gallery-item {
	padding-left:5px;
	padding-right:5px;
}
.footer .gallery-item {
	padding-left:5px;
	padding-right:5px;
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.widget-content .gallery br {
	height:0px;
}
.gallery-item img {
	width:100%;
	height:auto;
}
.gallery-item dd {
	margin:0px;
}
.form-submit .button,
.blog-text .button {
    border-radius: 0px;
    min-height: auto;
    padding: 15px 10px;
}
.error-page-form {
	max-width:670px;
	text-align:center;
}
.content_wrap {
	max-width: calc(1200px - 30px);
	width:calc(100% - 30px);
    margin: 0 auto;
}
.wpb_column.bg-btm-left > .vc_column-inner,
.bg-btm-left {
	background-repeat:no-repeat;
	background-position: bottom left !important;
}
.wpb_column.bg-btm-right .vc_column-inner,
.bg-btm-right {
	background-repeat:no-repeat;
	background-position: bottom right !important;
}
.wpb_column.bg-top-left > .vc_column-inner,
.bg-top-left {
	background-repeat:no-repeat;
	background-position: top left !important;
}
.wpb_column.bg-top-right .vc_column-inner,
.bg-top-right {
	background-repeat:no-repeat;
	background-position: top right !important;
}
.wpb_column.bg-center .vc_column-inner,
.bg-center {
	background-repeat:no-repeat;
	background-position: center center !important;
}
.wc-shadow-box {
	background-color: #fff;
    -webkit-box-shadow: 0px 16px 27px 4px rgba(204,204,203,0.28);
    -moz-box-shadow: 0px 16px 27px 4px rgba(204,204,203,0.28);
    box-shadow: 0px 16px 27px 4px rgba(204,204,203,0.28);
}
.high-z-index {
	z-index:999999;
	position: relative;
}
.header {
	z-index:9999999;
}
.outer-btm-right-icon {
	position:absolute;
	bottom:0px;
	right:20px;
}
.outer-top-left-icon {
	position:absolute;
	top:0px;
	left:20px;
}
.no-relative-column .wpb_column {
	position:initial
}
.position-relative {
	position:relative;
}
/*-------------------------
	General CSS Ends
-------------------------*/

/*-------------------------
 02 - Hover Effect css
-------------------------*/
.hover-info {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
	transition: opacity .6s;
}
.hover-img,
.hover-bottom {
	position:relative;
	z-index:0;
}
.hover-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	opacity: 0;
	transition: opacity .6s;
}
.hover-wrap:hover .hover-bottom:after ,
.hover-wrap:hover .hover-info {
	opacity:1;
	cursor:pointer;
}
/*-------------------------
	Hover Effect Ends
-------------------------*/

/*---------------------------
 	03 - Section Title CSS 
----------------------------*/
.section-title {
	position:relative;
	max-width:75rem;
	margin:auto;
	margin-bottom:60px;
	text-align:left;
}
.section-title h2 {
	position:relative;
	font-size:0.875rem;
	font-weight:400;
	margin-bottom:11px;
	letter-spacing:0.2em;
}
.section-title h2:after {
    content:'';
    position:absolute;
    bottom:3px;
    border:0.5px solid #b3d4e2;
    width:100px;
	margin-left:16px;
}
.section-title p {
	font-size:1.375rem;
	font-weight:600;
	margin-bottom:0;
}
.section-title h2,
.section-title p {
	text-transform:uppercase;
}
/*Section Title Second*/
.section-title-text {
	position:relative;
}
.section-title-second h2 {
	position:relative;
    width:211px;
    margin:auto;
	position:relative;
	font-size:0.875rem;
	font-weight:400;
	margin-bottom:11px;
	letter-spacing:2.7px;
}
.section-title-second h2,
.section-title-second p {
	text-transform:uppercase;
}
.section-title-second p {
	font-size:1.375rem;
	font-weight:600;
	margin-bottom:0;
}
.section-title-second h2:after,
.section-title-second h2:before {
 	content:'';
    position:absolute;
    bottom:3px;
    border:1px solid #b3d4e2;
    width:70px;
}
.section-title-second h2:before {
	right:100%;
}
.section-title-second h2:after {
	left:100%
}
.section-title-second {
	position:relative;
	max-width:75rem;
	text-align:center;
	margin:auto;
	margin-bottom:60px;
	padding-right:.9375rem;
    padding-left:.9375rem;
}
.section-title-icon {
    position: relative;
    margin-bottom: 19px;
	width:100%;
}
.section-title-icon img {
	height:35px;
	width:auto;
}
.section-title-icon:after, 
.section-title-icon:before {
    content: '';
    border-bottom: 1px solid #dddddd;
    width: 80px;
    margin: auto;
    position: absolute;
    top: 50%;
}
.section-title-icon:before {
	left:calc(50% + 36px);
}
.section-title-icon:after {
	right:calc(50% + 36px);
}
.section-title.psychology {
    position: relative;
    display: block;
    max-width: 45rem;
    margin: auto;
	margin-bottom:60px;
    text-align: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.section-title.psychology h2 span, 
.section-title.psychology h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
	letter-spacing: normal;
}
.section-title.psychology h2:after,
.section-title.psychology h2:before {
	display:none;
}
.section-title.psychology p {
    font-size: 1rem;
    color: #383838;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
	text-transform: none;
}
/*-------------------------
	Section Title Ends 
-------------------------*/

/*-------------------------
	04 - Header CSS 
-------------------------*/
.header {
	position:relative;
	padding:24px 0px;
}
.info-container {
    float: right;
	padding:4px 0px;
}
.header .icon-box,
.header .icon-side,
.header .info-side {
    float: left;
}
.type-five.header .icon-box p {
	line-height:47px;
}
.type-five.header i {
	line-height:1px;
	font-size:1.025rem;
}
.info-container:after {
	content:'';
	display:table;
	clear:both;
}
.info-side p strong a,
.info-side p strong {
	font-size:1rem;
	font-weight:600;
}
.info-side p a,
.info-side p {
	margin-bottom:0;
	line-height:19px;
	font-size:0.75rem;
}
.header .icon-side i {
	margin-right:15px;
	font-size:24px;
	margin-top:3px;
}
.header .icon-box {
	margin-right:51px
}
.header .icon-box:last-child {
	margin-right:0px;
}
.last-icon-box .icon-box {
	float:right;
}
.special-box {
	padding-top:3px;
}
.header .logo h1,
.header .logo img {
	margin-bottom:0px;
}
.header .logo img {
	height:42px;
	width:auto;
}
.type-five div.logo {
	display:inline-block;
}
.header-five-icons-box.medium-3 {
	width:auto;
}
/*-------------------------
 04.1 - TopBar CSS
-------------------------*/
.topBar {
	width:100%; 
	border-bottom:1px solid #e0e0e0;
	position:relative;
	z-index:9999;
}
.topBar p {
	margin-bottom:0px; 
	padding:7px 0px;
	line-height:1;
}
.topBar ul li {
	padding:7px;
	text-align:right;
	line-height:1;
	display:inline-block;
}
.topBar .no-list-padding li {
	padding:7px 0rem; 
}
.topBar .no-list-padding li a {
	padding:0px; 
	padding:0rem 1rem;
	border-right:1px solid #e0e0e0;
}
.topBar .no-list-padding li:last-child a {
	border-right:0px; 
}
.topBar ul .first-social {
	padding-left:25px; 
}
.topBar ul li a {
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}
.topBar ul li i {
	margin-right:5px;
}
.topBar ul li.social i {
	margin-right:0px;
}
.topBar ul li.social a {
	padding:0px 10px;
}
.topBar .left-side,
.topBar .right-side {
	position:relative;
}
.topBar .right-side, 
.topBar .right-side ul {
	text-align:right;
	float:right;
}
.topBar ul ul {
	display:none;
}
.topBar .button {
	padding: 7px 12px;
	margin-bottom: 0;
    margin-right: 6px;
    min-width: 137px;
    min-height: 30px;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}
.topBar .button:last-child {
	margin-right:0px;
}
.topBar ul li:first-child {
	padding-left:0px;
}
.topBar ul li:last-child {
	padding-right:0px;
}
/*-------------------------
	Header CSS Ends
-------------------------*/

/*-------------------------
	05 - navigation CSS
-------------------------*/
.navigation {
	position:relative;
	border-top:1px solid #e0e0e0;
	z-index:100;
}
.top-bar {
	padding:0;
}
.top-bar-title {
	margin:0px;
}
.top-bar .child-nav.js-dropdown-active {
	display:block;
}
.top-bar .child-nav {
	display:none;
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
	content:'';
	border:0px;
}
.is-dropdown-submenu {
	min-width:230px;
	border:0px;
}
.nav-border:before {
	content:'';
	border-top:2px solid #e9490b;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.search-wrap a:hover:before,
.top-bar ul li a:hover:before {
	content:'';
	border-top:2px solid #e9490b;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.top-bar .menu.vertical .single-sub .child-nav .is-submenu-item.is-dropdown-submenu-item a {
	position:relative;
	border-top:1px solid rgba(218, 218, 220, 0.3);
	line-height:normal;
}
.search-wrap a {
	margin-right: 12px;
    line-height: 1px;
    position: relative;
    display: inline-block;
    padding: 19.0px 0px 20px;
}
.search-wrap a i {
	font-weight:600;
	font-size:18px;
}
.search-wrap a:last-child {
	margin-right:0px;
}
.search-dropdown .button {
    min-width: 50px !important;
    min-height: 50px !important;
    position: absolute;
    top: 16px;
    right: 8px;
    border-radius: 0px 5px 5px 0px;
}
.search-dropdown input[type=text], .search-dropdown .button {
	margin-bottom:0px;
}
.nav-sharing {
	text-align:center;
}
.nav-sharing a {
	font-size:1rem;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
.search-icon-toggle.hover i:before {
	content: "\e082";
}
.reveal-wrapper {
	width:calc(100% - 30px);
	position:relative;
	margin:auto;
}
.reveal-wrapper .search_form button {
	top:0px;
	right:-10px;
}
.reveal {
	padding:30px;
}
.reveal .cart-table h5 {
	text-align:center;
	margin-bottom:1.875rem;
}
.reveal-wrapper .search_form button {
	position:absolute;
}
.search-box .close-button {
    top: -10px;
    right: 10px;
    padding: 5px;
}
.search-box {
	padding:30px;
}
.header {
	z-index:99;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a,
.dropdown.menu li a {
	padding:21px 22px;
	text-transform:uppercase;
	font-size:1rem;
	position:relative;
	letter-spacing:0.01em;
	font-weight:600;
}
.header-type-one .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a, 
.header-type-one .dropdown.menu li a {
	padding: 16px 11px;
}
.header .dropdown.menu .is-dropdown-submenu a {
	font-weight:normal;
	text-transform: capitalize;
	padding-top:10px;
	padding-bottom:10px;
}
.header-type-one nav {
	width:100%;
	float:left;
}
.header-type-one .navigation {
	border-top:0px;
}
.header-type-one .right-icons.float-right a {
	line-height:45px;
	display:inline-block;
	padding-left:7px;
	padding-right:7px;
}
.header-type-one .right-icons.float-right a:first-child {
	padding-left:0px;
}
.header-type-one .right-icons.float-right a:last-child {
	padding-right:0px;
}
/*-------------------------
	navigation CSS Ends
-------------------------*/

/*-------------------------
	06 - Banner CSS 
-------------------------*/
.banner-container {
	position:relative;
}
.main-banner .owl-prev {
    left:20px;
}
.main-banner .owl-next {
    right:20px;
}
.main-banner .owl-prev,
.main-banner .owl-next {
    font-size: 19px;
    border: 2px solid;
	line-height:31px;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
}
.main-banner .owl-nav {
	opacity:0;
}
.main-banner:hover .owl-nav {
	opacity:1;
}
.main-banner .owl-prev:hover,
.main-banner .owl-next:hover {
    border-color:#fff;
}
.slide-text {
	display:inline-table;
}
.slide-text h2 {
	font-size:3rem;
	font-weight:normal;
	margin-bottom:2px;
}
.slide-text h3 {
	font-size:4.125rem;
	font-weight:400;
	line-height:58px;
	margin-bottom:27px;
}
.slide-text p {
	font-size:1.375rem;
	font-weight:400;
	line-height:35px;
	margin-bottom:31px;
}
.slide-text a {
    margin-bottom:0px;
}
.slide-text .button {
	text-align:center !important;
}
/*-------------------------
	Banner CSS Ends
-------------------------*/

/*---------------------------
 	07 - Information Boxes CSS
-----------------------------*/
.information-box {
	position:relative;
	text-align:center;
	z-index:4;
	display:table-cell;
	width:33.33333%;
}
.information-text {
	padding:48px 47px;
	margin-top:72px;
}
.information-box:last-child .information-text {
	border-right:0;
}
.information-box h4 {
	padding:15px 0px;
	margin-bottom:0;
}
.information-box p {
	margin-bottom:21px;
}
.information-box a.learn-more {
	font-size:1rem;
	font-weight:600;
}
.information-icon {
    width:104px;
    height:104px;
    margin:auto;
    display:inline-flex;
    border-radius:100%;
    position:absolute;
    top:21px;
    left:0;
    right:0;
}
.information-icon:after{
	content: '';
    position: absolute;
    left: -21px;
    right: 0px;
    top: 0;
    margin: auto;
    bottom: 0;
    border: 5px solid #fff;
    height: 145px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 145px;
    z-index: -1;
}
.information-icon img {
	width:100%;
	height:auto;
	margin:auto;
}
.wpb_wrapper .information-box:nth-child(2),
.second-information-box {
	z-index:99;
}
.wpb_wrapper .information-box:nth-child(2) > .information-text,
.second-information-box .information-text {
	-webkit-box-shadow: 0px 0px 28px 0px #e1e8f0;
	-moz-box-shadow: 0px 0px 28px 0px #e1e8f0;
	box-shadow: 0px 0px 28px 0px #e1e8f0;
	z-index:999;
}
/*-------------------------------
	 Information Boxes CSS Ends
--------------------------------*/

/*-------------------------------
 	08 - About Section  CSS
--------------------------------*/
.about-img .wpb_wrapper {
	position:relative;
	background: linear-gradient(90deg, #e1e8f0 90%, #FFFFFF 10%);
}
.about-img p {
    font-size:1.25rem;
    margin-top:-71px;
    margin-bottom:0;
    margin-right:17px;
    padding:33px 40px;
    line-height:32px;
    display:inline-block;
}
.introduction-side {
	margin-top:22px;
}
.about-text h2 {
	font-size:1.625rem;
	font-weight:400;
	margin-bottom:0;
}
.about-text h3 span,
.about-text h3 {
	font-size:2.3125rem;
	font-weight:600;
	margin-bottom:20px;
}
.about-text p {
	font-size:1rem;
	line-height:1.7;
	margin-bottom:40px;
}
.about-info-box i ,
.about-info-text {
	float:left;
}
.about-info-text {
	width:calc(100% - 39px);
}
.about-info-box:after {
    content: '';
    display: table;
    clear: both;
}
.about-info-box i {
	font-size:1.125rem;
	line-height:31px;
    margin-right:21px;
}
.about-info-box h4 {
	font-size:1.125rem;
	margin-bottom:8px;
}
.about-info-box p {
	margin-bottom:21px;
}
.introduction-side .button {
	margin-top:21px;
	margin-bottom:0;
}
/*--------------------------
	About Section  CSS Ends
--------------------------*/

/*-------------------------
	09 - Services CSS  
-------------------------*/
.service-img {
    position:relative;
}
.service-box img {
	display:block;
	width:100%;
	height:auto;
}
.service-detail a {
	margin-bottom:0px;
}
.service-box {
	box-shadow: 0px 0px 12px 1px rgb(210, 214, 220);
}
.service-box .service-text {
    padding:23px 30px;
}
.service-text h6 {
	margin-bottom: 5px;
}
.service-text p {
	margin-bottom:6px;
}
.service-box.icon-style {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
    -moz-box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
    box-shadow: 0px 0px 7px 3px rgba(204,204,204,0.42);
}
.service-box.icon-style img {
    border-radius: 100%;
    background-color: #f6f6f6;
	width:auto;
	margin:auto;
	margin-bottom: 24px;
}
.service-box.icon-style .service-text {
	padding:0px;
}
.service-box.icon-style h4 {
	margin-bottom:18px;
}
.service-box.icon-style p {
    margin-bottom: 26px;
}
/*-------------------------
	Services CSS  
-------------------------*/

/*-------------------------
	10 - Our Staff CSS  
-------------------------*/
.staff-box img {
	display:block;
	width:100%;
	height:auto;
}
.staff-text {
	text-align:center;
	padding:11.5px 0px;
}
.staff-text h6 a {
	line-height:21px;
}
.staff-text p {
	font-size:0.875rem;
}
.staff-text h6 ,
.staff-text p {
	margin-bottom:0;
}

.team-box .hover-img {
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 100%;
    background-color: #f6f6f6;
    position: relative;
    z-index: 0;
}
.team-box .hover-img img {
    width: 100%;
    height: auto;
    background-color: #eaeaea;
    border-radius: 100%;
}
.team-box .team-box .button {
	padding:6px 12px;
	min-height:auto;
	margin-bottom:0px;
}
.team-box .team-text h6 {
    font-weight: 400;
}
.team-box .team-text h4 {
    margin-bottom: 0px;
}
.team-box .team-text {
    text-align: center;
}
.team-box .hover-info {
    position: absolute;
    border-radius: 100%;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    background-color: rgba(28, 123, 184, 0.9);
    transition: opacity .6s;
}
/*-------------------------
	Our Staff CSS  
-------------------------*/

/*-------------------------
	10 - Achievements CSS
-------------------------*/
.achievement-counter.dark-bg:after {
    content: "";
    background: url(../images/background-pattern.jpg);
	background-size:cover;
}
.counter-icon img {
	margin-bottom:9px;
}
.counter {
	text-align:center;
}
.counter-icon i {
	font-size:4.875rem;
	line-height:89px;
	margin-bottom:15px;
}
.counter-text h2 {
	font-size:2.8125rem;
	font-weight:400;
	margin-bottom:2px;
}
.counter-text p {
	font-size:1.25rem;
	font-weight:400;
	margin-bottom:0px;
}
/*-------------------------
	Achievement CSS Ends
-------------------------*/

/*-------------------------
	11 - Why Chose Us CSS
-------------------------*/
ul.accordion {
	margin-bottom:0px;
}
.accordion {
	background-color:transparent;
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom:0px;
}
ul.accordion li:last-child>a {
	margin-bottom:0px;
}
.accordion-title {
	font-size:1rem;
    font-weight:600;
    margin-bottom:19px;
    padding:26.5px 25px;
	border:0px;
}
.why-chose-us .accordion-item:last-child .accordion-title {
	margin-bottom:0;
}
.accordion-title::before {
	content:"\f0d7";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:1rem;
	position:absolute;
    margin-top:-20px;
	right:-20px;
	padding:12px 15px;
}
.is-active>.accordion-title::before {
    content:"\f0da";
	padding:12px 17px;
}
.accordion-title,
.accordion-content {
	width:calc(100% - 26px);
}
.accordion-content {
	padding:21.5px 25px;
    font-size:1rem;
}
.is-active>.accordion-title {
	margin-bottom:0;
}
.accordion-item.is-active {
	margin-bottom:19px;
}
.accordion-item.is-active:last-child {
	margin-bottom:0px;
}
.accordion-content,
:last-child>.accordion-content:last-child {
	border:0;
}
.why-chose-us .accordion {
	margin-bottom:0;
}
.after-before-item .twentytwenty-handle {
	height:0;
	top:0;
}
.why-chose-us .twentytwenty-container img {
	width:100%;
	height:auto;
}
/*-------------------------
	Why Chose Us CSS Ends
-------------------------*/

/*-------------------------
	12 - Testimonials CSS
-------------------------*/
.testimonial-slid .testimonial-text {
	text-align:center;
	margin:auto;
	width:calc(100% - 390px);
}
.testimonial-slid .testimonial-text img {
	width:120px;
	height:auto;
	margin:auto;
	border-radius: 100%;
	margin-bottom:26px;
}
.testimonial-page .testimonial-text {
	padding:30px;
}
.testimonial-page .testimonial-text img {
	float:left;
}
.testimonial-text p {
	margin-bottom:25px;
	font-size:1rem;
	line-height:1.7;
}
.testimonial-text h6,
.testimonial-text span {
	font-weight:600px;
}
.testimonial-text h6 {
	margin-bottom:44px;
	font-weight:600px;
}
.testimonials .owl-controls .owl-dot {
    width:15px;
    height:15px;
    border-radius: 100%;
    border:1px solid #e9490b;
    float:left;
    margin-left:5px;
    margin-right:5px;
}
.testimonials .owl-controls .owl-dot.active {
	border:1px solid #036f9e;
}
.testimonials .owl-controls {
    position:absolute;
    left:50%;
	margin-top:-15px;
    margin-left:-47.5px;
}
/*-------------------------
	Testimonials CSS Ends
-------------------------*/

/*-------------------------
	13 - Products CSS
-------------------------*/
.products {
	background: linear-gradient(0deg, #f8f8f8 55%, #FFFFFF 45%);
}
.product-icon img {
	max-width:100%;
    height:auto;
    margin-bottom:32px;
}
.product-text h6 {
	margin-bottom:10px;
}
.product-text p span,
.product-text p {
	font-size:1.125rem;
	margin-bottom:0px;
}
.product-text p span {
	margin-bottom:0;
}
/*-------------------------
	Products CSS Ends
-------------------------*/

/*-------------------------
	14 - Blog CSS
-------------------------*/
.blog-img img {
	max-width:100%;
	height:auto;
}
.blog-text {
	padding:30px 30px;
}
.single-doctor.blog-text {
	padding:0px;
}
.blog-text h3 {
	border-bottom:1px solid #ededed;
	padding:0px 0px 12px 0px;
	margin-bottom:12px;
	word-wrap: break-word;
}
.blog-text h3,
.blog-page h3 a {
	font-size:1.875rem;
}
.post-page .blog-text {
	padding-bottom:0px;
}
.post-page .blog-text .meta-tags {
	margin-bottom:0px;
}
.blog-text .meta-tags {
	font-size:0.8125rem;
	margin-bottom:1.5rem;
}
.blog-text .meta-tags a {
	font-size:0.8125rem;
}
.blog .blog-text p:last-child {
	margin-bottom:0px;
}
.meta-tags ul.post-meta {
	list-style:none;
	margin-left:0px;
	margin-bottom:0px;
}
.meta-tags ul.post-meta li {
	display:inline;
}
.meta-tags .categories-list a {
	padding-right:7px;
}
.meta-tags span,
.meta-tags a,
.blog-text p a {
	font-weight:400;
}
.meta-tags span {
	font-size:0.8125rem;
}
.blog-text .meta-tags i {
	position:relative;
	font-size:0.8125rem;
	margin-right:7px;
}
.blog-text .meta-tags ul.post-meta li {
	padding-left:9px;
	padding-right:9px;
	font-size:0.8125rem;
}
.blog-text .meta-tags ul.post-meta li:first-child {
	padding-left:0px;
}
/*.blog-text .meta-tags i:first-child:after {
    content: '';
    margin-left: 15px;
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    height: 20px;
    font-size: 10px;
    border-right: 2px solid #9c9c9c;
}
.blog-text .meta-tags i a:last-child,
.blog-text .meta-tags span {
	margin-left:2px;
}*/
.blog-text .blog-page-content p {
	margin-bottom:0;
}
.blog-text:after {
	clear:both;
	content:"";
	display:table;
}
.blog-text .blog-page-content p a {
	font-size:1rem;
	font-weight: 600;
    margin-left: 7px;
}
.blog-img {
	text-align:center;
}
.sticky-post {
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 600;
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
.blog-img {
	position:relative;
}
.comment_text address,
.comment_text p,
.blog-text .post-content address,
.blog-text .post-content p {
	margin-bottom:1.5em;
}
.comment_text h1, 
.comment_text h2, 
.comment_text h3, 
.comment_text h4, 
.comment_text h5, 
.comment_text h6,
.blog-text .post-content h1, 
.blog-text .post-content h2, 
.blog-text .post-content h3, 
.blog-text .post-content h4, 
.blog-text .post-content h5, 
.blog-text .post-content h6 {
    clear: both;
    margin: 1.5em 0 0.75em;
    padding: 0 0 0;
}
.comment_text h3,
.blog-text .post-content h3 {
	clear: both;
    margin: 1.5em 0 0.75em;
    padding: 0 0 0;
	border:0px;
	font-size:1.375rem;
}
.blog-text .post-content .about-text h3 {
	font-size: 2.3125rem;
    font-weight: 600;
	margin-top:0px;
	padding-top:0px;
}
.blog-text .post-content .about-text h2 {
	margin-bottom:10px;
}
.blog-text .pagination-container {
	margin-top:.9375rem;
}
.pagination-container.single-post-pagination {
	text-align:center;
	width:100%;
	clear:both;
}
.pagination-container.single-post-pagination ul li {
    padding: .1875rem .625rem;
    border-radius: 0;
}
.pagination-container.single-post-pagination ul li a {
	padding-left:0px;
	padding-right:0px;
}
.pagination-container.single-post-pagination ul {
	margin-bottom:0px;
}
.default-page-type .comments_list_title {
	margin-top:30px;
}
/*-------------------------
	Pblog CSS Ends
-------------------------*/

/*-------------------------
	15 - Form CSS
-------------------------*/
.form-section.dark-bg:before {
    background:linear-gradient(90deg, transparent 40.9%, rgba(225, 232, 240, 0.75) 40.9%);
}
.form-section.dark-bg:after {
    background: url(../images/background-pattern.jpg);
	background-size:cover;
}
.form-section .form h2 {
	font-size:0.875rem;
	font-weight:400;
	letter-spacing:4px;
    text-transform:uppercase;
}
.form-section .form p {
	font-size:1.5rem;
}
.form-section select ,
.form-section [type=email],
.form-section [type=text],
.form-section textarea {
	border: 0;
    padding: 27.5px 19px;
	margin-bottom:15px;
}
.form-section textarea {
	padding: 22px 19px;
	margin-bottom:27px;
}
.form-section ::placeholder {
	font-size:0.875rem;
	font-weight:400;
}
.form-section .form {
	width: calc(100% - 26px);
    float: right;
}
.form .button {
	margin-bottom:0;
}
/*-------------------------
	Form CSS Ends
-------------------------*/

/*-------------------------
	16 - Our Partners CSS
-------------------------*/
.partners .partners-logo a img {
	width:100%;
	height:108px;
}
/*-------------------------
	Our Partners CSS Ends
-------------------------*/

/*-------------------------
	17 - Inner Pags 
		 Styles
-------------------------*/

/*-------------------------
	17.1 - Boxed Page
-------------------------*/
.boxed {
    max-width: 1250px;
    margin: auto;
    box-shadow: 0px 0px 3px 1px #CCC;
	position:relative;
	z-index:0;
}
body.box {
    background: url(../images/background-pattern.jpg);
	z-index:-10;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
body.box .banner-container .slide-text {
	left:50px;
}
/*-------------------------
	17.2 - Title Section 
		   Pages
-------------------------*/
.title-section {
	padding-top:120px;
	padding-bottom:120px;
}
.title-section h1,
.title-section .breadcrumbs {
	text-align:center;
	display:block;
	margin-bottom:0px;
	width:100%;
}
.title-section h1 {
	text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight:600;
    text-align: center;
    font-size: 3rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.title-section .breadcrumbs li a,
.title-section .breadcrumbs li {
	display:inline-block;
	text-align:center;
	float:none;
	font-size:0.6875rem;
}
/*-------------------------
	17.3 - Testimonial 
-------------------------*/
.testimonial .testimonial-text h6 {
	margin-bottom:0;
}
.testimonial .testimonial-text {
	border-radius:5px;
}
.testimonial-page .testimonial-text img {
	margin-right:20px;
	width:130px;
	height:auto;
}
.testimonial .testimonial-text h6 {
	margin-left:150px;
}
.testimonial-page .testimonial-text p {
	font-size:1rem;
}
/*-------------------------
	17.4 - Pricing Table 
-------------------------*/
.pricing-table {
    text-align: center;
	padding:15px  15px;
	border:1px solid #f1f1f1;
}
.pricing-table .icon-box i {
    font-size:2.187rem;
    text-align:center;
    width:65px;
    height:65px;
    line-height:65px;
    border-radius:100%;
}
.pricing-table h3 {
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px; 
}
.pricing-table h1 {
	text-align:center;
	text-transform:uppercase;
	margin-bottom:0px;
}
.price-details {
	padding-top:10px;
	margin-left:0px;
}
.price-details li {
    display: block;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:18px;
}
.pricing-table .button {
	margin-bottom:0px;
}
/*-------------------------
	17.5 - Appointment
	Page
-------------------------*/
.appointment-page.dark-bg:before {
	content: "";
}
.appointment-page select ,
.appointment-page [type=email],
.appointment-page [type=text],
.appointment-page textarea {
	padding: 27.5px 30px;
}
.sidebar .icon-box {
    position: relative;
    clear: both;
}
.sidebar .icon-box:after {
	clear:both;
	display:table;
	content:"";
}
.sidebar .icon-box .icon-side {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
}
.sidebar .icon-box .info-side {
    margin-left: 7px;
    font-size: 16px;
    padding-top: 0px;
    width: calc(100% - 70px);
}
.sidebar .info-side p strong {
	font-weight:400;
    font-size: 18px;
	display:block;
	margin-bottom:10px;
}
.sidebar .icon-box p {
    margin-bottom: 0px;
}
.sidebar .icon-box {
	margin-top:0.9375rem;
	margin-bottom:0.9375rem;
}
.widget-content:after,
.sidebar .widget:after {
	clear:both;
	display:table;
	content:"";
}
.sidebar .icon-box:first-child {
	margin-top:0px;
}
.sidebar .icon-box:last-child {
	margin-bottom:0px;
}
.single-doc-img .thumbnail {
	padding:15px;
	border:1px solid #ededed;
	box-shadow:0px 0px 0px;
}
.single-doc-img .thumbnail .social {
	padding-top:15px;
}
.single-doc-img .thumbnail .social .float-right i {
	margin-right:10px;
}
.single-doc-img .thumbnail .social a {
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}

/*-------------------------
	17.6 - 404 Error Page
-------------------------*/
.error-page-form {
    margin: auto !important;
    margin-top: 30px;
    float: none !important;
}
.error-page h2 {
	font-size:3rem;
	width:100%
}
.error-page p {
	font-size:1rem;
	line-height:25px;
	margin-bottom:25px;
	max-width:500px;
	text-align:center;
	margin:auto;
}
.error-page-form {
	padding-top:25px;
}
/*-------------------------
	17.7 - Service Single
	Post
-------------------------*/
.service-single-post .service-post .service-text p {
	margin-bottom:1rem;
}

.service-single-post .sidebar .widget ul li a {
	font-size: 1rem;
    font-weight: 400;
	line-height:normal;
}
/*-------------------------
	17.8 - Blog Single
	Post
-------------------------*/
.blog-single-post .news-text {
    padding: 17px 29px;
}
.sharing-posts {
    margin-top: 1px;
    margin-bottom: 30px;
	padding:15px 30px;
}
.post-share {
	text-align:right;	
}
.sharing-posts .tags li a {
	padding:0px;
	margin:0px;
}
.sharing-posts .tags li a,
.sharing-posts a {
	padding-left:8px;
	padding-right:8px;
}
.author-box img {
	height:auto;
	border-radius:100%;
	margin-right:25px;
	width:120px;
}
.author-box .float-right {
	width:calc(100% - 125px);
}
.author-box {
	margin-bottom:30px;
	padding:30px;
}
.pagination li a {
	font-weight:normal;
}
blockquote {
    padding: 35px;
	border-left: 1px solid #ededed;
	background-color:#f7f7f7;
}
/*-------------------------
	17.9 - Shop Page
-------------------------*/
.single-product-text {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 3px solid #036f9e;
    padding: 23px 24px 22px;
}
.single-product {
    box-shadow: 0 0 8px rgba(3, 111, 158, 0.2);
}
.product-price {
    margin-bottom: 23px;
    overflow: hidden;
}
.single-product-text > h4 a {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}
.single-product-text h5 {
    font-size: 14px;
    margin-bottom: 20px;
}
.product-price > h3 {
    display: inline-block;
    float: left;
	font-size:24px;
}
.single-item-rating {
    float: right;
    font-size: 16px;
	display: inline-block;
}
.product-buttons {
    overflow: hidden;
}
.single-product-text .button-default.cart-btn {
    font-size: 11px;
    line-height: 27px;
    margin-left: 0;
    padding: 0 14px;
    float: left;
}
.button-default {
    background:#036f9e none repeat scroll 0 0;
    display: inline-block;
    margin-left: 16px;
    padding: 6px 14px;
    text-transform: uppercase;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, 
.single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.single-product {
	padding-top:0px;
	padding-bottom:0px; 
}
.our-store .single-product {
	padding-bottom:0px; 
}
.page-filter {
	padding-top:15px;
	margin-top:0px;
	border-top:1px solid #ededed; 
}
.page-filter .pagination {
	text-align:center; 
	margin-bottom:0px;
}
.single-shop .our-store {
	margin-bottom:0px; 
}
.product-thumbnail img {
	width:100%;
	height:auto;
	margin-bottom:0; 
}
.product-meta {
	padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 0.875rem;
    margin-top: 10px;
}
.product-share {
	padding-top:15px;
	border-top:1px solid #ededed; 
}
.add-cart-option {
	margin-top:25px;
	margin-bottom:25px; 
}
.add-cart-option input[type=number] {
	max-width:75px; 
	float:left;
	margin-right:20px;
}
.product-detail .price {
	font-size:1.25rem; 
	font-weight:600;
}
.product-detail h2 {
	text-transform:uppercase; 
}
.single-products-page .price .normal {
	font-size:1.5rem;	 
	font-weight:600;
}
.price .normal {
	font-size:1.25rem;
}
.qty {
	max-width:75px; 
}
.cart-item .product-thumbnail img {
	height:100px !important;
	width:auto; 
}
.apply-coupon {
	margin-top:15px; 
}
.accordion-title {
	font-size:1rem;
}
/*-------------------------
	17.10 - Profile Card
	Page
-------------------------*/
.profile-card {
	text-align:center;
}
.profile-card img {
	width:100%;
	margin-bottom:15px;
}
.contact-card ul {
	list-style:none;
	margin:0;
}
.contact-card ul li {
	font-size:1rem;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:1px;
}
.contact-card.no-bg ul li {
	text-align:center;
}
.contact-card.no-bg ul li a i,
.contact-card ul li a,
.contact-card ul li span {
	font-weight:400;
}
.contact-card ul li i {
	margin-right:15px;
}
.percentage-show {
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
}
.bar-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.bar-container {
    position: relative;
    font-size: 1rem;
}
/*-------------------------
	17.11 - Page Filter
	Page
-------------------------*/
.page-filter {
	padding-top: 15px;
    margin-top: 0px;
}
.page-filter .pagination {
    text-align: center;
}
.single-post .news-text {
	padding-bottom:25px;
}
.single-post .news-post {
	border:1px solid #e0e0e0;
}
.pagination .current {
	display:block;
}
/*-------------------------
	17.12 - Product Page
-------------------------*/
.add-cart-option:after ,
.product-meta:after ,
.popular-post:after ,
.sidebar .icon-box:after {
	content:'';
	clear:both;
	display:table;
}
.add-cart-option .button {
	margin-bottom:0;
}
/*-------------------------
	End of Inner Pages 
	CSS styles
-------------------------*/

/*-------------------------
	18 - Sidebar CSS Page
-------------------------*/
.widget h2 {
    position: relative;
    font-size: 20px;
    padding: 16px 18px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f7efef;
    border-radius: 5px 5px 0px 0px;
}
.blog-page .grid-padding-y>.cell:first-child {
	padding-top:0px;
}
.sidebar .widget {
    margin-bottom: 1.875rem;
	border-radius:5px;
}
.tags li a ,
.sidebar .popular-post a ,
.sidebar .popular-post a strong ,
.sidebar .menu > li > a {
    font-weight: 400;
}
.sidebar .popular-post a strong {
	font-weight:600;
}
.footer-widget .menu > li > a,
.sidebar .menu > li > a {
	line-height:normal;
	padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;
}
.sidebar .widget:last-child {
    margin-bottom:0;
}
.footer {
	position: relative;
}
.footer-top.grey-bg {
	background-color:transparent;
	position: relative;
}
.footer-top:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer-top:after {
    content: "";
    background: url(../images/background-pattern.jpg);
    background-position-y: top;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
.footer-widget,
.footer-widget .search,
.widget-content, 
.sidebar .search {
    position: relative;
}
.footer-widget .widget-content {
	padding:0px;
}
.footer-widget .widget-content:nth-last-child(3),
.widget .widget-content:nth-last-child(3) {
	display:none;
}
.widget-content {
	padding:18px;
}
.sidebar .last-item {
    margin-bottom: 0px;
}
.footer-widget ul,
.sidebar .widget ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
}
.sidebar .widget ul li,
.footer-widget ul li {
	padding-top:15px;
	padding-bottom:15px;
	position:relative;
}
.footer-widget ul li {
	border-bottom:1px solid rgba(247, 247, 247, 0.3);
}
.footer-widget ul li:first-child,
.sidebar .widget ul li:first-child {
	padding-top:0px;
}
.footer-widget ul ul,
.sidebar .widget ul ul {
	margin-left:30px;
}
.footer-widget ul ul li:first-child,
.sidebar .widget ul ul li:first-child {
	padding-top:15px;
}
.footer-widget ul li:last-child,
.sidebar .widget ul li:last-child {
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}
table caption {
	font-weight:600;
}
.widget-content li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    margin-right: 7px;
}
.popular-post img {
	margin-right:5px;
	margin-bottom:3px;
	width:75px;
	height:auto;
}
.popular-post a strong {
	margin-bottom:10px;
	display:block;
}
.popular-post p {
	margin-bottom:0px;
}
.popular-post {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f7f7f7;
}
.popular-post:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.widget-content .tags li {
	float:left;
	border-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.tags {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}
.tags li:first-child {
    padding-left: 0px;
}
.tags li {
    padding-left: 0px;
    padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
.tags li {
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
}
.tags li a {
    padding: 5px 10px;
    text-wrap: suppress;
    white-space: nowrap;
    margin: 5px;
    display: inline-block;
}
.widget-content,
.search {
	position:relative;
}
.widget-content .search input[type=text] {
	margin-bottom:0px;
}
.widget-content .button {
	display:block;
	min-width:0;
	min-height:0;
	padding-left:24px;
	padding-right:24px;
	margin-right:0;
}
.widget-content hr {
	margin:10px auto;
}
.widget-content .search .button {
	position:absolute;
	top:10px;
	min-width:0;
	min-height:0;
	border-radius:0;
	margin-bottom:0px;
	font-size:1rem;
	right:10px;
	padding:10px 15px;
}
.widget-content ul li cite {
	margin-bottom:0px;
}
.contact-sidebar img {
	border-radius:100%;
	margin-bottom:20px;
}
.contact-sidebar h4.padding-top-zero {
	margin-top:0px;
}
.contact-sidebar h4 {
	border-bottom:1px solid #ededed;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:30px;
}
.contact-map {
	margin-bottom:30px;
}
.contact-form h3 {
	margin-bottom:15px;
}
/*-------------------------
	Sidebar CSS ends  
-------------------------*/

/*-------------------------
	19 - Page Preloader  
-------------------------*/
.preloader {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:99999999999;
}
.spinner {
	width: 100px;
	height: 100px;
	margin:auto; 
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/*-------------------------
	Page Preloader Ends  
-------------------------*/

/*------------------------------
	20 - Call To Action  CSS
-------------------------------*/
.call-to-action.dark-bg:after {
    background: url(../images/background-pattern.jpg) repeat fixed center center / cover;
}
.call-to-action-text {
	text-align:center;
}
.call-to-action-text img {
	margin-bottom:20px;
}
.call-to-action-text h2 {
	font-size:2.625rem;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:17px;
}
.call-to-action-text p {
	font-size:1.25rem;
	margin-bottom:44px;
}
.call-to-action .button {
	margin-bottom:0;
}

/*** Style Two Call To Action ***/
.style-two.call-to-action {
	padding: 40px 0px;
}
.style-two.call-to-action .left-side-img ,
.style-two.call-to-action .left-side-text ,
.style-two.call-to-action .left-side {
	float:left;
}
.style-two.call-to-action .left-side {
	width: calc(100% - 270px);
}
.style-two.call-to-action .left-side-text {
	width:calc(100% - 106px)
}
.style-two.call-to-action .right-side {
	padding: 12.5px 0px;
	float:right;
}
.style-two.call-to-action .cell:after {
	content:'';
	display:table;
	clear:both;
}
.style-two.call-to-action .left-side h3 {
	font-weight:400;
}
.style-two.call-to-action .left-side h2 ,
.style-two.call-to-action .left-side h3 {
	color:#fff;
}
.style-two.call-to-action .left-side h2 ,
.style-two.call-to-action .left-side h2 span {
	font-size:1.625rem;
}
.style-two.call-to-action .left-side-img {
	display:inline-block;
	border-radius:100%;
	margin-right:20px;
	max-width:70px;
	height:70px;
}
.style-two.call-to-action .right-side a {
	margin-bottom: 0px;
    padding: 14px 40px;
	min-height:auto;
}
.style-two.call-to-action .left-side h2 {
	margin-bottom:0;
}
.style-two.call-to-action .left-side h3 {
	margin-bottom:4px;
}
/*---------------------------
	Call To Action CSS Ends
----------------------------*/

/*---------------------------
	21 - Footer Top CSS
----------------------------*/
.footer-box:after {
    content: '';
    display: table;
    clear: both;
}
.footer-box .footer-news img,
.footer-box .footer-news p,
.footer-box .footer-news h2,
.footer-box .links {
	float:left;
}
.footer-box .links:last-child {
	float:right;
}
.footer-box ul,
.footer-logo-side .contact-us ul {
	margin-left:0;
}
.footer-box ul,
.footer-box .contact-us ul li {
	list-style:none;
}
.footer-box ul {
	margin-bottom:0;
}
.footer-logo-side .contact-us span {
	font-weight:600;
	min-width:65px;
    display: inline-table;
}
.footer-box .social-icons ul li a,
.footer-box .footer-news h2 a {
	font-size:1rem;
	font-weight:400;
}
.footer-box ul li a,
.footer-logo-side .contact-us a {
	font-size:1rem;
	font-weight:400;
}
.footer-logo-side p {
	padding: 0px 0px 22px 0px;
	margin-bottom:29px;
	position:relative;
}
.footer-logo-side p:after {
    content: '';
    position: absolute;
    bottom: -4px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.4);
    width: 100%;
    left: 0;
}
.footer-box .contact-us ul li i {
	margin-right:11px;
    display:inline-table;
    width:15px;
	font-size:1rem;
}
.footer-box .social-icons ul li:first-child a {
	padding-left:0;
}
.footer-box .social-icons ul li:last-child a {
	padding-right:0;
}
.footer-box .social-icons ul li a {
	padding:0px 12.5px;
}
.footer-logo-side .contact-us ul {
    margin-bottom: 24px;
}
.border-btm h4 {
	position:relative;
	margin-bottom:41px;
	font-size:1.25rem;
	font-weight:600;
}
.border-btm h4:after,
.border-btm h4:before{
	content: "";
    position: absolute;
	left: 0px;
    bottom: -18px;
	right: 0;
}
.border-btm h4:before {
    border-bottom: 1px solid rgba(247, 247, 247, 0.3);
    width: 100%;
}
.border-btm h4:after {
    content: "";
    border:1px solid #e9490b;
    width:36px;
    height:2px;
}
.footer-box .footer-news img {
	margin-top:6px;
	margin-right:19px;
}
.footer-box .footer-news h2,
.footer-box .footer-news p {
	width: calc(100% - 108px);
	line-height:26px;
}
.footer-box .footer-news p {
	font-size:0.75rem;
	margin-bottom:0;
}
.footer-box .footer-news-post,
.footer-box .footer-news {
	position:relative;
	display:inline-block;
}
.footer-box .footer-news-post .footer-news:nth-child(odd) {
	border-bottom: 1px solid #e0e0e0;
    width: 100%;
}
.footer-box .footer-news-post .footer-news {
	padding-top:9px;
	padding-bottom:15px;
}
.footer-box .footer-news-post .footer-news:first-child {
	padding-top:0px;
}
.footer-box .footer-news-post .footer-news:last-child {
	padding-bottom:0px;
}
.footer-box .footer-news:nth-child(even) img {
	margin-top:2px;
}
.footer-box .footer-news h2 {
	margin-bottom:4px;
}
.footer-bottom {
	padding-top:24px;
	padding-bottom:24px;
}
.footer-bottom ul ul {
	display:none;
}
.footer-bottom-nav ul li a,
.copyrightinfo a {
	font-size:1rem;
	font-weight:400;
}
.footer-bottom-nav ul li a {
	padding-top:1px;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #FFFFFF;
}
.footer-bottom-nav ul li:last-child a {
	border-right:0;
	padding-right:0;
}
.footer-bottom-nav ul li:first-child a {
	padding-left:0;
}
.footer-bottom-nav ul li {
	padding-top:4px;
	padding-bottom:4px;
}
.footer-bottom-nav ul {
	float:right;
}
.footer-bottom-nav:after {
	content: '';
    display: table;
    clear: both;
}
.footer-bottom .menu.social li {
	padding-right:15px;
}
.footer-bottom .menu.social li i {
	margin-right:10px;
}
.footer-bottom .menu.social li a {
	padding-left:0px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:5px;
}
.footer-bottom .right-text {
	text-align:right;
}
.footer-bottom .right-text .footer-bottom-nav,
.footer-bottom .right-text ul {
	float:right;
}
#top { 
	position:fixed;
    right:20px;
    bottom:78px;
    display:none;
    width:30px;
    height:30px;
    border-radius:5px;
    text-align:center;
    font-size:1.5rem;
    line-height:30px;
    box-shadow:0px 1px 1px #ededed;
	z-index:999;
}
/*---------------------------
	Footer CSS Ends
----------------------------*/

/**
	If you want to add your CSS do that in style.css or
	Add your own Stylesheet to template . Do not 
	edit this file to stay safe from update conflicts.
	
	Thank you!
*/