/*
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.21
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');

/**
 * My CSS
 * ----------------------------------------------------------------------------
 */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 a,
 span,
 b,
 div {
	font-family: 'Jost';
 }
 section.topbar img.img-responsive {
    width: 78%;
}
.social-icon {
    margin: 28px 0 0 0;
    background: #101d63;
    color: #fff;
    padding: 7px 8px 7px 8px;
    font-size: 14px;
    float: right;
}
div#navbar {
    margin: 14px 0 0 0;
}
.social-icon i {
    padding: 0 6px 0 6px;
}
.header-top-area {
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}
.f-left {
    float: left;
}
.header-top-info span i {
    color: #e4573d;
    margin-right: 6px;
}
.f-left {
    float: left;
}
.header-link span a i {
    padding-right: 5px;
}.header-link span a {
    background: transparent !important;
    color: #454343;
    font-weight: 400;
	padding: 7px 17px;
}
.header-link span a:first-child {
    border-right: 1px solid #ebebeb;
    border-radius: 0px;
}

.navbar {
    display: unset; 
}
.ctc-maina{
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 65%), 0 1px 2px 0 rgba(0, 0, 0, .11);
    padding: 15px 23px 15px 23px;
    border-radius: 5px;
    height: 373px;
    position: absolute;
    top: -60px;
    bottom: 0px;
    background: #06046f;
	color: #fff;
}

.ctc-main {
    box-shadow: 0 3px 7px 0 rgb(224 218 218 / 65%), 0 1px 2px 0 rgba(0, 0, 0, .11);
    padding: 15px 23px 15px 23px;
    border-radius: 5px;
    height: 373px;
    position: absolute;
    top: -60px;
    bottom: 0px;
    background: #ffffff;
}
.services-five__title-box:hover {
    background: #060461;
    color: #fff;
    transform: translateY(-15px);
}
.services-five__img:hover {
    transform: translateY(-15px);
    transition: 0.5s ease-in-out;
}
.ctc-maina h2 {
    font-size: 27px;
    font-weight: 600;
}
.ctc-main h2 {
    font-size: 27px;
    font-weight: 600;
}
i.fas.fa-cogs {
    color: #38c347;
}
i.fas.fa-truck {
    color: #808080;
}
p {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #726e6e !important;
    margin: 0 0 0 0 !important;
}
i.fas.fa-users-cog {
    color: #e99c00;
}
.ctc-main.wow.zoomIn i {
    font-size: 37px;
    margin: 15px 0 15px 0;
}
.ctc-maina.wow.zoomIn i {
    font-size: 37px;
    margin: 15px 0 15px 0;
}
.ctc-maina.wow.zoomIn p {
    color: #fff !important;
}
.ctc-main.wow.zoomIn:hover {
    background: #f2d6a6;
    transition: 0.5s ease-in-out;
}
section#abt-us {
    margin: 367px 0 55px 0;
}
span.dividers {
    border: 1px solid #656565;
    display: inline-block;
    width: 5%;
    margin: 0 4px 4px 0px;
}
.img-abt b {
    color: #06046a;
    font-size: 19px;
}
.img-abt h1 {
    font-size: 30px;
    margin: 5px 0 5px 0;
    font-weight: 600;
}
a.btn-neelasia-abtus {
    background: #06046a;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-decoration: none;
}
.img-abt p {
    margin: 0px 0 30px 0 !important;
}
p.stylo {
    margin: 0 0 0 0 !important;
}


.section-title-three {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 90px;
    margin-top: 70px;
}
.services-five__single {
    position: relative;
    display: block;
}
.services-five__img-box {
    position: relative;
    display: block;
}
.services-five__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
}
.services-five__img img {
    width: 100%;
    border-radius: var(--insur-bdr-radius);
}
.services-five__hover-content {
    position: absolute;
    top: -24px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: var(--insur-bdr-radius);
    padding: 40px 0 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
body{overflow-x: hidden !important;}
.services-five__hover-content-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 57px;
    background-color: var(--insur-white);
    border-radius: 50%;
    font-size: 30px;
    color: #1fc8b3;
    margin: 0 auto 0;
}
.services-five__hover-content-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--insur-white);
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: none;
}
.services-five__hover-content-title a {
    color: var(--insur-white);
}
.services-five__hover-content-text {
    font-size: 14px;
    color: var(--insur-white);
    letter-spacing: var(--insur-letter-spacing);
}
.services-five__title-box {
    position: absolute;
    bottom: -20px;
    left: 15px;
    right: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: var(--insur-bdr-radius);
    text-align: center;
    padding: 40px 0 27px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.services-five__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    font-family: none;
}
.services-five__icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 57px;
    width: 57px;
    background-color: #060465;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-five__icon i {
    font-size: 29px!important;
    color: #ffffff;
}
section#why-we {
    margin: 55px 0;
}
section#why-we {
    background: url(./images/bg-aric.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 45px 0px;
}
.why-text p {
    margin: 0px 0 30px 0 !important;
}
p.stylo {
    margin: 0 0 0 0 !important;
}
.why-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #06046a;
}

img.img-flu {
    width: 146%;
}
.why-img-txt {
    position: absolute;
    top: 33px;
    background: #000000c4;
    color: #fff;
    padding: 20px 20px 20px 20px;
    width: 75%;
    margin: 0px 0 0 55px;
}
.nutra-texting img.img-fluid {
    margin: 30px 0 0 0;
}
.nutra-textings img.img-fluid {
    margin: 30px 0 0 0;
}
.content-writing {
    position: absolute;
    top: 46px;
    padding: 18px 30px 45px 30px;
    margin: 0px 0 0 0;
}
.nutra-textings h4 {
    font-size: 26px;
    font-weight: 600;
    width: 80%;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.nutra-texting h4 {
    font-size: 26px;
    font-weight: 600;
    width: 80%;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.nutra-txt {
    text-align: center;
}
.nutra-txt h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.nutra-txt p {
    width: 50%;
    text-align: center !important;
    margin: 0 auto !important;
}
.content-writing p {
    width: 56%;
}
.content-writing p {
    margin: 0 0 21px 0 !important;
}
a.btn-neelasia-readmore {
    background: #060465;
    color: #fff;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
}
section#nutra {
    margin: 0 0 55px 0;
}
.feat-img {
    position: relative;
}
.featured {
    background: #060461;
    text-align: center;
    position: relative;
    z-index: 1;
    bottom: 0px;
    width: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 0px 5px 0;
    transition: all 0.4s ease;
    border: 1px transparent;
    border-radius: 5px;
}
.featured p {
    color: #fff !important;
}
.feat-img img.img-fluid {
    border-radius: 12Px;
}
.custom-container {
    margin: 0 60px 0 60px;
}
.featured:hover {
    transform: translate(-50%, -60%);
    background: #000;
    border: 1px solid #06045d;
}
.feat-text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #060461;
    margin: 0 0 20px 0;
}
section#features {
    margin: 0 0 55px 0;
}
section#counter {
    background: url(./images/OUR-GLOBAL-PRESENCE-min.jpg) rgba(0, 0, 0, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 55px 0;
    background-blend-mode: multiply;
}
.conter-txt h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.counter-texting p {
    color: #fff !important;
}
.counter-texting h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}
.counter-texting p {
    margin: 0 0 30px 0 !important;
}
.counter-texting a {
    background: #fff;
    color: #121111;
    padding: 9px 20px 9px 20px;
    text-decoration: none;
}
.count-txt {
    background: #d2914d;
    text-align: center;
    padding: 15px 0 15px 0px;
    margin: 0px 0 55px 0;
}
.count-txt h4 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
.count-txt p {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.counter-txt {
    background: #c84264;
    text-align: center;
    padding: 15px 0 15px 0px;
}
.counter-txt h4 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
.counter-txt p {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.countered-txt {
    background: #725295;
    text-align: center;
    padding: 15px 0 15px 0px;
    margin: 41px 0 55px 0;
}
.countered-txt h4 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
.countered-txt p {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.counteredm-txt {
    background: #c85c3f;
    text-align: center;
    padding: 15px 0 15px 0px;
}
.counteredm-txt h4 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
.counteredm-txt p {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.col-md-3.extro {
    margin: 45px 0 0 0;
}
section#product-our h5 {
    color: #060461;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px 0;
}
section#product-our {
    margin: 55px 0;
}
.logo-title {
    box-shadow: 0 3px 7px 0 rgb(211 202 202 / 22%), 0 1px 2px 0 rgb(0 0 0 / 20%);
    margin: 0 38px 0 38px;
}
section.testimonials h2 {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
}
span.spanbox {
    background: #060461;
    width: 60px;
    height: 4px;
    display: inline-block;
}
.swiper-button-prev.testimonial-nav-arrow {
    position: absolute;
    top: 80px !important;
    right: 50px !important;
    z-index: 999 !important;
    left: auto !important;
}
.testiside {
    background: #060461;
    padding: 25px;
    color: #fff;
}
section.testimonials .testiside h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
section.testimonials .testiside p{
	color: #fff !important;
}
a.contus {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #060461;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.swiper-button-next.testimonial-nav-arrow {
    position: absolute;
    top: 80px !important;
    right: 0px !important;
    z-index: 999 !important;
}
div#sp-testimonial-free-wrapper-48 {
    padding: 69px 0 0 0px;
}
.swiper-pagination.testimonial-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
section#formed {
    background: url(./images/mail-min.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0;
}
.form-main h3 {
    font-size: 14px;
}
div#wpcf7-f49-o1 p {
    margin: 0 0 30px 0 !important;
}
.form-info h5 {
    color: #06045d;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 25px 0;
}
.form-info h6 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.infog {
    margin: 0 0 19px 0;
}
.social-icons.wow.fadeInRight i {
    background: #fffcfc;
    color: #525252;
    padding: 5px 5px 5px 5px;
    border-radius: 13px;
    font-size: 18px;
    margin: 0 0 0 8px;
    border: 1px solid #454444;
}
.social-icons.wow.fadeInRight i:hover {
    background: #06045d;
    color: #fff;
}
textarea.form-control {
    height: 144px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.formcontrol {
    width: 100%;
    color: #fff;
    background: #06045d;
    border: none;
    padding: 5px 0 5px 0;
}
.form-control {
    border: 1px solid #030303 !important;
}
footer#affixmenow {
    background: #efefef;
    padding: 55px 0 55px 0;
}
.foot.wow.fadeInLeft {
    text-align: center;
}
.foot.wow.fadeInLeft p {
    text-align: left;
    padding: 0 51px 0 53px;
}
.foot h5 {
    font-size: 23px;
    font-weight: 600;
}
.foot ul li {
    list-style: none;
    line-height: 30px;
}
.foot ul li a {
    color: #716e6e;
}
.copyright {
    background: #060459;
    padding: 5px 0;
}
.copyright p {
    color: #fff !important;
}
.copyright a {
    color: #fff;
}

span.iconons {
    float: right;
}
span.iconons i {
    margin: 0 0 0 15px;
}
ul.address.p-0 li {
    margin: 0 0 15px 0 !important;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.nutra-txt h4 {
		font-size: 21px !important;
	}
	img.img-flu {
		width: 100% !important;
	}
	div#mega-menu-wrap-primary {
		width: 50px !important;
		float: right !important;
		margin: 0 0 0px 0 !important;
	}
	img.img-responsive {
		width: 100% !important;
	}
	.col-lg-2.col-md-2.col-sm-6.hidden-xs.text-right.wow.zoomIn {
		display: none !important;
	}
	.ctc-maina {
		position: unset !important;
	}
	.ctc-main {
		position: unset !important;
	}
	section#abt-us {
		margin: 50px 0 50px 0 !important; 
	}
	.img-abt h1 {
		font-size: 21px !important;
	}
	.img-abt b {
		font-size: 17px !important;
	}
	.services-five__title-box {
		padding: 31px 0 5px !important;
	}
	.ctc-main.wow.zoomIn {
		margin: 20px 0 20px 0px !important;
	}
	.ctc-maina {
		margin: 20px 0 0px 0px !important;
	}
	.header-link.f-left a {
		font-size: 11px;
	}
	.site-header .home-link {
		min-height: 0;
	}
	.services-five__icon {
		height: 40px !important;
		width: 40px !important;
	}
	.services-five__title-box {
		padding: 15px 0 5px !important;
	}
	.services-five__single {
		margin: 1px 0 60px 0 !important;
	}
	.section-title-three {
		margin-bottom: 20px !important;
	}
	section#why-we {
		margin: 28px 0 !important;
	}
	.why-img {
		display: none;
	}

	.nutra-texting h4 {
		font-size: 15px !important;
		margin: 0px 0 2px 0 !important;
		line-height: 21px !important;
	}
	.content-writing p {
		margin: 0 0 16px 0 !important;
		font-size: 10px !important;
		line-height: 16px !important;
	}
	.nutra-textings h4 {
		font-size: 15px !important;
		line-height: 21px !important;
		margin: 0px 0 2px 0 !important;
	}

	.featured {
		padding: 0px 0px 0px 0 !important;	
	}
	.countered-txt {
		margin: 0px 0 55px 0 !important;
	}
	.custom-container {
		margin: 0 20px 0 20px !important;
	}
	.nutra-txt p {
		width: 100% !important;
	}
	.form-main {
		margin: 60px 0 0 0 !important;
	}
	.ctc-main {
	height: 280px !important;
	}
	.logo-title {
		box-shadow: 0 3px 7px 0 rgb(211 202 202 / 22%), 0 1px 2px 0 rgb(0 0 0 / 20%) !important;
	}
	section#formed {
		padding: 55px 0 0 0 !important; 
	}
	.foot.wow.fadeInLeft p {
		text-align: left;
		padding: 0 0px 0 0px;
		margin: 0 0 30px 0 !important;
	}
	.foot {
		margin: 0 0 30px 0 !important;
	}
	footer#affixmenow {
		background: #efefef;
		padding: 55px 0 15px 0;
	}
	p {
		font-size: 14px !important;
	}
	.foot.wow.fadeInLeft {
		text-align: left !important;
	}
	.testiside {
		margin: 0 0 50px 0 !important;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	#sequence a {
		width: 33.3333%;
		float: left;
		text-align: center;
		padding: 5px 0;
		font-size: 15px;
		color: #fff !important;
		font-weight: 600;
		text-decoration: none !important;
		border-right: 1px solid;
	}
	.copyright {
		margin: 0 0 50px 0 !important;
	}
	.ctc-maina {
		height: 290px !important;	
	}
	#sequence {
		width: 100%;
		float: left;
		background: #2c6298;
		position: fixed;
		bottom: 0;
		z-index: 100;
		padding: 0;
		color: #000 !important;
	}
	.sol-ctc-txt p {
		margin: 0 0 30px 0 !important;
	}
	.b-navigation span {
		font-size: 15px !important;
		color: #b1a3a3 !important;
	}
	.missioning {
		margin: 0 0 15px 0;
	}
	.sol-ctc-txt h4 {
		font-size: 32px !important;
	}
	.b-navigation {
		position: unset !important;
		float: left !important;
		color:#fff !important;
	}
	.b-navigation a{
      color:#fff !important;
	}

	
	.page-title-header {
		background-position: center !important;

	}
	.inner-breadcrumb {
		padding: 20px 0 40px 0 !important;
	}
	.inner-breadcrumb h1 {
		font-size: 21px !important;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}
	.social-icons i {
    background: #000 !important;
    padding: 6px 6px 6px 6px !important;
    border-radius: 13px !important;
    color: #fff !important;
}
	.social-icons i:hover {
    background: #060459 !important;
    padding: 6px 6px 6px 6px !important;
    border-radius: 13px !important;
    color: #fff !important;
    transition: 0.5s ease-in-out !important;
}
.page-title-header {
    position: relative;
    background: url(./images/breda-2.png) rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 20px 80px rgba(0,0,0,0.10); */
    background-position: right;
    padding: 0 0 0px 0px;
    background-blend-mode: multiply;
}
.b-navigation {
    float: right;
    position: absolute;
    right: 306px;
    bottom: 30px;
}
.b-navigation span {
    font-size: 17px;
    font-weight: 600;
}
.b-navigation a {
    color: #000;
}
.inner-breadcrumb {
    padding: 20px 0 20px 0;
}
.inner-breadcrumb h1 {
    color: #fff;
}
.page-title-header.b-navigation:before{
	    position: absolute;
    content: '';
    left: 20px;
    top: 0px;
    right: 20px;
    bottom: 0px;
    z-index: -1;
    background-color: #ffffff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);

}
.inner-breadcrumb h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
footer#affixmenow a {
	text-decoration: none;
}
footer#affixmenow a:hover {
    color: #314490;
}
h4.display-counter::after {
    content: '+';
}
section.about-our-company {
    margin: 55px 0 55px 0;
}
section.about-our-company.ptb-120 {
    background: #ebeaea;
    padding: 50px 0 50px 0;
}
section#ctc-2 {
    background: #101d44;
    padding: 82px 0 72px 0;
    color: #fff;
}
.sol-ctc-txt h4 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.sol-ctc-txt p {
    color: #fff;
    font-size: 21px;
}
.sol-ctc-bx a {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
}
.about-company-image {
    border: 1px solid;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}
.missioning {
    text-align: center;
}
.missioning img {
    width: 90px;
}
.missioning {
    background: #eee;
    padding: 20px 10px 20px 10px;
    border: 1px solid #9e9190;
    border-radius: 5px;
}
section#mission {
    margin: 55px 0;
}
.inner-abt-txt h1 {
    font-size: 30px;
    font-weight: 600;
}
section#inner-abt {
    margin: 55px 0;
}
.about-company-content h2 {
    font-size: 30px;
    font-weight: 600;
}
.inner-misson-img {
	border: 1px solid;
	padding: 2px 2px;
	border-radius: 5px;
}
.events-section {
    position: relative;
    padding: 55px 0px 55px;
    background-size: cover;
}
.certificate-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #FFFFFFDB;
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.about-quality-bg {
    position: relative;
    background: url("https://hivends.org/neelasia-healthcare/wp-content/uploads/2024/08/about-quality-bg.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0;
}
section#events-section {
    margin: 55px 0;
}
section#events-sectioned {
    background: #fffaeb;
    padding: 40px 0;
}
.third-nutrac p {
    margin: 70px 0 0px 0 !important;
}
div#wpcf7-f49-p11-o1 p {
    margin: 0 0 11px 0 !important;
}section#formeding {
    margin: 0px 0;
    background: #eee;
    padding: 50px 0 9px 0;
}
#example_wrapper .row:first-child {
    background: #000000;
    padding: 5px 0 9px 0;
    color: #fff;
    font-weight: bold !important;
    width: 100%;
}

#example_wrapper .row:first-child {
    background: #ffffff;
    padding: 5px 0 9px 0;
    color: #fff;
    font-weight: bold !important;
    width: 100%;
    margin: 0px 0 0px 0;
    color: #000;
}
.dt-search {
    display: flex;
    justify-content: end;
    margin: 6px 10px 0 0px;
}
div.dt-container div.row {
    margin-bottom: 0.75rem;
    width: 100%;
}
.page-item.active .page-link {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
button.btn.btn-default.buttons-copy.buttons-html5 {
    background: #060455;
    color: #fff;
}
.dt-search label {
    padding: 0 15px 0 5px;
    font-weight: 600 !important;
}
div.dt-container div.row:last-child {
    margin-bottom: 55px;
    width: 100%;
}
button.btn.btn-default.buttons-excel.buttons-html5 {
    background: #060455;
    color: #fff;
    border-left: 1px solid;
}
button.btn.btn-default.buttons-pdf.buttons-html5{
	    background: #060455;
    color: #fff;
    border-left: 1px solid;
}
button.btn.btn-default.buttons-copy.buttons-html5:hover {
    background: #d75f23;
    color: #fff;
}
button.btn.btn-default.buttons-excel.buttons-html5:hover {
    background: #d75f23;
    color: #fff;
}
button.btn.btn-default.buttons-pdf.buttons-html5:hover{
	   background: #d75f23;
    color: #fff;
}
th.dt-type-numeric.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc {
    padding: 26px 80px 19px 15px;
    background: #060455;
	color:#fff;
}
table#example {
    margin: 0 0 26px 0;
}
th.dt-orderable-asc.dt-orderable-desc {
    background: #060455;
    padding: 0 0 0 15px;
	color: #fff;
}
.dt-buttons.btn-group.flex-wrap {
    margin: 3px 0 0 10px;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 55px 6px 26px;
}
section#productlist {
    margin: 55px 0;
}
.modal-content.contactform {
    margin: 10px 0 0 0;
}
tr:hover {
    background: #d9d9d947;
}
.stickme {
    background: #060451;
    border-radius: 20px 0 20px 0;
    height: 595px;
    margin: 50px 0 0 0;
}
ul#menu-product-menu li a {
    color: #fff;
	text-decoration: none;
}
ul#menu-product-menu li {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    padding: 0px 0 7px 0;
}
.stickme h3 {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 0;
    font-size: 20px;
    border: 1px solid;
    margin: 30px 0px 10px 0px;
}
::marker {
    color: #fff;
}
.stickmexx {
    position: sticky;
    top: 0;
    bottom: 0;
    margin: 55px 0 55px 0;
}
.social-icon.wow.zoomIn a {
    color: #fff;
}
.social-icon.wow.zoomIn a:hover {
    color: #b7b7b7;
}
.header-top-area.pl-165.pr-165 a {
    text-decoration: none;
}
.header-top-area.pl-165.pr-165 a:hover {
    color: #555eab;
}
.modal-body h3 {
    font-size: 12px !important;
    margin: 8px 0px 5px 0 !important;
}
.header-link.f-right {
    float: right;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #06046a;
    padding: 10px!important;
    text-align: center;
    margin: 5px;
    width: 24%;
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: none;
}
h2.woocommerce-loop-product__title {
    color: #111;
}
.woocommerce ul.products li.product .button {
    background: #06046a;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
form.woocommerce-ordering {
    display: none;
}
p.woocommerce-result-count {
    display: none;
}
ul#menu-product-category li.menu-item a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    display: inline-block;
}
ul#menu-product-category li.menu-item{
	list-style:none;
}
ul#menu-product-category{
	padding-left:15px;
}
.thank{
	text-align:center;
	padding:80px 0;
}
.thank h1 {
    font-weight: 600;
    font-size: 50px;
    color: #060459;
	margin-bottom:30px;
}
.thank p{
	font-size:20px;
}
nav.woocommerce-breadcrumb{
	position: relative;
    background: url(./images/breda-2.png) rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.10); */
    background-position: right;
    padding: 50px 0 50px 0px !important;
    background-blend-mode: multiply;
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
    text-align: right;
}
ul.products.columns-4.container {
    margin: 0 auto!important;
}
header.woocommerce-products-header {
    position: relative;
}
header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    position: absolute;
    bottom: 50px;
    color: #fff;
}
nav.woocommerce-breadcrumb{
margin-bottom:60px !important:	
}
nav.woocommerce-breadcrumb {
    position: relative;
    width: 100%;
    padding-right: 22% !important;
    font-size: 17px;
    font-weight: 600;
    color: #111 !important;
	
}
nav.woocommerce-breadcrumb a{
    color: #111 !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    border: 1px solid #ccc !important;
    margin: 0 5px;
}
.logo-title {
    background: #060461 !important;
    box-shadow: none !important;
    margin: 0 !important;
    color: #fff !important;
}
section.mainpages h2.siproheading {
    font-weight: 700 !important;
    font-size: 30px;
    border-bottom: 3px solid #1e3153;
    display: inline;
    padding-bottom: 5px;
}
section.mainpages .product-categories {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
section.mainpages .table-bordered {
    border: 1px solid #dee2e6;
    margin-top: 30px;
}
section.mainpages .table-striped.table-bordered tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
section.mainpages .table-bordered td:nth-child(1) {
    background: #efefef;
    color: #060459;
    font-weight: 700;
}
section.mainpages .col-lg-5.col-md-5.col-sm-12.col-xs-12 a.img-thumbnail img.img-responsive.entered.lazyloaded {
    border: 1px solid #dee2e6;
}
.modal.fade.bs-example-modal-lg.show .modal-body div#wpcf7-f49-o1 p {
    margin: 0 !important;
}
.modal.fade.bs-example-modal-lg.show .modal-body div#wpcf7-f49-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.formcontrol{
	margin-top:30px;
}
section.mainpages .product-categories span a {
    color: #060459;
    font-weight: 600;
}
a.productpdfbtn {
    position: fixed;
    right: -62px;
    color: #fff;
    top: 50%;
    transform: rotate(-90deg);
    background: #060459;
    padding: 6px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    z-index: 999;
}
.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: 36px;
}
.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: 28px;
}
