/*
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
*/

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}
#header-secondary-outer .nectar-center-text a:hover {
    color: #ff1053 !important;
}
.off-canvas-menu-container.mobile-only a {
    font-size: 22px !important;
    line-height: 30px !important;
}

/* another css  */
div#steps img {
    border-radius: 20px;
}
/* end another css */
/* header CSS start */

#header-secondary-outer .header-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 132%;position: relative;
    left: -16%;
}

#header-secondary-outer ul.secondary-icons li a {
    font-family: 'DM Sans';
    font-weight: 400;
}

#header-secondary-outer ul.secondary-icons li a, #header-secondary-outer ul.secondary-icons li i {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

#header-secondary-outer ul.secondary-links {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'DM Sans';
}

#header-secondary-outer ul.secondary-links {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

div#header-secondary-outer {
    background: #012169 !important;
    padding: 0px !important;
}

#header-secondary-outer ul.secondary-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
}

#header-secondary-outer ul.secondary-icons li a i {
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00415f;
    border: 1px solid #00415f;
}

#top {
    background: #EFF2F9;
    border-bottom: 1px solid #00428E;
}

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

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

/* header CSS end */

/* hero section CSS start */

span.red {
    color: #C8102E;
}

#hero h1 {
    color: #020800;
}

#hero p {
    color: #3F3F3F;
    font-size: 24px;
    line-height: 32px;
}

#hero-btn {
    text-align: right;
}

header#top {
    background: #7393B3;
}
header#top nav ul li a span {
    color: #fff !important;
}
#entire-btn {
    background: #7393B3 !important;
    color: #fff;
    font-weight: 400;
    font-family: 'DM Sans';
    font-size: 21px;
    line-height: 29px;
    padding: 15px 50px;
    border-radius: 0px !important;
    transition: all 1s;
    position: relative;
    overflow: hidden;
    border: 1px solid #7393B3;
}
a#logo {
    margin: unset !important;
}
#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    top: -25%;
    left: -10%;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0);
}

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

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

/* hero section CSS end */

/* request-form section CSS start */

div#request-form {
    background: #00428E;
    padding: 50px 50px !important;
    margin-top: -160px;
    z-index: 999;
}

#request-form input {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    padding: 15px 20px;
    border-radius: 10px;
}

#request-form input::placeholder {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
}

#request-form label {
    color: #fff;
    font-weight: 400;
    font-family: 'DM Sans';
    font-size: 21px;
    line-height: 29px;
}

#request-form h5 {
    font-weight: 400;
    color: #fff;
}

#request-form input.wpcf7-submit {
    background: #fff;
    color: #3F3F3F;
    font-size: 21px;
    line-height: 29px;
    padding: 15px 30px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}

#request-form input.wpcf7-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

/* request-form section CSS end */

/* logo-slider section CSS start */

div#logo-slider {
    margin-top: -80px;
}

/* logo-slider section CSS end */

/* blog section CSS start */

#blog .salient-blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 00px;
    align-items: stretch;
}

#blog .blog-left .thumb img {
    min-width: 900px;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

#blog .big-post {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

#blog .big-post .meta {
    margin-top: 12px;
}

#blog .big-post h2 {
    font-size: 42px;
    margin: 5px 0 8px;
    color: #020800;
}

#blog .big-post p {
    font-size: 14px;
    color: #666;
}

#blog .blog-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#blog .small-post {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #DEE2DD;
    padding-bottom: 30px;
}

#blog .small-post .thumb img {
    max-width: 230px;
    object-fit: cover;
    border-radius: 0;
}

#blog .small-post h4 {
    font-size: 28px;
    margin: 2px 0 0;
    color: #020800;
}

#blog .date {
    font-size: 16px;
    color: #98A393;
}

#blog .blog-left h2 {
    max-width: 820px;
}

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

#entire-btn i {
    color: #fff;
    font-size: 19px;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    transition: all 1s;
}

#entire-btn.black {
    background: #020800 !important;
    border-color: #020800;
}

#entire-btn.black:hover {
    color: #020800;
}

#entire-btn.black:hover i {
    color: #020800;
    border-color: #020800;
}

h2 {
    color: #020800;
}

div#blog-inr {
    padding-bottom: 50px;
    border-bottom: 1px solid #98A393;
    margin-bottom: 50px;
}

#blog-inr .row-bg {
    position: relative;
}

#blog-inr .row-bg:before {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
}

#blog-inr .row-bg:after {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
}

/* blog section CSS end */

/* offer section CSS start */

#entire-btn.icon {
    margin-right: 20px;
    padding-left: 60px;
    padding-right: 30px;
}

#entire-btn.icon i {
    border: unset;
    left: 0;
    transition: all 0.5s;
}

#entire-btn.icon:hover i {
    color: #00428E;
}

#inr-offer p {
    color: #4A4A4A;
}

#offer-inr .vc_column-inner {
    background: #fff;
    padding: 50px 50px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

#offer-inr .vc_column-inner .type-blk {
    min-height: 115px;
    border-bottom: 1px solid #DEE2DD;
    padding-bottom: 25px;
    position: relative;
}

#offer-inr .type-blk:before {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
}

#offer-inr .type-blk:after {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
}

#offer-inr h4 {
    color: #020800;
}

#offer-inr p {
    color: #808380;
}

#offer-inr a {
    color: #00428E;
}

#offer-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #00428E;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

#offer-inr .vc_column-inner:hover:before {
    height: 100%;
}

#offer-inr img {
    transition: all 1s;
}



#offer-inr .vc_column-inner:hover h4, #offer-inr .vc_column-inner:hover p, #offer-inr .vc_column-inner:hover a {
    color: #fff;
    transition: all 1s;
}

#offer-inr .vc_column-inner:hover .type-blk:before, #offer-inr .vc_column-inner:hover .type-blk:after {
    background: #fff;
    transition: all 1s;
}

#offer-inr .vc_column-inner:hover .type-blk {
    border-color: #fff;
    transition: all 1s;
}

#offer-inr .head-blk {
    position: absolute;
    top: 30%;
    left: 62%;
}

#offer-inr .head-blk p {
    color: #98A393;
}

#offer-inr .vc_column-inner:hover .head-blk p {
    color: #47A4DC;
}

#offer-inr .head-blk.extra {
    left: 48%;
}

/* offer section CSS end */

/* testimonial section CSS start */

#testimonial-inr ul.stars {
    margin: unset;
    display: flex;
    gap: 3px;
}

#testimonial-inr ul.stars li {
    list-style: none;
}

#testimonial-inr ul.stars li i {
    color: #00428E;
}

#testimonial-inr .vc_column-inner {
    background: #fff;
    border-radius: 26px;
    padding: 60px 60px;
    position: relative;
	transition: all 0.5s;
}

#testimonial-inr .vc_column-inner:hover {
    transform: translateY(-10px);
}

#testimonial-inr p {
    color: #808380;
}

#testimonial-inr .type-blk {
    border-bottom: 1px solid #DEE2DD;
    padding-bottom: 25px;
}

#testimonial-inr span.blue {
    color: #00428E;
}

#testimonial-inr .head-blk {
    position: absolute;
    top: 10%;
    right: 11%;
}

#testimonial-inr .head-blk p {
    font-size: 18px;
    line-height: 26px;
    color: #808380;
}

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

#inr-testimonial .nectar-milestone {
    text-align: right;
}

#inr-testimonial .number.default {
    padding-right: 30px;
}

#inr-testimonial span.percent {
    background: #00428E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
}

#inr-testimonial span.percent i {
    font-size: 16px;
    border: 1px solid #fff;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#inr-testimonial .percentage {
    position: absolute;
    top: 35%;
    right: -10%;
}

#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 85px !important;
    line-height: 93px;
    color: #121212;
}

#inr-testimonial .subject {
    color: #575757;
    font-size: 21px;
    line-height: 29px;
}

h4 {
    color: #020800;
}

/* testimonial section CSS end */

/* steps section CSS start */

#steps ol li {
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
    padding-bottom: 50px;
    border-bottom: 1px solid #98A393;
    padding-top: 50px;
    position: relative;
}

#steps ol li strong {
    color: #020800;
    font-weight: 400;
}

#steps ol li:before {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    left: -5px;
}

#steps ol li:after {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
}

#steps ol li.no-border {
    border: unset;
}

#steps ol li.no-border:before, #steps ol li.no-border:after {
    display: none;
}

/* steps section CSS end */

/* contact section CSS start */

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

#contact .contact .contact-icon i {
    background: #00428E;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
}

#contact .contact .contact-text a, #contact .contact .contact-text p {
    color: #727272;
    font-size: 20px;
    line-height: 28px;
}

#contact .contact .contact-text h5 {
    color: #C8102E;
    font-size: 25px;
    line-height: 33px;
}


#contact h3 {
    color: #020800;
    font-size: 50px;
    line-height: 58px;
}

#contact p {
    color: #727272;
}

#contact ul.social-icons {
    margin: unset;
    display: flex;
    gap: 15px;
}

#contact ul.social-icons li {
    list-style: none;
}

#contact ul.social-icons li i {
    color: #C8102E;
    font-size: 30px;
    line-height: 38px;
}

#contact .white-bg .vc_column-inner {
    background: #fff;
    padding: 60px 60px;
}

#contact input, #contact textarea {
    background: #F5F5F5;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 26px;
    color: #909090;
    border-radius: 0px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #909090;
}

#contact .btn {
    padding: unset;
}

#contact input.wpcf7-submit {
    background: #00428E;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 50px !important;
    color: #fff;
    border-radius: 0px !important;
    opacity: 1;
    border: 1px solid #00428E;
    font-weight: 400;
    text-transform: uppercase;
}

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

/* contact section CSS end */

/* footer CSS start */

#footer h6 {
    color: #00428E;
    font-weight: 600;
}

#footer ul {
    margin: unset;
}

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

#footer ul li a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#footer p {
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

#footer .row-bg {
    border-top: 1px solid #000;
}

#footer-inr .row-bg, #inr-footer .row-bg {
    border: unset;
}

#footer-inr ul.social-icons {
    display: flex;
    gap: 10px;
}

#footer-inr ul.social-icons li a i {
    color: #00428E;
    font-size: 25px;
    line-height: 33px;
}

#footer-inr ul.social-icons li {
    padding-bottom: unset;
}

div#footer-inr {
    padding-bottom: 50px;
}

div#inr-footer {
    padding-top: 30px;
}

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

#inr-footer p {
    font-size: 18px;
    line-height: 26px;
}

#inr-footer a {
    color: #000;
    font-weight: 700;
}

#footer-inr .tnp-field label {
    display: none;
}

#footer-inr .tnp-field-button {
    position: absolute;
    top: 0;
    right: 10%;
}

#footer-inr .tnp-subscription {
    position: relative;
}

#footer-inr input.tnp-submit {
    width: 120px;
    background: #012169;
    border-radius: 0px !important;
    transition: all 0.5s;
    border: 1px solid #012169;
}

#footer-inr input.tnp-submit:hover {
    background: #fff;
    color: #012169;
    box-shadow: unset !important;
    transform: unset !important;
}

#footer-inr input#tnp-1 {
    background: #28262633;
    color: #333333;
    padding: 16px 40px;
    border-radius: unset !important;
}

#footer-inr input#tnp-1:placeholder {
    color: #333333;
}

#footer-inr .tnp-field-email {
    position: relative;
}

#footer-inr .tnp-field-email:before {
    content: '\f0e0';
    position: absolute;
    font-family: 'FontAwesome';
    color: #333333;
    top: 24%;
    left: 3%;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* inr-banner section CSS start */

#inr-banner h1 {
	color: #fff;
}

/* inr-banner section CSS end */

/* mission section CSS start */

#mission-inr img {
    width: 100%;
}

#mission-inr .extra-col {
    padding-top: 30px;
}

#mission-inr.mission1 {
    padding-bottom: 100px;
}

#mission-inr .row-bg:before {
    display: none;
}

#mission .row-bg {
    position: relative;
}

#mission .row-bg:before {
    content: '';
    position: absolute;
    background: url(https://demo-weblink.com/seafers/wp-content/uploads/2026/02/mission-before.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    top: 0;
    left: 0;
}

/* mission section CSS end */

/* services section CSS start */

#services h2 {
	text-align: center;
}

/* services section CSS end */

/* service detail page CSS start */

#additional ul li {
    color: #454545;
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 5px;
}

#additional h3 {
    color: #C8102E;
    font-weight: 500;
}

#mission-inr h3 {
    color: #C8102E;
    font-weight: 500;
}

#mission.service-detail .row-bg:before {
	display: none;
}

#about-us img {
    width: 100%;
}

/* service detail page CSS end */

/* container section CSS start */

#container-inr .vc_column-inner {
    background: #fff;
    padding: 50px 50px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

#container-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #00428E;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 1s;
}

#container-inr .vc_column-inner:hover:before {
    height: 100%;
}

#container-inr .vc_column-inner:hover h4, #container-inr .vc_column-inner:hover ul li, #container-inr .vc_column-inner:hover a {
    color: #fff;
    transition: all 1s;
}

#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
}

#container-inr ul {
    margin: unset;
}

#container-inr .type-blk {
    min-height: 360px;
}

#container-inr .quote-blk {
    border-top: 1px solid #98A393;
    padding-top: 25px;
}

#container-inr .quote-blk:before {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}

#container-inr .quote-blk:after {
    content: '';
    position: absolute;
    background: #98A393;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}

#container-inr .vc_column-inner:hover .quote-blk:before, #container-inr .vc_column-inner:hover .quote-blk:after {
    background: #fff;
    transition: all 1s;
}

#container-inr .vc_column-inner:hover .quote-blk {
    border-color: #fff;
    transition: all 1s;
}

#container h2 {
	text-align: center;
}

/* container section CSS end */

/* form section CSS start */

.container-box {
  padding: 25px;
  border-radius: 8px;
}

.section-title {
  margin-bottom: 20px;
}

.step {
  border: 1px solid #dbe3f0;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}

.step.collapsed {
  background: #f7f9fc;
  color: #7a8aa0;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.step-number {
  background: #0b4da2;
  color: #fff;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 4px;
}

.shipping-row {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.qty {
  display: flex;
  border: 1px solid #ccc;
}

.qty input {
  width: 50px;
  text-align: center;
  border: none;
}

.qty button {
  padding: 6px 10px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
}

.type-buttons button {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 14px;
  margin-right: 6px;
  cursor: pointer;
  border-radius: 4px;
}

.type-buttons button.active {
  background: #0b4da2;
  color: #fff;
  border-color: #0b4da2;
}

.add-unit {
  display: inline-block;
  margin-top: 10px;
  color: #0b4da2;
  text-decoration: none;
  font-weight: 600;
}

.next-btn {
  margin-top: 15px;
  background: #0b4da2;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
}

.quote-btn {
  width: 100%;
  margin-top: 20px;
  background: #0b4da2;
  color: #fff;
  padding: 14px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
}

.total {
  text-align: center;
  margin-top: 10px;
  color: #00428E;
}


/* form section CSS end */





@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#top nav > ul > li > a {
    padding: 0px 20px !important;
}

h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}

#hero p {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#request-form {
    padding: 40px 40px !important;
}

#request-form input.wpcf7-submit {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 10px 20px !important;
}

#request-form h5 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#hero {
    padding: 80px 0px !important;
}

div#logo-slider {
    padding: 80px 0px !important;
}

h2 {
    font-size: 52px !important;
    line-height: 60px !important;
}

#blog .big-post h2 {
    font-size: 35px !important;
    line-height: 43px !important;
    max-width: 750px !important;
}

#blog .blog-left .thumb img {
    min-width: 660px !important;
}

#blog .small-post h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#blog .small-post .thumb img {
    max-width: 200px !important;
}

#blog .small-post {
    padding-bottom: 20px !important;
}

div#blog {
    padding: 80px 0px !important;
}

#inr-offer h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

#offer-inr .vc_column-inner {
    padding: 35px 35px !important;
}

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

#offer-inr .head-blk {
    left: 79% !important;
}

#inr-testimonial h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 75px !important;
    line-height: 83px !important;
}

#inr-testimonial .percentage {
    right: -13% !important;
}

#testimonial-inr .vc_column-inner {
    padding: 40px 40px !important;
}

div#offer {
    padding: 80px 0px !important;
}

div#testimonial {
    padding: 80px 0px !important;
}

div#steps {
    padding: 80px 0px !important;
}

#steps ol li {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 30px 0px !important;
}

#steps img {
    width: 100% !important;
}

#contact h2 {
    font-size: 46px !important;
    line-height: 54px !important;
}

#contact h3 {
    font-size: 36px !important;
    line-height: 44px !important;
}

div#contact {
    padding: 80px 0px !important;
}

div#footer {
    padding: 80px 0px 25px !important;
}

div#footer-inr {
    padding-bottom: 40px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

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

#footer-inr .tnp-field-button {
    right: 20% !important;
}

#inr-footer p {
    font-size: 18px !important;
    line-height: 26px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#footer {
    padding: 20px 60px !important;
}
div#footer .left-colu .vc_column-inner {
    padding-left: 50px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top nav > ul > li > a {
    padding: 0px 15px !important;
    font-size: 17px !important;
    line-height: 25px !important;
}

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

#hero p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#request-form {
    padding: 40px 40px !important;
}

#request-form input.wpcf7-submit {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 8px 15px !important;
}

#request-form h5 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#hero {
    padding: 60px 0px !important;
}

div#logo-slider {
    padding: 60px 0px !important;
}

h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

#blog .big-post h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    max-width: 590px !important;
}

#blog .blog-left .thumb img {
    min-width: 580px !important;
    max-width: 480px !important;
}

#blog .small-post h4 {
    font-size: 17px !important;
    line-height: 25px !important;
}

#blog .small-post .thumb img {
    max-width: 170px !important;
}

#blog .small-post {
    padding-bottom: 20px !important;
}

div#blog {
    padding: 60px 0px !important;
}

#inr-offer h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#offer-inr .vc_column-inner {
    padding: 25px 25px !important;
}

p {
    font-size: 17px !important;
    line-height: 25px !important;
}

#offer-inr .head-blk {
    left: 79% !important;
}

#inr-testimonial h2 {
    font-size: 42px !important;
    line-height: 50px !important;
}

#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#inr-testimonial .percentage {
    right: -13% !important;
}

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

div#offer {
    padding: 60px 0px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

div#steps {
    padding: 60px 0px !important;
}

#steps ol li {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 25px 0px !important;
}

#steps img {
    width: 100% !important;
}

#contact h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

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

div#contact {
    padding: 60px 0px !important;
}

div#footer {
    padding: 60px 0px 20px !important;
}

div#footer-inr {
    padding-bottom: 30px !important;
}

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

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

#footer-inr .tnp-field-button {
    right: 20% !important;
}

#inr-footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#header-secondary-outer ul li, #header-secondary-outer ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#entire-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 35px !important;
}

#request-form input {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 12px 15px !important;
}

#request-form input::placeholder {
    font-size: 15px !important;
    line-height: 23px !important;
}

#request-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

#blog .date {
    font-size: 15px !important;
}

#blog .blog-right {
    gap: 30px !important;
}

#entire-btn.icon {
    padding-left: 60px !important;
    padding-right: 20px !important;
}

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

#inr-testimonial .subject {
    font-size: 17px !important;
    line-height: 25px !important;
}

#inr-testimonial span.percent {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 15px !important;
}

#steps .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 80px !important;
    width: 80px !important;
    font-size: 30px !important;
}

#contact .contact .contact-text h5 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact .white-bg .vc_column-inner {
    padding: 40px 40px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

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

#contact input.wpcf7-submit {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 40px !important;
}

#contact ul.social-icons li i {
    font-size: 25px !important;
    line-height: 33px !important;
}

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

#footer ul li {
    padding-bottom: 7px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#footer {
    padding: 20px 60px !important;
}
div#footer .left-colu .vc_column-inner {
    padding-left: 50px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#header-secondary-outer .container {
    padding: 0 10px !important;
}

header#top .container {
    padding: 0 10px !important;
}

header#top nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 0 8px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

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

div#hero {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#request-form {
    background: #00428E;
    padding: 20px 10px !important;
    margin-top: -60px;
    z-index: 999;
}

#request-form input.wpcf7-submit {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}
.btn {
    padding: 8px 0px;
    margin-left: -10px;
}
#request-form input {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    padding: 10px 10px;
    border-radius: 10px;
}

div#blog {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#blog .salient-blog-layout {
    display: unset !important;
    align-items: unset !important;
}
#entire-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 40px;
}
#entire-btn i {
   font-size: 16px;
    height: 26px;
    width: 26px;
}
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#offer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#offer-inr .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
#offer-inr .head-blk p {
    color: #98A393;
    margin-left: 40px;
}
#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 60px !important;
    line-height: 68px !important;
    color: #121212;
}
#inr-testimonial .subject {
    color: #575757;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
}
#steps ol li {
    font-size: 12px;
    line-height: 20px !important;
    color: #4D4D4D;
    padding-bottom: 10px;
    border-bottom: 1px solid #98A393;
    padding-top: 20px;
    position: relative;
}

div#steps {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#contact .white-bg .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
}
#contact input, #contact textarea {
  padding: 20px 20px;
  font-size: 10px;
  line-height: 18px;
}
#contact .contact .contact-icon i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
#contact .contact .contact-text h5 {
    color: #C8102E;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: unset !important;
}

#contact .contact .contact-text a {
    color: #727272;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact textarea {
    height: 120px;
}

#contact ::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}
#blog .blog-left .thumb img {
    min-width: unset !important;
    width: 100% !important;
    object-fit: unset !important;
    border-radius: 0;
}
#inr-testimonial span.percent {
    background: #00428E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
}
#footer ul li a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
div#footer-inr .wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#footer-inr .left-colu .vc_column-inner {
    padding-left: 30px;
}
div#footer-inr {
    padding-left: 20px !important;
    padding-right: 100px !important;
}

div#inr-footer {
    padding-left: 20px !important;
    padding-right: 0px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
div#header-secondary-outer .container {
    padding: 0 10px !important;
}

header#top .container {
    padding: 0 10px !important;
}

header#top nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 0 8px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

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

div#hero {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#request-form {
    background: #00428E;
    padding: 20px 10px !important;
    margin-top: -60px;
    z-index: 999;
}

#request-form input.wpcf7-submit {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}
.btn {
    padding: 8px 0px;
    margin-left: 0px;
}
#request-form input {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    padding: 10px 10px;
    border-radius: 10px;
}

div#blog {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#blog .salient-blog-layout {
    display: unset !important;
    align-items: unset !important;
}
#entire-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 40px;
}
#entire-btn i {
   font-size: 16px;
    height: 26px;
    width: 26px;
}
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#offer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#offer-inr .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
#offer-inr .head-blk p {
    color: #98A393;
    margin-left: 40px;
}
#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 60px !important;
    line-height: 68px !important;
    color: #121212;
}
#inr-testimonial .subject {
    color: #575757;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
}
#steps ol li {
    font-size: 16px;
    line-height: 24px !important;
    color: #4D4D4D;
    padding-bottom: 30px;
    border-bottom: 1px solid #98A393;
    padding-top: 30px;
    position: relative;
}

div#steps {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#contact .white-bg .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
}
#contact input, #contact textarea {
  padding: 20px 20px;
  font-size: 10px;
  line-height: 18px;
}
#contact .contact .contact-icon i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
#contact .contact .contact-text h5 {
    color: #C8102E;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: unset !important;
}

#contact .contact .contact-text a {
    color: #727272;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact textarea {
    height: 120px;
}

#contact ::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}
#blog .blog-left .thumb img {
    min-width: unset !important;
    width: 100% !important;
    object-fit: unset !important;
    border-radius: 0;
}
#inr-testimonial span.percent {
    background: #00428E;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    left: -40px;
    top: -30px;
}
#footer ul li a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
div#footer-inr .wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#footer-inr .left-colu .vc_column-inner {
    padding-left: 0px;
}
div#footer-inr {
    padding-left: 20px !important;
    padding-right: 100px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

div#inr-footer {
    padding-left: 20px !important;
    padding-right: 0px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

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

#footer p {
    max-width: 260px;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#inr-footer {
    text-align: center;
    padding-top: unset !important;
}
div#inr-footer p {
    max-width: unset !important;
    text-align: center !important;
}
div#footer {
    padding-top: 30px !important;
}
div#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
div#header-secondary-outer .container {
    padding: 0 10px !important;
}

header#top .container {
    padding: 0 10px !important;
}

header#top nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 0 8px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

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

div#hero {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#request-form {
    background: #00428E;
    padding: 20px 10px !important;
    margin-top: -60px;
    z-index: 999;
}

#request-form input.wpcf7-submit {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}
.btn {
    padding: 8px 0px;
    margin-left: 0px;
}
#request-form input {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    padding: 10px 10px;
    border-radius: 10px;
}

div#blog {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#blog .salient-blog-layout {
    display: unset !important;
    align-items: unset !important;
}
#entire-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 40px;
}
#entire-btn i {
   font-size: 16px;
    height: 26px;
    width: 26px;
}
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#offer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#offer-inr .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
#offer-inr .head-blk p {
    color: #98A393;
    margin-left: 40px;
}
#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 60px !important;
    line-height: 68px !important;
    color: #121212;
}
#inr-testimonial .subject {
    color: #575757;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
}
#steps ol li {
    font-size: 16px;
    line-height: 24px !important;
    color: #4D4D4D;
    padding-bottom: 30px;
    border-bottom: 1px solid #98A393;
    padding-top: 30px;
    position: relative;
}

div#steps {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#contact .white-bg .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
}
#contact input, #contact textarea {
  padding: 20px 20px;
  font-size: 10px;
  line-height: 18px;
}
#contact .contact .contact-icon i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
#contact .contact .contact-text h5 {
    color: #C8102E;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: unset !important;
}

#contact .contact .contact-text a {
    color: #727272;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact textarea {
    height: 120px;
}

#contact ::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}
#blog .blog-left .thumb img {
    min-width: unset !important;
    width: 100% !important;
    object-fit: unset !important;
    border-radius: 0;
}
#inr-testimonial span.percent {
    background: #00428E;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    left: -40px;
    top: -30px;
}
#footer ul li a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
div#footer-inr .wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#footer-inr .left-colu .vc_column-inner {
    padding-left: 0px;
}
div#footer-inr {
    padding-left: 20px !important;
    padding-right: 100px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

div#inr-footer {
    padding-left: 20px !important;
    padding-right: 0px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

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

#footer p {
    max-width: 260px;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#inr-footer {
    text-align: center;
    padding-top: unset !important;
}
div#inr-footer p {
    max-width: unset !important;
    text-align: center !important;
}
div#footer {
    padding-top: 30px !important;
}
div#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#container {
    padding-bottom: 0px !important;
}
.cqf-step-header h3 {
    margin: 0;
    font-size: 16px !important;
    color: #8DABC4 !important;
    font-weight: 600 !important;
    flex: unset !important;
    line-height: 24px !important;
}
div#header-outer {
    background: #7393b3;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
div#header-secondary-outer .container {
    padding: 0 10px !important;
}

header#top .container {
    padding: 0 10px !important;
}

header#top nav ul li a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 0 8px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

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

div#hero {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#request-form {
    background: #00428E;
    padding: 20px 10px !important;
    margin-top: -60px;
    z-index: 999;
}

#request-form input.wpcf7-submit {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}
.btn {
    padding: 8px 0px;
    margin-left: 0px;
}
#request-form input {
    background: #fff;
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans';
    padding: 10px 10px;
    border-radius: 10px;
}

div#blog {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#blog .salient-blog-layout {
    display: unset !important;
    align-items: unset !important;
}
#entire-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 40px;
}
#entire-btn i {
   font-size: 16px;
    height: 26px;
    width: 26px;
}
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#offer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#offer-inr .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
#offer-inr .head-blk p {
    color: #98A393;
    margin-left: 40px;
}
#inr-testimonial .number, #inr-testimonial .symbol {
    font-size: 60px !important;
    line-height: 68px !important;
    color: #121212;
}
#inr-testimonial .subject {
    color: #575757;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#testimonial {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
}
#steps ol li {
    font-size: 16px;
    line-height: 24px !important;
    color: #4D4D4D;
    padding-bottom: 30px;
    border-bottom: 1px solid #98A393;
    padding-top: 30px;
    position: relative;
}

div#steps {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#contact .white-bg .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
}
#contact input, #contact textarea {
  padding: 12px 10px;
  font-size: 10px;
  line-height: 18px;
}
#contact .contact .contact-icon i {
    height: 30px;
    width: 30px;
    font-size: 16px;
}
#contact .contact .contact-text h5 {
    color: #C8102E;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: unset !important;
}

#contact .contact .contact-text a {
    color: #727272;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact textarea {
    height: 120px;
}

#contact ::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}
#blog .blog-left .thumb img {
    min-width: unset !important;
    width: 100% !important;
    object-fit: unset !important;
    border-radius: 0;
}
#inr-testimonial span.percent {
    background: #00428E;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    left: -40px;
    top: -30px;
}
#footer ul li a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
div#footer-inr .wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#footer-inr .left-colu .vc_column-inner {
    padding-left: 0px;
}
div#footer-inr {
    padding-left: 20px !important;
    padding-right: 100px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

div#inr-footer {
    padding-left: 20px !important;
    padding-right: 0px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 84px !important;
    }

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

#footer p {
    max-width: 260px;
    font-size: 12px !important;
    line-height: 20px !important;
}

div#inr-footer {
    text-align: center;
    padding-top: unset !important;
}
div#inr-footer p {
    max-width: unset !important;
    text-align: center !important;
}
div#footer {
    padding-top: 30px !important;
}
#blog .blog-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#blog .small-post .thumb img {
    max-width: 160px;
    object-fit: cover;
    border-radius: 0;
}
#blog .small-post h4 {
    font-size: 12px !important;
    margin: 0px 0 0;
    color: #020800;
    line-height: 20px !important;
}
#entire-btn.icon {
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 0px;
}
#contact h3 {
    color: #020800;
    font-size: 30px;
    line-height: 38px;
}
div#about-us {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#container-inr ul li {
    list-style: none;
    color: #808380;
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
#container-inr .type-blk {
    min-height: 200px;
}
div#container-inr h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#container {
    padding-bottom: 0px !important;
}
.cqf-step-header h3 {
    margin: 0;
    font-size: 16px !important;
    color: #8DABC4 !important;
    font-weight: 600 !important;
    flex: unset !important;
    line-height: 24px !important;
}
div#header-outer {
    background: #7393b3;
}	
}
