@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

a, a:hover, a:active, a:visited {
    text-decoration: none !important;
    outline-style: none;
}

nav, ul, li, a, h1, h2, h3, h4, h5, h6, table, tr, td, p, span, label {
    margin: 0;
    list-style: none;
    padding: 0;
}

/*=====================================
/CommonSec
======================================*/
.CommonContent {
    padding: 46px 0 29px;
    width: 100%;
}

.CommonContent h2 {
    color: #444;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 19px;
    text-align: center;
    text-transform: uppercase;
}

.CommonContent h2 span {
    color: #37c6f5;
}

.CommonContent em {
    background: #37c6f5 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 0px auto;
    width: 100px;
}

.CommonContent p {
    color: #979797;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
    padding: 26px 0 0;
}

/*========================
/CommonSec End here
==========================*/

/*========================
/Overlay Section start
==========================*/
.overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(112, 101, 93, .8);
}

.WorkOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
    height: 234px;
    background: rgba(188, 160, 140, .9);
    visibility: hidden;
    opacity: 0;
    transition: .8s;
}

/*========================
/Overlay End here
==========================*/

/*========================
/Margin & Padding Setting Start here
==========================*/
.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}

.noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.noMarginRight {
    margin-right: 0 !important;
}

/*========================
/Margin & Padding Setting End here 
==========================*/

/*==========================
/Fixed all Element Start here
=============================*/

.Searchfixed {
    position: fixed;
    right: -150px;
    top: 39px;
    z-index: 1;
    transition: .8s;
}

.FixedSearch {
    background: #b5967f none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 30px;
    width: 148px;
    font-size: 14px;
    color: #fff;
    padding: 5px 0 5px 6px;
}

#Grid .mix {
    display: none;
}

.mar23 {
    margin-top: 23px;
}

.marg23 {
    margin: 23px 0;
}

.pdtop {
    padding-top: 5px;
}

/*==========================
/Fixed all Element end here
=============================*/

