/* ----------------------------------------------
    Theme Name: Return Onepage Business Template
    Author: Utpol Deb Nath
    Version: 1.0
    Tags: One Page, Business Template, Portfolio, Creative
--------------------------------------------------- */

/* ---------------------------------------------
    [Table of contents]

    1. General CSS
    2. Preloader CSS / .preloader
    3. ScrollToTop CSS / .scrollToTop
    4. Header Area CSS / .header-area
        4.1. Mainmenu Area CSS / .mainmenu
        4.2. Home Slider Area CSS / .home-slider-area
            4.2.1 Carousel Fading slide CSS / .carousel-fade
            4.2.2 Animation Delays CSS 
    5. Services Area CSS / .services-area
    6. About Area CSS / .about-area
    7. Fun Fact Area CSS / .fun-fact-area
    8. Video Area CSS / .video-area
    9. Feature Area CSS / .feature-area
    10. Portfolio Area CSS / .portfolio-area
    11. Testimonial Area CSS / .testimonial-area
    12. Our Team Area CSS / .our-team-area
    13. Pricing Area CSS / .pricing-area
    14. Blog Area CSS / .blog-area
    15. Partner Area CSS / .partner-area
    16. Contact Area CSS / .contact-area
    17. Footer Area CSS / .footer-area
    18. Page Header CSS / .page-header
    19. Single Project Area CSS / .single-project-area
    20. Single Blog Area CSS / .single-blog-area
-----------------------------------------------------*/
/*----------------------------------------------------
[ Color codes ]
    main-color:         #33d685 (Shamrock)      [ This is the main color in Template ]
    Background:         #ffffff (White)         [ Background color ]
    Background-1:       #f3f3f3 (White Smoke)   [ Background color 1 ]
    Text-color-1:       #999999 (Nobel)         [ using text color and some ware ]
    Text-color-2:       #fff;                   [ using text color and some ware ]
    border-color:       #dddddd;                [ Using border color ]

[ Using Color Code ]
    h1 [ All ]      Color: #fff                     [ White ]
    h2 [ All ]      Color: #333                     [ Dark Grey ]
    p  [ Dark ]     Color: #fff                     [ White ]
    p  [ Light ]    Color: #999
    a  [ Normal ]   Color: main-color               

----------------------------------------------------------*/
/*--------------------------------------------------------
[Typography]

Body : 
    font-family:    'Open Sans', sans-serif;
    font-size:      14px;

Header:
    font-family:    "Montserrat", sans-serif;
    font-size:      40px;

Section Title:
    font-family:    "Montserrat", sans-serif;
    font-size:      28px;

p:  
    font-family:    'Open Sans', sans-serif;
    font-size:      14px;


Notes:  This Template Defult [ font-family: 'Open Sans', sans-serif; ] [ font-size: 14px; ]

-----------------------------------------------------------*/

/*
* ----------------------------------------------------
*   1. General CSS 
* ----------------------------------------------------
*/

html,
body {
    height: 100%;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
    color: #333;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 0 #fff;
}
a {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.btn {
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}
.btn-sm-one {
    background-color: #33d685;
    border: 1px solid #33d685;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.btn-sm-one:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.btn-sm-one:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn-sm-one:active,
.btn-sm-one:focus,
.btn-sm-one:hover {
    background-color: transparent;
    border-color: #33d685;
    color: #fff;
}
.section-padding {
    padding: 80px 0;
}
.section-padding-three {
    padding: 40px 0;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h2 {
    color: #333333;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.section-title h2:after {
    border-bottom: 4px double #33d685;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    right: 0;
    position: absolute;
    width: 30%;
    margin: auto;
}
.section-title p {
    width: 70%;
    margin: auto;
}

/*
* ----------------------------------------------------
*   2. Preloader CSS 
* ----------------------------------------------------
*/

.preloader {
    overflow: visible;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    z-index: 99999;
}

/*
* ----------------------------------------------------
*   3. ScrollToTop CSS 
* ----------------------------------------------------
*/

.scrollToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #33d685;
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 99;
    display: none;
}
.scrollToTop i {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
}

/*
* ----------------------------------------------------
*   4. Header Area CSS 
* ----------------------------------------------------
*/

.header-area {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}

/*
* ----------------------------------------------------
*   4.1. Mainmenu Area CSS
* ----------------------------------------------------
*/

.mainmenu {
    position: relative;
    width: 100%;
    z-index: 999;
}
.is-sticky .mainmenu-area:after {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0.2px rgba(0, 0, 0, 0.17);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.is-sticky .mainmenu-area ul.nav.navbar-nav li a {
    color: #333;
}
.navbar-toggle {
    background-color: #33d685;
}
.navbar-header .navbar-toggle span {
    background-color: #fff;
}
.mainmenu-area {
    padding: 10px 0;
}
.navbar-brand {
    color: #33d685;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 0;
    text-transform: uppercase;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: #33d685;
}
.mainmenu-area ul.nav.navbar-nav li {
    margin-left: 27px;
}
.mainmenu-area ul.nav.navbar-nav li a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 0;
    display: block;
    text-transform: uppercase;
    position: relative;
    line-height: 50px;
}
.mainmenu-area ul.nav.navbar-nav li a:after {
    position: absolute;
    background-color: #33d685;
    content: "";
    height: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li a:hover:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu-area ul.nav.navbar-nav li a:hover {
    color: #33d685;
}
.mainmenu-area ul.nav.navbar-nav li a:focus {
    background: none;
}
.mainmenu-area ul.nav.navbar-nav li a:hover {
    background: none;
}

/*
* ----------------------------------------------------
*   4.2. Home Slider Area CSS
* ----------------------------------------------------
*/

.welcome-hero-area,
.home-slider-area,
.home-slider-area div {
    height: 100%;
}
.welcome-hero-area div.slide-item-tablecell,
.welcome-hero-area div.slide-item-tablecell div {
    height: auto;
}
.slide-item-table {
    display: table;
    width: 100%;
    height: 100%;
}
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-slide-item {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.slide-bg-one {
    background-image: url(../img/slider/slider1.jpg);
}
.slide-bg-two {
    background-image: url(../img/slider/slider2.jpg);
}
.slide-bg-three {
    background-image: url(../img/slider/slider3.jpg);
}
.home-slider-area .carousel-indicators {
    bottom: 30px;
}
.home-slider-area .carousel-indicators li {
    border: 1px solid #33d685;
    height: 12px;
    width: 12px;
}
.home-slider-area .carousel-indicators .active {
    background-color: #33d685;
    border: 1px solid #33d685;
    margin: 1px;
}
.single-slide-item {} .single-slide-item h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 45px;
}
.single-slide-item h1 span {
    color: #33d685;
}
.single-slide-item p {
    color: #fff;
    font-size: 15px;
    height: auto;
    line-height: 26px;
    margin: auto auto 40px;
    width: 70%;
}

/*----- 4.2.1 Carousel Fading slide CSS -----*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*----- 4.2.2 Animation Delays CSS -----*/

.home-slider-area .single-slide-item h1:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.home-slider-area .single-slide-item p:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.home-slider-area .single-slide-item a {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/*
* ----------------------------------------------------
*   5. Services Area CSS
* ----------------------------------------------------
*/
.services-area{
    background-color: #fff;
}
.single-service {
    position: relative;
    text-align: center;
    background-color: #fff;
    color: #333;
    padding: 40px 20px 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service .service-icon {
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    color: #33d685;
    display: block;
    font-size: 40px;
    height: 120px;
    line-height: 129px;
    margin: 0 auto 20px;
    text-align: center;
    width: 120px;
}
.single-service h4,
.single-service h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 15px;
}
.single-service:before,
.single-service:after {
    position: absolute;
    content: "";
    background-color: #33d685;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 0;
    width: 3px;
}
.single-service:before {
    top: 0;
    left: 0;
}
.single-service:after {
    bottom: 0;
    right: 0;
}
.single-service:hover:before,
.single-service:hover:after {
    height: 90px;
}
.service-bar {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.single-service .service-bar:before,
.single-service .service-bar:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #33d685;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-service .service-bar:before {
    right: 50%;
    top: 0;
}
.single-service .service-bar:after {
    left: 50%;
    bottom: 0;
}
.single-service:hover .service-bar:after,
.single-service:hover .service-bar:before {
    width: 50%;
}
.single-service:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
.single-service:hover .service-icon {
    background-color: #333;
}

/*
* ----------------------------------------------------
*   6. About Area CSS
* ----------------------------------------------------
*/

.about-area {
    background-color: #f3f3f3;
    padding: 80px 0 0;
}
.about-img {
    border: 10px solid #dddddd;
}
.about-us-info h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-us-info ul {
    margin-bottom: 25px;
}
.about-us-info li {
    font-size: 13px;
    margin-bottom: 10px;
}
.about-us-info ul li i {
    color: #33d685;
    margin-right: 5px;
}

/*
* ----------------------------------------------------
*   7. Fun Fact Area CSS
* ----------------------------------------------------
*/

.fun-fact-area {
    background-color: #f3f3f3;
}
.single-fun-fact {
    text-align: center;
}
.single-fun-fact .fun-fact-icon {
    color: #33d685;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}
.single-fun-fact h3.counter {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
}
.single-fun-fact p {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
}

/*
* ----------------------------------------------------
*   8. Video Area CSS
* ----------------------------------------------------
*/

.video-area {
    background-image: url(../img/bg/our-story-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}
.video-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.video-area a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #33d685;
    display: block;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    width: 80px;
}
.video-area h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}

/*
* ----------------------------------------------------
*   9. Feature Area CSS
* ----------------------------------------------------
*/

.feature-area{
    background-color: #fff;
}
.single-feature {
    margin-bottom: 30px;
}
.single-feature:hover .feature-icon i {
    background-color: #333;
    color: #fff;
    box-shadow: 0 0 0 8px #333 inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
}
.single-feature:last-child {
    margin-bottom: 0;
}
.feature-icon {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.feature-icon i {
    color: #33d685;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.feature-content {
    overflow: hidden;
}
.feature-content h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.feature-content p {
    margin: 0;
}

/*
* ----------------------------------------------------
*   10. Portfolio Area CSS
* ----------------------------------------------------
*/

.portfolio-area {
    background-color: #f3f3f3;
}
.portfolio-filter {
    margin-bottom: 30px;
}
.portfolio-filter ul {} .portfolio-filter ul li {
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px;
    padding: 10px 20px;
    text-transform: capitalize;
    background-color: #fff;
}
.portfolio-filter ul li.active {
    background-color: #33d685;
    color: #fff;
}
.portfolio-content .mix {
    display: none;
}
.single-portfolio {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
}
.single-portfolio img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-caption {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-caption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: .7;
    z-index: -1;
}
.portfolio-caption a {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.portfolio-caption a i {
    border: 1px solid #33d685;
    background-color: #33d685;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-caption a i:hover {
    background-color: #333;
    border-color: #333;
}
.portfolio-link-btn {
    position: absolute;
    right: 10%;
    bottom: -20%;
    width: auto;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.portfolio-caption-content {
    width: 100%;
    position: absolute;
    top: -20%;
    left: 10%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.portfolio-caption-content h4 {
    margin-bottom: 5px;
}
.portfolio-caption-content h4,
.portfolio-caption-content h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
}
.portfolio-caption-content > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
}
.single-portfolio:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
}
.single-portfolio:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.single-portfolio:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-portfolio:hover .portfolio-link-btn {
    opacity: 1;
    bottom: 10%;
}
.single-portfolio:hover .portfolio-caption-content {
    opacity: 1;
    top: 10%;
}

/*
* ----------------------------------------------------
*   11. Testimonial Area CSS
* ----------------------------------------------------
*/

.testimonial-area {
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.testimonial-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.single-testimonial {
    text-align: center;
}
.single-testimonial p {
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.single-testimonial p:after {
    color: #33d685;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    line-height: 22px;
    opacity: 0.9;
    position: absolute;
    top: 0;
}
.single-testimonial img {
    border: 5px solid #eeeeee;
    border-radius: 50%;
    height: 90px !important;
    ;
    width: 90px !important;
    ;
    margin: 0 auto 10px;
}
.tes-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.single-testimonial .tes-info h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-testimonial .tes-info h6 {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
}
.single-testimonial .tes-info a {
    color: #33d685;
}
.testimonial-carousel .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 25px;
}
.testimonial-carousel .owl-dot {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #33d685;
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
.testimonial-carousel .owl-dot.active {
    background-color: #33d685;
    border: 1px solid #33d685;
}

/*
* ----------------------------------------------------
*   12. Our Team Area CSS
* ----------------------------------------------------
*/

.our-team-area{
    background-color: #fff;
}
.single-team {
    position: relative;
    overflow: hidden;
}
.single-team:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}
.single-team:hover:before {
    opacity: .5;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.team-social-link {
    position: absolute;
    left: 0;
    top: -20%;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: auto;
    text-align: center;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}
.team-social-link a {
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.team-social-link a i {
    border: 1px solid #33d685;
    background-color: #33d685;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.team-social-link a:hover i {
    background-color: #333;
    border: 1px solid #333;
}
.team-title {
    background-color: #33d685;
    padding: 15px 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}
.team-title p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}
.team-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-team:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
}
.single-team:hover .team-social-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
.single-team:hover .team-title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 0;
}

/*
* ----------------------------------------------------
*   13. Pricing Area CSS
* ----------------------------------------------------
*/

.pricing-area {
    background-color: #f3f3f3;
}
.single-pricing {
    background: none repeat scroll 0 0 #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing-head h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pricing-head {
    padding: 20px 0 10px;
}
.pricing-price {
    background-color: #33d685;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.34);
    display: block;
    height: 120px;
    line-height: 152px;
    margin: 0 auto 25px;
    width: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing-price h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.pricing-price span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: capitalize;
}
.pricing-details li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.pricing-action {
    padding: 25px 0 20px;
}
.single-pricing:hover .pricing-price {
    background-color: #333;
    box-shadow: none;
}
.single-pricing:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
}
.single-pricing.recommended {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.09);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

/*
* ----------------------------------------------------
*   14. Blog Area CSS
* ----------------------------------------------------
*/
.blog-area{
    background-color: #fff;
}
.post-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.post-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.post-image img {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}
.post-meta a {
    color: #33d685;
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    padding: 10px 0;
    text-transform: capitalize;
}
.post-meta a i {
    margin-right: 5px;
}
.post-details h4 {
    margin-bottom: 0;
}
.post-details h4 a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.post-details p {
    margin-bottom: 0;
}
.single-blog:hover .post-image img {
    -webkit-transform: scale(1.3) rotate(2deg);
    -moz-transform: scale(1.3) rotate(2deg);
    -o-transform: scale(1.3) rotate(2deg);
    transform: scale(1.3) rotate(2deg);
}
.single-blog:hover .post-image:after {
    opacity: .7;
}
.blog-btn {
    margin-top: 30px;
}

/*
* ----------------------------------------------------
*   15. Partner Area CSS
* ----------------------------------------------------
*/

.partner-area {
    background-color: #f3f3f3;
}
.partner-carousel .single-partner img {
    height: auto;
    width: auto;
    margin: auto;
}

/*
* ----------------------------------------------------
*   16. Contact Area CSS
* ----------------------------------------------------
*/
.contact-area{
    background-color: #fff;
}
.contact-info {
    margin-bottom: 50px;
    overflow: hidden;
}
.single-contact {
    text-align: center;
}
.single-contact h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-contact p {
    margin-bottom: 0;
}
.single-contact i {
    background: none repeat scroll 0 0 #33d685;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    color: #fff;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
    width: 70px;
}
.form-control {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover,
.form-control:focus {
    border-color: #33d685;
    box-shadow: none;
}
.btn-contact {
    background-color: #33d685;
    border: 1px solid #33d685;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.btn-contact:hover {
    background-color: #333;
    color: #fff;
}

/*
* ----------------------------------------------------
*   17. Footer Area CSS
* ----------------------------------------------------
*/

.footer-area {
    background-color: #333;
}
.footer-logo h4,
.footer-logo h4 a {
    color: #33d685;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-social-links {
    margin-bottom: 20px;
}
.footer-social-links a {
    background-color: transparent;
    display: inline-block;
    margin: 0 3px;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-social-links a:hover {
    background-color: #33d685;
    color: #fff;
}
.footer-info a,
.footer-info i {
    color: #33d685;
}
.footer-info p {
    color: #ffffff;
}

/*
* ----------------------------------------------------
*   18. Page Header CSS
* ----------------------------------------------------
*/

.page-header {
    background-image: url(../img/bg/page-header-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.page-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.ph-display-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 65px;
}
.ph-display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.breadcrumb-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumb-title p,
.breadcrumb-title a {
    color: #fff;
}
.breadcrumb-title a:hover {
    color: #33d685;
}

/*
* ----------------------------------------------------
*   19. Single Project Area CSS
* ----------------------------------------------------
*/
.single-project-area{
    background-color: #fff;
}
.project-content {
    margin: 30px 0;
}
.project-content h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-project h4,
.project-details h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 3px double #ddd;
}
.project-details {
    margin: 40px 0 30px;
}
.project-details ul li {
    font-size: 14px;
    padding-bottom: 20px;
}
.project-details ul li i {
    box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    color: #33d685;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 50px;
    margin-right: 20px;
}
.related-project-title h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 3px double #ddd;
}

/*
* ----------------------------------------------------
*   20. Single Blog Area CSS
* ----------------------------------------------------
*/

.single-blog-area{
    background-color: #fff;
}
.single-post-meta a {
    color: #33d685;
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    padding: 10px 0;
    text-transform: capitalize;
}
.single-post-meta a i {
    margin-right: 5px;
}
.single-post-content h3 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.post-comments {
    margin: 50px 0;
}
.post-comments h4,
.comment-form h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 3px double #ddd;
}
.post-comments ul.comment-list li.single-comment {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.post-comments ul.comment-list li.single-comment .profile-img {
    border: 2px solid #eeeeee;
    height: 90px;
    width: 90px;
    float: left;
    margin-right: 20px;
}
.post-comments ul.comment-list li.single-comment .comment {
    padding-left: 110px;
}
.post-comments ul.comment-list li.single-comment .comment h5 a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
}
.post-comments ul.comment-list li.single-comment .comment h5 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #33d685;
    margin-top: 10px;
}
.post-comments ul.comment-list li.single-comment .comment a.replay-btn {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-widget {
    margin-bottom: 30px;
}
.search-input input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 10px;
}
.search-input input:hover,
.search-input input:focus {
    border: 1px solid #33d685;
}
.widget-latest-post h4,
.categories h4,
.tags h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 3px double #ddd;
}
.single-latest-post {
    margin-bottom: 20px;
    overflow: hidden;
}
.single-latest-post .latest-post-img {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.single-latest-post p a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #999;
}
.single-latest-post h5 {
    margin-bottom: 0;
}
.single-latest-post a {
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
}
.single-latest-post a:hover,
.single-latest-post p a:hover {
    color: #33d685;
}
.categories ul li {
    padding-bottom: 10px;
}
.categories ul li a {
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}
.categories ul li:last-of-type {
    padding-bottom: 0;
}
.categories ul li a:hover {
    color: #33d685;
}
.tags ul li a {
    color: #999;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tags ul li a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}