/*
    Name: Okell - Law Firm and Lawyer Based HTML Template
    Author: ThemeHurst
    Support: kazi.03may@gmail.com
    Description: Creative HTML5 template.
    Version: 1.0
    Create Date: 02-02-2019
    */
/**** CSS Index
    -----------------------------------
    01. Default Style
    02. Scroll To Top style
    03. Section Title
    04. Owl style
    05. Background style
    06. Main Header style
    07. Main Slider Section
    08. Banner Section
    09. About Section
    10. Award Section
    11. Video Holder
    12. Testimonial section
    13. Counter Section
    14. Blog Section
    15. Comment Section
    16. Pagination Section
    17. 404 Error Section
    18. Newsletter Widget
    19. Results Section
    20. Practice Areas Section
    21. Our Attorneys Section
    22. Practice Section
    23. Practice Single Section
    24. Single Page Next Previous Button
    25. Tag
    26. Sidebar Section
    27. blog Single Section
    28. Attorney Single Section
    29. Contact Section
    30. Main Footer
    ----------------------------------
    ****/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
/* 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif; 
    */
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #1a1a1a;
  transition: linear all 300ms;
  -webkit-transition: linear all 300ms;
  -moz-transition: linear all 300ms;
  -ms-transition: linear all 300ms;
  -o-transition: linear all 300ms;
}

a:hover {
  color: #024501;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: 'Montserrat', sans-serif;
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.8em;
}

.default-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.o-header .default-container {
  max-width: 100%;
}
.medium-container {
  max-width: 850px;
}

.internal-container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.external-container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

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

.o-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li span {
  position: relative;
  color: #858585;
}

.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  color: #555555;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.list-style-two li:last-child {
  margin-bottom: 0px;
}

.list-style-two li:before {
  position: absolute;
  content: "\f1b3";
  left: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #024501;
  font-family: "Flaticon";
}

.list-style-three {
  position: relative;
}

.list-style-three li {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.7em;
}

.list-style-three li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 16px;
}

.btn-style-one {
  position: relative;
  padding: 8px 20px 8px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #024501;

  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;

}

.btn-style-one:hover {
  background: none;
  color: #024501;
}

.btn-style-two {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #024501;

  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;

}

.btn-style-two:hover {
  background: none;
  color: #024501;
      background-color: #fff;
}

.btn-style-three {
  position: relative;
  padding: 15px 20px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ffffff;

  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;

}

.btn-style-three:hover {
  background-color: #024501;
  border-color: #024501;
  color: #ffffff;
}

.btn-style-four {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px 8px 8px 35px;
  -webkit-border-radius: 10px 8px 8px 35px;
  -moz-border-radius: 10px 8px 8px 35px;
  -ms-border-radius: 10px 8px 8px 35px;
  -o-border-radius: 10px 8px 8px 35px;
}

.btn-style-four:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #024501;
}

.btn-style-five {
  position: relative;
  padding: 13px 60px 13px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #024501;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px 8px 8px 35px;
  -webkit-border-radius: 10px 8px 8px 35px;
  -moz-border-radius: 10px 8px 8px 35px;
  -ms-border-radius: 10px 8px 8px 35px;
  -o-border-radius: 10px 8px 8px 35px;
}

.btn-style-five:hover {
  background: none;
  color: #024501;
}

.btn-style-six {
  position: relative;
  padding: 13px 60px 13px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #024501;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px 8px 8px 35px;
  -webkit-border-radius: 10px 8px 8px 35px;
  -moz-border-radius: 10px 8px 8px 35px;
  -ms-border-radius: 10px 8px 8px 35px;
  -o-border-radius: 10px 8px 8px 35px;
}

.btn-style-six:hover {
  background: none;
  color: #024501;
}

.btn-style-seven {
  position: relative;
  padding: 11px 55px 11px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #024501;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn-style-seven:hover {
  background: none;
  color: #024501;
}

.btn-style-eight {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn-style-eight:hover {
  background-color: #024501;
  border-color: #024501;
  color: #ffffff;
}

.btn-style-nine {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #024501;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-style-nine:hover {
  background: none;
  color: #024501;
}

.btn-style-ten {
  position: ten;
  padding: 11px 55px 11px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #024501;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-style-ten:hover {
  background: none;
  color: #024501;
}

.btn-style-eleven {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-style-eleven:hover {
  background-color: #024501;
  border-color: #024501;
  color: #ffffff;
}

.btn-style-twelve {
  position: relative;
  padding: 15px 60px 15px;
  line-height: 24px;
  background: #024501;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #024501;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-style-twelve:hover {
  background: none;
  color: #024501;
}

.before-left:before {
  position: absolute;
  background: #f9f8fc;
  content: '';
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
}

.before-right:before {
  position: absolute;
  background: #f9f8fc;
  content: '';
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}

.social-icon {
  position: relative;
}

.social-icon li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.social-icon li a {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-icon li a:hover {
  color: #024501;
}

.theme_color {
  color: #024501;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/lgreen.gif);
}

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

/**** 02. Scroll To Top style ****/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #024501;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scroll-top:hover {
  color: #ffffff;
  background: #024501;
}

/**** 03. Section Title ****/
.sec-title {
  position: relative;
  margin-bottom: 45px;
}

.sec-title h2 {
  position: relative;
  color: #024501;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.sec-title p {
  margin-top: 30px;
}

.sec-title .title-text {
  position: relative;
  color: #555555;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 0px;
}

.sec-title.light h2,
.sec-title.light .title-text {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}

.sec-o-title {
  margin-bottom: 20px;
}

.sec-o-title .o-title-text {
  position: relative;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec-o-title h2 {
  position: relative;
  color: #024501;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 8px;

}

.sec-o-title h3 {
  position: relative;
  color: #024501;
  font-size: 26px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 8px;

}

.sec-o-title .transform-uppercase {
  text-transform: uppercase;
}

.sec-o-title h2 span {
  color: #54595f;
}

.o-title-column .text {
  position: relative;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 45px;
}

.section-padding-default {
  position: relative;
  padding: 100px 0;
}

.section-padding-one {
  position: relative;
  padding: 100px 0 80px;
}

.section-padding-two {
  position: relative;
  padding: 180px 0 180px;
}

.section-padding-three {
  position: relative;
  padding: 96px 0 52px;
}

.section-padding-four {
  position: relative;
  padding: 96px 0 100px;
}

.section-padding-five {
  position: relative;
  padding: 96px 0 94px;
}

.section-padding-six {
  position: relative;
  padding: 96px 0 88px;
}

.section-padding-top {
  position: relative;
  padding-top: 100px;
}

.section-padding-bottom {
  position: relative;
  padding-bottom: 98px;
}

.section-padding-no {
  position: relative;
  padding: 0;
}

.section-margin-default {
  position: relative;
  margin: 100px 0;
}

.section-margin-no {
  position: relative;
  margin: 0;
}

.section-bg-all {
  position: relative;
}

.section-bg-all:before {
  position: absolute;
  background: #f9f8fc;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**** 04. Owl style ***/
.owl-carousel.owl-loaded {
  margin: 0 auto;
}

/**** 05. Background style ***/
.bg-style-one:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background-color: #f9f8fc;
}

/**** 06. Main Header style ****/
.o-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header-top {
  position: relative;
  padding: 8px 0px;
  background-color: transparent;
}

.header-top .top-left {
  position: relative;
  float: left;
}

.top-left .header-info-list {
  position: relative;
}

.top-left .top-item-m {
  margin-top: 12px;
}

.header-top .top-left .header-info-list li {
  position: relative;
  color: #555555;
  font-size: 16px;
  margin-right: 24px;
  display: inline-block;
}

.header-top .top-left .header-info-list li strong {
  position: relative;
  color: #555555;
  font-weight: 700;
  font-size: 16px;
  margin-right: 6px;
  display: inline-block;
}

.header-top .top-left .header-info-list li .icon {
  position: relative;
  color: #024501;
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
}

.header-top .top-right {
  position: relative;
  float: right;
  display: flex;
  align-items: center!important;
  align-self: center!important;
  vertical-align: middle!important;
}

.header-top .top-right .social-box {
  position: relative;
  float: left;
  margin-right: 1rem;
}

.header-top .top-right .social-box li {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.header-top .top-right .social-box li.share {
  position: relative;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0px;
}

.header-top .top-right .social-box li a {
    position: relative;
    color: #fff;
    background-color: #024501;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.header-top .top-right .social-box li a:hover {
  background-color: #47c16c;
}

.o-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.o-header .main-box .external-container {
  position: relative;
  padding: 0px 40px;
}

.o-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.o-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.o-header .nav-toggler {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  display: block;
}

.o-header .nav-toggler button {
  position: relative;
  display: block;
  color: #555555;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none;
}

.o-header .header-upper {
  position: relative;
}

.o-header .header-upper .contact-number {
  position: relative;
  float: left;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding: 12px 0px 12px 32px;
  border-left: 1px solid #ededed;
}

.o-header .header-upper .contact-number .number-inner {
  position: relative;
  padding-left: 35px;
  line-height: 30px;
}

.o-header .header-upper .contact-number .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #024501;
  font-size: 28px;
  line-height: 1em;
}

.o-header .nav-outer {
  position: relative;
  float: left;
  float: right;
}

.o-header .header-upper .logo-box {
  position: relative;
  padding: 15px 0px;
}

.o-header .header-upper .logo-box .logo {
  position: relative;
  width: 160px;
}

.o-header .header-upper .menu-search-box {
  position: relative;
  float: right;
  margin-top: 51px;
}

.o-header .header-upper .menu-sb-btn {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555555;
  line-height: 20px !important;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.o-header .header-upper .menu-sb-btn:after {
  display: none;
}

.o-header .header-upper .menu-search-box .dropdown-menu {
  top: 67px !important;
  right: 0px;
  padding: 0px;
  width: 280px;
  left: auto !important;
  border-top: 3px solid #024501;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.o-header .header-upper .menu-search-box .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.o-header .header-upper .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.o-header .header-upper .search-panel input[type="text"],
.o-header .header-upper .search-panel input[type="search"],
.o-header .header-upper .search-panel input[type="password"],
.o-header .header-upper .search-panel select {
  display: block;
  width: 100%;
  height: 50px;
  color: #1a1a1a;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 10px 40px 10px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.o-header .header-upper .search-panel input:focus,
.o-header .header-upper .search-panel select:focus {
  border-color: #024501;
}

.o-header .header-upper .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 50px;
  text-align: center;
  color: #555555;
  font-size: 14px;
  background: none;
  cursor: pointer;
}

.o-header .header-upper .button-box {
  position: relative;
  float: right;
  padding: 35px 0px;
  margin-left: 30px;
}

.o-header .header-upper .button-box-tow {
  position: relative;
  float: left;
  padding: 35px 0px;
  margin-right: 30px;
}

.o-header .header-upper .support-box .support .icon {
  position: relative;
  color: #024501;
  font-size: 22px;
  top: 3px;
  margin-left: 4px;
}

.o-header .header-upper .support-box .support-number {
  position: relative;
  color: #024501;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}

.o-header.style-two {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}

.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 40px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a {
  color: #1a1a1a !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #024501 !important;
  background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
  margin-top: 26px;
}

.o-header .header-upper .upper-right {
  padding-top: 32px;
}

.o-header .info-box {
  position: relative;
  float: left;
  margin-left: 35px;
  font-size: 14px;
  color: #98b2c4;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 0px 0px 50px;
}

.o-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #024501;
  font-size: 36px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.o-header .info-box li {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: capitalize;
}

.o-header .info-box li strong {
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-style-two {
  background-color: #024501;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 9px 0px;
  width: 160px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 600;
  padding: 20px 0px;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: 'Montserrat', sans-serif;
}

.header-style-two .main-menu .navigation > li > a,
.o-header.header-style-two .header-upper .menu-sb-btn {
  color: #ffffff;
}

.sticky-header .main-menu .navigation > li {
  position: relative;
  margin-left: 30px;
  margin-right: 0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
  display: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.o-header.light-version .main-menu .navigation > li:hover > a,
.o-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #fff;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 15px;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #024501;
  -webkit-box-shadow: 0px 0px 10px #1a1a1a;
          box-shadow: 0px 0px 10px #1a1a1a;
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #ededed;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px;
}

.sticky-header .main-menu .navigation > li > a:before {
  display: none;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background: #024501;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #024501;
  -webkit-box-shadow: 2px 2px 5px 1px #1a1a1a, -2px 0px 5px 1px #1a1a1a;
  -ms-box-shadow: 2px 2px 5px 1px #1a1a1a, -2px 0px 5px 1px #1a1a1a;
  -o-box-shadow: 2px 2px 5px 1px #1a1a1a, -2px 0px 5px 1px #1a1a1a;
  box-shadow: 2px 2px 5px 1px #1a1a1a, -2px 0px 5px 1px #1a1a1a;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #ededed;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background: #024501;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #222222;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  margin: 0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin: 0px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/**** 07. Main Slider Section ****/
.slider {
  position: relative;
}

.slider .content.alternate {
  max-width: 610px;
  width: 100%;
  float: right;
  display: block;
}

.slider .slide {
  position: relative;
  padding: 185px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider h2 {
  position: relative;
  color: #ffffff;
  font-size: 74px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Montserrat', sans-serif;
}

.slider .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.slider h2.style-two {
  font-weight: 500;
  margin-bottom: 40px;
}

.slider h2.style-three {
  font-weight: 500;
  margin-bottom: 20px;
}

.slider h2.alternate {
  margin-bottom: 35px;
}

.slider h3 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Montserrat', sans-serif;
}

.slider .active h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.slider .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  line-height: 1.7em;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Montserrat', sans-serif;
}

.slider .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.slider .link-box {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.slider .link-box .o-btn {
  margin-right: 10px;
}

.slider .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.slider .content .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.slider .content .title:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #ffffff;
}

.slider .active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  max-width: 100px;
  margin-left: -50px;
  width: 100%;
  text-align: center;
}

.slider .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ededed;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.slider .owl-dots .owl-dot:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider .owl-dots .owl-dot.active::before,
.slider .owl-dots .owl-dot:hover::before {
  background-color: #024501;
  border-radius: 10px;
}

.slider .owl-dots .owl-dot:hover,
.slider .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #024501;
}

.slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  color: #ffffff;
  font-size: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  color: #ffffff;
  font-size: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
  color: #024501;
}

/**** 08. Banner Section ****/
.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
}

.banner-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a66;
  z-index: -1;
}

.banner-title {
  position: relative;
  padding: 140px 0 15px;
}



.banner-title h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4rem;
}

.banner-link {
  padding: 15px 0 120px;
}

.banner-link ul li {
  display: inline;
  margin: 0 15px;
  color: #ffffff;
}

.banner-link ul li a {
  position: relative;
  color: #ffffff;
}

.banner-link ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  bottom: 8px;
  right: -20px;
  background: #ffffff;
  z-index: 1;
}

.banner-link ul li a:hover {
  color: #ededed;
}

/**** 09. About Section ****/
.about-section .sec-o-title .o-title-text {
    color: #fff;
    font-size: 30px;
}
.about-section  .sec-o-title h2 span {
    color: #fff;
}
.about-section .o-title-column {
  position: relative;
}

.about-section .o-title-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-bottom: 45px;
}

.about-section-two:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #f9f8fc;
}

.about-section-two .o-title-column {
  position: relative;
  margin-top: 25px;
}

.about-section-two .o-title-column .sec-o-title {
  margin-bottom: 20px;
}

.about-section-two .o-title-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-bottom: 45px;
}

.about-section-three .o-title-column {
  position: relative;
  margin-top: 25px;
}

.about-section-three .o-title-column .sec-o-title {
  margin-bottom: 20px;
}

.about-section-three .o-title-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-bottom: 45px;
}

/**** 10. Award Section ****/
.award-section {
  position: relative;
}

.award-section .award-logos .owl-nav {
  display: none;
}

.award-section .award-logos .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0px);
}

.award-section .award-logos .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e1e1e1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.award-section .award-logos .owl-dots .owl-dot:hover,
.award-section .award-logos .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #024501;
}

.award-section .award-logos-two .owl-nav {
  position: absolute;
  right: -105px;
  bottom: 0;
  width: 75px;
}

.award-section .award-logos-two .owl-nav .owl-prev,
.award-section .award-logos-two .owl-nav .owl-next {
  float: left;
  font-size: 36px;
  margin-right: 20px;
  color: #024501;
}

.award-section-two {
  position: relative;
}

.award-section-two .award-logos .owl-nav {
  display: none;
}

.award-section-two .award-logos .owl-dots {
  position: absolute;
  left: -80px;
  bottom: 0;
}

.award-section-two .award-logos .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ededed;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.award-section-two .award-logos .owl-dots .owl-dot:hover,
.award-section-two .award-logos .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #024501;
}

.award-section-two .award-logos-two .owl-nav {
  position: absolute;
  right: -105px;
  bottom: 0;
  width: 75px;
}

.award-section-two .award-logos-two .owl-nav .owl-prev,
.award-section-two .award-logos-two .owl-nav .owl-next {
  float: left;
  font-size: 36px;
  margin-right: 20px;
  color: #024501;
}

/**** 11. Video Holder ****/
.video-holder {
  position: relative;
}

.video-holder .image {
  position: relative;
  overflow: hidden;
}

.video-holder .image img {
  position: relative;
  width: 100%;
}

.video-holder .overlay-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  background: #1a1a1a66;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-holder .overlay-holder:hover {
  background: #1a1a1a11;
}

.video-holder .overlay-holder span {
  position: relative;
  width: 80px;
  height: 80px;
  top: 45%;
  z-index: 99;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.video-holder .overlay-holder span:before {
  font-size: 30px;
  margin-left: 0;
  color: #024501;
}

.video-holder .overlay-holder:hover span {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.video-holder .overlay-holder-two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-holder .overlay-holder-two span {
  position: relative;
  width: 80px;
  height: 80px;
  top: 45%;
  z-index: 99;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.video-holder .overlay-holder-two span:before {
  font-size: 30px;
  margin-left: 0;
  color: #024501;
}

.video-holder .overlay-holder-two:hover span {
  transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

/**** 12. Testimonial section ****/
.testimonial-section {
  position: relative;
}

.testimonial-section .client-box-img {
  width: 80px;
}

.testimonial-section .clients-name {
  font-weight: 600;
  color: #024501;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .owl-dots {
  position: relative;
  margin-top: -30px;
}

.testimonial-section .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ededed;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #024501;
}

.testimonial-section-two {
  position: relative;
}

.testimonial-section-two .client-box-img {
  width: 80px;
  display: block;
}

.testimonial-section-two .clients-name {
  font-weight: 600;
  color: #024501;
}

.testimonial-section-two .owl-nav {
  display: none;
}

.testimonial-section-two .owl-dots {
  position: relative;
  left: -5px;
}

.testimonial-section-two .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ededed;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #024501;
}

.testimonial-section-two .testimonial-two-img {
  position: absolute;
}

/**** 13. Counter Section ****/
.counter-section {
  position: relative;
}

.counter-section [class^="flaticon-"]::before {
  margin-left: 0;
  font-size: 28px;
  color: #024501;
}

.count-box .count-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 26px;
}

.count-outer {
  margin: 35px 0;
}

.counter-title {
  font-size: 16px;
}

/**** 14. Blog Section ****/
.blog-section {
  position: relative;
}

.blog-section .col-01:before {
  position: absolute;
  background: #024501;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-section-nobg {
  position: relative;
}

.blog-cont-holder {
  position: relative;
  height: 500px;
  overflow: hidden;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.blog-cont-holder:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a66;
}

.blog-cont-holder .img_blog img {
  width: 100%;
}

.blog-box-detail {
  position: absolute;
  background: #024501;
  bottom: 0;
  width: 100%;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.blog-cont-holder:hover .blog-box-detail {
  position: absolute;
  background: #e1e1e1;
  bottom: 0;
  padding-bottom: 50px !important;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.blog-cont-holder .blog-box-detail a.read-more {
  width: 100%;
  position: absolute;
  visibility: hidden;
  color: #ffffff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  left: 0;
  right: 0;
}

.blog-cont-holder:hover .blog-box-detail a.read-more {
  visibility: visible;
  color: #024501;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.blog-cont-holder:hover .blog-box-detail a.read-more:hover {
  color: #858585;
}

.blog-box-detail .space-date,
.blog-box-detail .font-weight-bold a,
.blog-box-detail p {
  color: #ffffff;
}

.blog-cont-holder:hover .blog-box-detail .font-weight-bold a {
  color: #024501;
}

.blog-cont-holder:hover .blog-box-detail .font-weight-bold a:hover {
  color: #858585;
}

.blog-cont-holder:hover .blog-box-detail .space-date,
.blog-cont-holder:hover .blog-box-detail p {
  color: #1a1a1a;
}

/**** 15. Comment Section ****/
.comment-inner {
  padding: 30px;
  position: relative;
  margin: 30px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 #1a1a1a11;
  box-shadow: 0 0 20px 0 #1a1a1a11;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.reply {
  position: absolute;
  top: 30px;
  right: 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reply i {
  margin-right: 5px;
}

.com-img {
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: top;
}

.com-img img {
  border-radius: 200px;
}

.comm-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.comm-content p {
  margin-top: 15px;
}

.comm-content span {
  color: #024501;
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
}

.sub-comm {
  margin-left: 80px;
}

.form-control {
  padding: 1rem .75rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/**** 16. Pagination Section ****/
.cr-pagination-right,
.cr-pagination-center,
.cr-pagination-left {
  margin-top: 60px;
}

.cr-pagination-right {
  text-align: right;
}

.cr-pagination-center {
  text-align: center;
}

.cr-pagination-left {
  text-align: left;
}

.cr-pagination-center li,
.cr-pagination-left li,
.cr-pagination-right li {
  display: inline-block;
  margin-right: 5px;
  transition: ease all 300ms;
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
}

.cr-pagination-center li a,
.cr-pagination-left li a,
.cr-pagination-right li a {
  width: 42px;
  font-size: 16px;
  height: 42px;
  background: 0 0;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f9f8fc;
  transition: ease all 300ms;
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
}

.cr-pagination-center li:hover a,
.cr-pagination-left li:hover a,
.cr-pagination-right li:hover a {
  border: 1px solid #024501;
  color: #024501;
}

.cr-pagination-center .active a,
.cr-pagination-left .active a,
.cr-pagination-right .active a {
  border: 1px solid #024501;
  color: #024501;
}

/**** 17. 404 Error Section ****/
.error-404 {
  text-align: center;
}

.error-404 h1 {
  font-size: 204px;
  line-height: 0.9em;
  color: #024501;
  font-weight: 900;
}

/**** 18. Newsletter Widget ****/
.newsletter-widget {
  position: relative;
  text-align: right;
}

.newsletter-widget .text {
  position: relative;
  color: #858585;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

/**** 19. Results Section ****/
.result-section {
  position: relative;
}

.result-section .row{
    align-items: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}
.result-details {
  color: #ffffff;
  position: relative;
  padding: 0px 0px;
  background: #024501;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}
.result-details .img-unidades img{
    height: 380px;
    object-fit: cover;
    object-position: center center;
}
.result-details:hover {
  padding: 0px 0px 0px;
  background: #ededed;
  color: #222222;
}

.result-details a {
  position: absolute;
  background: #858585;
  width: 100%;
  height: 65px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  bottom: 0;
  padding-top: 40%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.result-details a:hover {
  color: #ededed;
}

.result-details:hover a {
  opacity: 1;
  background: hsl(119.12deg 97.14% 13.73% / 88%);
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
      top: 0;
    height: 100%;
}

.result-details .result-atto-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.result-details:hover .result-atto-name {
  color: #024501;
}

.result-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 900;
}

/**** 20. Practice Areas Section ****/
.practice-areas-section {
  position: relative;
}

.practice-areas-details {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  background: #ededed;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-areas-details:before {
  background: #024501;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  visibility: hidden;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  z-index: -1;
}

.practice-areas-details:hover:before {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.practice-areas-details:hover {
  background: none;
}

.practice-areas-details [class^="flaticon-"] {
  margin-right: 10px;
  color: #024501;
}

.practice-areas-details:hover [class^="flaticon-"] {
  color: #ffffff;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-areas-details:hover a {
  color: #ffffff;
}

.practice-areas-details a:hover {
  color: #ededed;
}

/**** 21. Our Attorneys Section ****/
.our-attorneys-sections {
  position: relative;
}

.our-attorneys-sections-nobg {
  position: relative;
}

.attorney-box {
  position: relative;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.attorney-box:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a66;
}

.attorney-box .attorney-img img {
  width: 100%;
}

.attorney-social-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #024501;
  padding-bottom: 0;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.attorney-box:hover .attorney-social-details {
  background: #ededed;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transform: translateY(0);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  padding-bottom: 20px;
}

.attorney-social-details h6 a {
  color: #ffffff;
  text-transform: capitalize;
}

.attorney-box:hover .attorney-social-details h6 a {
  color: #024501;
}

.attorney-box:hover .attorney-social-details h6 a:hover {
  color: #222222;
}

.attorney-social-details p {
  margin-bottom: 0;
  color: #ffffff;
}

.attorney-box:hover .attorney-social-details p {
  color: #222222;
}

.attorney-social-details .list-inline {
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
}

.attorney-box:hover .attorney-social-details .list-inline {
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.attorney-box:hover .attorney-social-details .list-inline [class^="fa"] {
  color: #024501;
}

.attorney-box:hover .attorney-social-details .list-inline a:hover [class^="fa"] {
  color: #222222;
}

/**** 22. Practice Section ****/
.practice-section {
  position: relative;
}

.practice-section:before {
  position: absolute;
  background: #f9f8fc;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.practice-section-nobg {
  position: relative;
}

.practice-cont-holder {
  position: relative;
  height: 450px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-cont-holder .img-practice img {
  width: 100%;
}

.practice-box-detail {
  position: absolute;
  background: #024501;
  bottom: 0;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-box-detail h5 {
  padding: 35px 0;
}

.practice-cont-holder:hover .practice-box-detail {
  position: absolute;
  background: #ededed;
  bottom: 0;
  padding-bottom: 50px !important;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-cont-holder .practice-box-detail a.read-more {
  width: 100%;
  position: absolute;
  visibility: hidden;
  color: #ffffff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  left: 0;
  right: 0;
}

.practice-cont-holder:hover .practice-box-detail a.read-more {
  visibility: visible;
  color: #024501;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}

.practice-cont-holder:hover .practice-box-detail a.read-more:hover {
  color: #6e6e6e;
}

.practice-box-detail .space-date,
.practice-box-detail .font-weight-bold a,
.practice-box-detail p {
  color: #ffffff;
}

.practice-cont-holder:hover .practice-box-detail .font-weight-bold a {
  color: #024501;
}

.practice-cont-holder:hover .practice-box-detail .font-weight-bold a:hover {
  color: #6e6e6e;
}

.practice-cont-holder:hover .practice-box-detail .space-date,
.practice-cont-holder:hover .practice-box-detail p {
  color: #222222;
}

/**** 23. Practice Single Section ****/
.practice-single-section {
  position: relative;
}

.practice-single-section .practice-single-meta-img {
  position: relative;
}

.practice-single-section .practice-single-meta-img .practice-single-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #024501;
  padding: 0 25px;
}

.practice-single-section .practice-single-meta-img .practice-single-title h2 {
  color: #ffffff;
  font-weight: 900;
}

.practice-single-section .practice-single-content p {
  margin-bottom: 25px;
}

.practice-single-section .practice-single-content h3 {
  font-size: 24px;
  margin: 30px 0 16px;
  color: #1a1a1a;
  font-weight: 900;
}

.practice-single-section .date-meta {
  padding: 10px 0 13px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
  position: relative;
}

.practice-single-section .date-meta a {
  color: #858585;
  font-size: 12px;
  padding-right: 20px;
  margin-right: 15px;
  text-transform: capitalize;
  border-right: 1px solid #858585;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.practice-single-section .date-meta a:last-child {
  border-right: 0;
}

.practice-single-section .practice-single-details blockquote {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 #1a1a1a11;
  box-shadow: 0 0 20px 0 #1a1a1a11;
  border-left: 4px solid #024501;
  margin-bottom: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.practice-single-section .practice-single-details blockquote p {
  font-size: 18px;
  position: relative;
  color: #1a1a1a;
  line-height: 30px;
  font-weight: 600;
}

.practice-single-section .det-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 15px;
}

.practice-single-section .det-list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  background-color: #024501;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.practice-single-section .blog-tags {
  padding: 18px 0;
  border-bottom: 1px solid #e8f1f7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.practice-single-section .blog-det-social {
  margin: 4px 4px 4px 0;
  display: inline-block;
  padding: 10px 8px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.practice-single-section .blog-tags .title {
  text-transform: capitalize;
  color: #1a1a1a;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}

.practice-single-section .author-section {
  margin: 60px 0;
}

.practice-single-section .practice-single-details .sec-title {
  position: relative;
  font-size: 18px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.practice-single-section .author-post {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 #1a1a1a11;
  box-shadow: 0 0 51px 0 #1a1a1a11;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.practice-single-section .aut-img {
  display: table-cell;
  vertical-align: top;
  width: 96px;
}

.practice-single-section .aut-img img {
  border-radius: 200px;
  border: 3px solid #024501;
}

.practice-single-section .aut-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.practice-single-section .aut-content p {
  margin-top: 15px;
}

.practice-single-section .aut-social {
  position: absolute;
  right: 30px;
  top: 30px;
}

.practice-single-section .aut-social a {
  font-size: 16px;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/**** 24. Single Page Next Previous Button ****/
.blog-nav .blog-prev,
.blog-nav .blog-next {
  padding: 10px 14px 6px;
  margin-left: 5px;
  background: #024501;
  border: 1px solid #024501;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: ease all 300ms;
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
}

.blog-nav .blog-prev:hover,
.blog-nav .blog-next:hover {
  background: none;
}

.blog-nav .blog-prev i:before,
.blog-nav .blog-next i:before {
  font-size: 22px;
  color: #ffffff;
  transition: ease all 300ms;
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  -ms-transition: ease all 300ms;
  -o-transition: ease all 300ms;
}

.blog-nav .blog-prev:hover i:before,
.blog-nav .blog-next:hover i:before {
  color: #024501;
}

/**** 25. Tag ****/
.tag {
  background-color: #f9f8fc;
  color: #1a1a1a;
  margin: 4px 4px 4px 0;
  display: inline-block;
  padding: 10px 18px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.tag:hover {
  background-color: #024501;
  color: #ffffff;
}

/**** 26. Sidebar Section ****/
.widget {
  margin-bottom: 65px;
  font-size: 15px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget h3 {
  line-height: 0.8;
  margin-bottom: 1.5em;
  position: relative;
  font-weight: 900;
  font-size: 26px;
  color: #024501;
}

.widget h3:before {
  content: "";
  width: 5px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #024501;
}

.widget h3:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  background: #024501;
}

.widget:hover h3:after {
  width: 150px;
}

.widget ul li,
.widget-categories ul li,
.widget-meta a,
.widget-recent-post ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: #ededed 1px solid;
}

.widget-meta a {
  display: block;
}

.widget ul li::before {
  content: "\f101";
  display: block;
  position: absolute;
  bottom: 20px;
  color: #024501;
  font: normal normal normal 14px/1 FontAwesome;
}

.widget ul li a,
.widget_categories ul li a {
  margin-left: 20px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.widget ul li a:hover,
.widget_categories ul li a:hover {
  padding-left: 15px;
}

.widget #wp-calendar {
  width: 100%;
}

.widget #wp-calendar a {
  font-weight: 600;
}

.widget-recent-post ul li {
  display: inline-block;
  width: 100%;
}

.widget-recent-post ul li::before {
  content: none;
}

.widget-recent-post ul li a {
  margin-left: 0;
}

.widget-recent-post .blog-rp-image {
  float: left;
  margin-right: 12px;
}

.widget-recent-post .blog-rp-info {
  float: left;
}

.widget-recent-post .blog-rp-image img {
  height: 80px;
}

.widget-recent-post .blog-rp-info p {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 18px;
}

.widget-recent-post .blog-rp-info p a {
  font-size: 13px;
  font-weight: 600;
}

.side-form {
  position: relative;
}

.side-form input[type="text"] {
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  width: 100%;
  background: #ededed;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.side-form button {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #024501;
}

/**** 27. blog Single Section ****/
.blog-single-section {
  position: relative;
}

.blog-single-section .blog-single-meta-img {
  position: relative;
}

.blog-single-section .blog-single-meta-img .blog-single-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #024501;
  padding: 0 25px;
}

.blog-single-section .blog-single-meta-img .blog-single-title h2 {
  color: #ffffff;
  font-weight: 900;
}

.blog-single-section .blog-single-content p {
  margin-bottom: 25px;
}

.blog-single-section .blog-single-content h3 {
  font-size: 24px;
  margin: 30px 0 16px;
  color: #1a1a1a;
  font-weight: 900;
}

.blog-single-section .date-meta {
  padding: 10px 0 13px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
  position: relative;
}

.blog-single-section .date-meta a {
  color: #858585;
  font-size: 12px;
  padding-right: 20px;
  margin-right: 15px;
  text-transform: capitalize;
  border-right: 1px solid #858585;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.blog-single-section .date-meta a:last-child {
  border-right: 0;
}

.blog-single-section .blog-single-details blockquote {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 #1a1a1a11;
  box-shadow: 0 0 20px 0 #1a1a1a11;
  border-left: 4px solid #024501;
  margin-bottom: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.blog-single-section .blog-single-details blockquote p {
  font-size: 18px;
  position: relative;
  color: #1a1a1a;
  line-height: 30px;
  font-weight: 600;
}

.blog-single-section .det-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 15px;
}

.blog-single-section .det-list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  background-color: #024501;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.blog-single-section .blog-tags {
  padding: 18px 0;
  border-bottom: 1px solid #858585;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-single-section .blog-det-social {
  margin: 4px 4px 4px 0;
  display: inline-block;
  padding: 10px 8px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-single-section .blog-tags .title {
  text-transform: capitalize;
  color: #1a1a1a;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}

.blog-single-section .author-section {
  margin: 60px 0;
}

.blog-single-section .blog-single-details .sec-title {
  position: relative;
  font-size: 18px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.blog-single-section .author-post {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 #1a1a1a11;
  box-shadow: 0 0 20px 0 #1a1a1a11;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.blog-single-section .aut-img {
  display: table-cell;
  vertical-align: top;
  width: 96px;
}

.blog-single-section .aut-img img {
  border-radius: 200px;
  border: 3px solid #024501;
}

.blog-single-section .aut-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.blog-single-section .aut-content p {
  margin-top: 15px;
}

.blog-single-section .aut-social {
  position: absolute;
  right: 30px;
  top: 30px;
}

.blog-single-section .aut-social a {
  font-size: 16px;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/**** 28. Attorney Single Section ****/
.attorney-single-continfo {
  position: relative;
  padding: 20px;
  background: #ededed;
}

.attorney-single-phone {
  position: relative;
}

.attorney-single-continfo .attorney-single-phone i,
.attorney-single-continfo .attorney-single-email i,
.attorney-single-continfo .attorney-single-address i {
  float: left;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  text-align: center;
  background: #024501;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.attorney-single-continfo .attorney-single-phone .atto-cont-det,
.attorney-single-continfo .attorney-single-email .atto-cont-det,
.attorney-single-continfo .attorney-single-address .atto-cont-det {
  display: -ms-grid;
  display: grid;
  margin-left: 40px;
  margin-top: 15px;
}

.attorney-single-continfo .attorney-single-phone .atto-cont-det p,
.attorney-single-continfo .attorney-single-email .atto-cont-det p,
.attorney-single-continfo .attorney-single-address .atto-cont-det p {
  line-height: 1em;
}

.attorney-single-continfo .attorney-single-phone .atto-cont-det p span,
.attorney-single-continfo .attorney-single-email .atto-cont-det p span,
.attorney-single-continfo .attorney-single-address .atto-cont-det p span {
  font-weight: 700;
}

.attorney-single-contform {
  position: relative;
  padding: 20px;
  background: #ededed;
}

.attorney-single-social {
  position: relative;
  padding: 20px;
  background: #ededed;
}

.attorney-single-social .attorney-single-sociallink .title {
  font-weight: 700;
}

.attorney-single-social .attorney-single-sociallink a {
  padding-left: 10px;
}

.attorney-single-section .edu-list .education-title h4,
.attorney-single-section .hon-awa-list .hon-awa-title h4 {
  font-weight: 600;
}

.attorney-single-section .edu-list .pass-years {
  color: #024501;
  font-weight: 500;
}

.attorney-single-section .prac-areas-list ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: #ededed 1px solid;
}

.attorney-single-section .prac-areas-list ul li a {
  margin-left: 20px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.attorney-single-section .prac-areas-list ul li a:hover {
  padding-left: 15px;
}

.attorney-single-section .prac-areas-list ul li::before {
  content: "\f101";
  display: block;
  position: absolute;
  bottom: 20px;
  color: #024501;
  font: normal normal normal 14px/1 FontAwesome;
}

.attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-title {
  margin-top: -8px;
}

.attorney-single-section .hon-awa-list .hon-awa-details i {
  float: left;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background: #024501;
  color: #ffffff;
  text-align: center;
  padding-top: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-det {
  display: -ms-grid;
  display: grid;
  margin-left: 70px;
}

/**** 29. Contact Section ****/
.contact-section {
  position: relative;
}

.contact-section .contact-number i,
.contact-section .contact-email i,
.contact-section .contact-support i {
  width: 50px;
  height: 50px;
  background: #024501;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
  font-size: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact-section .contact-number span,
.contact-section .contact-email span,
.contact-section .contact-support span {
  font-weight: 600;
  font-size: 20px;
  margin-left: 10px;
}

.contact-section .con-contact-form .form-group {
  position: relative;
}

.contact-section .con-contact-form .form-group input,
.contact-section .con-contact-form .form-group textarea {
  padding-left: 50px;
}

.contact-section .con-contact-form .form-group textarea {
  height: 170px;
}

.contact-section .con-contact-form .form-group i {
  position: absolute;
  top: 22px;
  left: 25px;
}

.contact-section .cont-contact-infos > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.contact-section .cont-contact-infos > ul > li {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.contact-section .cont-contact-infos > ul li span {
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
}

.contact-section .cont-contact-infos > ul > li > span > i {
  margin-right: 9px;
  color: #024501;
}

.contact-section .cont-contact-details iframe {
  width: 100%;
  border: 0;
}

.contact-section .cont-contact-details .contact-social {
  position: relative;
  padding: 20px;
  background: #ededed;
}

.contact-section .cont-contact-details .contact-social .contact-sociallink a {
  padding-left: 10px;
}

/**** 30. Main Footer ****/
.footer {
  position: relative;
  padding: 200px 0px 0px;
  background-color: #1a1a1a;
}

.footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.footer .widgets-section {
  position: relative;
  padding-bottom: 40px;
}

.footer .footer-widget h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 15px;
  padding-bottom: 18px;
  margin-right: 15px;
  margin-left: 15px;

}
.footer .footer-widget span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 15px;
  padding-bottom: 18px;
  margin-right: 15px;
  margin-left: 15px;

}
.footer .footer-widget span a{
  color: #fff;
}
.footer .logo-widget {
  position: relative;
}

.footer .logo-widget .social-icon {
  margin-top: 20px;
}

.footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}


.footer .logo-widget .text {
  position: relative;
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 14px;
}

.footer-link {
  position: relative;
}

.footer-link li {
  position: relative;
  margin-bottom: 8px;
}

.footer-link li a {
  position: relative;
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-link li a::before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 0px;
  opacity: 0;
  color: #024501;
  font-family: 'FontAwesome';
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-link li a:hover::before {
  opacity: 1;
}

.footer-link li a:hover {
  color: #ededed;
  padding-left: 15px;
}

.posts-widget .post {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.posts-widget .post:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.posts-widget .post .text {
  position: relative;
  color: #ededed;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.posts-widget .post .text a {
  position: relative;
  color: #ededed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat', sans-serif;
}

.posts-widget .post .text a:hover {
  color: #024501;
}

.posts-widget .post .post-date {
  position: relative;
}

.posts-widget .post .post-date li {
  position: relative;
  color: #555555;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #555555;
  font-family: 'Montserrat', sans-serif;
}

.posts-widget .post .post-date li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}

.footer .newsletter-widget .form-group {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.footer .newsletter-widget .form-group input[type="text"],
.footer .newsletter-widget .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.footer .newsletter-widget .form-group button {
  width: 100%;
}

.footer .footer-bottom {
  position: relative;
  padding: 35px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-bottom .copyright {
  position: relative;
  color: #555555;
  font-size: 16px;
}

.footer .footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}

.footer .footer-bottom .footer-nav li {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 2px solid #555555;
}

.footer .footer-bottom .footer-nav li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.footer .footer-bottom .footer-nav li a,
.copyright a {
  position: relative;
  color: #555555;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer .footer-bottom .footer-nav li a:hover,
.copyright a:hover {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */


.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100vh;
}
.background-overlay{
    background-image: url(../images/capa-01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.alto-100{
    height: 100vh;

}
.background-overlay-verde {
    background-color: #024501;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.mb-7{
    margin-bottom: 7rem;
}
.unidades .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
}


.servicios.sec-o-title {
    margin-bottom: 5rem;
}

.about-section .col-01{
    text-align: right;
}
.aling-middle {
    align-items: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}


.btn-link {
    font-weight: 600;
    color: #54595f;
    background-color: transparent;
    font-size: 30px;
}
.card-body {
    background: #54595f;
    color: #fff;
}
.btn-link:hover {
    color: #024501;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link{
    width: 100%;
    display: block;
    text-align: left;
}
.our-attorneys-sections .sec-o-title h2 span {
    color: #fff;
}
.mapa{
  width: 60%;
}
.aling-bottom{
    align-items: end;
    align-self: end;
    vertical-align: bottom;
}
.our-attorneys-sections .col-01{
  text-align: right;
}
.our-attorneys-sections .col-02{
    text-align: center;
}

.pl-30{
    padding-left: 40px;
    padding-right: 40px;
}
.pl-15{
    padding-left: 40px;
    padding-right: 40px;
}
.pr-30{
  padding-right: 30px;
}
.texto-01{
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.card-header {
    background-color: rgba(0,0,0,.0);
}

.blog-section .sec-o-title h2 span{
  color: #fff;
}
.blog-section .col-01{
    padding-top: 90px;
    padding-bottom: 70px;
}
.blog-section .col-02{
    padding-top: 70px;
    padding-bottom: 20px;
}
.blog-section .sec-o-title .o-title-text {
    font-size: 30px;
}

.blog-section .card-header {
    background-color: rgb(2 69 1);
}
.blog-section .btn-link {
    color: #ffffff;
}
.blog-section li {
    list-style: disc;
    margin-left: 30px;
}
.blog-section .col-lg-6,.counter-section .col-lg-6{
  padding-left: 0;
  padding-right: 0;
}
.testimonial-section .sec-o-title .o-title-text {
    font-size: 30px;
    color: #fff;
}
.testimonial-section .sec-o-title h2 {
    color: #ffffff;
    margin-bottom: 10rem;
}
.con-contact-form .btn-style-two{
    width: 100%;
    border: 1px solid;
}

.svg-animation.divi{
  height: 300px;
}

.circulo-logo{
  z-index: -1;
  position: absolute;
  width: 300px;
  left: 50%;
  transform: translate(-50%,0px);
  top: 0;
}

.mt-7{
  margin-top: 5rem;
}

.svg-animation.s1{
position: absolute;
    left: 287px;
    top: -37px;
    width: 320px;
    transform: rotate(50deg)scaleY(-1);
}
.svg-animation.s2{
    position: absolute;
    left: 280px;
    top: -70px;
    width: 320px;
    transform: rotate(50deg)scaleY(-1);
}

.svg-animation.s3{
position: absolute;
    left: 253px;
    top: -75px;
    width: 320px;
    transform: rotate(-20deg)scaleY(-1);
}
.svg-animation.s4{
    position: absolute;
    left: 240px;
    top: -125px;
    width: 320px;
    transform: rotate(-30deg)scaleY(-1);
}
.svg-animation.s5{
    position: absolute;
    right: 275px;
    top: -100px;
    width: 320px;
    transform: rotate(-50deg) scaleX(-1) scaleY(-1);
}

.svg-animation.s6{
    position: absolute;
    right: 252px;
    top: -128px;
    width: 320px;
    transform: rotate(-30deg) scaleX(-1) scaleY(-1);
}
.svg-animation.s7{
    position: absolute;
    right: 235px;
    top: -143px;
    width: 320px;
    transform: rotate(-5deg) scaleX(-1) scaleY(-1);
}
.servicios.sec-o-title{
  position: relative;
}
.boton-oculto{
  display: none;
}
.our-attorneys-sections .col-02 a.chiclayo{
  color: #fff;
  position: absolute;
  left: 29%;
  top: 35%;
}
.our-attorneys-sections .col-02 a.tarapoto{
  color: #fff;
  position: absolute;
    left: 40%;
    top: 36%;
}
.our-attorneys-sections .col-02 a.trujillo{
  color: #fff;
  position: absolute;
    left: 33%;
    top: 43%;
}
.our-attorneys-sections .col-02 a.chimbote{
    color: #fff;
    position: absolute;
    left: 34%;
    top: 48%;
}
.our-attorneys-sections .col-02 a.cerro{
    color: #fff;
    position: absolute;
    left: 42%;
    top: 55%;
}
.our-attorneys-sections .col-02 a.pucallpa{
    color: #fff;
    position: absolute;
    left: 54%;
    top: 52%;
}
.our-attorneys-sections .col-02 a.junin{
    color: #fff;
    position: absolute;
    left: 45%;
    top: 60%;
}
.our-attorneys-sections .col-02 a.huancavelica{
    color: #fff;
    position: absolute;
    left: 47%;
    top: 67%;
}
.our-attorneys-sections .col-02 a.ayacucho{
    color: #fff;
    position: absolute;
    left: 51%;
    top: 74%;
}
.our-attorneys-sections .col-02 a.apurimac{
    color: #fff;
    position: absolute;
    left: 56%;
    top: 73%;
}
.our-attorneys-sections .col-02 a.arequipa{
    color: #fff;
    position: absolute;
    left: 57%;
    top: 84%;
}
.our-attorneys-sections .col-02 a.juliaca{
    color: #fff;
    position: absolute;
      left: 67%;
    top: 78%;
}





.request-loader {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #transparent;
  box-shadow: 0 0 20px 0 rgb(255 255 255 / 20%);
}
.request-loader span {
  position: relative;
  font-size: 28px;
  top: 0px;
  left: 0px;
}
.request-loader span:before{
    position: absolute;
    content: "";
    z-index: 1;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}
.request-loader::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgb(255 255 255 / 20%);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.request-loader::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgb(255 255 255 / 20%);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

.circulos{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 380px;
    z-index: 0;
    top: -105px;
}

.diviciones{
  height: 100vh;
}
#servicios{
  height: 100vh;
}
.sticky-header .main-menu .navigation > li.redes-stiky > a {
  color: #024501!important;
}

