@font-face {
font-family: myfont;
src: url(../fonts/400.woff);
font-weight:400;
}
@font-face {
font-family: myfont;
src: url(../fonts/500.woff);
font-weight:500;
}
html{
box-sizing: border-box;	
}
body{
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
font-family: myfont;
font-weight:400;
color: #01243a;
margin-top: 150px;
}
section{
position:relative;
}
a, a *{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
box-sizing: border-box;
}
a:hover{
text-decoration:none;
}
button:focus, input:focus, textarea:focus{
outline:none;
box-shadow:none;
}
img{
width:100%;
}
input, button{
outline:none;
box-shadow:none;
}
p{
margin: 0;
padding: 0;
font-size: 17px;
line-height: 25px;
}
b{
}
h1, h2, h3, h4, h5, h6{
margin:0;
font-weight:500;
}
ul, ul li{
list-style:none;
margin:0;
padding:0;
}
.banner{
position: relative;
overflow: hidden;	
width: 100%;
}
.banner .slide .block{
width:50%;
overflow:hidden;
}
.banner .slide .block:first-child{
}
.banner .slide .block h1{
font-size: 38px;
margin-bottom: 30px;
line-height: 45px;
padding: 0px 50px;
}
.banner .slide .block p{
padding-left:50px;	
width:65%;
margin-bottom:40px;
}
.banner .slide .block .thumb{
height:500px;
animation: bannerthumb 5s linear infinite alternate;
}
@keyframes bannerthumb {
from {
transform:scale(1);
}
to{
transform:scale(1.2);
}
}
.banner .slide .block .btn{
margin-left:50px;
}
.slider-wrapper {
position: relative;
width: 100%;
overflow: hidden;
}
.slider {
display: flex;
transition: transform 0.8s ease-in-out;
will-change: transform;
}
.slide {
flex: 0 0 100%;
width: 100%;
box-sizing: border-box;
}
.nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
cursor: pointer;
background: rgba(0, 0, 0, 0.6);
color: #fff;
font-size: 28px;
z-index: 10;
}
.nav.prev {
left: 15px;
}
.nav.next {
right: 15px;
}
.dots {
display: flex;
gap: 10px;
z-index: 10;
text-align: center;
width: max-content;
margin: 0px auto;
margin-top: 30px;
}
.dots span {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #c7d1db;
cursor: pointer;
transition: background 0.3s ease;
}
.dots span.active {
background-color: #660f53;
}
.nav:hover {
background: rgba(0, 0, 0, 0.8);
}
.title{
font-size:40px;
color: #660f53;
}
.title.white, .subtitle.white{
color:#fff;
}
.title.center, .subtitle.center{
text-align:center;
}
.subtitle{
font-size: 17px;
opacity: 0.7;
padding-top: 10px;	
font-weight: 400;
}
.home_section2{
padding:100px 0px;
}
.home_section2 .item-wrapper{
margin-top:50px;
}
.home_section2 .item-wrapper .item{
text-align: center;
width: max-content;
}
.home_section2 .item-wrapper .item img{
width:50px;
}
.home_section2 .item-wrapper .item.brand{
}
.home_section2 .item-wrapper .item.brand img{
width: auto;
height: 30px;
margin-top: 11px;
margin-bottom: 9px;
left: 50%;
transform: translateX(-50%);	
}
.home_section2 .item-wrapper .item h6{
font-size: 15px;
padding-top: 16px;
font-weight: 400;
}
.sbc{
background-color:#01243a;
padding:80px 0px 80px 0px;
}
.sbc .itemwrapper{
flex-wrap:wrap;
margin-top:50px;
}
.sbc .itemwrapper .item{
width: 30%;
color: #fff;
font-weight: 500;
margin-top:20px;
margin-bottom:20px;
}
.sbc .itemwrapper .thumb{
height:240px;
margin-bottom:10px;
background-size: 115%;
background-color: #fff;
}
.sbc .itemwrapper .item:hover .thumb{
background-size:125%;	
filter: brightness(115%);
}
.sbc.brands .itemwrapper .thumb{
background-size: 220px;	
}
.sbc.brands .itemwrapper .item:hover .thumb{
background-size: 250px;		
}
.sbc .btn{
margin:0px auto;
margin-top:50px;
}
.sbc.brands{}
.obl{
padding: 80px 0px 100px 0px;
background-color: #fff;
}
.obl .tab{
justify-content: center;
gap: 20px;
padding: 50px 0px 80px 0px;
}
.obl .tab .btn{
background-color: #fff;
font-size: 15px;
border-radius: 20px;
padding: 10px 20px 12px 20px;
cursor: pointer;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.obl .tab .btn.active{
background-color: #01243a;
color:#fff;	
}
.obl .brands{
gap:20px;
}
.obl .brands .item{
width: 20%;
max-width: 400px;
font-weight: 500;
color: #01243a;
font-size: 17px;
}
.obl .brands .item img{
margin-bottom:5px;
border-radius:2px;
}
.obl .brands .item:hover img{
opacity:0.8;
}
.obl .license{
gap:30px;
display:none;
}
.obl .license .item{
color: #fff;
width: 30%;
padding: 30px;
border-radius:2px;
padding-bottom:50px;
}
.obl .license .item:hover{
transform: scale(1.05);
}
.obl .license .item img{
width: auto;
height: 150px;
margin: 0px auto;
display: table;
margin-top: 50px;
transform: scale(1.3);
}
.obl .license .item h3{
font-size: 22px;
margin-bottom: 20px;	
}
.obl .license .item p{
display:flex;
font-size:15px;
}
.obl .license .item p img{
width: 20px;
height: auto;
margin: 0;
margin-right: 10px;
}
.obl .container:last-child{
margin-top:100px;	
}
.ofmf-wrapper{
margin-top:120px;
}
.ofmf-wrapper .title{
font-size:28px;
}
.ofmf-wrapper:before, .ofmf-wrapper:after{
content:'';
position:absolute;
left:0;
top:10%;
width:25%;
height:100%;
z-index:1;
background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 30% 30%, rgba(244, 241, 255, 0) 100%);
}
.ofmf-wrapper:after{
left:inherit;
right:0;
background: linear-gradient(to right, rgba(244, 241, 255, 0) 0%, rgb(255 255 255) 70%, rgb(255 255 255) 100%);
}
.ofmf {
overflow: hidden;
width: 100%;
margin-top:50px;
}
.ofmf .item h6{
text-align: center;
font-size: 16px;
padding-top: 10px;
}
.ofmf-track {
display: flex;
width: max-content;
animation: scroll 25s linear infinite;
}
.ofmf .item {
min-width: 180px;
text-align: center;
margin-right: 70px;
}
.ofmf .item img {
width: auto;
height: 110px;
display:table;
margin:0px auto;
margin-bottom:20px;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.bft{
padding: 90px 0px 70px 0px;
background-color: #fff1fb;
}
.bft .data{
width:40%;
}
.bft .thumb{
width:50%;
}
.bft h1{
margin-bottom:40px;
}
.bft ul{
}
.bft ul li{
width:80%;
}
.bft ul li:last-child{
opacity:0.8;
}
.bft ul li:first-child{
font-weight: 500;
font-size: 18px;
padding-bottom: 10px;
}
.bft .devider{
width: 80px;
height: 2px;
background-color: #f3e4f1;
margin: 40px 0px;
}
.bft.story{
background-color:#f5a4c8;
}
.bft.story .btn{
margin-top:50px;
}
.bft.story .thumb{
background-color: #660f53;
overflow: hidden;
}
.bft.story .thumb img{
opacity:0;
}
.bft.story .thumb .expert{
display: block;
position: absolute;
width: 300px;
height: 300px;
z-index: 2;
left: 50%;
top: 50%;
opacity: 1;
transform: translate(-50%, -50%);
mix-blend-mode: luminosity;
}
.bft.story .thumb .animated {
position: absolute;
height: 250px;
width: auto;
opacity: 0;
transform: scale(0.7) translate(0, 0) rotate(0deg);
transition: opacity 1s ease, transform 1s cubic-bezier(.22, .61, .36, 1);
will-change: transform, opacity;
border-radius: 10px;
}
.bft.story .thumb .animated.show {
opacity: 1;
transform: scale(1) translate(0,0) rotate(0deg);
}
/* Exit state */
.bft.story .thumb .animated.hide {
opacity: 0;
transform: scale(0.5) rotate(360deg);
}
.bft.story.aboutus{
padding: 120px 0px;
background-color: #660f53;
}
.bft.story.aboutus .thumb{
background:transparent;
position: absolute;
right: 0%;
top: 0;
width: 50%;
height: 100%;
overflow: visible;	
background-image: url(../img/about.jpg);
background-size:cover;
background-position:center;
}
.bft.story.aboutus .thumb .animated{
mix-blend-mode:screen;
}
.bft.story.aboutus .thumb .expert{
mix-blend-mode: normal;
left: 56%;
border-radius: 10px;
width: 65%;
height: auto;	
z-index:0;
}
.bft.story.aboutus .data{
z-index:2;
}
.txtfff{
color:#fff;
}
.detailed{
padding:70px 0px;
}
.detailed h1{
margin-bottom: 30px;	
}
.detailed p{
margin-top:20px;
}
.contactbanner{
    background-image: url(../img/contactbg.jpg);
    background-position: center top;
    height: 550px;	
}
.contactform{
padding:0px 0px;
}
.contactform form{
    width: 44%;
    margin: 80px 0px;	
}
.contactform form .form-control{
    width: 100%;
    padding: 20px 0px;
    font-family: 'myfont';
    font-size: 15px;
    border: 0;
    border-bottom: solid 1px #ccc;
}
.contactform iframe{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.contactform h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.contactform .btn{
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'myfont';
    letter-spacing: 2px;
    border: 0;
    background-color: #660f53;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 2px;
}
footer{
background-color:#e2e3f8;
padding:100px 0px;
}
footer .footer-ph{
color: #01243a;
font-weight: 500;
font-size: 22px;
}
footer .footer-ph img{
width:30px;
margin-right:10px;
position:relative;
top:5px;
}
footer p.hilight{
margin-top: 30px;
width: 62%;
line-height: 29px;
}
footer .links{
margin-left: 20%;	
}
footer .link-title{
font-weight: 500;
font-size: 18px;
margin-bottom: 30px;	
}
footer .links a{
display: block;
color: inherit;
font-size: 15px;
line-height: 34px;
}
footer .links a:hover{
color: #660f53;	
}
footer .end{}
footer .end .container{
border-top: solid 1px #c9cae9;
margin-top: 50px;
padding-top: 50px;	
}
footer .end p{
font-size:13px;
}
footer .end .connect{
gap:10px;
}
footer .end .connect a{
width: 38px;
background-color: #fff;
border-radius: 50px;
height: 38px;
padding: 7px;	
}
footer .end .connect a:hover{
background-color: #ffe8f2;	
}
.col-50{
width:50%;
}