@charset "UTF-8";



/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



::-moz-selection {

    background: #58585a;

    color: #ffffff;

    text-shadow: none;

}



::selection {

    background: #58585a;

    color: #ffffff;

    text-shadow: none;

}



*,



*:before,

*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video,

textarea,

input {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

    outline: none;

    font-family: "Noto Sans", sans-serif;

}



/* HTML5 display-role reset for older browsers */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



html {

    scroll-behavior: smooth;

}



body {

    color: #000000;

    background: #000000;

    -webkit-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    -webkit-font-smoothing: antialiased;

    text-rendering: optimizeLegibility;

    overflow: hidden;

    overflow-y: scroll;

}



a {

    text-decoration: none;

    transition: all 0.25s ease-out 0s;

}



p,
p span,
strong,
ul li,
ul li:before,
ol li,
ol li:before {

    font-family: 'Spartan', sans-serif;

}

strong {font-weight: bold}

img {

    border: 0px;

}



ol,

ul,

li {

    list-style: none;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* * {-webkit-appearance: none;} */



::-webkit-input-placeholder {



    color: #f2f2f2;



}



::-moz-placeholder {



    color: #f2f2f2;



}



:-ms-input-placeholder {



    color: #f2f2f2;



}



:-moz-placeholder {



    color: #f2f2f2;



}



.container {

    width: 100%;

    max-width: 1210px;

    margin: 0 auto 0;

}



@keyframes slideInFromTop {

    0% {

        transform: translateY(100%);

        opacity: 0;

    }



    100% {

        transform: translateY(0);

        opacity: 1;

    }

}





@keyframes bounce2 {



    0%,

    20%,

    50%,

    80%,

    100% {

        transform: translateY(0);

    }



    40% {

        transform: translateY(-30px);

    }



    60% {

        transform: translateY(-15px);

    }

}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,25%,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,25%,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        top: -100px;
    }
     100% {
        opacity: 1;
         top: 0px;
    }
}

/* header-wrapp */



.header-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #ffffff;

    margin: 37px 0 0;

    border-bottom: 1px solid #eeeeee;

}



.header-wrapp .navbar-brand {

    width: 220px;

}



.header-wrapp .navbar-brand img {

    width: 100%;

}



.header-wrapp nav.navbar {

    width: 100%;

    padding: 0;

}



.header-wrapp nav.navbar .navbar-collapse {

    width: 100%;

    float: left;

}



.header-wrapp nav.navbar .navbar-nav {

    float: right;

    margin-left: auto;

}



.header-wrapp nav.navbar .navbar-nav .nav-link {

    font-size: 16px;

    line-height: 3;

    color: #000;

    font-weight: 500;

    padding: 15px;

    margin: 0 22px 0;

    position: relative;

    transition: all 0.35s ease-in 0s;

}



.header-wrapp nav.navbar .navbar-nav .nav-link:last-child {

    margin-right: 0;

}



.header-wrapp nav.navbar .navbar-nav .nav-link:before {

    content: "";

    width: 1px;

    height: 100%;

    position: absolute;

    left: -21px;

    top: 0;

    bottom: 0;

    background: #eee;

    display: block;

}



.header-wrapp nav.navbar .navbar-nav .nav-link:first-child:before {

    display: none;

}



.header-wrapp nav.navbar .navbar-nav .nav-link:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: none;

    transition: all 0.35s ease-in 0s;

}



.header-wrapp nav.navbar .navbar-nav .nav-link.active,

.header-wrapp nav.navbar .navbar-nav .nav-link:hover {

    color: #E32231;

}



.header-wrapp nav.navbar .navbar-nav .nav-link.active:after,

.header-wrapp nav.navbar .navbar-nav .nav-link:hover:after {

    background: #E32231;

    height: 7px;

}



.header-wrapp nav.navbar .navbar-toggler {

    box-shadow: none;

    border: 0;

    padding: 0;

}



.header-wrapp nav.navbar .navbar-toggler span.navbar-toggler-icon {

    width: 41px;

    height: 4px;

    position: relative;

    background: #f13b2a;

    border-radius: 2px;

    transition: all 0.35s ease-in;

    transform: none;

}



.header-wrapp nav.navbar .navbar-toggler span.navbar-toggler-icon:before {

    display: block;

    content: "";

    position: absolute;

    width: 100%;

    height: 4px;

    top: -7px;

    left: 0;

    right: 0;

    background: #f13b2a;

    border-radius: 2px;

}



.header-wrapp nav.navbar .navbar-toggler span.navbar-toggler-icon:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 4px;

    top: 7px;

    left: 0;

    right: 0;

    background: #f13b2a;

    border-radius: 2px;

    transform: none;

}


.header-wrapp nav.navbar .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
    transform: rotate(45deg);
}

.header-wrapp nav.navbar .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:before {
    transform: rotate(92deg) translateX(7px);
}

.header-wrapp nav.navbar .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:after {
    opacity: 0;
}


.header-wrapp nav.navbar .show .navbar-nav {

    width: 100%;

    text-align: center;

}



.header-wrapp nav.navbar .show .navbar-nav .nav-link:before {

    left: 0;

    right: 0;

    width: 100%;

    height: 1px;

    top: inherit;

    bottom: 0;

}



.header-wrapp nav.navbar .show .navbar-nav .nav-link {

    width: fit-content;

    margin: 0 auto 0;

}

.header-wrapp.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    margin: 0 0 0;
    animation: 0.6s scrollDown;
}

.header-wrapp nav.navbar .primary-menu {
    width: auto;
    display: inline-block;
    margin-left: auto;
}

.header-wrapp nav.navbar .primary-menu ul {
    width: 100%;
    display: block;
}

.header-wrapp nav.navbar .primary-menu ul li {
    display: inline-block;
    width: auto;
}

.header-wrapp nav.navbar .primary-menu ul li a {
    font-size: 16px;
    line-height: 3;
    color: #000;
    font-weight: 500;
    padding: 15px;
    margin: 0 22px 0;
    position: relative;
    transition: all 0.35s ease-in 0s;
}

.header-wrapp nav.navbar .primary-menu ul li a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    background: #eee;
    display: block;
}

.header-wrapp nav.navbar .primary-menu ul li:first-child a:before {
    display: none;
}

.header-wrapp nav.navbar .primary-menu ul li a:after {
    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: none;

    transition: all 0.35s ease-in 0s;
}

.header-wrapp nav.navbar .primary-menu ul li a:hover {
    color: #E32231;
}

.header-wrapp nav.navbar .primary-menu ul li a:hover:after {
    background: #E32231;

    height: 7px;
}

/* home-banner-wrapp */



.home-banner-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #f7f7f7;

    max-height: 100vw;

}



.home-banner-wrapp .banner-item {

    position: relative;

    width: 100%;

}



.home-banner-wrapp .banner-item:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    background: linear-gradient(to top, #000000f2, #2635695e);

}



.home-banner-wrapp .banner {

    height: 100%;

}



.home-banner-wrapp .banner-item .content {

    width: 100%;

    position: absolute;

    top: 100%;

    transform: translateY(-50%);

    left: 0;

    right: 0;

    margin: 0 auto 0;

    text-align: center;

    opacity: 0;

    transition: all 1s ease-in;

    animation: 1.5s ease-in-out 0.5s 1 slideInFromTop;

}



.home-banner-wrapp img {

    width: 100%;

    display: block;

    height: 100%;

    object-fit: cover;

    max-height: 825px;

}



.home-banner-wrapp h3 {

    font-size: 18px;

    color: #ffffff;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.home-banner-wrapp h1 {

    font-size: 64px;

    color: #ffffff;

    font-weight: 700;

    line-height: 1.55;

    text-transform: uppercase;

    margin: 0 0 35px;

}



.home-banner-wrapp h1 span {

    display: block;

}



.home-banner-wrapp .banner-btn1 {

    width: auto;

    float: none;

    font-size: 15px;

    color: #ffffff;

    font-weight: 500;

    background: linear-gradient(to right, #aa1028, #bc351d);

    border: 0;

    letter-spacing: normal;

    line-height: normal;

    padding: 16px 68px 17px 30px;

    border-radius: 30px;

    box-shadow: none;

    outline: none;

    position: relative;

    display: inline-block;

    transition: background .5s ease-out;

}



.home-banner-wrapp .banner-btn1:after {

    content: "";

    width: 25px;

    height: 25px;

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    background: url(../images/round-arrow-right.svg) no-repeat;

    background-size: 100%;

    transition: all 0.25s ease-in;

}



.home-banner-wrapp .banner-btn1:hover:after {

    right: 10px;

}


.banner-slider  .banner-item.slick-active .content {

    opacity: 1;

    top: 50%;

}



/* process-wrapp */



.process-wrapp {

    width: 100%;

    display: block;

    background: #ffffff;

    padding: 25px 0 25px;

    float: left;

    border-bottom: 1px solid #ddd;

}



.process-wrapp .prcs-img {

    width: 32px;

    float: left;

    margin: 0 8px 0 0;

}



.process-wrapp .prcs-img img {

    width: 100%;

}



.process-wrapp h4 {

    font-size: 14px;

    line-height: 2.25;

    color: #151515;

    letter-spacing: normal;

    margin: 0 0 0;

}



/* aboutus-wrapp */



.aboutus-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #ffffff;

    padding: 100px 0 60px;

}



.aboutus-wrapp img {

    width: 100%;

    display: block;

}



.aboutus-wrapp h2 {

    font-size: 14px;

    color: #151515;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.aboutus-wrapp h3 {

    font-size: 45px;

    color: #151515;

    line-height: 1.45;

    letter-spacing: normal;

    font-weight: 600;

    margin: 0 0 28px;

}



.aboutus-wrapp h3 span {

    display: inline-block;

}



.aboutus-wrapp p {

    font-size: 15px;

    color: #888;

    line-height: 1.45;

    margin: 0 0 28px;

}



.aboutus-wrapp .about-row1 {

    width: 72%;

    display: block;

    margin: 0 0 34px;

}



.aboutus-wrapp .about-row2 {

    width: 100%;

    display: block;

    float: left;

}



.aboutus-wrapp .about-row2 .row {

    align-items: center;

}



.aboutus-wrapp .about-btn1 {

    width: auto;

    float: none;

    font-size: 15px;

    color: #ffffff;

    font-weight: 500;

    background: linear-gradient(to right, #aa1028, #bc351d);

    border: 0;

    letter-spacing: normal;

    line-height: normal;

    padding: 14px 58px 15px 27px;

    border-radius: 30px;

    box-shadow: none;

    outline: none;

    position: relative;

    display: inline-block;

    transition: background .5s ease-out;

}



.aboutus-wrapp .about-btn1:after {

    content: "";

    width: 25px;

    height: 25px;

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    background: url(../images/round-arrow-right.svg) no-repeat;

    background-size: 100%;

    transition: all 0.25s ease-in;

}



.aboutus-wrapp .about-btn1:hover:after {

    right: 10px;

}



.aboutus-wrapp .about-btn2 {

    font-size: 15px;

    color: #151515;

    line-height: 1.45;

    margin: 0 0 0;

}



.aboutus-wrapp .about-row2 .about-img {

    width: 100%;

    display: block;

}



/* help-wrapp */



.help-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #f6f6f6;

    padding: 100px 0 100px;

    text-align: center;

}



.help-wrapp h2 {

    font-size: 14px;

    color: #151515;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 22px;

}



.help-wrapp h3 {

    font-size: 45px;

    color: #151515;

    line-height: 1.25;

    letter-spacing: normal;

    font-weight: 600;

    margin: 0 0 32px;

}



.help-wrapp h3 span {

    display: block;

}


.help-wrapp img {
    width: 100%;
    display: block;
}

.help-wrapp .help-row1 {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 0;
    align-items: center;
}






.help-wrapp h4 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.45;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 18px;
}



.help-wrapp p {
    font-size: 15px;
    color: #888888;
    line-height: 1.45;
    margin: 0 0 28px;
}


.help-wrapp .help-row1 .help-col1 {
    width: 46.5%;
    float: left;
    display: inline-block;
}

.help-wrapp .help-row1 .help-col2 {
    width: 50.5%;
    float: right;
    display: inline-block;
    text-align: left;
}

.help-wrapp .help-row1 .help-col1 img {
    border-radius: 10px;
    overflow: hidden;
}

.help-wrapp .serv-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 58px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.help-wrapp .serv-btn1:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
}

.help-wrapp .serv-btn1:hover:after {
    right: 10px;
}

.help-wrapp .help-row1.mob {

    display: none;

}



.help-wrapp .help-row1 .slick-slide {

    margin: 0 3px 0;

    height: inherit;

}

.help-wrapp .help-row1 .slick-prev, .help-wrapp .help-row1 .slick-next {
    background: linear-gradient(to right, #aa1028, #bc351d);
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.help-wrapp .help-row1 .slick-prev::before {
    content: "";
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 11px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: block;
    margin: 0 auto 0;
}

.help-wrapp .help-row1 .slick-prev {
    top: inherit;
    bottom: -78px;
    left: 42%;
    transform: translate(0, -50%);
}

.help-wrapp .help-row1 .slick-next {
    top: inherit;
    bottom: -78px;
    right: 42%;
    transform: translate(0, -50%);
}

.help-wrapp .help-row1 .slick-next::before {
    content: "";
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: block;
    margin: 0 auto 0;
}


/* service-wrapp */



.service-wrapp {

    width: 100%;

    display: block;

    float: left;

    padding: 100px 0 200px;

}



.service-wrapp img {

    width: 100%;

    display: block;

}



.service-wrapp h2 {

    font-size: 14px;

    color: #ffffff;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.service-wrapp h3 {

    font-size: 45px;

    color: #ffffff;

    line-height: 1.25;

    letter-spacing: normal;

    font-weight: 600;

    margin: 0 0 32px;

}



.service-wrapp h4 {

    font-size: 22px;

    color: #ffffff;

    line-height: 1.45;

    letter-spacing: normal;

    font-weight: 500;

    margin: 0 0 18px;

}



.service-wrapp h4 span {

    display: block;

}



.service-wrapp .sev-img {

    width: 40px;

    display: block;

    margin: 0 0 30px;

}



.service-wrapp p {

    font-size: 15px;

    color: #888;

    line-height: 1.45;

    margin: 0 0 28px;

}



.service-wrapp .service-btn1 {

    width: auto;

    font-size: 15px;

    color: #ffffff;

    line-height: 1.45;

    font-weight: 600;

    padding: 4px 48px 12px 0;

    margin: 0 0 0;

    transition: all 0.25s ease-in 0s;

    float: right;

    position: relative;

    background: url(../images/round-arrow-right.svg) no-repeat 100% 2px;

    background-size: 22px;

    display: none;

}



.service-wrapp .service-btn2 {

    font-size: 12px;

    color: #ffffff;

    line-height: 1.45;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 0;

    transition: all 0.25s ease-in 0s;

}



.service-wrapp .service-row1 {

    width: 100%;

    position: relative;

    padding: 0 150px 0 0;

}



.service-wrapp .service-row1 .service-btn1 {

    position: absolute;

    right: 0;

    bottom: 34px;

}



.service-wrapp .service-btn1:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background: linear-gradient(to right, #aa1028, #bc351d);

}



.service-wrapp .service-row2 {

    position: relative;

}



.service-wrapp .service-row2 .service.col1 {

    padding: 40px 35px 40px;

    border-right: 1px solid #340000;

}



.service-wrapp .service-row2 .service.col1:nth-child(4n) {

    border-right: 0;

}



.service-wrapp .service-row2:after {

    content: "";

    width: 100%;

    height: 1px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: #340000;

}

.service-wrapp .service-row2 .service.col1:last-child {
    border-right: 0;
}

.status-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #ffffff;

    padding: 300px 0;

    position: relative;

}



.status-wrapp img {

    width: 100%;

    display: block;

}



.status-wrapp .container {

    position: absolute;

    top: -150px;

    right: 0;

    left: 0;

    margin: 0 auto 0;

}



.status-wrapp .status-row1 {

    width: 100%;

    background: #000 url(../images/status-bg1.jpg) no-repeat 100%;

    margin: 0 auto 0;

}



.status-wrapp .status-row1 .status-img {

    padding: 0;

}



.status-wrapp .status-row1 .status-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.status-wrapp .status-row1 .status-contn {

    padding: 55px 45px 55px 85px;

    position: relative;

}



.status-wrapp h2 {

    font-size: 14px;

    color: #ffffff;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.status-wrapp h3 {

    font-size: 36px;

    color: #ffffff;

    line-height: 1.25;

    letter-spacing: normal;

    font-weight: 600;

    margin: 0 0 32px;

}



.status-wrapp h3 span {

    display: block;

}



.status-wrapp .status-btn1 {

    width: auto;

    font-size: 15px;

    color: #ffffff;

    line-height: 1.45;

    font-weight: 600;

    padding: 4px 48px 12px 0;

    margin: 0 0 0;

    transition: all 0.25s ease-in 0s;

    float: left;

    position: relative;

    background: url(../images/round-arrow-right.svg) no-repeat 100% 2px;

    background-size: 22px;

}



.status-wrapp .status-btn1:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background: linear-gradient(to right, #aa1028, #bc351d);

}



.status-wrapp .status-row2 {

    margin: 0 auto 0;

    padding: 0;

}



.status-wrapp .status-row2 .status-col1 {

    padding: 55px 30px 55px 8%;

    border: 1px solid #ddd;

    border-right: 0;

}



.status-wrapp .status-row2 .status-col1:last-child {

    border-right: 1px solid #ddd;

}



.status-wrapp h4 {

    font-size: 22px;

    color: #151515;

    line-height: 1.45;

    letter-spacing: normal;

    font-weight: 500;

    margin: 0 0 18px;

}



.status-wrapp h4 span {

    display: block;

}



.status-wrapp .status-row2 .status-col1 .odometer {

    font-size: 60px;

    font-family: "Noto Sans", sans-serif;

    font-weight: 400;

    margin: 0 0 24px;

    position: relative;

    display: inline-block;

}



.status-wrapp .status-row2 .status-col1 .client-status.odometer .odometer-inside:after {

    content: "K";

    position: absolute;

    right: 0;

    top: 0;

}



.status-wrapp .status-row2 .status-col1 .client-status.odometer .odometer-inside {

    position: relative;

    padding: 0 38px 0 0;

}



.status-wrapp .status-row2 .status-col1 .success-status.odometer .odometer-inside {

    position: relative;

    padding: 0 48px 0 0;

}



.status-wrapp .status-row2 .status-col1 .success-status.odometer .odometer-inside:after {

    content: "%";

    position: absolute;

    right: 0;

    top: 0;

}



.status-wrapp .status-row2 .status-col1 .time-status.odometer .odometer-inside {

    position: relative;

    padding: 0 108px 0 0;

}



.status-wrapp .status-row2 .status-col1 .time-status.odometer .odometer-inside:after {

    content: "DAY";

    position: absolute;

    right: 0;

    top: 0;

}



/* institution-wrapp */



.institution-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #f6f6f6;

    padding: 80px 0 60px;

    text-align: center;

}



.institution-wrapp img {

    width: 100%;

    display: block;

}



.institution-wrapp h2 {

    font-size: 14px;

    color: #151515;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.institution-wrapp .insti-row1 {

    width: 100%;

    margin: 15px 0 15px;

    padding: 0;

    justify-content: space-between;

/*    background: #ffffff;*/

    position: relative;

}



.institution-wrapp .insti-row1 .insti-col1 {width: 23.5%;display: flex;flex-wrap: wrap;align-items: center;padding: 0;position: relative;border-radius: 8px;overflow: hidden; box-shadow: rgba(0, 0, 0, 0.34) 4px 4px 12px;}

.institution-wrapp .insti-row1 .insti-col1 .insti-img {width: 100%; height: 100%; display: block; border-radius: 8px; overflow: hidden; position: relative; background-clip: padding-box; /*background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #bc351d, #aa1028) border-box;*/ border: 2px solid transparent;}

.institution-wrapp .insti-row1 .insti-col1 img {height: 100%;max-height: 220px;object-fit: cover;}

.institution-wrapp .insti-row1 .insti-col1 .insti-img span {position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%); color: #ffffff; font-size: 30px; font-weight: 600; text-transform: uppercase; transition: all 0.3s linear; opacity: 0; z-index: 9;}

.institution-wrapp .insti-row1 .insti-col1 .insti-img:hover span {opacity: 1; top: 50%;}

.institution-wrapp .insti-row1 .insti-col1 .insti-img:after {content: ""; width: 100%; height: 0%; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, #b9341d, #aa1028); opacity: 0; transition: all 0.3s linear;}

.institution-wrapp .insti-row1 .insti-col1 .insti-img:hover:after {opacity: 0.7; height: 100%;}


/*.institution-wrapp .insti-row1:after {

    content: "";

    width: 100%;

    height: 1px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    right: 0;

    background: #ddd;

}*/



/*.institution-wrapp .insti-row1 .insti-col1:after {

    content: "";

    position: absolute;

    right: 0;

    width: 1px;

    height: 100%;

    background: #ddd;

}*/



.institution-wrapp .insti-row1 .insti-col1:nth-child(4n):after {

    display: none;

}



/* enquiry-wrapp */



.enquiry-wrapp {

    width: 100%;

    display: block;

    float: left;

    background: #f6f6f6;

    position: relative;

    padding: 540px 0 0;

    z-index: 9;

}



.enquiry-wrapp h2 {

    font-size: 14px;

    color: #ffffff;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



.enquiry-wrapp h4 {

    font-size: 22px;

    color: #ffffff;

    line-height: 1.45;

    letter-spacing: normal;

    font-weight: 500;

    margin: 0 0 18px;

}



.enquiry-wrapp h4 span {

    display: block;

}



.enquiry-wrapp img {

    width: 100%;

    display: block;

}



.enquiry-wrapp .enquiry-form {

    width: 90%;

    display: block;

    float: left;

    background: linear-gradient(to right, #121212 50%, #3f3d4300 50%);

    background-size: cover;

    padding: 70px 100px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto 0;

}



.enquiry-form:after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 52.5%;

    height: 100%;

    background: url(../images/form-bg1.jpg) no-repeat;

    background-size: cover;

}



.enquiry-form .form-field {

    width: 100%;

    display: block;

    float: left;

    position: relative;

}



.enquiry-form .form-field .form-control {

    width: 100%;

    float: none;

    display: block;

    font-size: 14px;

    height: 54px;

    position: relative;

    background: #252525;

    border: 1px solid #252525;

    padding: 8px 15px 8px;

    padding-left: 42px;

    margin: 0 0 12px;

    border-radius: 0;

    color: #fff !important;

}


.enquiry-form .form-field span {
    width: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9;
}



.enquiry-form .form-field textarea.form-control {
    width: 100%;
    height: 140px;
    padding-top: 15px;
}



.enquiry-form .form-field .enq-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 30px 0 0;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 28px 15px 28px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}



.enquiry-form .col-md-8 {
    position: relative;
    z-index: 9;
    width: 56%;
}

.enquiry-wrapp .enquiry-form small.wsf-help {
    display: none;
}

.enquiry-wrapp .enquiry-form small.wsf-help {
    display: none;
}

.enquiry-wrapp .enquiry-form label.wsf-label {
    padding-left: 36px !important;
    color: #ffffff !important;
    margin: 0 0 0 !important;
    cursor: pointer;
}

.enquiry-wrapp .enquiry-form label.wsf-label .wsf-required-wrapper {
    display: none;
}


/* footer */

footer {

    width: 100%;

    display: block;

    float: left;

    background: url(../images/footer-bg1-1.png) no-repeat 100%;

    background-size: cover;

    position: relative;

    padding: 200px 0 100px;

}







footer h2 {

    font-size: 14px;

    color: #ffffff;

    line-height: normal;

    letter-spacing: 4px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 28px;

}



footer h4 {

    font-size: 14px;

    color: #ffffff;

    line-height: 1.45;

    letter-spacing: normal;

    text-transform: uppercase;

    font-weight: 600;

    margin: 0 0 18px;

}



footer h4 span {

    display: block;

}



footer img {

    width: 100%;

    display: block;

}



footer ul {

    width: 100%;

    display: block;

}



footer ul li {

    width: auto;

    display: inline-block;

}



footer .social-icon {

    width: 30px;

    display: block;

    padding: 0 0 0 10px;

    transition: all 0.25s ease-in;

}



footer .footer-row1 {

    width: 100%;

    padding: 20px 0 50px;

    margin: 0 0 40px;

    justify-content: space-between;

    position: relative;

}



footer .footer-row1 .footer-col1:last-child {

    text-align: right;

}



footer ul li,

footer ul li a {

    font-size: 15px;

    color: #ffffff;

    line-height: 1.45;

    letter-spacing: normal;

}



footer ul li span {

    display: block;

}



footer .social-icon img:hover {

    transform: rotate(-360deg);

}



footer .social-icon img {

    display: block;

    transition: all 0.45s ease-in;

}



footer p,

footer p a {

    font-size: 15px;

    color: #ffffff;

    line-height: 1.45;

    letter-spacing: normal;

}



footer a:hover {

    color: #5f5f5f;

}

footer ul.footer-address:hover li a {
    color: #5f5f5f;
}


footer .footer-row1 .footer-col1 {

    width: 24.5%;

    padding: 0;

}



footer .footer-row1:after {

    content: "";

    width: 80%;

    bottom: 0;

    left: 0;

    right: 0;

    position: absolute;

    border-bottom: 1px dotted #5f5f5f;

    margin: 0 auto 0;

}



footer .footer-row2 {

    width: 100%;

    text-align: center;

}



footer .footer-row2 ul li {

    margin: 0 16px 0;

}



footer .footer-row3 {

    text-align: right;

}



footer .footer-row3 ul li a {

    color: #5f5f5f;

}



footer .footer-row3 ul li a:hover {

    color: #ffffff;

}



footer .footer-row3 ul li {

    margin: 0 0 0 12px;

}



.scroll-top {

    width: 40px;

    position: fixed;

    bottom: 40px;

    right: 3%;

    display: block;

    z-index: 999;

}



.scroll-top img {

    width: 100%;

    display: block;

}



.whatsappwidget {

    width: 68px;

    position: fixed;

    right: 3%;

    bottom: 90px;

    z-index: 999;

    background: #ffffff;

    padding: 12px;

    border-radius: 10px;

    box-shadow: 4px 3px 10px #00000057;

    animation: bounce2 2s ease infinite;

}



.whatsappwidget img {

    width: 100%;

    display: block;

}


.content-wrapp {
    width: 100%;
    display: block;
    float: left;
    background: #f6f6f6;
    padding: 80px 0 80px;
}

.content-wrapp .content-row1 {
    width: 100%;
    display: block;
}

.content-wrapp img {
    width: auto;
    display: block;
}

.content-wrapp h2 {
    font-size: 45px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
}

.content-wrapp p {
    font-size: 15px;
    color: #888;
    line-height: 1.45;
    margin: 0 0 28px;
}

.content-wrapp h4 {
    font-size: 38px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
}

.content-wrapp ol {
    width:100%; 
    float: none; 
    counter-reset: my-awesome-counter; 
    margin:0 auto 28px; 
    position: relative;
}

.content-wrapp ol li {
    font-size: 15px; 
    color: #888; 
    line-height: 1.45; 
    counter-increment: step-counter; 
    padding-left:4px; 
    width: auto; 
    margin: 0 auto; 
    position: relative;
    letter-spacing: normal;
}

.content-wrapp ol li:before {
    content: counter(step-counter)'.';
    margin-right: 0px; 
    position: relative; 
    left: -4px; 
    color: #888; 
    font-size: 15px; 
    top: 0;
}

.content-wrapp ul {
    width:100%; 
    float: none; 
    margin:0 auto 28px; 
    padding-left: 0px;
}

.content-wrapp ul li {
    float:none; 
    font-size: 15px; 
    color: #888; 
    line-height: 1.45; 
    position:relative; 
    margin: 0 0 0; 
    padding:0 0 0 10px; 
    letter-spacing: normal;
}

.content-wrapp ul li:before {
    content: "\2022 "; 
    position: absolute; 
    left: -1px; 
    color: #888; 
    font-size: 16px; 
    top: 0; 
    line-height: normal;
}

.content-wrapp .course-content {
    width: 100%;
    display: block;
}

.content-wrapp .course-content .course-tab {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 0;
}

.content-wrapp .course-content .course-drop {
    width: fit-content;
    display: block;
    position: relative;
}

.content-wrapp .course-content .course-tab .course-drop:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 12px;
    top: 47%;
    transform: translateY(-50%) rotate(90deg);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
    z-index: 9;
}
.content-wrapp .course-content .course-tab .course-drop:hover:after {
    top: 60%;
}

.content-wrapp .course-content .course-tab label {
    font-size: 14px;
    color: #151515;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-wrapp .course-content .course-tab select {
    width: auto;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 40px 15px 28px;
    border-radius: 30px;
    margin: 0 0 0 5px;
    box-shadow: none;
    outline: none;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}

.content-wrapp .course-content .course-tab select option {
    color: #000000;
    cursor: pointer;
}

.content-wrapp .course-content .course-items {
    width: 100%;
    display: block;
    float: left;
    padding: 50px 0 0;
}

.content-wrapp .course-content .course-items .course-option {
    width: 100%;
    float: left;
    display: block;
}

.content-wrapp .course-content .course-items .course-option.active {
    display: block;
}

.content-wrapp .course-content .course-items .course-option.hidden {
    display: none;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item {
    width: 23.5%;
    display: inline-block;
    text-align: center;
    margin: 0 2% 30px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item:nth-child(4n) {
    margin-right: 0;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item:last-child {
    margin-right: 0;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-img {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    height: 100%;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-img {
    height: 100%;
    object-fit: cover;
    max-height: 418px;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.45;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-link {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
}

.content-wrapp .course-content .course-items img {
    width: 100%;
    display: block;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .course-name {
    position: absolute;
    width: 94%;
    left: 0;
    right: 0;
    bottom: 6%;
    margin: 0 auto 0;
}

.content-wrapp .course-content h3 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 18px;
}

.content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.45;
}

.course-option.active {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.course-option.active {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.course-option.hidden {
    opacity: 0;
     animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.coursein-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 27px 15px 58px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
    margin: 20px 0 0;
}

.coursein-btn1:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
}

.coursein-btn1:hover:before {
    left: 10px;
}

.coursein-btn1:hover {
    color: #ffffff;
}


/*inner-page-banner*/

.inner-banner-wrapp {
    width: 100%;
    display: block;
    float: left;
    background: #000000;
    max-height: 40vw;
    overflow: hidden;
    height: 100%;
}

.inner-banner-wrapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-wrapp .banner-item {
    position: relative;
    width: 100%;
}

.inner-banner-wrapp .banner-item .content {
    width: 100%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto 0;
    text-align: left;
    opacity: 1;
    transition: all 1s ease-in;
    max-width: 1125px;
    z-index: 9;
}

.inner-banner-wrapp .banner-item h1 {
    font-size: 52px;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: 1.15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0;
}

/*accordion*/

.content-faq .accordion {
    width: 100%;
    display: block;
}

.content-faq .accordion .accordion-item {
    width: 100%;
    display: block;
    background: none;
    border: none;
}

.content-faq .accordion button.accordion-header {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    margin: 0 0 10px;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 16px 68px 17px 30px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
}

.content-faq .accordion button.accordion-header:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
}

.content-faq .accordion button.accordion-header.active:after {
    transform: translateY(-50%) rotate(90deg);
}

.content-faq .accordion .accordion-item .accordion-content {
    width: 100%;
    display: none;
    padding: 15px 25px 10px;
    transition: all 0.35s linear;
}

.helpin-wrapp .helpin-col1 .helpin-cont {
    width: 80%;
    display: block;
    float: none;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
}

.helpin-wrapp h4 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.45;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 8px;
}

.helpin-wrapp p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.45;
    margin: 0 0 28px;
}

.helpin-wrapp .common-anchor {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.helpin-wrapp .helpin-col1 .helpin-img {

    width: 86px;

    float: none;

    margin: 0 auto 28px;

    position: relative;

}



.helpin-wrapp .helpin-col1 .helpin-img img {
    filter: drop-shadow(2px 4px 6px #ccc);
}

.helpin-wrapp .helpin-col1.course {
    background: #ffffff url(../images/course-img.jpg) no-repeat 100% / cover;
}

.helpin-wrapp .helpin-col1.job {
    background: #ffffff url(../images/job-img.jpg) no-repeat 100% / cover;
}


.helpin-row img {
    width: 100%;
    display: block;
}

.helpin-wrapp .helpin-row {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 0;
}


.helpin-wrapp .helpin-col1 {
    width: 49%;
    background: #ffffff;
    padding: 44px 18px 35px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.content-wrapp .content-row1 .job-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-wrapp .content-row1 .job-content .job-item {
    width: 33.5%;
    display: inline-block;
    text-align: center;
    margin: 0 2% 30px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.content-wrapp .content-row1 .job-content .job-img {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.helpin-wrapp .helpin-col1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #b9341d, #aa1028);
    opacity: 0.5;
}

.content-wrapp .job-content .job-item img {
    width: 100%;
    display: block;
}

.content-wrapp .job-content .job-item .job-name {
    position: absolute;
    width: 94%;
    left: 0;
    right: 0;
    bottom: 6%;
    margin: 0 auto 0;
}

.content-wrapp .job-content h3 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 18px;
}

.content-wrapp .job-content .job-item .job-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.45;
}

.ausbildung-wrapp {
    width: 100%;
    display: block;
    float: left;
    background: #f6f6f6;
    padding: 0 0 100px;
    text-align: center;
}

.ausbildung-wrapp .aus-row1 {
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 0;
    align-items: center;
    flex-direction: row-reverse;
}

.ausbildung-wrapp .aus-col1 {
    width: 45.5%;
    float: left;
    display: inline-block;
}

.ausbildung-wrapp img {
    width: 100%;
    display: block;
}

.ausbildung-wrapp .aus-row1 .aus-col1 img {
    border-radius: 10px;
    overflow: hidden;
}

.ausbildung-wrapp .aus-col2 {
    width: 53.5%;
    float: right;
    display: inline-block;
    text-align: left;
}

.ausbildung-wrapp h2 {
    font-size: 14px;
    color: #151515;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 22px;
}

.ausbildung-wrapp h3 {
    font-size: 45px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
}

.ausbildung-wrapp h3 span {
    display: inline;
}

.ausbildung-wrapp p {
    font-size: 15px;
    color: #888888;
    line-height: 1.45;
    margin: 0 0 28px;
}

.ausbildung-wrapp .serv-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 58px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.ausbildung-wrapp .serv-btn1:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
}


.ausbildung-wrapp .serv-btn1:hover:after {
    right: 10px;
}

/* Testimonials css */

.content-wrapp.home-content-wrapp {
    background: #240f0f;
}

.content-wrapp.home-content-wrapp h2 {
    text-align: center;
    color: #ffffff;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper {
    justify-content: center;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-read-more span {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 58px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
    opacity: 1;
    margin: 24px 0 20px;
    transition: all 0.4s ease-in;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-read-more span:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.4s ease-in;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-read-more span:hover {
    text-decoration: none !important;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-read-more span:hover:after {
    right: 10px;
}

.content-wrapp.home-content-wrapp h2 {
    text-align: center;
    color: #ffffff;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-name {
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 8px 0 8px;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper  .ti-review-content {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.45;
    margin: 0 0 0;
}

.content-wrapp.home-content-wrapp .ti-reviews-container-wrapper .ti-stars {
    margin: 16px 0 24px !important;
}

/* Modal Structure css */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
    background-color: transparent;
    margin: 0 auto 0; /* Center the modal */
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 720px;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.modal .close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 1.5%;
    top: -1%;
    z-index: 99;
}

.modal img {
    width: 100%;
    display: block;
}

.modal .modal-content .modal-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    position: relative;
}

.modal .modal-content .modal-item img {
    width: 40%;
    float: right;
    object-fit: cover;
    object-position: 72%;
}

.modal .modal-content .modal-item .modal-text {
    width: 60%;
    position: relative;
    left: 0;
    margin: 0;
    z-index: 9;
    background: #E32231;
    border-radius: 0;
    padding: 35px 3% 40px;
}

.modal .modal-content h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: 1.15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.modal .modal-content .modal-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.modal .modal-content p {
    font-size: 15px;
    color: #efefef;
    line-height: 1.45;
    margin: 0 0 28px;
}

.modal .modal-content .apply-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 58px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.modal .modal-content .apply-btn1:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
    transition: all 0.25s ease-in;
}

.modal .modal-content .apply-btn1:hover:after {
    right:10px;
}

.content-wrapp.abouter-wrapp {
    background: #f6f6f6;
}

.content-wrapp.abouter-wrapp h2 {
    color: #151515;
    text-align: left;
}

.error404 .inner-banner-wrapp {
    padding: 20px 0 20px;
}

.content-wrapp a.button {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 58px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
    margin: 25px 0 0;
}

.content-wrapp a.button:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/round-arrow-right.svg) no-repeat;
    background-size: 100%;
}

.content-wrapp a.button:hover {
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.content-wrapp .searchform label.screen-reader-text {
    display: none;
}

.content-wrapp .searchform [type=text] {border: 1px solid rgb(227 34 49);padding: 10px 15px 10px;background: none;border-radius: 2px;font-size: 14px;font-weight: 400;color: #000;line-height: 1.75;width: 200px;display: inline-block;margin-right: 5px;height: 45px;}

.content-wrapp .searchform [type=submit] {width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 27px 15px 27px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;}

.content-wrapp .searchform [type=submit]:hover {
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.contact-wrapp {
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 30px 0 50px;
    float: left;
}

.contact-wrapp .contact-col1 {
    width: 50%;
    display: block;
    float: left;
    padding: 0 3% 0;
}

.contact-wrapp .contact-col1 .social-icon {
    width: 24px;
    display: inline-block;
    padding: 0 3px 0;
    transition: all 0.45s ease-in;
}

.contact-wrapp img {
    width: 100%;
    display: block;
}

.contact-wrapp h4 {
    font-size: 15px;
    color: #151515;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 22px;
}

.contact-wrapp .contact-col1 .contact-col3 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 40px 0 0;
}

.contact-wrapp ul {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 600px;
}

.contact-wrapp ul li {
    width: auto;
    display: inline-block;
    margin: 0 0 10px;
}

.contact-wrapp li.big-text {
    width: 100%;
    font-size: 45px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.contact-wrapp ul li, .contact-wrapp ul li a {
    font-size: 15px;
    color: #888888;
    line-height: 1.45;
}

.contact-wrapp .contact-col1 .contact-col2 {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 40px;
}

.contact-wrapp .contact-row3 {
    width: 100%;
    display: block;
    float: left;
    padding: 30px 0 30px;
}

.contact-wrapp ul li a:hover {
    color: #151515;
}

.contact-wrapp .contact-col1 .social-icon:hover {
    transform: rotate(-360deg);
}

.contact-wrapp .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.contact-wrapp ul.contact-row2 img {
    max-width: 420px;
    margin: 0 auto 15px;
}

.map-wrapp {
    width: 50%;
    display: block;
    padding: 20px 0 0;
    float: left;
}

.map-wrapp iframe.map {
    width: 100%;
    display: block;
    height: 450px;
    filter: grayscale(1);
    border-radius: 6px;
    transition: all 0.25s ease-in;
}

.map-wrapp iframe.map:hover {
    filter: none;
}

.enquiry-wrapp .enquiry-form .evf-field-container {
    width: 100%;
    padding: 0;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field {
    margin: 0 !important;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field input {
    width: 100%;
    float: none;
    display: block;
    font-size: 14px;
    height: 54px;
    position: relative;
    background: #252525;
    border: 1px solid #252525;
    padding: 8px 15px 8px;
    padding-left: 42px;
    margin: 0 0 12px;
    border-radius: 0;
    color: #fff !important;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field textarea {
    width: 100%;
    height: 140px;
    float: none;
    display: block;
    font-size: 14px;
    position: relative;
    background: #252525;
    border: 1px solid #252525;
    padding: 8px 15px 8px;
    padding-left: 42px;
    border-radius: 0;
    color: #fff;
    padding-top: 15px;
    margin: 12px 0 12px;
}

.enquiry-wrapp .enquiry-form .evf-submit-container {
    width: 100%;
    padding: 0;
}

.enquiry-wrapp .enquiry-form button[type=submit] {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 30px 0 0;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 28px 15px 28px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.enquiry-wrapp .enquiry-form button[type=submit]:hover {
    color: #fff;
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-first-name {
    position: relative;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-first-name:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 15px;
    background: url(../images/user-icon.svg) no-repeat 100%;
    background-size: 16px;
    z-index: 9;
    display: block;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-text {
    position: relative;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-text:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 15px;
    background: url(../images/user-icon.svg) no-repeat 100%;
    background-size: 16px;
    z-index: 9;
    display: block;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-email {
    position: relative;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-email:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 15px;
    background: url(../images/email-icon.svg) no-repeat 100%;
    background-size: 16px;
    z-index: 9;
    display: block;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-textarea {
    position: relative;
}

.enquiry-wrapp .enquiry-form .evf-field-container .evf-field-textarea:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 15px;
    background: url(../images/message-icon.svg) no-repeat 100%;
    background-size: 16px;
    z-index: 9;
    display: block;
}

.coursein-wrapp {
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 30px 0 50px;
    float: left;
}

.coursein-wrapp .coursein-row1 {
    width: 100%;
    display: block;
    float: left;
}

.coursein-wrapp h4 {
    font-size: 45px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
}

.coursein-wrapp p {
    font-size: 15px;
    color: #888;
    line-height: 1.45;
    margin: 0 0 28px;
}

.coursein-wrapp .coursein-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 28px 15px 28px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.coursein-wrapp .coursein-btn1:hover {
    color: #fff;
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.content-wrapp h1.page-title {
    font-size: 50px;
    color: #151515;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 32px;
}

.blog-wrapp .blog-col1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog-wrapp .blog-col1 .blog-col2 {
    width: 48.5%;
    display: inline-block;
    float: left;
    margin: 0 3% 30px 0;
}

.blog-wrapp .blog-col1 .blog-col2:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.content-wrapp h2 a {
    color: #888;
}

.content-wrapp h2 a:hover {
    color: #151515;
}

.blog-wrapp h2 {
    font-size: 40px;
    margin: 0 0 28px;
}

.paiger-wrapp .paiger-col1 {
    width: 100%;
    display: block;
    float: left;
}

.paiger-wrapp .paiger-col1 .page-numbers.current {
    float: none;
    display: inline-block;
    margin: 0 3px 0;
    padding: 3px 6px;
    background: #e32231;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: normal;
    font-weight: 700;
}

.paiger-wrapp .paiger-col1 .page-numbers {
    float: none;
    display: inline-block;
    margin: 0 3px 0;
    padding: 3px 6px;
    background: transparent;
    font-size: 15px;
    color: #000000;
    letter-spacing: normal;
    font-weight: 700;
}

.paiger-wrapp .paiger-col1 .page-numbers:hover {
    background: #e32231;
    color: #ffffff;
}

.paiger-wrapp .paiger-col1 .page-numbers.dots {
    float: none;
    display: inline-block;
    margin: 0 3px 0;
    padding: 3px 6px;
    background: transparent;
    font-size: 15px;
    color: #000000;
    letter-spacing: normal;
    font-weight: 700;
}

.paiger-wrapp .paiger-btn1 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 5px 0 0;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 28px 15px 28px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.paiger-wrapp .paiger-btn1:hover {
    color: #fff;
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.paiger-wrapp .paiger-btn2 {
    width: auto;
    float: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0 5px;
    background: linear-gradient(to right, #aa1028, #bc351d);
    border: 0;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px 28px 15px 28px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    position: relative;
    display: inline-block;
    transition: background .5s ease-out;
}

.paiger-wrapp .paiger-btn2:hover {
    color: #fff;
    background: linear-gradient(to left, #aa1028, #bc351d);
}

.paiger-wrapp .paiger-col1 .next.page-numbers {
    padding: 0;
    background: none;
}

.paiger-wrapp .paiger-col1 .prev.page-numbers {
    padding: 0;
    background: none;
}

@media only screen and (max-width :1441px){

.home-banner-wrapp img {height: 61.5vw;}

footer .footer-row3 {text-align: center; margin: 12px 0 0;}

}

@media only screen and (max-width :1200px){

    .inner-banner-wrapp .banner-item .content {
        width: 94%;
    }

    .inner-banner-wrapp .banner-item h1 {
        font-size: 40px;
    }

}


@media only screen and (max-width :1025px){

    .container {
        width: 94%;
    }



    .home-banner-wrapp h1 {
        font-size: 66px;
    }



    .enquiry-wrapp .enquiry-form {
        width: 94%;
        padding: 70px 80px;

    }

    .inner-banner-wrapp .banner-item h1 {
        font-size: 36px;
    }

    .enquiry-form:after {
        width: 70%;
    }

    .coursein-wrapp h4 {
        font-size: 40px;
    }

    .content-wrapp h4 {
        font-size: 36px;
    }

    .content-wrapp h1.page-title {
        font-size: 46px;
    }

}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
    .header-wrapp nav.navbar .navbar-nav .nav-link {
        margin: 0 16px 0;
    }
}


@media only screen and (max-width :991px) {

    .header-wrapp nav.navbar {

        padding: 8px 0;

    }

    .header-wrapp .navbar-brand {

        width: 180px;

    }

    .header-wrapp nav.navbar .navbar-nav .nav-link:last-child {
        margin-right: auto;
    }

    .home-banner-wrapp h1 {

        font-size: 52px;

        line-height: 1.35;

    }

    .home-banner-wrapp .banner-btn1 {

        font-size: 14px;

    }

    .home-banner-wrapp h3 {

        font-size: 16px;

    }



    .process-wrapp .row {

        justify-content: space-between;

    }

    .process-wrapp h4 {

        font-size: 11px;
        line-height: 1.55;

    }

    .process-wrapp .process-item {

        width: 24.5%;

        padding: 0;

    }



    .aboutus-wrapp .about-row1 {

        width: 100%;

    }

    .aboutus-wrapp h3 {

        font-size: 32px;

    }

    .aboutus-wrapp .about-btn1 {

        font-size: 14px;
        padding: 14px 54px 15px 22px;

    }



    .help-wrapp h3 {

        font-size: 40px;

    }

    .help-wrapp h4 {

        font-size: 20px;

    }

    .ausbildung-wrapp h3 {
        font-size: 36px;
    }

    .service-wrapp h3 {

        font-size: 42px;

    }

    .service-wrapp h4 {

        font-size: 20px;

    }



    .status-wrapp {

        padding: 300px 0 200px;

    }

    .status-wrapp h3 {

        font-size: 30px;

    

    }

    .status-wrapp h4 {

        font-size: 20px;

    }

    .status-wrapp .status-row2 .status-col1 {

        padding: 40px 30px 45px 5%;

    }



    .enquiry-form .col-md-8 {

        width: 66%;

    }

    .enquiry-wrapp .enquiry-form {

        padding: 50px 60px;

    }

    .enquiry-wrapp h4 {

        font-size: 20px;

    }

    .enquiry-form .form-field .enq-btn1 {

        font-size: 14px;

    }



    .header-wrapp nav.navbar .navbar-nav {

        width: 100%;

        text-align: center;

    }

    .header-wrapp nav.navbar .navbar-nav .nav-link {

        width: fit-content;

        margin: 0 auto 0;

    }

    .header-wrapp nav.navbar .navbar-nav .nav-link:before {

        width: 100%;

        height: 1px;

        left: 0;

        right: 0;

        bottom: 0;

        top: inherit;

    }

    .header-wrapp nav.navbar .navbar-nav .nav-link {

        line-height: 2;

        padding: 15px 20px;

    }

    .header-wrapp nav.navbar .navbar-nav .nav-link.active:after, 

    .header-wrapp nav.navbar .navbar-nav .nav-link:hover:after {

        background: #E32231;

        height: 4px;

    }

    .header-wrapp nav.navbar .show .navbar-nav .nav-link:last-child:before {

        display: none;

    }

    .inner-banner-wrapp .banner-item h1 {
        font-size: 32px;
    }

    .content-wrapp h2 {
        font-size: 36px;
    }

    .content-wrapp .course-content h3 {
        font-size: 22px;
    }
    .content-wrapp .course-content .course-tab label {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .content-wrapp .course-content .course-tab select {
        font-size: 13px;
    }

    .service-wrapp .service-row2 .service.col1 {
        padding: 40px 2% 30px;
    }

    .content-wrapp .job-content h3 {
        font-size: 22px;
    }

    .contact-wrapp li.big-text {
        font-size: 38px;
    }

    .coursein-wrapp h4 {
        font-size: 38px;
    }

    .content-wrapp h4 {
        font-size: 32px;
    }

    .blog-wrapp h2 {
        font-size: 34px;
    }

    .content-wrapp h1.page-title {
        font-size: 42px;
    }

    .coursein-btn1 {
        font-size: 14px;
        padding: 14px 54px 15px 22px;
    }

}



@media only screen and (max-width :767px) {



    .header-wrapp nav.navbar .show .navbar-nav .nav-link {

        width: 100%;

        margin: 0 auto 0;

    }



    .home-banner-wrapp h3 {

        font-size: 15px;

    }

    .home-banner-wrapp h1 {

        font-size: 42px;

        line-height: 1.25;

    }



    .process-wrapp h4 {

        font-size: 14px;

    }

    .process-wrapp .process-item {

        width: 44.5%;

        padding: 0 0 15px;

        text-align: center;

    }

    .process-wrapp .prcs-img {

        width: 44px;

        float: none;

        display: inline-block;

        margin: 0 0 8px;

    }



    .aboutus-wrapp {

        text-align: center;

        padding: 60px 0 60px;

    }

    .aboutus-wrapp .about-btn1 {

        margin: 0 0 36px;

    }

    .aboutus-wrapp .about-row2 .about-img {

        width: 44.5%;

        float: none;

        margin: 40px auto 0;

    }



    .service-wrapp {

        text-align: center;

        padding: 60px 0 80px;

    }

    .service-wrapp .service-row1 {

        padding: 0 0 60px;

        margin: 0 auto 0;

    }

    .service-wrapp .service-row1 .service-btn1 {

        position: relative;

        bottom: 0;

        margin: 0 auto 0;

    }

    .service-wrapp .service-row2:after {

        display: none;

    }

    .service-wrapp .service-row2 .service.col1 {

        width: 50%;

        border-top: 1px solid #340000;

    }

    .service-wrapp .service-row2 .service.col1:first-child,

    .service-wrapp .service-row2 .service.col1:nth-child(2) {

        border-top: none;

    }

    .service-wrapp .service-row2 .service.col1:nth-child(2n) {

        border-right: 0;

    }

    .service-wrapp .sev-img {

        margin: 0 auto 30px;

    }



    .status-wrapp {

        padding: 60px 0 60px;

    }

    .status-wrapp .container {

        top: inherit;

        position: relative;

    }

    .status-wrapp .status-row1 .status-contn {

        padding: 55px 45px 55px 55px;

    }

    .status-wrapp .status-row2 .status-col1 {

        text-align: center;

        border: 1px solid #ddd;

        margin: 8px 0 0;

        padding: 30px 4% 30px 4%;

    }

    .status-wrapp .status-row2 .status-col1 .odometer {

        font-size: 48px;

        margin: 0 0 14px;

    }

    .status-wrapp .status-row2 .status-col1 .client-status.odometer .odometer-inside {

        padding: 0 32px 0 0;

    }

    .status-wrapp .status-row2 .status-col1 .success-status.odometer .odometer-inside {

        padding: 0 42px 0 0;

    }

    .status-wrapp .status-row2 .status-col1 .time-status.odometer .odometer-inside {

        padding: 0 92px 0 0;

    }



    .institution-wrapp .insti-row1:after,

    .institution-wrapp .insti-row1 .insti-col1:after {

        display: none;

    }

    .institution-wrapp .insti-row1 .insti-col1 {

        width: 50%;

        border: 1px solid #ddd;

    }



    .enquiry-wrapp {

        padding: 0 0 60px;

    }

    .enquiry-form .col-md-8 {

        width: 100%;

    }

    .enquiry-form:after {

        width: 100%;

        left: 0;

    }

    .enquiry-wrapp .enquiry-form {

        padding: 50px 5%;

        width: 100%;

        position: relative;

    }



    footer {

        padding: 60px 0 100px;

    }

    footer .footer-row1 {

        padding: 0 0 20px;

    }

    footer .footer-row1 .footer-col1 {

        width: 100%;

        padding: 0;

        text-align: center;

        margin: 0 0 30px;

    }

    footer .footer-row1 .footer-col1:last-child {

        text-align: center;

    } 

    footer .footer-row3 {

        margin: 35px 0 0;

        text-align: center;

    }



    .help-wrapp .help-row1.desk {

        display: none;

    }



    .help-wrapp .help-row1.mob {

        display: block;

    }

    .content-wrapp .course-content .course-items .course-option .content-item-outer .content-item {
        width: 48.5%;
        margin: 0 3% 30px 0;
    }

    .content-wrapp .course-content .course-items .course-option .content-item-outer .content-item:nth-child(2n) {
        margin-right: 0;
    }


    .help-wrapp .help-row1 .help-col1 {
        width: 100%;
    }

    .help-wrapp .help-row1 .help-col2 {
        width: 100%;
        margin: 0 0 40px;
        text-align: center;
    }

    .help-wrapp .help-row1 {
        flex-direction: column-reverse;
    }

    .help-wrapp {
        padding: 90px 0 80px;
    }

    .ausbildung-wrapp .aus-row1 {
        flex-direction: column-reverse;
    }
    
    .ausbildung-wrapp .aus-col1 {
        width: 100%;
    }
    
    .ausbildung-wrapp .aus-col2 {
        width: 100%;
        text-align: center;
        margin: 0 0 40px;
    }

    .content-faq .accordion .accordion-item .accordion-content {
        padding: 15px 3% 10px;
    }

    .helpin-wrapp .helpin-col1 {
        width: 100%;
        margin: 0 0 12px;
    }

    .content-wrapp .content-row1 .job-content .job-item {
        width: 48.5%;
        margin: 0 3% 30px 0;
    }
    .content-wrapp .content-row1 .job-content .job-item:nth-child(2n) {
        margin-right: 0;
    }

    .modal .modal-content {
        width: 94%;
    }

    .content-wrapp.home-content-wrapp .ti-reviews-container-wrapper {
        justify-content: normal;
    }

    .enquiry-form .form-field .form-control {
        padding: 8px 15px 8px;
    }

    .contact-wrapp .contact-col1 {
        width: 100%;
    }
    
    .map-wrapp {
        width: 100%;
    }

    .coursein-wrapp h4 {
        font-size: 34px;
    }

    .content-wrapp h4 {
        font-size: 30px;
    }

    .blog-wrapp h2 {
        font-size: 32px;
    }

    .content-wrapp h1.page-title {
        font-size: 38px;
    }

    .blog-wrapp .blog-col1 .blog-col2 {
        width: 100%;
        margin: 0 0 30px;
    }

    .contact-wrapp ul.contact-row2 img {
        max-width: 380px;
    }

}



@media screen and (max-width: 570px) {



    .home-banner-wrapp h1 {

        font-size: 26px;

        line-height: 1.20;

    }

    .home-banner-wrapp h3 {

        font-size: 13px;

    }

    .home-banner-wrapp {

        max-height: inherit;

    }

    .home-banner-wrapp img {
        height: 75vw;
    }



    .aboutus-wrapp h3 {

        font-size: 32px;

    }



    .help-wrapp h3 {

        font-size: 32px;

    }

    .ausbildung-wrapp h3 {
        font-size: 32px;
    }



    .enquiry-wrapp h4 span {

        display: inline;

    }



    .service-wrapp h3 {

        font-size: 32px;

    }

    .service-wrapp .service-row2 .service.col1 {

        width: 100%;

        border: 0;

        border-bottom: 1px solid #340000;

    }



    .status-wrapp .status-row1 .status-contn {

        text-align: center;

        padding: 55px 5% 55px;

    }

    .status-wrapp .status-btn1 {

        margin: 0 auto 0;

        float: none;

    }



/*    .process-wrapp .process-item {

        width: 100%;

        padding: 20px 0 15px;

    }*/


    .institution-wrapp {
        padding: 80px 0 30px;
    }

    .institution-wrapp .insti-row1 .insti-col1 {

        width: 100%;

        margin: 0 0 22px;

    }

    

    .status-wrapp .status-row1 .status-img img {

        height: inherit;

    }

    .content-wrapp .course-content .course-tab select {
        width: fit-content;
        display: block;
        margin: 0 auto 0;
    }

    .content-wrapp .course-content .course-drop {
        width: fit-content;
        text-align: center;
        margin: 0 auto 0;
    }

    .content-wrapp .course-content .course-tab .course-drop:after {
        top: inherit;
        bottom: 0;
        right: 10px;
    }

    .content-wrapp .course-content .course-tab .course-drop:hover:after {
        top: inherit;
        bottom: -7px;
    }

    .content-wrapp .course-content .course-tab label {
        margin: 0 0 14px;
    }

    .content-wrapp .course-content .course-items {
        padding: 35px 0 0;
    }

    .content-wrapp .content-row1 {
        text-align: center;
    }

    .inner-banner-wrapp .banner-item .content {
        width: 90%;
        text-align: center;
    }

    .help-wrapp {
        padding: 70px 0 80px;
    }
    
    .modal .modal-content .modal-item img {
        width: 100%;
        position: absolute;
        height: 100%;
    }
    
    .modal .modal-content .modal-item .modal-text {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0 auto 0;
        background: rgb(227 34 49 / 78%);
    }
    
    .modal .modal-content h2 {
        font-size: 22px;
    }
    
    .modal .modal-content p {
        color: #ffffff;
    }

    .service-wrapp .service-row1 {
        padding: 0;
    }

    .service-wrapp {
        padding: 60px 0 50px;
    }

    .enquiry-form:after {
        background-position-x: 50%;
    }

    .blog-wrapp h2 {
        font-size: 28px;
    }

    .content-wrapp h1.page-title {
        font-size: 34px;
    }

}

@media screen and (max-width: 480px) {

    .content-wrapp .course-content .course-items .course-option .content-item-outer .content-item {
        width: 100%;
        margin: 0 0 30px;
    }

    .inner-banner-wrapp .banner-item h1 {
        font-size: 28px;
        margin: 0 0 12px;
    }

/*    .inner-banner-wrapp {
        max-height: inherit;
    }   
*/
    .content-wrapp {
        padding: 50px 0 80px;
    }

    .help-wrapp .help-row1 .slick-prev {
        transform: translate(-20px, -50%);
    }

    .help-wrapp .help-row1 .slick-next {
        transform: translate(20px, -50%);
    }

    .content-wrapp .content-row1 .job-content .job-item {
        width: 100%;
        margin: 0 0 30px;
    }

    .service-wrapp .service-row2 {
        justify-content: center;
    }

    .enquiry-form .form-field {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 10px;
    }

    .contact-wrapp li.big-text {
        font-size: 35px;
    }

    .coursein-wrapp h4 {
        font-size: 30px;
    }

    .content-wrapp h4 {
        font-size: 28px;
    }

    .blog-wrapp h2 {
        font-size: 26px;
    }

    .content-wrapp h1.page-title {
        font-size: 32px;
    }

    .paiger-wrapp .paiger-col1 .page-numbers, 
    .paiger-wrapp .paiger-col1 .page-numbers.current, 
    .paiger-wrapp .paiger-col1 .page-numbers.dots {
        margin: 0 1px 0;
        font-size: 13px;
        padding: 1px 4px;
    }
    
    .paiger-wrapp .paiger-btn1, 
    .paiger-wrapp .paiger-btn2 {
        padding: 12px 20px 13px 20px;
        font-size: 14px;
    }

    .content-wrapp .course-content .course-items .course-option .content-item-outer .content-item .content-img {
        max-height: 318px;
    }

    .contact-wrapp ul.contact-row2 img {
        max-width: 318px;
    }

}

@media screen and (max-width: 412px) {
    footer .footer-row2 ul li {
        width: 100%;
        margin: 0 0 14px;
    }

    .process-wrapp .process-item {
        width: 100%;
        padding: 20px 0 15px;
    }

    .content-wrapp .searchform [type=text] {
        width: 100%;
        margin: 0 0 12px;
    }

    .coursein-wrapp h4 {
        font-size: 28px;
    }

    .content-wrapp h4 {
        font-size: 24px;
    }
}