@font-face {
  font-family: "klinic-slab";
  src: url("../fonts/klinic-slab/KlinicSlab-Medium.eot");
  src: url("../fonts/klinic-slab/KlinicSlab-Medium.eot") format("embedded-opentype"), url("../fonts/klinic-slab/KlinicSlab-Medium.woff") format("woff"), url("../fonts/klinic-slab/KlinicSlab-Medium.woff2") format("woff2"), url("../fonts/klinic-slab/KlinicSlab-Medium.ttf") format("truetype"), url("../fonts/klinic-slab/KlinicSlab-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* CSS Document */
/*=======common css=========*/
p,
img,
input,
textarea,
span,
form,
select,
h1,
h2,
h3,
h4 {
  padding: 0px;
  margin: 0px;
}

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

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

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

* :focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  line-height: 1.1;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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;
  -o-appearance: none;
  -ms-appearance: none;
}

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

a img {
  outline: none;
}

select:focus,
button:focus,
a:focus {
  outline: 0 none;
}

p {
  margin: 0;
  padding: 0 0 20px 0;
}

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

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;
}

hr {
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

::-webkit-selection {
  color: #fff;
  background: #000e24;
}

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

/*==========common-class============*/
body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #585858;
  font-size: 14px;
  font-weight: normal;
  overflow-x: hidden;
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  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;
}

.imgAutoSize {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

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

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

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

a,
input,
button,
:after,
textarea,
:before,
img,
.transition6s {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/*==========Border radius============*/
.radius-100 {
  border-radius: 100%;
}

.radius-40 {
  border-radius: 40px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-6 {
  border-radius: 6px;
}

/*==========font-size============*/
.font_10px {
  font-size: 10px;
}

.font_12px {
  font-size: 12px;
}

.font_14px {
  font-size: 14px;
}

.font_15px {
  font-size: 15px;
}

.font_16px {
  font-size: 16px;
}

.font_17px {
  font-size: 17px;
}

.font_18px {
  font-size: 18px;
}

.font_20px {
  font-size: 20px;
}

.font_22px {
  font-size: 22px;
}

.font_24px {
  font-size: 24px;
}

.font_26px {
  font-size: 26px;
}

.font_30px {
  font-size: 30px;
}

.font_32px {
  font-size: 32px;
}

.font_36px {
  font-size: 36px;
}

.font_48px {
  font-size: 48px;
}

.font_50px {
  font-size: 50px;
}

.font_55px {
  font-size: 55px;
}

.font_60px {
  font-size: 60px;
}

.font_72px {
  font-size: 72px;
}

/*Text Colors*/
.colorWhite {
  color: #ffffff;
}

.colorBlack {
  color: #282828;
}

.colorGrey {
  color: #818181;
}

.colorGreen {
  color: #1db344;
}

.colorPurpl {
  color: #5e2588;
}

.colorPink {
  color: #cc2789;
}

.colorBlue {
  color: #004999;
}

.colorBlue2 {
  color: #0048b4;
}

.colorSky {
  color: #2abbff;
}

.colorYellow {
  color: #ccbd15;
}

.colorRed {
  color: #f72045;
}

.colorlightGrey {
  color: #d1d1d1;
}

/*BG Colors*/
.bgColorWhite {
  background-color: #ffffff;
}

.bgColorBlack {
  background-color: #282828;
}

.bgColorGrey {
  background-color: #818181;
}

.bgColorGreen {
  background-color: #1db344;
}

.bgColorPurpl {
  background-color: #5e2588;
}

.bgColorBlue {
  background-color: #004999;
}

.bgColorBlue2 {
  background-color: #0048b4;
}

.bgColorSky {
  background-color: #2abbff;
}

/*Box-shadow=================*/
.boxShadow {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/*Font Klinic Slab=================*/
.fontKlinicSlab {
  font-family: 'klinic-slab';
}

/*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;
}

.fontItalic {
  font-style: italic;
}

/*Common Button=================*/
.btnCmn {
  padding: 17px 40px;
  display: inline-block;
}

.btnCmnIcon {
  display: inline-block;
  margin-left: 6px;
}

.btnCmn.btnCmnSmall {
  padding: 12px 30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=common.css.map */