/*-----------------------------------------------------------------------------------
Template Name: New 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. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #334D88;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #798AB1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    color: #334D88;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #798AB1;
}


/* 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;
}

.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-bottom {
    padding-bottom: 120px
}

.site-header {
    position: relative;
    width: 100%;
    background: linear-gradient(45deg, #e641cd 0%, #7028e4 100%);
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.site-header:after {
    content: "";
    position: absolute;
    left: -20%;
    top: 0;
    width: 50vw;
    height: 50vw;
    border-radius: 20px;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    opacity: 0.1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4)
}

.site-header .logo {
    font-size: 100px;
    margin-bottom: 50px;
    display: block;
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    font-weight: 500;
}


.site-header .logo sup {
    font-size: 30px;
    font-weight: 700;
    top: -50px;
    text-align: center;
    left: 0;
    color: #ffffff;
    background-color: #626262;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    line-height: 80px;
}

.bttn-1 {
    display: inline-block;
    padding: 17px 40px;
    font-size: 16px;
    background-color: #ffffff;
    color: #626262;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font-weight: 600;
    margin-top: 20px;
    margin-right: 15px;
    white-space: nowrap;
}

.bttn-1:focus,
.bttn-1:hover {
    color: #ffffff;
    background-color: transparent;
}

.bttn-2 {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 20px;
    white-space: nowrap;
}

.bttn-2:focus,
.bttn-2:hover {
    color: #626262;
    background-color: #ffffff;
}

.site-header .title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #ffffff;
}

.site-header .desc {
    font-size: 20px;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 60px;
}

.bttn {
    background: #ffa60a;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 100px;
    color: #fff;
    -webkit-box-shadow: 2px 1px 5px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 2px 1px 5px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.bttn:hover {
    color: #ffa60a;
    background-color: #ffffff;
}

.page-title {
    text-align: center;
    margin-bottom: 60px;
}

.page-title .title {
    font-size: 46px;
    position: relative;
    color: #404040;
    background: url(images/brash.jpg) no-repeat scroll center center / auto 100%;
    padding: 40px;
    color: #fafafa;
}


.single-demo {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.single-demo + .demo-title {
    margin-top: 30px;
    display: block;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.single-demo .page {
    margin-top: -10px;
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom 100% center;
    -webkit-transition: background-position 5s linear;
    transition: background-position 5s linear;
    z-index: 1;
    position: relative;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.single-demo:hover .page {
    background-position: bottom 0 center;
}

.single-demo .page:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.single-demo:hover .page:after {
    opacity: 0.3;
}

.single-demo img {
    margin-top: -12px;
}

/*-- Footer-Area --*/

.footer-area {
    background-color: #F7FAFD;
    text-align: center;
    padding: 120px 0;
}

.footer-area a:hover {
    text-decoration: underline;
}

.space-30 {
    height: 30px;
    display: block;
    width: 100%;
}

.equal-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sinlge-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(112, 122, 122, 0.3);
    box-shadow: 0 0 30px 0 rgba(112, 122, 122, 0.3);
    border-radius: 5px;
    padding: 30px;
    min-height: 200px;
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sinlge-feature:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
    box-shadow: 5px 5px 50px 0 rgba(112, 122, 122, 0.5);
}

.sinlge-feature .wt-tilte {
    font-size: 18px;
}

.sinlge-feature .icon-md {
    width: 80px;
    margin-right: 15px;
    float: left;
}

.sinlge-feature .icon-md img {
    width: 60px
}

.wt-tilte {
    font-size: 16px;
    font-weight: 700;
}

/*-----------------
8. Preloader 
-----------------*/


/*-------------------
11. Page-Loader
-------------------*/

/*------------------------
15. Preloader-Content
-------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader svg {
    max-width: 20em;
    background: none;
    fill: none;
    stroke: #5B69FF;
    stroke-linecap: round;
    stroke-width: 3%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader use {
    stroke: #ffffff;
    -webkit-animation: loeader_ani 2s linear infinite;
    animation: loeader_ani 2s linear infinite;
}

@-webkit-keyframes loeader_ani {
    to {
        stroke-dashoffset: 0px;
    }
}

@keyframes loeader_ani {
    to {
        stroke-dashoffset: 0px;
    }
}
.demo-area {
    padding-bottom: 80px;
}


/*-----------------------
Bubble-Animation
------------------------*/
.bubble-animate {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.circle {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    border-radius: 50%;
}

.circle.small {
    width: 15px;
    height: 15px;
    opacity: 0.7;
}

.circle.small.square1 {
    left: 18%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square2 {
    left: 36%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square3 {
    left: 54%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square4 {
    left: 72%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square5 {
    left: 90%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium {
    width: 35px;
    height: 35px;
    opacity: 0.35;
}

.circle.medium.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square5 {
    left: 5%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large {
    width: 100px;
    height: 100px;
    opacity: 0.15;
}

.circle.large.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@-webkit-keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px;
    }

    25% {
        margin-left: -15px;
    }

    50% {
        margin-left: 15px;
    }

    75% {
        margin-left: -15px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px;
    }

    25% {
        margin-left: -15px;
    }

    50% {
        margin-left: 15px;
    }

    75% {
        margin-left: -15px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@-webkit-keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px;
    }

    25% {
        margin-left: -20px;
    }

    50% {
        margin-left: 20px;
    }

    75% {
        margin-left: -20px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px;
    }

    25% {
        margin-left: -20px;
    }

    50% {
        margin-left: 20px;
    }

    75% {
        margin-left: -20px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}
