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

h1, h2, h4, h5, h6{
	font-family:gilroy !important;
}
input.es_required_field {
    display: none;
}

.postid-408 h1.entry-title {
    font-size: 50px !important;
    line-height: 60px !important;
}

#misson-vision-row-1 h3{
	font-size: 29px;
    line-height: 39px;
}


/*--------------------animation----------------------*/

/* Keyframes for up and down movement */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px); /* Move up by 100px */
    }
    100% {
        transform: translateY(0);
    }
}


/* Keyframes for pulsing effect */
@keyframes pulseAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1); /* Scales up the element by 20% */
        opacity: 0.5; /* Reduces opacity to 50% */
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*--------spin---------*/
@keyframes moveForwardBackward {
    0% {
        transform: translateX(0); /* Start at original position */
    }
    50% {
        transform: translateX(50px); /* Move forward by 100px */
    }
    100% {
        transform: translateX(0); /* Return to original position */
    }
}
/*--------blogs-----------*/
.bloginr-txt13 h3 {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: bold !important;
    word-spacing: 3px;
}

/*--------------------heafder---------------------*/
header#top ul li#menu-item-76 a span.menu-title-text {
	color:#fff;
}
header#top ul li#menu-item-76 a span.menu-title-text, #sec2 a#btn21, #sec3 .btn3, #sec4 .rtx41 a {
    background: #C98201;
    padding: 10px 45px 10px 20px;
    border-radius: 30px;
	transition:0.3s;
	opacity:1;
}
header#top ul li#menu-item-76 a span.menu-title-text::before , #sec2 a#btn21::before, #sec3 .btn3::before{
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-2.png);
    background-size: 100% 100%;
    position: absolute;
    height: 20px;
    width: 21px;
    right: 15px;
}
#sec4 .rtx41 a::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-2.png);
    background-size: 100% 100%;
    position: absolute;
    height: 20px;
    width: 21px;
    left: 40%;
}
header#top ul li#menu-item-76 a span.menu-title-text:hover, #sec2 a#btn21:hover, #sec3 .btn3:hover, #sec4 .rtx41 a:hover {
    background: #EFEEEE !important;
    transition: 0.3s;
    color: black;
}
header#top ul li#menu-item-76 a span.menu-title-text:hover::before, #sec3 .btn3:hover::before{
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-2-3.png);
    content: "";
    transition: 0.7s;
	background-size; 100% 100%;
	background-repeat:no-repeat;
	transform:rotate(45deg);
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows li a span:hover {
    color: #c98201;
    transition: 0.3s;
}

header#top ul.sf-menu.sf-js-enabled.sf-arrows li.current-menu-item a span {
    color: #c98201;
}
/*-----------------------*/
@keyframes rotate360 {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Rotate to 360 degrees */
    }
}
/*---------------------sec1----------------------*/
#sec1 .content {
    top: 28% !important;
}
#sec1 h1.ns-heading-el {
    COLOR: #E19C1F;
	font-size: 60px;
    line-height: 70px;
}
#sec1 a.primary-color {
    border: unset;
    font-size: 20px;
    font-weight: 600;
    padding-left: 8%;
    width: 125%;
}
#sec1 a.primary-color::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Path-6771.png);
    background-size: 30% 52%;
    background-position: 16px 10px;
    position: absolute;
    height: 25px;
    width: 18px;
    top: 2px;
    left: 0;
    background-color: #E19C1F;
    padding: 9px 14px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.3s;
}
#sec1 a.primary-color:hover::before {
    transform: scale(1.2);
    transition: 0.3s;
}
/*-------------------------11-----------------------------*/

div#profile ul li.Email a::before {
    content: '\f0e0';
    position: relative;
    font-family: 'FontAwesome' !important;
    left: -10px;
}
div#profile ul li.phone a::before {
    content: '\f095';
    position: relative;
    font-family: 'FontAwesome' !important;
	left: -10px;

}





/*-------------------------11-----------------------------*/

#sec2 .vc_col-sm-4 .vc_column-inner {
    padding: 73px 37px;
    font-size: 15px;
    overflow: visible !important;
    transform: rotate(47deg);
}
#sec2 a.btn11 {
    border: unset;
    color: white !important;
    font-size: 15px;
}
#sec2 .vc_col-sm-4 .column-image-bg {
    background-size: 110% 110%;
}
#sec2 .vc_col-sm-4 .vc_column-inner::before {
 content:"";
	border-radius:30px;
    background: #C98201;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

#sec2 .vc_col-sm-4 .vc_column-inner {
    transition: 0.7s;
}
#sec2 .vc_col-sm-4 .vc_column-inner:hover {
    transform: unset;
    transition: 0.7s;
    filter: grayscale(1);
}
#sec2 .vc_col-sm-4 .vc_column-inner:hover::after {
    transition: 0.7s;
    font-size: 0;
    opacity: 1;
	display:none;
}
#sec2 .vc_col-sm-4 .vc_column-inner:hover::before {
    opacity: 0;
    transition: 0.7s;
	display:none;
}
#sec2 .vc_col-sm-4 .vc_column-inner::after {
    content: "CONSULTANT";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 29px;
    z-index: 999;
    transform: rotate(-45deg);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#sec11 {
    margin-top: -15%;
}
#sec2 .vc_col-sm-4:nth-child(2) .vc_column-inner::after {
    content: "SPEAKING" !important;
}
#sec2 .vc_col-sm-4:nth-child(3) .vc_column-inner::after {
    content: "TRAINING" !important;
}
#sec2 .vc_col-sm-4:nth-child(2) .vc_column-inner::before {
    background: #E19C1F;
}
#sec2 .vc_col-sm-4:nth-child(2) {
    z-index: 99;
}
#sec2 .row-bg.viewport-desktop.using-bg-color {
    height: 80%;
}
#sec2 a#btn21:hover::before{
	background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-2-3.png);
    content: "";
    transition: 0.3s;
	background-size; 100% 100%;
	background-repeat:no-repeat;
} 
/*---------------------sec2-------------------------*/
#sec2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec2 .rtx23 p {
    width: 82%;
}
#sec2 .row-bg.viewport-desktop.using-image::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-13773.png);
    background-size: 100% 100%;
    height: 52%;
    width: 69%;
    position: absolute;
    left: -7%;
    top: 8%;
	animation: moveUpDown 2s ease-in-out infinite;
}

div#in21 {
    margin-bottom: unset;
}

/*---------------------SEC3------------------------*/
#sec3 .vc_col-sm-6.con32::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/demo-corporate-01.png);
    position: absolute;
    background-size: 100% 100%;
    height: 65%;
    width: 50%;
    bottom: -65%;
    opacity: 0;
    transition: 0.5s;
}
#sec3 .vc_col-sm-6.con32:hover::before {

    bottom: -34%;
    opacity: 1;
    transition: 0.5s;
}
#sec3 #in31 .nectar-milestone .subject {
    font-size: 15px;
    line-height: 18px;
    padding-top: 8px;
    text-align: left;
    font-weight: bold;
}
#sec3 #in31 .nectar-milestone {
    display: flex;
    border-right: 1px solid black;
}
#sec3 #in31 .number.accent-color {
    width: 50%;
}
#in32 .nectar-milestone h2 {
    font-weight: bold;
}
#sec3 #in32 .symbol-wrap {
    top: -1px;
    font-size: 60px !important;
    font-weight: bold;
    line-height: 36px !important;
}
#sec3 #in32 .nectar-milestone .subject {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}
#sec3 #in31 .vc_col-sm-4:nth-child(3) .nectar-milestone{
    border: unset;
}
#sec3 .row-bg.viewport-desktop::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-13773.png);
    background-size: 100% 100%;
    position: absolute;
    height: 87%;
    width: 61%;
    bottom: -9%;
    left: -32px;
	    animation: moveForwardBackward 2s ease-in-out infinite;
}
#sec3 #in32 .nectar-milestone::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/demo-corporate-03.png);
    position: absolute;
    background-size: 100% 100%;
    height: 106%;
    width: 85%;
    top: -14px;
    left: 9%;
	animation: pulseAnimation 2s infinite;
}
#sec3 #in32 .number.accent-color {
    line-height: 100px;
}
#sec3 p {
    width: 80%;
    margin: 0 0 0 auto;
}
#sec6 .iwithtext .iwt-text a {
    color: white;
}
#sec6 .iwt-icon img {
    width: 20px;
}
#sec6 .iwithtext .iwt-icon {
    top: 3px;
}
#sec6 ul#menu-home-contact-menu li {
    padding-bottom: 7px;
}
#sec6 ul#menu-home-contact-menu li:hover a {
    color: #000;
}
#sec6 ul#menu-home-contact-menu li a {
    color: #fff;
}
/*-------------------sec4-----------------------*/
#sec4 .row-bg.viewport-desktop.using-image, #sec6 .row-bg.viewport-desktop.using-image, #sec62 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec4 img {
    width: 44%;
    margin: unset;
}
div#in41 {
    height: 650px;
    overflow: scroll;
}
div#in41::-webkit-scrollbar {
    display: none;
}
#in41 .con42 {
    padding-top: 18%;
}
#sec4 .rtx41 p {
    padding-bottom: unset;
}
#sec4 .rtx41 {
    background: #000000a8 0% 0% no-repeat padding-box;
    border: 2px solid #EFEEEE;
    border-radius: 15px;
    opacity: 1;
    backdrop-filter: blur(2px);
    padding: 17px 35px 35px 33px;
    margin: 40px 12px;
}
#sec4 p.rin4 {
    padding-top: 9px;
    padding-bottom: 21px;
}
#sec4 .row-bg.viewport-desktop.using-image::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Ellipse-16.png);
    background-size: 100% 100%;
    position: absolute;
    width: 40%;
    height: 38%;
    top: 24%;
    right: 11%;
	animation: rotate360 9s linear infinite;

}
#sec4 .row-bg.viewport-desktop.using-image::after {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Ellipse-17.png);
    background-size: 100% 100%;
    position: absolute;
    width: 29%;
    height: 29%;
    top: 56%;
    left: 6%;
    animation: rotate360 9s linear infinite;
}

/*------------sec-5----------------------------*/
#sec5 img.ig5 {
    width: 90%;
	animation: moveUpDown 2s ease-in-out infinite;
}
#sec5 p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: unset;
	    width: 74%;
}
#sec5 .wpb_text_column.wpb_content_element {
    margin-bottom: unset !important;
}
#sec5 img.ig52 {
    width: 92%;
}
#sec5 h3 {
    font-size: 71px;
}
#sec5 img.ig52 {
    width: 74%;
}
#sec5 .row-bg.viewport-desktop::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-13771.png);
    position: absolute;
    background-size: 100% 100%;
    height: 86%;
    width: 74%;
    top: 37px;
    left: 14%;
}
/*-----------------------sec6----------------------*/
#sec6 input.wpcf7-form-control, #sec6 textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border: 1px solid;
    border-radius: 30px;
    padding-left: 30px;
}
#sec6 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 160px;
}
#sec6 input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-sub {
    background: white;
    font-weight: 600;
    color: #C98201;
    width: 100%;
}
#sec6 .rtx61 p {
    width: 78%;
}
#sec6 .rtx61 h2 {
    font-size: 44px;
    line-height: 50px;
}
#sec62 img.carig1 {
    width: 24%;
}
#sec62 .owl-stage-outer {
    width: 150%;
}
#sec62 .carousel-item {
    background: white;
    padding: 35px 31px 39px 27px !important;
    margin: 0 14px;
    border-radius: 20px;
}
#sec62 .cartx1 p {
    padding-top: 9px;
    line-height: 23px;
}
#sec62 p.bsxt {
    line-height: 0;
    padding-top: 0;
    font-size: 14px;
}

/*-------------------sec7-------------------------*/
ul#menu-ftmn3-1 li.menu-item-173 a::before {
    CONTENT: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Path-2-2.png);
    background-size: 100% 100%;
    position: absolute;
    height: 15px;
    left: -2px;
    width: 14px;
    top: 59px;
}
ul#menu-ftmn3-1 li.menu-item-174 a::before {
    CONTENT: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Path-3-2.png);
    background-size: 100% 100%;
    position: absolute;
    height: 15px;
    left: -2px;
    width: 14px;
    top: 115px;
}
ul#menu-ftmn3-1 li.menu-item-175 a::before {
    CONTENT: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Path-4-2.png);
    background-size: 100% 100%;
    position: absolute;
    height: 13px;
    left: -2px;
    width: 14px;
    bottom: 16px;
}
ul#menu-ftmn3-1 li {
    padding-left: 24px;
}
#ft-sec input#igmzj {
    position: absolute;
    top: 2px;
    right: 0;
    background: white;
    color: black;
    padding: 12px 29px !important;
}
#ft-sec .nsxt h5 {
    font-size: 29px;
}
div#inf2 {
    margin-bottom: unset;
}
#ft-sec form.es_subscription_form {
    width: 72%;
}
#ft-sec input.es-email {
    border-radius: 30px;
    background: white;
    color: black !important;
    padding-left: 25px;
    margin-left: 50px;
}
#ft-sec ul {
    margin: unset;
}
#ft-sec ul li {
    list-style: none;
    padding-bottom: 12px;
}
#inf2 .fcon3 {
    padding-left: 4%;
}
#inf2 .fcon2 {
    padding-left: 4%;
}
.social-icon1 ul {
    display: flex;
    margin: unset;
}
.social-icon1 ul li {
    padding-right: 37px;
    font-size: 22px;
}
#ft-sec .ftxl {
    padding-top: 30px;
}
#ft-sec .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

#ft-sec .nsxt P {
    font-size: 15px;
}
/*------------------------media queurie------------------------*/


@media (max-width: 1600px) {
    #sec4 .rtx41 a::before {
        left: 36%;
    }
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
#sec1 h1.ns-heading-el {
    font-size: 55px;
    line-height: 65px;
}	
#sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 70px 15px;
        font-size: 15px;
    }	
div#in21 h3 {
    font-size: 45px;
}	
div#in22 h2 {
    font-size: 45px;
    line-height: 55px;
}
div#in32 h3 {
	    font-size: 45px;
}	
#sec3 .row-bg.viewport-desktop::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Group-13773.png);
    background-size: 100% 100%;
    position: absolute;
    height: 59%;
    width: 30%;
    bottom: -9%;
    left: 55px;
    animation: moveForwardBackward 2s ease-in-out infinite;
}	
div#sec4 h3 {
	font-size: 45px;
}	
div#sec4 h2 {
    font-size: 50px;
    line-height: 55px;
}	
#sec4 img {
    width: 30%;
}
#sec5 h3 {
    font-size: 45px;
}
div#sec6 h3 {
	font-size: 45px;
}	
#sec6 .rtx61 h2 {
    font-size: 50px;
    line-height: 55px;
}	
div#sec62 h3 {
    font-size: 45px;
    line-height: 55px;
}	
div#sec7 h3 {
    font-size: 45px;
    line-height: 50px;
}	
div#sec7 h2 {
    font-size: 50px;
    line-height: 55px;
}	
div#sec7 h3.title {
    font-size: 35px;
    line-height: 40px;
}	
	
	
	
}
@media (max-width: 1300px) {
	#sec4 .rtx41 a::before {
    left: 38%;
}
}
@media (max-width: 1280px) {
	
	#ft-sec input.es-email {
    margin-left: 25px;
}
	
	#sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 65px 15px;
        font-size: 15px;
    }
}
@media (max-width: 1226px) {
	#sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 75px 15px;
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
#sec1 h1.ns-heading-el {
        font-size: 50px;
        line-height: 55px;
}	
#sec1 a.primary-color {
/*     border: unset;
    font-size: 20px;
    font-weight: 600;
    padding-left: 18%;
    width: 125%; */
    margin-top: 54px;
}
	
	
	
	
	
	
/* ============	 */
	
	#sec62 h2 {
    font-size: 45px;
}
	#sec6 .rtx61 h2 {
    font-size: 37px;
    line-height: 50px;
}
	#sec4 .rtx41 a::before {
    left: 52%;
}
#in32 .nectar-milestone h2 {
    font-size: 85px;
    line-height: 20px !important;
}
	#sec3 #in32 .nectar-milestone::before {
    height: 89%;
    width: 103%;
    top: 48px;
    left: 0%;
}
	#sec3 #in31 .number.accent-color {
    width: 78%;
}
	#sec2 h2 {
    font-size: 40px;
    line-height: 46px;
}
	div#in21 {
    padding-top: 9% !important;
    padding-bottom: 30px !important;
}
}
/*     #sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 34px 23px;
        font-size: 14px;
    } */
	#sec4 .row-bg.viewport-desktop.using-image::after {
    width: 35%;
    height: 29%;
}
	#sec4 .row-bg.viewport-desktop.using-image::before {
    width: 39%;
    height: 33%;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
#sec1 a.primary-color {
     margin-top: unset; 
}	
#sec1 h1.ns-heading-el {
     font-size: 45px;
     line-height: 50px;
}	
#sec3 .row-bg.viewport-desktop::before {
     display: none;
}	
div#sec7 h3.title {
        font-size: 29px;
        line-height: 47px !important;
}
	
	
	
	
/* ======== */
    #sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 40px 16px;
        font-size: 14px;
        MARGIN: 2% 29%;
    }
	#sec1 .content {
    top: 41% !important;
}
	#sec3 #in31 .nectar-milestone {
    display: UNSET;
    border-right: 1px solid black;
}
    #sec3 #in31 .nectar-milestone .subject {
        font-size: 15px;
        text-align: center;
    }
	    #sec3 #in31 .number.accent-color {
        width: 78%;
        margin: 0 auto;
        display: table;
    }
	#sec3 #in31 .nectar-milestone {
    display: UNSET;
    border-right: unset !important;
}
	#sec3 .vc_col-sm-4 {
    margin-bottom: unset;
}
	#sec2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 112%;
}
	div#sec3 {
    padding-top: 20px !important;
}
	div#sec2 {
    padding-bottom: 0px !important;
}
    #sec2 .rtx23 p {
        width: unset;
        margin: 0 auto;
    }
	div#in21 {
        padding-top: 7% !important;
        padding-bottom: 12px !important;
    }
    div#in32 {
        padding-top: 70px !important;
    }
    #sec3 #in32 .nectar-milestone::before {
        height: 193%;
        width: 46%;
        top: -54px;
        left: 27%;
    }
	#ft-sec .row-bg.viewport-desktop.using-image {
    background-size: 0% 0%;
    background-color: #131418;
}
	div#ft-sec {
    padding-top: 30px !important;
}
	#inf2 .fcon2 {
    padding-left: unset;
}
	#inf2 .fcon3 {
    padding-left: unset;
}
	#sec62 .row-bg.viewport-desktop.using-image {
    background-size: 100% 123%;
}
	div#sec7 {
    padding-top: 30px !important;
}
	div#sec62 {
    padding-bottom: 10px !important;
}
	#sec3 p {
    width: 80%;
    margin: 0 auto;
}
	#sec4 .row-bg.viewport-desktop.using-image {
    background: unset !important;
    background-color: #131418 ! IMPORTANT;
}
	div#sec4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	#in41 .con42 {
    padding-top: unset !important;
    margin: unset;
}
	#sec4 .vc_col-sm-6 {
    margin: unset !important;
}
	#sec4 .rtx41 {
    padding: 17px 35px 40px 33px;
    margin: 17px 41px;
}
	    #sec4 .rtx41 a::before {
        left: 32%;
    }
	#sec5 img.ig5 {
    width: 52%;
    margin: 0 auto;
}
	#sec4 .hd4 {
    text-align: center;
}
	#sec5 img.ig52 {
    width: 56%;
}
	#sec5 p {
    width: 74%;
    margin: 0 auto;
}
	#sec6 .row-bg.viewport-desktop.using-image {
    background-color: #c98201 ! IMPORTANT;
}
	div#sec6 {
    padding-top: 30px !important;
    padding-bottom: 0px ! IMPORTANT;
}
	#sec6 .row.roww-5,#sec6 .row.roww-1, #sec6 .row.roww-2, #sec6 .row.roww-3, #sec6 .row.roww-4 {
    padding-bottom: unset;
}
	#sec7 img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    margin: 0 auto;
}
	#ft-sec .nsxt {
    text-align: center;
}
	#ft-sec input#igmzj {
    position: unset;
    margin: 0 auto;
    display: table;
}
	#ft-sec form.es_subscription_form {
    width: 72%;
    margin: 0 auto;
}
}
@media (max-width: 800px){}
@media (max-width: 768px) {}
@media (max-width: 480px) {
    #sec1 h1.ns-heading-el {
        font-size: 35px;
        line-height: 40px;
    }	
    #sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 22px 16px;
        font-size: 14px;
        MARGIN: -3% 19%;
    }	
    div#in21 {
        padding-top: 14% !important;
        padding-bottom: 12px !important;
    }	
    div#in22 h2 {
        font-size: 35px;
        line-height: 40px;
    }	
    #sec3 #in32 .nectar-milestone::before {
        height: 181%;
        width: 64%;
        top: -54px;
        left: 17%;
    }	
    div#in32 .powerr-secc h2 {
        font-size: 35px;
        line-height: 40px;
    }	
#sec4 .row-bg.viewport-desktop.using-image::before {
        width: 39%;
        height: 20%;
    }	
    #sec4 .row-bg.viewport-desktop.using-image::after {
        width: 41%;
        height: 21%;
    }	
    #sec4 .rtx41 a::before {
        left: 62%;
    }	
#sec4 p.rin4 {
    padding-bottom: 21px;
}	
    div#sec4 h2 {
        font-size: 35px;
        line-height: 40px;
    }	
    #sec6 .rtx61 h2 {
        font-size: 35px;
        line-height: 40px;
    }	
    #sec62 h2 {
        font-size: 35px;
        line-height: 40px;
    }	
div#sec7 h2 {
        font-size: 35px;
        line-height: 40px;
    }	
div#sec5 {
    padding-bottom: 20px !important;
}
	
	
}
@media (max-width: 428px) {
    #sec1 .content {
        top: 48% !important;
    }	
#sec1 a.primary-color {
    border: unset;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
    padding-left: 18%;
    width: 125%;
}	
#sec1 a.primary-color::before {
    content: "";
    background: url(https://eagleconsultingdevelopment.com/wp-content/uploads/2024/08/Path-6771.png);
    background-size: 30% 44%;
    background-position: 16px 10px;
    position: absolute;
    height: 19px;
    width: 9px;
    top: 2px;
    left: 0;
    background-color: #E19C1F;
    padding: 11px 16px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.3s;
}
#sec2 .vc_col-sm-4 .vc_column-inner {
        padding: 22px 16px;
        MARGIN: -2% 13%;
    }	
    #sec4 .rtx41 {
        padding: 17px 25px 35px 25px;
        margin: 12px 14px;
    }	
#sec4 .rtx41 a::before {
        left: 55%;
    }	
		
}
@media (max-width: 414px) {
    #sec1 h1.ns-heading-el {
        font-size: 32px;
        line-height: 40px;
    }	
	
	
	
	
}
@media (max-width: 390px) {
    #sec1 h1.ns-heading-el {
        font-size: 27px;
        line-height: 40px;
    }	
#sec4 .rtx41 a::before {
        left: 60%;
    }	
    div#sec6 h3 {
        font-size: 30px;
    }
div#sec62 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
    div#sec7 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
    #sec5 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
    div#sec4 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
    div#in32 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
	div#in21 h3 {
        font-size: 30px;
        line-height: 35px;
    }	
    #sec4 p.rin4 {
        font-size: 13px;
    }	
	
}
@media (max-width: 375px) {
    #sec4 .rtx41 a::before {
        left: 63%;
    }
	
	
	
	
	
}
@media (max-width: 360px) {}
