/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a > span {
    color: #475569;
}

#top nav > ul > li.current-menu-item > a > span {
    color: #061B3D;
}

#top nav > ul > li#menu-item-57 > a {
    background: #002045;
    padding: 12px 40px !important;
    border-radius: 50px;
    border: 1px solid #002045 !important;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}

#top nav > ul > li#menu-item-57 > a > span {
    color: #fff;
    transition: all 1s;
}

#top nav > ul > li#menu-item-57 > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0);
}

#top nav > ul > li#menu-item-57 > a:hover:before {
    transform: scale(7);
}

#top nav > ul > li#menu-item-57 > a:hover span {
    color: #002045;
}

/* header CSS end */

/* hero section CSS start */

#hero h1 {
    max-width: 600px;
}

#hero p {
    max-width: 530px;
}

#hero h6 {
    color: #fff;
    background: #061B3D;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
}

#entire-btn {
    background: #002045 !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    border: 1px solid #002045;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0);
}

#entire-btn:hover:before {
    transform: scale(10);
}

#entire-btn:hover {
    color: #002045;
    box-shadow: unset !important;
    transform: unset !important;
}

#entire-btn.transparent {
    background: #ffffff1c !important;
    backdrop-filter: blur(6px);
    border-color: #ffffff36;
    margin-left: 15px;
}

#entire-btn.transparent:before {
    background: #002045;
}

#entire-btn.transparent:hover {
    border-color: #002045;
    color: #fff;
}

/* hero section CSS end */

/* core section CSS start */

#core-inr .vc_column-inner {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.5s;
}

#core-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#core-inr .wpb_text_column {
    padding: 20px 15px;
}

#core-inr .hover-wrap {
    margin: unset;
}

#core-inr a {
    color: #061B3D;
    font-weight: 600;
}

h4 {
    color: #0F172A;
}

#core .nectar-split-heading p {
    max-width: 650px;
    text-align: center;
}

#core-inr img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

/* core section CSS end */

/* process section CSS start */

#process span.num {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Raleway';
    color: #fff;
}

#process .num-blk {
    background: #012045;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#process-inr .vc_column-inner {
    padding: 0px 40px;
}

/* process section CSS end */

/* smart section CSS start */

h5 {
    color: #061B3D;
}

#smart h5 {
    font-weight: 400;
}

ul {
    margin: unset;
}

ul li {
    list-style: none;
}

#smart ul li {
    padding-bottom: 15px;
    position: relative;
    color: #181C1E;
    padding-left: 30px;
}

#smart ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    color: #061B3D;
    border: 1px solid #061B3D;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 23px;
    top: 0;
    left: 0;
}

/* smart section CSS end */

/* global section CSS start */

#global h2, #global p, #global h5, #global h3 {
    color: #fff;
}

#inr-global .number, #inr-global .symbol {
    color: #fff;
    font-family: 'Raleway';
    font-size: 34px !important;
    line-height: 42px !important;
}

#inr-global .subject {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

#inr-global .vc_column-inner {
    background: #ffffff2e;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 0px 30px 20px;
    transition: all 0.5s;
}

#inr-global .vc_column-inner:hover {
    transform: scale(0.95);
}

#inr-global {
    padding-bottom: 20px;
}

#global-inr ul.stars {
    display: flex;
    justify-content: center;
    gap: 2px;
}

#global-inr ul.stars li i {
    color: #FFA600;
}

#global-inr .vc_column-inner {
    background: #ffffff2e;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 30px 40px;
}

#global-inr p {
    color: #CBD5E1;
}

#global h5 {
    font-weight: 400;
}

#global-inr h6 {
    color: #94A3B8;
    font-weight: 400;
}

#global .owl-nav {
    display: block;
}

#global .owl-nav button.owl-prev, #global .owl-nav button.owl-next {
    background: #ffffff42;
    border: 1px solid #ffffff5c;
    height: 40px;
    width: 40px;
    font-size: 24px;
    border-radius: 0px !important;
}

#global .row-bg {
    background-position: center !important;
}

/* global section CSS end */

/* contact section CSS start */

h2 {
    color: #002045;
}

p {
    color: #43474E;
}

#contact .contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

#contact .contact i {
    background: #061B3D;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

#contact .contact p, #contact .contact a {
    color: #43474E;
}

#contact .contact-form {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 50px 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#contact label {
    font-size: 16px;
    line-height: 24px;
    color: #43474E;
}

#contact input, #contact textarea, #contact select {
    background: #F1F4F6;
    padding: 15px 20px;
    color: #181C1E;
    font-size: 16px;
    line-height: 24px;
    border-radius: 32px;
    font-family: 'Raleway';
}

#contact input::placeholder, #contact textarea::placeholder {
    color: #6B7280;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Raleway';
}

#contact textarea {
    height: 130px;
}

#contact .btn {
    padding: unset;
}

#contact input.wpcf7-submit {
    background: #012045;
    width: 100%;
    border-radius: 50px !important;
    color: #fff;
    transition: all 0.5s;
    opacity: 1 !important;
    border: 1px solid #012045;
}

#contact input.wpcf7-submit:hover {
    transform: unset !important;
    box-shadow: unset !important;
    color: #012045;
    background: #fff;
}

/* contact section CSS end */

/* footer CSS start */

div#footer-outer {
    display: none;
}

#footer p, #footer ul li {
    font-size: 14px;
}

#footer p, #footer ul li a {
    color: #64748B;
}

#inr-footer a {
	color: #061B3D;
	font-weight: 600;
}

#footer ul li {
    padding-bottom: 10px;
}

#footer h5 {
    color: #1E3A8A;
}

#inr-footer .right-col {
	text-align: right;
}

#inr-footer {
    padding: 30px 0px;
}

/* footer CSS end */

/* legacy section CSS start */

#legacy .vc_column-inner {
    position: relative;
}

#legacy .nectar-milestone {
    position: absolute;
    bottom: -20px;
    background: #061B3D;
    padding: 15px 25px;
    border-radius: 10.7px;
    left: -10px;
}

#legacy .number, #legacy .symbol {
    font-family: 'Raleway';
    color: #fff;
    font-size: 50px !important;
    line-height: 58px !important;
}

#legacy .subject {
    font-family: 'Raleway';
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff;
}

#legacy img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

/* legacy section CSS end */

/* principle section CSS start */

#principle .type-blk {
    text-align: center;
}

#principle .type-blk p {
    max-width: 920px;
    display: inline-block;
}

#principle-inr .core {
    display: flex;
    align-items: center;
    gap: 15px;
}

#principle-inr .core img {
    margin: unset;
}

#principle-inr .vc_column-inner {
    background: #fff;
    border: 1px solid #C4C6CF;
    border-radius: 12px;
    padding: 30px 30px;
    transition: all 0.5s;
}

#principle-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

/* principle section CSS end */

/* carrier section CSS start */

#carrier ul li {
    color: #181C1E;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

#carrier ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    color: #061B3D;
    border: 1px solid #061B3D;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 23px;
    top: 0;
    left: 0;
}

#carrier ul li ul.inr-list {
    margin-top: 10px;
    padding: unset !important;
}

#carrier ul.inr-list li {
    padding-left: unset !important;
    list-style: disc;
}

#carrier ul.inr-list li:before {
    display: none;
    
}

#carrier #entire-btn {
    width: 100%;
    text-align: center;
}

#carrier #entire-btn:hover:before {
    transform: scale(22);
}

/* carrier section CSS end */

/* faq section CSS start */

#faq .toggle h3 a {
    font-size: 22px;
    line-height: 30px;
    color: #002045;
    font-weight: bold;
    padding: 15px 70px 15px 0px;
    font-family: 'Raleway';
}

#faq .toggle {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 0 30px;
	position: relative;
}

#faq .toggle.open {
    background: #002045;
}

#faq .toggle.open h3 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#faq .toggle.open p {
    color: #fff;
    padding-top: 20px; 
}

#faq .toggle p {
    font-size: 14px;
    line-height: 22px;
}

#faq .toggle.open:before {
    rotate: 180deg;
    top: 10%;
    color: #fff;
}

#faq .toggle:before {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 2%;
    top: 34%;
    rotate: 0deg;
    transition: all 0.5s;
    color: #002045;
    font-size: 30px;
}

#faq .toggle h3 a i {
    display: none !important;
}

/* faq section CSS end */


/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {

h1 {
    font-size: 42px !important;
    line-height: 50px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px;
}

h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}

h5 {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 32px !important;
    line-height: 40px !important;
}

#inr-global .subject {
    font-size: 16px !important;
    line-height: 24px !important;
}

.pad-row {
    padding: 80px 0px !important;
}	
	
.owl-dots {
    display: none !important;
}	
	
div#smart {
    padding: 25px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 180px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 45px !important;
    line-height: 53px !important;
}

#principle-inr .vc_column-inner {
    padding: 25px 25px !important;
}	
	
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {

h1 {
    font-size: 35px !important;
    line-height: 43px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}

h5 {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 25px !important;
    line-height: 33px !important;
}

#inr-global .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

.pad-row {
    padding: 60px 0px !important;
}

#top nav > ul > li > a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#top nav > ul > li#menu-item-57 > a {
    padding: 10px 30px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 30px !important;
}

#core-inr .wpb_text_column {
    padding: 15px 10px !important;
}

#core-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#process-inr .vc_column-inner {
    padding: 0px 20px !important;
}

ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}

#inr-global .vc_column-inner {
    padding: 0px 20px 15px !important;
}

div#inr-global {
    padding-bottom: unset !important;
}

#global .row-bg {
    background-position: center !important;
}

#contact .contact-form {
    padding: 30px 30px !important;
}

#contact input, #contact textarea, #contact select {
    padding: 12px 15px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

#footer p, #footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer {
    padding-top: 60px !important;
}

#inr-footer {
	padding: 25px 0px !important;
}
	
.owl-dots {
    display: none !important;
}	
	
div#smart {
    padding: 20px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 150px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 40px !important;
    line-height: 48px !important;
}

#principle-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 23px !important;
    line-height: 31px !important;
}

h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}

h5 {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-global .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

.pad-row {
    padding: 50px 0px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#top nav > ul > li#menu-item-57 > a {
    padding: 8px 25px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 25px !important;
}

#core-inr .wpb_text_column {
    padding: 10px 8px !important;
}

#core-inr p {
    font-size: 11px !important;
    line-height: 19px !important;
}

#process-inr .vc_column-inner {
    padding: 0px 0px !important;
}

ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .vc_column-inner {
    padding: 0px 20px 15px !important;
}

div#inr-global {
    padding-bottom: unset !important;
}

#global .row-bg {
    background-position: center !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea, #contact select {
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer p, #footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer {
    padding-top: 40px !important;
}

#inr-footer {
	padding: 20px 0px !important;
}

#hero h1 {
    max-width: 420px !important;
}

#hero p {
    max-width: 440px !important;
}

#process .num-blk {
    height: 40px !important;
    width: 40px !important;
}

#process span.num {
    font-size: 14px !important;
    line-height: 22px !important;
}

#global-inr .vc_column-inner {
    padding: 20px 30px !important;
}

.owl-dots {
    display: none !important;
}

#contact label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact .contact i {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
}

#contact .contact {
    gap: 15px !important;
}	
	
#contact textarea {
    height: 100px !important;
}	
	
div#smart {
    padding: 30px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 130px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#principle-inr .vc_column-inner {
    padding: 15px 15px !important;
}

#legacy .nectar-milestone {
    padding: 0px 10px 10px !important;
}

#principle-inr .core {
    gap: 10px  !important;
}	
	
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #002045 !important;
}

#top .slide-out-widget-area-toggle div {
    border: 1px solid #002045 !important;
    padding: 10px 10px !important;
    border-radius: 12px !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background: #002045 !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    opacity: 1 !important;
    font-size: 26px !important;
    line-height: 34px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left !important;
    padding: 10px 20px !important;
    margin-bottom: 15px !important;
}

#slide-out-widget-area-bg {
    background: #00204540 !important;
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 23px !important;
    line-height: 31px !important;
}

h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}

h5 {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-global .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

.pad-row {
    padding: 40px 0px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#top nav > ul > li#menu-item-57 > a {
    padding: 8px 25px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 25px !important;
}

#core-inr .wpb_text_column {
    padding: 10px 8px !important;
}

#core-inr p {
    font-size: 11px !important;
    line-height: 19px !important;
}

#process-inr .vc_column-inner {
    padding: 0px 0px !important;
}

ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .vc_column-inner {
    padding: 0px 20px 15px !important;
}

div#inr-global {
    padding-bottom: unset !important;
}

#global .row-bg {
    background-position: center !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea, #contact select {
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer p, #footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer {
    padding-top: 40px !important;
}

#inr-footer {
	padding: 20px 0px !important;
}

#hero h1 {
    max-width: 420px !important;
}

#hero p {
    max-width: 440px !important;
}

#process .num-blk {
    height: 40px !important;
    width: 40px !important;
}

#process span.num {
    font-size: 14px !important;
    line-height: 22px !important;
}

#global-inr .vc_column-inner {
    padding: 20px 30px !important;
}

.owl-dots {
    display: none !important;
}

#contact label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact .contact i {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
}

#contact .contact {
    gap: 15px !important;
}	
	
#contact textarea {
    height: 100px !important;
}	
	
div#smart {
    padding: 30px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 100px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#principle-inr .vc_column-inner {
    padding: 15px 15px !important;
}

#legacy .nectar-milestone {
    padding: 0px 10px 10px !important;
}

#principle-inr .core {
    gap: 10px  !important;
}	

#hero .row-bg, #inr-banner .row-bg {
    background-position: center !important;
}

#faq .toggle h3 a {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-footer .right-col {
    text-align: left !important;
}

#contact .contact-form .row {
    padding: unset !important;
}
	
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #002045 !important;
}

#top .slide-out-widget-area-toggle div {
    border: 1px solid #002045 !important;
    padding: 10px 10px !important;
    border-radius: 12px !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background: #002045 !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    opacity: 1 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left !important;
    padding: 8px 16px !important;
    margin-bottom: 15px !important;
}

#slide-out-widget-area-bg {
    background: #00204540 !important;
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 26px !important;
    line-height: 34px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

h5 {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-global .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

.pad-row {
    padding: 40px 0px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#top nav > ul > li#menu-item-57 > a {
    padding: 8px 25px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 25px !important;
}

#core-inr .wpb_text_column {
    padding: 10px 8px !important;
}

#core-inr p {
    font-size: 11px !important;
    line-height: 19px !important;
}

#process-inr .vc_column-inner {
    padding: 0px 0px !important;
}

ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .vc_column-inner {
    padding: 0px 20px 15px !important;
}

div#inr-global {
    padding-bottom: unset !important;
}

#global .row-bg {
    background-position: center !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea, #contact select {
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer p, #footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer {
    padding-top: 40px !important;
}

#inr-footer {
	padding: 0px 0px 20px !important;
}

#hero h1 {
    max-width: 420px !important;
}

#hero p {
    max-width: 440px !important;
}

#process .num-blk {
    height: 40px !important;
    width: 40px !important;
}

#process span.num {
    font-size: 14px !important;
    line-height: 22px !important;
}

#global-inr .vc_column-inner {
    padding: 20px 30px !important;
}

.owl-dots {
    display: none !important;
}

#contact label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact .contact i {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
}

#contact .contact {
    gap: 15px !important;
}	
	
#contact textarea {
    height: 100px !important;
}	
	
div#smart {
    padding: 30px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 80px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#principle-inr .vc_column-inner {
    padding: 15px 15px !important;
}

#legacy .nectar-milestone {
    padding: 0px 10px 10px !important;
}

#principle-inr .core {
    gap: 10px  !important;
}	

#hero .row-bg, #inr-banner .row-bg {
    background-position: center !important;
}

#faq .toggle h3 a {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 15px 40px 15px 0px !important;
}

#inr-footer .right-col {
    text-align: left !important;
}

#hero .row_col_wrap_12 {
    min-height: 0 !important;
}

#hero {
    padding: 80px 0px !important;
    height: unset !important;
    min-height: unset !important;
}

#core h3 {
    text-align: center !important;
}

#global .owl-stage {
    padding: unset !important;
}

#faq .toggle {
    padding: 0px 15px !important;
}

#faq .toggle:before {
    font-size: 20px !important;
    top: 33% !important;
    right: 4% !important;
}

#faq .toggle.open:before {
    top: 5% !important;
}

#contact .contact-form .row {
    padding: unset !important;
}
	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 40px !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #002045 !important;
}

#top .slide-out-widget-area-toggle div {
    border: 1px solid #002045 !important;
    padding: 7px 7px !important;
    border-radius: 10px !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background: #002045 !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    opacity: 1 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left !important;
    padding: 6px 12px !important;
    margin-bottom: 12px !important;
}

#slide-out-widget-area-bg {
    background: #00204540 !important;
    backdrop-filter: blur(10px);
}

h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}

h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h5 {
    font-size: 12px !important;
    line-height: 20px !important;
}

#inr-global .number, #inr-global .symbol {
    font-size: 18px !important;
    line-height: 26px !important;
}

#inr-global .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

.pad-row {
    padding: 30px 0px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

#top nav > ul > li#menu-item-57 > a {
    padding: 8px 25px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 6px 20px !important;
}

#core-inr .wpb_text_column {
    padding: 10px 8px !important;
}

#core-inr p {
    font-size: 11px !important;
    line-height: 19px !important;
}

#process-inr .vc_column-inner {
    padding: 0px 0px !important;
}

ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#inr-global .vc_column-inner {
    padding: 0px 20px 15px !important;
}

div#inr-global {
    padding-bottom: unset !important;
}

#global .row-bg {
    background-position: center !important;
}

#contact .contact-form {
    padding: 20px 20px !important;
}

#contact input, #contact textarea, #contact select {
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer p, #footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#footer {
    padding-top: 30px !important;
}

#inr-footer {
	padding: 0px 0px 20px !important;
}

#hero h1 {
    max-width: 420px !important;
}

#hero p {
    max-width: 440px !important;
}

#process .num-blk {
    height: 40px !important;
    width: 40px !important;
}

#process span.num {
    font-size: 14px !important;
    line-height: 22px !important;
}

#global-inr .vc_column-inner {
    padding: 15px 20px !important;
}

.owl-dots {
    display: none !important;
}

#contact label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact .contact i {
    height: 40px !important;
    width: 40px !important;
    font-size: 14px !important;
}

#contact .contact {
    gap: 15px !important;
}	
	
#contact textarea {
    height: 100px !important;
}	
	
div#smart {
    padding: 30px 0px !important;
}	
	
#inr-banner .row-bg {
    background-position: center !important;
}

#inr-banner {
    padding: 60px 0px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#principle-inr .vc_column-inner {
    padding: 15px 15px !important;
}

#legacy .nectar-milestone {
    padding: 0px 10px 10px !important;
}

#principle-inr .core {
    gap: 10px  !important;
}	

#hero .row-bg, #inr-banner .row-bg {
    background-position: center !important;
}

#faq .toggle h3 a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 12px 30px 12px 0px !important;
    text-align: left;
}

#inr-footer .right-col {
    text-align: left !important;
}

#hero .row_col_wrap_12 {
    min-height: 0 !important;
}

#hero {
    padding: 50px 0px !important;
    height: unset !important;
    min-height: unset !important;
}

#core h3 {
    text-align: center !important;
}

#global .owl-stage {
    padding: unset !important;
}

#faq .toggle {
    padding: 0px 15px !important;
}

#faq .toggle:before {
    font-size: 20px !important;
    top: 33% !important;
    right: 4% !important;
}

#faq .toggle.open:before {
    top: 5% !important;
}

#contact .contact-form .row {
    padding: unset !important;
}

#entire-btn.transparent {
    margin-left: 6px !important;
}

#faq h3 {
    text-align: center !important;
}
	
}

