@charset "utf-8";
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2) format("woff2"),
    url(../fonts/Poppins-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Black.woff2) format("woff2"),
    url(../fonts/Poppins-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Thin.woff2) format("woff2"),
    url(../fonts/Poppins-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"),
    url(../fonts/Poppins-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.woff2) format("woff2"),
    url(../fonts/Poppins-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.woff2) format("woff2"),
    url(../fonts/Poppins-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2) format("woff2"),
    url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
    url(../fonts/Poppins-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-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%;
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins";
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #1f2428;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h2 {
  color: #040404;
  font-size: 45px;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
  line-height: 55px;
}
h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  outline: none;
  color: #131313;
  text-decoration: none !important;
}
:focus {
  outline: none;
}
a:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
hr {
  background: #e3e3e3;
  border-top: 1px solid #333;
}
*,
*: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 {
  --orange: #fdbb05;
  --yellow: #ce2b27;
  --primary: #1f2428;
  --gray: #f6f6f6;
  --gray-text: #969696;
}

/* main */


.quicksand{    
    font-family: 'Quicksand';
}

.fltLft{
	float: left;
}
.fltRgt{
	float: right;
}

.rel{
  position: relative;
}

/* 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:1750px;
    padding: 0 20px;
    margin: 0 auto;
}
.container{
    max-width: 1600px;
}
.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;
}