/*
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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:0;
	padding:0;
}
body{font-family: "Poppins", sans-serif !important;overflow-x: hidden;}
p {line-height: 25px !important;}
a{text-decoration:none !important;}
/* header#masthead {
    overflow: hidden;
} */
section.servicesupport.mt-5.mb-5.pt-5 {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
section.ourproductrs.mt-5.pt-4 {
    padding-bottom: 20px;
}
.carousel-item img.ayuimg {
    width: 100% !important;
    height: 100% !important;
	object-fit:cover;
}
.topbset.wow.fadeInDown {
    background-image: linear-gradient(90deg,#042CB2 10%,#F202C5 100%);
    padding: 10px;
    text-align: right;
    padding-left: 40px;
    padding-right: 50px;
    display: flex;
    justify-content: end;
}
.topbset a i {
    margin-right: 8px;
    font-size: 14px;
}
.topbset a {
    display: inline-block;
    color: white;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
    margin-left: 25px;
	transition:all 0.4s ease;
}
.topbset ul.headsoico li a {
    margin-left: 12px;
}
ul.headsoico {
    display: flex;
    list-style: none;
    margin: 0;
    margin-left: 25px;
}
.topbset a:hover {
    transform: translateX(-10px);
}
.col-md-3.przero.wow.fadeInLeft {
    position: relative;
    text-align: center;
}
a.logo img {
    z-index: 19;
    position: relative;
}
.bnjk {
    position: absolute;
    width: 70px;
    border-right: 1px solid #042cb2;
    top: -60px;
    right: -10px;
    height: 200px;
    transform: rotate(25deg);
    background: #fff;
    z-index: 9;
}
.capiicotxt {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.capiicotxt .cpicon img {
    width: 80px;
    transition: all 0.4s ease;
	margin-right:15px;
}
.capiicotxt .cptxt h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    color: #042bb2;
}
section.servicesupport .aboutconter p b {
    color: #ff0966;
}
section.ourproductrs h2.mainheading {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.capiicotxt .cptxt a {
    color: #ff0966;
	display:inline-block;
	transition:all 0.4s ease;
}
section.pcdsec {
    border-color: #2f4fbf !important;
}
section.pcdsec .col-md-4.border-right{
	border-color: #2f4fbf !important;
}
section.servicesupport .aboutconter h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
	color:#ff0967;
}
section.servicesupport .aboutconter h2 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}
.wedo-texting h3 {
    font-weight: 600;
    font-size: 22px;
    color: #854a8e;
    margin-bottom: 25px;
}
.wedo-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #042bb2;
}
.wedo-text p {
    line-height: 26px !important;
    font-size: 15px;
    color: #655e5e;
    font-weight: 500;
}
section.imgooo.mt-5 {
    background: #f5f5f5;
    padding: 70px 0;
	margin-bottom:70px;
}
.imgooo .pcds h5 {
    font-size: 22px;
    color: #042bb2;
}
.imgooo .pcds h2 {
    margin: 0 0 10px 0;
    font-weight: 700;
}
.imgooo .pcds h3 {
    font-size: 18px;
    margin: 22px 0;
}
.imgooo .pcds a.cll {
    padding: 15px 10px;
    font-size: 18px;
	color:#000;
}

.ctc-texting h3 {
    font-size: 30px;
    font-weight: 700;
    background: #864a91;
    width: 408px;
    padding: 2px 15px 2px 15px;
    color: #fff;
    margin: 0 auto;
}
.ctc-text {
    margin: 50px 0 0 0;
}
h4.numbering {
    background: #ec62b8;
    color: #fff;
    width: 55px;
    font-size: 32px;
    padding: 8px 23px 8px 23px;
    border-radius: 5px;
	transition:all 0.4s ease;
}
.ctc-text:hover h4.numbering{
	border-radius:50%;
}
h4.numbe {
    background: #f8d57c;
    color: #fff;
    width: 55px;
    font-size: 32px;
    padding: 8px 10px 8px 18px;
    border-radius: 5px;
	transition:all 0.4s ease;
}
.ctc-text:hover h4.numbe{
	border-radius:50%;
}
h4.number {
    background: #73e263;
	transition:all 0.4s ease;
    color: #fff;
    width: 55px;
    font-size: 32px;
    padding: 8px 11px 8px 17px;
    border-radius: 5px;
}
.ctc-text:hover h4.number{
	border-radius:50%;
}
h4.numbered {
    background: #6fdef4;
	transition:all 0.4s ease;
    color: #fff;
    width: 55px;
    font-size: 32px;
    padding: 8px 10px 8px 16px;
    border-radius: 5px;
}
.ctc-text:hover h4.numbered{
	border-radius:50%;
}
.ctc-text h3 {
    margin: 20px 0 20px 0;
    font-size: 19px;
    font-weight: 600;
    color: #0e5b08;
}
section.specialist .specialhealth {
    transition: all 0.4s ease;
    text-align: center;
    cursor: pointer;
    padding: 30px 20px 0;
    border-radius: 10px;
    border: 1px solid #3F3F3F;
    height: 100%;
	transition:all 0.4s ease;
}
section.specialist .specialhealth:hover {
    background: #ebeeff;
	transform:translatey(-10px);
}
.healthcontent i {
    font-size: 37px;
    border-radius: 100px;
    border: 1px solid;
    width: 80px;
    height: 80px;
    color: #ff0967;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 19px 0;
    cursor: pointer;
}
section.specialist .specialhealth .healthcontent h5 {
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #042bb2;
}
section.specialist.mt-5 {
/*     background: #f5f5f5; */
    padding: 20px 0 70px;
}
section.contactusf {
    background: #ebeeff;
    padding: 50px 0;
}

section.contactusf h2.mb-4 {
    color: #042bb2;
    font-size: 40px;
    font-weight: 600;
}
section.specialist h2.headings {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
}
section.specialist .specialhealth .healthcontent p {
    transition: all 0.4s ease;
    margin-bottom: 0;
    font-size: 15px;
}
.contac input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
	outline:none;
}
.contac textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
	outline:none;
}
.contac input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background:#042bb2;
}
.contac input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #ff0967;
	transition:all 0.4s ease;
    color: #fff;
    font-size: 18px;
    height: 50px;
    padding: 0;
    border: 0;
    font-weight: 500;
}
h2.mainheading {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h2.mainheading span {
    background: #ff0967;
    color: #fff;
    padding: 2px 10px;
    font-weight: 600;
}
footer.footer {
    padding: 0 0 40px;
    padding-top: 60px;
    border-top: 1px solid #ff0967;
}
.foot h4 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ff0967;
    margin-bottom: 20px;
    color: #ff0967;
    padding-bottom: 8px;
}
.foot ul li a span i {
    color: #ff0967;
}
.foot ul {
    padding: 0;
    margin: 0;
}
.foot ul li {
    list-style: none;
}
.foot ul li a {
    color: #111;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 2px;
    text-decoration: none;
}
.foot p {
    color: #111;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.copyright {
    background: #042bb2;
    padding: 10px 0;
}
.copyright ul{
	padding:0;
	margin:0;
	text-align:right;
}
.copyright ul li{
    list-style:none;
	display:inline-block;
	margin-left:20px;
}
.copyright ul li a{
	color:#fff;
	font-size:14px;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
header.entry-header {
    background: url(./images/innerbg.jpg) rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 180px;
	margin-bottom: 70px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top;
    color: #fff;
	z-index: 9;
    position: relative;
}
header.entry-header h1.entry-title {
    font-size: 36px;
    font-weight: 600;
}
section.contactus h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.conset.d-flex.align-items-center {
    margin-top: 35px;
}
.conset .conicon span {
    background: #ff0967;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
}
section.contactusf h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
}
.conset .conicon i {
    display: flex;
    font-size: 24px;
}
.conset .contxt p {
    color: #111;
    font-weight: 500;
    margin-bottom: 5px;
}
.conset .contxt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) { 
   .bnjk {
    position: absolute;
    width: 70px;
    border-right: 1px solid #042cb2;
    top: -100px;
    right: -20px;
    height: 290px;
    transform: rotate(25deg);
    background: #fff;
    z-index: 9;
}
}
@media screen and (max-width:767px){
	.copyright {
    background: #042bb2;
    padding: 10px 0 60px;
		text-align:center;
}
	header#masthead .row.align-items-center {
    margin: 0;
}
	.wedo-texting img.img-fluid {
    animation: none !important;
    position: relative;
    left: 0;
    bottom: 0;
}
section.imgooo.mt-5 img.img-fluid {
    animation: none !important;
    position: relative;
    left: 0;
    bottom: 0;
	padding: 20px;
}
.ctc-text h3 {
    margin: 20px 0 10px 0;
}
.foot h4 {
    margin-top: 15px;
}
.foot ul li a {
    padding-bottom: 5px;
}
section.contactusf {
    background: #ebeeff;
    padding: 50px 0 10px;
}
footer.footer {
    padding: 0 0 40px;
    padding-top: 30px;
    border-top: 1px solid #ff0967;
}
section.contactusf img.img-fluid, .aboutimg img.img-fluid {
    animation: MoveUpDown 1.7s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
}
	.copyright ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
	#sequince {
    width: 100%;
    background: #ff0967;
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex !important;
    justify-content: space-around;
    padding: 6px 0;
}
	#sequince a {
    color: #fff;
    font-size: 14px;
    display: grid;
    text-align: center;
}
	section.pcdsec .col-md-4.border-right {
    border-color: #fff !important;
}
	section.pcdsec {
    border-color: #fff !important;
}
	.capiicotxt .cpicon img {
    width: 60px;
    transition: all 0.4s ease;
    margin-right: 15px;
}
	.capiicotxt .cptxt p {
    line-height: 26px !important;
    font-size: 15px;
    margin-bottom: 8px;
}
	section.servicesupport.mt-5.mb-5.pt-5 {
    margin: 0 !important;
}
	section.servicesupport.mt-5.mb-5.pt-5 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
	.capiicotxt .cptxt h4 {
    margin-top: 0px;
}
	.capiicotxt {
    display: flex;
    align-items: center;
    margin-top: 25px;
		margin-bottom:0;
}
	.bnjk {
    display: none;
}
	.topbset.wow.fadeInDown {
    display: none;
}
	a.logo img {
    z-index: 99999;
    position: relative;
    height: 60px;
}
	div#navbar {
    padding-right: 15px;
}
	.ctc-texting h3 {
    font-size: 20px;
    font-weight: 700;
    background: #864a91;
    width: 408px;
    padding: 2px 15px 2px 15px;
    color: #fff;
    margin: 0 auto;
    display: inline;
}
.col-md-3.przero.wow.fadeInLeft {
    text-align: left;
}
	h2 {
    font-size: 22px !important;
}
	.wedo-texting h3 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}
	.wedo-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ff0967;
}
	.imgooo .pcds h5 {
    font-size: 18px;
    color: #042bb2;
}
	section.specialist .specialhealth {
    padding: 30px 20px 20px;
    height: auto;
    margin-bottom: 30px;
}
	section.specialist.mt-5 {
    padding: 0px 0 40px;
    margin-bottom: 0px;
}
	section.imgooo.mt-5 {
    background: #f5f5f5;
    padding: 40px 0;
    margin-bottom: 40px;
}
	.ctc-text {
    margin: 25px 0 0 0;
}
	section.ourproductrs.mt-5.pt-4 {
    padding-bottom: 0px;
    margin-top: 20px !important;
}
	
}

p.woocommerce-result-count {
    display: none;
}
form.woocommerce-ordering {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ff0967;
    padding: 10px !important;
	text-align:center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 10px 12px 0;
    padding: 0;
    position: relative;
    width: 24%;
    margin-left: 0;
}
.woocommerce ul.products li.product .button {
    background: #ff0967;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
section.mainpages img.img-responsive {
    border: 1px solid #ff0967;
}
h2.woocommerce-loop-product__title {
    color: #111;
}
img.aboutimg {
    width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
h2.innerheadeing {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 40px;
}
.featured-box {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}
.featured-box i {
    font-size: 50px;
    color: #ff0967;
    margin: 0 0 15px 0;
}
header.entry-header span a {
    color: #fff;
}
section.banner {
    position: relative;
    z-index: 9;
}
.item .productsitem {
    border: 1px solid #ff0967;
}
.item .productsitem img{
    padding: 10px;
	transition:all 0.4s ease;
}
.item .productsitem {
    border: 1px solid #ff0967;
    border-radius: 10px;
	overflow:hidden;
}
.productsitem h5 {
    font-size: 16px;
    color: #fff;
    background: #ff0967;
    margin: 0;
    padding: 6px;
    border-radius: 0 0 10px 10px;
    display: none;
}
section#wedo {
    background: #f9f9f9;
	padding:40px 0;
}
.capiicotxt .cptxt p {
    line-height: 25px !important;
    font-size: 15px;
}
section.contactusf.contactbgf {
    background: #fff;
}
.capiicotxt .cptxt a:hover {
    color: #042bb2;
    transform: translateX(15px);
}
.capiicotxt{
	transition:all 0.4s ease;
}
.capiicotxt:hover {
    transform: translateY(-10px);
}
.capiicotxt:hover .cptxt a{
	color: #042bb2;
}
.capiicotxt:hover .cpicon img.ayuimg {
    filter: contrast(0) brightness(0.5);
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: inline-block;
}
.item .productsitem img:hover {
    transform: scale(1.1);
}
section.imgooo.mt-5 img.img-fluid {
    border-radius: 50px;
}

section.contactusf img.img-fluid, .aboutimg img.img-fluid {
  animation: MoveUpDown 1.7s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 15px;
  }
}
.wedo-texting img.img-fluid {
  animation: Moveleftright 1.7s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}

section.imgooo.mt-5 img.img-fluid {
  animation: Moveleftright 1.7s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}

@keyframes Moveleftright {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}

.foot ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ff0967;
  transition: width .4s ease-in;
}
.foot ul li a:hover{
	color:#ff0967;
}
.foot ul li a:hover::after {
  width: 100%;
}
a.aboutbtn {
    background: #ff0967;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
	transition:all 0.4s ease;
}
a.aboutbtn:hover{
	background:#042bb2;
}
header.woocommerce-products-header {
    background: url(./images/innerbg.jpg) rgba(0, 0, 0, .5);
    width: 100%;
    height: 180px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: top;
    color: #fff;
    z-index: 9;
    position: relative;
}
ul.products.columns-4.container {
    margin: 0 auto !important;
}
nav.woocommerce-breadcrumb {
    display: none;
}
body.term-our-products footer.footer {
    margin-top: 60px;
}
body.product-template-default.single.single-product footer.footer {
    margin-top: 60px;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #ff0967;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
    color: #fff;
    background: #ff0967 !important;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    width: 34px!important;
    color: #ff0967 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #9d9d9d !important;
    color: #fff !important;
}
.container.mt-5.mb-5.privacypage p {
    color: #333;
}
.container.mt-5.mb-5.privacypage p a {
    color: #1f4070;
}
.container.mt-5.mb-5.privacypage ul li p strong {
    color: #111;
}
.container.mt-5.mb-5.privacypage h1 {
    font-weight: 600;
    font-size: 32px;
}
.container.mt-5.mb-5.privacypage h2, .container.mt-5.mb-5.privacypage h3, .container.mt-5.mb-5.privacypage h4, .container.mt-5.mb-5.privacypage h5, .container.mt-5.mb-5.privacypage h6{
	font-weight: 600;
    font-size: 26px;
}
.ngg-gallery-thumbnail img {
    border: 1px solid #ea3668;
    border-radius: 11px;
}