/*
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.4
Tested up to: 6.8
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');
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
div#mega-menu-wrap-primary {
    padding: 10px 0 0 0;
}
.header__logo.wow.slideInLeft img {
    margin: 5px 0 0 0;
}
header#mast {
    border-bottom: 1px solid #d0d0d0;
}
.text-md-start {
    text-align: left!important;
}
.header-top a {
    color: var(--white-color);
}
.header-top a {
    color: var(--white-color);
}
.container {
    max-width: 90% !important;
    margin: auto;
}
.header-top.text-center.text-md-start.py-2 {
    background: #213a63;
    color: #fff;
}
.header-contact {
    float: left;
}
.header-contact i {
    margin: 0px 10px 0 0px;
}
.header-contact a {
    margin: 0 0 0 15px;
}
.header-social.text-center.text-md-end a {
    margin: 0 0 0 20px !important;
    float: right !important;
}
.menu-2 a {
    background: #56b58d;
    text-align: center;
    padding: 21px 24px;
    float: right;
    color: #fff;
}
.menu-2 {
    margin: 0 -15px 0 0px;
}
section.abt-sec .global-btn:hover {
    background: #6fb390 !important;
    text-decoration: none !important;
}
.literature-btn a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.w-max-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
}
.icon-wrap{background:#41cdcf;text-align:center;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:45px}
.icon-wrap i {
    font-size: 22px;
    color: #ffffff;
}
section.feature-sec {
    padding: 30px 0;
}
.icon-wrap.quality-assurance {
    background: #E55D99;
}

.icon-wrap.client-support {
    background: #83C847;
}

.icon-wrap.global-reach {
    background: #51ACF6;
}

section.feature-sec .customer-satisfaction,section.feature-sec .quality-assurance,section.feature-sec .client-support {
    border-right: 1px solid #ccc;
}
/* About Section */

section.abt-sec {
    background-image: url(./images/about-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 55px 0 70px 0;
    margin: 0 0 55px 0;
}

section.abt-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center center, rgba(255, 255, 255, 0.65) 0%, var(--white-color) 60%);
    z-index: 1;
}

section.abt-sec .container {
    position: relative;
    z-index: 2;
    color: var(--white-color);
    text-align: center;
}

section.abt-sec .inner-content {
    text-align: left;
}

section.abt-sec .inner-content p {
    color: var(--dark-color);
}

section.abt-sec .para-big {
    font-size: 20px;
}

section.abt-sec .global-btn {
    border: 1px solid #273960;
    background: #273960;
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
}

section.abt-sec .global-btn:hover {
    border: 1px solid var(--primaryColor);
    background: var(--white-color);
    color: var(--primaryColor);
}
span.sub-head.mb-3.gsap-reveal-hero.aos-init.aos-animate {
    color: #273960;
}
section.cta {
    position: relative;
    padding: 0;
}

section.cta .main-heading {
    font-size: 46px;
    font-weight: 700 !important;
}
section.cta .section {
    padding: 4em 2em 4em 2em;
}
section.cta .bg-attach-fixed {
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
}

section.cta .cta-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(2 10 62) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.cta .r-container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

section.cta .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

section.cta .w-max-content {
    width: max-content;
}

section.cta .btn-accent {
    background-color: #2b395d;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
}

section.cta .btn-accent:hover {
    background-color: transparent;
    border-color: var(--overlay-color);
    color: var(--overlay-color);
}
.container.extra {
    border: 1px solid #d9d9d9;
    border-radius: 19px;
    padding: 53px;
    text-align: center;
    box-shadow: 0 3px 16px rgb(219 188 188 / 50%);
    position: relative;
    top: -48px;
    background: #fff;
}
section#couunters {
    background: #f0f0f0;
    padding: 0 0 55px 0;
}
.inner-counter {
    border-right: 1px solid #aeaeae;
}
.inner-counter h2 {
    color: #56b58d;
    font-weight: 600;
    font-size: 37px;
}
.inner-counter h4 {
    color: #000;
    font-weight: 600;
}
p {
    color: #545454 !important;
    line-height: 30px;
}
.inner-counterless h2 {
color: #56b58d;
    font-weight: 600;
    font-size: 37px;
}
.inner-counterless h4 {
  color: #000;
    font-weight: 600;
}
section#literature {
    background: #080e3e;
    color: #fff;
    padding: 60px 0 60px 0;
    border-top: 3px solid #fff;
}
.inner-literature h3 {
    line-height: 48px;
}
.inner-literatures p {
    color: #fff !important;
}
.inner-literatures ul {
    padding: 0 0 0px 21px;
    line-height: 30px;
}
.literature-btn a {
    border: 2px solid #fff;
    color: #fff;
    padding: 11px;
    display: inline-block;
    margin: 8px 0 0 0;
}
section#third-party {
    position: relative;
    margin: 70px 0;
}
.imner-third {
    position: absolute;
    top: 30px;
    width: 210px;
    background: #2b385d;
    padding: 20px 20px 20px 24px;
    text-align: center;
    left: -21px;
    border-radius: 16px;
}
.imner-third img {
    width: 70px;
}
.imner-third p {
    color: #fff !important;
}
.coinner b {
    background: #6fb3906b;
    padding: 10px;
}
.coinner h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 25px 0 25px 0;
}
.inner-coiner-lets a {
    color: #ffffff;
    background: #2e385a;
    padding: 15px 15px;
    display: inline-block;
    margin: 8px 0 0 0;
    border-radius: 6px;
}
.benefit {
	background: url(images/benefit-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 0 0;
}
.benefitss {
    background: #081347f2;
    padding: 20px 50px 30px 50px;
    margin: 50px 0 -150px 0;
    width: 100%;
    float: left;
}
.benefitss h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 10px;
}
.benefitss p {
    color: #fff !important;
}
.benefitss p {
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.benefitss .media-body h5 {
	margin: 0 !important;
	padding: 20px 0 0 0;
	font-weight: 500;
	color: #fff;
}
.more {
    background: #ff9f00;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    float: right;
    width: auto;
    text-decoration: none !important;
    border-radius: 6px;
    margin-top: 40px;
}
.specialtion {
	background: #f7f7f9;
	padding: 30px 0 70px 0;
}
.specialtion h2 {
    text-align: center;
    color: #092a5e;
    font-size: 35px;
    margin: 0 0 25px 0;
}
.learn {
    font-size: 15px;
    color: #273a98 !important;
    font-weight: 550;
    border-left: 2px solid #ff9f00;
    padding-left: 10px;
    position: absolute;
    bottom: -30px;
}
.special h4 {
    margin: 10px 0 4px 0;
}
section.products {
    margin: 220px 0 0 0;
}
.products .wp-post-image {
    border: 3px double #2f429b !important;
}
.services {
	margin: 0 0 100px 0;
	text-align: center;
}
.services h2 {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	    font-family: 'Lato', sans-serif;
}
.services h5 {
	margin: 10px 0;
	font-weight: bolder;
	font-size: 18px;
	    font-family: 'Lato', sans-serif;
}
.manu {
    color: #2b683f !important;
    font-weight: 550;
    font-size: 15px;
}
.develop::after {
    content: '';
    position: absolute;
    border-left: 130px solid #6fb390;
    border-bottom: 100px solid transparent;
    left: 0;
    top: 0;
}
.sd {
    float: left;
    font-size: 30px;
    color: #fff;
    padding: 5px 14px;
    margin-bottom: 13px;
    position: absolute;
    left: 7px;
    top: 15px;
    z-index: 1;
}
.develop {
    background: #f6f6f6;
    padding: 50px 30px 25px 30px;
    width: 100%;
    float: left;
    position: relative;
    height: 320px;
}
section.services {
    margin: 60px 0;
}
.contoo {
    padding: 70px 0 60px 0;
    width: 100%;
    background: radial-gradient(circle at 10% 20%, rgb(87, 108, 117) 0%, rgb(37, 50, 55) 100.2%);
}
textarea {
	height: 100px !important;
}
section {
	float: left;
	width: 100%;
}
.conts {
	background: #fff;
	padding: 30px 40px;
	border-radius: 20px;
/* 	box-shadow:8px 1px 23px #FFF; */
	float: left;
}.contsinfo {
	background: #cccccc;
	padding: 30px 40px;
	border-radius: 20px;
	box-shadow: 8px 1px 23px #FFF;
	float: left;
	margin: 0 0 68px 0;
}
.conts .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
	border: 0;
	box-shadow: none;
	background: #f6f6f6;
	padding: 22px 10px;
	margin-bottom: 13px;
}.contsinfo .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
	border: 0;
	box-shadow: none;
	background: #f6f6f6;
	padding: 22px 10px;
	margin-bottom: 13px;
}
.conts label {
	margin-bottom: 5px;
	font-weight: 500;
	color: #132b2d;
	letter-spacing: 0.5px;
}.contsinfo label {
	margin-bottom: 5px;
	font-weight: 500;
	color: #132b2d;
	letter-spacing: 0.5px;
}
.conts .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
	height: 200px;
	border: 0;
	box-shadow: none !important;
	background: #f6f6f6;
}.contsinfo .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
	height: 200px;
	border: 0;
	box-shadow: none !important;
	background: #f6f6f6;
}
.conts .wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
	background: #47a2a3;
	border: 0;
	transition:all 0.4s ease;
	padding: 13px 0 32px 0;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: 0.5px;
}.contsinfo .wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
	background: #47a2a3;
	border: 0;
	padding: 13px 0 32px 0;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.conts .wpcf7-form.init p {
	margin: 0;
}.contsinfo .wpcf7-form.init p {
	margin: 0;
}
.testoo {
	padding: 50px 40px 0 40px;
	width: 100%;
	float: left;
}
.testoo h2 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	font-family: arial;
}
.testimony h5 {
	margin: 10px 0;
	font-size: 27px;
	color: #132b2d;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.testoo p, .testoo li {
	font-size: 17px;
	color: #fff !important;
	list-style: none;
	line-height: 29px;
	margin: 0 0 10px 0;
}
.testoo .media {
    background: #fff;
    margin-top: 20px;
    padding: 10px 10px;
}
.contoo .media-left {
    background: #47a2a3;
    border-radius: 8px;
    font-size: 34px;
    padding: 10px 11px 4px 8px;
    margin-right: 5px;
    float: inline-start;
}
.testoo i {
    color: #fff;
    font-weight: 600;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.testoo .media-heading {
    color: #47a2a3;
    font-weight: 600;
    font-size: 19px;
}
.testoo .media p {
    color: #132b2d;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
}
.media-body p {
    color: #000 !important;
}
.testoo span {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-weight: 500;
}
.testoo ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a6a6a6;
}
.testoo i {
	color: #fff;
	font-weight: 600;
}
.testoo h5 {
    margin: 6px 0;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name {
	display: none;
}
.testimony h2 {
	margin: 0;
	font-size: 25px;
	color: #2f6c6d;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.testimony h5 {
	margin: 10px 0;
	font-size: 27px;
	color: #074f6c;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.testimony p {
	text-align: center;
	font-size: 14px;
	color: #6a6a6a;
}
.wpmtst-testimonial-image.testimonial-image {
	float: right !important;
	margin: 0 !important;
}
.wpmtst-testimonial-image.testimonial-image img {
	border-radius: 50%;
	padding: 8px 0 !important;
	border: 2px dotted #007ca8 !important;
}
.wpmtst-testimonial-image.testimonial-image img {
	border-radius: 50%;
	padding: 8px 0 !important;
	border: 2px dotted #007ca8 !important;
}
.wpmtst-testimonial-inner.testimonial-inner p {
	text-align: left;
}
.testimony {
	background: #fff;
	padding: 50px 0;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: 1px dashed #074F6C !important;
}
.hve {
	padding: 40px 0 10px 0;
	
	color: #fff;
}
.hve h2 {
	margin: 0;
}
.hve h5 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: 600;
}
.hve .wpcf7-form-control-wrap {
	width: 100%;
	float: left;
}
.hve .wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control {
	padding: 22px 8px;
}
.hve .wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
	float: right;
	width: auto;
	padding: 8px 15px 33px 20px;
	margin-top: -44px;
	z-index: 10;
	position: relative;
	margin-right: 2px;
	background: #007ca8;
	border: 0;
	border-radius: 8px;
	font-weight: 600;
	font-size: 17px;
}
.hve #wpcf7-f66-o2 {
	margin-top: 25px;
}

.footer {
	background: #38404B;
	padding: 50px 0 0 0;
}
.footer h5 {
	font-size: 22px;
	font-weight: 600;
	margin: 7px 0;
	color: #fff;
}
.footer p, .footer a {
	color: #fff !important;
	font-weight: 400;
	text-decoration: none !important;
}
.footer p{
	line-height: 27px;
	font-size: 14px;
	font-weight: 500;
}
.footer ul {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	float: left;
}
.footer li {
	list-style: none;
	color: #fff;
	line-height: 31px;
	float: left;
	width: 100%;
	text-align: left;
}
.media-body {
    margin: 0 0 0 10px;
}
.footer i {
	color: #fff;
	font-size: 16px;
}
.reach p {
	margin: 0 0;
	line-height: 30px;
}
.footer-bar {
	background: #38404B;
	padding: 2px 0;
}
.footer-bar p {
	margin: 0;
	text-align: left;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}
.footer-bar a {
	color: #fff;
	text-decoration: none !important;
	
}
.testoo .media {
	background: #fff;
	margin-top: 20px;
	padding: 10px 10px;
}
.footer li a {
	font-size: 16px;
	float: left;
	width: 100%;
}
.footer {
    background: #38404B;
    padding: 50px 0 0 0;
}
.footer {
   color:#fff !important;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.footer .media-left i {
    font-size: 38px;
}
h4.media-heading {
    margin: 0 0 0 0;
}
.social-uper-linkss {
    background: #007ca8;
    padding: 5px 14px;
    float: left;
    margin: 15px 0 0 7px;
    font-size: 16px;
    color: #fff !important;
}
.social-uper-linkss i {
    color: #fff !important;
}
.inner-abt-box {
    position: absolute;
    top: -53px;
    right: -7px;
    background: #fff;
    padding: 47px;
    box-shadow: 0 3px 16px rgb(219 188 188 / 50%);
    border-radius: 168px;
}
.inner-abt-box b {
    color: #6fb390;
    font-size: 59px;
}
.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(32 57 100) 0%, rgb(48 72 62) 100%) !important;
    margin-bottom: 50px;
    color: #fff;
    margin-top: 0px;
    padding: 15px 0 0;
}
span.breadcrumb_new a {
    color: #fff !important;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
}
.bshades {
    font-size: 29px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 48px;
    margin: 30px 0 0px 0;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #061741, #56b58d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 60px 0;
}
.contactformdes {
    background: #e0e4ed;
    padding: 5%;
    margin: 0 0 40px 0;
    border-radius: 30px;
}
.resecont {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 0 0 7px 0;
    background: #fcfcfc;
    padding: 0px 10px;
}
.resecontp {
    text-align: left;
    font-size: 18px;
    letter-spacing: .5px;
    margin: 0 0 30px 0;
    padding: 0 15px;
}
@media (max-width: 767px) {
span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
span.breadcrumb_new a {
    color: #fff;
}
section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
.pageheader {
    margin-top: 0px !important;
        padding: 15px 0 0 !important;
}

	    section.feature-sec .customer-satisfaction,section.feature-sec .quality-assurance,section.feature-sec .client-support {
        border-right: 0px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .feature-sec .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-sec .row .col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .header-contact {
    display: none !important;
}
.menu-2 {
    display: none !important;
}
div#mega-menu-wrap-primary {
    padding: 10px 0 10px 0 !important;
    width: 50px !important;
}
.inner-content {
    margin: 23px 0 0 0 !important;
}
.inner-content span {
    font-weight: 700 !important;
}
.inner-abt-box {
    position: absolute;
    top: -83px !important;
    right: 20px !important;
    padding: 25px !important;
    border-radius: 39px !important;
}
h2.main-heading.mb-3.gsap-reveal-hero.aos-init.aos-animate {
    font-size: 29px !important;
    font-weight: 700 !important;
}
.inner-abt-box b {
    font-size: 31px !important;
}
.container {
    max-width: 100% !important;
}
.container.extra {
    top: 0px !important;
}
.inner-counter {
    border-bottom: 1px solid #aeaeae !important;
    margin: 0 0 60px 0 !important;
}
section.cta .section {
    padding: 0em 2em 0em 2em !important;
}
.inner-literature h3 {
    line-height: 40px !important;
}
section#third-party {
    margin: 47px 0 33px 0 !important;
}
.imner-third img {
    width: 40px !important;
}
.imner-third p {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 18px !important;
}
.imner-third {
    position: absolute !important;
    top: -30px !important;
    width: 177px !important;
    background: #2b385d;
    padding: 10px 10px 10px 10px !important;
    text-align: center !important;
    left: 5px !important;
    border-radius: 16px !important;
}
.special {
    margin: 0 0 33px 0 !important;
}
.benefit {
    padding: 0px 0 0 0 !important;
}
section.products {
    margin: 55px 0 0 0 !important;
}
.develop {
    margin: 0 0 30px 0 !important;
}
.benefitss h2 {
    color: #fff;
    font-size: 23px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 37px !important;
}
.benefitss {
    background: #081347f2 !important;
    padding: 10px 10px 30px 10px !important;
    margin: 49px 0 0px 0 !important;
    width: 100% !important;
    float: left !important;
}
.coinner b {
    background: #6fb3906b !important;
    padding: 10px !important;
    font-size: 10px !important;
}
.coinner h3 {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin: 15px 0 15px 0 !important;
}
.coinner {
    margin: 30px 0 0 0 !important;
}
section.abt-sec {
    background-image: url(./images/about-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 55px 0 40px 0 !important;
    margin: 0 0 0px 0 !important;
}
.contoo {
    padding: 36px 0 60px 0 !important;
}
.testoo {
    padding: 29px 0px 0 0px !important;
}
.testimony {
    padding: 33px 0 !important;
}
.testimony h2 {
    margin: 0 !important;
}
.inner-counter {
    border-right: none !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    color: #000!important;
    font-weight: 600;
    text-decoration: none!important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #99b46b;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
    color: #000!important;
}
section.services {
    margin: 25px 0 !important;
}

}
@media  (min-width: 767px) and (max-width: 1366px) {
p {
  /*   font-size: 14px !important;
    line-height: 24px !important; */
	font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: .5px;

}

section.abt-sec .para-big {
    font-size: 16px !important;
}
.header__logo.wow.slideInLeft img {
    margin: 10px 0 0 0 !important;
}
h2.main-heading.mb-3.gsap-reveal-hero.aos-init.aos-animate {
    font-size: 30px !important;
}
.special h4 {
    font-size: 18px !important;
}
.benefitss h2 {
    font-size: 30px !important;
}
.benefitss .media-body h5 {
    font-size: 14px !important;
}
.testoo p, .testoo li {
    font-size: 14px !important;
    line-height: 27px !important;
}
.testoo .media p {
    font-size: 16px !important;
}
	
}
@media  (min-width: 1366px) and (max-width: 1600px) {

    

}
/* product list css */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
th {
    background: #56b58d;
    color: #fff;
}
@media(max-width:767px){
	.testoo .media p {
    font-size: 16px;
}
}
