@import url(https://fonts.googleapis.com/css?family=Oswald:300, 400, 700|Open + Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i, 800, 800i);
@import url(https://fonts.googleapis.com/icon?family=Material + Icons);
h4,
p {
    font-weight: 300;
}
.material-icons,
body {
    -webkit-font-smoothing: antialiased;
}
.container,
.wrapper,
body,
html,
img {
    width: 100%;
}
body,
ul {
    padding: 0;
}
.row,
.wrapper,
h2 {
    position: relative;
}
.logo img,
nav ul {
    -webkit-backface-visibility: hidden;
}
.material-icons,
.ms-title h2,
.ms-title h3 {
    letter-spacing: normal;
}
.pagination > li > a,
a:focus,
a:hover,
li a:hover {
    text-decoration: none;
}
.hero-parallax,
.ms-our-team figcaption,
.portfolio-inner,
.scroll-off,
.sub-menu:after,
.timeline .blog-post,
.wrapper {
    overflow: hidden;
}
body,
html {
    height: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #676767;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}
h1,
h2,
h4 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}
ul {
    list-style-type: none;
}
a:focus,
a:hover {
    outline: 0;
}
hr {
    border-top: solid 1px #dddced;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.form-control:focus {
    outline: 0 !important;
    box-shadow: none;
}
.back-top:focus i,
.btn:active,
.customers-list li:focus,
.item-select-option i:hover,
.pagination > li > a.active,
.testimonial-cell:focus {
    outline: 0;
}
h1,
h2,
h4 {
    line-height: 1.25;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    color:#c78b23;
}
h5,
p {
    font-size: 16px;
    line-height: 24px;
}
.material-icons,
h5 {
    text-transform: none;
}
h5 {
    font-family: "Open Sans", sans-serif;
    color: #4a4a4a;
}
p {
    margin: 24px 0;
}
q {
    font-style: italic;
}
blockquote {
    border-left: 5px solid #4e4691;
}
figcaption {
    margin: 25px 0 15px;
    text-align: center;
}
figcaption p {
    margin: 0;
    font-weight: 400;
    color: #333c4e;
    line-height: 1.55em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figcaption small {
    display: block;
    font-size: 14px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
}
.wrapper {
    min-height: 100vh;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.container {
    padding: 0;
}
.row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.spacer {
    margin: 15px 0;
}
.reset {
    padding: 0 !important;
}
.fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.disable-hover {
    pointer-events: none;
}
.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blog-post.col-md-6:nth-child(2n + 1) {
    clear: left;
}
.ghost-bg {
    background: #f7f7fc !important;
}
.nopadding {
    padding: 0;
}
.section-button {
    text-align: center;
    margin: 15px 0 0;
}
.btn {
    background:#c78b23;
    position: relative;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 12px 30px;
    margin: 10px 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.btn.transparent {
    background: 0 0;
    border: 1px solid;
    color: #fff;
    line-height: 1.2;
}
.btn.transparent:hover {
    border-color: #eb484d;
}
.btn.btn-primary:hover,
.btn:hover {
    color: #fff;
    background: #eb484d;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(235, 72, 77, 0.3);
}
.btn.focus {
    color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
    outline: 0;
    background-color: #eb484d;
}
.btn.btn-primary:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn:active {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btn.btn-just-icon,
.navbar .navbar-nav > li > a.btn.btn-just-icon {
    font-size: 18px;
    padding: 8px;
    line-height: 1em;
    width: 34px;
}
.btn.btn-simple {
    font-size: 24px;
}
.back-top {
    position: fixed;
    bottom: 80px;
    bottom: 5rem;
    right: 80px;
    right: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 5;
    padding: 10px;
    text-align: center;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.back-top.back-top-fade-out,
.back-top.back-top-is-visible,
.no-touch .back-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.back-top.back-top-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back-top.back-top-fade-out {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.back-top:hover,
.menu ul li:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back-top:focus {
    color: #fff;
    box-shadow: none;
}
.btn-just-icon.btn-twitter {
    background: #55acee;
}
.like-post .fa-heart-o {
    color: #f21107;
}
.share-post .fa-twitter {
    color: #55acee;
}
.btn-just-icon.btn-facebook {
    background: #3b5998;
}
.share-post .fa-facebook {
    color: #3b5998;
}
.btn-just-icon.btn-dribbble {
    background: #ea4c89;
}
.btn-just-icon.btn-instagram {
    background: #125688;
}
.btn-just-icon.btn-google {
    background: #dd4b39;
}
.share-post .fa-google-plus {
    color: #dd4b39;
}
.btn-just-icon.btn-linkedin {
    background: #0976b4;
}
.btn-simple.btn-dribbble,
.btn-simple.btn-facebook,
.btn-simple.btn-google,
.btn-simple.btn-instagram,
.btn-simple.btn-linkedin,
.btn-simple.btn-twitter,
.btn-simple.btn-youtube {
    background: 0 0;
    box-shadow: none;
}
.btn-simple.btn-twitter {
    color: #55acee;
}
.btn-simple.btn-facebook {
    color: #3b5998;
}
.btn-simple.btn-dribbble {
    color: #ea4c89;
}
.btn-simple.btn-instagram {
    color: #125688;
}
.btn-simple.btn-google {
    color: #dd4b39;
}
.btn-simple.btn-linkedin {
    color: #0976b4;
}
.btn-simple.btn-youtube {
    color: #e52d27;
}
.icon.icon-primary {
    color: #9c27b0;
}
.auto-hide-header.navbar-transparent .menu li a,
.menu li a {
    color: #fff;
}
.info-horizontal .icon {
    float: left;
    margin-top: 24px;
    margin-right: 10px;
}
nav ul {
    backface-visibility: hidden;
}
.header {
    line-height: 0.5;
    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;
}
.logo,
.nav-trigger {
    -webkit-box-align: center;
}
.header-inner {
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.auto-hide-header {
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    max-width: 100%;
    padding: 0 5rem;
    background: #0e0e0e;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, -webkit-transform 0.5s;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    box-shadow: 0 10px 20px -12px rgba(78, 70, 145, 0.56), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.grid-item.col-md-4:nth-child(3n + 1),
.ms-faq .col-md-4:nth-child(3n + 1),
.service-item:nth-child(3n + 1) {
    clear: left;
}
.auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.auto-hide-header.navbar-transparent {
    background: 0 0;
    box-shadow: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sub-menu:after,
.sub-menu:before {
    background: #fff;
    content: "";
}
.logo {
    padding: 0;
    height: 32px;
    z-index: 4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.logo a {
    height: 20px;
    float: left;
    position: relative;
}
.menu,
.menu li,
.menu-right-box {
    position: relative;
    -webkit-backface-visibility: hidden;
}
.menu,
.menu-right-box {
    line-height: 1.5;
    height: 32px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    backface-visibility: hidden;
}
.menu li a,
.ms-title h2 {
    text-transform: uppercase;
}
.menu_list {
    margin-bottom: 0;
}
.menu li {
    float: left;
    padding: 0 15px;
    backface-visibility: hidden;
    cursor: pointer;
}
.menu li a {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.menu ul li:hover > ul {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu_list:hover > li > a {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.menu_list > li > a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    padding-top: 12px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub-menu:after {
    position: absolute;
    width: 100%;
    height: calc(100% - 12px);
    left: 0;
    border-radius: 4px;
    box-shadow: rgba(78, 70, 145, 0.560784) 0 10px 20px -12px, rgba(0, 0, 0, 0.117647) 0 3px 20px 0, rgba(0, 0, 0, 0.2) 0 8px 10px -5px;
}
.sub-menu:before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 8px;
    left: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub-menu li {
    padding: 0;
    width: 140px;
    z-index: 3;
}
.sub-menu li a {
    color: #676767 !important;
    font-size: 12px !important;
    padding: 10px;
}
.container > section,
.ms-portfolio {
    padding-top: 90px;
    padding-bottom: 90px;
}
.sub-menu ul > li:first-child,
.sub-menu > li:first-child {
    border-radius: 4px 4px 0 0;
}
.sub-menu ul > li:last-child,
.sub-menu > li:last-child {
    border-radius: 0 0 4px 4px;
}
.sub-menu li:hover {
    background: rgba(171, 173, 217, 0.1);
}
.mobile-menu-btn {
    display: none;
}
.hero-parallax,
.nav-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
}
.nav-trigger {
    float: right;
    height: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.nav-trigger em,
.nav-trigger em:after,
.nav-trigger em:before {
    display: block;
    position: relative;
    height: 2px;
    width: 24px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav-trigger em:after,
.nav-trigger em:before {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: transform 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-trigger em:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.nav-trigger em:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
}
.nav-open .nav-trigger em:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-open .nav-trigger em:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-inner {
    text-align: right;
    float: right;
    width: 100%;
}
.customers-list li,
.ms-about p,
.ms-hero-copy,
.ms-title,
.service-item i,
.team-socials a,
article {
    text-align: center;
}
.container > section {
    position: relative;
}
.ms-hero-copy {
    top: auto;
    width: 60%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #f7f7fa;
    margin: 0 auto 15px;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.customers-list li img,
.parallax-slider::before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.grid-item img,
.ms-grid figure {
    -webkit-backface-visibility: hidden;
}
.ms-hero-copy.ms-title {
    margin-bottom: 0;
}
.ms-hero-copy.ms-title small {
    color: #fff;
}
.ms-hero-copy.ms-title b {
    text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ms-title {
    margin: 0 auto 60px;
}
.ms-title h2 {
    position: relative;
    color: #c78b23;
    margin: 0 auto 20px;
    font-weight: 700;
}
.ms-title h3,
.post-info a,
.sidebar-categories a {
    text-transform: capitalize;
}
.ms-title h3 {
    font-size: 16px;
    width: 66.666%;
    margin: 0 auto;
}
.hero-parallax,
article {
    width: 100%;
    position: relative;
}
.ms-about .ms-title,
.pagination {
    margin-bottom: 0;
}
article {
    display: inline-block;
}
.ms-grid {
    padding: 0;
}
.ms-grid figure {
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.pagination > li > a {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
    border: none;
}
.pagination > li > a i {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.pagination > li > a.active {
    background: #eb484d;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-radius: 4px;
}
.hero-parallax {
    height: 700px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-heading.parallax-slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.ellipse-border svg,
.ellipse-border-bottom svg {
    width: 100%;
    height: 100%;
}
.ellipse-border {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.ellipse-border-bottom {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.ellipse-border svg {
    position: absolute;
    vertical-align: bottom;
}
.parallax-slider .row {
    z-index: 2;
}
.parallax-slider .ms-title,
.parallax-slider .ms-title h2,
.parallax-slider .ms-title h3 {
    z-index: 4 !important;
    color: #fff;
}
.parallax-slider::after,
.parallax-slider::before {
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}
.parallax-slider::before {
    background-image: -webkit-linear-gradient(135deg,  #0e0e0e, ##934a44);
    background-image: linear-gradient(-45deg,  #0e0e0e,  #c78b23);
}
.ellipse-bottom::before {
    background-image: none;
}
.parallax-slider::after {
    box-shadow: inset 0 0 160px 10px rgba(0, 0, 0, 0.4);
    background-image: url(../images/subtle-dots.png);
}
.customers-list {
    margin: 0;
}
.ms-customer {
    padding: 30px 0;
    display: block;
}
.customers-list li {
    height: auto;
    padding: 15px 30px;
}
.customers-list li img {
    height: auto;
    width: 100%;
    display: inline-block;
}
.ms-about p {
    margin: 0;
}
.service-item {
    cursor: default;
}
.service-item i {
    margin: 26px 0 24px;
    font-size: 48px;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-item:hover > i {
    border: 1px solid;
    background: #fff;
    box-shadow: 0 16px 26px -10px;
}
.testimonial-slider {
    z-index: 3;
    margin: 0 auto;
}
.controls-navigate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.controls-navigate .next i,
.controls-navigate .prev i {
    font-size: 48px;
    cursor: pointer;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.controls-navigate .prev {
    color: #fff;
    margin-top: 30px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 4;
}
.controls-navigate .next {
    color: #fff;
    margin-top: 30px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 4;
}
.testimonial-cell {
    cursor: pointer;
}
.testimonial-cell i {
    width: 100%;
    position: absolute;
    right: -30px;
    top: -68px;
    color: #fff;
    font-size: 64px;
    text-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
}
.testimonial-quote {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 30px;
    width: 75%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 6px;
}
.testimonial-author {
    width: auto;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5;
    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;
}
.author-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 15px 0 20px;
}
.testimonial-avatar {
    position: relative;
    margin: 0 auto;
    width: 100px;
    box-shadow: 0 16px 20px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.testimonial-avatar img {
    border-radius: 6px;
}
.testimonial-author p {
    margin: 15px;
}
.testimonial-author span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.item-content {
    position: relative;
    widows: 100%;
    height: 100%;
}
.item-select-option {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    left: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.item-select-option i {
    color: #fff;
    font-size: 32px;
    padding: 5px;
    background: #4e4691;
    margin: 5px;
    border-radius: 4px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
e.item-select-option i:hover {
    background: #eb484d;
}
.grid-item img {
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.blog-post h5,
.post-info a {
    -webkit-backface-visibility: hidden;
}
img.mfp-img {
    padding-bottom: 15px;
}
.ms-grid:hover figure {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.item-select-option i:hover,
.ms-grid figure:hover,
.ms-grid figure:hover .item-select-option {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ms-grid:hover .grid-item img {
    box-shadow: none;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    cursor: pointer;
}
.ms-grid figure:hover {
    color: #eb484d;
}
.ms-grid figure:hover .item-select-option {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ms-grid figure:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}
.ms-our-team figcaption {
    position: relative;
}
.team-socials {
    position: absolute;
    width: 100%;
    top: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-socials a {
    margin: 0 5px 0 0;
}
.ms-our-team .grid-item:hover figcaption p {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ms-our-team .grid-item:hover .team-socials {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-info a,
.post-info i {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.team-socials .btn:hover {
    box-shadow: none;
}
.blog-post {
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.blog-post img {
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.post-info a {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a4a4a;
}
.like-post,
.like-post li,
.share-post,
.share-post li {
    display: inline-block;
}
.post-info i {
    font-size: 16px;
    margin-right: 5px;
}
.post-info a {
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    backface-visibility: hidden;
}
.post-info a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-post a {
    color: #4e4691;
}
.blog-post h5 {
    margin: 30px 0 15px;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    backface-visibility: hidden;
}
.blog-post p {
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
}
.timeline-date:after,
.timeline:before {
    content: "";
    position: absolute;
}
.blog-post:hover h5 {
    color: #eb484d;
}
.share-post {
    float: right;
}
.like-post li:first-child,
.share-post li:first-child {
    font-weight: 600;
    font-size: 14px;
}
.like-post a,
.share-post a {
    padding: 0 5px;
    font-size: 16px;
}
.timeline {
    margin-bottom: 60px;
    padding: 15px 0 0;
}
.timeline li {
    padding: 0 15px 60px;
}
.timeline li:last-child {
    padding-bottom: 60px;
}
.timeline:before {
    border-left: 4px solid #e4e3ef;
    width: 100%;
    height: 100%;
    left: 16.32366666667%;
}
.timeline h5 {
    margin: 0;
}
.timeline p {
    margin: 15px 0;
}
.timeline-date {
    text-align: right;
    padding-right: 15px;
    padding-top: 2px;
}
.timeline-date .post-info a {
    margin-right: 30px;
}
.timeline-date:after {
    width: 16px;
    height: 16px;
    background: #4e4691;
    border: 2px solid #e4e3ef;
    box-shadow: 0 0 0 2px #ccc, 0 0 0 2px #e5e5e5;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.timeline .blog-post:hover .timeline-date:after {
    background: #eb484d;
    border-color: #eb484d;
}
.blog-sidebar {
    padding-top: 15px;
}
.blog-sidebar ul,
.sidebar-search {
    margin-bottom: 40px;
}
.sidebar-search input {
    background-image: none;
    width: 100%;
    border: 1px solid rgba(49, 54, 168, 0.14902);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sidebar-search input:focus {
    background-image: none;
    outline: 0 !important;
    border: 1px solid #4e4691;
    box-shadow: none;
}
.input-group-btn button {
    border: none;
    outline: 0 !important;
    background: #4e4691;
    color: #fff;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sidebar-latest li {
    padding-bottom: 15px;
}
.sidebar-latest img {
    width: 60px;
    border-radius: 5px;
    margin-right: 15px;
    float: left;
}
.sidebar-latest h5 {
    font-size: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-bottom: 5px;
}
.sidebar-latest h5:hover {
    color: #eb484d;
}
.sidebar-categories li {
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
    padding: 10px 0;
}
.sidebar-categories li:last-child,
.sidebar-latest li:last-child {
    border-bottom: none;
}
.sidebar-categories a {
    color: #4a4a4a;
    font-size: 14px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.sidebar-tags li {
    float: left;
    line-height: 1.8;
    margin: 0 8px 8px 0;
}
.sidebar-tags li a {
    background: #4e4691;
    padding: 4px 8px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.sidebar-tags a {
    color: #fff;
    font-size: 13px;
}
.sidebar-categories a:hover {
    color: #eb484d;
}
.sidebar-tags li a:hover {
    background: #eb484d;
}
.single-post p {
    text-align: justify;
}
.post-details .post-info {
    margin-bottom: 22px;
    margin-top: 16px;
}
.post-details .sidebar-tags {
    margin-top: 10px;
}
.post-details .post-info a {
    cursor: pointer;
    color: #4e4691;
}
.media {
    margin-bottom: 30px;
}
.media .media-object {
    width: 80px;
    border-radius: 4px;
}
.media-heading {
    margin-bottom: 10px;
}
.media-heading small {
    margin-left: 5px;
}
.media-body {
    font-size: 16px;
    font-weight: 300;
}
.nasted-comment {
    margin-left: 90px;
}
.media-left,
.media > .pull-left {
    padding-right: 30px;
    margin-top: 0;
}
.media-body a {
    display: block;
    width: 70px;
    color: #4e4691;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.media-body a:hover {
    color: #eb484d;
}
.ms-subscribe,
.single-nav a {
    color: #fff;
    text-align: center;
}
.media-body i {
    margin-right: 10px;
}
.media-body > .media {
    margin-top: 24px;
}
.single-post-comments {
    margin-top: 90px;
}
.post-comment-name {
    padding-left: 0;
}
.post-comment-email {
    padding-right: 0;
}
.post-comment-btn {
    padding-top: 6px;
}
.portfolio-inner {
    width: 100%;
}
#sticky {
    float: left;
    position: static;
}
.project-details {
    margin: 24px 0;
}
.project-details li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
}
.project-details li:last-child {
    border-bottom: none;
}
.project-details span {
    font-weight: 600;
    margin-right: 10px;
}
.project-details .share-post {
    float: none;
}
.single-nav {
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px rgba(49, 54, 168, 0.14902);
    border-bottom: solid 1px rgba(49, 54, 168, 0.14902);
}
.single-nav.portfolio-item-nav {
    margin-top: 90px;
}
.single-nav .btn {
    padding: 10px;
}
.single-nav a {
    display: block;
    line-height: 0.8;
}
.single-prev {
    float: left;
}
.single-next {
    float: right;
}
.single-next span,
.single-prev span {
    display: inline-block;
    vertical-align: middle;
}
.single-next-title {
    margin: 0 15px;
    font-size: 16px;
}
.related-projects {
    margin-bottom: 90px;
}
.ms-subscribe {
    padding: 0;
}
.subscribe-content .card-raised {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    float: none;
    padding: 0;
}
.subscribe-content .btn {
    margin: 15px 0;
}
.subscribe-content .submit {
    text-align: right;
}
.card-pricing,
.card-pricing ul li,
.copyright,
.ms-faq .col-md-4 {
    text-align: center;
}
.subscribe-content .form-group {
    margin: 15px 0 0;
    display: table;
    border-collapse: separate;
}
.subscribe-content .input-group-addon {
    border: 0;
    background-color: transparent;
    padding: 6px 15px 0;
}
.subscribe-content .input-group-addon i {
    color: #676767 !important;
}
.subscribe-content .form-group input {
    padding: 21px 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.subscribe-content .form-group input::-webkit-input-placeholder {
    transition: color 0.3s ease;
}
.subscribe-content .error::-webkit-input-placeholder {
    color: #eb484d;
    transition: color 0.3s ease;
}
.form-group {
    margin-top: 18px;
    margin-bottom: 18px;
}
.form-control,
.form-group .form-control {
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border: 1px solid #dddced;
    border-radius: 5px;
    font-weight: 400;
}
#contact-form,
.card-pricing:hover {
    box-shadow: 0 16px 38px -12px rgba(78, 70, 145, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.ms-faq {
    margin-bottom: 40px;
}
.ms-faq .col-md-4 {
    margin-bottom: 30px;
}
.faq-icon i {
    font-size: 2.6em;
}
.faq-info h4 {
    margin: 15px;
}
.card-pricing {
    border: 1px solid #dddced;
    padding: 15px 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.card-title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #c78b23;
    margin-left: -10px;
}
.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}
.card-pricing ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.card-pricing ul li:last-child {
    border: 0;
}
.card-pricing small {
    position: relative;
    top: -26px;
    padding: 5px;
    font-size: 26px;
    color: #4e4691;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card-pricing:hover .card-title small,
.control-label.active {
    color: #eb484d;
}
.card-pricing:hover {
    border: 1px solid #eb484d;
}
.card-pricing:hover .card-title {
    color: black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-form {
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.form-group .control-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    margin-bottom: 5px;
}
.form-group textarea {
    height: 120px;
    max-height: 360px;
    max-width: 100%;
    min-width: 100%;
}
.info-horizontal .icon > i {
    font-size: 2.6em;
}
.info-horizontal .description p {
    margin: 0;
}
.info .info-title {
    position: absolute;
    top: 0;
    color: #3c4858;
    margin: 30px 0 15px;
}
.contact-content .description {
    margin-bottom: 30px;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 300;
}
label.error:after {
    content: "*";
    position: absolute;
}
.contact-map {
    height: 120px;
    width: 100%;
    top: -190px;
    margin-top: 0;
    bottom: 0;
    position: relative;
}
#map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    z-index: 1;
}
footer {
    padding: 30px 0;
    position: relative;
}
.footer-social-buttons {
    text-align: center;
    margin-bottom: 0;
}
.footer-social-buttons li {
    display: inline-block;
}
.footer-social-buttons .btn {
    padding: 0;
    margin-top: 0;
    font-size: 18px;
    width: 30px;
}
@media only screen and (max-width: 1024px) {
    .row {
        padding: 0;
    }
    .menu-right-box {
        display: none;
    }
    .hero-parallax {
        height: 450px;
    }
    .page-heading.parallax-slider {
        height: 350px;
    }
}
@media only screen and (max-width: 800px) {
    h1 {
        font-size: 2.6em;
    }
    h2 {
        font-size: 2.2em;
    }
    h3 {
        font-size: 1.825em;
        line-height: 1.4em;
    }
    h4 {
        font-size: 1.6em;
    }
    .ms-title h3,
    p {
        font-size: 14px;
    }
    .ms-title {
        margin-bottom: 30px;
    }
    .ms-title h3 {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .post-info a,
    figcaption small {
        font-size: 85%;
    }
    .hero-parallax {
        height: 350px;
    }
    .ms-hero-copy {
        width: 100%;
    }
    .container > section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .controls-navigate {
        padding: 5px;
    }
    .card-pricing {
        margin-bottom: 15px;
    }
    .card-pricing small {
        top: -10px;
    }
    .subscribe-content .submit {
        text-align: center;
    }
    .back-top {
        right: 1.5rem;
        bottom: 1.5rem;
    }
    .single-next-title {
        display: none !important;
    }
    .single-nav.portfolio-item-nav {
        margin-top: 30px;
    }
    .ms-portfolio {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .timeline {
        margin: 0;
    }
    .timeline li {
        padding: 0 0 30px;
    }
    .timeline h5 {
        margin: 15px 0 0;
    }
    .timeline-date {
        text-align: left;
        padding: 15px;
    }
    .timeline-date:after,
    .timeline:before {
        display: none;
    }
    .blog-post img {
        box-shadow: 0 4px 12px -3px rgba(78, 70, 145, 0.56), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.2);
    }
    .sidebar-tags {
        margin-bottom: 0 !important;
    }
    .post-info a {
        margin-right: 7px;
    }
    .media-body {
        font-size: 14px;
    }
    .media.nasted-comment {
        margin-left: 0;
    }
    .post-comment-email,
    .post-comment-name {
        padding: 0;
    }
    .ms-customer {
        padding: 30px 0 0;
    }
    .customers-list li {
        padding: 15px 10px;
    }
    .ellipse-border-bottom {
        top: -0.58rem;
    }
    .contact-map {
        height: 120px;
    }
    .copyright {
        font-size: 12px;
    }
    .auto-hide-header,
    .auto-hide-header.navbar-transparent {
        background: #4e4691;
        padding: 0;
    }
    .logo {
        height: 24px;
    }
    .logo a {
        height: 16px;
    }
    .mobile-menu-btn {
        display: block;
        height: 24px;
        float: right;
        padding: 0;
    }
    .menu {
        display: none;
    }
    .menu li,
    .menu.menu-open {
        display: block;
        width: 100%;
    }
    .menu.menu-open {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 0;
        overflow: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-open .menu_list {
        top: 70px;
        height: calc(100% - 70px);
        overflow-y: auto;
        position: relative;
        background: #4e4691;
        padding-bottom: 10px;
    }
    .sub-menu,
    .sub-menu:before {
        display: none;
    }
    .menu li > a {
        font-family: Oswald, sans-serif;
        font-size: 24px;
        margin-top: 10px;
    }
    .sub-menu {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        padding-top: 0;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        transition: none;
        background: 0 0;
    }
    .sub-menu li {
        background: rgba(171, 173, 217, 0.1);
    }
    .sub-menu li a {
        color: #fff !important;
        font-family: "Open Sans", sans-serif;
        font-size: 14px !important;
        margin: 0;
    }
    .sub-menu:after {
        background: 0 0;
        box-shadow: none;
    }
}
