@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Organic - Agriculture Farming HTML Template
 * Description: Agriculture Farming HTML Template
 * Author: Chitrakoot Web
 * Version: 1.0
 *
 * ----------------------------------------------------------------------------------- */
/* ----------------------------------
 *
 * Table of contents
 *
 * 01. Common styles
 * 02. Button styles
 * 03. Animation Shape
 * 04. Navigation
 * 05. Header styles
 * 06. Section heading
 * 07. Main Banner
 * 08. Page title
 * 09. Cards
 * 10. Gallery
 * 11. Pagination
 * 12. Video
 * 13. Owl carousel
 * 14. Accordion style
 * 15. Tabs
 * 16. Elements
 * 17. Pages
 * 18. Blog
 * 19. Others
 * 20. Footer
 *
 * ---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #f69946;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #83bc2e;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #83bc2e;
  text-decoration: none; }

.bg-primary {
  background-color: #83bc2e !important; }

.bg-secondary {
  background-color: #f69946 !important; }

.bg-primary-opacity {
  background-color: rgba(131, 188, 46, 0.1); }

.bg-secondary-opacity {
  background-color: rgba(246, 153, 70, 0.1); }

.primary-overlay[data-overlay-dark]:before {
  background: #83bc2e; }

.secondary-overlay[data-overlay-dark]:before {
  background: #f69946; }

.left-overlay-dark[data-overlay-dark]:before {
  background: rgba(35, 55, 5, 0.76);
  background: linear-gradient(-90deg, transparent, #233705 55%); }

.text-primary {
  color: #83bc2e !important; }

.text-secondary {
  color: #f69946 !important; }

.cursor-pointer {
  cursor: pointer; }

.text-animation, .text-animations {
  line-height: 1.4; }

.bg-primary {
  background-color: #83bc2e !important; }

.bg-secondary {
  background-color: #f69946 !important; }

.bg-primary-opacity {
  background-color: rgba(131, 188, 46, 0.4) !important; }

.bg-secondary-opacity {
  background-color: rgba(246, 153, 70, 0.4) !important; }

.box-shadow {
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08); }

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

.font-weight-300 {
  font-weight: 300 !important; }

.square {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  display: inline-block; }

input[type=radio] {
  width: auto;
  margin-bottom: 0; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 33px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #232323;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #232323; }
  .scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }

/*==============================
 *    button style
 *    ================================ */
/* butn-style1 */
.butn-style1 {
  background-color: #f69946;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 25px !important;
  line-height: normal;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  border-radius: 25px; }
  .butn-style1:hover {
    background: #83bc2e;
    color: #fff; }
  .butn-style1.medium {
    padding: 13px 22px !important; }
  .butn-style1.small {
    padding: 12px 14px !important;
    font-size: 12px; }
  .butn-style1.secondary {
    background: #f69946; }
    .butn-style1.secondary:hover {
      background-color: #fff;
      color: #f69946; }

@media screen and (max-width: 767px) {
  .butn-style1 {
    padding: 15px 20px; } }
@media screen and (max-width: 575px) {
  .butn-style1 {
    padding: 10px 17px;
    font-size: 12px; }
    .butn-style1.medium {
      padding: 8px 16px;
      font-size: 11px; }
    .butn-style1.small {
      padding: 7px 14px;
      font-size: 9px; } }
/* butn-style2 */
.butn-style2 {
  position: relative;
  height: auto;
  padding: 13px 34px !important;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: 0.2s;
  color: #f69946;
  background-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #96B416;
  display: inline-block;
  font-size: 16px !important; }
  .butn-style2 span {
    position: relative;
    z-index: 2; }
  .butn-style2:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 150%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #96B416;
    transform: translateX(-17px) skewX(-45deg);
    transform-origin: bottom;
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s; }
  .butn-style2:hover {
    transition-delay: 0s;
    color: #fff; }
    .butn-style2:hover:after {
      background-color: #96B416;
      transform: translateX(calc(-100% - 17px)) skewX(-45deg); }
  .butn-style2.medium {
    padding: 11px 30px !important;
    font-size: 15px !important; }
  .butn-style2.small {
    padding: 8px 28px !important;
    font-size: 14px !important; }

@media screen and (max-width: 575px) {
  .butn-style2 {
    padding: 10px 26px !important; }
    .butn-style2.medium {
      padding: 8px 20px !important; }
    .butn-style2.small {
      padding: 6px 18px !important; } }
/* butn-style3 */
.butn-style3 {
  z-index: 13;
  background-color: #f69946;
  height: auto;
  width: auto;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 15px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #f69946;
  padding: 16px 40px;
  transform-origin: 73.3438px 24.5px;
  transform: translate(0px, 0px);
  transition: all 0.4s ease-in-out 0s;
  display: inline-block; }
  .butn-style3:hover {
    border: 2px solid #83bc2e;
    color: #83bc2e;
    background-color: transparent; }
  .butn-style3.medium {
    padding: 12px 24px !important; }
  .butn-style3.small {
    padding: 5px 20px !important; }
  .butn-style3.primary {
    padding: 8px 25px !important;
    color: #fff; }
    .butn-style3.primary:hover {
      color: #83bc2e; }

@media screen and (max-width: 991px) {
  .butn-style3 {
    padding: 12px 30px; } }
@media screen and (max-width: 575px) {
  .butn-style3 {
    padding: 12px 25px; } }
/* butn-style4 */
.butn-style4 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 15px 36px !important;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #83bc2e; }
  .butn-style4:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: #f69946;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1; }
  .butn-style4:hover:before {
    bottom: -40%; }
  .butn-style4.green {
    background-color: #f69946; }
    .butn-style4.green:hover {
      color: #f69946 !important; }
    .butn-style4.green:before {
      background-color: #fff; }
  .butn-style4.secondary {
    background-color: #f69946; }
    .butn-style4.secondary:hover, .butn-style4.secondary:active, .butn-style4.secondary:focus {
      color: #fff !important; }
    .butn-style4.secondary:before {
      background-color: #83bc2e; }
  .butn-style4.medium {
    padding: 10px 30px !important;
    font-size: 15px; }
  .butn-style4.small {
    padding: 5px 25px !important;
    font-size: 13px; }
  .butn-style4.white {
    background-color: #fff;
    color: #f69946 !important; }
    .butn-style4.white:hover {
      color: #fff !important; }

@media screen and (max-width: 991px) {
  .butn-style4 {
    padding: 13px 30px !important; }
    .butn-style4.medium {
      padding: 10px 26px !important; } }
@media screen and (max-width: 575px) {
  .butn-style4 {
    padding: 11px 26px !important; }
    .butn-style4.medium {
      padding: 8px 22px !important; } }
/* butn-style5 */
.butn-style5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5px;
  border: 0;
  background: transparent;
  border: 1px solid #83bc2e;
  color: #83bc2e;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  outline: 0;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .butn-style5:hover {
    background-color: #f69946;
    color: #fff;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #f69946; }
  .butn-style5.brown {
    background-color: #f69946;
    border: 1px solid #f69946;
    color: #fff; }
    .butn-style5.brown:hover {
      background-color: transparent;
      border: 1px solid #fff;
      color: #f69946; }
  .butn-style5.medium {
    padding: 8px 20px !important;
    font-size: 11px; }
  .butn-style5.small {
    padding: 6px 16px !important;
    font-size: 10px; }

@media screen and (max-width: 575px) {
  .butn-style5 {
    letter-spacing: 4px;
    padding: 8px 14px !important; }
    .butn-style5.medium {
      padding: 6px 16px !important;
      font-size: 11px; }
    .butn-style5.small {
      padding: 4px 12px !important;
      font-size: 8px; } }
/* butn-style6 */
.butn-style6 {
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: 0 0;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  padding: unset !important; }
  .butn-style6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: #83bc2e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .butn-style6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #1fa12e;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .butn-style6:hover {
    color: #f69946; }
    .butn-style6:hover:before {
      opacity: 0;
      background-color: #1fa12e;
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    .butn-style6:hover:after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      border: 1px solid #f69946; }
  .butn-style6.medium {
    min-width: 150px;
    height: 43px;
    font-size: 14px;
    line-height: 43px; }
  .butn-style6.small {
    min-width: 135px;
    height: 36px;
    font-size: 12px;
    line-height: 35px; }

@media screen and (max-width: 991px) {
  .butn-style6 {
    min-width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px; }
    .butn-style6.medium {
      min-width: 140px;
      height: 40px;
      font-size: 12px;
      line-height: 40px; }
    .butn-style6.small {
      min-width: 130px;
      height: 33px;
      font-size: 11px;
      line-height: 33px; } }
@media screen and (max-width: 575px) {
  .butn-style6 {
    min-width: 130px;
    font-size: 13px; }
    .butn-style6.small {
      min-width: 100px;
      height: 30px;
      font-size: 11px;
      line-height: 30px; }
    .butn-style6.medium {
      min-width: 110px;
      height: 36px;
      font-size: 12px;
      line-height: 36px; } }
.attr-nav > ul > li > a.butn-style3 {
  color: #fff; }

.attr-nav > ul > li > a.butn-style3:hover, .attr-nav > ul > li > a.butn-style3:active, .attr-nav > ul > li > a.butn-style3:focus {
  color: #83bc2e; }

.attr-nav > ul > li > a.butn-style2 {
  color: #fff; }

.attr-nav > ul > li > a.butn-style2:hover, .attr-nav > ul > li > a.butn-style2:active, .attr-nav > ul > li > a.butn-style2:focus {
  color: #fff; }

.header-style1.scrollHeader .attr-nav > ul > li > a.butn-style5 {
  color: #83bc2e; }

.header-style1.scrollHeader .attr-nav > ul > li > a.butn-style5:hover, .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style5:active, .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style5:focus {
  color: #fff; }

/* border-color */
.border-primary {
  border-color: #83bc2e !important; }

.min-height-50vh {
  min-height: 50vh; }

.vw-lg-50 {
  width: 50vw; }

/* background-overlay */
.bg-overlay {
  position: relative; }
  .bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(241, 243, 232, 0.6) !important; }

/* list style */
.list-style {
  list-style: none;
  margin-bottom: 30px; }
  .list-style li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; }
    .list-style li:after {
      content: '\f00c';
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      left: 0px;
      top: 1px;
      z-index: 1;
      font-weight: 600;
      color: #f69946; }

@media screen and (max-width: 1199px) {
  .list-style {
    margin-bottom: 25px; } }
@media screen and (max-width: 575px) {
  .list-style {
    margin-bottom: 20px; } }
/* list style1 */
.list-style1 li {
  color: #fff; }

.list-style1 li a {
  color: #fff; }
  .list-style1 li a:hover, .list-style1 li a:active, .list-style1 li a:focus {
    color: #83bc2e; }

/* list style2 */
.list-style2 li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #f69946;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #fff; }
  .list-style2 li a:hover {
    background-color: #ffffff;
    color: #f69946; }

@media screen and (max-width: 767px) {
  .list-style2 li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px; } }
/* list style3 */
.list-style3 li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #f69946;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  background-color: #f69946; }
  .list-style3 li a:hover {
    background-color: transparent;
    border: 1px solid #fff; }

@media screen and (max-width: 991px) {
  .list-style3 li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px; } }
/* list style4 */
.list-style4 li a {
  color: #fff; }
  .list-style4 li a:hover {
    color: #f69946; }

/* list style5 */
.list-style5 li a {
  color: #fff; }
  .list-style5 li a:hover {
    color: #f69946; }

/*==============================
 *    Animation Shape
 *    ================================ */
/* ani-image-move2 */
.ani-img-move2 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: image_move2;
  animation-name: image_move2; }

@keyframes image_move2 {
  0% {
    transform: translate(0px, 0px); }
  25% {
    transform: translate(20px, -20px); }
  50% {
    transform: translate(0px, -40px); }
  75% {
    transform: translate(20px, -20px); }
  100% {
    transform: translate(0px, 0px); } }
/* ani-moving-y */
.ani-moving-y {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moving-y;
  animation-name: moving-y; }

@-webkit-keyframes moving-y {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes moving-y {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
/* animation-left-right */
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out; }

@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(30px, 0); }
  100% {
    transform: translate(0px, 0px); } }
/* large text */
.lg-text h5 {
  line-height: .42em;
  white-space: nowrap;
  font-weight: 400;
  text-align: right;
  font-size: 250px;
  color: rgba(242, 242, 242, 0.5);
  writing-mode: tb-rl;
  margin-bottom: 0; }
.lg-text.sm h5 {
  font-size: 180px; }
.lg-text.offer h5 {
  writing-mode: horizontal-tb;
  font-size: 150px; }

@media screen and (max-width: 1399px) {
  .lg-text.offer h5 {
    font-size: 110px; } }
@media screen and (max-width: 991px) {
  .lg-text h5 {
    font-size: 180px; } }
@media screen and (max-width: 767px) {
  .lg-text.sm h5 {
    font-size: 110px; } }
@media screen and (max-width: 575px) {
  .lg-text.sm h5 {
    font-size: 88px;
    opacity: 0.2; }
  .lg-text.offer h5 {
    font-size: 70px; } }
/* ===================================
    Navigation
====================================== */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #83bc2e; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #83bc2e #83bc2e transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #f69946; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #f69946 #f69946 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #83bc2e; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #83bc2e; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #83bc2e; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #83bc2e #83bc2e transparent; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #f69946; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #f69946; }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f69946; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #83bc2e; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #83bc2e #83bc2e transparent; }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #83bc2e #83bc2e transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #83bc2e; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #83bc2e; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #83bc2e #83bc2e transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #83bc2e; }
  .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
    color: #83bc2e; }
  .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #83bc2e; }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #83bc2e #83bc2e transparent; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #83bc2e; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #83bc2e; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #83bc2e #83bc2e transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #83bc2e; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #83bc2e; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #83bc2e #83bc2e transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #83bc2e; }
  .header-style2 .butn.secondary:before {
    background: #ffffff; }
  .header-style2 .butn.secondary:hover, .header-style2 .butn.secondary:focus, .header-style2 .butn.secondary:active {
    color: #f69946 !important; }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #83bc2e; }
  .header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important; } }
/*==============================
 *    Section heading
 *    ================================ */
/* style1 */
.section-title span {
  font-size: 36px;
  color: #83bc2e;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 2px; }
.section-title h2 {
  font-size: 40px;
  font-weight: 700; }
.section-title.left:before {
  left: 0px; }
.section-title.center:before {
  left: auto;
  right: auto; }
.section-title.footer-title span {
  font-size: 28px; }

span.blog-title {
  font-size: 22px;
  color: #83bc2e;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 2px; }
span.section-title.small {
  font-size: 22px; }

@media screen and (max-width: 1399px) {
  .section-title span {
    font-size: 30px; }
  .section-title h2 {
    font-size: 35px; } }
@media screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 32px; } }
@media screen and (max-width: 575px) {
  .section-title span, .section-title h2 {
    font-size: 22px; } }
/* style2 */
.section-title2 h2 {
  font-size: 70px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  color: #f69946; }
.section-title2.center {
  text-align: center; }
.section-title2.footer-title h2 {
  font-size: 35px; }
.section-title2.team-title h2 {
  font-size: 40px; }
.section-title2.small h2 {
  font-size: 30px; }

@media screen and (max-width: 1199px) {
  .section-title2 h2 {
    font-size: 58px; } }
@media screen and (max-width: 767px) {
  .section-title2 h2 {
    font-size: 45px; } }
@media screen and (max-width: 575px) {
  .section-title2 h2 {
    font-size: 35px; } }
/* style3 */
.section-title3 h2 {
  font-size: 50px; }

@media screen and (max-width: 1399px) {
  .section-title3 h2 {
    font-size: 48px; } }
@media screen and (max-width: 1199px) {
  .section-title3 h2 {
    font-size: 40px; } }
@media screen and (max-width: 991px) {
  .section-title3 h2 {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .section-title3 h2 {
    font-size: 25px; } }
@media screen and (max-width: 575px) {
  .section-title3 h2 {
    font-size: 20px; } }
/* style4 */
.section-title4 span {
  font-size: 35px;
  color: #83bc2e; }
.section-title4 h2 {
  font-size: 65px;
  margin-bottom: 0;
  line-height: 1; }
.section-title4 span.sub-title {
  font-size: 24px; }
.section-title4.footer-title span {
  font-size: 26px; }

@media screen and (max-width: 992px) {
  .section-title4 span, .section-title4 h2 {
    font-size: 30px; } }
@media screen and (max-width: 575px) {
  .section-title4 span, .section-title4 h2 {
    font-size: 25px; } }
/* section-title5 */
.section-title5 h6 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #83bc2e;
  font-size: 25px; }
.section-title5 h2 {
  font-size: 54px; }

@media screen and (max-width: 1199px) {
  .section-title5 h2 {
    font-size: 45px; } }
@media screen and (max-width: 767px) {
  .section-title5 h2 {
    font-size: 36px; } }
@media screen and (max-width: 575px) {
  .section-title5 h2 {
    font-size: 24px; }
  .section-title5 h6 {
    font-size: 18px; } }
/*==============================
 *    Main Banner
 *    ================================ */
/* slider-fade */
.slider-fade h1 {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.2;
  visibility: hidden; }
.slider-fade .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 50px;
  margin: 0 !important; }
.slider-fade.owl-theme .owl-dots {
  counter-reset: dots;
  font-size: 2.5rem;
  color: #fff; }
  .slider-fade.owl-theme .owl-dots .owl-dot {
    position: relative; }
.slider-fade .active h1, .slider-fade .active .butn {
  animation: anislide 1s ease 100ms both;
  backface-visibility: hidden;
  visibility: visible;
  opacity: 1; }
.slider-fade .active h1 {
  animation-delay: 900ms; }
.slider-fade .active .butn {
  animation-delay: 1400ms; }

@-webkit-keyframes anislide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@media screen and (max-width: 1199px) {
  .slider-fade h1 {
    font-size: 52px; } }
@media screen and (max-width: 991px) {
  .main-banner::after {
    display: none; }

  .slider-fade h1 {
    font-size: 48px; } }
@media screen and (max-width: 767px) {
  .slider-fade h1 {
    font-size: 42px;
    margin-bottom: 20px; } }
@media screen and (max-width: 575px) {
  .slider-fade h1 {
    font-size: 36px; } }
/* banner1 */
.banner1 .banner-title h1 {
  font-size: 120px;
  color: #83bc2e;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600; }

@media screen and (max-width: 1199px) {
  .banner1 .banner-title h1 {
    font-size: 100px; } }
@media screen and (max-width: 991px) {
  .banner1 .banner-title h1 {
    font-size: 85px; } }
@media screen and (max-width: 575px) {
  .banner1 .banner-title h1 {
    font-size: 60px; } }
/* banner2*/
.banner2 .banner-shape {
  position: absolute;
  bottom: -6px; }
.banner2 h1 {
  font-weight: 100;
  font-size: 95px;
  line-height: 150px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px; }

.banner2-slider .owl-nav button.owl-prev {
  left: 3%;
  top: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(246, 153, 70, 0.3);
  line-height: 65px;
  border-radius: 50%;
  transition: .5s; }
.banner2-slider .owl-nav button.owl-next {
  top: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(246, 153, 70, 0.3);
  line-height: 65px;
  border-radius: 50%;
  transition: .5s; }
.banner2-slider .owl-nav button.owl-prev i {
  font-size: 20px;
  color: #fff; }
.banner2-slider .owl-nav button.owl-next {
  right: 3%; }
  .banner2-slider .owl-nav button.owl-next i {
    font-size: 20px;
    color: #fff; }
.banner2-slider .owl-nav button.owl-prev:hover, .banner2-slider .owl-nav button.owl-next:hover {
  background-color: #f69946; }

@media screen and (max-width: 1199px) {
  .banner2 h1 {
    font-size: 75px;
    line-height: 130px; } }
@media screen and (max-width: 991px) {
  .banner2 h1 {
    font-size: 70px; } }
@media screen and (max-width: 767px) {
  .banner2 h1 {
    font-size: 60px;
    line-height: 110px;
    margin-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .banner2 h1 {
    font-size: 35px;
    line-height: 60px; }
  .banner2 .banner-shape {
    bottom: -13px; } }
/* banner3*/
.banner3 h1 {
  font-size: 85px;
  color: #282b2d; }

@media screen and (max-width: 1399px) {
  .banner3 h1 {
    font-size: 80px; } }
@media screen and (max-width: 1199px) {
  .banner3 h1 {
    font-size: 70px; } }
@media screen and (max-width: 767px) {
  .banner3 h1 {
    font-size: 60px; } }
@media screen and (max-width: 575px) {
  .banner3 h1 {
    font-size: 38px; } }
/* banner4 */
.banner4 .banner-height {
  height: 800px; }
.banner4 h1 {
  font-size: 70px;
  font-weight: 700; }

@keyframes image_scale3 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.ani-image_scale3 {
  animation: image_scale3 2s infinite linear;
  transition: all 0.5s;
  animation-duration: 7s; }

.banner4 .banner-left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
.banner4 .banner-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

@media screen and (max-width: 1399px) {
  .banner4 h1 {
    font-size: 48px; } }
@media screen and (max-width: 991px) {
  .banner4 .banner-left {
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px; }
  .banner4 .banner-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px; } }
@media screen and (max-width: 575px) {
  .banner4 h1 {
    font-size: 35px; } }
/* banner5 */
.banner5 h1 {
  color: #fff;
  font-size: 120px; }

@media screen and (max-width: 1399px) {
  .banner5 h1 {
    font-size: 110px; } }
@media screen and (max-width: 1199px) {
  .banner5 h1 {
    font-size: 95px; } }
@media screen and (max-width: 767px) {
  .banner5 h1 {
    font-size: 75px; } }
@media screen and (max-width: 575px) {
  .banner5 h1 {
    font-size: 48px; } }
/* banner6 */
.banner6 h1 {
  font-size: 120px;
  margin-bottom: 50px;
  font-weight: 200;
  visibility: visible; }
.banner6 .banner-shape {
  bottom: -1px; }

@media screen and (max-width: 1399px) {
  .banner6 h1 {
    font-size: 110px; } }
@media screen and (max-width: 1199px) {
  .banner6 h1 {
    font-size: 95px; } }
@media screen and (max-width: 767px) {
  .banner6 h1 {
    font-size: 75px; } }
@media screen and (max-width: 575px) {
  .banner6 h1 {
    font-size: 35px;
    margin-bottom: 20px; } }
/*==============================
 *    Page title
 *    ================================ */
.page-title-section {
  padding: 190px 0 150px; }
  .page-title-section h1 {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px; }
  .page-title-section ul li {
    display: inline-block; }
    .page-title-section ul li:last-child a {
      color: #ffffff; }
    .page-title-section ul li:after {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #83bc2e;
      margin: 0px 9px 0 11px;
      display: inline-block;
      border-radius: 1px; }
    .page-title-section ul li:last-child:after {
      content: none; }
    .page-title-section ul li a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: 1px; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 190px 0 140px; }
    .page-title-section h1 {
      font-size: 52px;
      margin-bottom: 25px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 160px 0 120px; }
    .page-title-section h1 {
      margin-bottom: 20px;
      font-size: 48px;
      line-height: 40px; } }
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 42px;
    line-height: 30px;
    margin-bottom: 15px; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 160px 0 90px; }
    .page-title-section h1 {
      font-size: 36px; } }
/* inner-pages */
.inner-pages .banner-lg-text {
  right: 5%;
  bottom: 10%; }
  .inner-pages .banner-lg-text h5 {
    font-size: 110px;
    writing-mode: horizontal-tb;
    line-height: .42em;
    white-space: nowrap;
    font-weight: 400;
    text-align: right;
    color: rgba(242, 242, 242, 0.5);
    margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .inner-pages .banner-lg-text {
    bottom: 8%; } }
@media screen and (max-width: 767px) {
  .inner-pages .banner-lg-text {
    bottom: 6%; } }
@media screen and (max-width: 575px) {
  .inner-pages .banner-lg-text {
    bottom: 4%;
    right: 8%; }
    .inner-pages .banner-lg-text h5 {
      font-size: 70px; } }
/*==============================
 *    Cards
 *    ================================ */
/* card-style1 */
.card-style1 .card-footer {
  opacity: 0;
  width: 100%; }
.card-style1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(131, 188, 46, 0.8);
  opacity: 0;
  transition: 0.5s;
  border-radius: 25px; }
.card-style1:hover .card-footer, .card-style1:hover:before {
  opacity: 1; }
.card-style1 .card-footer ul li a {
  background-color: #fff;
  color: #f69946;
  border-radius: 50%;
  border: 1px solid #ffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  margin: 0 3px; }
  .card-style1 .card-footer ul li a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }

/* card-style2 */
.card-style2 .team-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1; }
  .card-style2 .team-icon .team-info {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: -1;
    top: 0;
    font-size: 18px;
    line-height: 34px;
    vertical-align: middle;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    background: #f69946;
    color: #fff;
    -webkit-box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
    -moz-box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1);
    box-shadow: 10px 7px 30px 0px rgba(0, 42, 106, 0.1); }
    .card-style2 .team-icon .team-info i:after {
      position: absolute;
      content: "";
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 16px;
      height: 2px;
      margin-top: -1px;
      margin-left: -8px; }
  .card-style2 .team-icon ul li {
    display: block;
    font-size: 13px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -19px; }
    .card-style2 .team-icon ul li a {
      background: transparent;
      display: block;
      height: 100%;
      line-height: 34px;
      font-size: 14px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      -moz-transition: all .4s ease;
      transition: all .4s ease;
      color: #f69946;
      border: 1px solid #f69946; }
      .card-style2 .team-icon ul li a:hover {
        background-color: #83bc2e;
        color: #fff;
        border: 1px solid #83bc2e; }
      .card-style2 .team-icon ul li a:after {
        display: block;
        content: '';
        width: 100%;
        position: absolute;
        top: -10px;
        height: 10px;
        left: 0; }
  .card-style2 .team-icon:hover .team-info {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #83bc2e; }
    .card-style2 .team-icon:hover .team-info:after {
      background-color: #fff !important; }
  .card-style2 .team-icon:hover ul li {
    opacity: 1;
    width: 34px;
    height: 34px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .card-style2 .team-icon ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .card-style2 .team-icon:hover ul li:nth-child(1) {
    top: 44px; }
  .card-style2 .team-icon ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .card-style2 .team-icon:hover ul li:nth-child(2) {
    top: 88px; }
  .card-style2 .team-icon ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .card-style2 .team-icon:hover ul li:nth-child(3) {
    top: 132px; }

@media screen and (max-width: 1199px) {
  .card-style2 .team-icon {
    right: -10%; }
    .card-style2 .team-icon ul li {
      right: -15px; }
    .card-style2 .team-icon:hover ul li {
      width: 30px;
      height: 30px; }
    .card-style2 .team-icon ul li a {
      font-size: 12px; }
    .card-style2 .team-icon .team-info {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px; } }
@media screen and (max-width: 767px) {
  .card-style2 .team-icon {
    right: 10%; } }
@media screen and (max-width: 575px) {
  .card-style2 .team-icon {
    right: 2%; } }
/* card-style3 */
.card-style3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6), black 116%);
  background: linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6), black 116%);
  border-radius: 25px; }
.card-style3 .card-icon ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #f69946;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: .4s; }
  .card-style3 .card-icon ul li a:hover {
    background-color: #f69946; }

/* card-style4 */
.card-style4 .blog-tag span {
  font-size: 30px;
  color: #83bc2e;
  line-height: 1.2;
  letter-spacing: 2px; }
.card-style4 .card-date {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: #ff7800;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  -khtml-box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  -moz-box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  -ms-box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  -o-box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  box-shadow: 0 0 0 7px rgba(255, 120, 0, 0.2);
  line-height: 1;
  text-align: center;
  bottom: -10%;
  right: 10%; }
.card-style4 img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }
.card-style4 .card-date.blog {
  bottom: -6%; }

@media screen and (max-width: 1199px) {
  .card-style4 .card-date {
    width: 60px;
    height: 60px;
    font-size: 16px; } }
/* card-style5 */
.card-style5 .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12%;
  background-color: #fff;
  display: flex;
  writing-mode: tb;
  align-items: center;
  justify-content: center; }
.card-style5 span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 85px;
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* card-style6 */
.card-style6 .card-body {
  background-color: #ffffff;
  border-radius: 10px;
  margin: -45px 30px 25px 30px;
  z-index: 9;
  position: relative;
  text-align: center; }
.card-style6 .shopping-icon {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 55px; }
  .card-style6 .shopping-icon ul li {
    display: inline-block;
    margin: 0 5px; }
    .card-style6 .shopping-icon ul li a {
      width: 35px;
      height: 35px;
      font-size: 12px;
      background-color: #f69946;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      opacity: 0;
      overflow: hidden; }
.card-style6:hover .shopping-icon ul li {
  -moz-animation: fadeInUp .6s ease-in;
  -webkit-animation: fadeInUp .6s ease-in;
  animation: fadeInUp .6s ease-in; }
  .card-style6:hover .shopping-icon ul li a {
    opacity: 1; }

@media screen and (max-width: 1199px) {
  .card-style6 .card-body {
    margin: -15px 15px 25px 15px; }
  .card-style6 .shopping-icon {
    bottom: 25px; } }
@media screen and (max-width: 991px) {
  .card-style6 .card-body {
    margin: -15px 25px 25px 25px; } }
/* card-style7 */
.card-style7 .card-body {
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 30px;
  border-radius: 10px;
  margin-top: -10%;
  z-index: 9; }
.card-style7 .team-icon {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 35px; }
  .card-style7 .team-icon ul li {
    display: inline-block;
    margin: 0 5px; }
    .card-style7 .team-icon ul li a {
      width: 35px;
      height: 35px;
      font-size: 12px;
      background-color: #f69946;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      opacity: 0;
      overflow: hidden; }
.card-style7:hover .team-icon ul li {
  -moz-animation: fadeInUp .6s ease-in;
  -webkit-animation: fadeInUp .6s ease-in;
  animation: fadeInUp .6s ease-in; }
  .card-style7:hover .team-icon ul li a {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .card-style7 .team-icon {
    bottom: 65px; } }
/* card-style8 */
.card-style8 .card-body span {
  width: 70px;
  height: 70px;
  background-color: rgba(131, 188, 46, 0.3);
  display: inline-block;
  line-height: 70px;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 20px;
  color: #f69946;
  font-weight: 500; }
.card-style8 .card-body .btn {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  overflow: hidden; }
  .card-style8 .card-body .btn i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #f69946;
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.card-style8:hover .card-body .btn {
  bottom: -23px;
  opacity: 1; }
  .card-style8:hover .card-body .btn i {
    -moz-animation: fadeInUp .6s ease-in;
    -webkit-animation: fadeInUp .6s ease-in;
    animation: fadeInUp .6s ease-in; }

/* card-style9 */
.card-style9 {
  transition: all 0.3s ease 0s; }
  .card-style9 .shop-icon a {
    font-size: 20px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: -22px;
    right: 25px;
    left: auto;
    line-height: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    font-weight: unset;
    padding: 0;
    border: unset;
    text-align: center;
    transform: translateY(15px);
    transition: .3s;
    opacity: 0;
    color: #fff;
    background-color: #f69946; }
    .card-style9 .shop-icon a:hover {
      color: #fff;
      background-color: #83bc2e; }
  .card-style9:hover .shop-icon a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

/* card-style10 */
.card-style10 .card-body {
  padding: 20px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.card-style10 .card-footer {
  background-color: #83bc2e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
  padding: 10px 0; }
.card-style10:hover .card-body {
  bottom: 50px;
  background-color: #83bc2e;
  padding: 20px 20px 10px 20px; }
.card-style10 .card-body span {
  color: #83bc2e; }
.card-style10:hover .card-body h3, .card-style10:hover .card-body span {
  color: #fff; }

/* card-style11 */
.card-style11 {
  margin-top: 90px; }
  .card-style11 img.main-img {
    margin-top: -90px;
    position: relative;
    z-index: 9; }

/* card-style12 */
.card-style12 .team-icon {
  top: 30px;
  left: auto;
  width: auto;
  height: auto;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2; }
.card-style12:hover .team-icon {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* card-style13 */
.card-style13 {
  transition: .3s ease-in;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08); }
  .card-style13 .card-body h3 a {
    color: #f69946; }
  .card-style13 .card-body span {
    color: #212529; }
  .card-style13:hover, .card-style13:active, .card-style13:focus {
    background-color: #f69946;
    box-shadow: none; }
    .card-style13:hover .card-body h3 a, .card-style13:hover .card-body span, .card-style13:active .card-body h3 a, .card-style13:active .card-body span, .card-style13:focus .card-body h3 a, .card-style13:focus .card-body span {
      color: #fff; }

/* card-style14 */
.card-style14 .card-body {
  overflow: visible;
  opacity: 1;
  transition: .3s ease-in; }
.card-style14:hover .card-body {
  opacity: 0;
  overflow: hidden; }
.card-style14 .card-body h3 {
  color: #f69946; }
.card-style14 .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .card-style14 .card-footer ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 50%;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    border: 1px solid #83bc2e;
    color: #83bc2e;
    opacity: 0;
    overflow: hidden;
    transition: .3s ease-in; }
.card-style14:hover .card-footer ul li a {
  opacity: 1; }
.card-style14 .card-footer ul li a:hover {
  background-color: #f69946;
  color: #fff;
  border: 1px solid #f69946; }
.card-style14 .card-footer ul li:first-child {
  -moz-animation: fadeInDown .6s ease-in;
  -webkit-animation: fadeInDown .6s ease-in;
  animation: fadeInDown .6s ease-in; }
.card-style14 .card-footer ul li:nth-child(2) {
  -moz-animation: fadeInDown .5s ease-in;
  -webkit-animation: fadeInDown .5s ease-in;
  animation: fadeInDown .5s ease-in; }
.card-style14 .card-footer ul li:list-child {
  -moz-animation: fadeInDown .4s ease-in;
  -webkit-animation: fadeInDown .4s ease-in;
  animation: fadeInDown .4s ease-in; }

@media screen and (max-width: 992px) {
  .card-style14 .card-footer ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px; } }
/* card-style15 */
.card-style15 .blog-img:before {
  background: linear-gradient(180deg, rgba(37, 48, 65, 0.95), rgba(37, 48, 65, 0) 70%);
  border-radius: 0.25rem !important;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all .3s;
  width: 100%;
  z-index: 1; }
.card-style15 .blog-content {
  bottom: 0;
  left: 50%;
  padding: 30px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .3s;
  width: 100%;
  z-index: 19; }
  .card-style15 .blog-content .blog-content-inner {
    overflow: hidden;
    transition: all .3s; }
    .card-style15 .blog-content .blog-content-inner .content-inner {
      margin-bottom: -100px;
      transition: all .3s; }
.card-style15:hover .blog-content .blog-content-inner {
  height: 100%;
  transition: all .3s; }
  .card-style15:hover .blog-content .blog-content-inner .content-inner {
    margin: 0; }

@media screen and (max-width: 767px) {
  .card-style15 .blog-content .blog-content-inner .content-inner {
    margin-bottom: -80px; } }
@media screen and (max-width: 575px) {
  .card-style15 .blog-content .blog-content-inner .content-inner {
    margin-bottom: 0; } }
/*==============================
 *    Gallery
 *    ================================ */
/* filtering */
.filtering {
  margin-bottom: 30px; }
  .filtering span {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px 15px;
    background: #83bc2e;
    border-radius: 5px; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    background: #f69946;
    color: #fff; }

@media screen and (max-width: 767px) {
  .filtering span {
    margin-right: 15px; } }
/*==============================
 *    Pagination
 *    ================================ */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #dbdbdb;
    color: #fff; }
  .pagination li:first-child a, .pagination li:last-child a {
    border: 1px solid #dbdbdb; }
  .pagination a:hover {
    background-color: #83bc2e;
    color: #fff; }
  .pagination.active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 15px; } }
/*==============================
 *    Video
 *    ================================ */
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #f69946;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/*==============================
 *    Owl carousel
 *    ================================ */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f7b035; }

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 28px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/*owl-thumb*/
.owl-thumbs button {
  border: none; }

.owl-thumb-item {
  cursor: pointer; }

/*==============================
 *    Accordion style
 *    ================================ */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  margin-bottom: 10px;
  border: none; }
  .accordion-style .card:last-child {
    margin-bottom: 0; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  background: none; }
.accordion-style .btn-link {
  border: 1px solid #f69946;
  border-bottom: none;
  color: #232323;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  padding: 15px 50px 15px 15px;
  text-decoration: none;
  font-size: 15px; }
  .accordion-style .btn-link:hover {
    text-decoration: none; }
  .accordion-style .btn-link.collapsed {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .accordion-style .btn-link.collapsed:after {
      background: none;
      border: 1px solid #f69946;
      border-radius: 50%;
      content: "+";
      right: 15px;
      left: inherit;
      font-size: 18px;
      line-height: 24px;
      height: 25px;
      transform: none;
      width: 25px;
      top: 13px;
      text-align: center;
      padding-left: 0;
      letter-spacing: -1px; }
  .accordion-style .btn-link:after {
    background: none;
    border: 1px solid #f69946;
    border-radius: 50%;
    content: "-";
    right: 15px;
    left: inherit;
    font-size: 18px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 13px;
    position: absolute;
    color: #f69946;
    text-align: center;
    padding-left: 2px;
    letter-spacing: 0px; }
.accordion-style .btn {
  border-radius: 0; }
.accordion-style .card-body {
  background-color: #f7f7f7;
  padding: 20px;
  line-height: 24px;
  text-align: left;
  border: 1px solid #f69946;
  border-top: none;
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px; }
    .accordion-style .btn-link.collapsed:after, .accordion-style .btn-link:after {
      top: 15px; } }
/* accordion-style1 */
.accordion-style1 .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border: none; }
  .accordion-style1 .card:last-child {
    margin-bottom: 0; }
.accordion-style1 .card-header {
  border: 0;
  padding: 0;
  border-bottom: none; }
.accordion-style1 .btn-link {
  color: #83bc2e;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  padding: 15px 50px 15px 25px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px; }
  .accordion-style1 .btn-link:hover {
    text-decoration: none; }
  .accordion-style1 .btn-link.collapsed {
    color: #575a7b;
    box-shadow: none;
    background-color: #f7f7f7;
    border-bottom: unset; }
    .accordion-style1 .btn-link.collapsed:after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 2rem;
      color: #f69946;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateY(-50%);
      box-shadow: unset; }
  .accordion-style1 .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 2rem;
    color: #83bc2e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: unset; }
.accordion-style1 .card-body {
  padding-left: 1.7rem;
  background-color: transparent;
  padding-bottom: 20px; }

/*==============================
 *    Tabs
 *    ================================ */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 40px 0 40px 0; }

.resp-tabs-list li.resp-tab-active {
  background: #f69946;
  background: -webkit-linear-gradient(-45deg, #f69946, #8089ff);
  background: -moz-linear-gradient(-45deg, #f69946, #8089ff);
  background: -o-linear-gradient(-45deg, #f69946, #8089ff);
  background: linear-gradient(-45deg, #f69946, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #f69946;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .resp-tabs-list li.resp-tab-active i {
    color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #e4e4e4;
  border-top-color: #e4e4e4;
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-top: 0px solid #e4e4e4;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #83bc2e !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #f69946; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

/* tab-style1 */
.tab-style1 .tab-box {
  display: inline-block;
  vertical-align: middle; }
.tab-style1 h2.resp-accordion i {
  margin-right: 15px; }
.tab-style1 .tab-box h6 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600; }
.tab-style1 .tab-box span {
  font-size: 12px; }
.tab-style1 .resp-tab-active h6 {
  color: #fff; }
.tab-style1 .resp-tabs-list .count {
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 40px; }
.tab-style1 .resp-tabs-list .tab-box {
  text-align: left;
  margin-top: 8px; }

@media screen and (min-width: 768px) {
  .tab-style1 ul.resp-tabs-list {
    text-align: center; }
    .tab-style1 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color: #83bc2e;
      color: #83bc2e; }
  .tab-style1 .resp-tab-content {
    border: none;
    margin-top: 30px;
    padding: 0; }
  .tab-style1 .resp-tabs-list .tab-box {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .tab-style1 .resp-tabs-list li.resp-tab-active h6 {
    color: #83bc2e; }
  .tab-style1 .resp-tabs-list .tab-box h6 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 12px; }
  .tab-style1 .resp-tabs-list .tab-box span {
    text-transform: lowercase;
    font-size: 12px; }
  .tab-style1 .resp-tabs-list li {
    font-size: 18px;
    border-bottom: 2px solid transparent !important;
    margin: 0;
    background: none !important;
    padding: 0 35px 15px 35px;
    text-transform: uppercase;
    position: relative; }
    .tab-style1 .resp-tabs-list li.resp-tab-active {
      border-width: 0 0 2px 0 !important;
      border-color: #83bc2e !important; }
  .tab-style1 ul.resp-tabs-list i {
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 30px;
    padding: 0;
    vertical-align: middle; }
  .tab-style1 ul.resp-tabs-list li.resp-tab-active i {
    background: #4e86ff;
    border-color: #4e86ff;
    color: #fff; } }
@media screen and (max-width: 991px) {
  .tab-style1 .resp-tabs-list li {
    padding: 0 25px 10px 25px; } }
@media screen and (max-width: 767px) {
  .tab-style1 h2.resp-accordion:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #e4e4e4; }
  .tab-style1 .resp-tab-content {
    padding: 20px 15px;
    border: 1px solid #e4e4e4 !important; }

  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 12px;
      font-size: 18px;
      min-width: 25px; }
    h2.resp-accordion.resp-tab-active i {
      color: #fff; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content {
    background-color: #fff;
    padding: 30px 0 30px 0; }

  .tab-style1 .resp-accordion .count {
    font-size: 36px;
    line-height: 32px;
    margin-right: 10px;
    opacity: 0.2;
    vertical-align: middle; }
  .tab-style1 .resp-accordion.resp-tab-active .count {
    opacity: 0.7; }
  .tab-style1 .bg-white.box-shadow-large {
    padding: 0;
    box-shadow: none; } }
/* ===================================
 *    Elements
 *==================================== */
/* modal */
.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 999999; }

/* fonts-icon page */
.icon-gallery .d-table {
  margin-top: 30px; }
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff; }
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #f69946; }

/* copy elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600;
  border-radius: 0.25rem; }

.copy-element > a:hover, .source-element > a:hover {
  background: #83bc2e;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px; }

  .copy-element, .source-element {
    top: 65px; } }
/*==============================
 *    Pages
 *    ================================ */
/* coming soon page */
.main-countdown h2 {
  font-size: 75px; }

.countdown.coming-soon li {
  display: inline-block;
  padding: 30px 0 25px 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-right: 30px;
  width: 100%;
  max-width: 160px; }
  .countdown.coming-soon li:last-child {
    margin-right: 0; }
  .countdown.coming-soon li span {
    font-size: 96px;
    font-weight: 700;
    position: relative;
    color: #212529; }
  .countdown.coming-soon li p.timeRefDays, .countdown.coming-soon li p.timeRefHours, .countdown.coming-soon li p.timeRefMinutes, .countdown.coming-soon li p.timeRefSeconds {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize; }

.coming-soon-section:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #83bc2e; }
.coming-soon-section .lg-text.one {
  left: 6%;
  top: 12%; }
.coming-soon-section .lg-text h5 {
  writing-mode: horizontal-tb;
  color: rgba(255, 255, 255, 0.3); }
.coming-soon-section .lg-text.two {
  left: 32%;
  bottom: 12%; }

@media screen and (max-width: 1399px) {
  .countdown.coming-soon li {
    max-width: 152px; }
    .countdown.coming-soon li span {
      font-size: 85px; } }
@media screen and (max-width: 1199px) {
  .main-countdown h2 {
    font-size: 65px; }

  .countdown.coming-soon li {
    max-width: 110px; }
    .countdown.coming-soon li span {
      font-size: 70px; }

  .coming-soon-section .lg-text h5 {
    font-size: 190px; } }
@media screen and (max-width: 767px) {
  .countdown.coming-soon li {
    max-width: 100px;
    margin-right: 20px; }
    .countdown.coming-soon li span {
      font-size: 50px; }

  .main-countdown h2 {
    font-size: 55px; }

  .coming-soon.style1 li {
    width: 90px;
    margin: 0 10px; }

  .countdown.coming-soon.style1 li:last-child {
    margin-right: 10px; }

  .coming-soon.style1 li span {
    font-size: 45px; }

  .countdown.coming-soon.style1 li p.timeRefDays, .countdown.coming-soon.style1 li p.timeRefHours, .countdown.coming-soon.style1 li p.timeRefMinutes, .countdown.coming-soon.style1 li p.timeRefSeconds {
    font-size: 16px;
    margin-top: 8px; } }
@media screen and (max-width: 575px) {
  .main-countdown h2 {
    font-size: 28px; }

  .coming-soon-section .lg-text h5 {
    font-size: 100px; } }
/*404 page*/
.error-wrapper {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%; }
  .error-wrapper .error-text span {
    color: #f69946;
    font-size: 300px;
    line-height: 1;
    font-weight: bold; }

@media screen and (max-width: 1199px) {
  .error-wrapper .error-text span {
    font-size: 230px; } }
@media screen and (max-width: 767px) {
  .error-wrapper .error-text span {
    font-size: 180px; } }
@media screen and (max-width: 575px) {
  .error-wrapper .error-text span {
    font-size: 100px; } }
/*==============================
 *    Blog
 *    ================================ */
/*sidebar*/
.blog-sidebar .blog-tags a {
  border: 1px solid #83bc2e;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block; }
  .blog-sidebar .blog-tags a:hover {
    border: 1px solid #f69946;
    background-color: #f69946;
    color: #fff; }
.blog-sidebar .cat-list span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 14px; }
.blog-sidebar .cat-list li a {
  background-color: #ededed;
  transition: .5s;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  padding: 10px 18px; }
.blog-sidebar .archives-list li a {
  background-color: #ededed;
  transition: .5s;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  padding: 10px 12px; }
.blog-sidebar .cat-list li a:hover, .blog-sidebar .archives-list li a:hover {
  background-color: #83bc2e; }
.blog-sidebar .cat-list li a:hover h6, .blog-sidebar .archives-list a:hover {
  color: #fff; }
.blog-sidebar .cat-list li span a:hover {
  color: #f69946; }

/*==============================
 *    Others
 *    ================================ */
.height-300 {
  height: 300px; }

/* product-carousel1 */
.product-carousel1.owl-theme .owl-dots .owl-dot span {
  height: 3px;
  width: 30px;
  border-radius: 0;
  background-color: #83bc2e;
  opacity: 0.3; }
.product-carousel1.owl-theme .owl-dots .owl-dot.active span, .product-carousel1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #83bc2e;
  opacity: 1; }

.product-carousel .product-wrapper {
  margin: 25px; }

@media screen and (max-width: 1399px) {
  .product-carousel .product-wrapper {
    margin: 25px 20px; } }
@media screen and (max-width: 767px) {
  .product-carousel .product-wrapper {
    margin: 20px 20px; } }
/* team-details */
.team-details .team-img img {
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  margin-bottom: 100px; }
.team-details .inner-data:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  background-color: #212529;
  top: 0%;
  right: 0;
  z-index: 1;
  margin: 8% 8% 0 0;
  padding: 0;
  border-radius: 10px; }
.team-details .team-list li {
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px; }
  .team-details .team-list li span {
    color: #ededed;
    font-weight: 100; }

@media screen and (max-width: 991px) {
  .team-details .inner-data:before {
    width: 100%;
    height: 100%;
    margin: 8% 0 0 0; }
  .team-details .team-img img {
    margin-bottom: 20px; } }
/* contact-map */
.contact-map {
  margin-bottom: -12%; }

/* contact-info */
.contact-info .contact-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-left: -26px;
  margin-top: 10px;
  border-radius: 50px;
  font-size: 18px; }
.contact-info .contact-inner {
  margin-top: -5%; }
  .contact-info .contact-inner h4 {
    font-size: 50px; }

@media screen and (max-width: 1399px) {
  .contact-info .contact-inner h4 {
    font-size: 42px; } }
@media screen and (max-width: 1199px) {
  .contact-info .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 14px; }
  .contact-info .contact-inner h4 {
    font-size: 32px; } }
@media screen and (max-width: 767px) {
  .contact-info .contact-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin-left: -18px; }
  .contact-info .contact-inner h4 {
    font-size: 30px; } }
@media screen and (max-width: 575px) {
  .contact-info .contact-inner {
    margin-top: -10%; } }
/* contact-right-img */
.contact-right-img {
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 1599px) {
  .contact-right-img {
    right: -10%; } }
@media screen and (max-width: 1399px) {
  .contact-right-img {
    right: -18%; } }
@media screen and (max-width: 1199px) {
  .contact-right-img {
    right: -26%; } }
@media screen and (max-width: 991px) {
  .contact-right-img {
    display: none; } }
/* contact-us1 */
.contact-us1 .contact-box .icon {
  width: 70px;
  height: 70px;
  background-color: #83bc2e;
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px; }

@media screen and (max-width: 991px) {
  .contact-us1 .contact-box .icon {
    width: 55px;
    height: 55px; } }
/* contact-us2 */
.contact-us2 {
  margin-bottom: -5%; }
  .contact-us2 .border-radius-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .contact-us2 .border-radius-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }

@media screen and (max-width: 991px) {
  .contact-us2 {
    margin-bottom: -8%; }
    .contact-us2 .border-radius-left {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0; }
    .contact-us2 .border-radius-right {
      border-top-right-radius: 0;
      border-bottom-left-radius: 10px; } }
@media screen and (max-width: 767px) {
  .contact-us2 {
    margin-bottom: -12%; } }
/* counter-box1 */
.counter-box1 .counter-icon {
  width: 70px;
  height: 70px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center; }

/* best-offer */
.best-offer .countdown.offer-inner li {
  border-right: 1px solid rgba(237, 237, 237, 0.18);
  display: inline-block;
  padding: 30px 0 25px 0;
  text-align: center;
  color: #282b2d;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 22px;
  width: 100%;
  max-width: 120px; }
  .best-offer .countdown.offer-inner li span {
    font-size: 30px;
    font-weight: 700;
    position: relative; }
  .best-offer .countdown.offer-inner li p.timeRefDays, .best-offer .countdown.offer-inner li p.timeRefHours, .best-offer .countdown.offer-inner li p.timeRefMinutes, .best-offer .countdown.offer-inner li p.timeRefSeconds {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }

@media screen and (max-width: 767px) {
  .best-offer .countdown.offer-inner li {
    padding: 22px 0 20px 0;
    line-height: 25px;
    max-width: 100px;
    margin: 0 12px; } }
@media screen and (max-width: 575px) {
  .best-offer .countdown.offer-inner li {
    margin: 12px; } }
/* clients-1 */
.clients-1 {
  margin-top: -10%;
  background: transparent;
  z-index: 1; }
  .clients-1 .client-carousel2 .client-wrapper img {
    transition: .2s ease-in-out; }
  .clients-1 .client-carousel2 .client-wrapper:hover img {
    transform: scale(1.08); }

@media screen and (max-width: 1599px) {
  .clients-1 {
    margin-top: -12%; } }
@media screen and (max-width: 767px) {
  .clients-1 {
    margin-top: -15%; } }
@media screen and (max-width: 575px) {
  .clients-1 {
    margin-top: -22%; } }
/* clients-2 */
.clients-2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(131, 188, 46, 0.9);
  top: 0;
  left: 0; }
.clients-2 .client-wrapper .our-clients {
  border: 1px solid #fff;
  transition: .2s ease-in-out; }
.clients-2 .client-wrapper:hover .our-clients {
  border: 1px solid #f69946;
  background: #f69946; }
.clients-2 .client-wrapper .clients-img {
  opacity: 1;
  visibility: visible;
  transition: .2s ease-in-out; }

/* pricing-plan */
.pricing-plan {
  background-color: #fff;
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto;
  width: 100%;
  margin-top: -15%; }
  .pricing-plan .pricing-price {
    padding-top: 35%; }

@media screen and (max-width: 1199px) {
  .pricing-plan {
    max-width: 220px;
    height: 220px; } }
@media screen and (max-width: 767px) {
  .pricing-plan {
    margin-top: -10%; } }
/* testimonials1 */
.testimonials1 .testimonials-icon {
  position: absolute;
  left: 50px;
  right: 0;
  width: 100%;
  height: 100%;
  top: -22px; }
.testimonials1 .right-img {
  z-index: 9;
  position: relative; }

/* testimonials2 */
.testimonials2 .left-img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  margin: -67px 100px 0px 0px; }
  .testimonials2 .left-img img {
    max-width: 100vw;
    height: auto; }
.testimonials2:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  top: 20%;
  right: 25px;
  background-color: #f2f2f2;
  z-index: 1; }
.testimonials2 .shape-11 {
  position: absolute;
  top: 15%;
  right: 45%;
  z-index: 1; }
.testimonials2 .shape-12 {
  position: absolute;
  top: 20%;
  right: 5%; }
.testimonials2 .left-img .video-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 30px; }
  .testimonials2 .left-img .video-box .story-video .video_btn {
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .testimonials2 .left-img .video-box .story-video .video_btn:before {
      width: 55px;
      height: 55px; }
    .testimonials2 .left-img .video-box .story-video .video_btn:after {
      width: 40px;
      height: 40px; }

@media screen and (max-width: 1199px) {
  .testimonials2 .left-img {
    margin: -67px 70px 0 0; } }
@media screen and (max-width: 991px) {
  .testimonials2 .left-img {
    margin: 0; }
    .testimonials2 .left-img img {
      max-width: 100%; }
  .testimonials2:before {
    top: 0;
    width: 100%;
    right: 0; }
  .testimonials2 .shape-12 {
    top: 0;
    z-index: 1; }
  .testimonials2 .shape-11 {
    right: unset;
    left: -5%;
    z-index: 1;
    transform: rotate(18deg); }
  .testimonials2 .left-img .video-box {
    padding: 20px; } }
@media screen and (max-width: 575px) {
  .testimonials2 .shape-11, .testimonials2 .shape-12 {
    display: none; } }
/* testimonials3 */
.testimonials3 .right-img .main-img {
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%; }
.testimonials3 .owl-thumbs button.active img.sub-img {
  opacity: 1; }
.testimonials3 .owl-thumbs button img.sub-img {
  opacity: 0.5; }

@media screen and (max-width: 575px) {
  .testimonials3 .right-img .main-img {
    width: 150px; } }
/* testimonials-carousel4 */
.testimonials-carousel4 .owl-nav button.owl-prev, .testimonials-carousel4 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(131, 188, 46, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%; }
.testimonials-carousel4 .owl-nav button.owl-prev {
  left: -30%; }
.testimonials-carousel4 .owl-nav button.owl-next {
  right: -30%; }
.testimonials-carousel4 .owl-nav button.owl-prev i, .testimonials-carousel4 .owl-nav button.owl-next i {
  color: #fff;
  font-size: 20px;
  line-height: 3; }
.testimonials-carousel4 .owl-nav button.owl-prev:hover, .testimonials-carousel4 .owl-nav button.owl-next:hover {
  background: #f69946 !important;
  transition: .5s; }

/* testimonials5 */
.testimonial5 .owl-thumbs button img {
  opacity: .5; }
.testimonial5 .owl-thumbs button.active img {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .testimonial5-carousel .owl-thumbs {
    display: none; } }
/* testimonials-carousel5 */
.testimonials-carousel5 .owl-nav {
  bottom: -46%;
  right: -5%;
  position: absolute; }
  .testimonials-carousel5 .owl-nav button.owl-prev, .testimonials-carousel5 .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 55px;
    border-radius: 0;
    transition: .5s; }
  .testimonials-carousel5 .owl-nav button.owl-prev i, .testimonials-carousel5 .owl-nav button.owl-next i {
    font-size: 20px;
    color: #fff; }
  .testimonials-carousel5 .owl-nav button.owl-prev:hover, .testimonials-carousel5 .owl-nav button.owl-next:hover {
    background-color: #fff; }
  .testimonials-carousel5 .owl-nav button.owl-prev:hover i, .testimonials-carousel5 .owl-nav button.owl-next:hover i {
    color: #af8455; }

@media screen and (max-width: 1599px) {
  .testimonials-carousel5 .owl-nav {
    bottom: -26%; } }
/* about-1 */
.about-1 .exp-box {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%); }
  .about-1 .exp-box span {
    background-color: #83bc2e;
    color: #fff;
    padding: 30px 40px;
    display: inline-block;
    font-size: 42px;
    line-height: 1.5;
    border-radius: 10px; }
    .about-1 .exp-box span h6 {
      font-size: 80px;
      color: #fff; }

@media screen and (max-width: 991px) {
  .about-1 .exp-box span {
    padding: 20px 30px;
    font-size: 30px; }
    .about-1 .exp-box span h6 {
      font-size: 50px; } }
@media screen and (max-width: 767px) {
  .about-1 .exp-box span {
    padding: 15px 30px;
    font-size: 22px; }
    .about-1 .exp-box span h6 {
      font-size: 40px; } }
@media screen and (max-width: 575px) {
  .about-1 .exp-box {
    top: 92%;
    left: 75%; }
    .about-1 .exp-box span {
      padding: 10px 20px;
      font-size: 20px; } }
/* about-2 */
.about-2 .left-img img {
  border: 15px solid #fff; }

@media screen and (max-width: 575px) {
  .about-2 .left-img img {
    display: none; } }
/* about-3 */
.about-3 img {
  width: 570px;
  height: 100%;
  max-height: 600px;
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  border: 2px solid #83bc2e;
  padding: 12px; }
.about-3 .exp-box .exp-box-inner {
  width: 150px;
  height: 150px;
  padding: 10px;
  animation: fa-spin 8s ease infinite;
  position: relative;
  z-index: 9; }
  .about-3 .exp-box .exp-box-inner:before {
    position: absolute;
    bottom: 26px;
    right: 0px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: transparent transparent #f69946 #f69946;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    z-index: -1; }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@media screen and (max-width: 575px) {
  .about-3 .exp-box .exp-box-inner {
    width: 120px;
    height: 120px; } }
/* our-features */
.our-features .feature-img {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: 9; }

@media screen and (max-width: 1599px) {
  .our-features .feature-img {
    right: -7%; } }
@media screen and (max-width: 1399px) {
  .our-features .feature-img {
    right: 0%; } }
@media screen and (max-width: 1399px) {
  .our-features .feature-img {
    right: -7%; } }
/* our-features1 */
.our-features1 .features-img:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10%;
  left: -30%;
  background: rgba(131, 188, 46, 0.3);
  border-radius: 50%; }

/* feature-box-one */
.feature-box-one .main-box {
  padding: 50px; }
  .feature-box-one .main-box .inner-box {
    padding: 0 50px; }

@media screen and (max-width: 1599px) {
  .feature-box-one .main-box .inner-box {
    padding: 0 30px; } }
@media screen and (max-width: 1399px) {
  .feature-box-one .main-box {
    padding: 50px 0; } }
@media screen and (max-width: 1199px) {
  .feature-box-one .main-box {
    padding: 50px 50px; } }
@media screen and (max-width: 991px) {
  .feature-box-one .main-box {
    padding: 40px 10px; } }
@media screen and (max-width: 575px) {
  .feature-box-one .main-box {
    padding: 40px 0; } }
/* portfolio-1*/
.portfolio-1 .portfolio-box {
  position: relative;
  display: block;
  margin: 0px;
  overflow: visible;
  border-radius: 15px; }
  .portfolio-1 .portfolio-box img {
    position: relative;
    display: block;
    width: 100%; }
  .portfolio-1 .portfolio-box .portfolio-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(131, 188, 46, 0.7);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
    .portfolio-1 .portfolio-box .portfolio-content .portfolio-inner {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: table;
      vertical-align: middle;
      padding: 10px 0px; }
      .portfolio-1 .portfolio-box .portfolio-content .portfolio-inner .portfolio-hover {
        position: relative;
        display: table-cell;
        vertical-align: middle; }
  .portfolio-1 .portfolio-box:hover .portfolio-content {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible; }
  .portfolio-1 .portfolio-box .portfolio-btn {
    position: absolute;
    right: 30px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    color: #f69946;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transform: scale(0, 0);
    background-color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .portfolio-1 .portfolio-box:hover .portfolio-btn {
    transform: scale(1, 1); }
  .portfolio-1 .portfolio-box .portfolio-btn:hover {
    background-color: #f69946;
    color: #fff; }
  .portfolio-1 .portfolio-box .portfolio-content .portfolio-hover a:hover {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .portfolio-1 .portfolio-box .portfolio-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    bottom: -22px; } }
@media screen and (max-width: 575px) {
  .portfolio-1 .portfolio-box .portfolio-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    bottom: -20px; } }
/* portfolio-2*/
.portfolio-2 .portfolio-box .portfolio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70196)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px 30px 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: .25rem; }
  .portfolio-2 .portfolio-box .portfolio-inner .content {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
.portfolio-2 .portfolio-box:hover .portfolio-inner {
  visibility: visible;
  opacity: 1; }
  .portfolio-2 .portfolio-box:hover .portfolio-inner .content {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
.portfolio-2 .portfolio-box .portfolio-inner .content a.portfolio-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #f69946;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center; }

/* why-choose-us1 */
.process-style1 .progress {
  height: 0.4rem; }

/* process */
.our-process-style .process-box .process-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #f1f7ff;
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  line-height: 100px;
  display: inline-block;
  font-size: 35px;
  color: #83bc2e;
  position: relative; }
.our-process-style .process-box .process-no span {
  background-color: #f69946;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px; }

.process-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid #83bc2e;
  border-radius: 72% 28% 29% 71% / 39% 44% 56% 61%;
  top: -10px;
  left: -10px; }

.our-process-style .process-arrow {
  position: absolute;
  right: -6%;
  top: 15%; }

@media screen and (max-width: 991px) {
  .our-process-style .process-arrow {
    display: none; }
  .our-process-style .process-box .process-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; }

  .process-icon:before {
    width: 100px;
    height: 100px; }

  .our-process-style .process-box .process-no span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .our-process-style .process-box .process-icon {
    width: 70px;
    height: 70px;
    line-height: 70px; }

  .process-icon:before {
    width: 90px;
    height: 90px; } }
/* client-carousel */
.client-carousel .client-wrapper img {
  filter: grayscale(1); }
  .client-carousel .client-wrapper img:hover {
    filter: grayscale(0); }

/* client-carousel1*/
.client-carousel1 .client-wrapper {
  overflow: hidden;
  display: inline-block;
  position: relative; }
  .client-carousel1 .client-wrapper .hover-img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%); }
  .client-carousel1 .client-wrapper:hover .hover-img {
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(1); }
  .client-carousel1 .client-wrapper .main-img, .client-carousel1 .client-wrapper .hover-img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    filter: grayscale(0); }
  .client-carousel1 .client-wrapper:hover .main-img {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

/* insta-gallery */
.gallery-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(131, 188, 46, 0.8);
  opacity: 0;
  transition: 0.5s all ease-in-out; }
.gallery-img:hover:before {
  opacity: 1; }
.gallery-img .gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s all ease-in-out; }
.gallery-img:hover .gallery-icon {
  opacity: 1; }

/* call-to-action1 */
.call-to-action1 h2 {
  font-size: 60px;
  letter-spacing: 5px;
  text-transform: uppercase; }
.call-to-action1 .right-img {
  -webkit-animation-name: moving-y;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: moving-y;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }
.call-to-action1 .extra-top {
  transform: rotate(180deg); }

@media screen and (max-width: 1399px) {
  .call-to-action1 h2 {
    font-size: 50px; } }
@media screen and (max-width: 767px) {
  .call-to-action1 h2 {
    font-size: 40px; } }
@media screen and (max-width: 575px) {
  .call-to-action1 h2 {
    font-size: 24px; } }
/* tags */
.tags {
  margin-bottom: 0;
  padding-left: 0; }
  .tags li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px; }
    .tags li a {
      color: #041D57;
      font-size: 14px;
      font-weight: 600;
      padding: 7px 18px;
      border-radius: 4px;
      border: 1px solid #ededed;
      display: inline-block; }
      .tags li a:hover {
        background: #f69946;
        color: #ffffff;
        border: 1px solid #f69946; }
    .tags li:last-child {
      margin-right: 0; }

/* quform */
.form-control:focus {
  border-color: #f69946; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-check-input:checked {
  border-color: #83bc2e;
  background-color: #83bc2e; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  height: auto;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.quform-element {
  margin-bottom: 1rem; }

/* social-icon-style1 */
.social-icon-style1 {
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon-style1 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block; }
    .social-icon-style1 li:last-child {
      margin-right: 0; }
    .social-icon-style1 li a {
      background-color: #f69946;
      color: #fff;
      border-radius: 5px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      display: inline-block;
      font-size: 12px; }
      .social-icon-style1 li a:hover {
        background: #83bc2e;
        color: #fff; }
  .social-icon-style1.white li a:hover {
    background-color: #fff;
    color: #83bc2e; }

@media screen and (max-width: 575px) {
  .social-icon-style1 li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px; } }
/* social-icon-style2 */
.social-icon-style2 {
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon-style2 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .social-icon-style2 li:last-child {
      margin-right: 0; }
    .social-icon-style2 li a {
      border: 1px solid rgba(131, 188, 46, 0.8);
      color: #f69946;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 40px;
      display: inline-block;
      font-size: 15px; }
      .social-icon-style2 li a:hover {
        background: #f69946;
        color: #fff;
        border: 1px solid #f69946; }

@media screen and (max-width: 575px) {
  .social-icon-style2 li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px; } }
/* social-icon-style3 */
.social-icon-style3 {
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon-style3 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .social-icon-style3 li:last-child {
      margin-right: 0; }
    .social-icon-style3 li a {
      background-color: #f69946;
      color: #fff;
      border-radius: 5px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      display: inline-block;
      font-size: 15px; }
      .social-icon-style3 li a:hover {
        background: #83bc2e;
        color: #fff; }
  .social-icon-style3.white li a:hover {
    background-color: #fff;
    color: #83bc2e; }

@media screen and (max-width: 575px) {
  .social-icon-style3 li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px; } }
/* social-icon-style4 */
.social-icon-style4 {
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon-style4 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .social-icon-style4 li:last-child {
      margin-right: 0; }
    .social-icon-style4 li a {
      background-color: #fff;
      color: #f69946;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 40px;
      display: inline-block;
      font-size: 15px; }
      .social-icon-style4 li a:hover {
        background: #f69946;
        color: #fff; }

@media screen and (max-width: 575px) {
  .social-icon-style4 li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px; } }
/* social-icon-style5 */
.social-icon-style5 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block; }
  .social-icon-style5 li:last-child {
    margin-right: 0; }
  .social-icon-style5 li a {
    background-color: transparent;
    color: #83bc2e;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #83bc2e; }
    .social-icon-style5 li a:hover {
      background: #f69946;
      color: #fff;
      border: 1px solid #f69946; }

@media screen and (max-width: 1199px) {
  .social-icon-style5 li {
    margin-right: 10px; } }
@media screen and (max-width: 991px) {
  .social-icon-style5 li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px; } }
/* social-icon-style6 */
.social-icon-style6 {
  padding-left: 0; }
  .social-icon-style6 li {
    text-align: center;
    margin-right: 15px;
    display: inline-block; }
    .social-icon-style6 li:last-child {
      margin-right: 0; }
    .social-icon-style6 li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      background: 0 0;
      text-align: center;
      border-radius: 30px;
      font-size: 15px;
      color: #83bc2e;
      position: relative;
      z-index: 1;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out; }
      .social-icon-style6 li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 30px;
        background-color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .social-icon-style6 li a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        border-radius: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
      .social-icon-style6 li a:hover {
        color: #f69946; }
        .social-icon-style6 li a:hover:before {
          opacity: 0;
          background-color: #fff;
          -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5); }
        .social-icon-style6 li a:hover:after {
          opacity: 1;
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
          border: 1px solid #f69946; }

@media screen and (max-width: 767px) {
  .social-icon-style6 li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px; } }
/* social-icon-style7 */
.social-icon-style7 {
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon-style7 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block; }
    .social-icon-style7 li:last-child {
      margin-right: 0; }
    .social-icon-style7 li a {
      background-color: #f69946;
      color: #fff;
      border-radius: 50%;
      height: 35px;
      width: 35px;
      line-height: 35px;
      display: inline-block;
      font-size: 14px; }
      .social-icon-style7 li a:hover {
        background: #83bc2e;
        color: #fff; }

@media screen and (max-width: 1200px) {
  .social-icon-style7 li {
    margin-right: 8px; } }
@media screen and (max-width: 992px) {
  .social-icon-style7 li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px; } }
/* Popup gallery*/
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f69946; }

.lg-progress-bar .lg-progress {
  background-color: #f69946; }

.lg-backdrop.in {
  opacity: 0.85; }

/*search page*/
.search-form_input {
  color: #f69946; }

.search-frame h4 a:hover {
  color: #f69946; }
.search-frame .search_list .match {
  color: #f69946; }
.search-frame .search_list li:before {
  color: #f69946; }
.search-frame .search_list li + li {
  border-top: 3px solid #f69946; }
.search-frame .search {
  color: #f69946; }

/* newsletter */
/* style1 */
.newsletter-one {
  bottom: -40px;
  background-color: transparent; }
  .newsletter-one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1612px;
    height: 100%;
    background-color: #83bc2e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* style2 */
.newsletter-form-two .butn-style3 {
  padding: 19px 35px; }

@media screen and (max-width: 991px) {
  .newsletter-form-two .quform-input .form-control {
    min-height: 49px; } }
@media screen and (max-width: 575px) {
  .newsletter-form-two .butn-style3 {
    padding: 13px 30px; } }
/*==============================
 *    Footer
 *    ================================ */
footer {
  padding: 70px 0 0;
  background: #1f1f1f;
  color: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px; } }
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block; }
  .footer-logo > a {
    display: inline-block; }

/*footer bar*/
.footer-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 70px;
  text-align: center;
  color: #fff; }

@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 50px; }
    .footer-bar p {
      font-size: 15px; } }
@media screen and (max-width: 575px) {
  .footer-bar p {
    font-size: 13px; } }
/* style1 */
.footer-style1 span.section-title {
  font-size: 28px; }

span.section-title.small {
  font-size: 28px; }

.footer-style1 .footer-link li a {
  color: #fff;
  font-weight: 500; }
  .footer-style1 .footer-link li a:hover {
    color: #f69946; }

/* style2 */
.footer-style2 .footer-newsletter .quform-element .form-control {
  min-height: 52px; }
.footer-style2 .footer-newsletter .quform-submit-inner button {
  right: 7px;
  top: 7px;
  height: 40px;
  border: unset;
  position: absolute;
  color: #ffffff;
  background-color: #000;
  width: 40px; }
.footer-style2 .footer-top-bg {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fff;
  position: absolute;
  z-index: 20;
  display: block; }

/* style3 */
.footer-style3 .footer-icon .footer-inner-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s; }
.footer-style3 .footer-icon:hover .footer-inner-icon {
  opacity: 1;
  visibility: visible; }
.footer-style3 .footer-icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(246, 153, 70, 0.8);
  opacity: 0;
  visibility: hidden;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s; }
.footer-style3 .footer-icon:hover:before {
  opacity: 1;
  visibility: visible; }

/* style4 */
.footer-style4 .top-footer {
  margin-top: -15%; }
  .footer-style4 .top-footer .footer-icon {
    width: 70px;
    height: 70px;
    background-color: #f2f2f2;
    display: inline-block;
    line-height: 70px;
    color: #83bc2e;
    font-size: 30px;
    margin-bottom: 20px; }
.footer-style4 .insta-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(131, 188, 46, 0.8);
  transition: .4s;
  opacity: 0; }
.footer-style4 .insta-img .insta-icon {
  opacity: 0; }
.footer-style4 .insta-img:hover:before, .footer-style4 .insta-img:hover .insta-icon {
  opacity: 1; }

@media screen and (max-width: 991px) {
  .footer-style4 .top-footer {
    margin-top: -30%; } }
@media screen and (max-width: 767px) {
  .footer-style4 .top-footer .footer-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px; } }
/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
