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

.hide-col .vc_column-inner {
    display: none !important;
}
.single-post .comment-wrap {
    display: none;
}
#gallery-inr .nectar-video-box img {
    max-height: 400px !important;
    object-fit: cover;
}
.single-post ul.controls {
    display: none !important;
}

.single-post div#author-bio {
    display: none;
}

.single-post div#single-below-header {
    display: none;
}

.single-post a.uncategorized {
    display: none !important;
}

/* ************************** HERO SECTION CSS START ************************** */

a#cta-btn {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px !important;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    transition: all 0.5s;
    overflow: hidden;
    background: #FF4D00 !important;
    border: 2px solid #FF4D00;
}

a#cta-btn:hover, li#menu-item-19 a:hover {
    box-shadow: unset !important;
    transform: unset;
    opacity: 1;
    background: #fff !important;
    border: 2px solid #FF4D00;
    color: #fff;
}

a#cta-btn:before, li#menu-item-19 a:before {
    content: "";
    background: #FF4D00 !important;
    height: 190%;
    width: 130%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: unset;
    transition: all 0.5s;
}
a#cta-btn:hover:before{
     transform: skew(-17deg, 27deg) !important;
}
 li#menu-item-19 a:hover:before{
     transform: skew(0deg, 27deg) !important;
}
li#menu-item-19 a {
     font-family: 'Open Sans';
  
    font-size: 22px;
    line-height: 30px !important;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    transition: all 0.5s;
    overflow: hidden;
    background: #FF4D00 !important;
        border: 2px solid #FF4D00;
}
li#menu-item-19 a span{
    color: #fff; 
}
li#menu-item-19 a span:after{
    display: none !important;
}

li#menu-item-19 a:before {
    height: 130%;
    width: 110%;
}

h1 {
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 155px;
    line-height: 140px !important;
}

.grad{
  background: linear-gradient(180deg, #262626 40%, #B8C2CE);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;  
}
.heading-style h6 {
    background: #ff4d002e;
    color: #FF4D00;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    font-family: 'DM Sans';
    font-size: 28px;
    line-height: 36px;
}

#hero .nectar-post-grid-item .content {padding: 20px !important;}

#hero .nectar-post-grid-item .content h3.post-heading, .nectar-post-grid-item .content h3.post-heading a {
    font-size: 14px;
    line-height: 22px !important;
    color: #262626 !important;
    max-width: unset !important;
}
#hero  #hero  .nectar-post-grid-item .content h3.post-heading a span {

    color: #262626 !important;
}




#hero  .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #262626;
    margin: unset;
}

#hero  .nectar-post-grid-item .content * {
    color: unset !important;
}

#hero .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
    max-width: unset;
    margin: unset;
}

#hero .nectar-post-grid-item .bg-overlay {
    background: linear-gradient(0deg, #F2F2F2 20%, transparent 50%);
    opacity: 1;
}

div#hero .hover-wrap-inner img {
    min-width: 530px;
    position: relative;
    left: 10px;
    margin-bottom: -10px;
}
div#hero .row-bg {
    position: relative;
}

div#hero .row-bg:before {
    content: "";
    background: url(https://dev-demo-client.site/shaun-brooks/wp-content/uploads/2026/03/ball.png);
    position: absolute;
    left: 10%;
    top: 15%;
    background-position: left top;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 30%;

    animation: bounceBall 2s infinite ease-in-out;
}
.orange {
    color: #ff591f !important;
}
/* Bounce Animation */
@keyframes bounceBall {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-20px);
    }
}

/* ************************** HERO SECTION CSS END ************************** */






/* ************************** FOOTER SECTION CSS START ************************** */

#footer ul.social-icons li a i {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #FF4D00;
    transition: all 0.5s;
}

#footer ul.social-icons li a i:hover {
    transform: scale(0.95);
}

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

#copyright {
    text-align: center;
}

#footer img {
    max-width: 150px;
}

div#footer p, div#footer ul li a, div#copyright   a, div#copyright  p {
    font-size: 22px;
    line-height: 30px !important;
    color: #64748B;
}
div#footer ul li {
    list-style: none;
    margin-bottom: 10px;
}


div#footer ul {
    margin: unset;
}

div#footer h6 {
    color: #FF4D00;
    text-transform: uppercase;
    font-family: 'Albert Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
}

div#copyright {
    border-top: 1px solid #d5d5d5;
}
/* ************************** FOOTER SECTION CSS END ************************** */



/* ************************** ABOUT SECTION CSS START ************************** */

#about img {
    max-width: 550px;
}

#about .flip-box-front {
    min-height: 1160px !important;
    border-radius: 20px;
}

#about .flip-box-back {
    min-height: 1090px !important;
    border-radius: 20px;
}

h2 {
    color: #0F172A;
}
div#about  .col-left .vc_column-inner {
    POSITION: RELATIVE;
}

div#about  .col-left .vc_column-inner .wpb_text_column {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

div#about  .col-left .vc_column-inner p {
    color: #ffff;
}

div#about  .col-left .vc_column-inner .hover-wrap-inner {
    position: relative;
}

div#about  .col-left .vc_column-inner .hover-wrap-inner:before {
    content: "";
    background: linear-gradient(
0deg, black, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.services-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 19px;
}
.service-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.content h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 24px !important;
    text-transform: capitalize !important;
}
.content p {
    font-size: 16px;
    color: #64748B;
    line-height:23px;
    max-width: 230px;
    font-weight: 700;
}
#orange-btn {
    background: transparent !important;
    color: #FF4D00;
    font-size: 24px !important;
    line-height: 32px !important;
}
#orange-btn i {
    font-size: 22px;
}
#orange-btn:hover {
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}

#inr-about {
    padding: 50px 0;
}

#inr-about .vc_column-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 48px;
    padding=: =;
    padding: 40px 40px;
    transition: all 0.5s;
    background: #fff;
    margin-right: 20px;
}

#inr-about .vc_column-inner:hover {
    transform: scale(0.95);
}

/* ************************** WHY US SECTION CSS END ************************** */
div#why-us {
    padding: 100px 0 !important;
}
div#why-us h2 {
    text-align: center;
    color: #fff;
}
div#why-us p {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    color: #fff;
}
div#why-us .row-bg {
    background: #020617;
}
div#why-us h3 {
    color: #fff;
}
div#why-inner p {
    max-width: unset !important;
    text-align: left !important;
}
div#why-inner .vc_column-inner {
    background: #ffffff1c;
    padding: 20px;
    border-radius: 36px;
    transition: all 0.5s !important;
}
div#why-inner .divider-small-border {
    margin: 25px 0;
    width: 15% !important;
    height: 2px !important;
    background-color: #CCFF00 !important;
}
div#why-inner .vc_column-inner:hover {
    background: #ff4d00 !important;
    transition: all 0.5s !important;
    transform: scale(0.9);
}
div#why-inner .vc_column-inner:hover svg rect {
    fill: #fff !important;
     transition: all 0.5s !important;
}
div#why-inner .vc_column-inner:hover svg path {
    fill: #ff591f !important;
     transition: all 0.5s !important;
}
/* slider css */
div#slider-content img {
    border-radius: 30px 0px 0px 30px !important;
}

div#slider-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px 30px 30px 30px !important;    
}

div#slider-content .vc_column-inner {
    padding: unset !important;
}
div#slider-content .wht-blk {
    padding: 30px;
}
div#impact-slider .owl-dots {
    display: none !important;
}
div#impact-slider .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: -90px;
}
div#impact-slider .owl-nav .owl-prev, div#impact-slider .owl-nav .owl-next {
    background: unset !important;
    height: 50px;
    width: 50px;
    border-radius: 50px !important;
    font-size: 30px !important;
    color: #000 !important;
    border: 1px solid #E2E8F0;
}
div#slider-content ul li a, div#slider-content ul li {
	color: #000;
}
/* blog css */
div#blog-sec h2 {
    text-align: center;
}
#blog-sec img {
    width: 100%;
}
div#blog-sec span.meta-category {
    display: none !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 46px;
    line-height: 54px !important;
    text-transform: capitalize !important;
}
div#blog-sec a {
    color: #0F172A !important;;
}
div#blog-sec .post.type-post {
    padding: 20px;
    background: #F8FAFC;
}
div#blog-sec .divider-small-border {
    margin: 0 auto;
    width: 10% !important;
    height: 3px !important;
    background-color: #FF4D00;
}
/* fuel sec */
div#fuel-sec .row-bg {
    background: #020617;
}
div#fuel-inner .col-set .vc_column-inner {
    background: #0F172A;
    padding: 60px;
    border-radius: 0px 20px 20px 0px !important;
}
div#fuel-inner img {
    border-radius: 20px 0px 0px 20px !important;
}
div#fuel-inner .col-set .vc_column-inner p {
    color: #fff;
}
div#fuel-inner .col-set .vc_column-inner h2 {
    color: #fff;
}
/* form sec */
div#cont-sec {
    padding: 100px 0 !important;
}
div#cont-inner h2 {
    text-align: center;
}
div#cont-inner p {
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}
.shaun-form p {
    max-width: unset !important;
    text-align: left !important;
}
div#cont-inner {
    background: #020617;
    padding: 50px;
    border-radius: 75px;
}
.shaun-form input, .shaun-form textarea {
    background: #ffffff47;
    color: #fff !important;
    padding: 20px;
    border-radius: 25px;
}
.shaun-form label {
    color: #fff !important;
    font-family: 'Inter' !important;
    text-transform: uppercase;
    padding: 10px !important;
}
div#cont-sec h2 {
    color: #fff;
}
div#cont-sec p {
    color: #fff;
}
div#cont-sec ::placeholder {
    color: #fff !important;
}
.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn {
    width: 100%;
    font-size: 34px;
    line-height: 42px !important;
    font-family: 'Bebas Neue' !important;
    font-weight: 400 !important;
    border-radius: 24px !important;
}
.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
}

/* inr-banner section CSS start */

#inr-banner h1 {
	font-size: 90px;
	line-height: 98px;
}

/* overcome section CSS start */

#overcome h2 {
    text-align: center;
}

div#impact {
    margin-bottom: 50px;
}

/* overcome section CSS end */

/* player section CSS start */

#player-inr .vc_column-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 48px;
    padding=: =;
    padding: 70px 70px;
    transition: all 0.5s;
    background: #fff;
}

#player-inr li {
    list-style: none;
}

#player-inr ul {
    margin: unset;
    display: flex;
    justify-content: center;
    gap: 30px;
}

#player-inr ul li a i {
    color: #000;
}

#player-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#player-inr img {
    border: 3px solid #FF4D00;
    padding: 12px 12px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: top;
}


div#awards div#inner-row {
    margin-bottom: 50px;
}

.list-blk ul ul {
    margin-top: 20px;
}

.list-blk ul li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.list-blk ul li:before {
    content: "\f192";
    font-family: FontAwesome !important;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    left: -10px;
    top: -2px;
    color: #FF5722;
}
/* player section CSS end */

/* gallery section CSS start */

#gallery img {
    border-radius: 20px !important;
}

/* gallery section CSS end */














/* Responsive start */

@media only screen and (min-width: 1600px) and (max-width: 1750px){
		
#slider-content ul li {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
#about .flip-box-back {
    min-height: 900px !important;
}

#about .flip-box-front {
    min-height: 960px !important;
}
	
#inr-about .vc_column-inner {
    padding: 30px 30px !important;
}

#inr-about p {
    font-size: 22px !important;
    line-height: 30px !important;
}	
	
}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#slider-content ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}	
	
h1 {
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 95px;
    line-height: 103px !important;
}
	
#about .flip-box-back {
    min-height: 750px !important;
}

#about .flip-box-front {
    min-height: 800px !important;
}	
	
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 70px !important;
    line-height: 78px !important;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
	
div#inr-banner {
    padding: 250px 0px 90px !important;
}

div#impact.impact1 {
    padding-top: 80px !important;
}

div#impact.impact2 {
    padding-bottom: 80px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 40px !important;
}

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

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

div#video-gallery {
    padding-bottom: 80px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 25px 25px !important;
}
	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
h1 {
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 95px;
    line-height: 103px !important;
}
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 65px !important;
    line-height: 73px !important;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#fuel-inner .col-set .vc_column-inner {
    background: #0F172A;
    padding: 40px;
    border-radius: 0px 20px 20px 0px !important;
}	
	
div#inr-banner {
    padding: 230px 0px 80px !important;
}

div#impact.impact1 {
    padding-top: 60px !important;
}

div#impact.impact2 {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 30px !important;
}

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

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

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

#inr-banner h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

#player-inr h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}	
	
div#gallery {
    padding: 60px 0px !important;
}

div#video-gallery {
    padding-bottom: 60px !important;
}	
	
#about .flip-box-back {
    min-height: 650px !important;
}

#about .flip-box-front {
    min-height: 690px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 20px 20px !important;
}
	
#slider-content ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#slider-content .wht-blk {
    padding: 10px 10px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
	
h1 {
    font-size: 65px !important;
    line-height: 73px !important;
}
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#fuel-inner .col-set .vc_column-inner {
    background: #0F172A;
    padding: 40px;
    border-radius: 0px 20px 20px 0px !important;
}	
	
div#inr-banner {
    padding: 230px 0px 80px !important;
}

div#impact.impact1 {
    padding-top: 60px !important;
}

div#impact.impact2 {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 30px !important;
}

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

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

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

#inr-banner h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

#player-inr h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}	
	
div#gallery {
    padding: 60px 0px !important;
}

div#video-gallery {
    padding-bottom: 60px !important;
}	
	
#about .flip-box-back {
    min-height: 520px !important;
}

#about .flip-box-front {
    min-height: 550px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 20px 20px !important;
}
	
#slider-content ul li {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#slider-content .wht-blk {
    padding: 0px 5px !important;
}	

div#hero .hover-wrap-inner img {
    left: -40px;
    min-width: 380px !important;
}

a#cta-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 12px 30px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about {
    padding: 40px 0px !important;
}

div#why-inner .vc_column-inner {
    padding: 10px 10px !important;
}

#fuel-sec {
    padding: 40px 0px !important;
}

#impact-slider {
    padding: 40px 0px !important;
}

div#cont-sec {
    padding: 40px 0px !important;
}

div#cont-inner {
    padding: 25px 25px !important;
}

.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#footer p, div#footer ul li a, div#copyright a, div#copyright p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
#slide-out-widget-area-bg {
    background: #0000006b !important;
    backdrop-filter: blur(10px);
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 26px !important;
    line-height: 34px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left;
    opacity: 1 !important;
}	
	
h1 {
    font-size: 65px !important;
    line-height: 73px !important;
}
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#fuel-inner .col-set .vc_column-inner {
    background: #0F172A;
    padding: 40px;
    border-radius: 0px 20px 20px 0px !important;
}	
	
div#inr-banner {
    padding: 230px 0px 80px !important;
}

div#impact.impact1 {
    padding-top: 60px !important;
}

div#impact.impact2 {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 30px !important;
}

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

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

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

#inr-banner h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

#player-inr h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}	
	
div#gallery {
    padding: 60px 0px !important;
}

div#video-gallery {
    padding-bottom: 60px !important;
}	
	
#about .flip-box-back {
    min-height: 520px !important;
}

#about .flip-box-front {
    min-height: 550px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 20px 20px !important;
}
	
#slider-content ul li {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#slider-content .wht-blk {
    padding: 0px 5px !important;
}	

div#hero .hover-wrap-inner img {
    left: -40px;
    min-width: 380px !important;
}

a#cta-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 12px 30px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about {
    padding: 40px 0px !important;
}

div#why-inner .vc_column-inner {
    padding: 10px 10px !important;
}

#fuel-sec {
    padding: 40px 0px !important;
}

#impact-slider {
    padding: 40px 0px !important;
}

div#cont-sec {
    padding: 40px 0px !important;
}

div#cont-inner {
    padding: 25px 25px !important;
}

.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#footer p, div#footer ul li a, div#copyright a, div#copyright p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
h1 {
    font-size: 65px !important;
    line-height: 73px !important;
}
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#fuel-inner .col-set .vc_column-inner {
    background: #0F172A;
    padding: 40px;
    border-radius: 0px 20px 20px 0px !important;
}	
	
div#inr-banner {
    padding: 230px 0px 80px !important;
}

div#impact.impact1 {
    padding-top: 60px !important;
}

div#impact.impact2 {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 30px !important;
}

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

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

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

#inr-banner h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

#player-inr h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}	
	
div#gallery {
    padding: 60px 0px !important;
}

div#video-gallery {
    padding-bottom: 60px !important;
}	
	
#about .flip-box-back {
    min-height: 520px !important;
}

#about .flip-box-front {
    min-height: 550px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 20px 20px !important;
}
	
#slider-content ul li {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#slider-content .wht-blk {
    padding: 0px 5px !important;
}	

div#hero .hover-wrap-inner img {
    left: -40px;
    min-width: 380px !important;
}

a#cta-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 12px 30px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about {
    padding: 40px 0px !important;
}

div#why-inner .vc_column-inner {
    padding: 10px 10px !important;
}

#fuel-sec {
    padding: 40px 0px !important;
}

#impact-slider {
    padding: 40px 0px !important;
}

div#cont-sec {
    padding: 40px 0px !important;
}

div#cont-inner {
    padding: 25px 25px !important;
}

.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#footer p, div#footer ul li a, div#copyright a, div#copyright p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
}	
	
#slide-out-widget-area-bg {
    background: #0000006b !important;
    backdrop-filter: blur(10px);
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 24px !important;
    line-height: 32px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left;
    opacity: 1 !important;
}		
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
h1 {
    font-size: 45px !important;
    line-height: 53px !important;
}
#hero .nectar-post-grid-item .content span.meta-excerpt {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #262626;
    margin: unset;
}
h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.service-box {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 14px;
}
.services-wrapper {
    display: flex;
    gap: 0px;
    flex-wrap: unset !important;
}
.content p {
    font-size: 16px !important;
    color: #64748B;
    line-height: 24px !important;
    max-width: 230px !important;
    font-weight: 700 !important;
}
div#blog-sec h3 {
    color: #0F172A !important;
    font-size: 30px;
    line-height: 38px !important;
    text-transform: capitalize !important;
}
div#blog-sec .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#fuel-inner .col-set .vc_column-inner {
    padding: 20px;
    border-radius: 0px 0px 20px 20px !important;
}	
	
div#inr-banner {
    padding: 80px 0px 40px !important;
}

div#impact.impact1 {
    padding-top: 60px !important;
}

div#impact.impact2 {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}

div#impact {
    margin-bottom: 30px !important;
}

#player-inr .vc_column-inner {
    padding: 20px 20px !important;
}

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

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

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

#player-inr h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}	
	
div#gallery {
    padding: 60px 0px !important;
}

div#video-gallery {
    padding-bottom: 60px !important;
}	
	
#about .flip-box-back {
    min-height: 390px !important;
}

#about .flip-box-front {
    min-height: 420px !important;
}	
	
#inr-about .vc_column-inner {
    padding: 10px 10px !important;
    border-radius: 10px !important;
    margin: unset !important;
}
	
#slider-content ul li {
    font-size: 11px !important;
    line-height: 19px !important;
}

div#slider-content .wht-blk {
    padding: 10px 15px !important;
}	

div#hero .hover-wrap-inner img {
    left: 0 !important;
    min-width: unset !important;
}

a#cta-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 20px !important;
}

h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}

#orange-btn {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about {
    padding: 40px 0px !important;
}

div#why-inner .vc_column-inner {
    padding: 10px 10px !important;
}

#fuel-sec {
    padding: 40px 0px !important;
}

#impact-slider {
    padding: 40px 0px !important;
}

div#cont-sec {
    padding: 40px 0px !important;
}

div#cont-inner {
    padding: 20px 20px !important;
    border-radius: 30px !important;
}

.shuan-btn input.wpcf7-form-control.wpcf7-submit.orange-btn {
    font-size: 20px !important;
    line-height: 28px !important;
}

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

#footer ul.social-icons li a i {
    height: 30px !important;
    width: 30px !important;
}

#hero {
    padding: 40px 0px 30px !important;
}

#about .vc_col-sm-6 {
    padding: unset !important;
}

div#why-us {
    padding: 30px 0px !important;
}

div#slider-content img {
    border-radius: 30px !important;
}

div#fuel-inner img {
    border-radius: 20px !important;
}

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

.shaun-form input, .shaun-form textarea {
    padding: 10px 10px !important;
}

div#footer-outer {
    display: none !important;
}

#copyright {
    text-align: left !important;
}

#about .vc_col-sm-12 {
    padding: unset !important;
}

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

#player-inr ul {
    gap: 10px !important;
}

#player-inr ul li a i {
    font-size: 20px !important;
}

#awards {
    padding: 30px 0px !important;
}

#awards .nectar-split-heading div {
    font-size: 14px !important;
    line-height: 22px !important;
}

#awards h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

#footer img {
    max-width: 110px !important;
}

.list-blk ul li {
    font-size: 15px !important;
    line-height: 23px !important;
    margin-bottom: 10px !important;
}
	
#slide-out-widget-area-bg {
    background: #0000006b !important;
    backdrop-filter: blur(10px);
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 20px !important;
    line-height: 28px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    text-align: left;
    opacity: 1 !important;
}	
	
}