body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Mona Sans", sans-serif;
    color: #475569;
    font-weight: 400;
    line-height: 26px;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}



a {
    color: #475569;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #475569;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0F172A;
    margin-bottom: 12px;
    font-family: 'Mona Sans', sans-serif;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1320px;
}

.container.smalls {
    max-width: 1080px
}

.text_italic {
    font-style: italic
}

.pt-40 {
    padding-top: 40px
}

.relative {
    position: relative
}

.z-99 {
    position: relative;
    z-index: 1
}

.text_white {
    color: #fff
}

.text_upper {
    text-transform: uppercase
}

.cta-btn {
    display: inline-flex;
    background: #DA0000;
    color: #fff;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-align: center
}

.cta-btn:hover {
    color: #fff;
    background: #ff0101;
}

.fw_700 {
    font-weight: 700
}
.fw_900 {
    font-weight: 900
}

.fs_16 {
    font-size: 16px
}

.fw_500 {
    font-weight: 500
}

.col_red {
    color: #DA0000
}

.section-heading {
    margin-bottom: 30px
}

.text_light {
    color: #475569
}

.pb_150 {
    padding-bottom: 150px
}

.pt_150 {
    padding-top: 150px
}

/*Write CSS From Here*/
.header-area {
    position: absolute;
    z-index: 9;
    width: 100%
}

.header-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px
}

.header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header-menu ul li {
    display: inline-block;
    margin-right: 32px
}

.header-menu ul li:last-child {
    margin-right: 0
}

.header-menu ul li a {
    color: #BEBEBE;
    font-weight: 700;
    font-size: 16px
}

.header-menu ul li a:hover {
    color: #fff
}

.hero-area {
    height: 650px
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    opacity: 0.4
}

.hero-video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.hero-text {
    padding-top: 170px
}

.hero-heading {
    font-weight: 900;
    font-size: 70px
}

.icon-teaser {
    padding: 30px;
    border: 1px solid #E5E7EB;
    display: block;
    background: #fff;
    height: 100%;
    font-size: 16px;
    position: relative;
    transition:  all 0.3s
}
.icon-teaser:hover{
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.07);
    border-color: #fff
}

.icon-teaser img {
    margin: 0 auto;
    object-fit:contain;
    height: 70px;
    margin-bottom: 30px
}

.about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1
}

.text-box.style1 {
    background: #fff;
    padding: 50px
}

.stats-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1
}

.text-box.style1 .count {
    color: #DA0000;
    font-weight: 900;
    font-size: 60px
}

.text-box.style1 .text {
    color: #78879B;
    font-weight: 900
}

.content-text.style3 .accordion-item {
    border: 1px solid #E5E7EB;
    margin-top: 12px;
    border-radius: 8px
}
.content-text.style3 .accordion-item button{
    padding: 22px 30px
}
.content-text.style3 .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700
}

.content-text.style3 .accordion-body {
    padding: 18px 25px
}

.faqs-shape {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
}

.faqs_accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faqs_accordion .accordion-button .plus-minus {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #DA0000;
}
.faqs_accordion .accordion-button .plus-minus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.faqs_accordion .accordion-button .plus-minus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.faqs_accordion .accordion-button:not(.collapsed) .plus-minus::before {
    opacity: 0;
    background: #fff
}

.footer-cta-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -9;
    object-position: bottom
}

.content-text.footer-cta .heading {
    font-weight: 900;
    font-size: 60px
}

.footer-area {
    background: #0A0F1A;
    padding-top: 70px;
    border-top: 1px solid rgba(69, 73, 81, 0.5)
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(69, 73, 81, 0.5);
    padding-bottom: 70px
}

.footer-top .footer-text {
    width: 45%
}

.footer-end .copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

.footer-end .copyright .link {
    color: rgba(255, 255, 255, 0.5)
}

.footer-end {
    padding: 16px 0
}

.footer-end ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-end ul li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 24px
}

.footer-menu-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.footer-menu-link:hover {
    color: #fff
}

.timeline-wrapper {
    position: relative
}

.timeline-wrapper::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 1px;
    height: 90%;
    background: #E5E7EB
}

.timeline-wrapper .item {
    position: relative
}

.timeline-wrapper .item .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0F172A;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.2s;
    font-weight: 700;
    font-size: 20px
}

.timeline-wrapper .item:hover .num {
    background: #DA0000;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%) scale(1.2);
}
.headaer-logo {
    max-width: 180px;
}
.subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    display: block;
}
.section-main-heading{
    margin-bottom: 40px
}
.timeline-wrapper .item{
    padding-top: 50px
}
.video-wrapper {
    position: relative;
}
.video-wrapper::after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    background: #DA0000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
	z-index:1
}
.play_btn:hover{
	transform:scale(1.1)  translate(-50%,-50%);
	color:#fff
}
.c_info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.c_info .icon {
    margin-right: 15px;
    width: 40px;
    min-width: 40px;
}
.c_info .title {
    font-size: 20px;
    color: #040C19;
    display: block;
    font-weight: 700;
}
.c_info p, .c_info a {
    font-size: 18px;
    color: #7B7B7B;
}
.c_info a:hover {
    color: #040C19;
}
.c_info:last-child {
    margin-bottom: 0;
}
.c_form.style2 {
    background: #0A0F1A;
    padding: 45px;
}
.form_title {
    margin-bottom: 30px;
}
.c_form input,
.c_form textarea {
    width: 100% !important;
    height: 55px !important;
    border: none !important;
    padding: 10px 15px !important;
	border-radius:0 !important;
	box-shadow: none !important
}
.c_form.style1 textarea {
    height: 220px;
    resize: none
}
.c_form.style2 textarea {
    min-height: 180px !important
}
.c_form.style1 label,
.c_form.style1 legend {
    font-weight: 900;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.gform-theme--foundation .gform_fields{
	row-gap:15px !important
}
.gform_footer input[type="submit"]{
	    display: inline-flex !important;
    background: #DA0000 !important;
    color: #fff !important;
    padding: 16px 40px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    font-size: 14px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.gform_footer input[type="submit"]:hover {
    color: #fff !important;
    background: #ff0101 !important;
}
.c_form input:focus, .c_form textarea:focus, .c_form select:focus{
	outline:none !important;
	box-shadow:none !important
}
.map-box iframe{
	width:100%;
	height:350px
}
.page-banner-area{
	padding-top:100px
}
.page-banner-area .banner-menu {
    color: #ffffffb0;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 50px;
}
.page-banner-area .banner-menu a{
	color:#fff
}
.page-banner-area .banner-menu a:hover{
	text-decoration:underline
}
.gform_validation_errors{
	display:none !important
}
.gform_confirmation_message{
	color:#fff !important
}
.footer-area a:hover{
	color:#fff
}
.error-page {
    padding-top: 150px;
}
body.error404 .header-area {
    background: #0A0F1A;
}
body.error404 .header-area .header-inn{
	padding:15px 0
}
/*REsponsive*/
#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media(max-width:1400px) {
    .icon-teaser img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 50px;
}
    .icon-teaser{
        padding: 20px
    }
}

@media(max-width:991px) {
     nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #0F172A;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 15px;
        opacity: 1;
        font-weight: 500
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "-";
        font-size: 30px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a > span:not(.icon) {
        display: none
    }

    .header-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .site-logo {
        max-width: 100px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }
    br {
        display: none
    }

    .faqs_accordion {
        padding: 0 30px
    }

    .footer-logo {
        margin-bottom: 0
    }

    .footer-logo img {
        width: 180px;
    }

    .footer-top-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px
    }

    .footer-info-text {
        margin-left: 30px
    }

    .footer-info-text .link {
        font-size: 16px
    }

    .footer-top-right {
        text-align: center
    }

    .footer-top-right .cta-btn {
        font-size: 15px;
        padding: 12px 30px
    }

    .footer-end .copyright,
    .footer-menu-link {
        font-size: 14px
    }

    .hero-video-inner {
        padding: 20px
    }

    .hero-video-box {
        height: 480px
    }
    .headaer-logo {
    max-width: 120px;
}
    .header-inn{
        padding: 20px 0
    }
    .header-area.active{
        background: #0F172A
    }
    .hero-heading {
    font-size: 48px;
}
    .hero-area {
    height: 400px;
}
    .hero-text {
    padding-top: 80px;
}
    h2, .h2 {
    font-size: 34px;
    line-height: 115%;
}
    .icon-teaser img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 18px;
    max-height: 50px;
}
    h3, .h3 {
    font-size: 26px;
    line-height: 115%;
}
    .text-box.style1{
        padding: 30px;
         height: 100%
    }
    .text-box.style1 .count{
        font-size: 50px;
       
    }
    .content-text.footer-cta .heading {
    font-weight: 900;
    font-size: 40px;
}
}

@media(max-width:767px) {
    .icon-teaser{
        padding: 17px;
        font-size: 14px;
        line-height: 22px
    }
    h1, .h1 {
    font-size: 40px;
    line-height: 115%;
}
    h2,
    .h2 {
        font-size: 30px;
        line-height: 115%;
    }

    br {
        display: none
    }

    .hero-heading {
        font-weight: 900;
        font-size: 40px;
    }

    .hero-area {
        height: auto
    }

    .hero-text {
        padding-top: 70px;
    }
    .content-image{
        margin-bottom: 24px
    }
    .timeline-wrapper .num{
        
    }
    .timeline-wrapper .text-end{
        text-align: left!important;
    }
    .content-text.style2 .title{
        font-size: 18px
    }
    .content-text.style2{
        font-size: 14px;
        line-height: 140%;
        
    }
    .timeline-wrapper .item .num{
        font-size: 14px;
        width: 40px;
        height: 40px;
    }
    .icon-teaser{
        text-align: center
    }
    .icon-teaser img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom:15px;
    max-height: 50px;
}
    .text-box.style1 .count{
        font-size: 40px
    }
    .text-box.style1 .text {
    font-size: 15px;
    line-height: normal;
}
    
    .pb_150 {
    padding-bottom: 110px;
}
    
    .faqs-shape {
    height: 165px;
    object-fit: cover;
}
    .faq-area{
        padding-top: 0
    }
    .faqs_accordion{
        padding: 0
    }
    .content-text.style3 .title{
        font-size: 14px
    }
    
    .content-text.style3 .accordion-item button {
    padding: 19px 20px;
    font-size: 20px;
    padding-right: 45px;
}
    .faqs_accordion .accordion-button .plus-minus {
    width: 27px;
    height: 27px;
}
    .content-text.footer-cta .heading {
    font-size: 36px;
}
    
    .footer-top{
        display: block;
        text-align: center
    }
    
    .footer-logo a {
    display: block;
    width: 160px;
    margin: 0 auto 20px;
}
    .footer-top .footer-text{
        width: 100%;
    }
    .footer-end{
        text-align: center
    }
	.c_form.style2{
		padding:25px
	}
	.c_info {
    margin-bottom: 30px;
}
    
}

@media(max-width:575px) {
    .timeline-wrapper {
    padding-left: 50px;
}
    
    .content-text.style2{
        margin-bottom: 20px
    }
    .timeline-wrapper .item:first-child{
        padding-top: 0
    }
    .timeline-wrapper .item{
        padding-top: 30px
    }
    .timeline-wrapper::before {
    left: 15px;
    transform: translate(0, -50%);
}
    .timeline-wrapper .item .num{
        left: -55px;
        transform: translate(0, -50%);
    }
    .text-box.style1{
        padding: 20px
    }
    .cta-btn{
        width: 100%
    }
    
    .timeline-wrapper .item:hover .num {
    transform: translate(0%, -50%) scale(1)
}
	.c_form{
		margin-bottom:30px
	}
	.page-banner-area {
    padding-top: 75px;
}
	.page-banner-area .banner-menu {
    padding-bottom: 40px;
}
}
