/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Oswald|Quicksand&display=swap");
/*==================== web colors ===================*/
/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #5b7303;
  color: #fff;
}

::selection {
  background-color: #5b7303;
  color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

section {
  padding: 60px 0px;
}
@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

section:after {
  display: block;
  clear: both;
}

.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #5b7303;
}

.relative {
  position: relative;
}

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

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}
.img-zoom-in:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
/*======================  bootstrap edits ===================*/
section.kt-common-footer {
  font-family: "Quicksand", sans-serif !important;
  background-color: #e3e7f1 !important;
}
section.kt-common-footer h3 {
  font-family: "Quicksand", sans-serif !important;
  color: #28497c;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0 !important;
}
section.kt-common-footer ul li a {
  color: #232323 !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px !important;
}
@media (min-width: 1280px) {
  section.kt-common-footer .container {
    max-width: 1220px;
  }
}
@media (min-width: 1366px) {
  section.kt-common-footer .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  section.kt-common-footer .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  section.kt-common-footer .container {
    max-width: 1450px;
  }
}
@media (min-width: 1920px) {
  section.kt-common-footer .container {
    max-width: 1600px;
  }
}
section.kt-common-footer .subscribe {
  background-color: #036;
  color: #FFF;
  height: 40px;
  border: none;
  vertical-align: middle;
  font-size: 12px;
}
section.kt-common-footer .email-field {
  height: 40px !important;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  vertical-align: middle;
  font-size: 14px;
}
section.kt-common-footer small {
  font-size: 65%;
  color: #777;
}
section.kt-common-footer .footer-bottom-section {
  color: #666 !important;
}
section.kt-common-footer .footer-bottom-section a {
  color: #337ab7 !important;
}
section.kt-common-footer .footer-bottom-section span:first-child {
  color: #28497c !important;
  font-size: 20px;
}
section.kt-common-footer .footer-bottom-section span:last-child {
  color: #777 !important;
}

/*# sourceMappingURL=kt-common-footer.css.map */
