@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;1,300;1,400&display=swap');


@font-face {
    font-family: "Helvetica";
    src: url(../Helvetica-Font/Helvetica.ttf) format('truetype');
}

*{
    margin:0;
    padding:0;
}
html{
    overflow-x: hidden;
}
:root {
    --font1:'Helvetica', sans-serif;
    --font2: 'Rubik', sans-serif;
}

body{
    font-family: var(--font1);
    overflow-x: hidden;
    font-size: 17px;
    color: #333;
    line-height: 25px;

}

a{
    text-decoration: none;
    color: #000;
}

h2{
    
     font-size: 36px;
    letter-spacing: 1px;
    line-height: 44px;
    font-weight: 300;
}

h1{
    font-size:40px;
    line-height:41px;
}


h1,h2,h3,h4,h5,h6{
    font-family: var(--font2);
}

.col-md-6{
    width:50%;
    padding:0 15px;
}

.col-md-4{
    width:33%;
    padding:0 15px;
}

.col-md-8{
    width:67%;
    padding:0 15px;
}

.col-md-3{
    width:25%;
    padding:0 15px;
}

.col-md-12{
    width:100%;
    padding: 0 15px;
}

.pbt-100{
    padding:100px 0;
}

.mt-10{
    margin-top:10px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom:20px;
}

.p-0{
    padding: 0;
}

.mt-20{
    margin-top:20px;
}

.mt-5{
    margin-top:5px;
}

.ml-5{
    margin-left:5px;
}

.mr-5{
    margin-right:5px;
}

.ml-10{
    margin-left: 10px;
}

.mb-5{
    margin-bottom: 5px;
}

.mr-10{
    margin-right:10px;
}

.pt-10{
    padding-top:10px;
}

.pb-10{
    padding-bottom: 10px;
}
.pbt-50{
    padding:50px 0;
}

.pbt-10{
    padding:10px 0;
}

.px-10{
    padding:0 10px;
}

.m-auto{
    margin:auto;
}

.container{
    width:80vw;
}

.container-fluid{
    width:100vw
}

.text-center{
    text-align: center;
}

.text-white{
    color:#fff;
}

.btn{
    background:#000;
    color: #fff;
    padding:15px 18px;
    border:none;
    display: inline-block;
}
.btn-inline{
   background: #fff;
    border: 2px solid #044076;
    color: #044076;
    width: auto;
    margin: 20px 0;
    text-align: center;
}

.round-border{
    border-radius: 35px;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    transition: all .3s ease-in-out;
    text-align: center;
}

.row{
    display:flex;
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

.owl-dot {
    transition: transform 0.3s;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #044076 !important;
    background: #044076 !important;
    margin-right: 10px;
    display: inline-block;
}
