/*-----------------------------------------------------------------------------------
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=Crete+Round|Raleway:400,500,600,700');
/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #202020;
}


/* 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: 120px 0;
}

.gray-bg {
    background-color: #fafafa
}

.header-area {
    padding-top: 100px;
    text-align: center;
}

.mockup {
    margin-bottom: -120px;
    margin-top: 60px;
}

.padding-top {
    padding-top: 180px;
}

.sub-heading {
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.page-title {
    margin-bottom: 60px;
    text-align: center;
}

.page-title h2 {
    font-size: 40px;
}

.single-box {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.single-box .box-deatils {
    text-align: center;
    margin-bottom: 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 50px;
    white-space: nowrap;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
}

.single-box:hover .box-deatils {
    opacity: 1;
}

.single-box .box-deatils .title {
    font-size: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-box .box-deatils .bttn {
    display: block;
    margin-bottom: 10px;
}

.single-box .box-deatils .bttn:hover {
    text-decoration: underline;
}

.footer-area {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    background-color: #f7f7f7
}

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    background-color: #6858db;
    color: #ffffff;
    border-radius: 3px;
    line-height: 50px;
}