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

div#content-main-id-mi ul ul li {
    list-style: none !important;
}

div#content-main-id-mi ul ul li {
    list-style: unset !important;
}

    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons), #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav, #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav, #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
        justify-content: space-around;
    }

div#gtranslate_menu_wrapper_10217 {
    scale: 0.6 !important;
}


body ul.sub-menu li a span{
    text-transform: unset !important;
}
.icn ul li:before {
    display: none !important;
}

html bodyy h2, html body h3, html body h4, html body em, html body h2 strong, html body b, html body span {
    font-family: 'aptos-font' !important;
}



div#INTER1 ul li:before {
    position: absolute;
    content: '';
    background-image: url(http://stagingserver2.com/torresaici/wp-content/uploads/2025/07/images-removebg-preview.png) !important;
    width: 20px;
    height: 20px;
    left: 0px;
    background-size: 100% 100% !important;
    margin-top: 6px;
}
div#INTER1 ul li {
    padding-left: 30px;
}


.iwt-text h6 {
    position: relative;
    top: 5px;
}
div#INTER2 .iwt-text {
    position: relative;
    top: -3px;
}
div#INTER2 .t4 h6 {
    line-height: 1.3;
}
/* html body h1 {
    font-family: 'FontAwesome';
}
html body h2 {
    font-family: 'FontAwesome';
} */

/* html body h2 strong {
    font-family: Garamond, serif ! IMPORTANT;
} */
html body h2 {
    font-weight: 600;
}
html body h2 span {
    font-weight: 600 !important;
}


div#ro-4 .carousel-item p {
    text-align: justify;
}

#header-outer #top .sf-menu > .sf-with-ul > a {
    padding-right: 21px !important;
}

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

div#INTER1 h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    text-transform: capitalize !important;
    font-family: aptos-font !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}
/* div#ro-4 h3 {
    font-family: new1 !important;
} */

#top ::marker {
    display: none !important;
    opacity: 0;
    font-size: 0px !important;
}
/* #top ul.sub-menu.tracked-pos a {
    padding-bottom: 0px;
    padding-top: 15px;
    border-bottom: 1px solid;
} */

.right2 {
    border-right: 0.2px solid #ffffff4f !important;
}

.right {
    border-right: 0.2px solid #ffffff5e !important;
}


.page-id-256 img {
    width: 100%;
}
div#ro-1 h1 {
    text-transform: capitalize;
}
div#ro-1 p {
    text-transform: uppercase;
}

/* div#INTER1 p {
    text-align-last: justify;
} */
.pt_plus_adv_text_block {
    text-align: justify;
}
div#INTER1 p {
 text-align: justify;
}
div#INTER1 .text-content-block {
    text-align: justify !important;
/*     text-align-last: justify !important; */
}
#top ul.sub-menu a {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 800;
    text-transform: none;
	text-transform: uppercase;
		
}

:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}





.top-nav {
    display: flex;
    justify-content: space-between;
}

div#header-secondary-outer .nectar-center-text {
    max-width: 100%;
}

.top-nav i {
    margin-right: 6px;
}

.top-nav .box1 a {
    margin-right: 20px;
}

.top-nav a,
.top-nav span {
    font-size: 18px;
}

#header-secondary-outer {
    background: linear-gradient(94deg, #4d88e1 0%, #46b2e4 100%);
    padding: 6px 0px;
}
div#ro-1 .m1 {
    position: absolute;
    bottom: 120px;
    width: 60%;
    left: 10px;
    transition: 0.7s;
    animation: 5s move linear alternate infinite;
}
div#ro-1 .m2 {
    position: absolute;
    width: 60%;
    right: 10px;
    transition: 0.7s;
    animation: 5s move5 linear alternate-reverse infinite;
    bottom: 100px;
}
@keyframes move{
0%{
	transform:translatey(100%)
}
}
@keyframes move5{
-0%{
	transform:translatey(100%)
}
}
/* -------------------     */

#btnn {
    font-family: 'Space Grotesk';
    text-transform: capitalize;
    font-size: 17px;
    padding: 18px 35px;
    background: linear-gradient(335deg, #407fcc 0%, #073064 100%) !important;
}
#ro-3 .imgg2 {
    width: 470px;
}
header#top a#logo {
    display: none !important;
}
/* -------------------     */

#ro-2 .icoo {
    width: 50px;
    filter: invert(1);
}

#ro-1 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}
#ro-2 .img-with-aniamtion-wrap.center {
    padding: 16px 0px;
    border-radius: 8px;
    width: 80px;
    margin: auto;
    margin-bottom: 20px !important;
    background: linear-gradient(94deg, #073064 0%, #407fcc 100%);
}

#ro-2 .hover-wrap {
    margin-bottom: 0px;
}


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

#ro-3 .imgg2 {
    position: absolute;
    bottom: -150px;
    animation: picc1 3s infinite ease-in-out alternate;
}

@keyframes picc1 {
    0% {
        bottom: -150px;
    }
    100% {
        bottom: -100px;
    }
}

#ro-3 .txt-info {
 position: absolute;
    z-index: 99;
    background: linear-gradient(94deg, #073064 0%, #407fcc 100%) !important;
    color: #fff;
    outline: solid 2px #fff;
    outline-offset: -18px;
    outline-style: dashed;
    width: 290px;
    padding: 32px 30px;
    padding-left: 110px;
    border-radius: 7px;
    right: 0px;
    animation: txt-box1 2.5s infiniteease-in-out alternate;
}

@keyframes txt-box1 {
    0% {
        right: 0px;
    }
    100% {
        right: 100px;
    }
}

#ro-3 .txt-info h3 {
    color: #fff;
    font-size: 60px;
    position: absolute;
    margin-bottom: 0px;
    line-height: 1;
    left: 30px;
}


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

#ro-4 .icoo {
    filter: invert(1);
    width: 60px;
}

#ro-4 .txt-info h6:before {
    position: absolute;
    content: "";
    border-radius: 50px;
    transform: scale(110%);
    background: linear-gradient(94deg, #4d88e1 0%, #46b2e4 100%);
    width: 50px;
    height: 50px;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin: auto;
}

#ro-4 .txt-info h6:after {
    position: absolute;
    content: "";
    border-radius: 50px;
    background: #000;
    width: 50px;
    height: 50px;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin: auto;
}


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

#ro-4 .txt-info h6 {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-4 .owl-dots {
    display: none;
}

#ro-4 .txt-info p {
    color: #ffffffa8;
    line-height: 2;
}

#ro-4 .owl-stage-outer {
    overflow: visible;
}


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

#ro-5 .nectar-scrolling-text h6 img {
    max-width: 90px;
    margin: 0px 20px;
}

#ro-5 .nectar-scrolling-text h5 {
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}


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

#ro-6 .txt-info {
    background: linear-gradient(94deg, #351ee0 0%, #3f74ef 100%);
    padding: 10px 10px;
    border-radius: 8px;
    border-radius: 8px;
    transform: rotateX(90deg);
    transition: 0.5s;
}

#ro-6 .txt-info h3 {
    color: #fff;
    margin: 0px;
    font-weight: 600;
}


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

#ro-6 .txt-info .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ro-6 .txt-info h6 img {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#ro-6 .divider {
    height: 150px !important;
}

#ro-6 .cola1:hover .txt-info {
    transform: rotateX(0deg);
}


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

#ro-7 #inn {
    background: linear-gradient(94deg, #4d88e1 0%, #46b2e471 100%);
    padding: 50px 0px;
}

#ro-7 #inn .icoo {
    filter: invert(1);
    width: 50px;
}

#ro-7 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: contain;
}

#ro-7 #inn .row-bg {
    background-image: url("http://stagingserver2.com/torresaici/wp-content/uploads/2025/03/shape.webp");
    background-size: contain;
}

#ro-7 #inn .hover-wrap-inner {
    background-color: #0730644d;
    border-radius: 50px !important;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#ro-7 #inn .vc_col-sm-3 {
    padding: 0px 0px;
}


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

#ro-8 .nectar-post-grid a.nectar-underline {
    border: solid 1px #2567b9;
    padding: 12px 20px;
    border-radius: 6px;
    color: #05092b !important;
    font-weight: 800;
    position: relative;
    top: 31px;
    background-color: #fff;
}

#ro-8 .nectar-post-grid a.nectar-underline:after {
    content: "\f178";
    font-family: "fontawesome" !important;
    margin-left: 7px;
    font-weight: 200;
}

#ro-8 .nectar-post-grid-item .content {
    padding-left: 5px;
}

#ro-8 .nectar-post-grid a.nectar-underline span {
    background-image: none;
}


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

#ro-9 .row-bg.viewport-desktop.using-image {
    background-size: auto;
    opacity: 10%;
}

#ro-10 .row-bg.viewport-desktop {
    position: absolute;
    left: 299px;
    background-size: contain;
}


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

#ro-10 form.tnp-subscription {
    display: flex;
    padding: 0px !important;
    margin: 0px;
}

#ro-10 form.tnp-subscription .tnp-field.tnp-field-email {
    margin: 0px !important;
    width: 590px;
    margin-right: 16px !important;
    max-width: 520px !important;
}

#ro-10 form.tnp-subscription input#tnp-1 {
    height: 100%;
}

#ro-10 form.tnp-subscription input.tnp-submit {
    color: #000;
}

#ro-10 form.tnp-subscription .tnp-field.tnp-field-button {
    margin-bottom: 0px;
}


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

#footer-outer {
    background-image: url("http://stagingserver2.com/torresaici/wp-content/uploads/2025/03/shape-1-1.webp");
    background-position: left center;
    background-repeat: no-repeat;
}

#footer-outer #copyright {
    padding: 24px 0px !important;
    background-color: transparent !important;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Space Grotesk';
    font-size: 22px;
    font-weight: 800;
}
div#footer-widgets .icn ul li a {
    margin-right: 30px !important;
}

div#footer-widgets .icn ul li {
    display: inline-block;
}

#footer-outer #footer-widgets .widget ul li a i {
    color: #41c6df !important;
    margin-right: 10px !important;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
}

#footer-outer #footer-widgets .widget ul li a {
    position: relative;
    padding-left: 25px !important;
}

#footer-outer #footer-widgets .icn a i {
    margin-right: 38px;
    font-size: 26px;
}

#footer-outer #footer-widgets .col.span_4:nth-child(2) {
    padding-left: 90px;
}

#copyright .col.span_5 {
    max-width: 100% !important;
}

#copyright .coppy {
    display: flex;
    justify-content: space-between;
}

#copyright .coppy p {
    color: rgba(255, 255, 255, 0.685) !important;
}

#copyright .coppy a,
#copyright .coppy p {
    font-size: 18px;
}
#footer-outer #footer-widgets li#menu-item-484:before {
    content: '\f0e0';
    position: absolute;
    font-family: 'FontAwesome';
    color: #32d6ff;
}

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

#copyright .coppy .box2 a {
    margin-left: 13px;
}

#footer-outer #footer-widgets>.container>.row {
    border-bottom: solid 1px #ffffff3a;
}

/* --------AI INTERPRICES----------     */


div#INTER2 a {
    color: white;
}
div#INTER2 .iwt-icon {
    filter: brightness(0) invert(1);
    right: 200px;
}
 ::marker {
    content: '';
    font-family: 'FontAwesome';
    position: relative;
    color: #11244c;
} 


div#INTER1 li {
    padding-left: 10px;
    text-align: justify;
}
div#INTER1 .m2 {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
div#INTER1 .m3 {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
div#INTER1 .m1 {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
div#INTER2 {
    padding: 10px 30px !important;
    margin-bottom: 30px !important;
    border-radius: 20px;
    background: linear-gradient(335deg, #407fcc 0%, #073064 100%) !important;
}

div#INTER2 .t4 h6 {
    color: white;
}



/* --------AI INTERPRICES----------     */

div#g1 h3 {
    font-size: 17px !important;!i;!;
    line-height: 22px !important;!i;!;
    opacity: 1;
}

div#g1 .t1 {
    padding: 10px 20px;
    filter: drop-shadow(2px 4px 6px black);
}
#g1 h4.heading-title {
    padding: 10px 20px;
    font-size: 23px !important;
    line-height: 10px !important;
}
#g1 h2 span {
    color: white !important;
}

#g1 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px !important;
    line-height: 45px !important;
    background-color: #11244c;
    color: white;
    display: table;
    margin: auto;
    margin-bottom: 40px;
    padding: 10px 20px !important;
    border-radius: 10px;
}

@media (max-width: 1366px) {
	.top-nav .box1 a {
    font-size: 14px;
    line-height: 24px;
}
}

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

@media (max-width: 1024px) {
	
		
    #ro-3 .txt1 h2,
    #ro-4 h2.tg-section-title.text-white {
        font-size: 40px;
        line-height: 1.2;
    }
    #ro-3 {
        padding-bottom: 70px !important;
    }
    #ro-7 .number.default,
    #ro-7 span.symbol {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px){
	
	
#ro-1 .row-bg.viewport-desktop.using-image {
    background-size: contain;
    background-size: 82% 100%;
}
	#top ul li a {
    font-size: 14px !important;
    line-height: 24px !important;
}
	
}

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

@media (max-width: 900px) {
    #ro-3 {
        padding-bottom: 60px !important;
    }
    #footer-outer #footer-widgets .col.span_4:nth-child(2) {
        padding-left: 0px;
    }
    #copyright .coppy {
        flex-direction: column-reverse !important;
    }
    .top-nav {
        flex-direction: column;
    }
    .top-nav .box1 a {
        display: block;
        margin-bottom: 10px;
    }
}


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

@media (max-width: 768px) {}


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

@media (max-width: 480px) {
    #ro-3 .imgg2 {
        width: 290px;
    }
    #ro-1 h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    #ro-1 .txt1 p {
        font-size: 15px;
        line-height: 1.2;
    }
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2  {
        font-size: 35px;
        line-height: 1.2;
    }
}


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

@media (max-width: 414px) {}


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

@media (max-width: 375px) {}


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

@media (max-width: 360px) {}



h1, h2, h3, h4, h5, h6, h7, p{
font-family: 'aptos-font' !important;
}
.bold,strong,b, ul, li {
    font-family: 'aptos-font' !important;
    font-weight: 600;
}
#INTER1 .row-bg.viewport-desktop.using-image {
    background-position: 50% 90% !important;
    background-repeat: no-repeat;
    background-size: 30%;
    width: 100%;
    opacity: 0.5;
background-attachment: fixed;
}