
html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-size: 14px;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    background-color: #fff;
}


/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #2c2c2c;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 2.571em;
    font-weight: 700;
}

h2 {
    font-size: 2.143em;
    font-weight: 700;
}

h3 {
    font-size: 2.143em;
}

h4 {
    font-size: 1.429em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: .75em;
}

p {
    font-size: 1em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

input,
optgroup,
select,
textarea {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #34495e;
    border: solid 1px #34495e;
    width: 100%;
    height: 55px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #ffffff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: solid 1px #ffffff;
    background-color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    color: #fff;
    width: 160px;
    text-transform: uppercase;
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #e67e22;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-style: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-style: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-style: normal;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2c2c2c;
}

article,
aside,
details,
figcaption,
figure,
footer,
section,
summary {
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}

.contact-top {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 3px;
   /* background-color: #34495e;*/
	background-color: #A81E25;
}

.contact-top .c-data {
    float: left;
    height: auto;
}

.contact-top .c-data .inner {
    float: left;
}

.contact-top .icon {
    float: left;
    width: 30px;
    height: auto;
    margin-top: 8px;
}

.contact-top .icon i {
    font-size: 2.286em;
    color: #676363;
}

.contact-top .info {
    float: left;
    width: 87%;
    height: auto;
    padding-left: 15px;
}

.contact-top .info span {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
}

.top-social {
    padding-top: 5px;
    float: left;
}

.top-social .icons {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
}

.top-social .icons li {
    font-size: 1.571em;
    float: left;
    list-style: none;
    padding: 0px 6px;
}

.top-social .icons li a {
    color: #fff;
    outline: none;
    float: left;
}

.top-social .icons li a i {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: center;
    padding: 10px 10px 5px;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid rgba(169, 0, 0, 0);
    transform: scale(1);
}

.top-social .icons li a i:hover {
    border: 1px solid #fff;
    transform: scale(0.8);
}

.slick-slider {
    position: relative;
    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;
    outline: 0;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.slider * {
    outline: none;
}

.slider.slick-initialized.slick-slider.slick-dotted {
    height: 700px;
    overflow: hidden;
}

.slider .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*=======================================================
      HEADER
========================================================*/

.header {
    position: relative;
}

.header .navbar-fixed-top .navbar-collapse {
    max-height: 100%
}

.header .navbar {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    border-bottom: transparent;
    padding-top: 60px;
    margin-bottom: 10px;
    position: initial;
    min-height: auto;
    float: left;
    width: 100%;
    padding-top: 0px;
    border: 0px;
}

.header .fixed {
    position: fixed;
    top: 0;
    height: auto;
    z-index: 1;
    background: #fff;
}

.header .navbar-toggle:hover {
    background-color: transparent;
}

.header .navbar-toggle {
    width: 35px;
    height: 29px;
    border: none;
    padding: 0;
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #A81E25;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #A81E25;
    content: " ";
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon {
    background: #A81E25;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    width: 21px;
    height: 1px;
    background: #A81E25;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .logo-img-active,
.header .logo-img-main,
.header .nav-item.active .nav-item-hover:after,
.header .nav-item:hover .nav-item-hover:after {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0)
}

.header .logo {
    width: auto;
    height: auto;
    float: left;
   /* max-height: 95px;*/
    line-height: 65px;
}

.header .logo-wrap {
    padding: 18px 0;
    height: auto;
    float: left;
}

.header .logo-img {
    width: 230px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header .logo-img-active {
    display: none
}

.header .navbar .container {
    background-color: #ffffff;
}

.menu-container {}

.menu-container ul {
    float: right;
    padding-top: 30px;
    padding-bottom: 25px;
}

.menu-container ul li {}

.menu-container ul li a {
    font-size: 1.429em;
    font-weight: 400;
    color: #4c4943;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 26px;
}


/* Effect 7: second border slides up */

.nav-item a {
    font-weight: 700;
    color: #566473;
    padding: 12px 10px 10px;
    text-shadow: none;
}

.nav-item a:hover {
    color: #A81E25;
    background-color: transparent !important;
}

.menu-container ul li a.active {
    color: #A81E25;
    background-color: transparent;
}

.menu-container ul li a:focus {
    background-color: transparent;
}


/*=======================================================
      SLIDER
========================================================*/

.slider {
    float: left;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.slider .outer {
    float: left;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-bottom: 0;
}

.slider .inner {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*.slider .outer>.inner {
    display: none;
}
*/
.slider .outer>.inner:first-child {
    display: block;
}

.slider .inner .captions {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: left;
    white-space: nowrap;
    padding-left: 50px;
    max-width: 730px;
}

.slider .sub-capt {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    position: relative;
    z-index: 90;
    text-align: left;
    left: 0;
    position: relative;
}

.slider .sub-capt h1 {
    font-size: 4.286em;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    height: auto;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sub-capt p {}

.slider .inner .captions:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -310px;
    z-index: 2;
    background: rgba(103, 99, 99, 0.7);
	/* background: rgba(244, 157, 30, 0.8);
     border-bottom: 3px solid #2E8DEF; */
    border-right: 20px solid #A81E25;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-20deg, 0deg);
    overflow: 1;
}

.slider .inner .captions:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    height: 70vh;
}

.slider .inner .image {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: -4;
}

@media (min-width: 1280px) {
    .slider .outer .inner .image {
        height: 70vh
    }
}

.slider .inner .image img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.slider h3 {
    font-size: 2.571em;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    width: 100%;
    height: auto;
    white-space: normal;
}

.slider .slide-description {
    font-size: 1.286em;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-transform: initial;
    font-weight: initial;
    white-space: normal;
    margin-bottom: 0;
}

.button {
    float: left;
    width: auto;
    height: auto;
    margin-top: 30px;
    padding: 10px 15px;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 3px #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li button::before {
    font-size: 1.286em;
    background: #A81E25;
}

.slider .slick-dots {
    bottom: 60px;
}

.slider .slick-prev {
    left: 30px;
    z-index: 999;
    width: 40px;
    height: 35px;
}

.slider .slick-prev::before {
    font-size: 2.857em;
}

.slider .slick-next {
    right: 30px;
    width: 40px;
    height: 35px;
}

.slider .slick-next::before {
    font-size: 2.857em;
}

.slider .description {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
}

.slider .s-title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 75px;
    color: #fff;
}

.slider .big-title {
    font-size: 150px;
    color: #fff;
}

.slider .btn {
    font-size: 1.143em;
    font-weight: 700;
    color: #262626;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    line-height: 27px;
    outline: none;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding-left: 20px;
}

.slider .button:hover {
    color: #fff;
    border: solid 3px #ffffff;
    background-color: transparent;
}

.slider .button:hover .btn {
    color: #fff;
}

.slider .slick-dots {
    bottom: 60px;
}


/*=======================================================
      ABOUT US
========================================================*/

#about-us .about-us {}

#about-us .about-us .sector {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    line-height: 30px;
}

#about-us .about-us .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #A81E25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#about-us .about-us .sector p.description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 30px;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#about-us .about-us .outer {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner {}

#about-us .about-us .outer .inner .images {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner .images img {
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner h2.title {
    font-size: 1.571em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    line-height: 30px;
}

#about-us .about-us .outer .inner .description {
    float: left;
}

#about-us .about-us .outer .inner .accordion {
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner .accordion li {
    border-bottom: 1px solid #fff;
    position: relative;
}

#about-us .about-us .outer .inner .accordion li p {
    display: none;
    padding: 15px 15px 15px;
}

#about-us .about-us .outer .inner .accordion a {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    background-color: #A81E25;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#about-us .about-us .outer .inner .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    right: 16px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#about-us .about-us .outer .inner .accordion p {
    font-size: 1em;
    line-height: 24px;
    padding: 10px;
}

#about-us .about-us .outer .inner a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*=======================================================
     SERVICES
========================================================*/

#services {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(103, 99, 99, 0.7), rgba(103, 99, 99, 0.7)), url(../images/service-background1.jpg);
}

#services .services .sector {
    float: left;
    width: 100%;
    height: auto;
}

#services .services .sector h1.title {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    line-height: 30px;
}

#services .services .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#services .services .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#services .services .details .inner .icon {
    font-size: 3.429em;
    color: #A81E25;
    width: 160px;
    display: table;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    height: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: none;
    margin: 0 auto;
    border: solid 2px #A81E25;
}

#services .services .details .inner:hover .icon {
    background-color: #ffffff;
    color: #A81E25;
    border: solid 2px #ffffff;
}

#services .services .details .icon i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#services .services .details .title {
    font-weight: 600;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 30px;
}

#services .services .details .description {
    color: #fff;
    text-align: center;
    float: left;
}


/*=======================================================
    PROJECTS
========================================================*/

#projects {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

#projects .sector {
    float: left;
    width: 100%;
    height: auto;
}

#projects .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#projects .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #A81E25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#projects .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#projects #filters {
    display: table;
    float: none;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 30px;
}

#projects #filters li {
    float: left;
}

#projects #filters li span {
    font-size: 1.286em;
    font-weight: 400;
    color: #2c2c2c;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}

#projects #filters li span.active {
    background: #A81E25;
    color: #fff;
}

#projects #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
	width: 30%;
   /* width: 23%;*/
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

#projects .portfolio-wrapper {
    overflow: hidden;
    position: relative;
    background: #666;
    cursor: pointer;
    min-height: 300px;
    max-height: 300px;
}

#projects .portfolio img {
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#projects .portfolio .label {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    padding: 0px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#projects .portfolio .label-bg {
    background: #A81E25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#projects .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 8px 8px;
}

#projects .portfolio .label-text .overlay .overlay-content .overlay-text .folio-overview .label-text .folio-expand h3 a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

#projects .portfolio .text-category {
    display: block;
    font-size: 9px;
}

#projects .portfolio:hover .label {
    bottom: 0;
}

#projects .portfolio:hover img {
    top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #projects #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
    #projects #ads {
        display: none;
    }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
    #ads {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #projects #portfoliolist .portfolio {
        width: 100%;
    }
}


/*=======================================================
   OUR TEAM
========================================================*/

#our-team {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
    padding-bottom: 80px;
}

#our-team .sector {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#our-team .sector h1.title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #A81E25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#our-team .sector p.description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#our-team .our-team .outer {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .image {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .image img {
    width: 100%;
    height: auto;
}

#our-team .our-team .details {
    float: left;
    width: 100%;
    height: auto;
    background-color: #444444;
    padding: 30px;
}

#our-team .our-team .details h4.title {
    font-size: 1.429em;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .details span.proff {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    position: relative;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#our-team .our-team .details span.proff:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #A81E25;
}

#our-team .our-team .details p.description {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

#our-team .our-team .details .social {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .social-network-icon {
    font-size: 1.2em;
    color: #fff;
    line-height: 26px;
    padding-right: 15px;
    outline: none;
}

#our-team .our-team .social-network-icon:hover {
    color: #A81E25;
}

#our-team .our-team .outer .slick-dots {
    bottom: -50px;
}

#our-team .our-team .outer .slick-dots li button::before {
    color: #95a5a6;
}

#our-team .our-team .outer .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #A81E25;
}


/*=======================================================
   TESTIMONIALS
========================================================*/

#testimonials {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
}

#testimonials .sector {
    float: left;
    width: 100%;
    height: auto;
}

#testimonials .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#testimonials.projects-testimonials {
    background-color: #fff;
}

#testimonials .item p {
    font-size: 1em;
    padding-bottom: 30px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
}

#quote-carousel .carousel-control {
    font-size: 2.3em;
    color: #CACACA;
    background: none;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    width: 100%;
    float: left;
    left: 0;
    margin-right: 0;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 0;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all .2s;
    box-shadow: none;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.carousel-inner>.item {
    height: auto !important;
}

#testimonials .item small {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: 24px;
}


/*=======================================================
   BLOGS
========================================================*/

#blogs {
    padding-bottom: 30px;
}

#blogs .sector {
    float: left;
    width: 100%;
    height: auto;
}

#blogs .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#blogs.blog-news {
    padding-bottom: 30px;
}

#blogs .sector {}

#blogs .sector .title {
    margin-bottom: 60px;
}

#blogs .outer {
    float: left;
    width: 100%;
    height: auto;
}

#blogs .inner {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-bottom: 30px;
}

#blogs .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#blogs .image img {
    width: 100%;
    height: auto;
}

#blogs .image .date {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #A81E25;
    text-transform: uppercase;
    line-height: 24px;
}
#our-team .image .date {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 3px 5px;
    background-color: rgba(168,30,37,0.5);
    text-transform: uppercase;
    line-height: 24px;
	margin-left:15px;
}

#blogs .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#blogs .details .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blogs .details .title a:hover {
    color: #A81E25;
}

#blogs .details .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

#blogs .details .more {
    font-size: 1em;
    font-weight: normal;
    color: #646464;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    width: auto;
    height: auto;
}

#blogs .details .more:after {
    content: "";
    font-family: FontAwesome;
    top: 0;
    left: 0px;
    padding-right: 0px;
    content: "\f0a9";
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#blogs .details .more:hover {
    color: #A81E25;
}

#blogs .details .more:hover:after {
    color: #A81E25;
    padding-left: 20px;
}


/*=======================================================
      PARTNERS
========================================================*/

#partners {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#partners .outer {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
}

#partners .inner {
    text-align: center;
}

#partners .image {
    float: none;
    width: 200px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

#partners .image img {
    float: left;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .image img:hover {
    opacity: 0.5;
}

#partners .arrow-left {
    float: left;
    top: 70px;
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    border: solid 1px #494848;
    text-align: center;
    cursor: pointer;
    background: #494848;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-left span {
    color: #ffffff;
    line-height: 30px;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-right {
    float: right;
    position: absolute;
    right: 30px;
    top: 70px;
    width: 30px;
    height: 30px;
    border: solid 1px #494848;
    text-align: center;
    cursor: pointer;
    background: #494848;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-right span {
    color: #ffffff;
    line-height: 30px;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-left:hover {
    background: #A81E25;
    border: solid 1px #A81E25;
}

#partners .arrow-right:hover {
    background: #A81E25;
    border: solid 1px #A81E25;
}

#partners .arrow-left span:hover {
    color: #ffffff;
}

#partners .arrow-right span:hover {
    color: #ffffff;
}


/*=======================================================
      ABOUT US - PAGE
========================================================*/

#sub-header {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(103, 99, 99, 0.7), rgba(103, 99, 99, 0.7)), url(../images/sub-head.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#sub-header h2.title {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
}


/* Blog Details */

#blog-details.blog-news .inner {
    margin-bottom: 0px;
}

#blog-details.blog-news .inner .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

#blog-details.blog-news .inner .image img {
    max-width: 100%;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .image span {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #A81E25;
    text-transform: uppercase;
    line-height: 24px;
}

#blog-details.blog-news .inner .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#blog-details.blog-news .inner .details h4.title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details p {
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details ul {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

#blog-details.blog-news .inner .details ul li {
    font-weight: 400;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#blog-details.blog-news .inner .details ul li:before {
    content: "\f0a9";
    padding-right: 10px;
    font-family: 'FontAwesome';
    color: #A81E25;
}


/*=======================================================
   BLOGS
========================================================*/

#related-blog {
    padding-bottom: 30px;
    padding-top: 0px;
}

#related-blog.blog-news {
    padding-bottom: 30px;
}

#related-blog .sector {}

#related-blog .sector .title {
    font-size: 1.571em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#related-blog .sector .title:after {
    display: none;
}

#related-blog .outer {
    float: left;
    width: 100%;
    height: auto;
}

#related-blog .inner {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-bottom: 30px;
}

#related-blog .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#related-blog .image img {
    width: 100%;
    height: auto;
}

#related-blog .image .date {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #A81E25;
    text-transform: uppercase;
    line-height: 24px;
}

#related-blog .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#related-blog .details .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
}

#related-blog .details .title a:hover {
    color: #A81E25;
}

#related-blog .details .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

#related-blog .details .more {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#related-blog .details .more:after {
    content: "";
    font-family: FontAwesome;
    top: 0;
    left: 0px;
    padding-right: 0px;
    content: "\f0a9";
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#related-blog .details .more {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    float: left;
    line-height: 24px;
}

#related-blog .details .more:hover {
    color: #A81E25;
}

#related-blog .details .more:hover:after {
    color: #A81E25;
    padding-left: 20px;
}

#blog-details.blog-news .inner .details .social-share {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

#blog-details.blog-news .inner .details .social-share h3.title {
    font-size: 1.571em;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .social-share .social.icon {}

#blog-details.blog-news .inner .details .social-share .social.icon a {
    border: solid 1px #e1e1e1;
    background-color: #e1e1e1;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
}

#blog-details.blog-news .inner .details .social-share .social.icon a:hover {
    color: #fff;
    background-color: #A81E25;
    border: solid 1px #A81E25;
}

#blog-details.blog-news .inner .details .author {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

#blog-details.blog-news .inner .details .author .title {
    font-weight: 700;
    font-size: 1.571em;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .author .outer {
    padding: 30px;
    background-color: #e1e1e1;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .author .outer .inner {
    margin-bottom: 0px;
}

#blog-details.blog-news .inner .details .author .outer .inner .title {
    font-size: inherit;
    color: #646464;
    text-transform: inherit;
}

.our-company .sector h1.title {
    font-size: 2.571em;
    font-weight: 700;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
    line-height: 30px;
}

.our-company .sector .description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#about-us .our-company .sector .title:after {
    display: none;
}

.our-company .sector {
    float: left;
    width: 100%;
    height: auto;
}

.our-company .title {
    font-size: 1.571em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 24px;
}

.our-company .description {
    margin-bottom: 30px;
}

.our-company ul {
    float: left;
    width: 100%;
    height: auto;
}

.our-company ul li {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.our-company ul li:last-child {
    margin-bottom: 0;
}

.our-company ul li .icon {
    font-size: 1.714em;
    color: #A81E25;
    float: left;
    padding-right: 15px;
}

.our-company ul li .point-title {
    font-size: 1em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}

#our-goals {
    padding-top: 0px;
}

#our-goals h3 {
    font-size: 1.571em;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
}

#our-goals .accordion {
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
}

#our-goals .accordion li {
    border-bottom: 1px solid #fff;
    position: relative;
}

#our-goals .accordion li p {
    display: none;
    padding: 15px 15px 15px;
}

#our-goals .accordion a {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    background-color: #A81E25;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#our-goals .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    right: 16px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#our-goals .accordion p {
    font-size: 13px;
    font-size: 1em;
    line-height: 24px;
    padding: 10px;
}

#our-goals a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*=======================================================
     SERVICES - PAGE
========================================================*/

#sub-header.services {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(103, 99, 99, 0.7), rgba(103, 99, 99, 0.7)), url(../images/sub-head.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#services-page {
    background: transparent !important;
    padding-bottom: 0px;
}

#services .services .sector {
    float: left;
    width: 100%;
    height: auto;
}

#services-page .services .sector h1.title {
    color: #2c2c2c;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    line-height: 30px;
}

#services-page .services .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #A81E25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#services-page .services .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#services-page .services .details .inner {
    margin-bottom: 60px;
}

#services-page .services .details .inner .icon {
    font-size: 3.429em;
    color: #fff;
    width: 160px;
    display: table;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    height: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: none;
    margin: 0 auto;
    border: solid 1px #A81E25;
    background-color: #A81E25;
}

#services-page .services .details .inner .icon i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#services-page .services .details .inner:hover .icon {
    background-color: #34495e;
    color: #A81E25;
    border: solid 1px #34495e;
}

#services-page .services .details .title {
    font-weight: 600;
    color: #2c2c2c;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 24px;
}

#services-page .services .details .description {
    color: #646464;
    text-align: center;
    float: left;
    line-height: 24px;
}


/*=======================================================
    CONTACT US - PAGE
========================================================*/

#contact.contact-us {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .outer {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .sector {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
}

#contact.contact-us .sector h1.title:after {
    display: none;
}

#contact.contact-us .inner .arch-inner {
    padding: 40px;
    -webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .contact-icon {
    font-size: 3.429em;
    color: #A81E25;
    text-align: center;
    padding-bottom: 30px;
}

#contact.contact-us .description {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .description span {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 24px;
}

#contact.contact-us .contact-form {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.contact-form form {
    background-color: white;
    color: #646464;
    text-align: left;
}

.contact-form form .form-group {
    margin-bottom: 30px;
}

.contact-form label {
    display: none;
}

.contact-form input,
.contact-form textarea {
    font-size: 16px;
    padding-left: 60px;
    border-color: transparent;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form textarea {
    min-height: 280px;
    resize: none;
    padding-top: 20px;
    color: #646464;
}

.contact-form input {
    height: 55px;
    line-height: 55px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.contact-form input:focus {
    webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
}

.contact-form textarea:focus {
    webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    border: none;
}

.contact-form .btn-default {
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    line-height: 30px;
    padding: 0px 36px;
    background-color: #A81E25;
    border-radius: 0px;
    border: solid 1px #A81E25;
    margin: 0px;
    float: left;
    letter-spacing: 0;
    height: 55px;
}

.contact-form .btn-default:hover,
.contact-form .btn-default:focus {
    background-color: #fff;
    color: #A81E25;
    border-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
    border: solid 1px #A81E25;
}


/*position should be relative and z-index greater than one*/

.contact-form .icon {
    float: left;
    margin-left: 8px;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    color: #A81E25;
    top: 20px;
    left: 30px;
}

.contact-form .icon-textarea {
    float: left;
    margin-left: 8px;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    color: #A81E25;
    top: 25px;
    left: 30px;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A81E25;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A81E25;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #A81E25;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #contact.contact-us .contact-icon;
}


/*=======================================================
    FOOTER
========================================================*/

#footer {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url(../images/footer-bg.jpg);
}

#footer .logo-img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#footer .logo-img img {
    max-width: 100%;
}

#footer .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#footer .description p {
    color: #fff;
}

#footer .social.icon {
    float: left;
    width: 100%;
    height: auto;
}

#footer .social.icon a.social-network-icon {
    color: #fff;
    border: solid 1px #fff;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
}

#footer .social.icon a.social-network-icon:hover {
    background-color: #e67e22;
    border: solid 1px #e67e22;
}

#footer .sector {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 38px;
    margin-bottom: 30px;
}

#footer .sector h4.title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}

#footer .contact-footer {}

#footer .contact-footer ul {}

#footer .contact-footer ul li {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#footer .contact-footer ul li span {
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
}

#footer .contact-footer ul li span {
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-transform: inherit;
    line-height: 24px;
}
#footer .contact-footer ul li span.address:before {
    content: "\f124";
    font-family: FontAwesome;
    padding-right: 10px;
}


#footer .contact-footer ul li span.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-footer ul li span.email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-footer ul li span.date:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-form-footer {
    float: left;
    width: 100%;
    height: auto;
}

#footer .contact-form-footer .field-input {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#footer .contact-form-footer .name input#name {
    height: 55px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#footer .contact-form-footer .message textarea {
    height: 100px;
    padding-top: 20px;
}

#footer .contact-form-footer .c-btn {
    float: right;
    width: auto;
    margin-bottom: 0;
}

#footer .contact-form-footer .c-btn .submit-btn {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    color: #fff;
    line-height: 30px;
    padding: 0px 36px;
    background-color: #A81E25;
    border-radius: 0px;
    border: solid 1px #A81E25;
    margin: 0px;
    float: left;
    letter-spacing: 0;
}

#footer .contact-form-footer .c-btn .submit-btn:hover {
    background-color: #fff;
    color: #fff;
    background-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
    border: solid 1px #fff;
}

#footer .bottom {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #A81E25;
}

#footer .bottom p {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/* Start Scroll To Top */

.up {
    position: fixed;
    right: 25px;
    bottom: 30px;
    font-size: 2em;
    background-color: #A81E25;
    color: #676363;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    display: none;
}

.up {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.up:hover {
    opacity: .8
}

.up .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 100%;
}


/* End content */


/* End Scroll To Top */

.wagwep-container ul#portfolio-filter a {
    font-size: 1.286em;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 30px;
    margin-bottom: 0px;
}

.wagwep-container ul#portfolio-filter li.current a {
    background: transparent;
    color: #A81E25;
}

.wagwep-container ul#portfolio-filter a:hover {
    background: transparent;
    color: #A81E25;
}

.wagwep-container ul#portfolio-filter li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.og-grid {
    padding-top: 0px;
}

.og-fullimg {
    padding-bottom: 60px;
}

#portfolio-filter {
    margin-bottom: 60px;
}

.elastislide-carousel ul li a {
    min-height: auto;
    max-height: 110px;
}

.elastislide-carousel ul li a img {
    min-height: auto;
    max-height: 200px;
    height: auto;
}

.og-details .infosep {
    display: none;
}

.elastislide-wrapper {
    background: transparent;
}

.og-details h3 {
    margin-bottom: 30px;
}

.og-details p {
    padding-bottom: 30px;
}


/* Spinner Loading */

.group {
    position: relative;
    display: inline-block;
    line-height: 16px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.bigSqr {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: bigSqrShrink 1s linear infinite;
    animation: bigSqrShrink 1s linear infinite;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #A81E25;
}

.first {
    left: 0px;
    top: 20px;
}

.second {
    left: 20px;
    top: 20px;
    -webkit-animation: drop2 1s linear infinite;
    animation: drop2 1s linear infinite;
}

.third {
    left: 0px;
    top: 0px;
    -webkit-animation: drop3 1s linear infinite;
    animation: drop3 1s linear infinite;
}

.fourth {
    left: 20px;
    top: 0px;
    -webkit-animation: drop4 1s linear infinite;
    animation: drop4 1s linear infinite;
}

.text {
    font-weight: 400;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
    display: block;
    margin: 10px auto;
    padding: 3px;
}

@-webkit-keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media(max-width:992px) {
    .elastislide-carousel ul li a img {
        max-height: 70px;
    }
    .og-details h3 {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .og-details p {
        text-align: center;
        padding-bottom: 30px;
    }
    .og-details {
        margin-top: 0px;
    }
    .elastislide-carousel ul li a img.selected {
        border: none;
    }
    .og-expander-inner {
        padding-bottom: 150px;
    }
    .og-fullimg {
        padding-bottom: 0px;
    }
    .our-company .sector .description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-company .sector h1.title {
        padding-left: 15px;
        padding-right: 15px;
    }
    #projects #filters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-company ul li:last-child {
        margin-bottom: 30px;
    }
    #services-page .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .elastislide-carousel ul li a img {
        max-height: 60px;
    }
    .elastislide-wrapper {
        padding-top: 7px;
    }
}


/* Google Map */

#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #e7eaf0;
}

@media (min-width: 768px) {
    #google-container {
        height: 300px;
    }
}

@media (min-width: 1170px) {
    #google-container {
        height: 400px;
    }
}

#google-map {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#zoom-in,
#zoom-out {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 10px;
}

#zoom-in i,
#zoom-out i {
    font-size: 18px;
    color: white;
    line-height: 40px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    background: rgb(244, 157, 30);
}

#zoom-in i:hover,
#zoom-out i:hover {
    background: white;
    color: black;
}

@media (min-width: 768px) {
    #zoom-in,
    #zoom-out {
        margin-left: 50px;
    }
}

#zoom-in {
    margin-top: 10px;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    #zoom-in {
        margin-top: 50px;
    }
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


/* RESPONSIVE */


/* #Desktop 960 - 1239 ---------------------------------------------------------------------------------- #Desktop  960 - 1239 */

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .menu-container ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact-top .c-data {
        width: 100%;
        padding-bottom: 20px;
    }
    .contact-top .c-data .inner {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-social {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .contact-top .icon i {}
}

@media only screen and (min-width: 992px) and (max-width: 1237px) {
    .top-social {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
    .menu-container ul {
        width: 100%;
    }
    .contact-top .info {
        width: 150px;
    }
}


/* #Desktop > 960 -------------------------------------------------------------------------------------------- #Desktop > 960 */

@media only screen and (min-width: 960px) {
    .menu-container ul {
        width: auto;
    }
}


/* #Tablet (Landscape) 768 - 959 --------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .contact-top .icon i {
        font-size: 2.143em;
    }
    .contact-top .info {
        padding-left: 10px;
    }
    .c-data {
        display: none;
    }
    .slider {
        height: auto;
    }
    .slider .outer {
        height: auto;
    }
    .slider .inner .captions {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slider .sub-capt {
        width: 100%;
    }
    .slider .outer .inner .captions:before {
        height: 100%;
    }
    .slider .inner .captions:after {
        left: 0px !important;
        border: 0px;
        transform: none !important;
        transform-origin: inherit;
        width: 100%;
    }
    .slider .sub-capt h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt h3 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt p {
        display: none;
    }
    .slider .slick-dots {
        display: none !important;
    }
    .button {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .menu-container ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .header .logo {
        float: none !important;
        display: table;
        margin: 0 auto;
    }
    .contact-top .c-data {
        display: none;
    }
    .top-social {
        width: 100%;
    }
    .top-social .icons {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .slider {
        height: auto;
    }
    .slider .outer {
        height: auto;
    }
    .slider .inner .captions {
        max-width: 100% !important;
        padding-left: 0px !important;
    }
    .slider .inner .captions:after {
        border-right: 0 !important;
    }
    .slider .inner .captions:before {
        height: 100%;
    }
    .slider .sub-capt {
        width: 100% !important;
    }
    .slider .sub-capt h3 {
        margin-bottom: 30px !important;
    }
    .slider .sub-capt .button {
        display: table;
        margin: 0 auto;
        float: none;
    }
    #about-us .about-us .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #about-us .about-us .outer .inner h2.title {
        margin-top: 30px;
    }
    #services .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #our-team .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services .details .inner {
        margin-bottom: 30px;
    }
    section .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub-header h2.title {
        text-align: center;
    }
    section .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #our-goals {
        padding-left: 15px;
        padding-right: 15px;
    }
    #services .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #blog-details.blog-news .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #blog-details.blog-news .inner .details .author .outer .inner .title {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    #related-blog .sector {
        padding-left: 15px;
        padding-right: 15px;
    }
    #related-blog .inner {
        margin: 0px;
        margin-bottom: 30px;
    }
    #contact.contact-us .inner .arch-inner {
        margin-bottom: 30px;
    }
    #footer .bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #projects .og-expander-inner {
        height: 360px;
    }
    #quote-carousel .carousel-control {
        display: none;
    }
    #quote-carousel .carousel-control {
        display: none;
    }
}


/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */

@media only screen and (max-width: 767px) {
    .contact-top .c-data {
        width: 100%;
    }
    .top-social {
        float: left;
        width: 100%;
        height: auto;
    }
    .top-social .icons {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .contact-top .c-data .inner {
        width: 33.3%;
        height: auto;
        float: left;
        padding: 0;
    }
    .contact-top .icon {
        max-width: 37px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .contact-top .info {
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .c-data {
        display: none;
    }
    .slider .inner .captions {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slider .sub-capt {
        width: 100%;
    }
    .slider .inner .captions:after {
        left: 0px !important;
        border: 0px;
        transform: none !important;
        transform-origin: inherit;
        width: 100%;
    }
    .slider .sub-capt h1 {
        font-size: 1.5em !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt h3 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt p {
        display: none;
    }
    .slider .slick-dots {
        display: none !important;
    }
    .button {
        float: none;
        display: table;
        margin: 0 auto;
        padding: 5px 10px;
    }
    .menu-container {
        float: left;
        width: 100%;
        height: auto;
    }
    .menu-container ul {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-top: 0px;
    }
    .header .navbar-toggle {
        margin-top: 35px;
    }
    .slider .btn {
        font-size: 1em;
    }
    .header .logo {
        float: left;
    }
    #projects .elastislide-wrapper {
        display: none;
    }
}


/* #Mobile (Portrait) < 480 ------------------------------------------------------------------------- #Mobile (Portrait) < 480 */

@media only screen and (max-width: 479px) {
    .button {
        padding: 5px;
    }
    .slider .btn {
        font-size: 1em;
        line-height: 15px;
    }
    .slider .sub-capt h1 {
        margin-bottom: 5px;
    }
    .slider .sub-capt h3 {
        margin-bottom: 5px;
    }
}