@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-family: "Manjari", sans-serif;
  /* font-family: "Montserrat", sans-serif !important; */
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #1f2428;
  /* text-align: justify; */
  /* font-family: "Montserrat", sans-serif !important; */

  &:last-child {
    margin-bottom: 0px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Nata Sans", sans-serif;
  /* font-family: "Montserrat", sans-serif !important; */
}

h2 {
  color: #040404;
  font-size: 45px;
  margin-bottom: 30px;
  font-family: "Nata Sans", sans-serif;
  /* font-family: "Montserrat", sans-serif !important; */
  line-height: 55px;
}

h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  outline: none;
  color: #131313;
  text-decoration: none !important;
  font-size: 16px;
}

:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

hr {
  background: #e3e3e3;
  border-top: 1px solid #333;
}

img {
  width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  text-shadow: none;
  background: #257af4;
  color: #fff;
}

::-moz-selection {
  text-shadow: none;
  background: #257af4;
  color: #fff;
}

a,
input,
select,
textarea,
img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.clearfix {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.btn:focus,
button:focus,
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0 #fff0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

:root {
  --blue: #048FEA;
  --black: #000000;
  --green: #3DC718;
  --gray: #8C8C8C;
  --light-green: #E5F8E2;
  --light-blue: #E6F5FF;
}

.z_1 {
  z-index: 1;
  position: relative;
}

/* main */


.fltLft {
  float: left;
}

.fltRgt {
  float: right;
}

.rel {
  position: relative;
}

.ttu {
  text-transform: uppercase;
}

/* Margin Bottom */
.mb_100 {
  margin-bottom: 100px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_05 {
  margin-bottom: 5px;
}


.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tae {
  text-align: end;
}

.taj {
  text-align: justify;
}


.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.df {
  display: flex !important;
}

.fw {
  flex-wrap: wrap !important;
}

.aifs {
  align-items: flex-start !important;
}

.aic {
  align-items: center !important;
}

.aife {
  align-items: flex-end !important;
}

.jcc {
  justify-content: center !important;
}

.jcfs {
  justify-content: flex-start !important;
}

.jcfe {
  justify-content: flex-end !important;
}

.jcfe {
  justify-content: end !important;
}

.jcsb {
  justify-content: space-between !important;
}

.jcsa {
  justify-content: space-around !important;
}

.jcse {
  justify-content: space-evenly !important;
}

.fdr {
  flex-direction: row;
}

.fdrr {
  flex-direction: row-reverse;
}

.fdc {
  flex-direction: column;
}

.fdcr {
  flex-direction: column-reverse;
}

.p_20 {
  padding: 20px;
}

.p_30 {
  padding: 30px;
}

.p_40 {
  padding: 40px;
}

.container-mid {
  width: 100%;
  max-width: 95%;
  padding: 0 20px;
  margin: 0 auto;
}

.container {
  max-width: 1480px;
}

.customBlock {
  padding: 100px 0;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.mt_30 {
  margin-top: 30px;
}

.text-right {
  text-align: right;
}

.pl_30 {
  padding-left: 30px;
}

.db {
  display: block !important;
}

.pr-0{
  padding-right: 0 !important;
}