@import 'fonts.css';

html{
    scroll-behavior: unset;
}
body{
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #f7f5f2;
    /* background-repeat: no-repeat;
    background-image: url(../img/blurrde.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh; */
}
.mt-50{
    margin-top: 50px;
}
*{
    /*color: #455a64;*/
    /*font-weight: bold;*/
    padding: 0;
    margin: 0;
    /*font-family: light;*/
}
a{
    text-decoration: none;
    color: #455a64;
}
p a{
    color: #007bff;
}
p a:hover{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
    color: #455a64;
}
ul{
    list-style-type: none;
    margin: 0;
}
button{
    outline: none;
    border: none;
    background-color: transparent;
}
.danger{
    color: #e73545;
    font-family: caps;
}
.mb-5{margin-bottom: 5px!important;}
.mr-5{margin-right: 5px!important;}
.mr-10{margin-right: 10px!important;}
.mt-10{margin-top: 10px!important;}
.mb-20{margin-bottom: 20px!important;}
.mr-40{margin-right: 40px!important;}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0%;
}

.danger{
    color: #e73545;
}
.p-0{
    padding: 0;
}
.align-right{
    text-align: -webkit-right;
    font-family: caps;
}
.align-left{
    text-align: right;
}
.hidden{
    overflow: hidden;
}
.owl-dots {
    display: none;
}
.font-20{
    font-size: 20px;
}
label{
    margin-bottom: 0;
    cursor: pointer;
    display: auto;
}
.col-pd-10{
    padding: 0px!important;
    padding:0px 5px!important;
}
.float-right{
    float: right;
}
.maxheight-0{
    max-height: 0px!important;
    overflow: hidden;
    margin-top: 0px!important;
    padding: 0;
}
.rotate-arrow{
    transform: rotate(-180deg)!important;
}
.rotate-arrow-top{
    transform: rotate(0deg) translateY(-50%)!important;
}
.opacity-0{
    opacity: 0;
}
.displaynone{
    display: none!important;
}
.displayblock{
    display: block!important;
}
::-webkit-scrollbar {
    width: 0px;
    background-color: #f0f1f5;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #e73545;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.relative{
    position: relative;
}
input {
outline:none;
border:none;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.container{
    padding-right: 5px;
    padding-left: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
/*.preloader {
    width: 80px;
    height: 80px;
    position: relative;
    transform: rotate(45deg);
    animation: walk 1s linear infinite;
  }
  .preloader span {
    width: 40px;
    height: 40px;
    background: #F09B41;
    position: absolute;
    animation: spin 1s linear infinite;
  }
  .preloader .light {
  }

  .preloader span:nth-child(1) {
    top: 0;
    left: 0;
    background: #f2355e;
  }

  .preloader span:nth-child(2) {
    top: 0;
    right: 0;
    background: #8a378a;
  }

  .preloader span:nth-child(3) {
    bottom: 0;
    left: 0;
    background: #bdbd0a;
  }

  .preloader span:nth-child(4) {
    bottom: 0;
    right: 0;
    background: #008ba0;
  }

  @keyframes walk {
    50% {
      width: 130px;
      height: 130px;
    }
  }

  @keyframes spin {
    0% {
      transform: rotate(0);
    }
    50%, 90%, 100% {
      transform: rotate(90deg);
    }
  }
*/

.pre-wrap{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e5e5;
    z-index: 100;
    width: 100%;
    height: 100vh;
}
.show{
    display: flex!important;
}

.preloader .stroke{
    stroke-dasharray: 450px;
    stroke-dashoffset: -450px;
    stroke-width:1.5;
    stroke-miterlimit:10;
    fill:none;
}


@keyframes line_animation {
    0% {
        display: block;
        stroke-dasharray: 450px;
        stroke-dashoffset: -450px;
    }
    50%{
        stroke-dashoffset: 0;
    }100%{
        stroke-dashoffset: 450px;
    }
}
.st0{
    stroke:#008BA0;
    /*animation: 3s line_animation infinite linear forwards 1s;*/
}
.st1{
    stroke:#8A378A;
    /*animation: 3s line_animation infinite linear forwards 4s;*/
}
.st2{
    stroke:#F2355E;
    /*animation: 3s line_animation infinite linear forwards 7s;*/
}