/*
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
*/
/*---------------Global CSS------------------*/
.nectar-button.medium {
    color: #041D21 !important;
    padding: 9px 18px !important;
    font-size: 14px;
}
/*-----------keyframes-----------*/
/*   animation: rotation 8s infinite linear; */

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
/*-----------keyframes end-----------*/
/*---------------header/navigation-----------------*/
#top li#menu-item-100 a span {
    color: #041D21;
}
#top nav ul.sf-menu.sf-js-enabled.sf-arrows {
    justify-content: flex-end !important;
}
/*---------------section 1-----------------*/
#sec-1 .row-bg-wrap::before {
    content: '';
    background: red;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50px;
}
#sec-1 .row-bg-wrap::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/sec1-star.webp);
    width: 400px;
    height: 570px;
    position: absolute;
    left: 37%;
    top: 22%;
    z-index: 3;
    background-size: 100% 100%;
    animation: rotation 20s infinite linear;
}
#sec-1 .sec1-txt1 h6 {
    display: inline-block;
    background: #22383C;
    padding: 7px 25px;
    border-radius: 26px;
    color: #CFEED2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#sec-1 .sec1-txt1 p {
    width: 84%;
}
/*---------------section 2-----------------*/
#sec-2 .sec2-txt1 h6 {
    display: inline-block;
    background: #22383C;
    padding: 7px 25px;
    border-radius: 26px;
    color: #CFEED2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#sec-2 .sec2-txt1 p {
    width: 43%;
}
#sec-2 #sec2-inr2 > .col > .col > .vc_column-inner {
    border-top: 2px solid #70707054;
    padding-top: 35px;
}
#sec-2 #sec2-inr2 .nectar-milestone .subject {
    font-weight: 500 !important;
    font-family: 'Epilogue';
    font-size: 15px;
    margin-top: 16px;
}
#sec-2 #sec2-inr2 .nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap {
    transform: translateX(163%) translateY(-26%);
    -webkit-transform: translateX(163%) translateY(-26%);
    font-size: 23px !important;
    line-height: 30px !important;
}
#sec-2 #sec2-inr2 > .col > .col:nth-child(even) .nectar-milestone .number .symbol-wrap::before {
	animation: rotation2 15s infinite linear;
}
#sec-2 #sec2-inr2 .nectar-milestone .number .symbol-wrap::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/icon1.webp);
    width: 65px;
    height: 69px;
    position: absolute;
    left: -26px;
    top: -19px;
    background-size: 100% 100%;
    z-index: -2;
	animation: rotation 15s infinite linear;
}
#sec-2 #sec2-inr1 > .row-bg-wrap::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Polygon-1.png);
    width: 310px;
    height: 120%;
    position: absolute;
    right: -223px;
    top: -10%;
    background-size: 100% 100%;
	animation: rotation 20s infinite linear;
}
/*---------------section 3-----------------*/
#sec-3 > .col > .col:nth-child(1) > .vc_column-inner {
    padding: 70px 50px !important;
    color: #fff;
}
#sec-3 .sec3-txt1 h6 {
    display: inline-block;
    background: #22383C;
    padding: 7px 25px;
    border-radius: 26px;
    color: #CFEED2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#sec-3 .sec3-txt1 h3 {
    color: #fff;
    margin: 18px 0;
}
#sec-3 .sec3-txt1 p {
    width: 64%;
}
#sec-3 .sec3-txt2 {
    z-index: 2;
    position: relative;
}
#sec-3 .column-image-bg-wrap.column-bg-layer {
    border-radius: 28px !important;
}
#sec-3 a#sec3-btn2 {
    color: #CFEED2 !important;
	margin-top: 15px;
	z-index: 2;
}
#sec-3 > .col > .col:nth-child(2) > .vc_column-inner {
    background: #CFEED2;
    padding: 70px 30px 30px 30px;
    border-radius: 30px;
    overflow: hidden;
}
#sec-3 .sec3-txt2 h6 {
    display: table;
    background: #22383C;
    color: #CFEED2;
    padding: 5px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
#sec-3 .sec3-txt2 h4 {
    margin-bottom: 90px;
}
/*----column Star after before----*/
#sec-3 > .col > .col:nth-child(2) > .vc_column-inner::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Polygon-1.png);
    width: 280px;
    height: 330px;
    position: absolute;
    left: -140px;
    top: 30px;
    background-size: 100% 100%;
    animation: rotation2 25s infinite linear;
    z-index: 0;
    filter: invert(0) brightness(110%) contrast(100%);
}
#sec-3 > .col > .col:nth-child(2) > .vc_column-inner::after {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/icon2.webp);
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-size: 100% 100%;
	animation: rotation 20s infinite linear;
}
/*---------------section 4-----------------*/
#sec-4 > .col > .col:nth-child(1) > .vc_column-inner {
    background: #CFEED2;
    padding: 25px 30px 20px 30px;
    border-radius: 30px;
	overflow:hidden;
}
#sec-4 .sec4-txt1 h4 {
    margin-bottom: 145px;
}
/*-----*/
#sec-4 .nectar_video_player_self_hosted .wpb_wrapper video, 
#sec-4 .nectar_video_player_self_hosted__overlay {
    object-fit: fill;
}
#sec-4 .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 48%;
}
#sec-4 a#sec4-btn1 {
    color: #CFEED2 !important;
	z-index: 2;
}
/*----column Star after before----*/
#sec-4 > .col > .col:nth-child(1) > .vc_column-inner::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Polygon-1.png);
    width: 280px;
    height: 330px;
    position: absolute;
    left: -140px;
    top: 30px;
    background-size: 100% 100%;
    animation: rotation 25s infinite linear;
    z-index: 0;
    filter: invert(0) brightness(110%) contrast(100%);
}
#sec-4 > .col > .col:nth-child(1) > .vc_column-inner::after {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/icon2.webp);
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-size: 100% 100%;
	animation: rotation2 20s infinite linear;
}
/*---------------section 5-----------------*/ 
#sec-5 #sec5-inr1 > .col > .col > .vc_column-inner { 
    padding-top: 32px;
    border-top: 2px solid #70707069;
}
#sec-5 .sec5-txt1 h6 {
    display: table;
    margin: 0 auto;
    background: #22383C;
    color: #CFEED2;
    padding: 5px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#sec-5 #sec5-inr1 > .col > .col > .vc_column-inner .sec5-img1a {
    transition: 0.8s;
	transform: scale(1);
}
#sec-5 #sec5-inr1 > .col > .col > .vc_column-inner:hover .sec5-img1a {
    transition: 0.8s;
    transform: scale(1.05);
}
/*---------------section 6-----------------*/
#sec-6 .sec6-txt1 p {
    width: 37%;
}
/*---------------section 7-----------------*/
#sec-7 .sec7-txt1 h6 {
    display: table;
    margin: 0 auto;
    background: #22383C;
    color: #CFEED2;
    padding: 5px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
#sec-7 .sec7-txt1a,
#sec-7 .sec7-txt2a {
    border: 1px solid #707070;
    padding: 35px 35px 50px 35px;
    border-radius: 20px;
}
#sec-7 .sec7-txt1a h6, 
#sec-7 .sec7-txt2a h6 {
    border-bottom: 1px solid #707070;
    padding-bottom: 26px;
    margin-bottom: 22px;
    font-size: 12px;
    color: #707070;
}
#sec-7 .sec7-txt1 p {
    padding: 10px 0;
}
/*---------------section 8-----------------*/
/* =========social icons========= */
#sec-8 .social-icons ul {
    margin-left: 0;
    margin-top: 40px;
}
#sec-8 .social-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
#sec-8 .social-icons ul li a {
    background: #CFEED2;
    color: #041D21;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 15px;
}
/* =========social icons end========= */
#sec-8 .sec8-txt1 h2 {
    padding: 15px 0;
}
#sec-8 .sec8-txt1 h6 {
	display:table;
    background: #22383C;
    color: #CFEED2;
    padding: 5px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
#sec-8 > .col > .col:nth-child(2) > .vc_column-inner {
    border: 1px solid #70707096;
    border-radius: 20px;
    padding: 45px 40px 35px 40px;
}
#sec-8 form input,
#sec-8 form textarea {
    border: 1px solid #70707096;
    background: transparent;
    color: #70707096;
}
#sec-8 form textarea {
    height: 150px;
}
#sec-8 form input[type="submit"] {
    background: #CFEED2;
    color: #22383C;
    border-color: #CFEED2;
    padding: 9px 30px !important;
    font-family: inter !important;
    border-radius: 8px !important;
}
/*---------------section 9/Map-----------------*/
/*---------------section 10-----------------*/
#sec-10 {
    padding-bottom: 35px !important;
    margin-bottom: 0;
}
#sec-10 .blog-recent .post.type-post .article-content-wrap {
    background: transparent !important;
    padding: 15px 15px !important;
}
#sec-10 .blog-recent .post.type-post .inner-wrap.post.type-post {
	background: transparent !important;
	box-shadow: unset;
}
#sec-10 .blog-recent .post.type-post .article-content-wrap .post-header h3.title {
    font-size: 17px;
    color: #22383C;
    font-family: 'Epilogue';
    line-height: 1.8;
}
#sec-10 .blog-recent .post.type-post .inner-wrap.post.type-post span.meta-category {
    display: none;
}
#sec-10 .sec10-txt1 h6 {
    display: table;
    margin: 0 auto;
    background: #22383C;
    color: #CFEED2;
    padding: 5px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
/*---------------footer-----------------*/
/*----------footer-1------------*/
	#footer-1 .footer-logo {
    margin-bottom: 22px;
}
#footer-1 #footer1-inr1 {
    margin-bottom: 0;
}
#footer-1 #footer1-inr2 {
    margin-bottom: 0;
    padding-bottom: 30px !important;
}
#footer-1 form {
    width: 60%;
    margin: 0 auto;
    position: relative;
}
#footer-1 form .gjs-row {
    margin: 0 auto;
}
#footer-1 form input[type="email"] {
    border: 1px solid #CFEED2;
    color: #F8F9F7;
    width: 75%;
    float: left;
}
#footer-1 form input[type="submit"] {
    position: absolute;
    right: 0;
    top: -2px;
    width: 20%;
}
#footer-1 ul#menu-footer-menu1 {
    display: flex;
    justify-content: space-between;
	margin-left:0;
}
#footer-1 ul#menu-footer-menu1 li {
    list-style: none;
	width:32%;
	padding: 25px 30px 25px 70px !important;
    background: #274141;
    border-radius: 10px;
	justify-content: center;
    display: flex;
}
#footer-1 ul#menu-footer-menu1 li a {
	position:relative;
}
#footer-1 ul#menu-footer-menu1 li a:hover,
#footer-1 ul li a:hover {
    color: #cdefd4;
}
#footer-1 ul#menu-footer-menu1 li#menu-item-101 a::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Group-56.webp);
    width: 39px;
    height: 39px;
    position: absolute;
    left: -50px;
    top: -12px;
    background-size: 100% 100%;
}
#footer-1 ul#menu-footer-menu1 li#menu-item-102 a::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Group-56-1.webp);
    width: 39px;
    height: 39px;
    position: absolute;
    left: -54px;
    top: -10px;
    background-size: 100% 100%;
}
#footer-1 ul#menu-footer-menu1 li#menu-item-103 a::before {
    content: '';
    background: url(https://samplelinksweb.com/tkm/wp-content/uploads/2025/08/Group-56-2.webp);
    width: 39px;
    height: 39px;
    position: absolute;
  	left: -54px;
    top: -10px;
    background-size: 100% 100%;
}
#footer-1 #footer1-inr2 ul li {
    list-style: none;
    padding-bottom: 12px;
}
#footer-1 #footer1-inr2 ul {
    margin-left:0;
}
/*--------footer-2-----------*/
#footer-2 .menu-copyright-menu-container ul#menu-copyright-menu li {
    list-style: none;
    margin-left: 60px;
}
#footer-2 .menu-copyright-menu-container ul#menu-copyright-menu {
	margin-bottom: 0;
	 margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}
/* ==========// Desktop //=========== */
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1300px) {
	#sec-1 .sec1-txt1 h1 {
    font-size: 41px;
    line-height: 1.3;
}
	#sec-6 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}
}
@media (max-width: 1280px) {
	#sec-3 .sec3-txt2 h4 {
    margin-bottom: 80px;
    font-size: 26px;
}
	#sec-4 .sec4-txt1 {
    z-index: 2;
    position: relative;
}
	#sec-4 .sec4-txt1 h4 {
    margin-bottom: 130px;
	font-size: 26px;
}
}
@media (max-width: 1226px) {
	    #sec-1 .sec1-txt1 h1 {
        font-size: 38px;
        line-height: 1.4;
    }
	#sec-1 .sec1-txt1 p {
    width: 88%;
}
	#sec-2 .sec2-txt1 p {
    width: 50%;
}
	#sec-2 #sec2-inr2 .nectar-milestone .subject {
    font-size: 13px;
    margin-top: 10px;
}
	#sec-3 > .col > .col:nth-child(2) > .vc_column-inner {
    background: #CFEED2;
    padding: 45px 27px 28px 27px;
    border-radius: 30px;
    overflow: hidden;
}
	#sec-3 .sec3-txt1 p {
    width: 70%;
}
	#sec-5 .sec5-txt2 h6 {
    font-size: 16px;
}
	#sec-10 .sec10-txt1 h2 {
    font-size: 37px;
}
	#footer-1 #footer1-inr1 {
    padding-bottom: 25px !important;
}
}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																														@media (max-width: 1024px) {
	    #sec-1 .sec1-txt1 h1 {
        font-size: 31px;
        line-height: 1.5;
    }
	    #sec-2 #sec2-inr2 .nectar-milestone .subject {
        font-size: 12px;
        margin-top: 6px;
    }
	    #sec-2 .sec2-txt1 p {
        width: 60%;
    }
	    #sec-3 .sec3-txt2 h4 {
        margin-bottom: 70px;
        font-size: 20px;
        line-height: 1.4;
    }
	#sec-3 .sec3-txt1 h3 {
    margin: 10px 0;
    font-size: 28px;
}
	    #sec-3 .sec3-txt1 p {
        width: 90%;
    }
	#sec-4 .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 57%;
}
	    #sec-4 .sec4-txt1 h4 {
        margin-bottom: 90px;
        font-size: 20px;
        line-height: 1.4;
    }
	    #sec-5 .sec5-txt2 h6 {
        font-size: 14px;
    }
	#sec-5 .sec5-txt2 p {
    font-size: 12px;
    line-height: 1.6;
}
	    #sec-6 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
	#sec-6 .sec6-txt1 p {
    width: 54%;
}
	#sec-7 .sec7-txt2a h5,
	#sec-7 .sec7-txt1a h5 {
    font-size: 19px;
}
	#sec-7 .sec7-txt1a, 
	#sec-7 .sec7-txt2a {
    padding: 25px 20px 35px 20px;
}
	#sec-8 .sec8-txt1 h2 {
    font-size: 35px;
}
	#sec-8 > .col > .col:nth-child(2) > .vc_column-inner {
    padding: 45px 25px 30px 25px;
}
	#sec-9 iframe {
    height: 350px;
}
	#sec-10 .sec10-txt1 h2 {
        font-size: 32px;
    }
	#sec-10 .blog-recent .post.type-post .article-content-wrap .post-header h3.title {
    font-size: 14px;
    line-height: 1.3;
}
	#footer-1 form {
    width: 75%;
}
	#footer-1 ul#menu-footer-menu1 li {
    padding: 25px 20px 25px 66px !important;
}
	#footer-1 ul#menu-footer-menu1 li a {
    font-size: 13px;
}
	#footer-1 ul#menu-footer-menu1 li#menu-item-101 a::before {
    top: -2px;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
	#sec-1 {
    text-align: center;
}
	    #sec-1 .sec1-txt1 p {
        margin: 0 auto;
    }
	#sec-2 {
    text-align: center;
}
	    #sec-2 .sec2-txt1 p {
        width: 90%;
        margin: 0 auto;
    }
	#sec-2 #sec2-inr2 .nectar-milestone {
    text-align: center;
}
	    #sec-2 #sec2-inr2 .nectar-milestone .subject {
        font-size: 13px;
    }
	#sec-2 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 15px !important;
}
	#sec-3 > .col > .col:nth-child(1) > .vc_column-inner {
    text-align: center;
}
	    #sec-3 .sec3-txt1 p {
        margin: 0 auto;
    }
	#sec-3, 
	#sec-4 {
    text-align: center;
}
	#sec-3 .sec3-txt2 p, 
	#sec-4 .sec4-txt1 p {
    font-size: 14px;
    font-weight: 600;
}
	#sec-3 .sec3-txt2 h6 {
    margin: 0 auto;
    margin-bottom: 22px;
}
	#sec-4 .sec4-txt1 p {
    width: 70%;
    margin: 0 auto;
}
	#sec-4 .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
        padding-top: 51%;
    }
	#sec-5 {
    text-align: center;
}
	    #sec-5 .sec5-txt2 h6 {
        font-size: 17px;
    }
	    #sec-6 {
        padding-top: 105px !important;
        padding-bottom: 105px !important;
    }
	    #sec-7 .sec7-txt1a, #sec-7 .sec7-txt2a {
        padding: 35px 35px 50px 35px;
    }
	#sec-7 #sec7-inr1 {
    padding: 10px 110px;
}
	#sec-8 {
    text-align: center;
}
	#sec-8 .sec8-txt1 h6 {
    margin: 0 auto;
}
	#sec-8 form .row {
    padding-bottom: 0;
}
	    #sec-8 > .col > .col:nth-child(2) > .vc_column-inner {
        padding: 45px 35px 30px 35px;
        margin: 0 45px;
    }
	#sec-8 form span.wpcf7-spinner {
    display: none;
}
	#sec-10 {
    text-align: center;
}
	#sec-10 .blog-recent .post.type-post .article-content-wrap .post-header h3.title {
        font-size: 19px;
        line-height: 1.4;
    }
	#footer-1 .footer-logo {
    margin-bottom: 32px;
    width: 55%;
}
#footer-1 ul#menu-footer-menu1 li {
    width: 48%;
}
	    #footer-1 ul#menu-footer-menu1 li#menu-item-101 a::before {
        top: -11px;
    }
	#footer-1 ul#menu-footer-menu1 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
	#footer-1 form {
        width: 92%;
    }
	#footer-1 form input[type="submit"] {
    width: 22%;
}
	#footer-2 .cpr-txt1 {
    text-align: center;
}
	#footer-2 .menu-copyright-menu-container ul#menu-copyright-menu {
    justify-content: space-between;
    width: 46%;
    margin: 0 auto;
}
	#footer-2 .menu-copyright-menu-container ul#menu-copyright-menu li {
    margin-left: 0;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}