
html,
body {
    height: 100%;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

body {
    color: #6B6B6B;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control::-ms-input-placeholder {
    color: #fff;
}

.form-control.error {
    border-color: #EB0000;
}

/* 1-1 TYPHOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.mdl-typography--display-4,
.mdl-typography--display-3 {
    font-weight: 300;
}

p {
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 22px;
}

.mdl-button {
    font-weight: 300;
}

a {
    color: #EB0000;
}

a:hover,
a:focus {
    color: #EB0000;
    text-decoration: none;
    outline: none;
}

.mdl-button--primary.mdl-button--primary.mdl-button--fab,
.mdl-button--primary.mdl-button--primary.mdl-button--raised {
    color: #fff;
    background-color: #EB0000;
}

/* 1-2 COLOR SWTICHER */
#demo-colors,
#open-switcher,
#close-switcher {
    display: none;
}

#open-switcher,
#close-switcher {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 4;
    padding: 15px;
    color: #fff;
    background: #EB0000;
    cursor: pointer;
    border: 1px solid #EB0000;
    border-left: 0px;
    border-radius: 0 2px 2px 0;
}

#close-switcher {
    color: #fff;
    background: #EB0000;
    border: 1px solid #EB0000;
    display: none;
    left: 200px;
    box-shadow: 10px 5px 46px 8px rgba(0, 0, 0, .14), 10px 0px 26px -6px rgba(0, 0, 0, .2);
}

#demo-colors {
    position: fixed;
    top: 200px;
    left: -202px;
    width: 200px;
    background: #FFF;
    border-radius: 0;
    z-index: 3;
}

#demo-wrapper {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 30px;
}

#demo-wrapper h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

#demo-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#demo-wrapper ul li.color-1 {
    background: #4CAF50;
    border: 1px solid #fff;
}

#demo-wrapper ul li.color-2 {
    background: #0C78D4;
    border: 1px solid #fff;
}

#demo-wrapper ul li.color-3 {
    background: #FF9800;
    border: 1px solid #fff;
}

#demo-wrapper ul li.color-4 {
    background: #EB0000;
    border: 1px solid #fff;
}

#demo-wrapper ul li.color-5 {
    background: #673AB7;
    border: 1px solid #fff;
}

#demo-wrapper ul li.active {
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #ddd;
}

#demo-wrapper ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin: 5px;
    cursor: pointer;
}

.clear {
    clear: both;
}

#demo-wrapper p {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

@media screen and (max-width: 960px) {

    #open-switcher,
    #close-switcher,
    #demo-colors {
        display: none;
    }
}

/* 1-3 VERTICAL CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}

.vc-child {
    display: table-cell;
    vertical-align: middle;
}

/* 1-5 MODAL */
.modal-dialog {
    width: auto;
}

.modal-content {
    background-color: transparent;
}

.modal button.close {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 39;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    opacity: 1;
    outline: 0;
}

/*------------------------------------*\
    2. MAIN NAVIGATION
\*------------------------------------*/

a.mainNav-logo {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 15px;
    margin-bottom: 20px;
}

a.mainNav-logo img {
    width: 150px;
    max-width: 100%;
}

.mdl-layout__container.is-visible {
    position: fixed;
    z-index: 999999;
}

.ie9 .mainNav {
    position: absolute;
}

.ie9 .mdl-layout__drawer {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.ie9 .mdl-layout__drawer.is-visible {
    transform: translateX(0);
}

.mainNav .mdl-layout__drawer-button {
    display: none;
}

.mainNav .mdl-layout__drawer,
.mainNav .mdl-layout__obfuscator {
    position: fixed;
}

.mainNav .mdl-layout__drawer {
    display: block;
    border-right: none;
    padding-bottom: 30px;
    left: auto;
    right: 0;
    transform: translateX(100%);
    z-index: 999;
    transition: all .5s ease;
}

.mainNav .mdl-layout__drawer.is-visible {
    transform: translateX(0%);
}

.mainNav .mdl-layout__obfuscator {
    z-index: 7;
}

.mainNav>.mdl-layout__drawer>.nav {
    font-size: 0;
}

.mainNav .nav>li>a {
    overflow: hidden;
}

.mainNav .nav li a {
    background: transparent;
    margin: 0;
    padding-left: 20px;
    border-radius: 0;
    position: relative;
    color: #6B6B6B;
    font-size: 14px;
}

.mainNav .nav>li>a {
    font-weight: 500;
    font-size: 15px;
}

.mainNav .nav li a:hover,
.mainNav .nav li a:focus {
    background: transparent;
    color: #EB0000;
}

.mainNav i.menu-icon {
    width: 25px;
    text-align: center;
    font-size: 16px;
}

.mainNav .nav .dropdown-menu {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.mainNav .nav li.opened .dropdown-menu {
    display: block;
}

.mainNav .dropdown-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 56px;
    font-weight: 300;
    border-left: 5px solid transparent;
    -webkit-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
}

.mainNav .nav li a i.fa-plus {
    margin-left: 10px;
    font-size: 10px;
}

.mainNav .nav li.open a i.fa-plus:before,
.mainNav .nav li.opened a i.fa-plus:before {
    content: "\f068";
}

.admin-controls {
    margin-top: 20px;
    text-align: center;
}

.admin-controls a {
    margin: 0 2px;
}

.mainNav-social-links {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.mainNav-social-links li {
    display: inline-block;
}

.mainNav-social-links li a {
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    padding: 0;
    color: #6B6B6B;
}

.mainNav-social-links li a:hover {
    color: #EB0000;
}

.mainNav-social-links li .mdl-button__ripple-container {
    border-radius: 50%;
}

/*------------------------------------*\
    3. TOP NAVIGATION
\*------------------------------------*/
#topNav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    border: none;
}

#topNav .nav-body .mainNavButton,
#topNav .nav-body .login-form-button {
    margin: 30px 0 0;
}

#topNav .nav-body .mainNavButton i,
#topNav .nav-body .login-form-button i {
    margin-top: -4px;
    margin-right: 6px;
}

#topNav .navbar-brand {
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 0;
    background-color: #EB0000;
}

#topNav .navbar-brand img {
    display: inline;
}

/* Homepage Version 2 Top Nav */

#topNav2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    transition-property: top, box-shadow, background-color;
    transition-duration: .25s;
}

#topNav2.topNav2-bg {
    background: rgba(48, 48, 48, 0.8);
}

#topNav2.sticky {
    background-color: #303030;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.navbar-header {
    max-width: 100%;
    padding-right: 30px;
    float: none;
}

#topNav2 .navbar-brand {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    padding: 0 0;
    margin: 0 0 0 0;
}

#topNav2 .navbar-brand img {
    width: 300px;
    max-width: 100%;
}

#topNav2 .nav-body .mainNavButton,
#topNav2 .nav-body .login-form-button {
    margin: 30px 0 0;
}

#topNav2 .nav-body .mainNavButton i,
#topNav2 .nav-body .login-form-button i {
    margin-top: -4px;
}

#topNavbar2 {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    padding: 0;
}

#topNavbar2 li a {
    padding: 20px 18px 18px;
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    outline: 0;
    text-transform: uppercase;
    transition: .25s;
}

#topNavbar2 li a:hover,
#topNavbar2 li.active a {
    border-bottom: 3px solid #fff;
}

#topNavbar2 li button {
    color: #fff;
    font-size: 21px;
    padding: 12px;
    height: auto;
    transition: .25s;
}

#topNavbar2 li a:hover,
#topNavbar2 li a:focus,
#topNavbar2 li button {
    background-color: transparent;
}

#topNavbar2 .dropdown-menu {
    right: auto;
    left: 0;
}

#topNavbar2 .dropdown-menu li a {
    color: #6B6B6B;
}

#topNav2 li.open i.fa.fa-plus:before {
    content: "\f068";
}

#topNav2 .nav li a i.fa-plus,
#topNav2 .nav li a i.fa-plus {
    font-size: 11px;
}

/*------------------------------------*\
    4. HEADER AREA
\*------------------------------------*/
#header {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: .25s;
    transition: .25s;
}

#header:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -2;
}

/* 4-1 HEADER SLIDER */
.header-items,
.header-items .header-item,
.header-items .header-slider-img {
    height: 100%;
}

.header-items .header-slider-img img {
    min-height: 100%;
    width: 100%;
}

.header-slider-img {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.header-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-item:before {
    content: " ";
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.center-header-slider-content {
    display: table-cell;
    vertical-align: middle;
}

.center-header-slider-content .col-md-6 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.center-header-slider-content .col-md-6.slider-1-content-c {
    width: 49%;
    overflow: hidden;
}

.header-slider-content h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.header-slider-content h4 {
    margin-top: 12px;
    margin-bottom: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.header-slider-content a.mdl-button {
    margin-top: 15px;
}

.header-slider-content a.mdl-button+a.mdl-button {
    margin-left: 12px;
    margin-right: 12px;
}

.slider-1-content a.mdl-button {
    padding: 5px 40px;
    height: auto;
}

.slider-1-img {
    position: relative;
}

.slider-1-img .img-2 {
    position: absolute;
    top: 6%;
    left: 12.8%;
    width: 74.8%;
    transform: scale(1.3);
    visibility: hidden;
}

.slider-2-content a.mdl-button {
    padding: 5px 40px;
    height: auto;
}

.slider-2-content a.learn-more {
    padding-left: 30px;
    padding-right: 30px;
}

#tubular-container,
#tubular-shield {
    position: absolute !important;
    top: 0;
    left: 0;
    overflow: visible !important;
}

.slider-3-content h4 {
    margin-top: 12px;
    margin-bottom: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.slider-3-content a.mdl-button {
    padding: 5px 40px;
    height: auto;
}

.slider-3-content a.learn-more {
    padding-left: 30px;
    padding-right: 30px;
}

/*------------------------------------*\
    6. SERVICES AREA
\*------------------------------------*/
#services {
    position: relative;
    padding: 60px 0 100px;
    background-color: #fff;
}

.section-title h1,
.section-title h2 {
    position: relative;
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h2:before {
    content: " ";
    background: #EB0000;
    width: 50px;
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
}

.section-title p {
    margin-bottom: 70px;
}

.service-item {
    padding: 0;
    color: #EB0000;
}

.service-item .mdl-card {
    display: block;
    width: auto;
    min-height: 0;
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 0;
}

.service-item:hover .mdl-card,
.service-item.active .mdl-card {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1;
}

.service-item:hover .mdl-card {
    z-index: 2;
}

.service-item .mdl-card__title {
    display: block;
    padding: 0;
    color: #fff;
}

.service-item .mdl-card__title img {
    width: 100%;
}

.service-item .mdl-card__supporting-text {
    position: relative;
    overflow: visible;
    width: 100%;
}

.service-item i.ico {
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: block;
    margin: -50px auto 30px;
    background-color: #fff;
    color: #EB0000;
    position: relative;
    box-shadow: 0 2px 4.7px .3px rgba(0, 0, 0, .24);
    transition: border-radius .25s;
}

.service-item:hover i.ico,
.service-item.active i.ico {
    border-radius: 50%;
    color: #fff;
    background-color: #EB0000;
}

.service-item i.ico:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.service-item .mdl-card__supporting-text h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #EB0000;
    text-transform: uppercase;
}

.service-item .mdl-card__actions {
    padding: 0 0 35px;
}

.service-item p {
    color: #303030;
}

.service-item .read-more {
    margin: 0 auto;
}

a.section-footer-link {
    margin-top: 70px;
}

/*------------------------------------*\
    7. ABOUT AREA
\*------------------------------------*/
#about {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

#about:before {
    content: " ";
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

#about .mdl-card {
    min-height: 0;
    width: auto;
    padding: 60px 80px 80px;
}

.about-progress-bar p {
    margin-bottom: 0;
    font-weight: 500;
}

.about-progress-bar .progress {
    height: 4px;
    overflow: visible;
}

.about-progress-bar .progress-bar {
    background-color: #EB0000;
    position: relative;
}

.about-progress-bar .progress-bar span {
    position: absolute;
    top: -14px;
    right: -16px;
    color: #6B6B6B;
    background-color: #f8f8f8;
    padding: 5px;
    box-shadow: 0 2px 4.7px .3px rgba(0, 0, 0, .24);
}

.facts {
    position: relative;
    margin-top: 80px;
    padding: 40px 0;
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s;
}

.facts:hover {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
}

.facts:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, .09);
    right: -15px;
    top: 50%;
    margin-top: -50px;
}

.facts.last-child:before {
    width: 0;
}

.facts-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #fff;
    background-color: #EB0000;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}

.facts-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facts:hover .facts-icon i.fa {
    border-radius: 50%;
}

.facts-text {
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.facts-number {
    font-size: 22px;
    font-weight: 700;
    color: #303030;
}

/*------------------------------------*\
    8. TEAM AREA
\*------------------------------------*/
#team {
    color: #6B6B6B;
    position: relative;
    padding: 60px 0 100px;
    background-color: #fff;
}

.team-summary a.read-more {
    color: #777777;
    -webkit-transition: .25s;
    transition: .25s;
}

.team-summary a.read-more:hover {
    color: #fff;
}

.team-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
}

.team-item .mdl-card {
    min-height: 0;
    width: auto;
}

#team .mdl-card__supporting-text {
    padding: 0 15px;
    width: 100%;
}

.team-item .mdl-card__title-text {
    display: block;
}

.team-item .mdl-card__title-text img {
    width: 100%;
}

.team-item h2 {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
}

.team-item:hover h2 {
    color: #EB0000;
}

.team-item h4 {
    font-size: 14px;
    margin-top: 0;
    padding: 0;
    line-height: 14px;
    color: #6B6B6B;
}

.team-item .mdl-card__menu {
    left: 0;
    width: 100%;
    right: auto;
    top: 0;
}

.ie9 .team-item .mdl-card__menu {
    display: none;
}

.team-item .mdl-card__menu button.mdl-button {
    float: right;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
}

.team-item .mdl-card__menu button.mdl-button i {
    display: block;
    position: absolute;
    left: 7px;
    top: -5px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.team-item .mdl-card__menu .mdl-menu__container {
    left: 0;
    width: 90% !important;
    margin: 0 auto;
}

.team-item .mdl-card__menu .mdl-menu__outline {
    width: 100% !important;
}

.team-item .mdl-card__menu .mdl-menu__container .mdl-menu {
    width: 100% !important;
    padding: 15px;
}

.team-item .mdl-card__menu .mdl-menu__container .mdl-menu .progress {
    height: 4px;
    overflow: visible;
}

.team-item .mdl-card__menu .mdl-menu__container .mdl-menu .progress-bar {
    background-color: #EB0000;
    position: relative;
}

.team-item .mdl-card__menu .mdl-menu__container .mdl-menu .progress-bar span {
    position: absolute;
    top: -14px;
    right: -16px;
    color: #6B6B6B;
    background-color: #f8f8f8;
    padding: 5px;
    box-shadow: 0 2px 4.7px .3px rgba(0, 0, 0, .24);
}

.team-item .mdl-card__menu .mdl-menu__container .mdl-menu p {
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 14px;
}

.team-item .mdl-card__menu .material-icons {
    color: #fff;
}

.team-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.team-social-links li {
    display: inline-block;
}

.team-social-links li a {
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    padding: 0;
    color: #6B6B6B;
}

.team-social-links li a:hover {
    color: #ff7373;
}

.team-social-links li .mdl-button__ripple-container {
    border-radius: 50%;
}

/*------------------------------------*\
    9. BACKGROUND VIDEO AREA
\*------------------------------------*/
#bgVideo {
    height: 500px !important;
    background-size: cover;
    position: relative;
}

#bgVideo:before {
    content: " ";
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

#bgVideo .play-button {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -28px;
    text-align: center;
}

#bgVideo .play-button a {
    outline: 0;
}

#bgVideo .play-button i.fa {
    font-size: 18px;
    margin-left: 5px;
    margin-top: 20px;
}

/*------------------------------------*\
    10. PROJECTS AREA
\*------------------------------------*/
#projects {
    position: relative;
    padding: 60px 0 100px;
    background-color: #f8f8f8;
}

.project-item .mdl-card {
    min-height: 0;
    width: auto;
    display: block;
    overflow: visible;
}

.project-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.project-item-content {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
    background-color: #fff;
}

.project-item h2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 15px;
}

.project-item h2 a {
    display: block;
    color: #303030;
    font-weight: 500;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.project-item p {
    color: #303030;
    padding-left: 15px;
    padding-right: 15px;
}

.project-item .mdl-card img {
    width: 100%;
}

.project-item .read-more {
    color: #777777;
    margin: 10px;
    background-color: rgba(158, 158, 158, .2);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
}

.project-item .action-bar {
    border-top: 1px solid #e9e9e9;
    position: relative;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.project-item .action-bar .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e9e9e9;
    padding: 0 15px;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.project-item .action-bar .icon a {
    margin-top: 10px;
    min-width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    color: #6B6B6B;
    overflow: hidden;
    z-index: 0;
}

.project-item .action-bar .icon a:hover {
    color: #ff7373;
}

.project-item .action-bar .icon i.fa {
    font-size: 20px;
    vertical-align: middle;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.project-item:hover .read-more,
.project-item.active .read-more {
    color: #fff;
    background-color: #EB0000;
}

/*------------------------------------*\
    11. SUBSCRIBE AREA
\*------------------------------------*/
#subscribe {
    padding: 80px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#subscribe.bg-image:before {
    content: " ";
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

#subscribe h2,
#subscribe p {
    color: #fff;
    margin-bottom: 15px;
}

#subscribe h2 {
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

#subscribe.bg-image .submit-button {
    color: #fff;
}

.hidden-items {
    height: 0px;
    overflow: hidden;
}

.recommender-comment {
    margin-bottom: 40px;
}

.recommender-comment p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.recommender-info {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

/*------------------------------------*\
    14. PRICING TABLE AREA
\*------------------------------------*/
#pricingTable {
    position: relative;
    padding: 60px 0 100px;
    background-color: #fff;
}

.pricing-table {
    padding-top: 30px;
    background: transparent;
    width: auto;
    -webkit-transition: .25s;
    transition: .25s;
}

.pricing-table:hover,
.ptc-holder.active .pricing-table {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.pricing-table-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.ptc-doller-sign {
    font-size: 30px;
    margin-left: -10px;
}

.ptc-price {
    margin: 28px 0 0;
    background-color: #EB0000;
    padding: 30px 0 15px;
    color: #fff;
}

.ptc-amount {
    font-size: 48px;
    font-weight: 700;
}

.ptc-sub-desc {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.pricing-table-body {
    margin: 30px 0;
}

.pricing-table-body li {
    margin-bottom: 8px;
    font-weight: 400;
}

.pricing-table-body li:last-child {
    margin-bottom: 0;
}

.pricing-table .mdl-card__actions {
    padding: 20px 0;
}

.pricing-table .mdl-card__actions a {
    padding: 0 27px;
}

/*------------------------------------*\
    15. BRANDS AREA
\*------------------------------------*/
#brands {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#brands:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 48, 48, 0.8);
}

/*------------------------------------*\
    16. BLOG AREA
\*------------------------------------*/
#blog {
    position: relative;
    padding: 60px 0 100px;
    background-color: #fff;
}

.blog-item .mdl-card {
    transition: .25s;
    z-index: 0;
}

.blog-item:hover .mdl-card {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.blog-item .mdl-card__title-text {
    align-self: auto;
}

.meta-data {
    border-right: 2px solid #fff;
    width: 72px;
    position: absolute;
    top: 0;
    left: 0;
}

.meta-data .date {
    background-color: #EB0000;
    border-bottom: 2px solid #fff;
    text-align: center;
    display: table;
    width: 100%;
    padding: 10px 10px;
}

.meta-data .date a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.meta-data .date span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.meta-data .date .day {
    display: block;
    padding-top: 8px;
}

.meta-data .date .month {
    display: block;
    margin-top: -3px;
    font-size: 14px;
    text-transform: uppercase;
}

.author-img img {
    height: 70px;
}

.blog-item-img {
    width: 100%;
}

.ie9 .blog-item-img {
    width: 287px;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item .mdl-card__supporting-text p {
    margin-bottom: 0;
    color: #6B6B6B;
}

.blog-item-title {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 40px;
    margin: 0 0 15px;
}

.blog-item-title a {
    color: #303030;
    font-weight: 500;
}

.blog-item .mdl-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 16px;
}

.blog-item .mdl-card__actions a {
    color: #6B6B6B;
}

.blog-item .mdl-card__actions span {
    font-weight: 300;
    color: #6B6B6B;
    display: flex;
    align-items: center;
}

.blog-item .mdl-card__actions a.mdl-button:hover,
.blog-item .mdl-card__actions a.mdl-button:focus {
    background-color: #EB0000;
    color: #fff;
}

.blog-item:hover .mdl-card__actions a.mdl-button,
.blog-item.active .mdl-card__actions a.mdl-button {
    background-color: #EB0000;
    color: #fff;
}

a.blog-item-full-post-link {
    background-color: rgba(158, 158, 158, .2);
}

a.blog-item-comments-link {
    padding: 21px 20px 26px;
    border-left: 1px solid #d9d9d9;
}

span.blog-item-comments-link svg {
    width: 16px;
    height: 16px;
    fill: #757575;
    margin-right: 5px;
}

a.blog-item-comments-link:hover,
a.blog-item-comments-link:focus {
    color: #EB0000;
}

.blog-item:hover a.blog-item-comments-link,
.blog-item.active a.blog-item-comments-link {
    color: #EB0000;
}

/*------------------------------------*\
    17. CONTACT AREA
\*------------------------------------*/
#contact {
    position: relative;
    padding: 80px 0;
}

#map {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.contact-window {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0 80px;
    width: auto;
    min-height: 0;
}

.contact-address h2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
}

.contact-address .phone,
.contact-address .fax {
    margin-bottom: 0;
}

.contact-address .phone i,
.contact-address .fax i,
.contact-address .email i {
    margin-right: 9px;
    width: 15px;
    text-align: center;
}

.contact-address .social-links p {
    margin-bottom: 5px;
}

.contact-address .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.contact-address .social-links ul li {
    display: inline-block;
}

.contact-address .social-links ul li a {
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    padding: 0;
    color: #6B6B6B;
}

.contact-address .social-links ul li .mdl-button__ripple-container {
    border-radius: 50%;
}

.contact-form .mdl-textfield {
    width: 100%;
}

.contact-form .mdl-textfield textarea {
    resize: none;
}

.contact-form input,
.contact-form textarea {
    border-color: #6B6B6B;
    color: #6B6B6B;
    outline: 0;
}

.contact-form input[type="submit"] {
    padding: 0 27px;
}

.contact-form label {
    margin-bottom: 0;
    color: #6B6B6B;
    font-weight: 100;
}

.contact-form label:after {
    background-color: #EB0000;
}

.contact-form input.error+label:after,
.contact-form textarea.error+label:after {
    background-color: #EB0000;
    visibility: visible;
    width: 100%;
    left: 0;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
    font-weight: 500;
    font-size: 28px;
    color: #303030;
    margin-bottom: 10px;
}

.blog-articles h3 {
    font-weight: 500;
    font-size: 24px;
    color: #303030;
    margin-bottom: 10px;
}

.blog-articles p {
    margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

/*------------------------------------*\
    18. FOOTER WIDGETS AREA
\*------------------------------------*/

#footer {
    background-color: #232328;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-logo {
    margin: 0 0 20px 0;
}

.footer-logo img {
    width: 150px;
    max-width: 100%;
    height: auto;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.footer-title:before {
    content: " ";
    background: #FAFAFA;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* 18-1 LATEST NEWS WIDGET */

.row-holder {
    display: table;
    margin-bottom: 10px;
}

.left-col {
    width: 80px;
    height: 80px;
}

.right-col {
    padding-left: 5px;
}

.left-col,
.right-col {
    display: table-cell;
    vertical-align: top;
}

.right-col .footer-thumb-link {
    color: #fff;
}

.left-col-image {
    width: 76px;
    height: 76px;
    border: 3px solid #fff;
}

.left-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.footer-thumb-link {
    color: #EB0000;
}

.footer-thumb-link {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    transition: color .25s;
}

.footer-thumb-text {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

.footer-thumb-date {
    text-transform: capitalize;
    font-size: 0.8em;
    color: #EB0000;
}

.footer-thumb-text-italic {
    font-style: italic;
}

.footer-thumb-link:hover,
.footer-tweets-text a:hover {
    text-decoration: none;
    color: #fff;
}

/* 18-2 TAGS WIDGET */

.tags-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags-widget ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tags-widget ul li a.tag-item {
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #0C78D4;
    background-color: #0C78D4;
    padding: 5px 10px;
    transition: all .3s ease;
}

.tags-widget ul li a.tag-item:hover {
    color: #0C78D4;
    border: 1px solid #0C78D4;
    background-color: #fff;
}

/* 18-4 LINKS WIDGET */

.links-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links-widget li a {
    color: #fff;
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 8px 0;
    transition-property: color, border-color;
    transition-duration: .25s;
}

.links-widget li a:hover {
    color: #EB0000;
    border-color: #EB0000;
}

.links-widget li a:before {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    margin-right: 10px;
}

/*------------------------------------*\
    19. COPYRIGHT AREA
\*------------------------------------*/
#copyright {
    background-color: #1d1d21;
    color: #fff;
    padding: 20px 0;
}

#copyright p {
    margin: 15px 0;
    text-align: center;
}

#copyright a {
    font-weight: 500;
    text-transform: capitalize;
}

/*------------------------------------*\
    21. LOGIN PAGE
\*------------------------------------*/
#loginFormModal .modal-dialog {
    max-width: 360px;
    margin: 30px auto;
}

#loginFormModal .modal-content {
    margin: 0 15px;
}

.loginForm .mdl-card {
    width: auto;
}

.loginForm .mdl-card__title {
    padding-top: 0;
}

.loginForm .mdl-card__title img {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.loginForm .mdl-card__supporting-text {
    width: 100%;
}

#loginForm input {
    outline: 0;
}

#loginForm label {
    margin-bottom: 0;
    font-weight: 100;
    color: #6B6B6B;
}

#loginForm input.error+label:after {
    background-color: #EB0000;
    left: 0;
    width: 100%;
    visibility: visible;
}

#loginForm .mdl-textfield {
    width: 100%;
}

.loginForm .mdl-card__actions {
    margin-top: 5px;
}

.loginForm .mdl-card__actions a {
    font-size: 12px;
}

/*------------------------------------*\
    22. SIGNUP PAGE
\*------------------------------------*/
#signupFormModal .modal-dialog {
    max-width: 360px;
    margin: 30px auto;
}

#signupFormModal .modal-content {
    margin: 0 15px;
}

.signupForm .mdl-card {
    width: auto;
}

.signupForm .mdl-card__title {
    padding-top: 0;
}

.signupForm .mdl-card__title img {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.signupForm .mdl-card__supporting-text {
    width: 100%;
}

#signupForm input {
    outline: 0;
}

#signupForm label {
    margin-bottom: 0;
    font-weight: 100;
    color: #6B6B6B;
}

#signupForm input.error+label:after {
    background-color: #EB0000;
    left: 0;
    width: 100%;
    visibility: visible;
}

#signupForm .mdl-textfield {
    width: 100%;
}

.signupForm .mdl-card__actions {
    margin-top: 5px;
}

.signupForm .mdl-card__actions p {
    margin-bottom: 0;
    margin-top: 8px;
}

.signupForm .mdl-card__actions a {
    font-size: 12px;
}

/*------------------------------------*\
    23. GENERAL PAGE STYLES
\*------------------------------------*/

#pageHeader {
    position: relative;
    width: 100%;
    height: 400px;
    color: #fff;
    background-color: #595959;
    display: table;
}

#pageHeader .v-center {
    display: table-cell;
    vertical-align: middle;
}

#pageHeader .section-title {
    margin-top: 80px;
}

#pageHeader .section-title h1,
#pageHeader .section-title h2 {
    color: #fff;
}

#pageHeader .section-title p {
    margin-bottom: 30px;
}

#pageHeader .breadcrumb {
    color: #fff;
    background-color: transparent;
}

#pageHeader .breadcrumb li a {
    color: #fff;
}

#pageHeader .breadcrumb li a:hover {
    color: #FF9800;
}

#pageHeader .breadcrumb>.active {
    color: #FF9800;
}

/*------------------------------------*\
    24. SERVICES PAGE
\*------------------------------------*/
#services.page {
    padding: 100px 0;
    background-color: #f8f8f8;
}

#services.page .service-item {
    background-color: #fff;
}

#services.page .service-item:hover,
#services.page .service-item.active {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
}

#services.page .service-item:hover {
    z-index: 1;
}

#services.page .service-description p:last-child {
    margin-bottom: 0;
}

#services.page .service-item h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
}

#services.page .service-item .row {
    margin-right: 0;
    margin-left: 0;
}

#services.page .services-image {
    padding-right: 0;
    padding-left: 0;
    z-index: 0;
}

#services.page .services-image img {
    width: 100%;
}

#services.page .service-description {
    padding: 50px 50px 0;
}

/*------------------------------------*\
    25. ABOUT PAGE
\*------------------------------------*/
#about.page .mdl-card {
    padding: 0;
}

#about.page .about-desc-window {
    padding: 80px;
}

#about.page .mdl-card__title-text {
    display: block;
}

#aboutD {
    position: relative;
    padding: 100px 0 90px;
    background-color: #f8f8f8;
}

.about-page-description {
    padding: 0 60px;
}

.about-page-image {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    padding: 10px;
}

.about-page-description blockquote {
    font-size: 18px;
    font-style: italic;
    color: #EB0000;
    border-color: #EB0000;
    margin: 25px 0;
    font-weight: 300;
    width: auto;
    min-height: 0;
    line-height: 24px;
    padding: 20px 20px;
}

.about-page-description blockquote:before,
.about-page-description blockquote:after {
    display: none;
}

.about-page-description li {
    color: #EB0000;
    font-weight: 300;
}

/*------------------------------------*\
    27. TEAM PAGE
\*------------------------------------*/
#team.page {
    padding: 100px 0 50px;
    background-color: #f8f8f8;
}

#team.page .team-item {
    margin-bottom: 50px;
}

#team.page .mdl-card__title-text {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    display: block;
}

/*------------------------------------*\
    28. PRICING PAGE
\*------------------------------------*/
#pricingTable.page {
    padding: 100px 0 50px;
    background-color: #f8f8f8;
}

#pricingTable.page .ptc-holder {
    margin-bottom: 50px;
}

#pricingTable.page .pricing-table {
    background-color: #fff;
}

/*------------------------------------*\
    29. CONTACT PAGE
\*------------------------------------*/
#contact.page .contact-window {
    padding: 80px 0;
}

/*------------------------------------*\
    30. BLOG PAGE
\*------------------------------------*/

/*-------------------------- top content --------------------- */

.top-content {
    padding: 20px 0;
}

.top-content h1 {
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    .top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
    .top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
    line-height: 1.4;
}

/*------------------------- top content end ----------------- */

#blog.page {
    padding: 80px 0 50px;
    background-color: #f8f8f8;
}

#blog.page.custom-padding {
	padding: 140px 0 50px;
}

#blog.page .blog-item:hover .mdl-card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#blog.page .blog-item {
    margin-bottom: 20px;
}

#blog.page .blog-item .mdl-card__title-text {
    display: block;
}

.blog-page-post-video {
    position: relative;
    width: 80%;
    overflow: hidden;
    float: left;
}

.blog-page-post-video iframe,
.blog-page-post-video video {
    width: 100%;
    height: 177px;
    background-color: #000;
}

.blog-item.audio-player .content,
.blog-item.content-only .content {
    padding: 15px;
    overflow: hidden;
}

.blog-item.audio-player .audio-player audio {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
}

.blog-page-sidebar .mdl-card {
    width: auto;
    min-height: 0;
    margin-bottom: 30px;
}

.blog-page-sidebar .mdl-card:last-child {
    margin-bottom: 0;
}

.blog-page-sidebar .widget {
    padding: 30px;
}

.widget.search {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget.search label {
    margin-bottom: 0;
    font-weight: 100;
    color: #6B6B6B;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
}

.widget.recent-items .footer-thumb .row-holder {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget.recent-items .left-col img {
    border-color: #e9e9e9;
}

.widget.recent-items .left-col .left-col-image {
    width: 76px;
    height: 76px;
    border-color: #e9e9e9;
}

.widget.recent-items .left-col .left-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget.recent-items a.footer-thumb-link {
    color: #666;
}

.widget.recent-items a.footer-thumb-link:hover {
    color: #EB0000;
}

.widget.recent-items .footer-thumb-text {
    color: #999;
}

.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300;
}

.widget.recent-items p.footer-thumb-date {
    color: #666;
    font-weight: 300;
}

.widget.categories ul,
.archives ul,
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.categories li,
.archives li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.widget.categories li:before,
.archives li:before {
    content: " ";
    background: #EB0000;
    position: absolute;
    margin-bottom: -1px;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 0%;
    transition: .4s;
}

.widget.categories li:hover:before,
.widget.archives li:hover:before {
    width: 100%;
}

.widget.categories li a,
.widget.archives li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #666;
}

.widget.categories li:hover a,
.widget.archives li:hover a {
    color: #EB0000;
}

.FlickrImages {
    height: 205px;
}

.flickrs {
    margin-right: -10px;
}

.flickrs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flickrs img {
    float: left;
    height: 65px;
    margin: 0 5px 5px 0;
    width: 63px;
    border: 3px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 30px 0;
}

.pagination-list a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.8;
    color: #303030;
    border-radius: 2px;
    border: 1px solid #0C78D4;
    background-color: transparent;
    padding: 0 10px;
    margin: 0 3px;
    transition: all .2s ease;
}

.pagination-list a:hover {
    text-decoration: none;
    border: 1px solid #0C78D4;
    background-color: #0C78D4;
    color: #fff;
}

.pagination-list li.active a {
    border: 1px solid #0C78D4;
    background-color: #0C78D4;
    color: #fff;
}


/*------------------------------------*\
    31. BLOG DETAILS PAGE
\*------------------------------------*/
.blog-details .mdl-card {
    margin-bottom: 30px;
}

.blog-details .mdl-card:last-child {
    margin-bottom: 0;
}

.blog-details .mdl-card__supporting-text {
    width: 100%;
    padding: 30px;
}

.blog-details .blog-item-img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-details .blog-item-img a {
    display: block;
}

.blog-details .blog-item-img img {
    height: auto;
}

.blog-details h2.blog-item-title {
    color: #6B6B6B;
}

.blog-details .post-time-date {
    margin-bottom: 20px;
}

.post-time-date span.post-date {
    color: #0C78D4;
    display: flex;
    align-items: center;
}

.post-time-date span.post-date svg {
    margin-right: 5px;
}

.blog-details blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    color: #EB0000;
    border-color: #EB0000;
    margin: 30px 0;
    text-indent: 10px;
}

.blog-details blockquote:before {
    left: 0.4em;
}

.blog-details .mdl-card__supporting-text ul {
    margin: 10px 0;
    color: #EB0000;
    font-weight: 500;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
    margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
    margin: 0 0 10px 0;
}

.single-post-text a {
    color: #EB0000;
}

.single-post-text ol {
    padding-left: 15px;
}

.single-post-text ol li {
    padding: 5px 0;
}

.single-post-text ul {
    list-style: none;
    padding-left: 15px;
}

.single-post-text ul li {
    padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
    color: #000;
}

.single-post-text blockquote {
    font-style: italic;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-collapse: collapse;
    margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.blog-item .post-metadata {
    padding: 30px;
}

.blog-item .post-category .link {
    color: #EB0000;
}

.post-author .mdl-card__supporting-text {
    padding: 0;
}

.pull-left-image {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.pull-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pull-left-image-comment {
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
}

.pull-left-image-comment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.post-author-name {
    margin-left: 10px;
}

.post-author .social-share {
    list-style: none;
    margin: 20px 0 15px 30px;
    padding: 0;
    overflow: hidden;
}

.post-author .social-share li {
    display: inline-block;
}

.post-author .social-share li a {
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    padding: 0;
    color: #6B6B6B;
}

.post-author .social-share li a:hover {
    color: #EB0000;
}

.post-comments {
    margin-top: 30px;
}

.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-comments ul li {
    margin: 30px 0;
}

.comment-thumb a {
    overflow: hidden;
    color: #EB0000;
}

.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}

.comment-meta {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 300;
    color: #6B6B6B;
}

.comment-meta.pull-left span {
    display: inline-block;
    font-weight: 500;
    color: #0C78D4;
}

.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    border: none;
}

.single-comment .mdl-card__supporting-text {
    padding: 30px 30px 0;
}

.single-comment .comment-content {
    padding: 0 30px 15px;
}

.single-comment .mdl-card__actions {
    padding: 15px 30px 15px;
}

.post-comment-form .mdl-card__title {
    padding-bottom: 0;
    padding-left: 30px;
}

.post-comments-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #6B6B6B;
}

.post-comment-form-group.mdl-card__supporting-text {
    padding-top: 0;
}

.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}

.post-comment-form-group .form-control.error {
    border-color: #EB0000;
}

#postCommentForm label {
    margin-bottom: 0;
    font-weight: 100;
    color: #6B6B6B;
}

#postCommentForm label:after {
    background-color: #EB0000;
}

#postCommentForm .error+label:after {
    background-color: #EB0000;
    left: 0;
    width: 100%;
    visibility: visible;
}

#postCommentForm .mdl-textfield {
    width: 100%;
}

#postCommentForm .mdl-textfield textarea {
    resize: none;
}

/*------------------------------------*\
    32. 404 PAGE
\*------------------------------------*/
#fOf {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
}

#fOf:before {
    content: " ";
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

#fOf .v-center {
    display: table-cell;
    vertical-align: middle;
}

.fOf-content {
    width: 35%;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
}

.fOf-content h2 {
    font-size: 110px;
    color: #EB0000;
}

.fOf-content h4 {
    color: #6B6B6B;
    font-size: 20px;
}

/*------------------------------------*\
    33. MEDIA QUERIES
\*------------------------------------*/
/* 32-1 LARGE DEVICES, WIDE SCREENS */
@media screen and (min-width: 993px) and (max-width: 1200px) {

    .blog-item-img,
    .blog-page-post-video {
        width: 100%;
    }
}

/* 32-2 MEDIUM DEVICES, DESKTOPS */
@media screen and (max-width: 992px) {

    .service-item,
    .contact-address {
        margin-bottom: 30px;
    }

    .service-item {
        padding: 0 15px;
    }

    .service-item:last-child {
        margin-bottom: 0;
    }

    .partner-logo {
        margin-bottom: 50px;
    }

    .center-header-slider-content .col-md-6.slider-1-content-c {
        width: auto;
    }

    .slider-1-img {
        display: none;
    }

    .about-progress-bar {
        margin-top: 80px;
    }

    .facts:before {
        background-color: transparent;
    }

    .project-item {
        margin-bottom: 40px;
    }

    #projects .row>div:last-child .project-item {
        margin-bottom: 0;
    }

    .ptc-holder {
        margin-bottom: 60px;
    }

    .ptc-holder:last-child {
        margin-bottom: 0;
    }

    .bg-image {
        position: relative;
        width: 100%;
        padding: 80px 0;
    }

    .blog-item {
        margin-bottom: 60px;
    }

    #blog a.section-footer-link {
        margin-top: 0;
    }

    .about-page-image {
        margin-right: 0;
    }

    .service-description+.services-image {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .sm--m-t-30 {
        margin-top: 30px;
    }

    .blog-page-sidebar+.blog-page-content {
        margin-top: 30px;
    }

    .blog-item-img,
    .blog-page-post-video {
        width: 100%;
    }

    #topNavbar2 li a {
        display: none;
    }

    #topNavbar2 {
        float: right;
    }

    #topNavbar2 .nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* 32-3 SMALL DEVICES, TABLETS */
@media screen and (max-width: 768px) {
    a.section-footer-link {
        margin-top: 40px;
    }

    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .fOf-content {
        width: 60%;
    }

    #topNavbar2 li button {
        padding: 12px 0;
    }

    .facts {
        margin-top: 30px;
    }

}

/* 32-4 EXTRA SMALL DEVICES, PHONES */
@media screen and (max-width: 480px) {
    .loginForm .mdl-card__actions a {
        font-size: 11px;
        padding: 0 10px;
    }

    .center-header-slider-content {
        padding-top: 30px;
    }

    .slider-1-content {
        text-align: center;
    }

    .header-slider-content h2 {
        font-size: 36px;
    }

    .header-slider-content h4 {
        font-size: 18px;
    }

    #about .mdl-card {
        padding-left: 15px;
        padding-right: 15px;
    }

    #aboutD .mdl-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    #about.page .about-desc-window {
        padding: 60px 40px;
    }

    .contact-window {
        padding: 40px 0 80px;
    }

    .fOf-content {
        width: 90%;
    }

    #blog.page .blog-item {
        width: 100%;
        float: none;
    }

    .blog-item-img,
    .blog-page-post-video {
        width: 100%;
    }

    .author-img img {
        width: 100%;
    }
}

/* 32-5 CUSTOM, IPHONE RETINA */
@media screen and (max-width: 320px) {
    #topNav .login-form-button {
        display: none;
    }

    #about .mdl-card .col-md-3 {
        width: auto;
        float: none;
    }

    .fOf-content {
        padding: 15px 0;
        margin-top: 50px;
    }
}

/*------------------------------------*\
    34. HELPER CLASSES
\*------------------------------------*/
/* 34-1 RESET GUTTER */
.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter>[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/*------------------File main-color-1.css---------------------*/

/*

[BizLinks Core Stylesheet]

Project: BizLinks - Material Design Agency and Business Template
Version: 1.2
Author : themelooks.com

*/

/*------------------------------------*\
    COLOR
\*------------------------------------*/
#topNav .nav-body .mainNavButton,
#topNavbar2 .dropdown-menu li a:hover,
.mainNav .nav li a:hover,
.mainNav .nav li a:focus,
.mainNav .nav li.active a,
.mainNav-social-links li a:hover,
.mainNav i.menu-icon,
.team-item:hover h2,
.team-social-links li a:hover,
.project-item h2:hover a,
.project-item:hover .icon i.fa,
.blog-item:hover h2.blog-item-title a,
.blog-item:hover a.blog-item-comments-link,
.blog-item.active a.blog-item-comments-link,
.contact-address .social-links ul li a:hover,
#tweets a,
a.footer-thumb-link,
#copyright a,
.popupNavMenu li a,
#services.page .service-item h2,
.about-page-description blockquote,
.about-page-description li,
#subscribe .submit-button,
.fOf-content h2,
.widget.archives li:hover a,
.widget.categories li:hover a,
.post-time-date a,
.blog-details blockquote,
.blog-details .mdl-card__supporting-text ul,
.blog-item .post-category .link,
.post-author .social-share li a:hover,
a.post-author-name,
.comment-meta a,
#topNav2 a.navbar-brand span,
.service-item i.ico,
.service-item .mdl-card__supporting-text h2,
.project-item:hover h2 a,
.project-item.active h2 a,
.project-item.active .icon i.fa,
.links-widget li a:hover {
    color: #0C78D4;
}

.footer-thumb-date {
    color: #8A8A8A;
}

/*------------------------------------*\
    BACKGROUND COLOR
\*------------------------------------*/
.admin-controls a.mdl-button--accent.mdl-button--raised,
a.mainNav-logo,
#topNav .nav-body .login-form-button,
#topNav .navbar-brand,
.header-slider-content a.mdl-button--accent.mdl-button--raised,
a.section-footer-link.mdl-button--accent.mdl-button--raised,
.section-title h2:before,
.about-progress-bar .progress-bar,
#about .read-more,
.team-item .mdl-card__menu .mdl-menu__container .mdl-menu .progress-bar,
#subscribe,
#subscribe.bg-image .submit-button.mdl-button--accent.mdl-button--raised,
#subscribe.bg-image label:after,
.service-item:hover i.ico,
.service-item.active i.ico,
.service-item .read-more.mdl-button--accent.mdl-button--raised,
#bgVideo .play-button a,
.ptc-price,
.pricing-table .mdl-card__actions a.mdl-button--accent.mdl-button--raised,
.meta-data .date,
.blog-item:hover .mdl-card__actions a.mdl-button,
.blog-item.active .mdl-card__actions a.mdl-button,
.post-metadata .tags-widget a.mdl-button--accent.mdl-button--raised,
.single-comment .mdl-card__actions a.mdl-button,
.contact-form input[type="submit"].mdl-button--accent.mdl-button--raised,
.popupNavMenu li span,
.loginForm .mdl-card__title img,
.login-form-submit-btn.mdl-button.mdl-button--accent.mdl-button--raised,
#loginForm label:after,
#loginForm input.valid+label:after,
.signupForm .mdl-card__title img,
.singup-form-submit-btn.mdl-button.mdl-button--accent.mdl-button--raised,
#signupForm label:after,
.mfp-link.mdl-button.mdl-button--accent.mdl-button--raised,
.fOf-content a.mdl-button.mdl-button--accent.mdl-button--raised,
.search.widget label:after,
.widget.archives li:before,
.widget.categories li:before,
.single-comment .mdl-button,
#postCommentForm input[type="submit"],
#postCommentForm label:after,
.contact-form label:after,
.facts-icon i.fa,
.project-item:hover .read-more,
.project-item.active .read-more,
.tags-widget a.mdl-button--accent.mdl-button--raised:hover,
.widget.tags-widget a.mdl-button--accent.mdl-button--raised,
.post-metadata.tags-widget a.mdl-button--accent.mdl-button--raised {
    background-color: #0C78D4;
}

.form-button {
    background-color: #0C78D4 !important;
}

#about .team-item .mdl-button {
    background-color: transparent !important;
}

/*------------------------------------*\
    BORDER COLOR
\*------------------------------------*/
#topNavbar2 li a:hover,
#topNavbar2 li.active a,
.mainNav .dropdown-menu li.active a,
.mainNav .dropdown-menu>li>a:hover,
.about-page-description blockquote,
.links-widget li a:hover,
.tags-widget a.mdl-button--accent.mdl-button--raised:hover,
.widget.tags-widget a.mdl-button--accent.mdl-button--raised,
.post-metadata .tags-widget a.mdl-button--accent.mdl-button--raised,
.blog-details blockquote {
    border-color: #0C78D4;
}
