html {
  font-size: 62.5%;
}
/*=======common css=========*/
* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p,
img,
input,
textarea,
span,
form,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

a img,
:link img,
:visited img {
  border: none;
}

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

a:active {
  outline: none;
}

* :focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none;
}

input[type="submit"],
input[type="button"],
input[type="search"],
select {
  border: 0;
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

a img {
  outline: none;
}

select:focus {
  outline: 0 none;
}

p {
  margin: 0;
  padding: 0 0 1.4rem 0;
}

p:last-child {
  padding: 0px;
}

form,
img,
input,
p,
select,
textarea {
  line-height: 1.4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

textarea {
  resize: none;
}

/*common place holder*/
::-webkit-input-placeholder {
  color: #888a8f;
}

:-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}

::placeholder {
  color: #888a8f;
  opacity: 1;
}

input[type="file"] {
  cursor: pointer;
}

body button,
body button:focus,
body Button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*=============selection=============*/
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: #000;
  line-height: 1;
}

body {
  padding: 0;
  margin: 0;
  color: #121212;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  overflow-wrap: break-word;
}

.full_width {
  width: 100%;
  float: left;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.object_fit_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
}

.object_fit_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  float: left;
}

.translate_both {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.translate_left {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.translate_top {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.radius-100 {
  border-radius: 100%;
}

.radius-40 {
  border-radius: 4rem;
}

.radius-8 {
  border-radius: 0.8rem;
}

.radius-6 {
  border-radius: 0.6rem;
}
.radius-2 {
  border-radius: 0.2rem;
}

a,
svg,
input,
button,
:after,
textarea,
:before,
img,
span,
.transition6s {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*==========font-size============*/
.font_10 {
  font-size: 1rem;
}

.font_12 {
  font-size: 1.2rem;
}

.font_13 {
  font-size: 1.3rem;
}

.font_14 {
  font-size: 1.4rem;
}

.font_15 {
  font-size: 1.4rem;
}

.font_16 {
  font-size: 1.6rem;
}

.font_17 {
  font-size: 1.7rem;
}

.font_18 {
  font-size: 1.8rem;
}

.font_20 {
  font-size: 2rem;
}

.font_22 {
  font-size: 2.2rem;
}

.font_24 {
  font-size: 2.4rem;
}

.font_26 {
  font-size: 2.6rem;
}

.font_28 {
  font-size: 2.8rem;
}

.font_30 {
  font-size: 3rem;
}

.font_32 {
  font-size: 3.2rem;
}

.font_33 {
  font-size: 3.3rem;
}
.font_34 {
  font-size: 3.4rem;
}
.font_40 {
  font-size: 4rem;
}

.font_36 {
  font-size: 3.6rem;
}

.font_48 {
  font-size: 4.8rem;
}

.font_52 {
  font-size: 5.2rem;
}

.font_60 {
  font-size: 6rem;
}

.font_72 {
  font-size: 7.2rem;
}

/*==========Color class============*/
.colorWhite {
  color: #ffffff;
}

.color-green {
  color: #3bb54a;
}

.colorBlack {
  color: #000;
}

.colorGrey {
  color: #777777;
}

.colorRed {
  color: #cd1936;
}

.colorlightGrey {
  color: #d7d7d7;
}

.colorPrimary {
  color: #f78b0d;
}

.bg-color-primary {
  background-color: #f26122;
}
.bg-color-secondary {
  background-color: #3bb54a;
}
.bg-color-tertiary {
  background-color: #cd1936;
}
.bg-light-primary {
  background-color: #f5e0d1;
}
.bgColorWhite {
  background-color: #ffffff;
}

.bgColorBlack {
  background-color: #262a34;
}

.bgcolorred {
  background-color: #e6212e;
}

.bgColorlightGrey {
  background-color: #d7d7d7;
}

.bgColorlightgrey_tech {
  background-color: #ebeef1;
}

/*font Weight=================*/
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.fontItalic {
  font-style: italic;
}

.cursorPointer {
  cursor: pointer;
}

.cmnBtn {
  padding: 2rem 5rem;
  display: inline-block;
}

.cmnBtn.bgColorPrimary:hover {
  background-color: #262a34;
  color: #ffffff;
}

.cmnBtnSmall {
  padding: 0.6rem 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 55.3%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 46.1%;
  }
}

#preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}
#preloader img {
  animation: preloader 3s infinite;
  width: auto;
  height: auto;
  max-width: 12rem;
  max-height: 12rem;
}

@keyframes preloader {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=common.css.map */
