/* Slider */
.slick-slider {

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}

.slick-dots li.slick-active button {
    border: none;
}

.slick-dots li button {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    text-indent: -9999px;
    float: left;
    width: 42px;
    height: 5px;
}

/* Slick Arrow */
.sportsmagazine-fixture-slider .slick-arrow {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 25px;
    height: 122px;
    background-color: #292c31;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 7;
    font-size: 17px;
}

.sportsmagazine-fixture-slider .slick-arrow:hover {
    color: #292c31;
}

.sportsmagazine-fixture-slider .slick-arrow-left.slick-arrow {
    padding-right: 12px;
}

.sportsmagazine-fixture-slider .slick-arrow:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0px;
    border-top: 61px solid transparent;
    border-right: 16px solid #292c31;
    border-bottom: 61px solid transparent;
}

.sportsmagazine-fixture-slider .slick-arrow-right.slick-arrow:before {
    display: none;
}

.sportsmagazine-fixture-slider .slick-arrow-right.slick-arrow:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0px;
    border-top: 61px solid transparent;
    border-left: 16px solid #292c31;
    border-bottom: 61px solid transparent;
}

.sportsmagazine-fixture-slider .slick-arrow-right.slick-arrow {
    right: 15px;
    left: auto;
    padding-left: 12px;
}

/* Featured Slider */
.sportsmagazine-featured-slider .slick-arrow-left.slick-arrow {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 42px;
    color: #292c31;
    z-index: 9;
    cursor: pointer;
    padding: 6px 0px 0px 8px;
}

.sportsmagazine-featured-slider .slick-arrow-left.slick-arrow i {
    position: relative;
    float: left;
}

.sportsmagazine-featured-slider .slick-arrow-left.slick-arrow:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 42px solid #ffffff;
    border-right: 42px solid transparent;
}

.sportsmagazine-featured-slider .slick-arrow-right.slick-arrow {
    position: absolute;
    right: 20px;
    top: 45px;
    width: 42px;
    color: #292c31;
    z-index: 9;
    text-align: right;
    cursor: pointer;
    padding: 0px 8px 6px 0px;
}

.sportsmagazine-featured-slider .slick-arrow-right.slick-arrow:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 42px solid #ffffff;
    border-left: 42px solid transparent;
}

.sportsmagazine-featured-slider .slick-arrow-right.slick-arrow i {
    position: relative;
    float: right;
    z-index: 9;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite.html');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.html') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancybox/blank.html'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox/fancybox_overlay.html');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox/fancybox_sprite%402x.html');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox/fancybox_loading%402x.html');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #377f8c;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #377f8c;
}

p a {
    color: #666666;
}

p {
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

/*img {
    height: auto;
    max-width: 100%;
}*/

strong {
    color: #555555;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}

.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #377f8c;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: 1px solid #2d7483;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

form p {
    float: left;
    position: relative;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option {
    padding: 5px 15px;
}

/*li {
    line-height: 28px;
    list-style: inside none disc;
}*/

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: outside none decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}

table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}

table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.sticky {
}

.espm-main-section {
    float: left;
    width: 100%;
    position: relative;
}

.espm-services-gridfull {
    padding: 60px 0px 0px;
}

.espm-get-quote-formfull {
    background: linear-gradient(-90deg, #2d7483, #383c54, #2d7483 /*ffb118*/) !important;
    padding: 40px 0px;
    width: 85% !important;
    /*overflow: hidden;*/
    float: none !important;
    margin: 0 auto;
    bottom: 80px;
    border-radius: 10px;
    border: 1px solid #e84949;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.espm-main-content {
    padding: 100px 0px 60px 0px;
}

.espm-strip-info.espm-right-section {
    float: right;
}

.espm-left-section {
    float: left;
}

.espm-main-wrapper, .espm-main-content {
    float: left;
    width: 100%;
}

.espm-top-strip {
    float: left;
    width: 100%;
    padding: 10px 0px 12px;
}

.espm-strip-info {
    float: left;
}

.espm-strip-info li {
    list-style: none;
    float: left;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding: 0px 20px;
}

.espm-strip-info li:first-child {
    padding-left: 0px;
}

.espm-strip-info li:last-child {
    padding-right: 0px;
}

.espm-strip-info li:last-child:before {
    content: none;
}

.espm-strip-info li:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
}

.espm-strip-info li a {
    color: #ffffff;
}

.espm-strip-info li i {
    margin: 7px 10px 0px 0px;
    float: left;
}

/*Main Header*/
.espm-main-header {
    float: left;
    width: 100%;
    border-bottom: 5px solid;
}

/*logo*/
.logo {
    float: left;
    /*width: 100%;*/
    padding: 0px;
}

/* Navigation */
.navbar {
    background: none;
    border: none;
    float: right;
    margin-bottom: 0px;
    text-align: left;
}

.navbar-nav > li {
    padding: 0px 15px 0px 15px;
}

.navbar-nav > li > a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0px 28px;
    position: relative;
    color: #377f8c;
    font-family: 'Roboto', sans-serif;
}

/*.navbar-nav > li:first-child {
    padding-left: 19px;
}*/

.navbar-nav > li:last-child {
    padding-right: 0px;
}

.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 26px;
    width: 0px;
    opacity: 0;
    height: 1px;
}

.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 26px;
    width: 0px;
    opacity: 0;
    height: 1px;
}

.navbar-nav > li:hover > a:before, .navbar-nav > li:hover > a:after,
.navbar-nav > li.active > a:before, .navbar-nav > li.active > a:after {
    width: 25px;
    opacity: 1;
}

.navbar-nav li:hover > .espm-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.espm-dropdown-menu {
    background-color: #ffffff;
    margin-center: 0px;
    margin-right: 40px;
    margin: 5px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 215px;
    padding: 0 20px;
    z-index: 999;
    line-height: 0.9;
}

.espm-dropdown-menu .espm-dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0px 0px 0px 5px;
}

    .espm-dropdown-menu > li {
        float: left;
        list-style: none;
        position: relative;
        width: 100%;
        padding-top: 0 -10px;
    }

.espm-dropdown-menu li a {
    border-bottom: 1px solid #E0E0E0;
    color: #576777;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: -0.11px 0px;
    width: 100%;
}


.espm-dropdown-menu li:hover a {
    font-weight: 600;
    color: #387f8d;
}

.espm-dropdown-menu li > .espm-dropdown-menu li:hover a {
    color: #ffffff;
}

.espm-dropdown-menu li > .espm-dropdown-menu li a {
    background-color: #ffffff;
    color: #576777;
}

.espm-dropdown-menu > li:last-child > a {
    border: none;
}

.espm-dropdown-menu > li.subdropdown-addicon > a:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    float: right;
    margin: 0px 0px 0px 0px;
    color: #999;
}

.collapse {
    display: none;
}

.espm-simple-btn {
    float: right;
    font-family: 'Roboto', sans-serif;
    padding: 10px 22px;
    color: #ffffff;
    font-weight: bold;
    margin: 11px 0px 0px 10px;
    letter-spacing: 1px;
}

/*Banner*/
.espm-banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-transparent {
    position: absolute;
    left: 0px;
    top: 84px;
    width: 100%;
    height: 530px;
    background: rgba(39, 43, 61, 0.3);
}

.banner-transparent:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0%;
    width: 50%;
    height: 100%;
    background: rgba(46, 108, 124, 0.9);
}

.espm-banner-caption {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin: -151px 0 0;
}

.espm-banner-thumb {
    position: absolute;
    margin: -170px 0 0;
    right: 0px;
    top: 0px;
}

.espm-banner-caption:after {
    content: '';
    background: url(../img/banner-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 311px;
    opacity: 0.08;
}

.espm-banner-text {
    position: relative;
    z-index: 1;
    float: left;
    width: 72%;
}

.espm-banner-text h5 {
    color: #ffffff;
    margin: 0px 0px 3px;
    text-transform: uppercase;
}

.espm-banner-text h1 {
    margin: 0px 0px 22px;
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    line-height: 45px;
}

.espm-banner-text p {
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 33px;
    line-height: 26px;
}

.espm-classic-btn {
    float: left;
    border: 2px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 20px 0px 0px;
    padding: 8px 23px;
}

/*Content*/
/*Fancy Title*/
.espm-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 66px;
}

.espm-fancy-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: -1px 0px 32px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    position: relative;
}

.espm-fancy-title > span {
    position: absolute;
    left: 50%;
    top: -49px;
    opacity: 0.08;
    font-size: 80px;
    font-weight: bold;
    margin: 0px 0px 0px -47px;
    letter-spacing: 1.5px;
}

.espm-fancy-title p {
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    font-style: italic;
    display: inline-block;
    width: 54%;
    letter-spacing: 1.3px;
}

/*Services*/
.espm-services, .espm-services-text, .espm-services-wrap {
    float: left;
    width: 100%;
}

.espm-services > ul > li {
    margin: 0px 0px 30px;
    list-style: none;
}

.espm-services-wrap {
    padding: 20px 0px 0px 20px;
}

.espm-services-text {
    padding: 24px 33px 43px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
    min-height: 180px;
}

.espm-services-text i {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    padding: 18px 0px 0px;
    border: 1px dashed;
}

.espm-services ul li:hover .espm-services-text i {
    color: #343434;
}

.espm-services-text h5 {
    margin: 0px 0px 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.espm-services ul li:hover .espm-services-text h5,
.espm-services ul li:hover .espm-services-text p {
    color: #ffffff;
}

.espm-services-text p {
    margin: 0px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

/*Blog Classic*/
.espm-blog, .espm-blog-classic figure, .espm-blog-classic figure a, .espm-blog-classic figure a img,
.espm-blog-classic-text, .espm-blog-classic-wrap {
    float: left;
    width: 100%;
}

.espm-blog > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}

.espm-blog-classic figure {
    margin: 0px;
}

.espm-blog-classic figure > a {
    position: relative;
    overflow: hidden;
}

.espm-blog-classic figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.espm-blog-classic ul li:hover figure a:before {
    opacity: 0.6;
}

.espm-blog-classic figure a i {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 55px;
    height: 55px;
    padding: 20px 0px 0px;
    margin: -27px 0px 0px -27px;
    opacity: 0;
}

.espm-blog-classic ul li:hover figure a i {
    opacity: 1;
}

.espm-blog figure time {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 55px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 10px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    z-index: 1;
    text-transform: uppercase;
}

.espm-blog ul li:hover figure time {
    opacity: 0;
}

.espm-blog ul li:hover .espm-blog-grid-slide figure time {
    opacity: 1;
}

.espm-blog ul li:hover .espm-blog-large-slide figure time {
    opacity: 1;
}

.espm-blog figure time:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}

.espm-blog-classic-wrap {
    background-color: #f5f5f5;
}

.espm-blog-option {
    float: left;
    width: 84%;
    position: relative;
    margin: 0px;
    padding: 9px 20px 12px;
    border-bottom: 3px solid;
}

.espm-blog-option:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
    border-top: 50px solid;
    border-right: 10px solid transparent;
}

.espm-blog-option li {
    float: left;
    position: relative;
    margin: 0px 31px 0px 0px;
    list-style: none;
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #ffffff;
}

.espm-blog-option li:last-child {
    margin: 0px;
}

.espm-blog-option li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 11px;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.espm-blog-option li:last-child:before {
    content: none;
}

.espm-blog-option li a {
    color: #ffffff;
}

.espm-blog-classic-text {
    padding: 23px 30px 30px;
}

.espm-blog-classic-text h5 {
    margin: 0px 0px 15px;
    font-weight: bold;
    line-height: 26px;
}

.espm-blog-classic-text p {
    margin: 0px 0px 23px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.espm-readmore-btn {
    float: left;
    font-size: 13px;
    color: #888888;
    border: 1px solid #dddddd;
    padding: 0px 12px;
}

.espm-readmore-btn i {
    float: right;
    margin: 7px 0px 0px 4px;
}

.espm-blog ul li:hover .espm-readmore-btn {
    color: #ffffff;
}

/*espm-get-quote-form*/
.espm-get-quote-form, .espm-get-quote-form ul li input[type="text"], .espm-get-quote-form ul li input[type="email"],
.espm-get-quote-form form, .espm-get-quote-form ul li textarea {
    float: left;
    width: 100%;
}

.espm-get-quote-form .espm-fancy-title {
    text-align: left;
    margin: 0px 0px 43px;
}

.espm-get-quote-form .espm-fancy-title p {
    width: 80%;
    color: #cccccc;
}

.espm-get-quote-form .espm-fancy-title h2 {
    color: #ffffff;
}

.espm-get-quote-form ul {
    margin: 0px -15px;
}

.espm-get-quote-form ul li {
    float: left;
    width: 33.3%;
    margin: 0px 0px 10px;
    list-style: none;
    padding: 0px 15px;
}

/*.espm-get-quote-form ul li:first-child { float: right;}*/
.espm-get-quote-form ul li input[type="text"],
.espm-get-quote-form ul li input[type="email"] {
    background-color: #33586c /*transparent /*#3d4151*/;
    /*height: 40px;*/
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
}

.espm-get-quote-form ul li input.form-control {
    height: 44px;
}

.espm-get-quote-form .selectize-input {
    background: #33586c;
}

.espm-get-quote-form .form-control::placeholder,
.espm-get-quote-form .selectize-input input::placeholder {
    color: #FFFFFF !important;
    opacity: 0.8;
}

.espm-get-quote-form ul li textarea {
    background-color: #3d4151;
    height: 180px;
    font-size: 12px;
    color: #cccccc;
    padding-left: 20px;
}

.espm-get-quote-form ul li input[type="submit"] {
    float: left;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: bold;
    padding: 10px 22px;
    letter-spacing: 0.7px;
    width: 100%;
}

.espm-get-quote-thumb {
    float: left;
    width: 100%;
    position: relative;
}

.espm-get-quote-thumb img {
    position: absolute;
    right: 0;
    top: -59px;
    width: 95%;
}

/*Process List*/
.espm-process-list {
    float: left;
    width: 100%;
    text-align: center;
}

.espm-process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 65px;
}

.espm-process-list ul li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 29px;
    font-weight: 600;
    margin: -37px 0px 0px;
}

.espm-process-list ul li:last-child:before {
    content: none;
}

.espm-process-list ul li span {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid;
    position: relative;
    margin: 0px 0px 23px;
}

.espm-process-list ul li span i {
    display: inline-block;
    font-size: 50px;
    padding: 33px 0px 0px;
}

.espm-process-list ul li:hover span i {
    color: #ffffff;
}

.espm-process-list ul li span small {
    position: absolute;
    left: 50%;
    margin: -23px 0px 0px -22px;
    top: 0px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0px 0px;
}

.espm-process-list ul li:hover span small {
    opacity: 0;
}

.espm-process-list ul li span a {
    position: absolute;
    right: -23px;
    margin: -22px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    padding: 9px 0px 0px;
    opacity: 0;
}

.espm-process-list ul li:hover span a {
    opacity: 1;
}

.espm-process-list ul li h6 {
    margin: 0px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

/*modern-team*/
.espm-team, .espm-modern-team figure, .espm-modern-team figure a, .espm-modern-team figure a img {
    float: left;
    width: 100%;
}

.espm-team > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}

.espm-modern-team figure {
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

.espm-modern-team figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 27px 0px;
    border-bottom: 4px solid;
    max-height: 82px;
}

.espm-modern-team ul li:hover figure figcaption {
    max-height: 100%;
    padding: 90px 27px 0px;
}

.espm-modern-team figure figcaption:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    margin: 0px 0px 0px -14px;
}

.espm-modern-team figure figcaption h6 {
    margin: 0px 0px 2px;
    line-height: 0.8;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}

.espm-modern-team ul li:hover figure figcaption h6 {
    font-size: 16px;
}

.espm-modern-team figure figcaption h6 a,
.espm-modern-team figure figcaption p,
.espm-modern-team figure figcaption span {
    color: #ffffff;
}

.espm-modern-team figure figcaption p {
    font-weight: 500;
    margin: 0px 0px 30px;
    letter-spacing: 0.7px;
    line-height: 26px;
}

.espm-modern-team figure figcaption span {
    font-size: 11px;
    margin: 0px 0px 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    letter-spacing: 0.4px;
}

.espm-team-social {
    display: inline-block;
    margin: 0px;
}

.espm-team-social li {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    list-style: none;
}

.espm-team-social li a {
    font-size: 19px;
    color: #bbbbbb;
}

/*Testimonial*/
.testimonial-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/testimonial.png);
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.testimonial-transparent:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.espm-testimonial, .espm-testimonial-layer {
    float: left;
    width: 100%;
}

.espm-testimonial {
    text-align: center;
    position: relative;
}

.espm-testimonial-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 38px;
}

.espm-testimonial-layer figure {
    margin: 0px 0px 33px;
}

.espm-testimonial-layer img {
    display: inline-block;
    border-radius: 100%;
    width: 70px;
}

.espm-testimonial-layer p {
    margin: 0px 0px 29px;
    color: #ffffff;
    font-size: 20px;
    width: 67%;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
}

.espm-testimonial-layer h6 {
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
    line-height: 1.1;
}

.espm-testimonial-layer span {
    display: inline-block;
    font-size: 12px;
    color: #cccccc;
}

/*slick dots*/
.espm-testimonial .slick-dots {
    bottom: -61px;
}

.espm-testimonial .slick-dots li {
    margin: 0px 8px 0px 7px;
}

.espm-testimonial .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #ffffff;
}

/*Services Grid*/
.espm-services-grid figure, .espm-services-grid figure > a, .espm-services-grid figure a img {
    float: left;
    width: 100%;
}

.espm-services-grid figure {
    margin: 0px;
}

.espm-services-grid figure > a {
    position: relative;
    overflow: hidden;
}

.espm-services-grid figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transition: all ease-out 0.5s;
}

.espm-services-grid ul li:hover figure > a:before {
    opacity: 0.6;
}

.espm-services-grid figure figcaption {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 100%;
    text-align: center;
    margin: -36px 0px 0px 0px;
    transition: all ease-in 0.5s;
}

.espm-services-grid ul li:hover figure figcaption {
    margin: -18px 0px 0px 0px;
}

.espm-services-grid figure figcaption > a {
    font-size: 36px;
    display: inline-block;
    margin: 0px 0px 20px;
}

.espm-services-grid figure figcaption > a.espm-transport {
    font-size: 44px;
}

.espm-services-grid ul li:hover figure figcaption > a {
    color: #ffffff;
}

.espm-services-grid figure figcaption h5 {
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    position: relative;
    padding: 0 8px;
}

.espm-services-grid ul li:hover figure figcaption h5,
.espm-services-grid ul li:hover figure figcaption h5:before {
    opacity: 0;
    visibility: hidden;
}

.espm-services-grid figure figcaption h5:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    margin: 0px 0px 0px -15px;
}

/*Partner*/
.espm-partner-slider {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.espm-partner-slider-layer a {
    position: relative;
    display: inline-block;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.espm-partner-slider-layer a:before {
    content: '';
    position: absolute;
    right: -35px;
    top: 14px;
    height: 15px;
    width: 1px;
    background-color: #bbbbbb;
}

.espm-partner-slider .slick-list {
    width: 99%;
}

.espm-partner-slider-layer:last-child a:before {
    content: none;
}

.espm-partner-slider-layer:hover a {
    filter: none;
    -webkit-filter: grayscale(0px);
}

.espm-partner-slider .slick-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 20px;
    color: #bbbbbb;
    cursor: pointer;
    margin: -17px 0px 0px 0px;
    z-index: 1;
}

.espm-partner-slider .slick-arrow:hover {
    color: #666666;
}

.espm-partner-slider .slick-arrow-left.slick-arrow {
    left: 0px;
    right: auto;
}

/*Twiiter Feed*/
.espm-twitter-feed {
    float: left;
    width: 100%;
    background-image: url("../img/twitter-feed.html");
    background-position: top center;
    position: relative;
    padding: 34px 0px 38px;
}

.twitter-slide-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.93;
}

.espm-twitter-feed i {
    float: left;
    font-size: 90px;
    color: #ffffff;
    margin: 11px 30px 0px 0px;
    position: relative;
}

.espm-twitter-feed i:after {
    content: '';
    position: absolute;
    right: -29px;
    top: 10px;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.4);
}

.espm-twitter-feed i ~ .espm-twitter-slider {
    padding: 0px 0px 0px 140px;
}

.espm-twitter-layer h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

.espm-twitter-layer p {
    margin: 0px 0px 6px;
    font-size: 16px;
    line-height: 26px;
}

.espm-twitter-layer p a {
    font-weight: bold;
}

.espm-twitter-layer time {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin: 2px 0px 0px;
    color: #343434;
}

/*espm-footer-widget*/
.espm-footer-one {
    float: left;
    width: 100%;
    background-image: url("../img/footer-back.jpg");
    background-position: top center;
    position: relative;
}

.espm-footer-widget .widget {
    margin: 0px 0px 40px;
}

.espm-footer-widget {
    float: left;
    width: 100%;
    padding: 30px 0px 0px;
}

.footer-widget-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.96;
}

/*Footer-contact-us*/
.espm-footer-contact, .espm-footer-contact-text {
    float: left;
    width: 100%;
}

.espm-footer-contact {
    padding: 0;
    position: relative;
    margin: 0px 0px 50px;
    z-index: 1;
}

.espm-footer-contact:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
}

.espm-footer-contact ul li {
    list-style: none;
    margin: 0px 0px 30px;
}

.espm-footer-contact-text {
    border: 1px solid #0a5367;
    position: relative;
    padding: 19px 94px 25px 39px;
    min-height: 120px;
}

.espm-footer-contact-text i {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 41px;
}

.espm-footer-contact-text h5 {
    color: #ffffff;
    margin: 0px 0px 7px;
    font-weight: bold;
}

.espm-footer-contact-text p {
    color: #ffffff;
    margin: 0px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

.espm-footer-contact-text p a {
    color: #ffffff;
}

/*espm-footer-title*/
.espm-footer-title {
    margin: 0px 0px 31px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.8;
    font-size: 20px;
    padding: 0px 0px 13px;
}

.espm-footer-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}

.espm-footer-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}

.widget_about_us p {
    color: #ffffff;
    margin: 0px 0px 20px;
    line-height: 26px;
}

/*espm-footer-social*/
.espm-footer-social {
    float: left;
    width: 100%;
}

.espm-footer-social li {
    float: left;
    margin: 0px 13px 0px 0px;
    list-style: none;
}

.espm-footer-social li a {
    display: inline-block;
    font-size: 21px;
    color: #034c5a;
}

.espm-footer-social li:hover a {
    color: #c7c7c7;
}

/*widget_links*/
.widget_links ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0px 0px 15px;
    line-height: 1.7;
}

.widget_links ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    padding: 0px 0px 0px 23px;
    position: relative;
}

.widget_links ul li:hover a {
    padding: 0px 0px 0px 26px;
}

.widget_links ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #c3c3c4;
}

.widget_links ul li:hover a:before {
    top: 12px;
    border-radius: 0px;
    border: none;
    height: 1px;
    width: 11px;
}

/*widget_newsletter*/
.widget_newsletter form, .widget_newsletter form input[type="email"] {
    float: left;
    width: 100%;
}

.widget_newsletter p {
    color: #ffffff;
    margin: 0px 0px 23px;
    line-height: 26px;
}

.widget_newsletter form input[type="email"] {
    background-color: #034c5a;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    padding-left: 15px;
    font-style: italic;
    letter-spacing: 0.6px;
    margin: 0px 0px 30px;
}

.widget_newsletter form input[type="submit"] {
    float: left;
    border: 1px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    padding: 8px 30px 10px;
    letter-spacing: 0.6px;
}

/*espm-footer-copyright*/
.espm-footer-copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 23px 0px 20px;
}

.espm-footer-copyright:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
}

.espm-footer-copyright p {
    margin: 0px;
    float: left;
    color: #cccccc;
}

.espm-footer-copyright p a {
    color: #cccccc;
}

.espm-footer-copyright ul {
    float: right;
}

.espm-footer-copyright ul li {
    float: left;
    margin: 0px 0px 0px 45px;
    list-style: none;
    position: relative;
}

.espm-footer-copyright ul li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 11px;
    width: 1px;
    height: 10px;
    background-color: #cccccc;
}

.espm-footer-copyright ul li:last-child:before {
    content: none;
}

.espm-footer-copyright ul li:first-child {
    margin: 0px;
}

.espm-footer-copyright ul li a {
    color: #cccccc;
}

/*SubHeader*/
.espm-subheader {
    float: left;
    width: 100%;
    background-image: url("../img/subheader.jpg");
    background-position: top center;
    position: relative;
    padding: 20px 0px;
}

.espm-dark-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.espm-subheader h1 {
    font-size: 26px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
}

.espm-breadcrumb {
    float: left;
    width: 100%;
}

.espm-breadcrumb li {
    float: left;
    list-style: none;
    color: #ffffff;
    padding: 0px 10px;
    position: relative;
    letter-spacing: 0.6px;
}

.espm-breadcrumb li:first-child {
    padding-left: 0px;
}

.espm-breadcrumb li:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    width: 2px;
    height: 10px;
    background-color: #ffffff;
}

.espm-breadcrumb li:last-child:before {
    content: none;
}

.espm-breadcrumb li a {
    color: #ffffff;
}

/*Blog Detail*/
.espm-rich-editor, .espm-blog-thumb, .espm-thumb-heading {
    float: left;
    width: 100%;
}

.espm-blog-thumb {
    margin: 0px;
}

.espm-blog-thumb time {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 10px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    border-bottom: 3px solid;
}

.espm-blog-thumb time:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}

.espm-thumb-heading {
    border-bottom: 3px solid;
    padding: 18px 10px 17px 28px;
    margin: 0px 0px 32px;
}

.espm-thumb-heading h2 {
    margin: 0px 0px 3px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.espm-thumb-heading .espm-blog-option {
    padding: 0px;
    border-bottom: none;
    width: 100%;
}

.espm-thumb-heading .espm-blog-option:before {
    content: none;
}

.espm-rich-editor {
    margin: 0px 0px 33px;
}

.espm-rich-editor p {
    margin: 0px 0px 24px;
    line-height: 26px;
    letter-spacing: 0.9px;
}

blockquote {
    float: left;
    width: 100%;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    font-style: italic;
    padding: 22px 30px 27px 69px;
    line-height: 1.5;
    margin: 8px 0px 31px;
    letter-spacing: 1.3px;
}

blockquote:before {
    content: "\e918";
    font-family: icomoon;
    position: absolute;
    left: 6px;
    top: -11px;
    font-size: 50px;
    font-style: normal;
    opacity: 0.10;
}

blockquote span {
    float: right;
    margin: 20px 0px 0px;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.7px;
}

/*post-tags*/
.espm-post-tags {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 0px 0px 25px;
    margin: 0px 0px 69px;
}

.espm-tags {
    float: left;
    width: 50%;
}

.espm-tags span {
    float: left;
    font-size: 16px;
    color: #377f8c;
    margin: 0px 20px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.espm-tags a {
    float: left;
    margin: 1px 8px 0px 0px;
    border: 1px solid #ececec;
    font-size: 12px;
    padding: 2px 10px 4px;
}

.espm-tags a:hover {
    color: #ffffff;
}

/*blog-social*/
.espm-blog-social {
    float: left;
    width: 50%;
    text-align: right;
}

.espm-blog-social span {
    font-size: 16px;
    color: #377f8c;
    margin: 0px 20px 0px 0px;
    font-family: 'Roboto', sans-serif;
}

.espm-blog-social ul {
    float: right;
}

.espm-blog-social ul li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 10px;
}

.espm-blog-social ul li:first-child {
    margin: 0px;
}

.espm-blog-social ul li a {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 0px 0px;
    font-size: 10px;
    text-align: center;
    padding: 5px 0px 0px;
    color: #ffffff;
}

.espm-blog-social ul li a.fa-facebook {
    background-color: #3b5998;
}

.espm-blog-social ul li a.fa-twitter {
    background-color: #019ad2;
}

.espm-blog-social ul li a.fa-google-plus {
    background-color: #cb2027;
}

.espm-blog-social ul li a.fa-linkedin {
    background-color: #007bb6;
}

/*prenxt-post*/
.espm-prenxt-post, .espm-prev-post, .espm-prenxt-post figure a {
    float: left;
    width: 100%;
}

.espm-prenxt-post {
    margin: 0px 0px 70px;
}

.espm-prenxt-post ul {
    margin: 0px -30px;
}

.espm-prenxt-post ul li {
    float: left;
    list-style: none;
    width: 50%;
    padding: 0px 30px;
    position: relative;
}

.espm-prenxt-post ul li:last-child:before {
    content: none;
}

.espm-prenxt-post ul li:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: #ececec;
}

.espm-prenxt-post figure {
    float: left;
    width: 50px;
    margin: 1px 0px 0px;
}

.espm-next-post figure {
    float: right;
}

.espm-prenxt-post figure a {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.espm-prenxt-post figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.espm-prenxt-post ul li:hover figure a:before {
    opacity: 0.7;
}

.espm-prenxt-post figure a i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 16px;
    margin: -9px 0px 0px -3px;
    opacity: 0;
}

.espm-prenxt-post ul li:hover figure a i {
    opacity: 1;
}

.espm-prev-post figure img {
    border-radius: 100%;
}

.espm-prev-post figure ~ h6 {
    padding: 0px 0px 0px 142px;
}

.espm-prev-post h6, .espm-next-post h6 {
    text-align: right;
    margin: 0px;
    letter-spacing: 0.9px;
}

.espm-next-post figure ~ h6 {
    padding: 0px 116px 0px 0px;
}

.espm-next-post h6 {
    text-align: left;
}

/*espm-blog-modern*/
.espm-blog-modern figure, .espm-blog-modern figure > a, .espm-blog-modern figure a img {
    float: left;
    width: 100%;
}

.espm-blog-modern figure {
    margin: 0px;
    overflow: hidden;
}

.espm-blog-modern figure > a {
    position: relative;
}

.espm-blog-modern figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.espm-blog-modern ul li:hover figure > a:before {
    background: rgba(39, 43, 61, 0.9);
}

.espm-blog-modern figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 32px;
    max-height: 75px;
}

.espm-blog-modern ul li:hover figure figcaption {
    max-height: 100%;
}

.espm-blog-modern figure figcaption h5 {
    margin: 0px;
    font-weight: bold;
    line-height: 1.4;
}

.espm-blog-modern figure figcaption h5 a {
    color: #ffffff;
}

.espm-related-option {
    float: left;
    margin: 0px 0px 13px;
    width: 100%;
}

.espm-blog-modern ul li:hover .espm-related-option {
    margin: 0px 0px 8px;
}

.espm-related-option li {
    float: left;
    list-style: none;
    margin: 0px 15px 0px 0px;
}

.espm-related-option li:last-child {
    margin: 0px;
}

.espm-related-option li a {
    color: #ffffff;
    font-size: 12px;
}

.espm-related-option li a i {
    margin: 0px 6px 0px 0px;
}

.espm-blog-modern figure figcaption p {
    color: #ffffff;
    margin: 0px 0px 13px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.espm-modern-btn {
    float: left;
    color: #ffffff;
    font-weight: bold;
}

.espm-modern-btn i {
    margin: 0px 0px 0px 2px;
}

.espm-section-heading {
    float: left;
    width: 100%;
    margin: 0px 0px 40px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.8;
    font-size: 20px;
    padding: 0px 0px 13px;
}

.espm-section-heading:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}

.espm-section-heading:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}

.espm-services-gridfull, .espm-blog-classicfull {
    margin: 0px 0px 70px;
}

.espm-process-listfull {
    padding: 100px 0px 0px;
    margin: 0px 0px 67px;
}

.espm-team-listfull {
    padding: 100px 0px 0px;
    margin: 0px 0px 50px;
}

.espm-servicesfull {
    margin: 0px 0px 70px;
}

.espm-aboutusfull {
    margin: 0px 0px 85px;
}

.espm-counter-full {
    background-image: url(../img/counter-back-img.jpg);
    background-position: top center;
    padding: 91px 0px 56px;
}

.espm-testimonialfull {
    background-image: url(../img/testimonial-back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 69px 0px 137px;
}

/*comment area*/
.comments-area, .comment-list, .comment-list li, .comment-list li figure a img, .comment-list > ul > li, .comment-list .thumblist,
.comment-list li img, .thumb-list {
    float: left;
    width: 100%;
}

.thumb-list {
    margin-bottom: 30px;
}

.comment-list .children {
    margin: 0px;
    padding: 0px 0px 0px 98px;
}

.comment-list > ul > li {
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.comment-list .thumblist > ul {
    margin: 0px;
}

.comment-list li {
    list-style: none;
}

.comment-list li figure {
    float: left;
    margin: 0px;
    width: 70px;
    text-align: center;
}

.comment-list li figure img {
    border-radius: 100%;
}

.comment-list > li .thumb-list {
    background-color: #f5f5f5;
    padding: 30px 37px 22px 30px;
}

.comment-list figure ~ .text-holder {
    margin-left: 80px;
    position: relative;
    padding: 0px 0px 18px 30px;
    line-height: 1;
}

.text-holder p {
    margin-bottom: 9px;
    display: inline-block;
    letter-spacing: 0.3px;
    line-height: 26px;
}

.text-holder h6 {
    line-height: 1.1;
    margin: -2px 0px 2px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.text-holder .post-date {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0px 0px 12px 0px;
    font-weight: bold;
}

.comment-reply-link {
    float: left;
    margin: 0px 20px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.comment-reply-link:before {
    content: '';
    position: absolute;
    right: -11px;
    bottom: 3px;
    width: 2px;
    height: 2px;
    background-color: #666666;
}

.comment-reply-link:last-child:before {
    content: none;
}

.comment-reply-link i {
    font-size: 9px;
    margin: 0px 0px 0px 3px;
}

.comment-list {
    margin: 0px 0px 37px;
}

/* form*/
.comment-respond, .espm-full-form textarea {
    float: left;
    width: 100%;
}

.comments-area {
    margin-top: 39px;
}

.comment-respond {
    margin: 0px 0px 10px;
}

.comment-respond form {
    margin: 0px -15px;
}

.comment-respond form p {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px 0;
    width: 50%;
}

.comment-respond form p label {
    float: left;
    margin: 0px 0px 10px;
    line-height: 0.7;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
    float: left;
    height: 50px;
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.comment-respond form > .espm-full-form {
    float: right;
}

.espm-full-form textarea {
    height: 252px;
    color: #3c3c3c;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 16px;
    background-color: #f5f5f5;
}

.comment-respond form p input[type="submit"] {
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 6px 22px 8px;
    color: #999999;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    background-color: transparent;
}

.comment-respond form p input[type="submit"]:hover {
    color: #ffffff;
}

/*Sidebar*/
.espm-main-content .widget {
    float: left;
    width: 100%;
    margin: 0px 0px 50px;
}

.espm-widget-heading {
    float: left;
    width: 100%;
    margin: 0px 0px 30px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.7;
    font-size: 20px;
    padding: 0px 0px 13px;
}

.espm-widget-heading:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}

.espm-widget-heading:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}

/*widget_search*/
.widget_search form, .widget_search form input[type="text"] {
    float: left;
    width: 100%;
}

.widget_search form {
    position: relative;
}

.widget_search form input[type="text"] {
    background-color: #f5f5f5;
    height: 40px;
    padding-left: 20px;
    color: #999999;
    letter-spacing: 0.6px;
}

.widget_search form label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}

.widget_search form label:before {
    content: "\f002";
    position: absolute;
    right: 13px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    cursor: pointer;
}

.widget_search form input[type="submit"] {
    border: none;
    width: 40px;
    height: 40px;
    background-color: #cccccc;
}

/*widget_popular_post*/
.widget-popular-post-wrap, .widget_popular_post ul li, .widget_popular_post figure a, .widget_popular_post figure a img {
    float: left;
    width: 100%;
}

.widget-popular-post-wrap {
    border: 1px solid #f5f5f5;
    padding: 19px 26px 27px 19px;
}

.widget_popular_post ul li {
    list-style: none;
    margin: 0px 0px 28px;
}

.widget_popular_post ul li:last-child {
    margin: 0px;
}

.widget_popular_post figure {
    float: left;
    width: 50px;
    margin: 0px;
}

.widget_popular_post figure a {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.widget_popular_post figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.widget_popular_post ul li:hover figure a:before {
    opacity: 0.8;
}

.widget_popular_post figure a i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0px 0px -4px;
    opacity: 0;
}

.widget_popular_post ul li:hover figure a i {
    opacity: 1;
}

.widget_popular_post figure ~ .widget-popular-post-text {
    padding-left: 61px;
}

.widget-popular-post-text h6 {
    margin: 0px 0px 8px;
    line-height: 20px;
    letter-spacing: 0.9px;
}

.widget-popular-post-text time {
    font-size: 12px;
    float: left;
    line-height: 1;
    letter-spacing: 0.7px;
}

/*widget_cetagories*/
.widget_cetagories ul li, .widget_cetagories_wrap {
    float: left;
    width: 100%;
}

.widget_cetagories_wrap {
    border: 1px solid #f5f5f5;
    padding: 30px 15px 23px 15px;
}

.widget_cetagories ul li {
    list-style: none;
    margin: 0px 0px 15px;
}

.widget_cetagories ul li:last-child {
    margin: 0px;
}

.widget_cetagories ul li a {
    display: block;
    background-color: #f5f5f5;
    padding: 9px 0px 8px 43px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    position: relative;
}

.widget_cetagories ul li:hover a {
    color: #ffffff;
}

.widget_cetagories ul li a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 19px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #c3c3c4;
}

.widget_cetagories ul li:hover a:before {
    top: 22px;
    border-radius: 0px;
    border: none;
    height: 2px;
    width: 11px;
    background-color: #ffffff;
}

.widget_meta ul li a span {
    position: relative;
}

.widget_meta ul li a span:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px dotted #666666;
    width: 100%;
    height: 1px;
}

.widget_meta ul li:hover a span:before, .widget_meta ul li:hover a span:after {
    border-bottom-color: #ffffff;
}

.widget_meta ul li a span:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    border-bottom: 1px dotted #666666;
    width: 100%;
    height: 1px;
}

/*widget_instagram*/
.widget_instagram figure, .widget_instagram figure a, .widget_instagram figure a img {
    float: left;
    width: 100%;
}

.widget_instagram ul {
    margin: 0px -10px 0px 0px;
}

.widget_instagram ul li {
    float: left;
    list-style: none;
    width: 33.333%;
    margin: 0px 0px 10px;
    padding: 0px 10px 0px 0px;
}

.widget_instagram figure a {
    position: relative;
    overflow: hidden;
}

.widget_instagram figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
}

.widget_instagram ul li:hover figure a:before {
    opacity: 0.8;
    width: 100%;
}

.widget_instagram figure a i {
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 50%;
    margin: -7px 0px 0px -5px;
}

.widget_instagram ul li:hover figure a i {
    left: 50%;
    opacity: 1;
}

/*Blog Grid*/
.espm-blog-grid figure, .espm-blog-grid figure a, .espm-blog-grid figure a img,
.espm-blog-grid-text, .espm-blog-grid-slide {
    float: left;
    width: 100%;
}

.espm-blog-grid figure {
    margin: 0px;
}

.espm-blog-grid figure span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    z-index: 1;
    font-size: 50px;
    margin: -28px 0px 0px -24px;
}

.espm-blog-grid ul li:hover figure span {
    opacity: 0;
    visibility: hidden;
}

.espm-blog-grid figure a {
    position: relative;
    overflow: hidden;
}

.espm-blog-grid figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.espm-blog-grid ul li.video figure a:before {
    opacity: 0.6;
}

.espm-blog-grid ul li:hover figure a:before {
    opacity: 0.6;
}

.espm-blog-grid .espm-blog-grid-slide figure a:before {
    content: none;
}

.espm-blog-large .espm-blog-large-slide figure a:before {
    content: none;
}

.espm-blog-grid figure a i {
    position: absolute;
    left: 50%;
    top: 0%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 55px;
    height: 55px;
    padding: 20px 0px 0px;
    margin: -27px 0px 0px -27px;
    opacity: 0;
}

.espm-blog-grid ul li:hover figure a i {
    opacity: 1;
    top: 50%;
}

.espm-blog-grid-text {
    border: 1px solid #ececec;
    padding: 26px 18px 30px 30px;
    border-top: none;
}

.espm-blog-grid-text h5 {
    margin: 0px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

.espm-blog-grid-text p {
    margin: 0px 0px 22px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.espm-blog-grid .espm-blog-option {
    width: 100%;
    padding: 0px;
    border-bottom: none;
    margin: 0px 0px 12px;
}

.espm-blog-grid .espm-blog-option:before {
    content: none;
}

.espm-blog-grid .espm-blog-option li {
    margin: 0px 29px 0px 0px;
}

.espm-blog-grid .espm-blog-option li:last-child {
    margin: 0px;
}

.espm-blog-grid .espm-blog-option li a {
    color: #999999;
    font-size: 10px;
}

.espm-blog-grid .espm-blog-option li i {
    margin: 0px 8px 0px 0px;
    color: #999999;
    font-size: 10px;
}

.espm-blog-grid .espm-blog-option li:before {
    right: -14px;
    background-color: #aaaaaa;
    top: 10px;
}

.espm-blog-grid .espm-readmore-btn {
    padding: 3px 17px 2px;
}

.espm-blog-grid-slide {
    position: relative;
}

.espm-blog-grid .slick-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #ffffff;
    z-index: 1;
    line-height: 1.7;
    margin: -12px 0px 0px;
}

.espm-blog-grid .slick-arrow-left.slick-arrow {
    right: auto;
    left: 15px;
}

/*pagination*/
.espm-pagination, .espm-pagination > ul {
    float: left;
    width: 100%;
}

.espm-pagination {
    margin: 50px 0 36px;
    text-align: center;
}

.espm-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 8px 0 0;
}

.espm-pagination > ul > li > .previous,
.espm-pagination > ul > li > .next {
    border: 1px solid #e0e0e0;
    line-height: 1.5;
}

.espm-pagination > ul > li:hover > .previous, .espm-pagination > ul > li:hover > .next {
    color: #ffffff;
}

.espm-pagination > ul > li > a, .espm-pagination > ul > li > span {
    border: 1px solid #e0e0e0;
    color: #bbbbbb;
    font-size: 12px;
    float: left;
    height: 35px;
    line-height: 1.4;
    padding: 8px;
    width: 35px;
}

/*pagination*/
/*Blog Large*/
.espm-blog-large figure, .espm-blog-large figure a, .espm-blog-large figure a img,
.espm-blog-large-text, .espm-blog-large-slide {
    float: left;
    width: 100%;
}

.espm-blog-large figure {
    margin: 0px 0px 30px;
}

.espm-blog.espm-blog-large figure time {
    top: 20px;
    left: 20px;
}

.espm-blog-large figure span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    z-index: 1;
    font-size: 60px;
    margin: -28px 0px 0px -24px;
}

.espm-blog-large ul li:hover figure span {
    opacity: 0;
    visibility: hidden;
}

.espm-blog-large figure a {
    position: relative;
    overflow: hidden;
}

.espm-blog-large figure a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.espm-blog-large ul li.video figure a:before {
    opacity: 0.6;
}

.espm-blog-large ul li:hover figure a:before {
    opacity: 0.6;
}

.espm-blog-large figure a i {
    position: absolute;
    left: 50%;
    top: 0%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 55px;
    height: 55px;
    padding: 20px 0px 0px;
    margin: -27px 0px 0px -27px;
    opacity: 0;
}

.espm-blog-large ul li:hover figure a i {
    opacity: 1;
    top: 50%;
}

.espm-blog-large-text {
    border: 1px solid #ececec;
    padding: 26px 18px 30px 30px;
}

.espm-blog-large-text h5 {
    margin: 0px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.espm-blog-large-text p {
    margin: 0px 0px 23px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.espm-blog-large .espm-blog-option {
    width: 100%;
    padding: 0px;
    border-bottom: none;
    margin: 0px 0px 12px;
}

.espm-blog-large .espm-blog-option:before {
    content: none;
}

.espm-blog-large .espm-blog-option li {
    margin: 0px 29px 0px 0px;
    font-weight: bold;
}

.espm-blog-large .espm-blog-option li a {
    color: #999999;
    margin: 0px 0px 0px 7px;
    font-weight: normal;
}

.espm-blog-large .espm-blog-option li:before {
    right: -14px;
    background-color: #aaaaaa;
    top: 10px;
}

.espm-blog-large .espm-readmore-btn {
    padding: 5px 22px;
}

.espm-blog-large-slide {
    position: relative;
}

.espm-blog-large .slick-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #ffffff;
    z-index: 1;
    line-height: 1.7;
    margin: -12px 0px 0px;
}

.espm-blog-large .slick-arrow-left.slick-arrow {
    right: auto;
    left: 15px;
}

/*Team Detail*/
.espm-team-detail, .espm-team-thumb, .espm-team-thumb-text, .espm-liststyle-one li,
.espm-team-social-network, .espm-liststyle-one, .espm-work-experience,
.espm-work-experience ul li {
    float: left;
    width: 100%;
}

.espm-team-detail {
    margin: 0px 0px 35px;
}

.espm-team-thumb-text {
    padding: 24px 0px 0px;
}

.espm-team-thumb-text h5 {
    margin: 0px 0px 3px;
    font-weight: bold;
    line-height: 1;
}

.espm-team-thumb-text span {
    font-size: 12px;
    display: block;
    letter-spacing: 0.8px;
    margin: 0px 0px 17px;
}

.espm-team-thumb-text p {
    margin: 0px 0px 13px;
    line-height: 26px;
}

.espm-liststyle-one {
    margin: 0px 0px 11px;
}

.espm-liststyle-one li {
    list-style: none;
    margin: 0px 0px 7px;
    padding-left: 25px;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
    position: relative;
}

.espm-liststyle-one li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #222;
    border-radius: 100%;
}

.espm-team-social-network li {
    float: left;
    margin: 0px 10px 0px 0px;
    list-style: none;
}

.espm-team-social-network li a {
    font-size: 18px;
}

.espm-team-social-network li a.espm-social {
    color: #3b5998;
}

.espm-team-social-network li a.espm-square {
    color: #019ad2;
}

.espm-team-social-network li a.espm-social-network {
    color: #cb2027;
}

.espm-team-social-network li a.espm-travel {
    color: #cb2027;
}

.espm-work-experience ul li {
    list-style: none;
    padding: 0px 0px 24px;
    position: relative;
}

.espm-work-experience {
    margin: 4px 0px 64px;
}

.espm-work-experience ul li:last-child {
    padding: 0px;
}

.espm-work-experience ul li:last-child:before {
    content: none;
}

.espm-work-experience ul li:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #ececec;
}

.espm-work-experience ul li i {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #bbbbbb;
    font-size: 25px;
    padding: 12px 0px 0px;
    background-color: #f5f5f5;
    border: 1px dashed #ffffff;
    position: relative;
}

.espm-work-experience ul li:hover i {
    color: #ffffff;
}

.espm-work-experience ul li i ~ .espm-experience-text {
    padding: 13px 0px 0px 80px;
}

.espm-experience-text h6 {
    margin: 0px 0px 16px;
    font-weight: bold;
}

.espm-experience-text p {
    margin: 0px;
    letter-spacing: 1px;
}

.espm-realted-team {
    margin: 0px 0px 39px;
}

/*Team List*/
.espm-team-list figure, .espm-team-list figure > a, .espm-team-list figure a img {
    float: left;
    width: 100%;
}

.espm-team-list figure {
    margin: 0px;
    overflow: hidden;
}

.espm-team-list figure > a {
    position: relative;
}

.espm-team-list figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.espm-team-list figure figcaption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1;
    height: 100%;
    padding: 59px 29px 55px;
}

.espm-team-list .espm-team-social li {
    margin: 0px 8px 0px 0px;
}

.espm-team-list figure figcaption h5 {
    font-weight: bold;
    margin: 0px 0px 3px;
    line-height: 1;
    letter-spacing: 0.9px;
}

.espm-team-list figure figcaption h5 a {
    color: #ffffff;
}

.espm-team-list figure figcaption span {
    color: #bbbbbb;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin: 0px 0px 22px;
}

.espm-team-list figure figcaption p {
    margin: 0px 0px 21px;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0.7px;
}

/*Project Detail*/
.espm-rich-editor .espm-section-heading {
    margin: 0px 0px 31px;
}

.espm-project-detail {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 38px;
}

.espm-project-thumb {
    float: left;
    width: 75%;
    margin: 0px;
}

.espm-project-info {
    position: absolute;
    right: 0px;
    top: 33px;
    width: 260px;
    padding: 40px 0px 23px 30px;
}

.espm-project-info .espm-section-heading {
    font-size: 18px;
    margin: 0px 0px 22px;
    color: #ffffff;
}

.espm-project-info ul, .espm-project-info ul li {
    float: left;
    width: 100%;
}

.espm-project-info ul li {
    list-style: none;
    margin: 0px 0px 10px;
}

.espm-project-info h6 {
    margin: 2px 12px 0px 0px;
    font-weight: 500;
    color: #ffffff;
    float: left;
}

.espm-project-info span {
    color: #ffffff;
    font-size: 12px;
    float: left;
}

.espm-project-achievements {
    float: left;
    width: 100%;
}

.espm-project-achievements .espm-section-heading {
    margin: 0px 0px 31px;
}

.espm-project-achievements p {
    display: block;
    margin: 0px 0px 14px;
    letter-spacing: 1.2px;
    line-height: 26px;
}

.skillst span, .skillst small {
    float: left;
    font-weight: bold;
    color: #222;
    margin: 0px 0px 6px;
    letter-spacing: 0.7px;
}

.skillst small {
    float: right;
    font-size: 14px;
}

/*Skillst*/
.skillst {
    float: left;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 15px;
    position: relative;
}

.bar-container {
    width: 100%;
    float: left;
    position: relative;
}

.bar-container .bar {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bar-container .bar small {
    display: none;
}

/*Project Grid*/
.espm-project, .espm-project-grid figure, .espm-project-grid figure > a,
.espm-project-grid figure a img, .espm-project-grid-wrap {
    float: left;
    width: 100%;
}

.espm-project > ul > li {
    list-style: none;
    margin: 0px 0px 30px;
}

.espm-project-grid figure {
    margin: 0px;
    overflow: hidden;
}

.espm-project-grid figure > a {
    position: relative;
    overflow: hidden;
}

.espm-project-grid figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.espm-project-grid ul li:hover figure > a:before {
    opacity: 1;
}

.espm-project-grid figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.espm-project-grid-wrap {
    border: 1px dashed #ffffff;
    height: 100%;
    line-height: 1;
}

.espm-project-grid-text {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin: -17px 0px 0px;
    padding: 0px 40px;
}

.espm-project-grid ul li:hover .espm-project-grid-text {
    margin: -81px 0px 0px;
}

.espm-project-grid-text h5 {
    margin: 0px 0px 1px;
    font-weight: 600;
    line-height: 1.3;
}

.espm-project-grid-text h5 > a {
    color: #ffffff;
}

.espm-project-grid-text span {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin: 0px 0px 20px;
}

.espm-project-grid-text p {
    margin: 0px 0px 20px;
    color: #ffffff;
    letter-spacing: 0.7px;
    line-height: 26px;
    opacity: 0;
}

.espm-project-grid ul li:hover .espm-project-grid-text p,
.espm-project-grid ul li:hover .espm-project-grid-text > a {
    opacity: 1;
}

.espm-project-grid-text > a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    opacity: 0;
}

.espm-project-grid-text > a i {
    font-size: 14px;
    margin: 0px 0px 0px 5px;
}

.espm-project-filterable {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 50px;
}

.espm-project-filterable ul {
    display: inline-block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.espm-project-filterable ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 41px 0px;
}

.espm-project-filterable ul li:first-child {
    margin-left: 0px;
}

.espm-project-filterable ul li:last-child {
    margin-right: 0px;
}

.espm-project-filterable ul li a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 11px 0px 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.espm-project-filterable ul li:first-child a {
    padding-left: 15px;
    padding-right: 15px;
}

.espm-project-filterable ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -1px;
    width: 0px;
    height: 2px;
}

.espm-project-filterable ul li a.is-checked:before,
.espm-project-filterable ul li a.is-checked:after {
    width: 45px;
}

.espm-project-filterable ul li a:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 0px;
    height: 2px;
}

/*Project List*/
.espm-project-list figure a, .espm-project-list figure a img, .espm-project-list-wrap {
    float: left;
    width: 100%;
}

.espm-project-list figure {
    float: left;
    width: 233px;
    margin: 0px;
}

.espm-project-list figure a {
    position: relative;
    overflow: hidden;
}

.espm-project-list figure a:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
}

.espm-project-list ul li:hover figure a:before {
    width: 100%;
    opacity: 0.8;
}

.espm-project-list figure a i {
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 50%;
    color: #ffffff;
    font-size: 36px;
    margin: -18px 0px 0px -17px;
}

.espm-project-list ul li:hover figure a i {
    opacity: 1;
    left: 50%;
}

.espm-project-list-wrap {
    padding: 30px 17px 30px 30px;
    background-color: #f5f5f5;
}

.espm-project-list figure ~ .espm-project-list-text {
    margin: 0px 0px 0px 233px;
}

.espm-project-list-text {
    padding: 11px 0px 0px 30px;
    line-height: 1;
}

.espm-project-list-text h5 {
    margin: 0px 0px 8px;
    font-weight: 600;
    line-height: 1;
}

.espm-project-list-text span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin: 0px 0px 20px;
}

.espm-project-list-text p {
    line-height: 26px;
    margin: 0px 0px 23px;
    letter-spacing: 0.8px;
}

.espm-project-list-text .espm-readmore-btn {
    padding: 7px 12px 8px;
}

.espm-project-list ul li:hover .espm-readmore-btn {
    color: #ffffff;
}

/*Services*/
.espm-services-classic i {
    float: left;
    font-size: 64px;
}

.espm-services-classic i ~ .espm-services-classic-text {
    padding: 0px 0px 0px 85px;
}

.espm-services-classic-text h5 {
    margin: 0px 0px 5px;
    font-weight: bold;
}

.espm-services-classic-text p {
    margin: 0px;
}

/*Priceplan*/
.espm-priceplan, .espm-priceplan-wrap, .espm-priceplan-heading, .espm-priceplan-list,
.espm-priceplan-list ul, .espm-priceplan-list ul li {
    float: left;
    width: 100%;
}

.espm-priceplan > ul > li {
    list-style: none;
    margin: 0px 0px 40px;
}

.espm-priceplan-wrap {
    position: relative;
    text-align: center;
    background-color: #2a2e41;
}

.espm-priceplan ul li:hover .espm-priceplan-wrap {
    background-color: #f9ad17;
    margin: -20px 0px 0px;
    box-shadow: 7px 6px 8px #c9c9c9;
}

.espm-priceplan-wrap:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 400px solid;
    border-right: 358px solid transparent;
}

.espm-priceplan-heading {
    position: relative;
}

.espm-priceplan-heading h5 {
    margin: 0px;
    font-weight: bold;
    padding: 12px 0px 11px;
    position: relative;
}

.espm-priceplan-heading h5:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 50px solid #2a2e41;
    border-left: 47px solid transparent;
}

.espm-priceplan ul li:hover .espm-priceplan-heading h5:before {
    border-bottom-color: #f9ad17;
}

.espm-priceplan-heading h2 {
    display: inline-block;
    margin: 0px 0px 0px 70px;
    font-size: 80px;
    color: #ffffff;
    font-weight: 600;
}

.espm-priceplan-heading h2 small {
    color: #ffffff;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 29px 0px 0px;
}

.espm-priceplan-heading h2 span {
    font-size: 16px;
    display: inline-block;
}

.espm-priceplan-list {
    padding: 0px 60px 50px;
    position: relative;
}

.espm-priceplan-list ul {
    margin: 0px 0px 30px;
}

.espm-priceplan-list ul li {
    list-style: none;
    padding: 12px 0px;
    border-bottom: 1px solid #404354;
    font-size: 16px;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.espm-priceplan ul li:hover .espm-priceplan-list ul li {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.espm-price-btn {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 4px 15px 6px;
    letter-spacing: 0.7px;
}

/*espm-aboutus*/
.espm-aboutus-padding {
    padding-top: 0px;
}

.espm-aboutus-thumb {
    padding: 76px 0px 0px;
    float: right;
    width: 93%;
    background: url(../img/project-grid.png);
}

.espm-aboutus, .espm-liststyle-two {
    float: left;
    width: 100%;
}

.espm-aboutus {
    padding: 104px 0px 0px;
}

.espm-aboutus-heading {
    font-size: 26px;
    font-weight: bold;
    margin: 0px 0px 27px;
    line-height: 1;
    letter-spacing: 1.6px;
}

.espm-aboutus-heading small {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin: 0px 0px 2px;
    letter-spacing: 1.4px;
}

.espm-aboutus p {
    margin: 0px 0px 24px;
    line-height: 26px;
}

.espm-aboutus h5 {
    font-weight: bold;
    margin: 0px 0px 26px;
}

.espm-liststyle-two li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 15px;
}

.espm-liststyle-two li {
    float: left;
    width: 50%;
    position: relative;
    margin: 0px 0px 17px;
    letter-spacing: 0.8px;
    list-style: none;
    padding: 0px 0px 0px 30px;
}

.espm-aboutus-thumb figure {
    float: right;
    margin: 0px 11px -21px 0px;
    width: 307px;
}



    .espm-about-service li {
        float: left;
        width: 100%;
        margin: 0px 0px 40px;
        list-style: none;
        text-align: center;
        height: 94px;
        position: relative;
        z-index: 1;
        
    }

.espm-about-service:before {
    content: '';
    background: url(../img/aboutus-left.png);
    position: absolute;
    left: -13px;
    top: 50px;
    width: 37px;
    height: 100px;
}

.espm-about-service:after {
    content: '';
    background: url(../img/aboutus-right.png);
    position: absolute;
    right: 12px;
    bottom: 72px;
    width: 37px;
    height: 100px;
}

.espm-about-service li:last-child {
    margin: 0px;
}

.espm-about-service li span {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 11px 28px 0 0;
}

.espm-about-service li span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 66px;
    height: 66px;
    border: 2px solid;
}

.espm-about-service li i {
    display: inline-block;
    font-size: 38px;
    position: relative;
    color: #ffffff;
}

/*counter*/
.counter-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.espm-counter ul li span, .espm-counter {
    float: left;
    width: 100%;
}

.espm-counter {
    text-align: center;
}

.espm-counter ul li {
    float: left;
    width: 25%;
    list-style: none;
    margin: 0px 0px 30px;
}

.espm-counter-wrap {
    display: inline-block;
    width: 75%;
}

.espm-counter-wrap i {
    font-size: 65px;
    float: left;
    margin: 0px 0px 0px;
}

.espm-counter-wrap i ~ .espm-counter-text {
    padding: 0px 0px 0px 87px;
}

.espm-counter-text {
    text-align: left;
}

.espm-counter ul li .numscroller, .espm-counter ul li small {
    font-size: 40px;
    margin: 3px 0px 1px;
    line-height: 1;
    font-weight: 600;
    float: left;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.espm-counter ul li span {
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

/*espm-quote-form*/
.espm-quote-form {
    margin: 0px 0px 31px;
}

.espm-quote-form, .espm-quote-form form, .espm-quote-form ul li input[type="text"],
.espm-quote-form ul li input[type="email"] {
    float: left;
    width: 100%;
}

.espm-quote-form ul {
    margin: 0px -15px;
}

.espm-quote-form ul li {
    list-style: none;
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin: 0px 0px 29px;
}

.espm-quote-form ul li.heading {
    margin: 0px;
}

.espm-quote-form ul li.full-width {
    width: 50%;
}

.espm-quote-form ul li .espm-section-heading {
    font-weight: 500;
}

.espm-quote-form ul li label {
    margin: 0px 0px 9px;
    float: left;
    line-height: 0.8;
    font-size: 16px;
    color: #666666;
}

.espm-quote-form ul li input[type="email"],
.espm-quote-form ul li input[type="text"] {
    height: 40px;
    background-color: #f5f5f5;
    padding-left: 15px;
}

.espm-quote-form ul li input[type="submit"] {
    float: left;
    padding: 4px 26px 6px;
    color: #999999;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #cccccc;
    letter-spacing: 0.9px;
}

.espm-quote-form ul li input[type="submit"]:hover {
    color: #ffffff;
}

/*contact-info*/
.espm-contact-info {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.espm-contact-info ul li {
    list-style: none;
    margin-bottom: 17px;
}

.espm-contact-info-text {
    padding: 13px 70px 16px 30px;
    position: relative;
    overflow: hidden;
}

.espm-contact-info-text h5 {
    margin: 0px 0px 7px;
    color: #ffffff;
    font-weight: bold;
}

.espm-contact-info-text p,
.espm-contact-info-text a {
    color: #ffffff;
    line-height: 20px;
    margin: 0px;
    letter-spacing: 0.8px;
}

.espm-contact-info-text a {
    float: left;
}

.espm-contact-info span {
    position: absolute;
    right: 13px;
    top: 15px;
}

.espm-contact-info span:before {
    content: '';
    position: absolute;
    right: -45px;
    top: -43px;
    width: 102px;
    height: 102px;
    border-radius: 100%;
}

.espm-contact-info span i {
    position: relative;
    font-size: 37px;
}

/*Maintenance*/
.espm-coomingsoon-content {
    background-image: url("extra-images/coomingsoon-back-img.html");
    background-position: top center;
    position: relative;
    padding: 192px 0px 0px;
}

.coomingsoon-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.94;
}

.espm-coomingsoon, .logo-two, .espm-coomingsoon form input[type="text"] {
    float: left;
    width: 100%;
}

.logo-two {
    margin: 0px 0px 55px;
}

.espm-coomingsoon h2 {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 2px;
    letter-spacing: 1.3px;
}

.espm-coomingsoon h2 span {
    font-weight: bold;
}

.espm-coomingsoon h3 {
    font-size: 80px;
    color: #ffffff;
    line-height: 1.1;
    margin: 0px 0px 44px;
    letter-spacing: 4.8px;
    font-weight: 500;
}

.espm-coomingsoon p {
    margin: 0px 0px 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.espm-coomingsoon form {
    float: left;
    width: 52%;
    position: relative;
    margin: 0px 0px 39px;
}

.espm-coomingsoon form input[type="text"] {
    background-color: #ffffff;
    font-size: 10px;
    color: #666666;
    font-style: italic;
    padding-left: 15px;
    height: 40px;
}

.espm-coomingsoon form input[type="submit"] {
    padding: 10px 18px 11px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 13px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.8px;
}

/*espm-countdown*/
.espm-countdown, .espm-countdown .countdown-row {
    float: left;
    width: 100%;
}

.espm-countdown {
    margin: 0px 0px 10px;
}

.espm-countdown .countdown-section {
    float: left;
    width: 110px;
    margin: 0px 63px 50px 0px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 7px 0px 21px;
}

.espm-countdown .countdown-section:last-child {
    margin: 0px;
}

.espm-countdown .countdown-amount {
    display: block;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.espm-countdown .countdown-period {
    font-size: 20px;
    letter-spacing: 1.8px;
}

/*espm-coomingsoon-social*/
.espm-coomingsoon-social {
    float: left;
    width: 100%;
}

.espm-coomingsoon-social li {
    float: left;
    margin: 0px 15px 0px 0px;
    list-style: none;
}

.espm-coomingsoon-social li a {
    font-size: 23px;
}

.espm-coomingsoon-social li a.fa-facebook-square {
    color: #3b5999;
}

.espm-coomingsoon-social li a.fa-twitter-square {
    color: #00acee;
}

.espm-coomingsoon-social li a.fa-linkedin-square {
    color: #0080af;
}

.espm-coomingsoon-social li a.fa-flickr {
    color: #eb4a89;
}

/*espm-coomingsoon-copyright*/
.espm-coomingsoon-copyright {
    float: left;
    width: 100%;
    background-color: #4c4b54;
    text-align: center;
    position: relative;
    padding: 12px 0px 15px;
}

.espm-coomingsoon-copyright p {
    color: #cccccc;
    margin: 0px;
}

.espm-coomingsoon-copyright p i {
    font-size: 13px;
}

.espm-coomingsoon-copyright p a {
    color: #cccccc;
    text-transform: uppercase;
}

/*majid*/
/*contact us*/
.espm-contactfull {
    padding-bottom: 0px;
}

.espm-contact-form, .espm-contact-form form ul li label, .espm-contact-info,
.espm-contact-widget ul li, .espm-contact-info-text, .espm-contact-map, .espm-404-error,
.espm-search-text h2, .espm-search-text p, .espm-contact-form ul li textarea,
.espm-contact-form ul li input[type="text"], .espm-contact-form form ul li input[type="email"] {
    float: left;
    width: 100%;
}

.espm-contact-map iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.espm-contact-form {
    margin-bottom: 82px;
}

.espm-contact-form ul {
    margin: 0px -12px;
}

.espm-contact-form ul li {
    float: left;
    list-style: none;
    width: 50%;
    padding: 0px 12px;
    margin: 0px 0px 29px;
}

.espm-contact-form ul li label {
    margin: 0px 0px 9px;
    color: #377f8c;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 0.8;
}

.espm-contact-form ul li input[type="text"],
.espm-contact-form form ul li input[type="email"] {
    height: 50px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #999999;
    padding-left: 15px;
    letter-spacing: 0.6px;
}

.espm-contact-form ul li.coment-box {
    float: right;
}

.espm-contact-form ul li textarea {
    height: 252px;
    color: #545454;
    font-size: 12px;
    background-color: #f5f5f5;
    padding: 15px 0px 0px 15px;
    letter-spacing: 0.6px;
}

.espm-contact-form ul li input[type="submit"] {
    float: left;
    border: none;
    background-color: inherit;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    border: 1px solid #cccccc;
    padding: 4px 24px 6px;
    letter-spacing: 0.9px;
}

.espm-contact-form ul li input[type="submit"]:hover {
    color: #ffffff;
}

/*404*/
.espm-404-error {
    padding: 20px 0px 110px;
}

.espm-error-wrap {
    width: 855px;
    background-image: url("extra-images/eror-back-img.html");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 229px 0 72px 0px;
    margin: 0px auto;
    text-align: center;
}

.espm-error-text {
    float: left;
    width: 78%;
    text-align: center;
    padding: 0px 40px 0px 44px;
}

.espm-error-text h1 {
    display: inline-block;
    width: 100%;
    font-size: 100px;
    margin: 0px 0px 5px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 6.5px;
}

.espm-error-text span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #377f8c;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.1px;
    margin-bottom: 39px;
}

.espm-error-text p {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 23px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.espm-error-btn {
    display: inline-block;
    border: 1px solid;
    font-size: 14px;
    color: #ffffff;
    padding: 11px 21px 13px;
    line-height: 1;
    letter-spacing: 0.8px;
}

/*Faq*/
.espm-faq-content {
    padding-bottom: 0px;
}

.espm-faq-accordion {
    float: left;
    width: 100%;
}

.espm-faq-accordion .panel {
    border-radius: 0px;
    box-shadow: none;
    position: relative;
}

.espm-faq-accordion.panel-group {
    margin: 0px 0px 110px;
}

.espm-faq-accordion.panel-group .panel {
    border-radius: 0px;
}

.espm-faq-accordion .panel-default {
    border: none;
}

.espm-faq-accordion .panel-default > .panel-heading {
    background-color: inherit;
    color: #ffffff;
}

.espm-faq-accordion .panel-title {
    font-weight: normal;
}

.espm-faq-accordion .panel-title > a {
    padding: 14px 20px 13px 55px;
    display: block;
    font-style: normal;
    letter-spacing: 0.9px;
}

.espm-faq-accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.espm-faq-accordion .panel-title > a:before,
.espm-faq-accordion .panel-title > .collapsed:before {
    content: "\e901";
    position: absolute;
    left: 17px;
    top: 15px;
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.espm-faq-accordion .panel-heading {
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.espm-faq-accordion .panel-title > .collapsed:before {
    content: "\e902";
}

.espm-faq-accordion.panel-group .panel + .panel {
    margin-top: 30px;
}

.espm-faq-thumb {
    position: absolute;
    right: -44px;
    top: 69px;
}

.espm-faq-accordion .panel-body {
    padding: 21px 24px 22px 47px;
}

.espm-faq-accordion .panel-body p {
    line-height: 26px;
    margin: 0px;
    letter-spacing: 0.8px;
}

/*Search result*/
.espm-search-text {
    float: left;
    width: 100%;
    margin-bottom: 69px;
}

.espm-search-text h2 {
    font-size: 40px;
    color: #377f8c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 17px;
    line-height: 1;
    letter-spacing: 2.4px;
}

.espm-search-text p {
    margin: 0px 0px 42px;
    letter-spacing: 0.9px;
}

.espm-search-text form {
    position: relative;
    float: left;
    width: 100%
}

.espm-search-text form input[type="text"] {
    height: 45px;
    padding-left: 20px;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    background-color: #f5f5f5;
    float: left;
    width: 100%;
}

.espm-search-text form input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    background-color: #dddddd;
    padding: 0px 27px;
}

.espm-search-text form input[type="submit"]:hover {
    color: #ffffff;
}

/*form*/
.output_message {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.success-msg, .spam-error-msg, .error-msg {
    float: left;
    padding: 7px 0px 7px 40px;
    width: 100%;
    font-style: normal;
    border-radius: 4px;
    background: #D4FECC;
    color: #5A974F;
    position: relative;
}

.spam-error-msg {
    background: #FEFCCB;
    color: #8F9031;
}

.error-msg {
    background-color: #ff0000;
    color: #ffffff;
}

.success-msg > i, .spam-error-msg > i, .error-msg > i {
    position: absolute;
    left: 15px;
    top: 7px;
    color: #5A974F;
    font-size: 16px;
    margin-top: 6px;
}

.spam-error-msg > i {
    color: #8F9031;
}

.error-msg > i {
    color: #ffffff;
}

.widget_contact_form .output_message {
    width: 100%;
    padding: 10px 0 0;
}

.espm-contact-form ul li.full-form, .comment-respond form p.full-form {
    width: 100%;
}

.comment-respond form p input[type="submit"] {
    float: left;
}

/*****************************
Custom
******************************/
.logo img {
    height: 75px;
}

.espm-banner-layer img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.follow_us {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

.follow_us h5 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 35px
}

.follow_us ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 20px;
    line-height: 31px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.follow_us ul li a {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.follow_us ul li a i {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.facebook {
    background: #1877f2;
    color: #ffffff;
}

.google {
    background: linear-gradient(to right, #d62d20, #ffa700, #0057e7, #008744, #FFFFFF);
    background: -moz-linear-gradient(to right, #d62d20, #ffa700, #0057e7, #008744, #FFFFFF);
    background: -webkit-linear-gradient(to right, #d62d20, #ffa700, #0057e7, #008744, #FFFFFF);
    color: #ffffff;
}

.pinterest {
    background: #bd081c;
    color: #ffffff;
}

.twitter {
    background: #1da1f2;
    color: #ffffff;
}

.linkedin {
    background: #007bb5;
    color: #ffffff;
}

.instagram {
    background: linear-gradient(-130deg, #5360d0, #c82a7c, #f9d678);
    background: -moz-linear-gradient(-130deg, #5360d0, #c82a7c, #f9d678);
    background: -webkit-linear-gradient(-130deg, #5360d0, #c82a7c, #f9d678);
    color: #ffffff;
}

.espm-classic-btn, .espm-services-text i, .espm-services-text, .espm-services-text h5, .espm-services-text p, .espm-readmore-btn, .espm-blog-classic figure a:before, .espm-blog-classic figure a i, .espm-blog figure time, .espm-process-list ul li span, .espm-process-list ul li span i, .espm-process-list ul li span small, .espm-services-grid figure > a:before, .espm-process-list ul li span a, .espm-services-grid figure figcaption > a, .espm-services-grid figure figcaption, .espm-prev-post h6 a, .espm-services-grid figure figcaption h5, .espm-services-grid figure figcaption h5:before, .espm-prenxt-post figure a i, .espm-next-post h6 a, .comment-respond form p input[type="submit"], .widget_popular_post figure a:before, .widget_popular_post figure a i, .widget_cetagories ul li a:before, .widget_cetagories ul li a, .widget_instagram figure a:before, .widget_instagram figure a i, .espm-blog-grid figure a:before, .espm-blog-grid figure a i, .espm-blog-grid figure span, .espm-blog-large figure a:before, .espm-project-list figure a:before, .espm-blog-large figure a i, .espm-blog-large figure span, .espm-prenxt-post figure a:before, .espm-project-list figure a i, .espm-project-grid-text p, .espm-project-grid-text > a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.espm-modern-team figure figcaption h6, .espm-modern-team figure figcaption, .espm-modern-team figure figcaption:after, .espm-team-list figure figcaption, .espm-priceplan-wrap, .espm-priceplan-wrap:before, .espm-priceplan-heading h5:before, .espm-priceplan-heading h5, .espm-priceplan-list ul li {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.espm-blog-classic ul li:hover figure a i, .widget_popular_post ul li:hover figure a i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.espm-team-list figure figcaption {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.espm-team-list ul li:hover figure figcaption {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* ThemeColor One */
.espm-color, .espm-colorhover:hover, .espm-services-text i, .espm-process-list ul li i, .espm-prev-post h6 a,
.espm-process-list ul li:before, .espm-twitter-layer h5, .espm-twitter-layer p, .espm-next-post h6 a,
.espm-twitter-layer p a, .widget-popular-post-text h6 a, .widget_popular_post figure a i, .widget_instagram figure a i,
.espm-blog-grid .slick-arrow:hover, .espm-blog-large .slick-arrow:hover, .espm-blog-large .espm-blog-option li,
.espm-experience-text h6, .espm-priceplan-heading h5, .espm-aboutus-heading, .espm-aboutus-heading small,
.espm-aboutus h5, .espm-liststyle-two li, .espm-contact-info span i, .espm-coomingsoon form input[type="submit"] {
    color: #2d7483;
}

.espm-bgcolor, .espm-bgcolorhover:hover, .espm-services ul li:hover .espm-services-text, .espm-blog-classic figure a i,
.espm-blog-classic figure a:before, .espm-blog figure time, .espm-process-list ul li:hover span, .espm-prenxt-post figure a:before,
.testimonial-transparent:before, .espm-services-grid figure > a:before, .footer-widget-transparent, .espm-footer-contact-text,
.espm-blog-thumb time, .espm-thumb-heading, blockquote, .espm-tags a:hover, .espm-blog-grid figure a:before,
.espm-blog-grid figure a i, .espm-pagination > ul > li:hover > .previous, .espm-pagination > ul > li:hover > .next,
.espm-blog-large figure a:before, .espm-blog-large figure a i, .espm-team-list figure > a:before,
.espm-team-list figure figcaption, .espm-project-info, .espm-project-grid figure > a:before, .espm-simple-btn:hover,
.espm-project-list figure a:before, .espm-priceplan ul li:hover .espm-priceplan-heading h5, .coomingsoon-transparent, .espm-dropdown-menu li > .espm-dropdown-menu li:hover a,
.espm-about-service li span:before, .counter-transparent, .espm-contact-info-text, .espm-error-btn,
.espm-faq-accordion .panel-title > .collapsed {
    background-color: #003d4a;
}

.espm-bordercolor, .espm-bordercolorhover:hover, .espm-services-text i, .espm-process-list ul li span,
.espm-tags a:hover, .espm-pagination > ul > li:hover > .previous, .espm-pagination > ul > li:hover > .next,
.espm-error-btn {
    border-color: #2d7483;
}

.espm-modern-team figure figcaption:after {
    border-bottom-color: #2d7483;
}

.espm-blog-option:before, .espm-priceplan-wrap:before {
    border-top-color: #2d7483;
}


/*Color Two*/
.espm-strip-info li i, .espm-fancy-title h2 > span, .espm-services-grid figure figcaption > a, .espm-footer-contact-text i,
.espm-footer-contact-text i, .widget_links ul li:hover a, .espm-prenxt-post ul li:hover .espm-next-post h6 a, .comment-reply-link:hover,
.espm-prenxt-post ul li:hover .espm-prev-post h6 a, .espm-blog-grid .espm-blog-option li a:hover, .espm-team-social li:hover a,
.espm-pagination > ul > li > a:hover, .espm-pagination > ul > li > span.current, .espm-blog-large .espm-blog-option li a:hover,
.espm-services-classic i, .espm-priceplan ul li:hover .espm-priceplan-heading h5, .espm-aboutus-heading span,
.espm-liststyle-two li i, .espm-counter ul li i, .espm-coomingsoon h2 span, .espm-error-text h1,
.espm-banner-text h1 span {
    color: #e84949;
}

.navbar-nav > li > a:before, .navbar-nav > li > a:after, .espm-simple-btn, .espm-classic-btn:hover, .espm-blog ul li:hover .espm-readmore-btn,
.espm-services ul li:hover .espm-services-text i, .espm-blog-classic ul li:hover figure a:before, .twitter-slide-transparent,
.espm-process-list ul li span a, .espm-testimonial .slick-dots li.slick-active button, .espm-footer-title:before, .espm-footer-title:after,
.widget_links ul li:hover a:before, .widget_newsletter form input[type="submit"]:hover, .espm-section-heading:before, .espm-section-heading:after,
.comment-respond form p input[type="submit"]:hover, .widget_search form input[type="submit"]:hover, .espm-widget-heading:before, .espm-widget-heading:after,
.widget_popular_post figure a:before, .widget_cetagories ul li:hover a, .widget_instagram figure a:before, .espm-blog-grid ul li:hover figure a:before,
.espm-blog-grid .slick-arrow:hover, .espm-blog-large ul li:hover figure a:before, .espm-blog-large .slick-arrow:hover,
.espm-work-experience ul li:hover i, .espm-project-filterable ul li a:before, .espm-project-filterable ul li a:after,
.espm-project-list ul li:hover .espm-readmore-btn, .espm-priceplan-heading h5, .espm-quote-form ul li input[type="submit"]:hover,
.espm-contact-info span:before, .espm-coomingsoon form input[type="submit"], .espm-get-quote-form ul li input[type="submit"]:hover,
.espm-contact-form ul li input[type="submit"]:hover, .espm-error-btn:hover, .espm-search-text form input[type="submit"]:hover,
.espm-faq-accordion .panel-title > a {
    background-color: #e84949;
}

.espm-classic-btn:hover, .espm-services ul li:hover .espm-services-text i, .espm-testimonial .slick-dots li.slick-active button,
.espm-blog ul li:hover .espm-readmore-btn, .widget_newsletter form input[type="submit"]:hover, .comment-respond form p input[type="submit"]:hover,
.espm-pagination > ul > li > a:hover, .espm-pagination > ul > li > span.current, .espm-project-list ul li:hover .espm-readmore-btn,
.espm-about-service li span:before, .espm-quote-form ul li input[type="submit"]:hover, .espm-get-quote-form ul li input[type="submit"]:hover,
.espm-contact-form ul li input[type="submit"]:hover, .espm-error-btn:hover {
    border-color: #e84949;
}

.espm-main-header, .espm-blog figure time, .espm-blog figure time:after, .espm-blog-option,
.espm-modern-team figure figcaption, .espm-blog-thumb time:after, .espm-blog-thumb time, .espm-thumb-heading {
    border-bottom-color: #e84949;
}

blockquote {
    border-left-color: #e84949;
}

.espm-priceplan ul li:hover .espm-priceplan-wrap:before {
    border-top-color: #e84949;
}
/*	Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {

    .logo img {
        height: 65px;
        margin-top: 10px;
    }

    .navbar {
        position: relative;
    }

    .navbar-toggle {
        background-color: #EEE;
        display: block;
        margin: 18px 0px 25px 0px;
    }

    /*.navbar-collapse {
        background-color: #FFF;
        border: none;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
        left: 0%;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        top: 100%;
        width: 260px;
        z-index: 9999;
    }*/
    #espm-header .collapse.in {
        display: block;
    }

    .espm-thumbnail {
        margin-bottom: 0px;
    }

    .navbar-nav {
        margin: 0px;
        padding-top: 10px;
    }

    .navbar-nav > li > a:before, .navbar-nav > li > a:after {
        display: none;
    }

    .navbar-nav .espm-dropdown-menu {
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    .navbar .navbar-collapse {
        padding: 0px;
    }

    .navbar-nav > li > a {
        float: left;
        font-size: 12px !important;
        line-height: 14px;
        padding: 20px 8px 20px;
        width: 100%;
    }

    .navbar-nav > li {
        float: left;
    }

    .espm-dropdown-menu .espm-dropdown-menu {
        left: 0px;
    }

    .navbar-nav > li {
        padding: 0px;
    }

    .navbar-nav > li:first-child {
        padding-left: 0px;
    }

    /* Main Grid */
    .espm-main-content .col-md-4, .espm-main-content .col-md-3 {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
        width: 50%;
    }

    .espm-main-content .col-md-7, .espm-main-content .col-md-5 {
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    /*Content*/
    .espm-blog-option {
        width: 88%;
    }

    .espm-blog-classic-text {
        padding: 23px 28px 30px 30px;
    }

    .espm-get-quote-thumb img {
        position: relative;
        top: 0px;
    }

    .espm-process-list ul li {
        padding: 0px 40px;
    }

    

    .espm-fancy-title p {
        width: 71%;
    }

    .espm-main-content .espm-team.espm-modern-team > ul > li {
        width: 33.333%;
    }

    .espm-modern-team ul li:hover figure figcaption {
        padding: 55px 14px 0;
    }

    .espm-modern-team figure figcaption {
        padding: 20px 14px 0;
    }

    .espm-strip-info {
        text-align: center;
        width: 100%;
    }

    .espm-strip-info li {
        display: inline-block;
        float: none;
    }

    .espm-main-header {
        text-align: center;
    }

    .espm-simple-btn {
        display: none;
        margin: 13px 0 0;
    }

    .espm-strip-info li {
        margin: 0 0 11px;
    }

    .slick-slide img.espm-banner-thumb {
        display: none;
    }

    .espm-top-strip {
        padding-top: 24px;
    }

    .espm-services-text {
        padding: 24px 33px 33px;
    }

    .espm-footer-contact ul li {
        float: left;
        width: 33.333%;
    }

    .espm-footer-widget .widget {
        float: left;
        width: 50%;
    }

    .espm-footer-contact-text {
        padding: 24px 29px 25px 17px;
    }

    .espm-testimonialfull {
        background-size: cover;
    }

    .espm-error-wrap {
        background-size: calc(100%);
        padding: 158px 0 40px;
        width: 100%;
    }

    .espm-error-text {
        padding: 0 0 0 90px;
        width: 66%;
    }

    .espm-counter ul li {
        width: 33.333%;
    }

    .espm-team-list figure figcaption {
        padding: 110px 45px 55px;
    }

    .espm-partner-slider .slick-list {
        width: 98%;
    }

    .espm-prenxt-post ul li {
        padding: 0px 15px;
    }

    .espm-prenxt-post ul {
        margin: 0px -15px;
    }

    .espm-prev-post figure ~ h6 {
        padding: 0 0 0 93px;
    }

    .espm-next-post figure ~ h6 {
        padding: 0px 93px 0px 0px;
    }

    .espm-contact-form {
        margin: 0px;
    }

    .espm-contact-widget {
        margin: 0px 0px 80px;
    }

    .espm-coomingsoon form input[type="submit"] {
        padding: 11px 18px;
    }

    .espm-coomingsoon form {
        width: 85%;
    }

    .espm-faq-accordion .panel-title > a {
        letter-spacing: 0.8px;
    }

    .espm-priceplan-wrap::before {
        border-right: 345px solid transparent;
        border-top: 385px solid #2D7483;
    }

    .skillst {
        padding: 0px 15px;
        width: 50%;
    }

    .espm-project-filterable ul li {
        margin: 0px 25px;
    }

    .espm-team-thumb {
        width: auto;
    }

    .espm-project-grid-text {
        padding: 0px 22px;
    }

    .espm-blog > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
        width: 50%;
    }

    .espm-blog-grid-text {
        padding: 26px 14px 30px 24px;
    }

    .espm-blog.espm-blog-large > ul > li {
        width: 100%;
    }

    .espm-project > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
    }

    .espm-project-grid > ul > li {
        float: left;
        width: 50%;
    }

    .espm-banner-caption:after {
        width: 50%;
    }

    .banner-transparent {
        top: 85px;
    }

    .espm-banner-caption {
        top: 35%;
    }

    .espm-project-list-text p {
        font-size: 16px;
    }

    .espm-main-content aside.col-md-3 {
        width: 100%;
    }

    .espm-main-content .widget {
        display: inline-block;
        float: none;
        margin-right: -4px;
        padding: 0px 15px;
        vertical-align: top;
        width: 50%;
    }

    .espm-main-content.espm-contactfull .col-md-3 {
        width: 100%
    }

    .espm-contact-info.espm-contact-widget li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        padding: 0px 15px;
        vertical-align: top;
        width: 50%;
    }

    .espm-main-content .espm-team-detail .col-md-5, .espm-main-content .espm-team-detail .col-md-7 {
        width: 50%
    }

    .espm-footer-one, .espm-testimonialfull, .espm-counter-full, .espm-coomingsoon-content {
        background-size: cover;
    }

    .espm-counter-wrap i ~ .espm-counter-text {
        padding: 0px 0px 0px 79px;
    }


}


@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {

    .espm-banner-caption {
        top: 90%;
    }

}

/* Media 420Px Start */
@media (min-width: 768px) {

    .navbar-header {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .navbar-nav {
        display: block;
        float: left;
        margin: 0;
    }

    .navbar-nav li {
        display: block;
        float: left;
        line-height: 45px;
        list-style: none;
    }
}

/* Media 420Px Start */
@media (max-width: 767px) {
    .logo img {
        height: 65px;
        vertical-align: middle;
    }

    .espm-services-grid figure figcaption h5 {
        font-size: 13px;
    }

    .navbar-header {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: -66px;
    }

    .navbar {
        float: none;
        padding: 0;
        position: relative;
    }

    .navbar-toggle {
        margin: 18px 0px 25px 0px;
    }

    .espm-banner-layer img {
        height: 530px;
    }

    .navbar-collapse {
        background-color: #FFF;
        border: none;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
        left: 0;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        top: -5px;
        width: 100%;
        z-index: 9999;
    }

    .banner-transparent {
        top: 70px;
    }

    .espm-dropdown-menu {
        left: 10px;
        top: 0;
    }

    #espm-header .collapse.show {
        display: block;
    }

    #espm-header .collapse.in {
        display: block;
    }

    .espm-thumbnail {
        margin-bottom: 0px;
    }

    .espm-get-quote-formfull {
        padding: 20px 0px 10px;
    }

    .espm-get-quote-form ul li {
        margin: 0px 0px 10px;
    }

    .navbar-nav {
        margin: 0px;
        padding-top: 10px;
    }

    .navbar-nav > li > a:before, .navbar-nav > li > a:after {
        display: none;
    }

    .navbar-nav .espm-dropdown-menu {
        background-color: transparent;
        float: left;
        margin: 0px;
        opacity: 1;
        position: relative;
        visibility: visible;
        width: 100%;
    }

    .navbar-nav .espm-dropdown-menu {
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        -o-transform: translate(0px);
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    .navbar .navbar-collapse {
        padding: 0px;
    }

    .navbar-nav > li > a {
        color: #555555;
        float: left;
        line-height: 14px;
        padding: 20px 20px 22px 20px;
        width: 100%;
    }

    .navbar-nav > li {
        float: left;
        list-style: none;
        width: 100%;
    }

    .espm-dropdown-menu .espm-dropdown-menu {
        left: 0px;
    }

    .navbar-nav > li {
        padding: 0px;
    }

    .navbar-nav > li:first-child {
        padding-left: 0px;
    }

    /* Main Grid */
    .espm-main-content .col-md-4, .espm-main-content .col-md-3 {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
        width: 50%;
    }

    .espm-main-content .col-md-7, .espm-main-content .col-md-5 {
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    /*Content*/
    .espm-banner-caption {
        top: 42%;
    }

    .espm-strip-info li::before {
        content: none;
    }

    .espm-strip-info {
        text-align: center;
        width: 100%;
    }

    .espm-strip-info li {
        margin: 0 0 10px;
        padding: 0px 10px;
    }

    .logo {
        text-align: center;
    }

    .espm-strip-info li i {
        float: none;
    }

    .espm-strip-info li {
        display: inline-block;
        float: none;
    }

    .espm-simple-btn {
        margin: 15px 0px 0px;
    }

    .espm-fancy-title p, .espm-get-quote-form .espm-fancy-title p {
        width: 100%;
    }

    .espm-blog-option li {
        margin: 0px 20px 0px 0px;
    }

    .espm-blog-option li::before {
        right: -10px;
    }

    .espm-blog-option {
        padding: 9px 0 12px 15px;
        width: 93%;
    }

    .espm-get-quote-thumb img {
        position: relative;
        top: 0;
    }

    .espm-testimonial-layer p, .espm-footer-copyright ul {
        width: 100%;
    }

    .espm-footer-widget .widget {
        float: left;
        width: 50%;
    }

    .espm-footer-contact ul li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
        width: 50%;
    }

    .espm-footer-copyright {
        text-align: center;
    }

    .espm-footer-copyright p, .espm-footer-copyright ul li {
        display: inline-block;
        float: none;
    }

    .espm-services-text {
        padding: 24px 28px 33px;
    }

    .espm-process-list ul li {
        padding: 0px 35px;
    }

    .espm-footer-contact-text {
        padding: 19px 16px 25px 20px;
    }

    .espm-error-wrap {
        margin: 0px;
        width: 100%;
    }

    .espm-error-text {
        padding: 0px;
        width: 100%;
    }

    .espm-error-wrap {
        background-image: none;
    }

    .espm-counter ul li {
        width: 50%;
    }

    .espm-team-list figure figcaption {
        padding: 59px 36px 55px;
    }

    .espm-counter-wrap {
        width: 84%;
    }

    .espm-liststyle-two li {
        letter-spacing: 0.1px;
    }

    .espm-tags, .espm-blog-social {
        width: 100%;
    }

    .espm-tags {
        margin: 0px 0px 20px;
    }

    .espm-blog-social, .espm-post-tags {
        text-align: center;
    }

    .espm-blog-social ul, .espm-tags span, .espm-tags a {
        display: inline-block;
        float: none;
    }

    .espm-prev-post figure ~ h6 {
        padding: 0 0 0 70px;
    }

    .espm-next-post figure ~ h6 {
        padding: 0 70px 0 0;
    }

    .espm-prenxt-post ul li {
        margin: 0px 0px 30px;
    }

    .comment-list .children {
        padding-left: 0px;
    }

    .espm-prenxt-post ul li {
        padding: 0px 15px;
    }

    .espm-prenxt-post ul {
        margin: 0px -15px;
    }

    .espm-twitter-feed {
        background-size: cover;
    }

    .espm-blog-modern figure figcaption {
        padding: 0 17px 32px;
    }

    .espm-blog-modern figure figcaption p {
        margin: 0px 0px 8px;
    }

    .espm-blog-grid-text {
        padding: 26px 18px 30px;
    }

    .espm-blog-grid .espm-blog-option li {
        margin: 0px 14px 0px 0px;
    }

    .espm-blog-grid .espm-blog-option li::before {
        right: -7px;
    }

    .espm-blog-large .espm-blog-option li:last-child {
        margin: 0px 0px 0px 0px;
    }

    .espm-blog-large .espm-blog-option li {
        margin: 0 22px 0 0;
    }

    .espm-blog-large .espm-blog-option li::before {
        right: -11px;
    }

    .espm-contact-form {
        margin: 0px;
    }

    .espm-contact-widget {
        margin: 0px 0px 80px;
    }

    .espm-coomingsoon form, .espm-project-thumb {
        width: 100%;
    }

    .espm-countdown .countdown-section {
        margin: 0 42px 50px 0;
    }

    .espm-fancy-title h2 {
        line-height: 1;
    }

    .espm-quote-form ul li {
        width: 50%;
    }

    .espm-quote-form ul li:last-child {
        width: 100%;
    }

    .espm-priceplan-wrap::before {
        border-right: 270px solid transparent;
        border-top: 310px solid #2D7483;
    }

    .espm-priceplan-heading h2 {
        margin: 0px;
    }

    .espm-priceplan-list {
        padding: 0px 30px 50px;
    }

    .espm-priceplan-wrap {
        overflow: hidden;
    }

    .espm-project-info {
        float: left;
        position: relative;
        top: 0px;
        width: 100%;
    }

    .espm-project-grid-text h5 {
        letter-spacing: 0.3px;
    }

    .espm-project-grid-text span, .espm-project-grid-text p {
        margin: 0px 0px 8px;
    }

    .espm-project-filterable ul li {
        margin: 0px 24px;
    }

    .espm-filtrable-grid .espm-project-grid-text h5 {
        font-size: 16px;
    }

    .espm-project-grid-text p {
        font-size: 13px;
    }

    .espm-filtrable-grid .espm-project-grid-text span {
        display: none;
    }

    .espm-project-list figure {
        width: 100%;
    }

    .espm-project-list-wrap {
        padding: 30px;
    }

    .espm-project-list figure ~ .espm-project-list-text {
        float: left;
        margin: 0px;
    }

    .espm-project-list-text {
        padding: 11px 0px 0px;
    }

    .espm-project-list ul li:hover figure a::before {
        height: 100%;
    }

    .espm-project-list figure a::before {
        height: 0px;
        width: 100%;
    }

    .espm-project-list figure a i {
        left: 50%;
        top: 0px;
    }

    .espm-project-list ul li:hover figure a i {
        top: 50%;
    }

    .espm-project > ul > li, .espm-project-info ul li {
        width: 50%;
    }

    .espm-project > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
    }

    .espm-project-grid-text {
        padding: 0px 22px;
    }

    .espm-blog > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
        width: 50%;
    }

    .espm-blog-classic-text {
        padding: 23px 16px 30px;
    }

    .espm-blog-classic-text h5 {
        letter-spacing: 1px;
    }

    .espm-blog-grid-text {
        padding: 26px 14px 30px 24px;
    }

    .espm-blog.espm-blog-large > ul > li, .espm-project-thumb img {
        width: 100%;
    }

    .col-md-4.widget.widget_links {
        margin: 0px 0px 80px;
    }

    .espm-main-content aside.col-md-3 {
        width: 100%;
    }

    .espm-main-content .widget {
        display: inline-block;
        float: none;
        margin-right: -4px;
        padding: 0px 15px;
        vertical-align: top;
        width: 50%;
    }

    .espm-main-content.espm-contactfull .col-md-3 {
        width: 100%
    }

    .espm-contact-info.espm-contact-widget li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        padding: 0px 15px;
        vertical-align: top;
        width: 50%;
    }

    .espm-contact-info-text {
        padding: 13px 59px 16px 30px;
    }

    .widget-popular-post-wrap, .widget_cetagories_wrap {
        border: none;
        padding: 0px;
    }

    .espm-footer-one, .espm-testimonialfull, .espm-counter-full, .espm-coomingsoon-content {
        background-size: cover;
    }

    .espm-countdown .countdown-section:last-child {
        margin-bottom: 50px;
    }

    .floating-widget {
        left: 3%;
    }

    .floating-widget ul li {
        padding: 5px;
    }

    .floating-widget li img.icon {
        height: 40px;
        width: 40px;
    }

}


@media (max-width: 767px) and (orientation: landscape) {

    .espm-banner-caption {
        top: 72%;
    }

    .espm-get-quote-form ul li input[type="submit"] {
        font-size: 12px;
        padding: 5px;
    }
}

/* Media 300Px Start */
@media (max-width: 480px) {
    /*main grid*/
    .espm-main-content .col-md-4, .espm-main-content .col-md-3, .espm-main-content .col-md-6 {
        margin-right: 0px;
        width: 100%;
    }

    /*main grid*/
    .espm-strip-info li {
        padding: 0px 5px;
    }

    .espm-services-text {
        padding: 24px 36px 33px;
    }

    .espm-blog-option {
        padding: 9px 0 12px 20px;
        width: 91%;
    }

    .espm-get-quote-form ul li {
        width: 100%;
    }

    .espm-process-list ul li::before {
        content: none;
    }

    .espm-modern-team ul li:hover figure figcaption {
        padding: 110px 27px 0px;
    }

    .espm-footer-contact ul li, .espm-project-info ul li {
        width: 100%;
    }

    .espm-process-list ul li {
        padding: 0px 68px;
    }

    .espm-footer-contact-text {
        padding: 19px 94px 25px 39px;
    }

    .espm-footer-widget .widget, .espm-liststyle-two li, .espm-counter ul li {
        width: 100%;
    }

    .espm-aboutus-thumb figure {
        margin: 0px;
        width: 72%;
    }

    .espm-partner-slider-layer a::before {
        content: none;
    }

    .espm-twitter-feed i ~ .espm-twitter-slider {
        float: left;
        padding: 20px 0px 0px;
        width: 100%;
    }

    .espm-liststyle-two li {
        letter-spacing: 0.5px;
    }

    .comment-respond form p, .espm-prenxt-post ul li {
        width: 100%;
    }

    .espm-blog-modern figure figcaption {
        padding: 0 30px 32px;
    }

    .espm-blog-grid .espm-blog-option li {
        margin: 0 18px 0 0;
    }

    .espm-blog-modern figure figcaption p {
        margin: 0px 0px 13px;
    }

    .espm-blog-grid .espm-blog-option li::before {
        right: -9px;
    }

    .espm-blog-large .espm-blog-option li::before {
        right: -7px;
    }

    .espm-blog-large .espm-blog-option li {
        margin: 0px 12px 0px 0px;
    }

    .espm-blog-large-text {
        padding: 26px 18px 30px;
    }

    .espm-contact-form ul li {
        width: 100%;
    }

    .espm-countdown .countdown-section {
        margin: 0 35px 50px 0;
    }

    .espm-coomingsoon h3 {
        font-size: 78px;
    }

    .espm-quote-form ul li, .espm-quote-form ul li.full-width {
        width: 100%;
    }

    .espm-priceplan-wrap::before {
        border-right: 288px solid transparent;
        border-top: 330px solid #2D7483;
    }

    .espm-priceplan-heading h2 {
        margin: 0px 0px 30px;
    }

    .espm-priceplan-list {
        padding: 0 60px 50px;
    }

    .espm-project-filterable ul li {
        margin: 0 22px;
    }

    .espm-filtrable-grid .espm-project-grid-text h5 {
        font-size: 16px;
    }

    .espm-filtrable-grid .espm-project-grid-text p {
        font-size: 11px;
    }

    .espm-filtrable-grid .espm-project-grid-text span {
        display: block;
    }

    .espm-project > ul > li {
        width: 100%;
    }

    .espm-blog > ul > li {
        width: 100%;
    }

    .espm-blog-classic-text {
        padding: 23px 30px 30px;
    }

    .espm-twitter-feed i::after {
        content: none;
    }

    .espm-blog-grid-text {
        padding: 26px 18px 30px 30px;
    }

    .espm-subheader {
        background-size: cover;
    }

    .col-md-4.widget.widget_links {
        margin: 0px 0px 70px;
    }

    .espm-prenxt-post ul li::before {
        content: none;
    }

    .espm-main-content .widget {
        padding: 0px;
        width: 100%;
    }

    .espm-contact-info.espm-contact-widget li {
        padding: 0px;
        width: 100%;
    }

    .espm-contact-info-text {
        padding: 13px 70px 16px 30px;
    }

    .comment-list figure ~ .text-holder {
        float: left;
        margin: 0px;
        padding: 20px 0px 18px 0px;
    }

    .espm-team-list figure figcaption {
        padding: 75px 36px 55px;
    }

    .floating-widget {
        left: 3%;
    }

    .floating-widget ul li {
        padding: 5px;
    }

    .floating-widget li img.icon {
        height: 40px;
        width: 40px;
    }


}

/* Media 940Px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
    .espm-strip-info li {
        padding: 0px 15px;
    }

    .navbar-nav > li:first-child {
        padding-left: 0px;
    }

    .navbar-nav > li {
        padding: 0px 12px;
    }

    .slick-slide img.espm-banner-thumb {
        display: none;
    }

    .espm-services-text {
        padding: 24px 40px 33px;
    }

    .espm-blog-option li {
        margin: 0px 24px 0px 0px;
    }

    .espm-blog-option {
        padding: 9px 20px 12px;
        width: 94%;
    }

    .espm-blog-option li::before {
        right: -12px;
    }

    .espm-blog-classic-text {
        padding: 23px 24px 30px;
    }

    .espm-get-quote-form .espm-fancy-title p {
        width: 85%;
    }

    .espm-process-list ul li {
        padding: 0 43px;
    }

    .espm-process-list ul li::before {
        right: -20px;
    }

    .espm-modern-team ul li:hover figure figcaption {
        padding: 48px 12px 0;
    }

    .espm-modern-team figure figcaption {
        padding: 20px 12px 0;
    }

    .espm-testimonialfull {
        background-size: cover;
    }

    .espm-footer-contact-text {
        padding: 19px 78px 25px 39px;
    }

    .espm-dropdown-menu {
        width: 171px;
    }

    .espm-aboutus-thumb figure {
        margin: 0 0 -21px;
        width: 272px;
    }

    .espm-counter-wrap {
        width: 81%;
    }

    .espm-team-list figure figcaption {
        padding: 20px 29px 55px;
    }

    .espm-prev-post figure ~ h6 {
        padding: 0 0 0 93px;
    }

    .espm-next-post figure ~ h6 {
        padding: 0px 93px 0px 0px;
    }

    .espm-blog-modern figure figcaption {
        max-height: 60px;
        padding: 0 11px 11px;
    }

    .espm-blog-modern figure figcaption p {
        margin: 0px 0px 5px;
    }

    .espm-blog-modern figure figcaption h5 {
        letter-spacing: 0.8px;
    }

    .espm-blog-grid-text {
        padding: 26px 18px 30px;
    }

    .espm-blog-grid .espm-blog-option li {
        margin: 0px 25px 0px 0px;
    }

    .espm-blog-grid .espm-blog-option li::before {
        right: -12px;
    }

    .espm-contact-info-text {
        padding: 13px 40px 16px 15px;
    }

    .espm-coomingsoon form {
        width: 65%;
    }

    .espm-priceplan-wrap::before {
        border-right: 292px solid transparent;
        border-top: 324px solid #2D7483;
    }

    .espm-priceplan-heading h2 {
        margin: 0px 0px 0px 20px;
    }

    .espm-project-grid-text span, .espm-project-grid-text p {
        margin: 0px 0px 8px;
    }

    .espm-filtrable-grid .espm-project-grid-text h5 {
        font-size: 16px;
    }

    .espm-project-list figure {
        width: 203px;
    }

    .espm-project-list figure ~ .espm-project-list-text {
        margin: 0 0 0 203px;
    }

    .espm-liststyle-one li {
        letter-spacing: 0.6px;
    }

    .espm-project-grid-text {
        padding: 0px 22px;
    }

    .espm-blog-grid-text h5 {
        letter-spacing: 0.7px;
    }

    .espm-dropdown-menu li a {
        padding: 13px 0 13px 15px;
    }

    .banner-transparent::before {
        width: 50%;
    }

    .espm-banner-caption:after {
        background: url(../img/banner-icon.png) right;
        width: 50%;
    }

    .widget-popular-post-wrap, .widget_cetagories_wrap {
        border: none;
        padding: 0px;
    }

    .espm-blog > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
    }

    .espm-project > ul > li {
        display: inline-block;
        float: none;
        margin-right: -4px;
        vertical-align: top;
    }

    .espm-footer-one {
        background-size: cover;
    }

    .espm-banner-text {
        width: 100%;
    }
}
