/*
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
*/
.home .container-wrap {
    padding: 0px !important;
}
div#galll-sec-inn img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 20px;
}
div#event-inner .vc_col-sm-4 .vc_column-inner {
    min-height: 430px;
}
div#testimonial-inner {
    min-height: 380px;
}
/* ======================================== */
.material #header-secondary-outer>.container, .material #header-secondary-outer>.container>nav {
    display: flex;
}
div#header-secondary-outer .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
}
div#header-secondary-outer {
    padding: 5px 0px !important;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li ruby {
    font-weight: 700;
    margin-right: 5px;
    font-size: 14px;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #121212;
    border-radius: 50%;
    transition: .5s;
    font-size: 17px;
	color: #121212;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:hover i {
	background: #121212;
    border-color: #121212;
    transition: .5s;
	color: #ECCA71;
}
div#header-secondary-outer .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
div#header-secondary-outer .socliy ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #121212;
    border-radius: 20%;
    transition: .5s;
    color: #121212;
}
div#header-secondary-outer .socliy ul li:hover i {
    background: #121212;
    border-color: #121212;
    transition: .5s;
	color: #fff;
}
/* =========================================== */
.current-menu-item span {
    font-weight: 800;
    color: #ECCA71;
}
#top nav>ul>li[class*=button_bordered]>a:before {
    border-color: #fff;
}
body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_bordered"] > a:before {
    border-radius: 30px !important;
}
/* ========================================= */
div#revoluiton-slider {
    margin-bottom: 0px !important;
}
div#revoluiton-slider a#SR7_1_1-1-3 i {
    right: 0;
    color: #121212;
    transition: .5s;
    font-size: 15px;
    width: 19px;
    height: 19px;
    border: 1px solid #121212;
    border-radius: 50%;
    margin-left: 8px;
}
/* ==================================== */
div#about {
    padding: 40px 0px !important;
    margin: 0px !important;
}
div#about-inner img.rigt-img, div#about-inner img.lft-img {
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#about-inner img.rigt-img {
    float: right;
    margin-bottom: -210px;
}
div#about-inner .t-1 p em {
    display: block;
    background: #fd8c0114;
    padding: 20px;
    border-left: 4px solid #ECCA71;
    font-size: 20px;
}
div#about-inner .iwithtext {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0px 170px 95px 0px !important;
}
div#about-inner .iwithtext img {
    width: unset;
}
div#about-inner .iwithtext .iwt-text {
    padding-left: 85px;
    padding-top: 10px;
}
div#about-inner .iwithtext .iwt-text p a {
    font-weight: 600;
    opacity: 1;
}
/* ============================ */
h5 img {
    display: inline-block !important;
    margin-bottom: 5px !important;
}
a.nectar-button.small.regular.accent-color.regular-button.btn {
    padding: 15px 50px 15px 25px !important;
    border-radius: 30px !important;
    font-size: 15px;
    color: #121212;
    position: relative;
}
a.nectar-button.small.regular.accent-color.regular-button.btn:before {
    content: "\f054" !important;
    position: absolute;
    font-family: 'fontawesome' !important;
    right: 0;
    color: #121212;
    transform: rotate(-40deg);
    transition: .5s;
    font-size: 10px;
    width: 19px;
    height: 18px;
    border: 1px solid #121212;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
a.nectar-button.small.regular.accent-color.regular-button.btn:hover:before {
    transition: .9s;
    transform: rotate(0deg);
}
/* ===================================================== */
div#service {
    padding: 40px 0px !important;
    margin: 0 !important;
}
div#service-inner .hover-wrap {
    margin: 0;
}
div#service-inner .t-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    padding: 40px 0px !important;
}
div#service-inner .t-1 h6 a {
    opacity: 1;
    text-decoration: underline;
}
/* ===================================================== */
div#milstone {
    padding: 50px 0px !important;
    margin: 0;
}
div#milstone .row-bg {
    position: relative;
}
div#milstone .row-bg:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;	
}
div#milstone .row-bg:after {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
div#milstone-inner .row-bg:before, div#milstone-inner .row-bg:after {
	display: none;
}
div#milstone-inner .number.default h5 {
    font-style: normal;
    font-weight: 800;
    font-family: 'Fira Sans';
}
/* div#milstone-inner span.symbol {
    color: #ECCA71;
} */
div#milstone-inner .subject {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 15px;
}
/* =========================================== */
div#event {
    padding: 40px 0px !important;
    margin: 0px !important;
}
div#event-inner .vc_col-sm-4 .vc_column-inner {
    background: #fff;
    padding: 20px 35px !important;
    position: relative;
    transition: .9s;
    border-bottom: 5px solid #0000004a;
}
div#event-inner .vc_col-sm-4:hover .vc_column-inner {
    background: #ECCA71;
    transition: .9s;
	filter: drop-shadow(2px 4px 6px #ccc);
	border-bottom: 5px solid #0000;
}
div#event-inner .vc_col-sm-4 .vc_column-inner:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/Picture.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 80px;
    transition: .9s;
    transform: translate(-15px, 15px);
}
div#event-inner .vc_col-sm-4:hover .vc_column-inner:before {
    transition: .9s;
    transform: translate(0px, 0px);
}
div#event-inner .vc_col-sm-4:hover p span {
    color: #121212 !important;
    transition: .9s;
}
div#event-inner h6 a {
    position: relative !important;
    padding-right: 25px !important;
}
div#event-inner h6 a:before {
    content: "\f054" !important;
    position: absolute;
    font-family: 'fontawesome' !important;
    right: 0;
    color: #121212;
    transform: rotate(-40deg);
    transition: .5s;
    font-size: 10px;
    width: 19px;
    height: 18px;
    border: 1px solid #121212;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 0px;
}
div#event-inner h6 a:hover:before {
    transform: rotate(0deg);
    transition: .9s;
}
/* ========================================== */
div#why-choose {
    padding: 40px 0px !important;
    margin: 0px !important;
}
div#why-choose-inner .hover-wrap {
    position: relative;
}
div#why-choose-inner .hover-wrap:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 9;
    margin: -60px -50px !important;
}
div#why-choose-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#why-choose-inner .iwithtext:hover .iwt-icon img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(51%) saturate(386%) hue-rotate(1deg) brightness(105%) contrast(85%);
}
div#why-choose-inner .iwithtext .iwt-text {
    padding-left: 65px;
}
div#why-choose-inner .iwithtext .iwt-text h3 {
    margin: 0;
}
/* ==================================== */
div#Legacy .row-bg:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;	
}
div#Legacy .row-bg:after {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin-right: 45%;
}
div#Legacy-inner .row-bg:before, div#Legacy-inner .row-bg:after {
	display: none;
}
div#Legacy .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    height: 400px;
    top: unset;
    bottom: 0;
}
div#Legacy-inner a.nectar-button.small.regular.accent-color.regular-button.btn {
    margin-bottom: 90px !important;
}
/* ============================================ */
div#testimonial {
    padding: 40px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 20px;
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 35px 25px !important;
    transition: .9s;
    position: relative;
}
div#testimonial-inner:hover {
    background: #ECCA71;
    transition: .9s;
}
div#testimonial-inner:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/Picture-Icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 80px;
    transition: .9s;
    transform: translate(15px, -15px);
}
div#testimonial-inner:hover:before {
    transition: .9s;
    transform: translate(0px, 0px);
}
div#testimonial-inner .iwithtext {
    margin: 0 auto;
    display: table;
}
div#testimonial-inner .iwithtext img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-text {
    text-align: left;
	padding-left: 65px;
}
div#testimonial-inner .iwithtext .iwt-text h4 {
    margin: 0;
}
div#testimonial-inner:hover p span {
    color: #121212 !important;
    transition: .9s;
}
div#testimonial-inner:hover img.img-with-animation.skip-lazy {
    filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(61%) hue-rotate(142deg) brightness(95%) contrast(98%);
}
/* ==================================================== */
div#gallery {
    padding: 40px 0px !important;
    margin: 0;
}
div#gallery a.nectar-button.small.regular.accent-color.regular-button.btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
}
div#gallery img.img-with-animation.skip-lazy {
    width: 100%;
}
div#gallery .hover-wrap-inner a:before {
    content: "";
    background-color: #1212126e;
    z-index: 12;
    width: 0%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    transition: .9s;
    left: 0px;
    border-radius: 25px 25px 0px 0px !important;
}
div#gallery .hover-wrap-inner a:after {
    content: "";
    background-color: #1212126e;
    z-index: 12;
    width: 0%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    position: absolute;
    transition: .9s;
	right: 0px;
	border-radius: 0px 0px 25px 25px !important;
}
div#gallery .hover-wrap-inner:hover :before, div#gallery .hover-wrap-inner:hover :after {
    width:100%;
	transition: .9s;
}
/* ===================================== */
div#contact {
    padding: 40px 0px !important;
}
div#contact-inner .vc_col-sm-6 .vc_column-inner {
    background: #ECCA71;
    padding: 30px;
}
div#gform_fields_1 {
    row-gap: 15px !important;
}
div#contact-inner input, div#contact-inner textarea#input_1_6 {
    border: unset !important;
    border-radius: 20px !important;
    height: 45px !important;
}
div#contact-inner textarea#input_1_6 {
    min-height: 150px;
}
div#contact-inner input#gform_submit_button_1 {
    width: 100%;
    background: #121212 !important;
    font-weight: 500;
}
div#contact-inner .t-3 {
    border-bottom: 1px solid #121212;
    padding-bottom: 20px;
}
div#contact-inner h3 {
    color: #121212;
}
div#contact-inner .socliy ul {
    margin: 0px !important;
}
div#contact-inner .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
div#contact-inner .socliy ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 50%;
    font-size: 20px;
    color: #121212;
}
div#contact-inner .socliy ul li:hover i {
    background: #ECCA71;
    transition: .5s;
}
/* ============================================= */
div#footer-outer:before {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;	
	margin: 90px 0px 0px 20px !important;
}
div#footer-outer:after {
    content: "";
    background-image: url(https://legacydevelopers.org/wp-content/uploads/2025/04/BG-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin: 0px 20px 90px 0px !important;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#footer-outer .widget h4 {
    text-transform: capitalize !important;
    font-size: 25px;
    font-weight: 400;
    font-family: "DM Serif Text";
    position: relative;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}
div#footer-outer .widget h4:before {
    content: "";
    background: #ECCA71;
    position: absolute;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#footer-widgets ul#menu-quicks-links li a, div#footer-widgets ul#menu-useful-links li a {
    position: relative !important;
    padding-left: 30px !important;
}
div#footer-widgets ul#menu-quicks-links li a:before, div#footer-widgets ul#menu-useful-links li a:before {
    content: "\f054" !important;
    position: absolute;
    font-family: 'fontawesome' !important;
    left: 0;
    color: #ECCA71;
    transform: rotate(-40deg);
    transition: .5s;
    font-size: 10px;
    width: 19px;
    height: 18px;
    border: 1px solid #ECCA71;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#footer-widgets ul#menu-quicks-links li:hover a:before, div#footer-widgets ul#menu-useful-links li:hover a:before {
    transition: .5s;
    transform: rotate(0deg);
}
div#footer-widgets ul#menu-contact-info li Strong {
    display: block;
    color: #FFF4E2;
}
div#footer-widgets ul#menu-contact-info li a {
    color: #CCCCCC !important;
}
/* =========================================== */
div#copyright {
    padding: 20px 0px !important;
}
/* ====================================== */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	.text-lft {
    margin-left: -80px !important;
}
}
@media (max-width: 1440px) {
	    .text-lft {
        margin-left: -140px !important;
    }
	div#milstone .row-bg:before {
    width: 100px;
    height: 100px;
}
	div#milstone .row-bg:after {
    width: 100px;
    height: 100px;
}
	div#why-choose-inner .hover-wrap:before {
    width: 100px;
    height: 100px;
    margin: -40px -40px !important;
}
	div#Legacy .row-bg:after {
    width: 100px;
    height: 100px;
    margin-right: 45%;
}
	div#Legacy .row-bg:before {
    width: 100px;
    height: 100px;
}
	div#footer-outer:before {
    width: 100px;
    height: 100px;
    margin: 20px 0px 0px 20px !important;
}
	div#footer-outer:after {
    width: 100px;
    height: 100px;
    margin: 0px 20px 90px 0px !important;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	.text-lft {
        margin-left: -130px !important;
    }
	div#revoluiton-slider a#SR7_1_1-1-3 i {
    font-size: 12px;
    width: 14px;
    height: 14px;
}
	div#about-inner .iwithtext {
    margin: 0px 120px 95px 0px !important;
}
}
@media (max-width: 1080px) {
	.text-lft {
        margin-left: -90px !important;
    }
	div#about {
    padding: 20px 0px !important;
}
	div#about-inner .t-1 p em {
    font-size: 15px;
}
	p, li a {
    font-size: 14px;
    line-height: 24px;
}
	   div#about-inner .iwithtext {
        margin: 0px 50px 75px 0px !important;
    }
	div#about-inner .iwithtext img {
    width: 60px;
}
	div#about-inner .iwithtext .iwt-text {
    padding-left: 65px;
    padding-top: 0px;
}
	a.nectar-button.small.regular.accent-color.regular-button.btn {
    padding: 12px 50px 12px 20px !important;
    font-size: 14px;
}
	div#service {
    padding: 20px 0px !important;
}
	div#milstone {
    padding: 30px 0px !important;
}
	div#milstone .row-bg:before {
        width: 80px;
        height: 80px;
    }
	div#milstone .row-bg:after {
        width: 80px;
        height: 80px;
    }
	div#event-inner .vc_col-sm-4 .vc_column-inner {
    padding: 20px 20px !important;
}
	div#event-inner .vc_col-sm-4 .vc_column-inner:before {
    width: 80px;
    height: 60px;
}
	div#event {
    padding: 20px 0px !important;
}
	div#why-choose {
    padding: 20px 0px !important;
}
	div#why-choose-inner .iwithtext .iwt-text p br {
    display: none;
}
	    div#why-choose-inner .hover-wrap:before {
        width: 80px;
        height: 80px;
        margin: -20px -20px !important;
    }
	div#Legacy .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	div#Legacy .row-bg:before {
        width: 80px;
        height: 80px;
    }
	    div#Legacy .row-bg:after {
        width: 80px;
        height: 80px;
        margin-right: 45%;
    }
	div#testimonial {
    padding: 20px 0px !important;
}
	div#testimonial-inner {
    margin: 0px 10px;
    padding: 25px 15px !important;
}
	div#testimonial-inner:before {
    bottom: 0;
    width: 80px;
    height: 60px;
}
	div#contact-inner p br {
    display: none;
}
	div#contact-inner input, div#contact-inner textarea#input_1_6 {
    height: 40px !important;
}
	div#contact-inner textarea#input_1_6 {
    min-height: 110px;
}
	div#gallery {
    padding: 20px 0px !important;
}
	div#contact {
    padding: 20px 0px !important;
}
	 div#footer-outer:before {
        width: 80px;
        height: 80px;
        margin: 20px 0px 0px 20px !important;
    }
	div#footer-outer:after {
        width: 80px;
        height: 80px;
        margin: 0px 20px 90px 0px !important;
    }
	div#footer-outer .widget h4 {
    font-size: 22px;
}
}
@media (max-width: 1024px) {
	    .text-lft {
        margin-left: -80px !important;
    }
	    div#about-inner .iwithtext {
        margin: 0px 50px 55px 0px !important;
    }
	div#event-inner h3 {
    font-size: 20px;
}
	p, li a {
        font-size: 13px;
        line-height: 23px;
    }
	div#service-inner .t-1 {
    padding: 20px 0px !important;
}
}
@media (max-width: 912px) {
	    body #header-secondary-outer[data-secondary-text=true] ul {
        display: block;
    }
	.text-lft {
        margin-left: -100px !important;
    }
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 65px !important;
    }
	div#about-inner {
    margin: 0px 110px;
    text-align: center;
}
	div#about-inner img.rigt-img {
    float: unset;
    margin-bottom: -140px;
}
	    div#about-inner .iwithtext {
        margin: 20px 0px 0px 0px !important;
        position: relative;
    }
	   div#about-inner .iwithtext .iwt-text {
        padding-left: 0px;
        padding-top: 0px;
    }
	div#about-inner .iwithtext .iwt-icon {
    position: unset;
}
	div#about-inner .iwithtext img {
        width: 60px;
        margin: 0;
    }
	div#service-inner {
        margin: 20px 100px;
        text-align: center;
    }
	div#service-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
	div#event-inner {
    margin: 0px 150px;
}
	div#why-choose-inner {
    text-align: center;
    margin: 0px 110px;
}
	div#why-choose-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
	div#why-choose-inner .iwithtext .iwt-icon {
    position: unset;
}
	    div#Legacy .row-bg.viewport-desktop.using-image {
        background-size: cover;
        height: 100%;
    }
	    div#Legacy-inner {
        text-align: center;
        margin: 30px 140px;
    }
	div#Legacy-inner a.nectar-button.small.regular.accent-color.regular-button.btn {
    margin-bottom: 0px !important;
}
	div#Legacy .row-bg:after {
        width: 80px;
        height: 80px;
        margin-right: 0%;
    }
	div#testimonial-inner {
        margin: 0px 20px;
        padding: 25px 25px !important;
    }
	div#gallery a.nectar-button.small.regular.accent-color.regular-button.btn {
    position: relative;
    margin: 0 auto;
    display: table;
}
	div#gallery {
    text-align: center;
}
	div#contact-inner {
    margin: 0px 90px;
}
	div#contact-inner .link {
    margin: 0 auto;
    display: table;
    text-align: center;
}
	div#contact-inner .wpb_text_column.wpb_content_element {
    text-align: center;
}
	div#gallery-inner {
    margin: 20px 80px;
}
		div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    display: unset;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
		.text-lft {
        margin-left: -90px !important;
    }
	#slide-out-widget-area .secondary-header-text, body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content {
    margin-bottom: 15px !important;
    background-color: unset !important;
    padding: 0px 0px !important;
}
	.secondary-header-text ul li {
    display: inline;
    margin-right: 10px;
}
	.text-lft {
        margin-left: -50px !important;
    }
	div#revoluiton-slider a#SR7_1_1-1-3 i {
        font-size: 10px;
        width: 12px;
        height: 12px;
    }
	    div#about-inner {
        margin: 0px 0px;
    }
	div#service-inner {
        margin: 10px 0px;
    }
	    div#about-inner .t-1 p em {
        font-size: 12px;
        padding: 10px;
    }
	    div#milstone .row-bg:before {
        width: 60px;
        height: 60px;
    }
	    div#milstone .row-bg:after {
        width: 60px;
        height: 60px;
    }
	    div#event-inner {
        margin: 0px 0px;
    }
	    div#why-choose-inner {
        margin: 0px 0px;
    }
	div#Legacy-inner {
        margin: 20px 0px;
    }
	    div#Legacy .row-bg:before {
        width: 60px;
        height: 60px;
    }
	    div#Legacy .row-bg:after {
        width: 60px;
        height: 60px;
    }
	    div#gallery-inner {
        margin: 10px 0px;
    }
	div#gallery .hover-wrap-inner a:before {
    border-radius: 15px 15px 0px 0px !important;
}
	div#gallery .hover-wrap-inner a:after {
    border-radius: 0px 0px 15px 15px !important;
}
	    div#contact-inner {
        margin: 0px 0px;
    }
	div#footer-outer:before {
        width: 60px;
        height: 60px;
        margin: 0px 0px 0px 10px !important;
    }
	div#footer-outer:after {
        width: 60px;
        height: 60px;
        margin: 0px 10px 80px 0px !important;
    }
	h1 {
    font-size: 22px !important;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

@-moz-document url-prefix() {  
#testimonial-inner {
  height: 370px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 912px) {}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#testimonial-inner {
  height: 340px;
}
	}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {
	#testimonial-inner {
  height: 370px;
}
	}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}