/*-----------------------------------------------------------------------------------
Template Name: Appcase HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Typography
3. Helper-Class
4. Header-Area
5. Mainmenu-area
6. Page-title
7. Feature-Area
8. Promo-Video
9. Price-Table
10. Team-Area
11. Client-Area
12. Sponsor-Area
13. Blog-Area
14. Contact-Form
15. Preloader-Style
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

/*-------------------
2. Typography
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #464646;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #3cb878;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 0 0 10px;*/
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

p em,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p a {
    color: #3cb878;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #636363;
    background-color: #f6f6f6;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*---------------
3. Helper-Class
-----------------*/

.list-stylest {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-stylest li {
    padding-left: 10px;
    margin: 10px 0;
}

.list-stylest li:before {
    content: "\eb55";
    font-family: icofont;
    margin-right: 10px;
}

.relative {
    position: relative;
}

.text-white .page-title,
.text-white a,
.text-white {
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background-color: #1a242a;
    color: #ffffff;
}

.black-bg2 {
    background-color: #161e23;
    color: #ffffff;
}

.bttn {
    background: #3cb878;
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
    padding: 1.2em 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 100px;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin: 10px 5px;
}

.bttn:focus,
.bttn:hover {
    color: #ffffff;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    letter-spacing: 3px;
}

.img-full img {
    width: 100%;
}

.gr-bg {
    background: #3cb878;
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
}

.section-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-bg.color {
    background-color: #29313e;
}

.section-bg.bg-hd {
    background-image: url('../images/header-bg.svg');
    background-position: top center;
    background-size: auto 70%;
}

.section-bg.bg-1 {
    background-image: url('../images/pm-bg1.jpg');
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}


/*-------------------
4. Header-Area
--------------------*/

.headline {
    font-size: 45px;
    text-transform: capitalize;
    color: #ffffff;
}

.headline span {
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
}

.feature-screen-bg,
.home-screen-bg {
    position: relative;
    padding: 90px 48px;
}

.feature-screen-bg:after,
.home-screen-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: url('../images/mobile.png') no-repeat scroll center center / 100% 100%;
}

.home-screen-bg img {
    width: 100%;
}

.swiper-container.one {
    background: url('../images/circle-bg.png') no-repeat scroll center center / auto 100%;
    padding: 80px 0px;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
    margin: 0 -5px !important;
}

.swiper-container.one .swiper-pagination {
    margin-left: -55px;
    bottom: 20px;
}

.swiper-pagination-bullet {
    height: 8px;
}

.swiper-pagination-bullet-active {
    background: #93c328;
}


/*-------------------
5. Mainmenu-area
--------------------*/

.mainmenu-area {
    padding: 0 20px;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#mainmenu ul.nav.navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid transparent;
    background: none;
    padding: 22px 10px;
}

#mainmenu ul.nav.navbar-nav li.active a,
#mainmenu ul.nav.navbar-nav li a:hover {
    border-top-color: #3cb878;
    border-bottom-color: #3cb878;
    color: #3cb878;
}


/*-------------------
6. Page-title
---------------------*/

.page-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #464646;
}

.page-subtitle {
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    font-size: 20px;
}

.page-subtitle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #3cb878;
}

.text-center .page-subtitle:before {
    right: 0;
    margin: auto
}

.gr-bg .page-title {
    color: #ffffff;
}

.gr-bg .page-subtitle:before {
    background-color: #ffffff;
}


/*------------------
7. Feature-Area
--------------------*/

.feature-screen-bg {
    padding: 120px 64px;
    margin: 0 25px;
}

.single-feature {
    margin-top: 20px;
}

.single-feature .media-right {
    position: relative;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 20px;
}

.single-feature a {
    color: #464646;
}

.single-feature .media-right:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background-color: #aaaaaa;
    border-radius: 50%;
}

.feature .single-feature.active .media-right {
    border-bottom: 1px solid #3cb878;
}

.feature .single-feature.active .media-right:after {
    background-color: #3cb878;
}

.feature .single-feature.active .feature-title {
    color: #3cb878;
}

.slider-image {
    background: url('../images/mobile.png') no-repeat scroll center center / 100% 100%;
    padding: 85px 45px;
}


/*-----------------
8. Promo-Video
------------------*/

.promo-video {
    background: url('../images/video/video-mobile2.png') no-repeat scroll center center / 100% 100%;
    padding: 20px 88px 60px;
    margin-bottom: -100px;
}

.promo-video .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 3.4;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50%;
    padding-left: 5px;
}

.waves-block {
    position: absolute;
    width: 384px;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.waves-block .waves {
    position: absolute;
    width: 384px;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 384px;
    height: 24rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*------------------
9. Price-Table
-------------------*/

.single-price {
    background-color: #ffffff;
}

.price-header {
    background: #3cb878;
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
    color: #ffffff;
    padding: 40px 20px 40px;
    position: relative;
}

.price-header small {
    color: #ffffff;
    font-size: 14px;
}

.price-header .price-rate {
    font-size: 26px;
}

.price-offer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    background-color: #06bee6;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px;
}

.price-header:after {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right bottom, left top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
}

.price-body {
    padding: 20px;
}


/*-----------------
10. Team-Area
-------------------*/

.single-team {
    background-color: #F6F6F6;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.team-details {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    padding: 60px 20px 10px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-team:hover .team-details {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-details:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: #3cb878; */
    /* background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%); */
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
    -webkit-transform: rotate(-9deg) translate(0px, 40px) scale(2, 1.2);
    transform: rotate(-9deg) translate(0px, 40px) scale(2, 1.2);
}

.team-social {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
}

.team-social li {
    display: block;
}

.team-social li a {
    color: #ffffff;
    font-size: 13px;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
}

.team-social li a:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}


/*-------------------
11. Client-Area
---------------------*/

.dr-icon {
    font-size: 30px;
}

.client_photo .box100 {
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px 5px 0 5px;
}

.client_photo .owl-item {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.client_photo .owl-item.center {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.client_details .owl-controls {
    margin-top: 30px;
}

.client_details .owl-controls .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.client_details .owl-controls .owl-dot.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*---------------------
12. Sponsor-Area
----------------------*/

.sponsors .sponsor {
    padding: 30px 20px;
}


/*-------------------
13. Blog-Area
--------------------*/

.read-more:after {
    margin-left: 10px;
    display: inline-block;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    content: "\eb55";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-family: icofont;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
}

.read-more:hover:after {
    margin-left: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1;
    background: rgba(255, 255, 255, 0.8);
    color: #464646;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.single-blog:hover .post-date {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-date span {
    display: block;
    color: #3cb878;
    font-size: 90px;
    font-weight: 700;
    width: 100%;
}


/*-------------------
14. Contact-Form
---------------------*/

.table {
    margin-bottom: 0;
}

#contact-form {
    width: 100%;
}

.form-control {
    border-radius: 1px;
    height: 46px;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    display: block;
}

.contact-info {
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
    padding: 0 60px;
    color: #ffffff;
    min-height: 600px;
}

.contact-area {
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index: 1;
    width: 100%;
}

.contact-form {
    background: rgba(255, 255, 255, 0.9);
    padding: 0 60px;
    min-height: 600px;
}

#maps {
    height: 600px;
    width: 100%;
}

.subscribe-form .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    padding: 10px 25px;
    background: none;
    border-bottom: 2px solid #3cb878;
    height: 50px;
}
.subscribe-form .form-control::-webkit-input-placeholder {
    color: white;
}

.subscribe-form .form-control:-moz-placeholder {
    color: white;
}

.subscribe-form .form-control::-moz-placeholder {
    color: white;
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: white;
}
.subscribe-form .bttn {
    height: 50px;
    margin: 0;
    margin-left: 0px;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.subscribe-form .bttn:hover {
    letter-spacing: 3px;
}

.social-list li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #3cb878;
    line-height: 2.2;
    font-size: 16px;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}

.social-list li a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
}


/*---------------------
15. Preloader-Style
----------------------*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-wave .sk-rect {
    background-color: #3cb878;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

#scrollUp {
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(#3cb878), to(#06bee6));
    background: -webkit-linear-gradient(top, #3cb878 0%, #06bee6 100%);
    background: linear-gradient(to bottom, #3cb878 0%, #06bee6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3cb878', endColorstr='#06bee6', GradientType=0);
}