/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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:
----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*  0. CSS Reset
/* -------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar{width:7px;position:relative;right:10px;}
::-webkit-scrollbar-track{border-radius:0px;background-color:#fff;}
::-webkit-scrollbar-thumb{border-radius:0px;background-color:#ccc;border-radius:5px;}

body {
    font-family: 'Maitree';
    margin: 0;
    padding-top: 136px;
    font-size: 20px;
    line-height: 32px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #ff7000;
}

a:hover {
    text-decoration: none;
}

@media (min-width:1200px) {
    .container {
        max-width: 1100px;
    }
}

.space-between {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

header.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    min-width: 275px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 #00000078;
}

.top-header {
    background: #eee;
    padding: 10px 0px;
}

.top-left ul li {
    position: relative;
    margin-right: 25px;
    font-size: 14px;
    color: #111;
    display: inline-block;
    line-height: 26px;
}

.top-right .social a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #a3a3a3;
    padding: 0px 4px;
    line-height: 26px;
}

.top-left ul li a {
    color: #000;
    font-family: Clan, sans-serif;
    font-size: 14px;
}

.top-left ul li i {
    padding-right: 8px;
    font-size: 16px;
}

/*LOGO CSS STARTS HERE*/
.logo {
    display: flex;
    width: 270px;
    height: 120px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0;
    padding: 30px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}

/*LOGO CSS ENDS HERE*/
/*MENU CSS STARTS HERE*/
.menu-top {
    margin-left: 27px;
}

.menu-top ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-top ul li {
    border-bottom: none;
    line-height: 1em;
    padding: 0;
    height: 100px;
    min-width: 140px;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.5s;
}

.menu-top ul li a {
    /*padding: 15px 10px;*/
    border: none;
    font-size: 15px;
    font-family: 'ClanOT-Book';
    color: #000;
}

.menu-top ul li a i {
    color: #000;
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 5px;
}

.menu-top {
    position: relative;
}

.menu-top ul ul li a {
    text-align: left;
    padding: 20px 20px;
}

.menu-top ul ul li a:hover {
    color: #ff7000;
}

.menu-top>.menu-main-menu-container>ul>li:hover:before {
    content: '';
    border-top: solid 3px #ff7000;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-top ul li.menu-item-has-children>a:after {
    content: '\f078';
    font-family: 'FONT AWESOME 5 PRO';
    position: absolute;
    right: 10px;
    font-weight: 600;
}

.menu-top ul li.default-icon>ul li a {
    position: relative;
}

.menu-top ul li.default-icon>ul li a:before {
    content: '\f054';
    font-family: 'FONT AWESOME 5 PRO';
    position: absolute;
    left: 20px;
    font-size: 12px;
    top: 14px;
}

.menu-top ul li.default-icon>ul li a {
    line-height: 25px;
    padding: 14px;
    padding-left: 39px;
    padding-right: 10px;
}

.search-icon a.search-btn {
    color: #000;
    position: relative;
    right: 10px;
}

.header-search .header-search-input-container {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.header-search.is-active .header-search-input-container {
    visibility: visible;
    opacity: 1;
}

.header-search.is-active a.search-btn i:before {
    content: '\f00d';
}

.header-search .header-search-input-container {
    position: absolute;
    right: 4%;
    top: 0;
    background: #fff;
    width: 94%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-search .header-search-input-container form#searchform {
    width: 100%;
    padding: 0px 120px;
}

.header-search .header-search-input-container input {
    width: 90%;
    background: transparent;
    border: none;
    padding-left: 10px;
    height: 37px;
}

.header-search .header-search-input-container button#searchsubmit {
    background: transparent;
    border: none;
    border-right: 1px solid #9b9b9b;

    padding-right: 14px;
}

.menu-top ul li {
    position: relative;
}

.menu-top>ul>li:hover:after {
    border-top: 5px solid #ff7000;
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.menu-top>ul>li:hover>a,
.menu-top>ul>li:hover>a i,
.menu-top ul .search-btn:hover {
    color: #f2242b;
}

img.menu-top-icon {
    height: 19px;
    margin-left: 5px;
}

img.icon {
    height: 20px;
}

.menu-top ul ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    font-size: 14px;
}

.menu-top ul ul li {
    width: auto;
    display: block;
    text-align: center;
    height: inherit;
    border-bottom: 1px solid #e1dcd2;
    margin: 0;
}

.menu-top ul ul {
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 105px;
    overflow: hidden;
    left: 0;
    background-color: #efede9;
    display: block;
    width: 270px;
    box-sizing: border-box;
    display: none;
}

.menu-top > ul > li:hover:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 18px 15px;
    border-color: transparent transparent #f8f7f5 transparent;
    position: absolute;
    bottom: 15px;
    right: calc(50% - 15px);
}

.menu-top ul li:hover ul {
    display: block;
}

.nav-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 30px;
}

/*MENU CSS ENDS HERE*/

/*BANNER CSS STARTS HERE*/

.banner {
    position: relative;
    height: 500px;
}

.banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.banner-heading {
    color: #fff;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 800;
    display: block;
    text-align: left;
    clear: both;
    padding-right: 10px;
    line-height: 64px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: solid #ff7000 8px;
    margin-bottom: 10px;
}

.banner-list-block {
    background: #fff;
    width: 100%;
    margin: 0;
    padding-top: 28px;
    text-align: left;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    border: 1px solid #f1eeeb;
}

.banner-list-block {
    width: 358px;
    position: relative;
    right: 9px;
}

.banner-list-title {
    display: block;
    margin: 0;
    padding: 20px 30px;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid #f1eeeb;
    font-size: 16px;
    font-family: Maitree, Georgia, "Times New Roman", serif
}

.banner-list-slot li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f1eeeb;
}

.banner-list-count {
    width: 80px;
    text-align: left;
    font-weight: 700;
    color: #ff7000;
    display: inline-block;
    padding-right: 15px;
    font-size: 15px;
    line-height: 35px;
    font-family: Clan, sans-serif;
}

.banner-list-text {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    padding: 0;
}

.primary-big-btn {
    display: block;
    width: auto;
    color: #fff;
    line-height: 40px;
    margin: 25px 30px;
    padding: 10px 30px;
    font-size: 16px;
    background: linear-gradient(45deg, #cd3f36, #ff7000);
    font-family: Maitree, Georgia, "Times New Roman", serif;
    letter-spacing: 1px;
    position: relative;
	
}

.primary-big-btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 7px 11px 7px 11px;
    border-color: transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
}

.primary-big-btn:hover {
    color: #fff;
    background-color: #ca020f;
}

.banner-text {
    background: #00000082;
    padding: 20px;
    width: 80%;
}

.banner-text p {
    font-size: 17px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    margin-top: 1em;
    color: #fff;
    letter-spacing: 1px;
    text-align: justify;
}

/*BANNER CSS ENDS HERE*/
/*EXPERTISE CSS STARTS HERE*/
.block-heading {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  font-family: 'ClanOT';
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
}

.topic-block {
    display: block;
    min-height: 50px;
    margin-bottom: 15px;
    position: relative;
    color: #333;
    background-color: #fff;
    border: 2px solid #f8f7f5;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 10px 30px 110px;
    transition: 0.5s;
}

.topic-title {
   font-family: 'ClanOT';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: -3px;
    line-height: 23px;
    color: #333;
}

.topic-subtitle {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #333;
    font-weight: 300;
}

.topic-area {
    display: flex;
    justify-content: space-around;
}

.topic-icon svg {
    width: 25px;
    height: 25px;
}

.topic-icon {
    width: 70px;
    height: 70px;
    top: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 15px;
}

.ptb-407 {
    padding: 40px 7% !important;
}

section.expertise.ptb-407 {
    margin: auto;
    background-color: #f8f7f5;
    width: 95%;
}

.topic-block:hover {
    text-decoration: none;
    border-color: #ff7000;
}

.topic-block:hover .topic-icon svg {
    fill: #ff7000;
}

.topic-block:hover .topic-title {
    color: #ff7000;
}

.topic-block:active .topic-icon svg path,
.topic-block:focus .topic-icon svg path,
.topic-block:hover .topic-icon svg path {
    fill: #ff7000;
}

.topic-area {
    padding: 0px 10px;
}

/*EXPERTISE CSS ENDS HERE*/
/*WHAT WE DO CSS STARTS HERE*/
.wwd-content {
    padding: 45px 110px 45px 55px;
    position: relative;
    background-color: #f8f7f5;
}

.wwd-content p,
.custom-tab-content p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Maitree';
    margin: 0.7em 0;
}

.b-padding {
    padding: 75px 7% 75px;
}

.more-link {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #ff7000;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding-right: 14px;
}

.more-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 7px 11px 7px 11px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ff7000;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    -o-transform: translateX(14px);
    transform: translateX(14px);
    vertical-align: middle;
}

.wwd-img img {
    width: 100%;
}

.wwd-img {
    position: absolute;
    bottom: -45px;
    left: -75px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

/*WHAT WE DO CSS ENDS HERE*/
html.js {
    padding: 0 !important;
    margin: 0 !important;
}

/*WHAT WE OFFER CSS STARTS HERE*/
.heading {
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    display: block;
}

.tab-img img,
.news-img img {
    width: 100%;
}

.tab-img {
    padding-left: 50px;
}

.wwo-tab .card {
    border: none;
}

.wwo-tab .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    border: none;
}

.wwo-tab .nav-link {
    padding: 20px 60px;
    font-family: Maitree, Georgia, "Times New Roman", serif;
    color: #333;
    font-size: 16px;
    font-weight: 700;

}

.wwo-tab .nav-link.active,
.wwo-tab .card-body {
    background-color: #F8F7F5;
}

.mt-15 {
    margin-top: 15px;
}

.wwo-tab .card-body {
    padding: 60px
}

/*WHAT WE OFFER CSS ENDS HERE*/
/*COUNT CSS STARTS HERE*/
.count-content {
    padding: 0 1.5% 80px;
    text-align: center;
}

.number {
    display: block;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #ff7000;
    font-family: 'ClanOT';
    margin-bottom: 0;
}

.number-type {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #ff7000;
   font-family: 'ClanOT';
}

.number-description {
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 600;
}

/*COUNT CSS ENDS HERE*/
/*NEWS CSS STARTS HERE*/
.news-text {
    padding: 20px
}

.news-text span {
    display: block;
    float: none;
    margin-bottom: 0.59em;
    color: #ff7000;
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
}

.news-text p {
    font-size: 15px;
    line-height: 21px;
    color: #333;
    font-family: 'Maitree';
    font-style: normal;
    text-transform: none;
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 0;
    font-weight: 600;
}

.default-bg {
    background-color: #F8F7F5;
}

.news-text {
    padding: 20px;
    height: 200px;
}

.news-content {
    background-color: #fff;
    margin-bottom: 30px;
}

/*NEWS CSS ENDS HERE*/
/*NEWSLETTER CSS STARTS HERE*/
.newsletter-text p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    height: 49px;
    line-height: 49px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;

    font-family: Maitree;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #a39e96;
    font-size: 16px;
    background-color: #fff;
}

.newsletter-form input::placeholder {
    color: #c0c0c0;
    font-size: 17px;
}

input.submit-btn {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 60%);
    position: absolute;
    letter-spacing: .7px;
    font-family: sans-serif;
    font-weight: 300;
    border-radius: 5px;
    font-style: normal;
    font-size: 16px;
    background-color: #ff7000;
    color: #fff;
    width: auto;
    padding: 10px 40px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    top: 0;
    right: 0px;
    line-height: 0
}

.newsletter-form {
    width: 80%;
    margin: auto;
}

.term {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    padding: 30px 0 20px;

}

/*NEWSLETTER CSS ENDS HERE*/
/*FOOTER CSS STARTS HERE*/
.footer {
    background-color: #1d1d1d;
    color: #c2c2c2;
    padding: 80px 0px;
    font-size: 15px;
    line-height: 24px;
}

.footer a {
    color: #fff;
}

.footer-block img {
    filter: grayscale(1) brightness(60);
    width: 170px;
}

.footer-title {
    font-size: 25px;
    line-height: 1em;
    font-style: normal;
    margin-top: 0;
    color: #fff;
}

.footer-text p span {
    font-size: 18px;
    color: #fff;
}

.footer-text p,
.footer-link ul {
    margin: 1em 0;
}

.footer-link ul li {
    line-height: 50px;
}

.footer-link ul li a {
    font-style: italic;
    display: inline-block;
    padding-right: 2em;
}

.footer-social-links {
    margin: 1.5em 0;
}

.footer-social-links a {
    background-color: #5e5e5e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.linked-img a img {
    margin-bottom: 0.5em;
}

.footer-menu {
    margin-top: 18px;
    display: block;
}

.footer-menu li {


    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.footer-menu li a {
    color: #c2c2c2;
    font-size: 15px;
    line-height: 25px;
}

.footer-menu li a span {
    margin-left: 0.5em;
}

.footer-text p span {
    font-size: 18px;
    color: #c2c2c2;
}

.footer-menu li a {
    color: #c2c2c2;
    font-size: 15px;
    line-height: 25px;
    margin-right: 0.5em;
}

.footer-bottom-linked-img a img {
    width: 44px;
    margin-left: 0.5em;
}

.footer-bottom {
    text-align: center;
}

.b-footer {
    border-top: 1px solid #5e5e5e;
    padding-top: 1em;
    width: 100%;
}

.center {
    text-align: center !important;
}

/*FOOTER CSS ENDS HERE*/
/*ABOUT SIDEBAR MENU CSS STARTS HERE*/

.about-sidebar ul {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-right: 2em;
    box-sizing: border-box;
    background: #f8f7f5;
    margin: 0;
}

.about-sidebar ul li a {
    color: #ff7000;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 13px;
    color: #333;
    padding:10px 20px 8px 25px;
    border-bottom: 1px solid #c3bcae;
}

.about-sidebar ul li a:before {
    content: "";
    display: none;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-left-color: #ff7000;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 17px;
}

.breadcumb {
    font-size: 12px;
    line-height: 2em;
    padding: 8px 0;
    padding: 40px 0 25px 0;
    color: #333;
}

.breadcumb ul li a {
    color: #333;
}

.page-active {
    color: #c2c2c2 !important;
}

.breadcumb ul li a span {

    margin: 0 5px;
    font-size: 6px;
    color: #333;
}

.breadcumb ul {
    display: flex;
}

.about-page-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0.67em;
    text-align: center;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-left: 120px;
}

.content-about {
    padding-left: 120px;
}

.inner-pages h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 1.75em;
    margin-bottom: 0.25em;
    font-weight: 700 !important;

}

.inner-pages p {
    margin-bottom: 1.5em;
}

.inner-pages h4 {
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 32px;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.inner-pages a {
    color: #cd2653;
}

.inner-pages .quote {
    margin: 3em 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ff7000;
}

section.newsletter {
    background: #f8f7f5;
}

/*ABOUT SIDEBAR MENU CSS ENDS HERE*/

.social {
    line-height: 0;
}

.top-left {
    line-height: 0;
}

section.expertise {
    padding: 80px 0px 0;
}

.footer .row:not(.b-footer) {
    padding-bottom: 40px;
}

section.expertise {
    padding: 80px 0px 0;
    position: relative;
    overflow: hidden;
}

section.expertise:before {
    content: '';
    background-image: url(https://vikramshilafoundation.org/staging/wp-content/uploads/2022/02/sdad.png);
    position: absolute;
    right: -370px;
    top: 60px;
    width: 620px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top right;
    transform: rotate(-90deg);
    filter: grayscale(1);
    opacity: 0.02;
}

section.expertise:after {
    content: '';
    background-image: url(https://vikramshilafoundation.org/staging/wp-content/uploads/2022/02/sdad.png);
    position: absolute;
    left: -360px;
    top: 60px;
    width: 620px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top right;
    transform: rotate(90deg);
    filter: grayscale(1);
    opacity: 0.02;
}

.newsletter-form input {
    border-radius: 0;
    border: solid 1px #ddd;
}

.newsletter-form input.submit-btn {
    background-color: #ff7000;
    border-radius: 0;
    box-shadow: inherit;
}

.menu-top {
    display: flex;
    align-items: center;
}

/* our expertise css */
.health-banner {
    background-image: url(https://vikramshilafoundation.org/staging/wp-content/uploads/2022/02/h-bn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.banner-icon i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    left: 0;
    bottom: calc(145% + 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.banner-icon {
    position: relative;
}

.banner-icon p {
    position: absolute;
    bottom: 5px;
    left: 62px;
    background-color: #de1f21;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    margin: 0;
    line-height: 15px;
}

.health-banner .banner-text {
    margin-top: 50px;
}

.inner-page-template {
    margin-top: 20px;
}

.person-sidebar {
    padding: 35px;
    font-size: 15px;
    background: #f8f7f5;
}

.person-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 1em;
}

.person-info ul {
    display: flex;
    align-items: center;
}

.person-info ul li.img img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

.person-info ul li.info-text {
    font-weight: 400;
    text-transform: none;
    font-family: Maitree, Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin-bottom: 12px;
    padding-top: 15px;
}

.person-info ul li.info-text a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
}

.person-info ul li.info-text a:hover {
    color: #de1f21;
}

.inner-page-template h2 {
    font-size: 22px;
    line-height: 36px;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    display: block;
}

.breadcumbTwo {
    font-size: 12px;
    line-height: 2em;
    padding: 8px 0;
    padding: 40px 0 25px 0;
    color: #333;
}

section.breadcumbTwo {
    padding: 10px 0;
}

.breadcumbTwo ul {
    display: flex;
}

.breadcumbTwo ul li a span {
    margin: 0 5px;
    font-size: 6px;
    color: #333;
}

.pl-120 {
    padding-left: 120px;
}

.content {
    padding: 40px 0;
}

.inner-page-template p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 1.5em;
}

.inner-page-template a {
    font-size: 20px;
    line-height: 32px;
}

.inner-page-template h4 {
    margin-top: 1.75em;
    margin-bottom: 0.25em;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}

.news h2,
.inner-page-template h2 {
    font-size: 22px;
    line-height: 36px;
    font-family: Clan, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    display: block;
}

.content ul {
    padding-left: 29px;
    list-style: disc;
}

.content ul ul {
    list-style: circle;
}

.caption-text {
    text-align: left;
    display: block;
    font-size: 16px;
    color: #a39e96;
    margin-top: 0;
}

.card ul {
    list-style: none;
    padding: 0;
}

.center {
    text-align: center !important;
}

.content .nav-tabs .nav-link {
    background: #eee;
    color: #000;
    border: 2px solid #333;
    font-weight: 300;
    height: 90px;
    line-height: 70px;
    border-radius: inherit;
    margin-right: 10px;
    position: relative;
}

.content .nav-tabs .nav-link.active {
    background: #333;
    color: #fff;
    position: relative;
    transition: 0.5s;
}

.content .nav-tabs .nav-link.active::after {
    display: none;
}

.content .nav-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    bottom: -11px;
    left: 45%;
    display: block;
}

.content .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: none;
}

.content .nav-tabs {
    border-bottom: inherit;
}

.content .card {
    border: navajowhite;
}

.bg {
    background-color: #f8f7f5 !important;
}

.white-bg {
    background-color: #fff !important;
}

.pub .news-content {
    background: #f8f7f5;
}

section.inner-subscriber {
    background: #f8f7f5;
}

.counter-inner .count-content {
    padding: 0;
}

.count-content br {
    display: none;
}

.person-info ul {
    padding: 0;
    list-style: none;
}

.person-sidebar h4 {
    margin: 0;
}



body .icon-with-text ul li a img {
    height: inherit;
}
body .icon-with-text ul li:hover a img {
    filter: brightness(30.5) invert(1);
}
	
.news-category {
    font-family: Clan,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    background: #ed0212;
    margin-bottom: 5px;
    color: #fff;
    line-height: 15px;
    padding: 3px 8px;
    z-index: 1;
}
.date{
    color: #c2c2c2;
}
.content blockquote p{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #ed0212;
    margin: 3em 0;
}
.content h1 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 58px;
}
.mt-25{
    margin-top: 25px;
}

.news-text {
    overflow: hidden;
}


.formContact span.wpcf7-form-control-wrap input {
display: block; 
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 27.5px !important;
    border: 1px solid #ececec; 
    transition: all 500ms ease;
    margin-bottom: 25px;
    }
.formContact span.wpcf7-form-control-wrap.your-message textarea {
    border: 1px solid #ececec; 
    width: 100%;
    height: 150px;
    resize: none;
    padding: 12px 25px;
    color: #848484;
    border-radius: 27.5px;
    margin-bottom: 25px;
}
.formContact input.wpcf7-form-control.wpcf7-submit{
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #23225E;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #23225E;
}
.wpcf7 .ajax-loader {
    display: block;
}
.formContact .text-center {
    text-align: left!important;
}
.contact-detail.title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail.contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail.contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail.title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail.title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail.contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail.contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail.contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail.contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact-detail .title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .title h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list {
    position: relative;
    z-index: 9;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
   
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #23225E;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail ul.social-icon-three li {
    display: inline-block;
    margin-right: 15px;
}

.contact-detail ul.social-icon-three li a {
    font-size: 40px;
    color: #ddd;
    font-weight:700;
}
.contact-detail ul.social-icon-three li a:hover{
    color:#23225E;
}
.formContact h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.formContact h1:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.formContact h1:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #23225E;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
section.contact {
    padding: 40px 0;
}
textarea {
    width: 100%;
    height: 120px;
}
.formContact input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 30px;
    font-size: 13px;
    margin-top: 1em;
    background: #ff671a;
    border: none;
}
.contact-detail .contact-info-list li span {
    color: #d53b38;
}
.formContact span.wpcf7-form-control-wrap input {
    height: 40px;
}
section.contact {
    font-family: "Poppins";
}
li.what-we-do ul {
    width: 400px;
    background-color: #f8f7f5;
    overflow-y: scroll;
}
li.what-we-do .topic-block {
    padding: 0px 10px 0px 70px;
    border: inherit;
    margin-bottom: 0;
    background: inherit;
}
li.what-we-do .topic-title {
    font-size: 13px;
}
li.what-we-do .topic-icon {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
}


   li.what-we-do .topic-icon {
    background: #fff;
    border-radius: 120px;
}

li.what-we-do ul {
    width: 420px;
    left: -80px;
}
.menu-top ul li.what-we-do ul a {
    padding-left: 20px;
}
li.what-we-do .topic-icon {
    left: 20px;
} 
li.what-we-do ul {
    height: 500px;
}
.menu-top ul ul li {
    height: auto;
}

section.expertise .topic-icon {
    top: 20px;
}
section.expertise .topic-icon i {
    color: #000;
}
.topic-block:hover .topic-icon i {
    color: #ff730a;
}
@media (max-width:991px){
	body .mobmenul-container {
    top: 12px;
    margin-left: 9px;
    margin-top: 2px;
    height: 58px;
    float: inherit;
    right: 10px;
}
body {
    padding-top: 77px !important;
}
body .mob-menu-header-holder {
    position: fixed;
}
body .mob-menu-header-holder {
    position: fixed;
    width: 62px;
    top: 9px;
    right: 10px;
    background: transparent;
}
body .mob-menu-header-holder span.left-menu-icon-text {
    display: none;
}
	.menu-top {
    display: none;
}
	body .mobmenul-container i {
    color: #000000;
}
.top-header {
    display: none;
}	
	body .mobmenu-left-panel {
    background: #eee !important;
}
	body #mobmenuleft li a {
		font-size: 14px;
    color: #000;
}
	body .mobmenu-left-panel .mob-cancel-button {
    color: #333;
}
	.mobmenu-content #mobmenuleft > li > a:hover {
    background-color: #ddd !important;
    color: #333;
}
	.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
    background-color: #000000 !important;
}
	.mobmenu-content #mobmenuleft .sub-menu a img {
    display: none;
}
	body .mobmenu-content li a {
    padding: 8px 20px;
}
	body .mobmenu-content li > .sub-menu li {
    padding-left: 10px;
}
	header.header {
    box-shadow: inherit;
    background: white;
    height: 75px;
}
	.show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
    color: #000 !important;
}
	body .mobmenu-content #mobmenuleft .sub-menu {
    background-color: #ddd;
}
	body .mobmenu-content #mobmenuleft .sub-menu li a {
    color: #000;
}
}

@media (max-width:767px) {
    body {
        padding-top: 110px;
    }

    .logo {
        width: 150px;
        height: 85px;
        padding: 10px;
    }

    .banner-text {
        margin-top: 30px;
        background: #00000082;
        padding: 20px;
        width: inherit;
    }

    .top-left li a {
        font-size: 11px !important;
    }

    .banner-heading {
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
    }

    .social {
        display: none;
    }

    .top-header {
        padding: 5px 0px;
    }

    .menu-top ul li {
        height: 70px;
    }

    .banner-list-block {
        right: 9px;
        display: none;
    }

    section.expertise {
        padding: 40px 0px 0;
    }

    .block-heading {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 1em;
    }

    .topic-icon {
        top: 10px;
    }

    .topic-block {
        padding: 20px 10px 20px 110px;
    }

    .topic-title {
        font-size: 15px;
    }

    .b-padding {
        padding: 40px 0;
    }

    .wwd-content {
        padding: 20px;
    }

    .wwd-img {
        position: inherit;
        bottom: 0;
        left: 0;
    }

    .wwo-tab .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .wwo-tab .card-body {
        padding: 20px;
    }

    .heading {
        font-size: 20px;
        line-height: 26px;
    }

    .wwd-content p,
    .custom-tab-content p {
        font-size: 16px;
    }

    .mt-15 {
        margin-top: 0;
    }

    .more-link {
        font-size: 15px;
        margin-bottom: 1em;
    }

    .tab-img {
        padding-left: 0;
    }

    .number {
        display: block;
        font-size: 50px;
        line-height: 50px;
    }

    .number-type {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .count-content {
        padding: 20px 0;
    }

    .news h2 {
        text-align: center;
    }

    .newsletter-text p {
        font-size: 15px;
        line-height: 25px;
    }

    input.submit-btn {
        padding: 0 10px;
    }

    .newsletter-form input {
        height: 35px;
    }

    .term {
        font-size: 14px;
    }

    .footer {
        padding: 40px 0px 20px;
    }

    .footer-title {
        margin: 1em 0;
        font-size: 20px;
    }

    .footer-text p span {
        font-size: 14px;
    }

    .row.b-footer {
        margin: 0;
    }

    .about-page-title {
        font-size: 30px;
        line-height: 18px;
        margin-bottom: 0;
        padding: 30px 0 0;
    }

    .content-about {
        padding: 20px;
    }

    .inner-pages p {
        font-size: 16px;
    }

    .inner-pages h2 {
        font-size: 20px;
        line-height: 36px;
        margin: 0 0 1em 0;
    }

    .health-banner {
        padding-top: 20px;
    }

    .inner-page-template h2 {
        margin: 1em 0;
        font-size: 17px;
        line-height: 25px
    }
.inner-page-template h4 {
    font-size: 15px;
	}
    .pl-120 {
        padding: 0;
    }

    .content {
        padding: 20px 0;
    }

    .inner-tabs .vc_tta-panel-body {
        padding: 20px !important;
    }

    .inner-tabs .vc_tta.vc_general .vc_tta-panel-title>a {
        background: #000 !important;
        color: #fff !important;
        padding: 10px 10px !important;
        font-size: 16px;
    }

    .inner-page-template p {
        font-size: 15px;
    }

    .inner-tabs .vc_tta-panel-body {
        padding: 20px !important;
    }
	.menu-top {
    display: none;
}
.top-header {
    display: none;
}	
header.header {
    box-shadow: inherit;
    background: white;
    height: 75px;
}
	body {
    padding-top: 80px;
}
	body .mobmenul-container {
    top: 12px;
    margin-left: 9px;
    margin-top: 2px;
    height: 58px;
    float: inherit;
    right: 10px;
}
body {
    padding-top: 77px !important;
}
body .mob-menu-header-holder {
    position: fixed;
}
body .mob-menu-header-holder {
    position: fixed;
    width: 62px;
    top: 9px;
    right: 10px;
    background: transparent;
}
body .mob-menu-header-holder span.left-menu-icon-text {
    display: none;
}
body #rmp-container-203 {
    max-width: 70%;
}	
	
body .mobmenul-container i {
    color: #000000;
}	
	.news-text p {
    font-size: 14px;
}
.news-text {
    padding: 20px 10px;
    height: 200px;
    overflow: hidden;
}
.footer .row:not(.b-footer) {
    padding-bottom: 0;
}
.banner-text {
    margin-top: 0;
    background: transparent;
    padding: 20px;
    width: inherit;
}	
.banner-heading {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}
.banner-text p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
}	
	
.banner-heading {
    border-bottom: solid #ff7000 0px;
}	

	.banner {
    position: relative;
    height: 300px;
}
	.banner-text p {
    font-size: 14px;
		line-height: 26px;
    margin: 0;
}
	.banner-text {
  margin-top: 40px;
    background: transparent;
    padding: 0;
}
	body .mobmenu-left-panel {
    background: #eee !important;
}
	body .mobmenu-left-panel .mob-cancel-button {
    color: #333;
}

	body .mobmenu-content li > .sub-menu li {
    padding-left: 10px;
}
	body .mobmenu-content #mobmenuleft .sub-menu {
    background-color: #383838;
}
body #mobmenuleft .mob-expand-submenu, body #mobmenuleft > .widgettitle, body #mobmenuleft li a, body #mobmenuleft li a:visited, body #mobmenuleft .mobmenu-content h2, body #mobmenuleft .mobmenu-content h3, body .mobmenu-left-panel .mobmenu-display-name, body .mobmenu-content body .mobmenu-tabs-header li {
    font-size: 14px;
    line-height: inherit;
    letter-spacing: inherit;
}
	body .mobmenu-content li a {
    padding: 8px 20px;
}
	body .mobmenu-content #mobmenuleft > li > a:hover {
    background-color: transparent;
}
	body #mobmenuleft li a {
    color: #000;
}
body #mobmenuleft li a:visited, body .mobmenu-content h2, body .mobmenu-content h3 {
    color: #000 !important;
}
.show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
    color: #000 !important;
}
	.mobmenu-content #mobmenuleft .sub-menu a img {
    display: none;
}
	body .mobmenu-content #mobmenuleft .sub-menu {
    background-color: #ddd;
}
body .mobmenu-content #mobmenuleft .sub-menu li a {
    color: #000;
}
	body #mobmenuleft li:hover a, body #mobmenuleft li:hover i {
    color: #000;
}
	body .mobmenu-content #mobmenuleft li:hover, body .mobmenu-content #mobmenuright li:hover {
    background-color: transparent;
}
.wwo-tab .nav-link {
    padding: 10px;
    font-size: 12px;
}	
	section.inner-page-template {
    padding: 0 10px;
}
.banner-text {
    margin-top: 20px;
   
}
	body{
		font-size:15px;
	}
	.inner-page-template a {
    font-size: 13px;
}
	.pl-120 {
    padding: 0 10px;
}
	.number-description {
		font-size: 13px;
	}
	.number {
    font-size: 40px;
}
	.number-type {
		font-size: 13px;
	}
	.inner-tabs .vc_tta-panel-body {
    padding: 10px !important;
}
	.footer-title {
    margin: 1em 0 0;
    font-size: 18px;
}
	.person-info ul li.info-text {
    overflow: hidden;
    text-overflow: ellipsis;
}
	.formContact span.wpcf7-form-control-wrap input {
    height: 30px;
}
	.formContact input.wpcf7-form-control.wpcf7-submit {
		padding: 5px 10px;
	}
	.contact-detail {
    padding-top: 40px;
}
	.contact-detail .title h4 {
    font-size: 20px;
}
	.contact-detail h4 {
    margin-bottom: 10px !important;
}
.contact-detail .text {
    margin-bottom: 15px;
}
	ul.social-icon-three {
    text-align: center;
}
	.contact-detail ul.social-icon-three li a {
		font-size: 25px;
	}
	body .formContact label {
    margin: 0;
    font-size: 14px;
}
	.formContact span.wpcf7-form-control-wrap input{
	margin-bottom: 10px;
	}
	.inner-pages .quote {
		margin: 1em 0;
	}
	.about-page-title {
		line-height: 30px;
	}
}
@media (max-width: 480px){
.wwo-tab .nav-link {
    padding: 2px;
    font-size: 8px;
}
	
	}
body .icon-with-sub ul a {
    display: flex !important;
    align-items: center;
    align-self: center;
    padding-left: 60px !important;
}
body .icon-with-sub ul i {
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-40%);
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 42px !important;
    position: absolute !important;
}

.about-sidebar ul a {
    display: flex !important;
    align-items: center;
    align-self: center;
    padding-left: 60px !important;
}
.about-sidebar ul i {
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-40%);
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 42px !important;
    position: absolute !important;
}
.about-sidebar {
    margin-bottom: 40px;
}

.inner-page-template h4 {
    font-family: 'ClanOT';
}
.about-sidebar ul li a { 
    font-family: 'ClanOT-Book';
}
.menu-top ul li a i {
    left: 0;
}




/***** Css by developer ****/

.id-card-form {
    padding: 6% 0;
}
.id-card-form form#acf-form {
    background: #fdf9f9;
    padding: 20px;
    border-radius: 15px;
}
a.acf-button.button {
    font-family: 'ClanOT';
    color: #FFF;
    font-size: 12px;
    padding: 5px 20px;
    line-height: normal;
    background: #ff7000;
}
.id-card-form form#acf-form input {
    border: solid 1px #CCC;
    padding: 18px 12px;
}
.acf-form-submit input[type="submit"] {
    margin-left: 11px;
    padding: 10px 25px !important;
    color: #FFF;
    background: #ff7000;
}
.id-card-form h3 {
    font-family: 'ClanOT';
    text-align: center;
    margin-bottom: 20px;
}
table {
    width: 750px;
    border-collapse: collapse;
    margin: 0 auto;
}
.id-card-data {
    padding: 6% 0 0;
}
.id-card-data h3 {
    font-family: 'ClanOT';
    text-align: center;
    margin-bottom: 20px;
}
.id-card-data tbody tr td img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: solid 1px #fcb685;
    border-radius: 100%;
}
.green-msg {
    color: green;
    margin-bottom: 12px;
}
.img-profile img {
    height: 260px;
    width: 260px;
    object-fit: cover;
    border-radius: 100%;
}



/******* Id Card Style Here *****/


	.main-pdf {
    text-align: center;
}
.main-pdf .wrapper {
    width: 850px;
    max-width: 100%;
    display: inline-block;
    border: solid 1px #ddd;
}
img{max-width: 100%}

.profile-area {
    width: 290px;
    max-width: 100%;
    height: 290px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    border: solid 2px #60d143;
    padding: 10px;
}
.img-profile {
    background: #60d143;
    border-radius: 100%;
    display: inline-block;
    margin: auto;
    height: 260px;
}
.foot-area-img {
    line-height: 0;
}





/********/




/* Print Button */
.print-page {
    display:inline-block;
    margin-bottom: 15px;
    padding:10px 25px;
    line-height:1em;
    background-color: #ff7000;
    color: #f9f9f9;
    font-size: 18px;
    font-family:"Lucida Grande", 'LucidaSansRegular', Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1.2px #555555;
    -moz-box-shadow: 1px 1px 1.2px #555555;
    -webkit-box-shadow: 1px 1px 1.2px #555555;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -0-transition: all 0.5s ease 0s;
}
.print-page:hover {
    background-color: #d9534f;
    color: #f9f9f9;
    text-decoration:none;
}
.print-page {
    margin: 20px 0;
}






/*****/



/* Print Style Sheet */
@media print {
    body { background:white; color:black; margin:0; }
    header { display:none; }
    .content { display:block; }
    .comments { display:none; }
    .sidebar { display:none; }
    footer { display:none; }
    .print-page { display:none; }
}


.hm-slider-v2 .vc_item{
    height:auto!important;
}

.hm-slider-v2 .vc_item img{
    object-fit:contain;
    height:auto;
}