/*-----------------------------------------------------------------------------------
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=Roboto:300,400,400i,500,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: 'Roboto', sans-serif;
    color: #334D88;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', 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: 120px;
    padding-bottom: 120px;
}

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

.site-header {
    position: relative;
    width: 100%;
    background: url('img/intro.png') no-repeat scroll center center / cover;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    z-index: 1;
}

.video-area:after,
.site-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    opacity: 0.9;
}

.site-header .logo {
    color: #334d88;
    display: inline-block;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.cartegory {
    background: #f85d1c none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    padding-top: 17px;
    position: absolute;
    right: -60px;
    top: -40px;
    width: 60px;
}

.site-header .logo span {
    color: #44bbff;
}

.bttn-1 {
    background-color: #1b0e5f;
    border: 1px solid #1b0e5f;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 40px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.bttn-1:hover {
    color: #ffffff;
    background: #f85d1c;
    border-color: #f85d1c;
}

.site-header .title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.site-header .desc {
    font-size: 20px;
    line-height: 1.5em;
}

.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;
}


.video-area {
    position: relative;
    padding: 150px 0;
    background: url("images/video-bg.jpg") no-repeat scroll center center / cover;
    z-index: 1;
    text-align: center;
    margin-top: 120px;
    color: #ffffff;
}

.video-area:after {
    opacity: 0.90;
}

.video-content h3 {
    font-size: 36px;
    margin-top: 30px;
}

.play-button {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: inline-block;
    color: #ffa60a;
}

.play-button:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
}


.single-demo {
    border-radius: 5px;
    -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;
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 60px;
}

.single-demo .link {
    background-color: #1b0e5f;
    border: 1px solid #1b0e5f;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    left: 50%;
    letter-spacing: 2px;
    padding: 15px 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-demo .link:focus,
.single-demo .link:hover {
    background-color: #f85d1c;
    color: #ffffff;
}

.single-demo p {
  border-top: 2px solid rgba(248, 93, 28, 0.3);
  font-size: 18px;
  letter-spacing: 2px;
  padding: 20px;
  text-align: center;
  text-transform: capitalize;
}

/*-- 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 15px 0 rgba(112, 122, 122, 0.3);
    box-shadow: 0 0 15px 0 rgba(112, 122, 122, 0.3);
    border-radius: 3px;
    padding: 30px;
    min-height: 200px;
    width: 100%;
}

.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 
-----------------*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
    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;
}

.spinner {
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #334D88;
    height: 100%;
    width: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}