/* @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); */


/* @import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: normal;
    src: local('UTM Banque'), url('../../vendor/font/utmbaque.ttf') format('woff');
}

@font-face {
    font-family: 'UTM Helve';
    font-style: normal;
    font-weight: normal;
    src: local('UTM Helve'), url('../../vendor/font/UTMHelveBold.ttf') format('woff');
}

* {
    font-family: Roboto, sans-serif;
    behavior: smooth;
}

svg text {
    font-family: UTM Banque;
    letter-spacing: 10px;
    stroke: white;
    font-size: 6vw;
    font-weight: 700;
    stroke-width: 1px;
    animation: textAnimate 5s infinite alternate;
    user-select: none;
}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
        fill: #C00001;
    }
    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: hsla(189, 68%, 75%, 0%)
    }
}

.threeD {
    color: darkgrey;
    white-space: nowrap;
    position: absolute;
    top: -65%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    transition: 0.3s;
    text-shadow: 1px 1px 0 grey, 1px 2px 0 grey, 1px 3px 0 grey, 1px 4px 0 grey, 1px 5px 0 grey, 1px 6px 0 grey, 1px 7px 0 grey, 1px 8px 0 grey, 5px 13px 15px black;
}

.threeD:hover {
    transition: 0.3s;
    transform: scale(1.1)translate(-50%, -50%);
    text-shadow: 1px -1px 0 grey, 1px -2px 0 grey, 1px -3px 0 grey, 1px -4px 0 grey, 1px -5px 0 grey, 1px -6px 0 grey, 1px -7px 0 grey, 1px -8px 0 grey, 5px -13px 15px black, 5px -13px 25px #808080;
}

.wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.text_white {
    color: white;
}

.text_red {
    color: rgb(204, 0, 1);
}

.bg-white {
    background-color: white;
}

.bg-red {
    background-color: #C00001;
}

header {
    position: relative;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    background: white;
    box-shadow: 1px 1px 8px 0px #ffffffab;
}

.col1 p,
.col3 p {
    margin: 0;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    /* filter: blur(3px); */
}

.col1,
.col2,
.col3 {
    width: 33.33%;
    text-align: center;
}

#svg1 {
    position: absolute;
    width: 95%;
    z-index: -1;
    transform: translate(-676px, -340px);
}

.wrap_name {
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fill-available;
}

.content_text {
    width: 50%;
}

.content_dir a p {
    font-family: UTM Banque;
    font-weight: bold;
}

.column1 img {
    margin-bottom: 25px;
}

.text_1 {
    font-size: 90px;
    text-transform: uppercase;
    user-select: none;
}

h2.text_white.text_2 {
    font-size: 65px;
    text-transform: uppercase;
}

#button1 {
    margin-top: 15px;
    color: rgb(204, 0, 1);
    background: white;
    border-radius: 30px;
    padding: 6px 20px;
    transition: 0.5s ease all;
    font-weight: 600;
    box-shadow: white 1px 1px 8px 0px;
}

#button1:hover {
    color: white;
    background: #C00001;
    box-shadow: #C00001 1px 1px 8px 0px;
    transition: 0.5s ease all;
}

#button2 {
    margin-top: 15px;
    color: white;
    background: rgb(204, 0, 1);
    border-radius: 30px;
    padding: 6px 20px;
    font-weight: 600;
    box-shadow: rgb(204, 0, 1) 1px 1px 8px 0px;
}

#button2:hover {
    color: #C00001;
    background: #80808026;
    box-shadow: #80808026 1px 1px 8px 0px;
    transition: 0.5s ease all;
}

.content_img.text-center {
    width: 50%;
    margin-top: -100px;
}

.slide {
    position: relative;
}

.wrap {
    height: 100vh;
    text-align: center;
    /* padding-top: 200px; */
    position: relative;
}

.custom-shape-divider-top-1621847353 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding-bottom: 100px;
}

.custom-shape-divider-top-1621847353 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1621847353 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1621847761 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1621847761 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 92px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1621847761 .shape-fill {
    fill: #FFFFFF;
}

.mbf {
    background: #ffffff96;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.mbf-wrap {
    filter: drop-shadow(1px 3px 2px white);
}

svg#svg2 {
    width: 35px;
    transition: all 0.3s ease 0s;
    user-select: none;
    cursor: pointer;
}

svg#svg2:hover {
    width: 50px;
    transition: all 0.3s ease 0s;
}

button#next {
    position: absolute;
    bottom: -175px;
    right: 50%;
}

#img1 {
    transform: translate(0px, -25px);
    transition: all linear 0.5s;
    width: 615px;
    height: 375px;
    border-radius: 70px;
}

.row_img {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section#bs_group {
    position: relative;
    margin-bottom: -35px;
}

.slide_img {
    position: absolute;
    display: block;
    width: 80%;
    bottom: -150px;
    position: absolute;
    border-radius: 61px;
    z-index: 2;
    margin: 0px auto;
}

#img2 {
    transform: translate(60px, 25px);
    transition: all linear 0.5s;
    width: 615px;
    height: 375px;
    border-radius: 70px;
}

section#bs_content {
    background: white;
    padding-bottom: 70px;
}

.content_dir p {
    margin: 0;
}

#tilt:hover {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 30px;
    cursor: pointer;
}

.content_dir {
    display: flex;
    justify-content: space-around;
    border-radius: 0px;
    border-radius: 0px;
    background: #C00001;
    box-shadow: 20px 20px 60px #bd213075, 0px 0px 0px #ffffff;
    align-items: center;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
    /* box-shadow: none !important; */
    background-color: #C00001;
    /*     transition: 0.5s ease all; */
}

.sticky .content_dir {
    box-shadow: none !important;
    background-color: #C00001;
    transition: 0.1s ease all;
}

.sticky .content_dir a {
    color: white;
}

.sticky .content_dir a:hover {
    background-color: white;
    color: #C00001;
    box-shadow: none;
}

.scroll.text-center {
    padding-top: 80px;
}

.sticky+#bs_content {
    padding-top: 160px;
}

.content_dir a {
    font-size: 1em;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding: 25px 0px;
    width: 20%;
    text-align: center;
}

.content_dir a:hover {
    color: #C00001;
    transition: all 0.3s ease;
    text-decoration: none;
    background: white;
    box-shadow: 20px 20px 60px 0px #f8f9fab3, 0px 0px 0px #ffffff;
}

#svg4 {
    transform: translate(180px, 30px);
    position: absolute;
}

.text-left {
    text-align: left;
}

hr.hr_left {
    width: 200px;
    margin-left: 0;
    border: 1px solid #C00001;
    background: #C00001;
}

hr.hr_center {
    width: 200px;
    border: 1px solid #C00001;
    background: #C00001;
}

.bs_part {
    background: #bf131387;
}

.pr {
    position: relative;
}

img#svg2 {
    position: absolute;
    z-index: -1;
    top: -525px;
    left: -895px;
}

.fonth2 {
    font-size: 30px;
    font-weight: bolder;
}

.content_nt {
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content_bot {
    color: black;
    padding: 0px 4vw;
    height: 50%;
    margin-top: 3.5vw;
}

.content_top p {
    margin-top: 20px;
    font-size: 1.5vw;
    font-weight: 900;
}

.scroll p {
    cursor: pointer;
    margin: 0;
}

svg#svg5 {
    position: absolute;
    z-index: -1;
}

form.bsform {
    padding: 90px 80px;
}

form.bsform input {
    margin-bottom: 40px;
    border-radius: 35px;
    padding: 10px 20px;
}

form.bsform textarea {
    border-radius: 25px;
    padding: 20px;
}

button#btnsm {
    border-radius: 20px;
    color: #C00001;
    background: white;
    border: none;
    box-shadow: 1px 1px 8px 0px white;
    font-weight: bolder;
    transition: 0.5s ease all;
}

button#btnsm:hover {
    color: white;
    background: #C00001;
    box-shadow: 1px 1px 8px 0px #C00001;
    transition: 0.5s ease all;
}

.foot {
    display: flex;
    padding-top: 60px;
}

.column1,
.column2,
.column3 {
    width: 33.33%;
}

.column1 {
    padding: 0 30px;
}

.column1 h3 {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: bolder;
}

.column2,
.column3 {
    padding: 40px;
}

.column2 th {
    width: 110px;
}

.bs_contact {
    background: linear-gradient( 360deg, #c00001, white);
}

.custom-shape-divider-bottom-1621846666 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1621846666 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1621846666 .shape-fill {
    fill: white;
}

.bs_table {
    display: flex;
    align-items: flex-start;
}

.bs_headtb {
    width: 25%;
    font-weight: bold;
}

.bs_td {
    width: 75%;
}

.column2 h3,
.column3 h3 {
    margin-bottom: 50px;
    margin-top: 25px;
}

.column3 a {
    font-size: 17px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.column3 a:hover {
    color: #C00001;
    transition: all ease 0.3s;
    text-decoration: none;
}

.social {
    display: flex;
    justify-content: space-between;
    width: 175px;
}

.social a {
    font-size: 25px;
}

.header a {
    text-decoration: none;
    font-size: 1em;
    font-weight: bolder;
    transition: all ease 0.5s;
    color: #C00001;
    font-family: UTM Banque;
}

.header a:hover {
    color: #C00001;
    text-decoration: none;
    transition: all ease 0.5s;
}

.partner {
    height: 400px;
    overflow: hidden;
}

.partnerfix {
    height: auto !important;
    overflow: unset !important;
}

.thugon {
    transform: rotate(178deg);
}


/**/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #C00001;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    transition: 0.5s ease all;
    box-shadow: 1px 1px 8px 0px #C00001;
}

.type {
    font-family: 'Lora';
    font-size: 3vw;
    letter-spacing: 0.2em;
}

#myBtn:hover {
    background-color: white;
    color: #C00001;
    box-shadow: 1px 1px 8px 0px #80808061;
}

.snip1401 {
    font-family: 'Playfair Display', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    max-height: 220px;
    width: 100%;
    color: #000000;
    text-align: right;
    font-size: 18px;
    /* background-color: #000000; */
}

.snip1401 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1401 img {
    max-width: 100%;
    backface-visibility: hidden;
}

.snip1401 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: white;
    width: 40%;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

.snip1401 figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 65%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 120px 0;
    border-color: transparent #ffffff transparent transparent;
}

.snip1401:after {
    position: absolute;
    bottom: 50%;
    right: 40%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 120px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1401 h3,
.snip1401 p {
    line-height: 1.5em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
}

.snip1401 h3 {
    margin: 0 0 5px;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 0.8em;
    opacity: 0.75;
    margin-top: 29px;
    width: 120px;
    margin-left: -28px;
}

.snip1401 p {
    font-size: 0.8em;
    width: 123px;
    margin-left: -30px;
    margin-top: 11px;
}

.fi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-size: 44px;
    color: #C00001;
    /* background: black; */
    opacity: 0;
}

.snip1401 i.fas.fa-phone-alt {
    font-size: 13px;
    margin-right: 5px;
}

.snip1401 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1401:hover img,
.snip1401.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(26%);
    opacity: 1;
}

.box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 10%; */
}

.box {
    /* padding: 30px; */
    /* margin: 2%; */
    background: white;
    width: 30%;
    /* border: 1px solid #d6d6d6; */
    /* box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25); */
    border-radius: 3px;
    transition: .2s all ease;
}

.box-wrap:hover .box {
    filter: blur(3px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
}

.box-wrap:hover .box:hover {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 1024px) {
    * {}
    .trust img {
        width: 100%;
    }
    .sticky+#bs_content {
        padding-top: 200px;
    }
    .col1 a {
        color: #C00001;
    }
    header {
        background: white;
        box-shadow: 1px 1px 8px 0px #80808075;
    }
    .content_text.text-center.aos-init.aos-animate {
        margin: auto;
    }
    svg#svg5 {
        display: none;
    }
    .content_bot {
        margin-top: 2vw;
    }
    .content_bot p {
        font-size: 1.5vw !important;
    }
    .content_nt p {
        font-size: 2vw;
        margin-top: 3vw;
    }
    .content_top i {
        font-size: 35px !important;
    }
    img#svg2 {
        left: -550px;
        top: -235px;
    }
    section.wrap {
        padding: 0px;
    }
    svg#svg4 {
        transform: translate(108px, -28px);
    }
    img#img2 {
        transform: translate(110px, -10px);
    }
    img#svg1 {
        transform: translate(-441px, -93px);
        width: 100%;
    }
    .content_img {
        margin-top: 75px !important;
        display: none;
    }
    div#tilt {
        height: 192px;
        bottom: -100px;
        left: 35px;
    }
}

@media screen and (max-width: 480px) {
    * {}
    .column1 h3 {
        font-size: 3.3vw;
    }
    .content_nt p {
        font-size: 8vw;
    }
    .wrap-contact {
        padding: 25px !important;
    }
    .type {
        font-size: 1.5em;
    }
    .contact_name h3 {
        font-size: 22px !important;
    }
    svg text {
        font-size: 30px;
        stroke-width: 1px;
        letter-spacing: 5px;
    }
    video#bgvid {
        height: 100vh;
    }
    .sticky+#bs_content {
        padding-top: 230px;
    }
    .scroll {
        padding-top: 50px;
    }
    .header {
        background: white;
        box-shadow: 1px 1px 8px 0px white;
        border: none;
    }
    .content_bot p {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 5vw !important;
        margin-top: -5vw;
    }
    .content_dir a {
        font-size: 11px;
        /* padding: 15px; */
        flex-wrap: wrap;
        width: 27%;
        padding: 10px 0;
    }
    form.bsform {
        padding: 0;
    }
    svg#svg5 {
        display: none;
    }
    .mbs {
        margin-bottom: 35px;
    }
    .trust {
        margin-bottom: 65px !important;
        width: 90% !important;
        margin: auto;
    }
    .row.r img {
        margin-bottom: 30px;
    }
    hr.hr_left {
        margin: auto;
        margin-bottom: 20px;
    }
    .row {
        text-align: center;
    }
    .mbf {
        background: none;
    }
    .content_bot {
        margin-top: 110px;
    }
    .mbf {
        margin: 0px;
    }
    .row2 img {
        margin-bottom: 45px;
    }
    .row2 {
        flex-direction: column-reverse;
    }
    .content_dir {
        flex-wrap: wrap;
        align-items: center;
    }
    button#button1 {
        background: #C00001;
        color: white;
        box-shadow: 1px 1px 8px 0px #C00001;
    }
    img#svg1 {
        transform: translate(-433px, -84px) rotate(-5deg);
        width: 700px;
        display: none;
    }
    .col2 img {
        width: 100%;
    }
    .col3 a {
        font-size: 0.8em;
    }
    .col1 a {
        font-size: 0.8em;
    }
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }
    .foot {
        flex-direction: column;
    }
    .content_text {
        width: 100%;
    }
    .content_text h1,
    .content_text h2 {
        color: #3a4550;
        font-size: 40px;
    }
    .content_img {
        display: none;
    }
}


/*loading*/

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

body {
    width: 100vw;
    overflow-x: hidden;
}


/*contact css*/

section.bg-white.contact_lh {
    background-image: url("../img/bg-contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
}

section.contact_wrap {
    /* height: 200px; */
    /* display: flex; */
    /* align-items: center; */
    background: #c0000196;
    padding-bottom: 100px;
}

.contact_name {
    text-align: center;
    display: flex;
    align-items: center;
    height: 200px;
}

.contact_name h3 {
    font-family: 'Lora';
    font-size: 2em;
    letter-spacing: 0.2em;
    font-weight: bolder;
}

.wrap-contact {
    background: white;
    transform: translate(0px, -110px);
    padding: 60px 140px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 0px black;
}

.contact_name h3 {
    width: 100%;
}

.wrap-contact hr {
    margin-bottom: 65px;
}

.wrap-contact button {
    background: #C00001 !important;
    color: white !important;
    box-shadow: 1px 1px 3px 0px #c00001 !important;
}

.popup {
    text-align: center;
    padding: 25px;
}

.popup .popupi {
    font-size: 30px;
    background: #c00001b8;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.popup h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: UTM BANQUE;
    margin: 15px 0;
}

.popup p {
    font-size: 17px;
    font-family: 'Lora';
    padding: 10px;
}

.popup a {
    color: black;
    font-weight: bold;
    transition: 0.3s ease all;
}

.popup a:hover {
    text-decoration: none;
    color: #C00001;
    transition: 0.5s ease all;
}

.wrap-contact button:hover {
    background: #518c51 !important;
    box-shadow: 1px 1px 3px 0px #518c51 !important;
}

.typein {
    text-transform: capitalize;
}

.col-xs-4.col-sm-4.col-md-4.col-lg-4.trust.aos-init.aos-animate {
    height: fit-content;
    width: 100%;
}

.content_top {
    height: 50%;
    padding-top: 10%;
}

.content_bot p {
    /* margin-top: 3vw; */
    font-size: 1em;
}

.bs_td a {
    color: black;
    transition: 0.4s ease all;
}

.bs_td a:hover {
    text-decoration: none;
    color: #C00001;
    transition: 0.4s ease all;
}