/* ====================================================================
MOROX - ONE PAGE TEMPLATE
======================================================================= 
 Theme Name: MOROX
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: gecdesigns
*/

/*=================================================
 == Table Of Content

    1. TYPOGRAPHY 
    2. GLOBAL STYLES
    3. NAVGITION
    4. HEADER    
    5. CHOOSE-US
    6. ABOUT
    7. SERVICES
    8. SKILLS
    9. PORTFOLIO
    10. COUNT
    11. TEAM
    12. TESTIMONIALS
    13. PRICES
    14. OFFER
    15  BLOG
    16. SUBSCRIBE
    17. CONTACT
    18. CONTACT-DETAILS
    19. FOOTER
    20. FOOTER-BOTTOM

*/
/*---------------------------------------
  1. TYPOGRAPHY                
-----------------------------------------*/
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Basic|Kreon|Roboto");

/* --------------------------------------
  2. GLOBAL STYLES
-----------------------------------------*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

/*------ width < 75em ------*/
@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25%;
    }
}

/*------ width < 61.94em ------*/
@media only screen and (max-width: 61.94em) {
    html {
        font-size: 53.13%;
    }
}

/*------ width < 48em ------*/
@media only screen and (max-width: 48em) {
    html {
        font-size: 50%;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    color: #353434;
    font-size: 1.6rem;
    background-color: #fff;
    line-height: 1.6;
    letter-spacing: .08rem;
    font-weight: 400;
}

.heading-primary {
    font-size: 4.8rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.heading-secondary {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 2rem 0;
    font-family: 'Kreon', serif;
}

.heading-tertiary {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Basic', sans-serif;
}

p {
    font-family: 'Basic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 1.8;
    margin: 1rem 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

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

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #353434;
}

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

.padding {
    padding: 120px 0;
    position: relative;
}

/*------------ PRELOADER --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    z-index: 1000;
}

#loader:after {
    content: "";
    position: absolute;
    top: .6rem;
    left: .6rem;
    right: .6rem;
    bottom: .6rem;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0);
    border-top-color: #00AF90;
    border-bottom-color: #00AF90;
    animation: spin 800ms linear infinite;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*----------------- BUTTON STYLE----------------- */
.button:link,
.button:visited {
    margin: 10px auto 0;
    padding: 14px 15px;
    color: #353434;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: .2rem;
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-hover:link:after,
.btn-hover:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 51%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.btn-hover:link:hover,
.btn-hover:visited:hover {
    color: #FFF;
    text-shadow: none;
}

.btn-hover:link:hover:after,
.btn-hover:visited:hover:after {
    height: 100%;
}

.btn-hover:link,
.btn-hover:visited {
    position: relative;
    margin: 10px auto 0;
    padding: 14px 15px;
    color: #353434;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: .2rem;
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-hover.btn-fill {
    border: 2px solid #00AF90;
}

.btn-hover.btn-fill:after {
    background: #000;
    opacity: .5;
    -moz-transform: translateX(-51%) translateY(-51%);
    -ms-transform: translateX(-51%) translateY(-51%);
    -webkit-transform: translateX(-51%) translateY(-51%);
    transform: translateX(-51%) translateY(-51%);
}

.btn-hover.btn-fill:hover:after {
    height: 100%;
    opacity: 1;
}

/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 9;
    background: rgb(0, 175, 144);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

#scroll-to-top:hover {
    background: #fff;
    color: #00AF90;
    transform: scale(1.2);
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
/* ==============
   Topbar CSS
================= */

.top-bar {
    background: #000;
}

.top-bar ul li {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.top-bar ul li i {
    margin-right: 5px;
    color: #00AF90;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .top-bar span {
        display: none;
    }
}

/* ================
    Menu CSS
=================== */

.main-menu {
    padding: 0px 0px;
}

.navbar {
    width: 100%;
    border: 0;
    background: transparent;
    z-index: 99;
    min-height: 70px;
    font-family: 'Roboto', sans-serif;
}

.navbar-brand .logo {
    width: 50%;
    height: 50%;
    margin-left: 2rem;
}

.navbar .icon-bar {
    color: #353434;
    margin-right: 15px;
}

.navbar .navbar-nav .active {
    color: #00AF90 !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #00AF90 !important;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    color: #353434;
    padding: 10px;
    margin: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.nav-scroll {
    background: #fff;
    padding: 0 13rem;
    transition: background-color 1s ease 0s;
    position: fixed;
    color: #353434;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
    }

    .nav-scroll {
        padding: 0 3rem;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: #353434;
    }
}

/*---------------------------------------
  4. HEADER                
-----------------------------------------*/

/*--------------home-------------------*/
.home {
    padding: 18rem 0;
    background: url("../img/hero.jpg") no-repeat center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    z-index: 1;
    position: relative;
}

/*------ width < 768px ------*/
@media (max-width: 768px) {
    .home:after {
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }
}

.home .header-btn {
    color: #fff;
}

.home .btn-hover:link:hover,
.home .btn-hover:visited:hover {
    color: #00AF90;
}

.home-content h1 {
    font-size: 6rem;
    font-weight: 900;
    color: #fff;
}

.home-content p {
    color: whitesmoke;
}

.home-content h3 {
    color: #00AF90;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .home {
        padding: 20rem 0;
    }
}

/*------ width < 768px ------*/
@media (max-width: 768px) {
    .home {
        padding: 25rem 0;
    }

    .home-content {
        margin-top: 20px;
        text-align: center;
    }

    .home-content h1 {
        margin-top: 20px;
        font-size: 5rem;
    }
}

/* --------------------------------------
  5. CHOOSE-US
-----------------------------------------*/
.choose-us .choose-item {
    margin: .5rem;
    padding: 20px 5px;
    background: #00AF90;
}

.choose-us .choose-us_title {
    padding: 10px;
}

.choose-us .choose-item {
    clip-path: polygon(75% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    margin-bottom: 30px;
}

.choose-us .choose-item:hover {
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.choose-us .choose-item .icon {
    width: 80px;
    height: 80px;
    color: #353434;
    line-height: 80px;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    background: whitesmoke;
    z-index: 3;
    border: 2px dotted #00AF90;
    border-radius: 50%;
}

.choose-us .choose-item h5 {
    font-weight: 500;
    font-size: 25px;
    font-family: 'kreon', sans-serif;
    margin-bottom: 10px;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .choose-us .choose-item p {
        padding: 0 10px;
    }

    .choose-us .choose-us_title {
        text-align: center;
    }
}

/* --------------------------------------
  6. ABOUT
-----------------------------------------*/
.about .about-content {
    padding-left: 50px;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .about .about-content {
        padding-left: 15px;
        text-align: center;
    }
}

/*------ width < 600px ------*/
@media (max-width: 600px) {
    .about .about-content {
        margin-top: 30px;
    }
}

/* --------------------------------------
  7. SERVICES
-----------------------------------------*/
.services {
    position: relative;
    text-align: center;
}

#service-list .fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 1%;
    content: attr(data-count);
    font-size: 20%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(0, 175, 144, 0.85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

#service-list {
    padding: 20px 0 20px 0;
}

.single-service {
    background: #fff;
    margin: 30px 0;
    padding-bottom: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*------ width < 768px ------*/
@media only screen and (max-width:768px) {
    .single-service {
        margin-bottom: 40px;
    }
}

.single-service .service-hover {
    padding: 3px 20px 10px;
}

.single-service h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: 600;
}

.single-service p {
    padding-bottom: 10px;
}

.single-service .img {
    position: relative;
    transition: .5s;
    overflow: hidden;
}

.single-service .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 175, 144, 0.4) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 175, 144, 0.4) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 175, 144, 0.4) 75%);
    opacity: 0;
    transition: .5s;
}

.single-service:hover .img:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.service-carousel .owl-prev,
.service-carousel .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-carousel .owl-nav i {
    background-color: rgb(0, 175, 144);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.service-carousel .owl-prev {
    left: -7rem;
}

.service-carousel .owl-next {
    right: -7rem;
}

/*------ width 992 < 1199px ------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .service-carousel .owl-prev {
        left: 0;
    }

    .service-carousel .owl-next {
        right: 0;
    }
}

/*------ width < 991px ------*/
@media only screen and (max-width:991px) {

    .service-carousel .owl-prev {
        left: 0;
    }

    .service-carousel .owl-next {
        right: 0;
    }
}

/* --------------------------------------
  8. SKILLS
-----------------------------------------*/
.skills .skills-right {
    margin-top: 3rem;
    height: 600px;
    background: linear-gradient(rgba(0, 175, 144, 0.2), rgba(0, 175, 144, 0.2)), url(../img/skills.jpg);
    background-attachment: fixed;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.skills .skills-left {
    padding-left: 50px;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .skills .skills-left {
        padding: 30px;
    }
}

.skills h2 {
    font-size: 5rem;
}

.skills .content .skill .progress-item {
    margin-top: 50px;
}

.skills .content .skill h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 1rem;
}

.skills .content .skill .skills-progress {
    width: 100%;
    height: 50%;
    padding: 3px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.skills .content .skill .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .content .skill .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    float: right;
    right: 0px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: #000;
}

.skills .content .skill .skills-progress span {
    background: #00AF90;
    background: -moz-linear-gradient(right, rgba(0, 175, 144, 0.8) 10%, rgba(0, 175, 144, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 175, 144, 0.8) 10%, rgba(0, 175, 144, 1) 100%);
    background: linear-gradient(to right, rgba(0, 175, 144, 0.8) 10%, rgba(0, 175, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,175,144, 0.8)', endColorstr='rgba(0,175,144, 1)', GradientType=0);
}

/* --------------------------------------
  9. PORTFOLIO
-----------------------------------------*/

.portfolio .port-title {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.portfolio .filter-port {
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.portfolio .port-title p {
    padding: 0 10rem;
}

.portfolio .filter-port li {
    padding: 5px 20px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    border: 1px solid #00AF90;
}

.portfolio .filter-port .active {
    color: #fff;
    background: #00AF90;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio .filtr-container {
    margin: 20px;
}

.portfolio .filtr-item {
    padding: 10px;
}

.portfolio .port-caption {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio .port-caption img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}

.portfolio .port-caption .overlay {
    position: absolute;
    background: rgba(0, 175, 144, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio .port-caption .view-more {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio .port-caption .view-more .fa {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(0, 175, 144, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.portfolio .port-caption .view-more .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.portfolio .port-caption:hover .view-more .fa {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.portfolio .port-caption:hover .overlay {
    opacity: 1;
}

.portfolio .port-caption:focus,
.portfolio .filtr-item:focus,
.portfolio .port-caption img:focus,
.portfolio .port-caption a:focus {
    outline: none;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .portfolio .port-title p {
        padding: 0 5rem;
    }

    .portfolio .filter-port li {
        margin-bottom: 7px;
    }
}

/*------ width < 575px ------*/
@media (max-width: 575px) {
    .portfolio .port-title p {
        padding: 0;
    }

    .portfolio .filter-port {
        padding: 0 15px;
    }
}

/* --------------------------------------
  10. COUNT
-----------------------------------------*/
.counts {
    background: rgb(0, 175, 144);
    background: linear-gradient(180deg, rgba(0, 175, 144, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(0, 175, 144, 1) 30%, rgba(0, 175, 144, 1) 100%);
    background-size: cover;
    padding: 2rem;
    color: #FFF;
}

.counting-icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    font-size: 4rem;
    text-align: center;
    background: #fff;
    color: #00AF90;
    position: relative;
    border-radius: 50%;
    -moz-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
}

.counts .count {
    font-size: 55px;
}

.counts h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .counts {
        background: rgb(0, 175, 144);
    }
}

/*------ width < 768px ------*/
@media (max-width: 768px) {
    .counts .counts-c .count {
        font-size: 40px;
    }
}

/*------ width < 575px ------*/
@media (max-width: 575px) {
    .counts .counts-c .count {
        font-size: 35px;
    }
}

/* --------------------------------------
  11.TEAM
-----------------------------------------*/
.team .team-info {
    background: #353434;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.team .team-info:after,
.team .team-info:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00AF90;
    position: absolute;
    top: -80px;
    left: 15px;
    opacity: 0;
    z-index: 1;
    transition: all .35s ease
}

.team .team-info:after {
    top: auto;
    left: auto;
    bottom: -80px;
    right: 15px
}

.team .team-info:hover:after,
.team .team-info:hover:before {
    opacity: .75;
    transform: scale(8);
    transition-delay: .15s
}

.team .team-info img {
    width: 100%;
    height: auto;
    transition: all .35s ease-out 0s
}

.team .team-info:hover img {
    opacity: .4
}

.team .team-info .icon {
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    transform: scale(0);
    transition: all .35s ease-out;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.team .team-info:hover .icon {
    transform: scale(1);
    transition-delay: .15s
}

.team .team-info .icon li {
    display: inline-block;
}

.team .team-info .icon li a {
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #353434;
    margin-right: 10px;
    position: relative;
    transition: all .5s ease 0s;
    border-radius: 50%;
}

.team .team-info .icon li a:hover {
    background: #353434;
    color: #fff
}

.team .team-info .view-content {
    padding: 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.team .team-info .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 5px;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out;
    text-transform: uppercase;
}

.team .team-info:hover .title {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

.team .team-info .post {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out;
    font-style: italic;
}

.team .team-info:hover .post {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

/*------ width < 991px ------*/
@media only screen and (max-width:991px) {
    .team .team-info {
        margin-bottom: 30px
    }
}

/*------ width < 479px ------*/
@media only screen and (max-width:479px) {
    .team .team-info .title {
        font-size: 20px;
    }
}

/* --------------------------------------
  12.TESTIMONIALS
-----------------------------------------*/
.test {
    background: linear-gradient(rgba(81, 124, 116, 0.4), rgba(0, 175, 144, 0.4));
    background-size: cover;
}

.test .test-title {
    margin-bottom: 3rem;
}

.test .testimonials {
    background: rgba(255, 255, 255, 0.3);
    padding: 3rem;
    margin-top: 2rem;
    border-radius: 5px;
}

.testimonials .client-area {
    margin-bottom: 20px;
}

.testimonials .client-area .img {
    display: inline-block;
}

.testimonials .client-area .author {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 2px solid #00AF90;
}

.testimonials .client-area h6 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonials .client-area span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #353434;
}

.testimonials p {
    margin-bottom: 15px;
}

/*------ width < 991px ------*/
@media only screen and (max-width:991px) {
    .test-image {
        margin-top: 100px;
    }
}

/*------ width < 991px ------*/
@media only screen and (max-width:768px) {
    .test-image {
        margin-top: 20px;
    }
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #00AF90;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #353434;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}

/* --------------------------------------
  13. PRICES
-----------------------------------------*/

.price .card {
    margin-top: 2rem;
    padding-bottom: 5rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    text-align: center;
}

.price .type h4 {
    font-size: 25px;
    margin-bottom: 25px;
    padding: 25px 0;
    background: #1B2732;
    font-family: 'Kreon', serif;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
}

.price .value {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.price .value:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #353434;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.price .value h3 {
    font-size: 50px;
    display: inline-block;
    position: relative;
}

.price .value h3 span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -10px;
}

.price .features {
    margin-bottom: 30px;
    font-family: 'Basic', sans-serif;
}

.price .features li {
    font-size: 14px;
    color: #353434;
    margin-bottom: 15px;
}

.price .features li:last-child {
    margin-bottom: 0;
}

.price .order .button {
    z-index: 1;
}

.price .active {
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
    background-color: #1B2732;
    color: #fff;
}

.price .active .features li {
    color: #fff;
}

.price .active .button {
    color: #fff;
}

/* --------------------------------------
  14. OFFER
-----------------------------------------*/
.offer {
    background: whitesmoke;
}

.offer h2 {
    font-size: 40px;
}

.offer h3 {
    font-weight: 600;
}

.offer ul li {
    font-family: 'Basic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 1.8;
    margin: 1.2rem 0;
}

.offer ul li i {
    padding-right: 10px;
    color: #00AF90;
    font-size: 20px;
}

/*------ width < 1200px ------*/
@media only screen and (max-width:1200px) {
    .offer-image {
        margin-top: 80px;
    }
}

/* --------------------------------------
  15. BLOG
-----------------------------------------*/
.blog .text-center p {
    padding-bottom: 5rem;
}

.blog-item {
    color: #353434;
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
    transition: transform 4s ease-in-out;
}

.blog-list:hover .blog-img img {
    transform: scale(1.3);
}

.blog-img .post-date {
    background: #00AF90;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    margin: 1rem;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.50s ease;
}

.blog-img .date {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.blog-img .month {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
}

.blog-item .post-meta {
    font-size: 12px;
    font-weight: 400;
    padding-top: 2rem;
    border-top: .5px solid #353434;
}

.blog-item .post-meta ul li {
    margin-right: 10px;
    display: inline-block;
    font-style: italic;
}

.blog-item .post-meta ul li i {
    padding-right: 2px;
}

.blog-item .post-title {
    margin: 10px 0;
}

.blog-item .post-title a {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-item .post-title h3 {
    font-size: 22px;
    font-family: "kreon", sans-serif;
    color: #353434;
}

.blog-item:hover h3 {
    color: #00AF90;
}

.blog-item .post-content p {
    color: rgba(53, 52, 52, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.blog-item .post-content .button {
    background: #00AF90;
    color: #fff;
    border-radius: 2px;
    padding: 1.5rem;
    font-weight: normal;
    text-transform: initial;
    text-shadow: none;
}

.blog-item .fa-long-arrow-right {
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-item:hover .fa-long-arrow-right {
    -webkit-animation: push 2s infinite;
    animation: push 2s infinite;
}

/* -------- push animation ------- */
@-webkit-keyframes push {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

/*------ push animation ------*/
@-moz-keyframes push {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(15px);
    }

    60% {
        transform: translateX(10px);
    }
}

/*------ push animation ------*/
@keyframes push {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }

    60% {
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

/* ----------------------------------------------------------------
  16. SUBSCRIBE
-----------------------------------------------------------------*/
.subscribe {
    padding: 80px 0;
    background: linear-gradient(rgba(81, 124, 116, 0.4), rgba(0, 175, 144, 0.4));
    color: whitesmoke;
}

.subscribe h2 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    color: #00AF90;
}

.subscribe p {
    color: #fff;
}

.subs-container form .input-group {
    padding: 2rem 20rem;
}

.subscribe .form-control {
    height: 50px;
    border: 1px solid #00AF90;
    border-radius: 0;
    font-size: 15px;
    padding-left: 2rem;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.subscribe .form-control:focus {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.subscribe .btn {
    height: 50px !important;
    border-radius: 0;
    color: #1B2732;
    border: 1px solid #00AF90;
    background: #00AF90;
    font-size: 15px;
    padding: 0 2rem;
}

.subscribe .btn:hover i {
    color: #fff;
    transition: all 0.50s ease;
}

/*------ width < 991px ------*/
@media only screen and (max-width:991px) {
    .subs-container form .input-group {
        padding: 2rem 2rem;
    }
}

/* --------------------------------------
  17. CONTACT
-----------------------------------------*/

/*------faq------------*/
.accordion .card {
    margin: 0;
    border: none;
}

.accordion .card .card-header {
    margin-bottom: 10px;
    cursor: pointer;
    background: whitesmoke;
}

.accordion .card-header:after {
    content: "\2212";
    float: right;
}

.accordion .card-header.collapsed:after {
    content: "\002B";
}


/*------Contact form------------*/
.contact .contact-form input {
    border-radius: .2rem;
}

.contact .contact-form .button {
    display: inline-block;
    width: 40%;
    margin: 0 auto;
    padding: 1rem;
    background: #00AF90;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 1px solid #00AF90;
    border-radius: 2px;
}

.contact .contact-form .button:hover {
    background: #1B2732;
    border: 1px solid #1B2732;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.contact .contact-form {
    margin-top: 30px;
    padding: 5rem;
    background: whitesmoke;
    border-radius: 5px;
}

.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background-color: #fff;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border: none;
    outline: none;
}

.contact .form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}

/* --------------------------------------
  18. CONTACT-DETAILS
-----------------------------------------*/
.contact-details {
    background: linear-gradient(rgba(81, 124, 116, 0.4), rgba(0, 175, 144, 0.4));
    padding: 80px 0;
}

.contact-info {
    margin: 2rem 0 0 0;
    background: whitesmoke;
    padding: 2rem 0 0 2rem;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.3);
}

.contact-info i {
    color: #fff;
    background: #00AF90;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 1;
}

.contact-info p {
    font-size: 15px;
}

.contact-info h5 {
    font-weight: 700;
    font-size: 16px;
}

.contact-info_text {
    padding-left: 20px;
}


/* --------------------------------------
  MAP
-----------------------------------------*/
#map {
    height: 300px;
    position: relative;
}

/* --------------------------------------
  19. FOOTER
-----------------------------------------*/
.footer {
    padding: 50px 0;
}

.footet .navbar-brand .logo {
    width: 100%;
    height: 100%;
}

.footer li {
    padding: 5px;
}

.footer .fa-angle-right {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer ul li:hover .fa-angle-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

/* ---------- bounceRight ----- */
@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    60% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

/* ---------- bounceRight ----- */
@-moz-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-15px);
    }

    60% {
        transform: translateX(-10px);
    }
}

/* ---------- bounceRight ----- */
@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    60% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.pull-left img {
    padding-right: 15px;
}

.recent-blog-list h4 {
    font-size: 15px;
    margin: 0 0 .5rem 0;
    letter-spacing: 1.8px;
    font-weight: 600;
}

.recent-blog-list h4:hover {
    cursor: pointer;
    color: #00AF90;
}

.recent-blog-list p {
    font-size: 13px;
    margin: .5rem 0;
    line-height: 1.5;
}

/*------ width < 768px ------*/
@media (max-width: 768px) {
    .recent-blog-list ul li {
        float: left;
        text-align: left;
    }
}

/*------ width < 600px ------*/
@media (max-width: 600px) {
    .footer {
        text-align: center;
    }

    .footer h3 {
        margin-top: 10px;
    }
}

/* --------------------------------------
  20. FOOTER-BOTTOM
-----------------------------------------*/
.footer-bottom {
    background: linear-gradient(rgba(81, 124, 116, 0.4), rgba(0, 175, 144, 0.4));
    padding: 30px 0;
}

.footer-bottom .social-links {
    margin: 40px 0;
    text-align: center;
}

.footer-bottom .social-links ul li {
    display: inline-block;
    padding: 0;
}

.footer-bottom .social-links ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    background: #00AF90;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: inline-block;
    margin: 0 5px;
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.5);
}

.footer-bottom .social-links ul li a:hover {
    color: #00AF90;
    background: #fff;
    box-shadow: 0 0.5em 0.5em -0.4em #00AF90;
}

.footer-bottom .copyright {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom .copyright h5 {
    font-weight: 400;
}