@charset "utf-8";

@font-face {
    font-family: 'd-din_expregular';
    src: url('../fonts/d-dinexp-webfont.eot');
    src: url('../fonts/d-dinexp-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/d-dinexp-webfont.woff2') format('woff2'),
        url('../fonts/d-dinexp-webfont.woff') format('woff'),
        url('../fonts/d-dinexp-webfont.ttf') format('truetype'),
        url('../fonts/d-dinexp-webfont.svg#d-din_expregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corbel1361520258';
    src: url('../fonts/corbel1361520258.eot');
    src: url('../fonts/corbel1361520258.eot') format('embedded-opentype'),
        url('../fonts/corbel1361520258.woff2') format('woff2'),
        url('../fonts/corbel1361520258.woff') format('woff'),
        url('../fonts/corbel1361520258.ttf') format('truetype'),
        url('../fonts/corbel1361520258.svg#corbel1361520258') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;500;700&display=swap');

/* CSS Document */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ol,
ul,
p,
h1,
li,
h2,
h3,
h4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
img a,
img,
a img {
    border: 0;
    outline: 0;
    text-decoration: none;
}

a {
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

figure {
    margin: 0;
}

/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    /*font-family: 'Audiowide', cursive;*/
    font-family: 'corbel1361520258';
    font-size: 14px;
    font-weight: normal;
    color: #04070d;
    margin: 0;
    padding: 0;
}

/*HEADER*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #e4351f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 250px;
}

.sidenav ul li {
    display: block;
}

.sidenav ul li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 40px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn:hover {
    color: #ff0000;
}

.main_header {}

.logo {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    z-index: 1;
    width: 200px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.header_block {
    padding: 30px 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.top_mail span {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.top_mail span:before {
    content: "";
    width: 21px;
    height: 21px;
    background: rgba(218, 11, 35, 0.2);
    position: absolute;
    left: -9px;
    top: -6px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    border-radius: 50px
}

.top_mail a {
    color: #04070d;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'd-din_expregular';
    font-weight: normal;
}

.top_mail:hover span:before {
    background: rgba(218, 11, 35, 0.6);
}

/*0000ff*/
.top_phone span {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.top_phone span:before {
    content: "";
    width: 21px;
    height: 21px;
    background: rgba(218, 11, 35, 0.2);
    position: absolute;
    left: -9px;
    top: -6px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    border-radius: 50px
}

.top_phone a {
    color: #04070d;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'd-din_expregular';
    font-weight: normal;
}

.top_phone:hover span:before {
    background: rgba(218, 11, 35, 0.6);
}

.top_menu {
    float: right;
    margin-left: 90px;
}

.top_phone {
    float: right;
}

.top_menu span {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.top_menu span:before {
    content: "";
    width: 21px;
    height: 21px;
    background: rgba(218, 11, 35, 0.2);
    position: absolute;
    left: -9px;
    top: -6px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    border-radius: 50px
}

.top_menu:hover span:before {
    background: rgba(218, 11, 35, 0.6);
}

.sticky_nav {
    position: fixed;
    background: #fff;
    padding: 7px 0px;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 10px 25px rgba(123, 122, 125, 0.19);
    box-shadow: 0 10px 25px rgba(123, 122, 125, 0.19);
}

.sticky_nav .logo {
    width: 180px;
}

.sticky_nav .header_block {
    padding: 22px 0;
}

.sticky_nav + .banner {
    padding-top: 90px;
}


.banner_caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
}

.cap_inner {
    width: 530px;
}

.cap_inner h4 {
    font-weight: 400;
    font-size: 30px;
    color: #da0b23;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: 'Audiowide', cursive;
    letter-spacing: 2px;
}

.cap_inner h1 {
    font-weight: 400;
    font-size: 63px;
    color: #3e3e3e;
    text-transform: uppercase;
    margin: 30px 0 32px 0;
    font-family: 'Audiowide', cursive;
    line-height: 80px;
}

.banner_text {
    font-size: 20px;
    line-height: 35px;
    color: #04070d;
    font-family: 'corbel1361520258';
    letter-spacing: 2px;
    text-align: left
}

.banner_text p {
    margin: 0;
}

.banner .item img {
    width: 100%;
}

.banner .carousel-control {
    position: absolute;
    top: 49%;
    bottom: inherit;
    left: 0;
    width: 24px;
    font-size: 12px;
    color: #da0b23;
    text-align: center;
    text-shadow: none;
    background-color: #fff;
    opacity: 1;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.banner .carousel-control:hover,
.banner .carousel-control:focus {
    background: #da0b23;
    color: #fff;
}

.banner .carousel-control.left {
    right: 16.2%;
    left: inherit;
    top: inherit;
    bottom: 20%;
    background-image: none;
}

.banner .carousel-control.right {
    right: 14%;
    left: inherit;
    top: inherit;
    bottom: 20%;
    background-image: none;
}

section.banner {
    overflow: hidden;
}

.banner .carousel-control.left:after {
    content: "";
    height: 1px;
    background: #3e3e3e;
    width: 300px;
    position: absolute;
    right: -320px;
    top: 50%;
}

.about_info {
    padding-top: 42px;
}

.about_info h3 {
    font-size: 26px;
    line-height: 44px;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.about_info h3 span {
    color: #da0b23;
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.about_info p {
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.readmore {
    font-size: 13px;
    color: #da0b23;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'd-din_expregular';
    font-weight: normal;
    margin-left: 13px;
}

.readmore:before {
    content: "";
    width: 21px;
    height: 21px;
    background: rgba(218, 11, 35, 0.2);
    position: absolute;
    left: -13px;
    top: -8px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    z-index: -1;
    border-radius: 50px
}

.readmore:hover:before {
    background: rgba(218, 11, 35, 0.6);
    width: 95px;
}

.readmore:hover {
    color: #000;
}

.about_img1 {
    padding: 42px 0 0 0;
}

.about_content {
    padding: 120px 0;
}

.info_section {
    background: #dcdce2;
    padding: 120px 0;
}

.info_icon {
    margin-bottom: 20px;
}

.info_right {
    overflow: hidden;
}

.info_right h4 {
    margin: 5px 0 20px 0;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    font-weight: 500;
}

.info_right p {
    margin: 0;
    line-height: 27px;
    color: #04070d;
    letter-spacing: 1px;
    padding-right: 25px;
}

.service_section {
    padding: 80px 0;
}

.service_section .row {
    margin: 0;
}

.service_section [class*="col-"] {
    padding: 0;
}

.s_block1 {
    position: relative;
}

.service_block {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding: 127px 22px 0 22px;
}

.b_heading {
    position: relative;
    height: 74px;
}

.service_block h4 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.service_block p {
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0 0 50px 0;
}

.service_block .readmore {
    color: #fff;
}

.s_block_img img {
    width: 100%
}

.s_block1 .readmore:before {
    background: #3e3e3e;
}

.s_block2 .readmore:before {
    background: #da0b23;
}

.training_section {
    padding: 0 0 80px 0;
}

.train_left .nav {
    width: 100px;
    float: left;
    padding-top: 90px;
}

.train_left .tab-content {
    overflow: hidden;
}

.train_left .tab-content h4 {
    font-size: 17px;
    color: #3e3e3e;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
}

.tr_img {
    margin-bottom: 15px;
}

.train_left .tab-content p {
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0 140px 30px 0;
}

.train_left .nav > li > a {
    padding: 4px 0;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    color: #fff;
}

.train_left .nav > li {}

.train_left .nav > li > a span {
    width: 27px;
    height: 1px;
    background: #3e3e3e;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.train_left .nav > li > a:hover,
.train_left .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.train_left .nav > li.active > a {
    color: #da0b23;
}

.train_left .nav > li.active > a span {
    background: #da0b23;
}

.online {
    background: #dcdce2;
    min-height: 250px;
}

.online_content {
    position: relative;
}

.online_inner {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
}

.online {
    padding: 100px 0
}

.online_inner .item {
    padding: 35px 35px;
}

.on_left {
    width: 70%;
    float: left;
}

.on_right {
    width: 30%;
    float: right;
}

.on_icon {
    width: 76px;
    float: left;
}

.on_info {
    overflow: hidden;
}

.on_info h5 {
    margin: 5px 0 20px 0;
    font-size: 17px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
}

.on_info p {
    margin: 0 0 30px 0;
    line-height: 27px;
    color: #04070d;
    letter-spacing: 1px;
    padding-right: 25px;
}

.online .carousel-control {
    position: absolute;
    top: 49%;
    bottom: inherit;
    left: 0;
    width: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #d70b23;
    opacity: 1;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.online .carousel-control.left {
    left: -24px;
    right: inherit;
}

.online .carousel-control.right {
    right: -24px;
    left: inherit;
}

.footer_top {
    background: #272727;
    padding: 100px 0;
}

.f_block h5 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #d60b22;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
}

.footer_menu {
    margin: 0;
    padding: 0;
}

.footer_menu li {
    margin: 0 0 10px 0;
    display: block;
}

.footer_menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px
}

.whatwe .footer_menu {
    column-count: 2;
}

.footer_mid {
    padding: 24px 0 20px 0;
    background: #d60b22;
}

.f_social ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.f_social ul li {
    display: inline-block;
    margin-left: 20px;
}

.f_social ul li a {
    display: block;
    position: relative;
    z-index: 2;
}

.f_social ul li a:before {
    content: "";
    width: 21px;
    height: 21px;
    background: #272727;
    position: absolute;
    left: -9px;
    top: -6px;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    z-index: -1;
}

.f_social ul li a:hover:before {
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
}

.footer_mid .top_mail a {
    color: #fff;
}

.footer_mid .top_mail a:hover {
    color: #272727;
}

.footer_mid .top_phone a {
    color: #fff;
}

.footer_mid .top_phone a:hover {
    color: #272727;
}

.f_abt img {
    width: 230px;
    margin-bottom: 15px;
    padding: 50px 0;
}

.f_abt p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px
}

.footer_mid .top_mail span {
    z-index: 2;
}

.footer_mid .top_mail span:before {
    background: #272727;
    z-index: -1;
}

.footer_mid .top_phone span {
    float: none;
    z-index: 2;
}

.footer_mid .top_phone span:before {
    background: #272727;
    z-index: -1;
}

.footer_mid .top_mail:hover span:before {
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
}

.footer_mid .top_phone:hover span:before {
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
}

.footer_bottom {
    padding: 12px 0;
}

.copy {
    display: block;
    text-align: center;
}

.copy a {
    display: inline-block;
    vertical-align: top;
    color: #f00;
    font-weight: bold;
    letter-spacing: 1px
}

/*inner pages*/
.inner_banner {
    position: relative;
}

.inner_banner img {
    width: 100%;
}

.inner_b_caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}

.inner_b_caption h2 {
    font-size: 35px;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 0;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
    position: relative;
    display: inline-block;
}

.inner_b_caption h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #da0b23;
    position: absolute;
    right: -110px;
    top: 50%;
}

.inner_b_caption h2:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #da0b23;
    position: absolute;
    left: -110px;
    top: 50%;
}

.inner_img {
    width: 35%;
    float: right;
    margin-left: 40px;
    border: 2px dashed #bdbdbd;
}

.inner_img img {
    width: 100%;
}

.inner_content {
    padding: 50px 0;
    letter-spacing: 1px;
    line-height: 22px;
}

/*contact us*/
.addr_block {
    margin-bottom: 15px;
    font-size: 14px;
}

.addr_block strong {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #000;
    width: 20%;
}

.addr_block span {
    display: block;
    float: left;
    color: #000;
    width: 80%;
    font-weight: 500;
}

.addr_block a {
    display: block;
    float: left;
    color: #000;
    width: 80%;
    font-weight: 500;
}

.location_map iframe {
    width: 100%;
    height: 290px;
}

.c_textbox {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.c_textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.c_submit {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #da0b23;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background: #da0b23;
    font-weight: 700;
}

.c_submit:hover {
    color: #fff;
    background: #3e3e3e;
    border-color: #3e3e3e;
}

.contact_block h4 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    position: relative;
}

.contact_top_right {
    font-size: 102px;
    text-align: center;
    padding-top: 30px;
    color: #da0b23;
}

.contact_top_left h4 {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    position: relative;
}

.contact_inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0
}

.contact_top {
    background: #dadbd5;
    padding: 20px;
    margin-bottom: 30px;
}

.contact_block {
    padding: 20px;
    background: #dadbd5;
}

.map_holder {
    padding: 5px;
    background: #dadbd5;
}

.map_holder iframe {
    width: 100%;
    height: 416px;
    vertical-align: top;
}

/*FAQ*/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #3e3e3e;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.faq_container .panel-title > a,
.faq_container .panel-title > small,
.faq_container .panel-title > .small,
.panel-title > small > a,
.faq_container .panel-title > .small > a {
    color: inherit;
    font-size: 17px;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

/*TESTIMONIAL*/
.testimonial {
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid #f26360;
    position: relative;
}

.testimonial:after {
    content: "";
    border-bottom: 25px solid #f26360;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #f26360;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial h3 {
    font-size: 22px;
    color: #f26360;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
}

.testimonial span {
    display: block;
    font-size: 15px;
    color: #ab9c99;
    text-transform: capitalize;
}

.testimonial .description {
    font-size: 15px;
    line-height: 28px;
}

/*Event calender*/
.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
}

.calendar-table {
    margin: 0 auto;
    width: 700px;
}

.selected {
    background-color: #eee;
}

.outside .date {
    color: #ccc;
}

.timetitle {
    white-space: nowrap;
    text-align: right;
}

.event {
    border-top: 1px solid #b2dba1;
    border-bottom: 1px solid #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    color: #3c763d;
    border-width: 1px;
    font-size: .75em;
    padding: 0 .75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.event.begin {
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.event.end {
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.event.all-day {
    border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
    background-repeat: repeat-x;
    color: #31708f;
    border-width: 1px;
}

.event.all-day.begin {
    border-left: 1px solid #9acfea;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.event.all-day.end {
    border-right: 1px solid #9acfea;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.event.clear {
    background: none;
    border: 1px solid transparent;
}

.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
}

.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

#holder {
    border: 2px solid #da0b23;
}

#holder .table {
    margin: 0;
}

#holder .btn-group.btn-group-lg button {
    color: #3e3e3e;
    font-family: 'Audiowide', cursive;
    font-weight: 400;
    text-transform: uppercase;
}

.banner_cont h2 {
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.inner_banner {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgb(255 119 119) 0%, rgb(202 34 21) 100%);
    color: white;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    bottom: 0;
    left: 0
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {}



.common_pad {
    padding: 100px 0
}

.color_sec {
    background-color: #f26360
}

.content_inner h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
}

.content_inner ul li {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 300;
    letter-spacing: 1px
}

.content_inner ul {
    margin-top: 30px
}

.color_sec .content_inner h2,
.color_sec .content_inner p,
.color_sec .content_inner ul li {
    color: #fff
}

.content_inner p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px
}

.team_title {
    text-align: center;
}

.team_title h2 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 50px
}

.mb-3 {
    margin-bottom: 45px
}

.simple_content_only p,
.simple_content_only li {
    font-size: 20px !important;
    margin-bottom: 10px
}

.simple_content_only li {
    list-style: disc
}

.simple_content_only ul {
    padding-left: 25px
}

.simple_content_only h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}

.simple_content_only h5 {
    font-size: 22px;
    font-weight: 700;
}
