*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}
:root{
    --color-primary:#F0A748;
    --color-secondary:#C54528;
    --border-radius:7px;
    --color-white:#ffffff;
    --color-black: #000000;
    --linear-gradient: var(--color-primary), var(--color-secondary);
    --color-blue:#2becff;
    --bg-color-black:rgba(0, 0, 0, 0.44);
}
.mb-90{
    margin-bottom: 90px;
}
.mb-23{
    margin-bottom: 46px;
}
.mb-26{
    margin-bottom: 26px !important;
}
.mb-160{
    margin-bottom: 160px !important;
}
.f-24{
    font-size: 24.45px !important;
}
.bg-primary{
    background: linear-gradient(118.06deg, var(--color-primary) 2.15%, var(--color-secondary) 88.42%) !important;    
    box-shadow: 0px 0px 10px rgba(62, 213, 221, 0.56);
    border-radius: 50px;

}
.main-heading{
    font-size: 48px;
    font-weight: bold;
    color: var(--color-white);
    letter-spacing: 1.1px;
    margin-bottom: 26px;
    line-height: 58px;
}
.main-heading span{
    background: -webkit-linear-gradient(var(--linear-gradient));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading{
    font-size: 32px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 36px;
    margin-bottom: 20px;
}
.text{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: var(--color-white);
    letter-spacing: 0;
}
.text-discription{
    color: var(--color-white);
    font-size: 16px;
    font-family: "Poppins", serif;
    margin-bottom: 100px;
    letter-spacing: 0;
    line-height: 23px;
}

.btn.btn-primary{
	background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    padding:20px 50px;
    border-radius: 7px;
    border:0px;
	font-size:20px;
    color:#fff;
    font-weight:500;
    cursor:pointer;
}
.btn.btn-primary:hover span{
transition:.3s;
}
.btn.btn-primary:hover{
	background-image: repeating-linear-gradient(0deg, #8f6124, #996d32 1.2px, transparent 2px, transparent 2.6px, #885b22 3px),
    repeating-linear-gradient(270deg,#996d32, #8f6124 1.2px, transparent 2px, transparent 2.6px, #b35614 3px),
    repeating-linear-gradient(0deg, #902929, #7b1d1d 1.2px, transparent 2px, transparent 2.6px, #7b1d1d 3px),
    repeating-linear-gradient(270deg, #ba521b, #b35614 1.2px, transparent 2px, transparent 2.6px, #b35614 3px);
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}
.btn.btn-primary:hover span{
	background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn.btn-secondary{
    background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    padding:20px 50px;
    border-radius: 7px;
    border:0px;
	font-size:20px;
    color:#fff;
    font-weight:500;
    cursor:pointer;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:active:focus{
    box-shadow: none;
    border-color: transparent;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.section01{
    background-image: url(../images/Hero\ Image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 120px 0 220px 0;
}
.section-border{
    background-image: url(../images/Footer\ Line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0;
}
.top-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--bg-color-black);
    backdrop-filter: blur(5.2px);
    border: 0.01px solid;
    border-style: solid;
    border-color:#f0a7484d #f0a7484d #c5452800 #f0a7484d;
    max-width: 1273px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 48px;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    z-index: 9;
}

.bottom-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 25px;
    position: fixed;
    height: 94px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 48px;
    background: var(--bg-color-black);
    backdrop-filter: blur(9.45px);
    border-radius: 78px;
    border: 0.01px solid;
    border-style: solid;
    border-color:#f0a7484d #c545284f #c545284f #f0a7484d;
    max-width: 1018px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
}
.icon-tab {
    display: flex;
    gap: 15px;
    align-items: center;
}
.img-left img {
    width: 46px;
    height: auto;
}
.img-left {
    position: relative;
}
.img-hover img {
    position: absolute;
    top: 0;
    z-index: -1;
}
.icon-tab:hover .img-hover img{
    z-index: 1;
}
.icon-tab:hover .img-hover.active img {
    z-index: -1;
}
a.text-right {
    font-size: 17.58px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 0;
    text-decoration: none;
    background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-right{
    border-bottom:1.47px solid transparent;
    padding: 0 25px 5px 5px;
}
a.text-right.active {
    background: linear-gradient(118.06deg, var(--color-blue) 2.15%, var(--color-blue) 88.42%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-blue);
}
.text-right.active{
    border-bottom:1.47px solid var(--color-blue);
}
.icon-tab:hover .text-right{
    border-bottom:1.47px solid var(--color-blue);
}
.icon-tab:hover a{
    color: var(--color-blue);
    background: linear-gradient(118.06deg, var(--color-blue) 2.15%, var(--color-blue) 88.42%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section02{
    padding: 110px 0 220px 0;
    background-image: url(../images/Lower\ Content\ Container.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;  
    margin-top: -30px;  
}
h2.description{
    font-size: 24px;
    color: var(--color-white);
}
.services-box {
    text-align: center;
}

.services-box .img-box{
    min-height: 275px;
}
.main-heading.home{
    margin-bottom: 60px;
}
.btn-center{
    display: flex;
    justify-content: center;
    margin-top:80px
}
.section03{
    background-image: url(../images/About\ Section.png) ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0  65px 0;
    
}
.About-box .img-box {
    min-height: 170px;
}
.About-box {
    text-align: center;
}
h3.text{
    background: -webkit-linear-gradient(var(--linear-gradient));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
}
.section04{
    background-image: url(../images/Pricing\ table.png) ;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 75px;
    background-color: var(--color-black);
}
.pricing-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(96.79deg, #171717 -62.94%, #323335 -62.92%, rgb(90 90 90 / 18%) 54.42%, #171717 174.24%);
    backdrop-filter: blur(25px);
    border-radius: 16px;

}
.pricing-body{
    padding: 32px;
    text-align: center;
}
.pricing-body .btn.btn-secondary{
    width: 100%;
    margin: 24px 0 24px 0;
}
.btn.btn-secondary{
    border-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #171717;
    border-radius: 50px;
}
.btn.btn-secondary span{
    font-size: 38px;
    font-weight: 600;
}
.pricing-card ul{
    padding-left: 0;
}
.pricing-card ul li{
    list-style: none;
    position: relative;
    color: var(--color-white);
    text-align: start;
    padding-left: 30px;
    margin-bottom: 16px;
}
.pricing-card ul li::after{
    content: '\f00c';
    font-family: "Font Awesome 5 pro";
    font-weight: 500;
    color: var(--color-blue);
    left: 0;
    position: absolute;
}
.pricing-card .btn.btn-primary{
    font-weight: bold;
}
.main-pricing{
    border: 2px solid #2fcadba3;
    margin-top: -70px;
}
.pricing-body h3.text {
    margin-bottom: 24px;
}
.section05{
    background-image: url(../images/Testimonial.png) ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 63px 0;
    background-color: var(--color-black);   
}
.testimonial-card{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 32px;
background: rgba(170, 170, 170, 0.06);
backdrop-filter: blur(25px);
border-radius: 16px;
margin-bottom: 40px;
}
.testimonial-card .text{
    margin-bottom: 24px;
}
.testi-img-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testi-img img{
    height: 56px;
    width: 56px;
    border-radius: 50%;
    margin-right: 16px;
}
.testi-content h4{
    color: var(--color-white);
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 5px;
}
.testi-content p{
    color: var(--color-white);
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.testi-content ul {
    padding-left: 0;
    display: flex;
    gap: 10px;

}
.testi-content li {
    list-style: none;
}
.testi-content li i{
    color: #FFA41B;
}
.section06{
    background: linear-gradient(118.06deg, var(--color-primary) 2.15%, var(--color-secondary) 88.42%) !important;
    padding: 210px 0 80px 0;
    transition:2s;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.section06:hover{
    background-image: url(../images/Variant2.png) !important;
}
.form-control{
    background: #F4F4F4;
    border-radius: 0;
    min-height: 41px;
    margin-bottom: 20px;
}
textarea{
    min-height: 200px !important;
    resize: none;
}
.form-control:focus{
    box-shadow: none;
    border-color: transparent;
}
.section07 {
    background: var(--color-black);
    padding: 60px 0 240px 0;
}
.footer {
    background: var(--color-white);
    padding: 15px 0;
}
.footer-icon {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.icon-border {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-image: url(../images/social-icon/Default.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    
}
.icon-border img{
    height: 24px;
    width: 24px;
    transition: 0.3s;
}
.icon-border:hover img{
    scale: 1.5;
}
.section-mission{
    background-image: url(../images/Mission\ Section.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 270px 0 270px 0;
}
.section-training{
    background-image: url(../images/Security\ Training\ Section.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 390px;
    background-color: var(--color-black);
}
.section-intro{
    background-image: url(../images/Introduction\ Section.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 220px;
    margin-top: -30px;
}
.contact-box {
    padding: 20px;
    background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    border-radius: 25px;
    margin-top: -460px;
    margin-bottom: 100px;
}
.card-contact {
    background-color: var(--color-white);
    padding: 20px 15px;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}
.content-text i {
    background: -webkit-linear-gradient( #F7941E , #FF6B00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-bottom: 10px;
}
.content-text {
    margin-bottom: 25px;
}
.content-text p{
    font-size: 15.11px;
    word-wrap: break-word;
}
.contact-box .from-control.icon{
    padding-left:45px;
}
.contact-box .from-control {
    background: #F4F4F4;
    border-radius: 50px;
    padding: 20px 30px;
    width: 100%;
    border: 0px solid;
    margin-bottom: 25px;
}
.contact-box .from-control::placeholder{
    font-size: 15.11px;
    color: #737373;
}
.contact-box .icon-box{
    position: relative;
}
.contact-box .icon-box i{
    position: absolute;
    left: 20px;
    top: 26px;
    font-size: 18.11px;
}
.contact-box .bg-primary{
    box-shadow: none;
}
.padding-contact{
    padding: 5px 0 0px 0;
}
.left-img, .right-img{
    right: 0;
    position: absolute;
    bottom: 130px;
}
.Statement-section{
    position: relative;
    position: relative;
    padding: 295px 0 370px;
}
.right-img{
    left: 0;
}
.section-bg-dark{
    background-color: var(--color-black);
    padding: 120px 0;
}
.about-content{
    background: linear-gradient(118.06deg, #F0A748 2.15%, #C54528 88.42%);
    width: 88%;
    margin-top: -90px;
    position: relative;
    z-index: 999;
    padding: 10px 20px;
}
.about-content h4{
    font-size: 30px;
    color: var(--color-white);
    font-weight: 300;
    margin-bottom: 0;
}
@media (max-width:1400px) {
    .about-content{
        width: 100%;
        margin-top: -56px;
    }
}
@media (max-width:1300px) {
    .section04{
        padding: 110px 0 72px;
    }
    .section05{
        padding: 52px 0;
    }
    .Statement-section{
        padding: 215px 0 370px !important;
    }
}
@media (max-width:1200px) {
    .Statement-section {
        padding: 160px 0 370px !important;
    }
    .section01{
        padding: 120px 0 130px 0;
    }
    .section02{
        padding: 110px 0 153px 0;
    }
    .section03{
        padding: 84px 0 0px 0;
    }
    .section04 {
        padding: 54px 0 0px;
    }
    .section06{
        padding: 80px 0 80px 0;
    }
    .section-intro{
        padding: 80px 0 160px;
    }
    .section-mission{
        padding: 150px 0 270px 0;
    }
    .section07{
        padding: 60px 0 190px 0 !important;
    }
    .section-training{
        padding: 80px 0 190px;
    }
    .contact-box{
        margin-top: -340px;
    }
    .contact-content {
        display: flex ;
        flex-wrap: wrap;
        gap: 40px;
    }
}
@media (max-width:1024px) {
    .position-relative img , .Statement-section img{
        width: 50%;
    }
    .about-content h4 {
        font-size: 26px;
    }
    .Statement-section {
        padding: 112px 0 237px !important;
    }
    .section-bg-dark {
        padding: 70px 0;
    }
    .top-bar{
        max-width: inherit;
    }
    .bottom-bar{
        max-width: inherit;
    }
    .section06{
        padding: 80px 0 80px 0;
    }
    .section05 {
        padding: 95px 0;
    }
    .btn.btn-secondary{
        padding: 10px 20px;
        font-size: 16px;
    }
    .btn.btn-secondary span {
        font-size: 18px;
    }
    .text-discription{
        margin-bottom: 50px;
    }
}
@media (max-width:992px) {
    .contact-box {
        margin-top: -230px;
    }
    .content-text {
        margin-bottom: 0px;
    }
    .contact-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media (max-width:991px) {
    .contact-box {
        margin-top: -230px;
    }
    .top-bar{
        max-width: inherit;
    }
    .main-heading{
        font-size: 30px;
        line-height: 40px;
    }
    .heading {
        font-size: 24px;
    }    
    .testi-content h4{
        font-size: 20px;
    }
    .section07{
        padding: 60px 0 160px 0 !important;
    }
    h2.description {
        font-size: 18px;
    }
    .section02 {
        padding: 60px 0 328px 0;
    }
    .section03 {
        padding: 55px 0 86px 0;
    }
    .services-box .img-box {
        min-height: 180px;
    }   
    .section-intro {
        padding: 80px 0 100px;
    }
    .section-mission {
        padding: 95px 0 180px 0;
    } 
}
@media (max-width:820px) {
    .section02 {
        padding: 60px 0 130px 0;
    }
    .section03 {
        padding: 13px 0 52px 0;
    }
    .About-box .img-box {
        min-height: 110px;
    }
    .btn-center{
        margin-top: 30px;
    }
    .mb-90 {
        margin-bottom: 45px;
    }
    .section04 {
        padding: 85px 0 0px;
    }
}

@media (max-width:768px) {
    .btn.btn-primary{
        padding: 15px 20px;
        font-size: 16px;
        line-height: 38px;
    }
    .pricing-card{
        margin-bottom:30px;
    }
    .main-pricing {
        margin-top: 0px;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .about-content {
        width: 71%;
    }
    .bottom-bar{
        height: auto;
    }
    .icon-tab{
        gap: 0px;
    }
    .img-left img {
        width: 30px;
    }
    a.text-right {
        font-size: 12px;
    }    
    .order-md-2.text-end {
        text-align: left !important;
    }
    .section-mission {
        padding: 90px 0 60px 0;
    }
    .section-intro {
        padding: 60px 0 60px;
    }
    .section-bg-dark{
        padding: 60px 0;
    }
}
@media (max-width:767px) {
    .position-relative img, .Statement-section img {
        width: 100%;
        position: relative;
    }
}
@media (max-width:576px) {
    .top-bar img{
        width:200px;
        height:auto;
    }
    .section-intro {
        padding: 60px 0 30px;
    }
    .section-mission {
        padding: 60px 0 60px 0;
    }
    .section-bg-dark {
        padding: 0px 0;
    }
    .section-training {
        padding: 60px 0 30px;
    }
}
@media (max-width:542px) {
    .about-content {
        width: 91%;
    }
}
@media (max-width:425px) {
    .top-bar img {
        width: 160px;
        font-size: 15px;
    }
    .btn.btn-primary {
        padding: 15px 15px;
        font-size: 15px;
    }
    .contact-box {
        margin-top: -190px;
    }
}
@media (max-width:425px){
    .top-bar img {
        width: 140px;
    }
    .btn.btn-primary {
        padding: 15px 8px;
        font-size: 14px;
    }
    .about-content {
        width: 100%;
    }
}