/************ CSS *******************

Template Name   : Marle - Personal Portfolio Template
Author          : monosancode
Version         : 1.0
Website         : https://www.monosancode.com

************************************/
/************************************

  [Table of Contents]

  1. Variables
  2. Mixins
  3. Core
  4. Section base
  5. Loader
  6. Navbar
  7. Home
  8. Animations
  9. About
  10. Buttons
  11. Services
  12. Testimonials
  13. Portfolio
  14. Contact
  15. Footer
  16. Whatsapp

************************************/
/************************************
  [Variables]
************************************/
/************************************
  [Mixins]
************************************/
/************************************
  [Prefixes]
************************************/
/************************************
  [Core]
************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.65;
  color: #748182;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #748182; }

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

a:hover, a:focus {
  color: cadetblue; }

p {
  font-size: 16px;
  line-height: 1.65;
  font-family: "Open Sans", sans-serif; }

span {
  display: inline-block; }

.scroll-arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  z-index: 20; }
  .scroll-arrow a {
    color: #fff; }

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

/************************************
  [Section base]
************************************/
.section {
  padding: 90px 0;
  position: relative; }

.secondary-color-section {
  background-color: #627255; }
  .secondary-color-section .section-title span, .secondary-color-section .section-title h2 {
    color: #fff; }

.section-title {
  position: relative;
  margin-bottom: 55px; }
  @media (max-width: 991.98px) {
    .section-title {
      margin-bottom: 40px; } }
  .section-title h2 {
    font-weight: 700;
    color: #222;
    font-size: 36px;
    margin: 0;
    padding: 0 0 25px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .section-title h2 {
        font-size: 26px; } }
  .section-title span {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0px 10px 30px; }
    @media (max-width: 767.98px) {
      .section-title span {
        font-size: 12px;
        padding: 0 0px 10px 30px; } }
    .section-title span:after {
      top: 7px;
      width: 20px; }
  .section-title:after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    float: left;
    height: 2px;
    top: 10px;
    background-color: #deb887; }
  @media (max-width: 767.98px) {
    .section-title p {
      font-size: 14px;
      letter-spacing: 0.5px; } }

/************************************
  [Loader]
************************************/
.loader, .loader-circle {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  position: fixed;
  background: #fff;
  z-index: 2000; }

.loader-circle {
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #e0e0e0;
  border-top: 5px solid #748182;
  -webkit-animation: rotate 1.3s infinite linear;
  animation: rotate 1.3s infinite linear;
  overflow: hidden; }
  .loader-circle:after, .loader-circle:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 50%;
    width: 100%;
    left: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .loader-circle:after {
    top: 0; }
  .loader-circle:before {
    bottom: 0; }

/************************************
  [Navbar]
************************************/
nav.navbar {
  position: absolute;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  nav.navbar .navbar-toggle {
    background: none;
    border: none;
    display: none; }
    nav.navbar .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #fff; }
    nav.navbar .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (max-width: 991.98px) {
      nav.navbar .navbar-toggle {
        display: block; } }
  @media (max-width: 991.98px) {
    nav.navbar ul.navbar-nav {
      border-top: 1px solid #ccc;
      padding-top: 15px;
      margin-top: 10px; } }
  nav.navbar .logo {
    margin: 0;
    font-size: 22px; }
    nav.navbar .logo a {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff; }
  nav.navbar img {
    width: 150px; }
    @media (max-width: 719.98px) {
      nav.navbar img {
        width: 70px; } }
  nav.navbar .nav-item {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      nav.navbar .nav-item {
        padding-left: 0;
        padding-bottom: 10px;
        font-size: 0.8em; } }
    nav.navbar .nav-item:first-child {
      padding-left: 0; }
    nav.navbar .nav-item:last-child {
      padding-right: 0; }
    nav.navbar .nav-item a {
      position: relative;
      padding: 0;
      color: #fff;
      text-decoration: none; }
      nav.navbar .nav-item a:after {
        position: absolute;
        visibility: hidden;
        width: 100%;
        height: 2px;
        bottom: -4px;
        left: 0%;
        content: "";
        background-color: #fff;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      nav.navbar .nav-item a:hover:after, nav.navbar .nav-item a.active:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

nav.fixed-top {
  position: fixed;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #627255;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
  nav.fixed-top img {
    width: 90px; }
    @media (max-width: 719.98px) {
      nav.fixed-top img {
        width: 50px; } }
  nav.fixed-top .logo a {
    color: #627255; }
    nav.fixed-top .logo a:focus, nav.fixed-top .logo a:hover {
      color: #627255; }
  nav.fixed-top .nav-item {
    color: #000; }
    nav.fixed-top .nav-item a {
      color: #fff !important; }
      nav.fixed-top .nav-item a:before {
        background-color: #000; }
      nav.fixed-top .nav-item a:after {
        background-color: #fff; }
        @media (max-width: 991.98px) {
          nav.fixed-top .nav-item a:after {
            display: none; } }

/************************************
  [Home]
************************************/
.home-section, .slide {
  width: 100%;
  height: 100%; }

.home-section {
  position: relative;
  padding: 0;
  min-height: 550px; }
  .home-section h2, .home-section h3 {
    color: #fff; }
  .home-section h2 {
    font-size: 60px; }
    @media (max-width: 767.98px) {
      .home-section h2 {
        font-size: 35px; } }
  .home-section h3 {
    font-size: 30px; }
    .home-section h3 .typer {
      font-weight: bold; }
    @media (max-width: 767.98px) {
      .home-section h3 {
        font-size: 20px; } }

.slide {
  z-index: 4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .slide:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    content: "";
    z-index: 3; }
  .home-video-bg .slide:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4; }
    .slide .slide-content .btn, .slide .slide-content .primary-btn {
      font-size: 1.4em;
      height: 50px; }
    @media (max-width: 719.98px) {
      .slide .slide-content {
        top: 55%; } }

.home-carousel {
  height: 100%; }
  .home-carousel .owl-stage-outer, .home-carousel .owl-stage, .home-carousel .owl-item {
    height: 100%; }
  .home-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }

.video-wrapper {
  overflow: hidden;
  z-index: 2; }
  .video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home-video-bg .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.home-video-bg:after {
  z-index: 3; }

.creative-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  fill: #fff;
  z-index: 3; }

.particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15; }

/************************************
  [Animations]
************************************/
.anim-bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/************************************
  [About]
************************************/
.about-section .secondary-info {
  margin-top: 70px; }

.about-text {
  padding-bottom: 40px;
  padding-left: 40px; }
  .about-text .about-items {
    margin-top: 2em; }
  .about-text span {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px; }
  .about-text i {
    color: #105f50; }
  .about-text h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #222; }
    @media (max-width: 767.98px) {
      .about-text h3 {
        font-size: 25px; } }
  .about-text p {
    width: 500px;
    max-width: 100%;
    color: #748182;
    font-size: 1.1em; }
  @media (max-width: 767.98px) {
    .about-text {
      margin-top: 30px; } }
  @media (max-width: 991.98px) {
    .about-text {
      padding-left: 0px; } }

.counter-box {
  margin: 20px 0 35px; }
  @media (max-width: 767.98px) {
    .counter-box {
      margin: 20px 0 30px; } }
  .counter-box .counter-col {
    position: relative;
    padding-left: 50px;
    margin: 10px 0; }
    .counter-box .counter-col i {
      position: absolute;
      left: 0;
      top: 10px;
      font-size: 34px;
      color: #107f70; }
    .counter-box .counter-col .count-number {
      font-size: 20px;
      color: #292929;
      font-weight: 700;
      letter-spacing: 1px; }
    .counter-box .counter-col .count-title {
      margin: 0;
      padding: 0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }

/************************************
  [Skills]
************************************/
.skills {
  margin-right: 25px; }
  @media (max-width: 767.98px) {
    .skills {
      margin-top: 30px;
      margin-right: 0; } }

.progress-lt {
  position: relative;
  margin-top: 30px; }
  .progress-lt:first-child {
    margin-top: 0; }
  .progress-lt h4 {
    display: inline-block;
    margin: 0;
    padding: 0 0 6px;
    width: 47%;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .progress-lt span {
    position: absolute;
    top: 0;
    right: 1%;
    font-size: 12px; }
  .progress-lt .progress {
    margin-bottom: 0;
    height: 10px;
    border-radius: 0; }
  .progress-lt .progress-bar {
    width: 0%;
    background-color: #107f70;
    -webkit-transition: width 1.2s ease;
    -o-transition: width 1.2s ease;
    transition: width 1.2s ease; }

/************************************
  [Education]
************************************/
.education-info {
  margin-top: 40px; }
  .education-info h4, .education-info span {
    position: relative;
    margin-left: 19px; }
  .education-info h4 {
    margin-bottom: 0; }
    .education-info h4:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: -19px;
      width: 8px;
      height: 8px;
      border-radius: 50px;
      background-color: #627255; }
  .education-info span {
    margin-bottom: 20px; }
  .education-info .date-education {
    font-size: 13px;
    letter-spacing: 0.8px; }
  .education-info .title-education {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    letter-spacing: 0.4px; }

/************************************
  [Buttons]
************************************/
.btn, .primary-btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-decoration: none !important; }

.primary-btn {
  background-color: #627255;
  color: #fff; }
  .primary-btn:hover {
    background-color: #105f50;
    color: #fff; }

/************************************
  [Services]
************************************/
.service-item {
  margin-bottom: 50px; }
  .service-item .icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 78px;
    font-size: 30px;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #222;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .service-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff; }
  .service-item p {
    color: #fff; }
  .service-item:hover .icon {
    -webkit-box-shadow: 0 5px 30px #9b9b9b;
    box-shadow: 0 5px 30px #9b9b9b;
    border-color: #d9d9d9; }

/************************************
  [Testimonials]
************************************/
.testimonials-section {
  position: relative;
  background-image: url("../img/background/testimonials-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden; }
  .testimonials-section .container {
    position: relative;
    z-index: 10; }
  .testimonials-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    content: " ";
    background-color: #000;
    z-index: 2;
    opacity: .60; }

.testimonial-item .author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px; }
.testimonial-item p {
  word-spacing: 2px;
  color: #fff; }
.testimonial-item .author-name {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: #fff; }
.testimonial-item span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block; }

/************************************
  [Portfolio]
************************************/
.portfolio-section .mixitup-control-active {
  color: #222 !important;
  border-bottom: 2px solid #222; }
.portfolio-section .mix {
  display: inline-block; }
.portfolio-section .overlay-content-item {
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-section .overlay-content-item {
      -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%); } }
.portfolio-section h3 {
  color: #fff; }

.portfolio-content-head {
  text-align: center;
  margin-bottom: 50px; }
  .portfolio-content-head ul li {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 10px;
    font-weight: 700;
    color: #ccc;
    margin: 0px 7px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px; }
    .portfolio-content-head ul li:hover {
      color: #fff; }

.portfolio-item {
  position: relative; }
  .portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .portfolio-item:hover .portfolio-overlay {
    visibility: visible;
    -webkit-transform: perspective(700px) rotateY(0deg);
    -ms-transform: perspective(700px) rotateY(0deg);
    transform: perspective(700px) rotateY(0deg); }

.portfolio-content-items .row {
  margin-right: 0px;
  margin-left: 0px; }
.portfolio-content-items .col-md-4, .portfolio-content-items .col-sm-4 {
  padding-right: 0px;
  padding-left: 0px; }

.portfolio-img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }
  .portfolio-img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    width: 100%; }

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: perspective(700px) rotateY(-90deg);
  -ms-transform: perspective(700px) rotateY(-90deg);
  transform: perspective(700px) rotateY(-90deg); }
  .portfolio-overlay .category {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600; }
  .portfolio-overlay .portfolio-icon {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    height: 200px;
    width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .portfolio-overlay .portfolio-icon span {
      height: 40px;
      width: 40px;
      z-index: 10;
      background: #929292; }
      .portfolio-overlay .portfolio-icon span:hover {
        background: #748182; }
      .portfolio-overlay .portfolio-icon span i {
        font-size: 16px;
        color: #fff;
        line-height: 40px; }

/************************************
  [Contact]
************************************/
.contact-info {
  padding: 25px;
  margin-right: 25px;
  height: 100%;
  border: 1px solid #e2e2e2;
  background: #fff; }
  @media (max-width: 991.98px) {
    .contact-info {
      margin: 0 0 40px;
      height: auto; } }
  .contact-info .ci-row {
    position: relative;
    margin-bottom: 35px;
    padding-left: 40px;
    font-size: 15px; }
    .contact-info .ci-row:last-child {
      margin-bottom: 0; }
    .contact-info .ci-row label {
      display: inline-block;
      margin: 0px;
      width: 100%;
      vertical-align: top;
      font-weight: 600;
      color: #748182;
      letter-spacing: 0.5px; }
    .contact-info .ci-row span {
      color: #222; }
    .contact-info .ci-row i {
      position: absolute;
      top: 5px;
      left: -10px;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      font-size: 18px;
      background-color: #627255;
      color: #fff;
      border-radius: 50%; }

.contact-form {
  padding: 25px;
  background: #fff;
  border: 1px solid #e2e2e2; }
  .contact-form h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px; }
  .contact-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .contact-form .form-group .form-control {
      padding-left: 0;
      padding-right: 0;
      height: 40px;
      width: 100%;
      border: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #ddd;
      border-radius: 0;
      font-size: 14px;
      color: #222;
      background: none; }
    .contact-form .form-group textarea.form-control {
      height: 100px; }
    .contact-form .form-group select {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      border: none;
      border-bottom: 2px solid #a09eb5;
      border-radius: 0;
      outline: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .contact-form .form-group .input-focus-effect {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0 !important;
      height: 2px;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s;
      background: #26a69a; }
    .contact-form .form-group textarea:focus:not([readonly]) + span.input-focus-effect,
    .contact-form .form-group input:focus:not([readonly]) + span.input-focus-effect,
    .contact-form .form-group select:focus:not([readonly]) + span.input-focus-effect {
      width: 100% !important; }
  .contact-form .form-message {
    margin-top: 20px;
    font-size: 14px; }
    .contact-form .form-message ul li {
      list-style: disc inside !important; }
    .contact-form .form-message p {
      font-size: 14px; }
  .contact-form .error {
    color: #ff2828; }
  .contact-form .success {
    color: #1e9402; }

/************************************
  [Footer]
************************************/
.footer {
  background: #627255;
  padding: 30px 0;
  text-align: center; }
  .footer p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #fff; }
    .footer p a {
      color: #49c5e1;
      text-decoration: none; }
      .footer p a:hover {
        color: #3facc5; }

.social-icons {
  margin: 0;
  padding-bottom: 5px; }
  .social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none; }
    .social-icons li a {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: #a5a5a5;
      border-radius: 50%;
      -webkit-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      transition: ease all 0.3s; }
      .social-icons li a:hover {
        background: #ccc;
        color: #748182; }

/************************************
  [Whatsapp]
************************************/
.whatsapp-fixed-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }
  .whatsapp-fixed-btn i {
    display: block;
    margin-top: 10px; }
  .whatsapp-fixed-btn:hover {
    color: floralwhite; }

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