/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.2
Tested up to: 6.6
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css');

/* @import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:0;
	padding:0;
}
body{
	font-family: "Jost", sans-serif !important;
}
header#masthead {
    padding: 10px 0;
}
a.logo img.logoimg {
    width: 100%;
}
h2.mainheadings {
    font-size: 32px;
    font-weight: 600;
    color: #034E63;
    margin-bottom: 20px;
}
section.about {
    padding: 80px 0;
}
section.about .welcome-content p {
    font-size: 18px;
    color: #111;
}
section.about .welcome-content a.aboutbtn {
    background: #008898;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
	text-decoration:none;
	transition:all 0.4s ease;
}
section.about .welcome-content a.aboutbtn:hover {
    background: #034E63;
}
section.about img.img-fluid {
    width: 90%;
}
section.category {
    background: url(./images/category.webp);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	text-align:center;
	margin-bottom:80px;
}
section.category img.iconroundimg {
    width: 72%;
    border: 6px solid #034e63;
    border-radius: 50%;
	margin-bottom:20px;
}
section.category .icobox h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
section.category a.icobocbtn {
    background: #034E63;
    padding: 7px 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
	text-decoration:none;
	transition:all 0.4s ease;
}
section.category a.icobocbtn:hover{
	background:#008898;
}
section.facederma .row.facedermabef {
    position: relative;
}
section.facederma .row.facedermabef:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 80%;
    background: #F5EAE8;
    height: 88%;
    border-radius: 0 0 0 30px;
}
section.facederma .col-md-5 img.img-fluid {
    margin-bottom: 60px;
}
section.facederma .welcome-content {
    margin-top: 60px;
    padding-right: 30px;
}
section.facederma .welcome-content img.faceicon {
    width: 90px;
    margin-top: 25px;
    margin-bottom: 18px;
}
section.creamderma .row.facedermabef {
    position: relative;
	margin-top:70px;
}
section.creamderma .row.facedermabef:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 80%;
    background: #F5EAE8;
    height: 88%;
	border-radius: 0 0 30px 0;
}
section.creamderma .col-md-5 img.img-fluid {
    margin-bottom: 60px;
}
section.creamderma .welcome-content {
    margin-top: 60px;
	padding-left:30px;
}
section.creamderma .welcome-content img.faceicon {
    width: 80px;
    margin-top: 25px;
    margin-bottom: 18px;
}
section.creamderma .row.facedermabef .welcome-content p, section.facederma .row.facedermabef .welcome-content p {
    font-size: 18px;
}
a.sametobtn {
    background: #034E63;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none !important;
	margin-bottom:50px;
	transition:all 0.4s ease;
}
a.sametobtn:hover{
	background:#008898;
	color:#fff;
}
section.products {
    background: url(./images/ourproducts.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	text-align:center;
	margin-top:80px;
}
.wpls-fix-box img.wp-post-image {
    border: 1px solid #034E63 !important;
    padding: 5px !important;
}
.wpls-logo-cnt.slick-slide .logo-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
section.journy {
    margin: 80px 0;
}
section.journy h2.mainheadingsto {
    color: #008898;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 35px;
}
.journyiconbox {
    box-shadow: 0 0 10px rgba(0, 136, 152, 0.2);
    border: 1px solid rgba(0, 136, 152, 0.2);
    padding: 20px 15px 15px;
	transition:all 0.4s ease;
}
.journyiconbox:hover {
    background: #e4fcff;
    transform: translateY(-15px);
}
.journyiconbox img.faceicon {
    width: 70px;
    margin-bottom: 20px;
}
.journyiconbox h4 {
    font-size: 22px;
    font-weight: 600;
    color: #034E63;
}
.journyiconbox p {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
section.contactf {
    background: url(./images/contact.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	margin-top:80px;
}
section.contactf .contactxt h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
	margin-bottom:40px;
}
section.contactf .contactxt a.sametobtn {
    padding: 10px 60px;
    margin-bottom: 0;
}
section.contactf .contform {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 40px 40px 10px;
    width: 85%;
    margin: 0 auto;
}
section.contactf .contform input, section.contactf .contform textarea{
	width:100%;
	height:44px;
	padding:5px 20px;
	border:1px solid #fff;
	margin-bottom:10px;
	color:#222;
	background:rgba(255, 255, 255, 0.65);
	font-size:16px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #034E63;
	color:#fff;
	font-weight:500;
	border:1px solid #034E63;
	height:50px;
	font-size: 20px;
	transition:all 0.4s ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #008898;
    border: 1px solid #008898;
}
section.contactf .contform textarea{
	height:80px;
}
section.contactf .contform input::placeholder, section.contactf .contform textarea::placeholder{
	color:#222;
}
footer{
	background:#fff;
}
.foot h5 {
    font-size: 24px;
    font-weight: 600;
    color: #034E63;
	margin-bottom:20px;
}
footer p{
	color:#111;
	font-size:18px;
}
.foot ul {
    margin:0;
	padding:0;
	list-style:none;
}
.foot ul li a {
    color: #111;
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}
.foot ul li{
	color:#111;
	font-size: 18px;
}
.foot img {
    height: 70px;
    margin-bottom: 15px;
}
ul.copylist li {
    line-height: normal;
    display: inline-block;
}
ul.copylist li a {
    color: #111;
    font-size: 18px;
    border-right: 1px solid #111;
    padding: 0 10px;
    text-decoration: none;
}
.col-md-12.copyright {
    border-top: 1px solid #111;
    margin-top: 30px;
    padding-top: 20px;
}ul.copylist li:last-child a{
	border-right:0;
}
ul.footsocialicon{
	margin-top:25px;
}
ul.footsocialicon li {
    display: inline-block;
    margin-right: 12px;
}
ul.footsocialicon li a{
	font-size:20px;
}
section.approvals.mt-3.mt-md-5 .col-md-3.aproborder {
    border-right: 2px solid #f4b281;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* testimonials */
section.testimonialmd {
    background: #008898;
    padding: 60px 0 80px;
	color:#fff;
}
.testimonialmd .testimonial-img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
	margin-bottom:8px;
}
.testimonialmd .testimonial h4 {
    font-size: 24px;
    font-weight: 600;
}
.testimonialmd .testimonial .d-flex.justify-content-between {
    align-items: center;
    margin-bottom: 15px;
}
.testimonialmd .testimonial p {
    font-size: 18px;
    line-height: normal;
}
section.testimonialmd .navigation button {
    border: 0;
    background: none;
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
	color:#fff;
}
section.testimonialmd .navigation button i {
    font-size: 14px;
}
.testimonialmd .navigation {
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.testimonialmd .testimonial .d-flex.justify-content-between .rating i {
    color: #ecba0b;
    font-size: 16px;
}
section.testimonialmd h2.mainheadings {
    color: #fff;
    margin-bottom: 50px;
    font-size: 40px;
}
.testimonial-images.row {
    justify-content: space-between;
}
.testimonialmd .testimonial-img.active {
    opacity: 1;
    transform: scale(1.03);
}
.tmonialimageset {
    width: 24%;
}
.testimonialmd .testimonial {
    display: none;
}

.testimonialmd .testimonial.active {
    display: block;
}

.testimonialmd .navigation {
    margin-top: 20px;
}

.testimonialmd button {
    margin: 5px;
}
/* testimonials */
header.entry-header {
    background: url(./images/innerbg.webp);
    padding: 80px 0;
    background-size: cover;
    background-position: bottom;
	margin-bottom: 70px;
}
header.entry-header h1.entry-title {
    font-size: 50px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
	h2.mainheadings {
    font-size: 30px;
    margin-bottom: 10px;
}
	header.entry-header {
    background: url(./images/innerbg.webp);
    padding: 70px 0;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 60px;
}
	h2.innerheading {
    font-size: 28px;
}
	.contxt h4 {
    font-size: 18px;
    font-weight: 600;
}
	.conset .conicon span {
    width: 50px;
    height: 50px;
}
	.conset .conicon i {
    display: flex;
    font-size: 20px;
}
section.about {
    padding: 40px 0;
}
section.about img.img-fluid {
    width: 100%;
    margin-top: 30px;
}
	section.category .icobox h4 {
    font-size: 18px;
}
	section.category a.icobocbtn {
    padding: 7px 0px;
    width: 100%;
}
	section.category {
    background: url(./images/category.webp);
    padding: 40px 0;
    margin-bottom: 40px;
}
	.icobox {
    margin-bottom: 30px;
    height: 100%;
}
	section.facederma .row.facedermabef:before {
    width: 100%;
    height: 88%;
}
	section.creamderma .row.facedermabef:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
}
	section.creamderma .welcome-content {
    margin-top: 30px;
    padding-left: 0px;
}
	section.facederma .welcome-content {
    margin-top: 0;
}
	section.facederma .welcome-content img.faceicon {
    width: 90px;
    margin-top: 0;
    margin-bottom: 18px;
}
	section.creamderma .welcome-content img.faceicon {
    width: 80px;
    margin-top: 0;
    margin-bottom: 18px;
}
	section.facederma .col-md-5 img.img-fluid {
    margin-bottom: 30px;
}
	section.products {
    margin-top: 0;
}
	section.journy h2.mainheadingsto {
    color: #008898;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
	.journyiconbox {
    margin-bottom: 30px;
}
	section.contactf .contactxt h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
	section.contactf .contactxt a.sametobtn {
    padding: 10px 60px;
    margin-bottom: 0;
    margin-bottom: 20px;
}
	section.contactf {
    padding: 40px 0;
    margin-top: 0;
	text-align: center;
}
	section.contactf .contform {
    padding: 40px 30px 10px;
    width: 100%;
    margin: 0 auto;
}
	.foot h5 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
	h2.innerheading {
    font-size: 30px;
}
	header.entry-header h1.entry-title {
    font-size: 30px;
    font-weight: 600;
}
	.testimonialmd .navigation {
    position: unset;
}
	section.testimonialmd {
    background: #008898;
    padding: 40px 0 40px;
    color: #fff;
}
	section.testimonialmd h2.mainheadings {
    color: #fff;
    margin-bottom: 25px;
    font-size: 30px;
}
	.testimonial-images.row {
    justify-content: space-between;
    margin: 0px;
}
	.testimonialmd .testimonial h4 {
    font-size: 26px;
    font-weight: 600;
}
	.col-md-12.copyright {
    text-align: center;
}
	ul.copylist.m-0 {
    text-align: center;
}
	
}


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }  
	0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.1);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
    transform: translatey(0px);
  }
}
.cool-link {
    display: inline-block;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
section.facederma h2.mainheadings {
    font-size: 32px;
    font-weight: 600;
    color: #034E63;
    margin-bottom: 20px;
}
section.creamderma h2.mainheadings {
    font-size: 32px;
    font-weight: 600;
    color: #034E63;
    margin-bottom: 20px;
}
h2.innerheading {
    font-size: 32px;
    font-weight: 600;
    color: #034E63;
    margin-bottom: 20px;
}
.entry-content p {
    font-size: 18px;
    color: #111;
}
.entry-content .contform input, .entry-content .contform textarea{
	width:100%;
	height:44px;
	padding:5px 20px;
	border:1px solid #fff;
	margin-bottom:10px;
	color:#222;
	background:rgba(255, 255, 255, 0.65);
	font-size:16px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #034E63;
	color:#fff;
	font-weight:500;
	border:1px solid #034E63;
	height:50px;
	font-size: 20px;
	transition:all 0.4s ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #008898;
    border: 1px solid #008898;
}
.entry-content .contform textarea{
	height:80px;
}
.entry-content .contform input::placeholder, .entry-content .contform textarea::placeholder{
	color:#222;
}
.entry-content .contform{
	background: rgba(0, 136, 152, 0.2);
    border-radius: 30px;
    padding: 40px 40px 10px;
    width: 100%;
    margin: 0 auto;
}
.conset {
	margin-top:30px;
}
.conset .conicon span {
    background: #034E63;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
}
.conset .conicon i {
    display: flex;
    font-size: 24px;
}
.contxt p {
    font-weight: 500;
    margin-bottom: 5px;
}
.contxt h4 {
    font-size: 22px;
    font-weight: 600;
}

.privacypage p {
    color: #333;
}
.privacypage p a {
    color: #1f4070;
}
.privacypage ul li p strong {
    color: #111;
}
.privacypage h1 {
    font-weight: 600;
    font-size: 36px;
}
.privacypage h2, .privacypage h3, .privacypage h4, .privacypage h5, .privacypage h6{
	font-weight: 600;
    font-size: 28px;
}
.portfolio-wraper {
    margin-bottom: 20px;
    width: 100%;
}
.simplefilter_171 li {
    background: #008898 !important;
    color: #ffffff;
}
.simplefilter_171 li.active {
    background: #034E63 !important;
}
section.banner img.img-fluid {
    width: 100% !important;
}

section.pageheader {
    background: url(./images/innerbg.webp);
    padding: 80px 0;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 70px;
}

section.innerpages .nav-item .nav-link {
    border: 1px solid #008898;
    background-color: #008898;
    color: #fff;
    margin: 0 5px 0 5px;
    border-radius: 0px;
}
section.innerpages .nav-item .nav-link.active{
    background-color: #656565;
    color: #ffff;
}

section.innerpages .nav-item .nav-link:hover{
   background-color: #656565;
    color: #ffff;
}

section.innerpages .nav-item .nav-link.active:hover{
     background-color: #008898;
    color: #fff;
}

section.innerpages .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}
