@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-size: 20px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}
ul {
    list-style: none;
    padding-left: 0px;
}
a {
    text-decoration: none;
}
section {
    padding: 120px 0px;
    position: relative;
}
h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 49px;
    color: #162346;
}
.same-title {
    font-size: 55px;
    font-weight: 800;
    line-height: 67px;
    color: #162346;
}
p {
    line-height: 35px;
}
.js-cont {
    position: relative;
    width: 100%;
    height: 100%;
}
.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}
main {
    background: #fff;
    z-index: 9;
    position: relative;
}
.bg-white {
    background: #fff;
}
.btn {
    border: 1px solid #162346;
    padding: 18px 36px;
    background-size: 300%;
    transition: all 1s;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.black {
    color: black;
    background-image: linear-gradient(90deg, white 50%, #162346 50%);
}
.btn:hover {
    color: #fff;
    background-position: 100%;
    transition: all 1s;
}

.btn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

/* ====================== [ 03 Start Preloader ] ====================== */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 400px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}
.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}
#preloader:after, #preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50vh;
    width: 100%;
    background: #162346;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
    top: 0;
}
#preloader:after {
    bottom: 0;
}
#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.loading-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loading-text.isdone {
    top: 40%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 08 Start Menu & Navbar ] ====================== */
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topnav .container-fluid {
    padding: 0 50px;
}
.topnav .logo {
    width: 180px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
}
.topnav .menu-icon:hover .text .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.topnav .menu-icon .text:after {
    content: 'close';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.topnav .menu-icon .text .word {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.topnav .menu-icon .icon {
    display: table-cell;
}
.topnav .menu-icon .icon i {
    display: block;
    width: 36px;
    height: 2px;
    background: #666666;
    margin: 9px 0;
    transition: 0.4s;
}
.topnav.nav-scroll .menu-icon .icon i {
    width: 30px;
    height: 2px;
    margin: 7px 0;
}
.topnav.nav-scroll .menu-icon .active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -5px);
}
.topnav.dark .menu-icon {
    color: #000;
}
.topnav.dark .menu-icon .icon i {
    background: #000;
}
.topnav.dark.navlit .menu-icon {
    color: #fff;
}
.topnav.dark.navlit .menu-icon .icon i {
    background: #fff;
}
.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 8px);
}
.active .bar2 {
    opacity: 0;
}
.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.topnav.menu-open .menu-icon .icon i {
    background: #fff;
}
.topnav .logo img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.topnav.menu-open .logo img {
    filter:invert(1)
}
.nav-scroll {
    background: #fff;
    padding: 10px 0;
}
.topnav.nav-scroll .menu-icon .icon i {
    background: #000;
}
.topnav.nav-scroll .logo {
    width: 120px;
}
.topnav.nav-scroll .logo img {
    filter: invert(0);
    margin-top: 3px;
}
.hamenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #162346;
    padding: 120px 30px 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 99999;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0.55, 0.5);
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0.55, 0.5);
    transition: all 0.2s cubic-bezier(0.5, 0, 0.55, 0.5);
}
.hamenu.open .menu-links .main-menu > li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    font-size: 24px;
    color: #CCCCCC;
    line-height: 60px;
}
.hamenu.open .menu-links .main-menu > li.active .link {
    color: #ffffff;
    font-weight: bold;
}

.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hamenu .cont-info .item p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 34px;
    color: #CCCCCC;
}
.hamenu .cont-info .item p a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #CCCCCC;
    border-bottom: none;
}
.hamenu .cont-info .item p a:hover {
    border-bottom: none;
}
.hamenu .cont-info .item .social-links {
    margin-top: 0;
}
.hamenu .cont-info .item .social-links li {
    padding-right: 38px;
}
.hamenu .cont-info .item .social-links li a {
    font-size: 32px;
    color: #ffffff;
    font-style: normal;
    line-height: 56px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hamenu .cont-info .item .social-links li a:hover {
    color: #ffffff;
}
.hamenu .menu-links {
    color: #000;
    margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
    display: inline-block;
}
.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2;
}
.hamenu .menu-links .main-menu.gosub > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
    -webkit-transform: translateY(45px) !important;
    -ms-transform: translateY(45px) !important;
    transform: translateY(45px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
    z-index: 3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
    font-size: 24px;
    text-align: right;
    visibility: visible;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    color: #CCCCCC;
    line-height: 60px;
}
.hamenu .menu-links .main-menu > li span.nm {
    opacity: .8;
    font-size: 11px;
    margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    cursor: pointer;
    opacity: 0;
}
.hamenu .menu-links .main-menu > li .link i {
    font-size: 15px;
    margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
    z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
    color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
}
.hamenu .cont-info {
    color: #fff;
    margin-top: 30px;
    position: relative;
}
.hamenu .cont-info:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -40px;
    top: -170px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.hamenu .cont-info .item {
    margin-bottom: 30px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.hamenu .cont-info .item:last-of-type {
    margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ====================== [ End Menu & Navbar ] ====================== */
.hamenu .cont-info .item h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
}
.hamenu.open .cont-info .item h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
}
.round-shape {
    border-bottom-left-radius: 1200px 210px;
    border-bottom-right-radius: 1200px 210px;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}
.owl-carousel .owl-item {
    padding: 2px;
}
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: end;
    overflow: hidden;
    height: 100vh;
}
.banner-bg h1 {
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
    color: #162346;
    margin-bottom: 50px;
}
.banner-bg p {
    font-size: 22px;
    line-height: 32px;
    position: relative;
}
.banner-bg .qoutes-bg::before {
    content: "\f10e";
    display: block;
    font-family: Fontawesome;
    font-size: 24px;
    color: #cccccc;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.banner-bg .qoutes-bg::after {
    content: "\f10d";
    display: block;
    font-family: Fontawesome;
    font-size: 24px;
    color: #cccccc;
    position: absolute;
    top: -30px;
    left: 2px;
}
.banner-bg .item span {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    font-style: italic;
}
.banner-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dr-kashyap-patel-bg img {
    position: absolute;
    top: 30px;
    width: 795px;
}
.mt-6 {
    margin-top: 5rem;
}
.about-main h3 {
    line-height: 49px;
    color: #162346;
    margin-bottom: 40px;
}
.about-main p {
    margin-bottom: 40px;
}
p a {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
p a:hover {
    color: #162346;
    border-bottom: 1px solid #162346;
}
.details p a, .bootom-footer p a {
    border-bottom: none;
}
.learn-more-link {
    border: 1px solid #162346;
    padding: 14px 35px;
    border-radius: 50px;
    color: #162346;
    font-size: 20px;
    font-weight: 500;
}
.learn-more-link:hover {
    color: #fff;
}
.learn-more-link a:hover {
    color: #fff;
}
.btn-1:hover {
    color: #fff;
}
.life-death-main {
    background-image: url(../images/life-death-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: #162346d9;
    z-index:999;
    padding: 120px 0px;
}
.life-death-main h3 {
    color: #fff;
    line-height: 50px;
    margin-bottom: 40px;
}
.life-death-main p {
    color: #fff;
    margin-bottom: 50px;
    width: 96%;
}
.order-btn {
    background: #fff;
    border: none;
}
.issues-main h2 {
    line-height: 67px;
    margin-bottom: 0px;
}
.same-all-cls h4 {
    font-size: 32px;
    font-weight: 400;
    color: #162346;
    line-height: 39px;
    margin-bottom: 40px;
}

.gray-bg {
    background: #EBEBEB;
    border-radius: 0px 20px;
    padding: 30px 28px;
    height: 222px;
    position: relative;
}
.flip-card, .flip-card-click {
    display: inline-block;
    background-color: transparent;
    width: 100%;
    height: 222px;
    border: none;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
    transform: rotateX(180deg);
}
.flip-card-inner:focus {
    outline: none;
    cursor: pointer;
}
.flip-card-inner:hover {
    outline: none;
    cursor: pointer;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    padding: 30px 28px;
    border-radius: 0px 20px;
}
.flip-card-front p, .flip-card-back p {
    padding: 0;
    color: #000;
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 30px;
}
.flip-card-front {
    background-color: #EBEBEB;
}
.flip-card-back {
    background-color: #162346;
    transform: rotateX(180deg);
}
.flip-card-back img, .flip-card-back p {
    filter: invert(1);
}
.flip-card-back p {
    font-weight: 500;
}
.issues-main a {
    color: #000;
}
.ps-6 {
    padding-left: 4rem;
}
.btn span{
    position:relative;
    z-index:5;
}
.btn:hover {
    color: #fff;
}
.btn {
    display:inline-block;
    vertical-align:top;
    border-radius:50px;
    text-decoration:none;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.btn-1:before {
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#162346;
    border-radius:50px;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
}
.btn-1:hover:before {
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
}
.blog-main.same-all-cls h4 {
    margin-bottom: 0px;
}
.blog-list {
    padding-top: 60px;
}
.blog-list .card {
    border: none;
    border-radius: 0;
    background: transparent;
}
.blog-list .card img {
    border-radius: 20px;
}
.blog-list .card .card-body {
    padding: 20px 0px 0px 0px;
}
.blog-list .card .card-body p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.blog-list .card .card-body span {
    font-size: 14px;
    color: #000;
}
.blog-list .card .card-body h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
}
.media-coverage-main {
    margin-bottom: 550px;
}
.social-media-main {
    background: #EDEEF3;
}
.footer-main {
    background: #162346;
    padding: 120px 0px;
    padding-bottom: 50px;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
}
.footer-fixed {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.footer-same-div {

}
.testimonial-main {
    background: #EDEEF3;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.footer-main img {
    margin-bottom: 41.5px;
}
.footer-main p {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.footer-main p a {
    color: #cccccc;
}
.footer-main .social-links li {
    padding-right: 30px;
}
.footer-main .social-links li a {
    color: #fff;
    font-size: 32px;
}
.pages-links ul li a {
    color: #cccccc;
    font-size: 16px;
    line-height: 40px;
}
.details {
    padding-bottom: 46.5px;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff20;
}
.bootom-footer p {
    font-size: 16px;
    margin-bottom: 0px;
}
.media-coverage-list {
    padding-top: 60px;
}
.team_list-item {
    padding-bottom: 50px;
}
.overlay-image img {
    filter: #000;
    -webkit-filter: grayscale(1);
    width: auto;
    height: 55px;
    transition: transform 0.8s;
}
.overlay-image img:hover {
    -webkit-filter: grayscale(0);
    transition: transform 0.8s;
}
.card_img_under_text_box_img {
    overflow: hidden;
    border-radius: 20px;
}
.card_img_under_text_box_img img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.8s ease-in-out;
    border-radius: 20px;
}
.card:hover .card_img_under_text_box_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-intro {
    text-align: center;
}
#home-testimonial-slider {
    min-height:500px;
    color:#000;
    overflow: visible !important;
    padding-top: 25px;
}
#home-testimonial-slider .cloud9-item {
    background-color: #fff;
    width: 500px;
    box-shadow: 0px 0px 40px #16234620;
    text-align: center;
    min-height: 415px;
    border-radius: 20px;
}

#home-testimonial-slider .cloud9-item .testimonial-info {
    padding:0 49px 25px;
}
#home-testimonial-slider .cloud9-item .testimonial-image {
    width:98px;
    height:98px;
    overflow: hidden;
    border-radius:100px;
    border:5px solid #fff;
    box-shadow: 3px 5px 22px #999;
    position: relative;
    margin:0 auto;
    bottom:45px;
}
#home-testimonial-slider .cloud9-item .testimonial-name {
    font-weight: 700;
    margin-bottom: 0;
    font-size:18px;
    line-height: 24px;
    margin-bottom: 8px;
}
#home-testimonial-slider .cloud9-item .testimonial-title {
    color:#666666;
    font-size:15px;
    line-height: 22px;
    margin-bottom: 40px;
    font-style: italic;
}
#home-testimonial-slider .cloud9-item .testimonial-content {
    font-style:italic;
    color:#000;
    font-size:20px;
    line-height: 30px;
    text-align: left;
}
.testimonial-controls {
    padding-top: 83px;
}
.testimonial-inner {
    margin:0 auto;
    text-align: center;
}
.testimonial-inner .radio {
    display: inline-block;
    cursor: pointer;
}
.testimonial-inner .radio:hover .inner {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
}
.testimonial-inner input {
    height: 1px;
    width: 1px;
    opacity: 0;
}
#firstControl:checked ~ .radio:nth-of-type(1) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#secondControl:checked ~ .radio:nth-of-type(2) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#thirdControl:checked ~ .radio:nth-of-type(3) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#firstControl:checked ~ .radio:nth-of-type(1) .outer {
    border: 1px solid transparent;
}
#secondControl:checked ~ .radio:nth-of-type(2) .outer {
    border: 1px solid transparent;
}
#thirdControl:checked ~ .radio:nth-of-type(3) .outer {
    border: 1px solid transparent;
}
#firstControl:focus ~ .radio:nth-of-type(1) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #fff;
}
#secondControl:focus ~ .radio:nth-of-type(2) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #162346;
}
#thirdControl:focus ~ .radio:nth-of-type(3) .outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #162346;
}
.testimonial-inner .radio .outer {
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin: 10px 0px 10px 5px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #fff;
}
.testimonial-inner .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 15px;
    width: 15px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: -1px;
    border-radius: 50%;
    background-color: #162346;
    opacity: 0;
}
.underline-hover-effect {
    display: inline-block;
    position: relative;
}

.underline-hover-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.25s ease-out;
}
.underline-hover-effect:hover::before {
    width: 100%;
}
.biography-banner {
    padding: 217px 0px;
}
.biography-banner.blank-banner-main {
    padding: 0px;
    padding-top: 120px;
    height: 350px;
}
.logo-white .topnav .logo img {
    filter: invert(1);
}
.logo-white .topnav .menu-icon .icon i {
    background: #fff;
}
.page-link-banner {
    position: absolute;
    bottom: -187px;
}
.blank-banner-main .page-link-banner {
    position: absolute;
    bottom: 0px;
}
.page-link-banner ul li {
    padding: 0px 25px;
    position: relative;
}
.page-link-banner ul li:first-child {
    padding-left: 0px;
}
.page-link-banner ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}
.page-link-banner ul li.active a {
    font-weight: 500;
}
.page-link-banner ul li::after {
    content: "\F138";
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -10px;
    top: 13px;
    display: block;
}
.page-link-banner ul li:last-child::after {
    display: none;
}
.grey-bg {
    background: #EEEEEE;
    padding: 40px;
    margin-bottom: 60px;
}
.grey-bg p {
    margin-bottom: 0px;
    font-weight: 500;
}
.blue-bg {
    background: #162346;
    padding: 66px 80px;
    border-radius: 20px;
}
.ask-bg {
    padding-bottom: 200px;
}
.blue-bg h3 {
    color: #fff;
    margin-bottom: 10px;
}
.blue-bg p {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
}
.logo-white .topnav.nav-scroll .logo img {
    filter: invert(1);
}
.logo-white .topnav.nav-scroll .menu-icon .icon i {
    background: #000;
}
.btn.ask-new-btn:hover {
    border-color: #fff;
}
.video-bg {
    margin-bottom: 60px;
}
.experiences-main .gray-bg {
    height: auto;
    padding: 44px 42px;
}
.experiences-main .gray-bg p {
    position: unset;
    font-size: 24px;
    line-height: 36px;
    font-family: 500;
}
.experiences-main h3 {
    margin-bottom: 60px;
}
.new-keynotes-main {
    padding-bottom: 120px;
}
.new-keynotes-main h3 {
    margin-bottom: 38px;
}
.new-keynotes-main p.tag-line {
    text-transform: uppercase;
}
input.form-control {
    height: 60px;
}
.form-control {
    background: #EDEEF3;
    border: none;
    border-radius: 10px;
    margin-bottom: 0px;
}
.form-control:focus {
    color: #162346;
    background-color: #EDEEF3;
    border-color: #EDEEF3;
    outline: 0;
    box-shadow: none;
}
.form-error {
    margin-bottom: 30px;
}
.error {
    color: red;
    margin-top: 5px;
    font-size: 16px;
}
.black.btn-submit {
    background-image: linear-gradient(90deg, #162346 50%, white 50%);
    color: #fff;
}
.black.btn-submit:hover {
    background-image: linear-gradient(90deg, #162346 50%, white 50%);
    color: #162346;
}
.audiences-main {
    overflow: hidden;
}
.audiences-main .blue-bg-new {
    background: #162346;
    border-radius: 0px;
    padding: 155px 70px 155px 190px;
}
.audiences-main .blue-bg-new h3 {
    color: #fff;
}
.audiences-main .blue-bg-new p {
    color: #fff;
}
.audiences-main .grey-bg-new {
    background: #EDEEF3;
    padding: 155px 190px 155px 70px;
}
.audiences-main h3 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
}
.testimonial-main h3 {
    color: #162346;
}
.ask-bg-bottom {
    padding-top: 120px;
}
.logo-white .topnav.menu-open .logo img {
    filter: invert(1);
}
.logo-white .topnav.nav-scroll .logo img {
    filter: invert(0);
}
.owl-nav {
    display: none;
}
.owl-carousel button.owl-dot span {
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin: 10px 10px 10px 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.owl-carousel button.owl-dot.active span {
    border: 1px solid #162346;
    background: #162346;
}
.banner-bg.biography-banner p::before {
    color: #fff;
}
.banner-bg.biography-banner p::after {
    color: #fff;
}
.responsive-map {
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:640px;
}
.responsive-map iframe {
    left:0;
    top:0;
    height:640px;
    width:100%;
    position:absolute;
}
.contact-main {
    padding-bottom: 150px;
}
.contact-main h4 {
    font-weight: bold;
}
/*.contact-main h5 {
    font-weight: 600;
}*/
.contact-main p a {
    border-bottom: none;
    color: #000;
}
.contact-main .social-links li a {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.contact-main .social-links li a.twiter-icon::before {
    content: "\f099";
    font-family: Fontawesome;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
}
.contact-main .social-links li a.facebook-icon::before {
    content: "\f09a";
    font-family: Fontawesome;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
}
.contact-main .social-links li a.linkedin-icon::before {
    content: "\f0e1";
    font-family: Fontawesome;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
}
.inquiry-main p {
    line-height: 30px;
}
.inquiry-main p a {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
.media-main {
    padding-bottom: 180px;
}
.youtube-icon {
    position: relative;
}
.youtube-icon::after {
    content: "\f16a";
    font-family: Fontawesome;
    font-size: 44px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.modal-dialog {
    max-width: 900px;
}
.btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: none;
    position: absolute;
    top: -22px;
    right: -22px;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    background-color: #162346;
    z-index: 1;
}
.btn-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.modal-body {
    padding: 0px;
}
.modal-content {
    border: none;
    background-color: transparent;
}
.owl-carousel.owl-drag .owl-item .item a {
    color: #000;
    font-weight: 500;
    /*    background: #e4e4e4;*/
    padding: 14px 22px;
    background-image: linear-gradient(90deg, #e4e4e4 50%, #162346 50%);
}
.owl-carousel.owl-drag .owl-item .item {
    padding: 5px;
}
.owl-carousel.owl-drag .owl-item .item .btn:hover {
    color: #fff;
}
.owl-carousel.owl-drag .owl-item .item a.underline-hover-effect::before {
    background-color: #000;
}
.speaking-main-bottom {
    padding-bottom: 150px;
}
ul.media-listing {
    padding-left: 20px;
}
.media-listing li {
    list-style: disc;
    padding: 6px 0px;
}
.media-listing li h5 {
    font-size: 20px;
}
.media-listing li h5 a {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
.media-listing li h5 a:hover {
    color: #162346;
    border-bottom: 1px solid #162346;
}
.media-listing li p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.media-list-links h3.same-title {
    font-size: 40px;
}
.photography-bg h3 {
    margin-bottom: 40px;
    line-height: 49px;
    color: #162346;
}
.value-based-main h3 {
    margin-bottom: 10px;
}
.value-based-main h4 {
    margin-bottom: 40px;
}
.value-based-main ul {
    list-style: disc;
    padding-left: 20px;
}
.value-based-main ul li {
    padding-bottom: 12px;
}
.value-based-main ul li a {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
.value-based-main ul li a:hover {
    color: #162346;
    border-bottom: 1px solid #162346;
}
.value-based-main .speaking-bottom h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
.value-based-main .speaking-bottom h4 {
    margin-bottom: 15px;
    font-weight: bold;
}
.value-based-main .speaking-bottom ul {
    width: 100%;
}
.value-based-main .speaking-bottom ul li:last-child {
    padding-bottom: 0px;
}
.value-based-main .btn.same-btn {
    line-height: 28px;
    text-align: left;
    padding-left: 85px;
}
.between-bool-btn .black {
    color: black;
    background-image: linear-gradient(90deg, white 50%, #ffffff 50%);
}
.between-bool-btn .btn:hover {
    color: #162346;
    background-image: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);
}
.between-bool-btn .btn-outline-primary {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    transition: all 1s;
    background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
}
.between-bool-btn .btn-outline-primary:hover {
    color: black;
    background-color: transparent;
    transition: all 1s;
    background-image: linear-gradient(90deg, white 50%, #fff 50%);
}
.value-based-main .btn img {
    width: 40px;
    filter: invert(1);
    transition: all 1s;
}
.value-based-main .btn:hover img {
    filter: invert(0);
    transition: all 1s;
}
.value-based-main .btn img {
    width: 40px;
    filter: invert(1);
    position: absolute;
    left: 30px;
    top: 25px;
}
.recognition-main .bg-blue {
    border-radius: 0px;
}
.recognition-main .blue-bg h4 {
    color: #fff;
    font-weight: bold;
}
.recognition-main .blue-bg ul li h5 {
    line-height: 30px;
}
.recognition-main .blue-bg ul {
    list-style: disc;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 0;
}
.recognition-main .blue-bg ul li {
    padding-bottom: 10px;
}
.recognition-main .blue-bg ul li:last-child {
    padding-bottom: 0px;
}
.recognition-main .blue-bg ul li h5 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.awards-recognition-main {
    padding-bottom: 180px;
}
.contact-main .social-links li {
    padding-bottom: 2px;
}
.contact-main p {
    line-height: 30px;
}
.about-main .issues-main p {
    width: 100%;
    padding-right: 50px;
}
.about-main .issues-main img {
    width: 50px;
}
.bottom-issues-main.issues-main .flip-card, .bottom-issues-main.issues-main .flip-card-click {
    height: 200px;
}
.bottom-issues-main {
    padding-bottom: 180px;
}
.common-main h3 {
    line-height: 49px;
    color: #162346;
}
.all-ask-bg h3 {
    color: #fff;
}
.action-block p {
    font-size: 20px;
    font-weight: 600;
}
.black.btn-outline-primary {
    color: #fff;
    background-image: linear-gradient(90deg, #162346 50%, #fff 50%);
    border: 1px solid #fff;
}
.black.btn-outline-primary:hover {
    color: #000;
}
.btn-sm {
    padding: 5px 30px;
    font-size: 16px;
}
.action-block.blue-bg {
    border-radius: 0px;
    padding: 14px 40px;
}
.blog-list ul li i {
    color: #162346;
    padding-right: 5px;
}
.recent-list span {
    color: #717171;
    font-size: 14px;
}
.recent-list h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #162346;
    margin-bottom: 0px;
}
.right-sidebar h4 {
    font-size: 32px;
    font-weight: 400;
    color: #162346;
    line-height: 39px;
    margin-bottom: 10px;
}
.section-title {
    line-height: 49px;
    color: #162346;
    margin-bottom: 40px;
    font-weight: bold;
}
.pagination-links strong {
    color: #fff;
    background: #162346;
    padding: 12px 18px;
    margin-right: 12px;
    font-size: 18px;
}
.pagination-links a {
    color: #162346;
    margin: 0px 12px;
    padding: 12px 18px;
    margin-left: 0;
}
.main-title-heading {
    font-size: 2rem;
    font-weight: 500;
}
.icon-arrows-slide {
    position: relative;
    width: 100px;
    height: 100px;
    background: #606062;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    display: flex;
}
.icon-arrows-slide::before {
    content: "";
    display: block;
    background-image: url(../images/carousel-left-arrow.svg);
    width: 29px;
    height: 12px;
    background-position: center;
    background-size: cover;
    margin: auto;
}
.single-nav-thumbnail {
    width: 100px;
}
.icon-arrows--right-slide::before {
    background-image: url(../images/carousel-right-arrow.svg);
}
.blog-detail-main h2 {
    font-size: 1.35rem;
}
.blog-detail-main h3 {
    font-size: 1.25rem;
}
.blog-detail-main h4 {
    font-size: 1.10rem;
}
.blog-detail-main h5 {
    font-size: 1rem;
}
.btn-tags {
    background-color: #d9d9d9;
    padding: 8px 12px;
    font-size: 12px;
    border: none;
}
.btn-tags:hover {
    color: #212529;
}
.hstack.tags-main {
    flex-wrap: wrap;
}


@media (max-width: 1666px) {
    .dr-kashyap-patel-bg img {
        width: 850px;
        top: 30px;
    }
    .custom-1 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .media-coverage-main {
        margin-bottom: 550px;
    }
    .audiences-main .grey-bg-new {
        padding: 155px 190px 155px 70px;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 600px) and (orientation: landscap) and (-webkit-min-device-pixel-ratio: 1.5) {
    .media-coverage-main {
        margin-bottom: -200px;
    }
}

@media (max-width: 1400px) {
    section {
        padding: 60px 0px;
    }
    .media-coverage-main {
        margin-bottom: 400px;
    }
    .media-main {
        padding-bottom: 120px;
    }
    .audiences-main .grey-bg-new {
        padding: 155px 190px 120px 70px;
    }
    .experiences-main .gray-bg {
        padding: 44px 26px;
    }
    .experiences-main .gray-bg p {
        font-size: 22px;
    }
    .same-title {
        font-size: 45px;
        line-height: 57px;
    }
    .same-all-cls h4 {
        font-size: 28px;
        line-height: 39px;
    }
    .dr-kashyap-patel-bg img {
        width: 900px;
        top: 30px;
    }
    .custom-1 h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .banner-bg p {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-bg .qoutes-bg::before {
        font-size: 18px;
    }
    .banner-bg .qoutes-bg::after {
        font-size: 18px;
        top: -25px;
    }
    .banner-bg span {
        font-size: 20px;
    }
    .hamenu .menu-links .main-menu > li {
        line-height: 50px;
    }
    .hamenu.open .menu-links .main-menu > li .link {
        line-height: 50px;
    }
    .gray-bg {
        padding: 25px 20px;
    }
    .gray-bg p {
        font-size: 16px;
    }
    .footer-main {
        padding-bottom: 30px;
    }
    .footer-same-div {
        bottom: 20px;
    }
    .details {
        padding-bottom: 6.5px;
    }
    .footer-main p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .audiences-main .blue-bg-new {
        padding: 155px 70px 120px 190px;
    }
    .flip-card, .flip-card-click {
        height: 220px;
    }
    .banner-bg h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 35px;
    }
    .banner-bg .first-title {
        margin-bottom: 20px;
    }
    .banner-bg .item span {
        font-size: 18px;
    }
    .footer-fixed {
        bottom: 10px;
    }
    .bottom-issues-main.issues-main .flip-card, .bottom-issues-main.issues-main .flip-card-click {
        height: 230px;
    }
}



@media (max-width: 1199px) {
    .audiences-main .blue-bg-new {
        padding: 40px;
    }
    .audiences-main .grey-bg-new {
        padding: 40px;
    }
    .new-keynotes-main h3 {
        margin-bottom: 18px;
    }
    h3 {
        font-size: 36px;
    }
    .same-title {
        font-size: 42px;
        line-height: 55px;
    }
    .same-all-cls h4 {
        font-size: 26px;
        line-height: 34px;
    }
    .custom-1 h1 {
        font-size: 44px;
        line-height: 54px;
    }
    .about-main {
        padding-bottom: 120px;
    }
    .media-coverage-main {
        margin-bottom: 500px;
    }
    .blog-list .card .card-body p {
        line-height: 22px;
    }
    .blog-list .card .card-body h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .flip-card-front img, .flip-card-back img {
        width: 60px;
    }
    .bottom-issues-main {
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .vertical-center {
        min-height: 55vh;
        height: 55vh;
    }
    .media-main {
        padding-bottom: 120px;
    }
    .dr-kashyap-patel-bg img {
        top: 30px;
        width: 750px;
    }
    .banner-bg h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .banner-bg .item span {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 80px 0px;
        position: relative;
    }
    .dr-kashyap-patel-bg img {
        width: 950px;
        top: 60px;
        left: 35%;
    }
    .banner-bg .owl-carousel .owl-item .item {
        width: 68%;
    }
    .banner-bg p {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-bg .item span {
        font-size: 20px;
    }
    .topnav .logo img {
        width: 100%;
    }
    p {
        font-size: 18px;
        line-height: 32px;
    }
    h3 {
        font-size: 34px;
    }
    .blue-bg {
        padding: 35px;
    }
    .blue-bg p {
        font-size: 20px;
    }
    .media-coverage-main {
        margin-bottom: 500px;
    }
    .audiences-main .blue-bg-new {
        padding: 40px;
    }
    .audiences-main .grey-bg-new {
        padding: 32px;
    }
    .audiences-main .grey-bg-new p {
        margin-bottom: 0;
    }
    .experiences-main .gray-bg p {
        font-size: 20px;
    }
    .experiences-main .gray-bg {
        padding: 40px 20px;
    }
    .same-title {
        font-size: 40px;
        line-height: 34px;
    }
    .same-all-cls h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .book-kashyap-main.same-all-cls h4 {
        margin-bottom: 65px;
    }
    .issues-main-details {
        margin-bottom: 50px;
    }
    .blog-list .card {
        margin-bottom: 30px;
    }
    .dr-kashyap-patel-bg img {
        width: 950px;
        top: 60px;
        left: 35%;
    }
    .modal-dialog {
        max-width: 700px;
    }
    .blog-list .card .card-body h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .media-list-links h3.same-title {
        font-size: 38px;
    }
    .value-based-main .btn {
        margin: 5px 0px;
    }
}

@media (max-width: 767px) {
    section {
        padding: 60px 0px;
    }
    h3 {
        font-size: 26px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .topnav .logo {
        width: 230px;
    }
    .hamenu {
        padding: 80px 0px 30px;
    }
    .topnav.nav-scroll .logo {
        width: 210px;
    }
    .overlay-image img {
        height: 45px;
    }
    .owl-carousel .owl-stage-outer {
        width: 70%;
    }
    .custom-1 h1 {
        font-size: 34px;
        line-height: 46px;
    }
    .vertical-center {
        min-height: 630px;
        height: 80vh;
    }
    .dr-kashyap-patel-bg img {
        width: 500px;
        left: 43%;
        top: 90px;
    }
    .owl-carousel button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 10px 7px 10px 5px;
    }
    .banner-bg h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .same-title {
        font-size: 32px;
    }
    .issues-main h2 {
        line-height: 34px;
    }
    .about-main h3 {
        line-height: 29px;
        margin-bottom: 20px;
    }
    .topnav .logo img {
        width: 100%;
    }
    .main-menu-list {
        order: 1;
    }
    .main-details {
        order: 2;
    }
    .hamenu.open .cont-info .item h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .hamenu .cont-info .item p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .hamenu .cont-info .item {
        margin-bottom: 10px;
    }
    .hamenu .cont-info .item .social-links li {
        padding-right: 18px;
    }
    .hamenu .cont-info .item .social-links li a {
        font-size: 22px;
        line-height: 26px;
    }
    .hamenu .menu-links .main-menu > li {
        font-size: 16px;
        line-height: 35px;
        text-align: left;
    }
    .hamenu.open .menu-links .main-menu > li .link {
        font-size: 18px;
        line-height: 35px;
    }
    #home-testimonial-slider .cloud9-item {
        width:350px;
    }
    .life-death-main img {
        width: 50% !important;
        margin-bottom: 35px;
    }
    .testimonial-controls {
        padding-bottom:0;
    }
    #home-testimonial-slider .cloud9-item .testimonial-info {
        padding: 0 30px 25px;
    }
    .testimonial-controls {
        margin-top:100px;
    }
    .grey-bg {
        padding: 25px;
    }
    .biography-banner {
        padding: 45px 0px;
    }
    .banner-bg p {
        font-size: 18px;
        line-height: 22px;
    }
    .banner-bg p.qoutes-bg::before, .banner-bg p.qoutes-bg::after {
        font-size: 18px;
    }
    .banner-bg span {
        font-size: 20px;
        line-height: 25px;
    }
    .blue-bg {
        padding: 35px;
    }
    .blue-bg p {
        font-size: 18px;
        line-height: 26px;
    }
    .ask-bottom {
        padding-top: 30px;
    }
    .media-coverage-main {
        margin-bottom: -40px;
    }
    .ask-bg {
        padding-bottom: 100px;
    }
    .life-death-main h3 {
        line-height: 34px;
        margin-bottom: 30px;
    }
    .ps-6 {
        padding-left: 1rem;
    }
    .blog-list .card .card-body h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .footer-main {
        position: relative;
        height: 100%;
        padding: 150px 0px;
        padding-bottom: 0px;
    }
    .footer-same-div {
        position: relative;
    }
    .blog-list .card .card-body {
        padding: 20px 0px 30px 0px;
    }
    .audiences-main .grey-bg-new {
        padding: 40px;
    }
    .audiences-main h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .experiences-main h3 {
        margin-bottom: 30px;
    }
    .same-all-cls h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .footer-fixed {
        position: relative;
        bottom: 0px;
    }
    .banner-bg .owl-carousel .owl-item .item {
        width: 72%;
    }
    .banner-bg .item span {
        font-size: 18px;
        line-height: 20px;
    }
    .footer-main img {
        width: 230px;
    }
    .blog-main.same-all-cls h4 {
        margin-bottom: 30px;
    }
    .flip-card-front, .flip-card-back {
        padding: 20px;
    }
    .flip-card-front p, .flip-card-back p {
        font-size: 16px;
    }
    .modal-dialog {
        max-width: 350px;
        margin: 0.5rem auto;
    }
    .media-list-links h3.same-title {
        font-size: 34px;
    }
    .recognition-main .blue-bg ul li h5 {
        line-height: 26px;
        font-size: 18px;
    }
    .inquiry-main p {
        line-height: 26px;
    }
    .btn-page {
        width: 100%;
    }
    .media-listing li h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .value-based-main ul li {
        padding-bottom: 6px;
        font-size: 16px;
    }
    .value-based-main .btn {
        font-size: 16px;
        margin: 5px 0px;
    }
    .page-link-banner ul li a {
        font-size: 15px;
    }
    .biography-banner.blank-banner-main {
        height: 250px;
    }
    .common-main h3 {
        line-height: 34px;
        margin-bottom: 20px;
    }
    .bottom-issues-main.issues-main .flip-card, .bottom-issues-main.issues-main .flip-card-click {
        height: 160px;
    }
    .flip-card-front img, .flip-card-back img {
        width: 55px;
    }
    .bottom-issues-main {
        padding-bottom: 100px;
    }
    .photography-bg h3 {
        line-height: 38px;
    }
    .right-sidebar {
        margin-top: 35px;
    }
}
