/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Template
Version:	1
-------------------------------------------------------------------*/

/* Stylesheets and Google fonts import */

/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

/* 0. RESET */

/*-------------------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}

    {
    font-family: 'Microsoft JhengHei', sans-serif;
}

@font-face {
    font-family: 'Microsoft JhengHei';
    src: url('../fonts/Microsoft JhengHei.eot');
    src: url('../fonts/Microsoft JhengHei.eot?#iefix') format('embedded-opentype'), url('../fonts/Microsoft JhengHei.woff2') format('woff2'), url('../fonts/Microsoft JhengHei.woff') format('woff'), url('../fonts/Microsoft JhengHei.svg#Microsoft JhengHei') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

/* ==================================================
   1. Basic Styles
================================================== */

html,
body {
    height: 100%;
}

html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #5e5e5e;
}

a img {
    border: none;
}

a>img {
    vertical-align: middle;
}

.gray-bg {
    background: #CDCBCB;
}

.gray-text {
    color: #CDCBCB;
}

.lgray-bg {
    background: #F9F8F5;
}

.dgray-bg {
    background: #454545;
}

img {
    max-width: 100%;
}

img,
object,
embed,
audio,
video {
    max-width: 100%;
}

img {
    height: auto;
}

strong,
.strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
    text-align: justify;
}

i,
em,
.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px !important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

iframe {
    border: 0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h2 small {
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 45%
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
    margin-bottom: 5px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
    text-decoration: none;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 10px 0;
    padding: 0;
}

blockquote p {
    margin-bottom: 10px;
    white-space: 1px;
    line-height: 2.2em;
    font-style: italic;
    color: #333;
    font-size: 16px;
}

blockquote cite {
    font-weight: 500;
    color: #111;
    font-size: 16px;
}

p.md {
    font-size: 16px;
}

p.lg {
    font-size: 30px;
}

.lighter p {
    color: #ccc;
}

p.small {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #E8E8E8;
}

hr.sm {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
}

hr.md {
    display: inline-block;
    margin: 15px 0;
    width: 100px;
    height: 2px;
    border: 0;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 50px;
    margin-bottom: 43px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

hr.fw.cont {
    margin: 20px 0;
}

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul ul,
ol ul {
    margin: 10px 0 10px 20px;
}

ul ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top-10 {
    margin-top: 10px;
}

.push-top-20 {
    margin-top: 20px;
}

.push-top-30 {
    margin-top: 30px;
}

.push-top-40 {
    margin-top: 40px;
}

.push-top-50 {
    margin-top: 50px;
}

.push-top-60 {
    margin-top: 60px;
}

/* ==================================================
   4. Padding Sets
================================================== */

.padding-b0 {
    padding-bottom: 0 !important;
}

.padding-tb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.padding-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

/* ==================================================
   5. Spacers Sets
================================================== */

.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-75,
.spacer-100 {
    clear: both;
    width: 100%;
}

.spacer-10 {
    height: 10px;
}

.spacer-20 {
    height: 20px;
}

.spacer-30 {
    height: 30px;
}

.spacer-40 {
    height: 40px;
}

.spacer-50 {
    height: 50px;
}

.spacer-60 {
    height: 60px;
}

.spacer-75 {
    height: 75px;
}

.spacer-100 {
    height: 100px;
}

/* ==================================================
   5. Multi purpose Elements
================================================== */

.overlay-transparent {
    background: rgba(0, 0, 0, .7);
}

.overlay-white {
    background: rgba(255, 255, 255, .9);
}

.checkers-overlay {
    background: url('../images/checkers.png') repeat;
}

.pattern-overlay {
    background: url('../images/pattern.png') repeat;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    color: #CDCBCB;
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
}

.meta-data strong {
    color: #999;
}

.meta-data a {
    color: #CDCBCB;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data>span {
    display: inline-block;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data>span:last-child {
    margin-right: 0;
}

.meta-data.alt {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.meta-data.alt>div {
    padding: 0 5px;
    display: inline-block;
}

.meta-data.alt>div:first-child {
    padding-left: 0;
}

.meta-data.alt>div:after {
    content: "/";
    margin-left: 10px;
}

.meta-data.alt>div:last-child:after {
    content: "";
}

p.meta-data {
    font-size: 16px;
    line-height: 1.7em;
}

.btn-rounded {
    border-radius: 30px;
}

.light-title {
    color: #fff;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */

body {
    background-color: #fff;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Microsoft JhengHei', sans-serif;
    line-height: 2.2em;
    background-attachment: fixed;
    overflow-x: hidden;
}

.main-homepage-slider-wrapper {
    position: relative;
}

.main-homepage-slider img {
    width: 100%;
}

.main-homepage-slider {
    min-height: 585px;
    width: 100%;
}

.main-homepage-slider .slick-prev::before,
.main-homepage-slider .slick-next::before {
    font-size: 30px;
}

.header-wrapper {
    width: 100%;
    height: 110px;
    margin-top: -51px;
}

.header-wrapper .navbar-default {
    background: none;
    border: none;
}

.header-wrapper .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    display: block;
}

.header-wrapper .navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.slick-prev {
    left: 10px;
    z-index: 2;
}

.slick-next {
    right: 10px;
    z-index: 2;
}

.navbar-brand {
    height: auto;
    width: 100px;
    background: #FFF;
    position: relative;
    bottom: -50px;
    z-index: 9;
    text-align: center;
}

.navbar-brand:before,
.navbar-brand:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
}

.navbar-brand:before {
    background: url('../images/logo-left-curve.png');
    left: -10px;
    top: 60px;
}

.navbar-brand:after {
    background: url('../images/logo-right-curve.png');
    right: -11px;
    top: 60px;
}

.navbar-brand>img {
    max-height: 80px;
    margin: 0 auto;
}

.top-social-wrapper {
    padding-top: 0;
}

.top-social-wrapper .top-social {
    margin-top: 45px;
}

.top-social-wrapper a {
    font-size: 20px;
    color: #999;
}

.top-social-wrapper .contact-tab {
    padding-right: 0;
    margin: 15px 15px 0 0;
    position: relative;
}

.top-social-wrapper .contact-tab .buzz {
    position: absolute;
    right: -5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    background: #982424;
    font-size: 10px;
    font-weight: 600;
    z-index: 1;
}

.top-social-wrapper .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #CCC;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    margin: 0 5px;
}

.top-social-wrapper a:hover,
.top-social-wrapper a:active {
    background: none !important;
    color: #982424;
    -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
}

.top-social-wrapper .contact-tab a:hover {
    background: #333 !important;
    color: #FFF;
}

.top-social-wrapper .contact-tab a {
    font-size: 14px;
    color: #666;
    padding: 5px 25px 5px 15px !important;
    background: #FFF;
    border-radius: 40px !important;
    width: auto !important;
    height: auto;
}

.top-social-wrapper .contact-tab a:hover {
    border-color: #e5e5e5;
    background: none !important;
    color: #111;
    -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    /*border-bottom:1px solid #e5e5e5;*/
}

.fixed-header+.clearfix {
    margin-top: 51px !important;
}

.main-menu-wrapper {
    background: #982424;
    width: 100% !important;
   
}

@media (max-width:600px){
   .header-wrapper {
margin-bottom:50px;
} 
}
.menu-container {
    margin: 0 auto;
    background: transparent;
}

.menu-mobile {
    display: none;
    padding: 9.5px 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    float: left;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: transparent;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 1em 3em;
    display: block;
    color: #FFF;
    font-weight: 500;
    line-height: 1.6em;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
    letter-spacing: 0.4px;
}

.menu>ul>li:hover {
    background: #FFF;
}

.menu>ul>li:hover a {
    color: #ae3232;
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
}

.menu>ul>li>ul {
    display: none;
    width: 85%;
    background: rgba(255, 255, 255, 1.00);
    padding: 0 20px 10px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    background: url('../images/dots.png') no-repeat left 12px;
    background-size: 12px auto;
    color: #333 !important;
    padding: .2em 0 .2em 1.4em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 0;
}

.menu>ul>li>ul>li a:hover {
    background-position: 8px 12px;
    color: #ae3232 !important;
    padding-left: 2.4em;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: 1em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
    font-weight: 400;
}

.downArrow {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 40px;
}

.downArrow i {
    font-size: 36px;
    color: #FFF;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 1.00);
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* media-interviews */

.media-interviews .slick-slide {
    margin: 0 5px;
}

.main-services-slider .slick-dots {
    margin-bottom: -50px;
}

/* services-wrapper */

.services-wrapper {
    padding: 40px;
}

.main-sub-heading,
.main-sub-heading-inverted,
.sub-heading {
    font-size: 29px;
    font-weight: 500;
    color: #b13333;
    line-height: 36px;
    overflow: hidden;
}

.main-sub-heading span,
.main-sub-heading-inverted span,
.sub-heading span {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 300;
}

.main-sub-heading span:before,
.main-sub-heading span:after,
.main-sub-heading-inverted span:before,
.main-sub-heading-inverted span:after,
.sub-heading span:before,
.sub-heading span:after {
    content: '~';
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    padding: 0 10px;
}

.main-sub-heading-inverted,
.main-sub-heading-inverted span,
.main-sub-heading-inverted span:before,
.main-sub-heading-inverted span:after {
    color: #FFF;
}

.sub-heading {
    font-size: 24px;
    margin-bottom: 10px;
}

.main-sub-heading .go-back-btn {
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}

.main-sub-heading .go-back-btn:before,
.main-sub-heading .go-back-btn:after {
    display: none;
}

.main-sub-heading .go-back-btn a {
    display: block;
    padding: 2px 20px 2px 20px;
    border-radius: 30px;
    font-size: 13px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #982424;
    color: #FFF;
}

.main-sub-heading .go-back-btn a i,
.next-previous-project-btn-wrapper .previous-project-btn i,
.next-previous-project-btn-wrapper .next-project-btn i {
    display: inline-block;
    padding-right: 10px;
}

.next-previous-project-btn-wrapper {
    margin-bottom: 20px;
}

.next-previous-project-btn-wrapper .previous-project-btn,
.next-previous-project-btn-wrapper .next-project-btn {
    padding: 4px 20px 5px 20px;
    border-radius: 30px;
    font-size: 13px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #333;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.next-previous-project-btn-wrapper .next-project-btn i {
    padding-right: 0;
    padding-left: 10px;
}

.service-single {
    text-align: center;
}

.service-single-imgb {
    position: relative;
    width: 136px;
    height: 130px;
    text-align: center;
    margin: 10px auto 40px auto;
}

.service-single-imgb:after {
    content: '';
    background: url('../images/img-shadow.png') no-repeat center bottom;
    height: 10px;
    width: 110px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-single-imgb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-single:hover .service-single-imgb img {
    top: -20px;
}

.service-single:hover .service-single-imgb:after {
    opacity: 0.4;
}

.service-single h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 24px;
}

.service-single p {
    line-height: 1.9em;
    color: #666;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.search-wrapper {
    float: right !important;
    position: relative;
    margin-right: 25px !important;
}

.search-wrapper button {
    padding: 0 !important;
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 40px !important;
    margin: 0 !important;
    background: #8f1c1c !important;
    border: none;
}

.search-container {
    position: absolute;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.80);
    width: 300px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    z-index: 1;
    display: none;
}

.search-container input[type="submit"] {
    border: none;
    background: #454545;
    color: #FFF;
}

.global-read-more-btn {
    color: #b13333;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
}

.global-read-more-btn:hover {
    color: #b13333;
}

.global-read-more-btn img {
    padding-left: 10px;
    display: inline-block;
}

.global-read-more-btn:before {
    content: '';
    background: #e5e5e5;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.global-read-more-btn:hover:before {
    width: 100%;
}

.main-menu-container-wrap .dropdown-menu {
    margin-right: -1000px;
}

.main-menu-container-wrap .dropdown-menu>li {
    display: inline-block;
    width: 25%;
}

.photo-block {
    border: 6px solid #FFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    margin: 6px 0 30px 0;
    display: inline-block;
}

.award-details {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 15px;
}

.award-details span {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
}

.award-details span strong {
    padding-right: 5px;
}

.no-record-page {
    text-align: center;
    padding: 90px 15px;
    border-top: 1px solid #ddd;
}

.no-record-page h3 {
    font-size: 27px;
    font-weight: 700;
    color: #454545;
}

.no-record-page p {
    text-align: center;
}

.no-record-page p a {
    color: #333;
    padding: 10px 24px;
    background-color: #ddd;
    border-radius: 28px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #ddd;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.no-record-page p a:hover {
    color: #ae3232;
    border: 2px solid #ae3232;
    background-color: transparent;
}

/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */

@media screen and (max-width: 479px) {
    .nav-tabs-responsive>li {
        display: none;
        width: 23%;
    }
    .nav-tabs-responsive>li>a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .nav-tabs-responsive>li.active {
        width: 54%;
    }
    .nav-tabs-responsive>li.active:first-child {
        margin-left: 23%;
    }
    .nav-tabs-responsive>li.active,
    .nav-tabs-responsive>li.prev,
    .nav-tabs-responsive>li.next {
        display: block;
    }
    .nav-tabs-responsive>li.prev,
    .nav-tabs-responsive>li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .nav-tabs-responsive>li.next>a,
    .nav-tabs-responsive>li.prev>a {
        -webkit-transition: none;
        transition: none;
    }
    .nav-tabs-responsive>li.next>a .text,
    .nav-tabs-responsive>li.prev>a .text {
        display: none;
    }
    .nav-tabs-responsive>li.next>a:after,
    .nav-tabs-responsive>li.next>a:after,
    .nav-tabs-responsive>li.prev>a:after,
    .nav-tabs-responsive>li.prev>a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive>li.prev>a:after {
        content: "\e079";
    }
    .nav-tabs-responsive>li.next>a:after {
        content: "\e080";
    }
    .nav-tabs-responsive>li.dropdown>a>.caret {
        display: none;
    }
    .nav-tabs-responsive>li.dropdown>a:after {
        content: "\e114";
    }
    .nav-tabs-responsive>li.dropdown.active>a:after {
        display: none;
    }
    .nav-tabs-responsive>li.dropdown.active>a>.caret {
        display: inline-block;
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto;
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0;
    }
}

/**
 * Demo Styles
 */

.awards-tabs .nav-tabs {
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 30px;
}

.awards-tabs .nav-tabs li a {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #999;
    font-weight: 200;
}

.awards-tabs .nav-tabs li.active a {
    color: #000;
}

@media (max-width: 479px) {
    #narrow-browser-alert {
        display: none;
    }
}

.footer-contact-form-container {
    position: relative;
}

.footer-contact-form-container h5 {
    color: #333;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-contact-form .form-control {
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 15px 40px 15px 15px;
}

.footer-contact-form label {
    color: #111;
    font-weight: 700;
}

.footer-contact-form textarea.form-control {
    height: 126px;
}

.footer-contact-form .submit-btn {
    background: #982424;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    position: relative;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 30px;
    padding: 20px 40px;
}

.footer-contact-form .submit-btn:hover {
    background: #333;
}

.get-in-touch-block {
    padding-left: 40px;
}

.get-in-touch-block p {
    position: relative;
    padding-left: 50px;
    padding-top: 4px;
    min-height: 40px;
    font-weight: 300;
    line-height: 26px;
    color: #333;
}

.icon-holder {
    background: #94393c none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

/* style 2 */

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    font-size: 1rem;
    /* 20px */
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.300rem 3.75rem 0.300rem 1.10rem;
    /* 10px 20px */
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-2+label {
    color: #CCC;
    border: 1px solid currentColor;
}

.inputfile-2:focus+label,
.inputfile-2.has-focus+label,
.inputfile-2+label:hover {
    color: #333;
}

/* blogs-slider */

.blogs-slider {
    margin-bottom: 40px;
}

.popular-blog {
    position: relative;
    margin: 0 2px;
}

.blog-overlay {
    background: url('../images/black-overlay.png') no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 25px 25px 25px;
}

.blog-overlay .blog-category {
    margin-bottom: 5px;
}

.blog-overlay a,
.blog-overlay p {
    color: #FFF;
    display: block;
}

.blog-overlay h2 {
    margin-bottom: 0px;
}

.blog-overlay .blog-category a {
    display: inline-block;
    background: #FFF;
    color: #111;
    font-size: 10px;
    padding: 0 10px;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-read-more {
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 5px 10px;
    display: inline-block !important;
    color: #FFF;
    line-height: 20px;
}

.blog-categories {
    text-align: center;
    margin-bottom: 30px;
}

.blog-categories ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.blog-categories ul li {
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    padding: 0 20px;
    margin-bottom: 5px;
    list-style-type: circle;
}

.blog-categories ul li:first-child {
    border-left: none;
}

.blog-categories ul li a {
    display: block;
    font-size: 13px;
    color: #333;
}

.blog-single,
.blog-single-details {
    margin-bottom: 60px;
}

.blog-single h2 a,
.blog-single-details h2 a {
    display: block;
}

.blog-single h2 a:hover,
.blog-categories ul li a:hover,
.blog-single-details h2 a:hover,
.blog-single-details ul li a:hover {
    color: #982424;
}

.blog-single figure,
.blog-single-details figure {
    margin-bottom: 20px;
}

.blog-single .blog-read-more,
.blog-single-details .blog-read-more {
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #111;
    font-size: 13px;
    text-transform: none;
    padding: 7px 15px;
}

.blog-single .blog-category,
.blog-single-details .blog-category {
    margin-bottom: 5px;
}

.blog-single .blog-category a,
.blog-single-details .blog-category a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.80);
    color: #FFF;
    font-size: 10px;
    padding: 0 10px;
    line-height: 26px;
    text-transform: uppercase;
}

.blog-single .blog-category a:hover,
.blog-single-details .blog-category a:hover {
    background: #982424;
}

.blog-author-info {
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    padding-bottom: 4px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-author-info span,
.blog-author-info a {
    font-size: 12px;
}

.blog-author-info span {
    display: inline-block;
    padding: 0 30px 0 10px;
}

.blog-author-info a {
    color: #982424;
}

.blog-pagination {
    margin-bottom: 40px;
}

.blog-pagination .pagination-lg>li>a {
    border-radius: 100%;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 36px;
}

.blog-single-details blockquote {
    border-left: 4px solid #CCC;
    padding: 15px 15px 15px 25px;
    margin: 15px 0 25px 0;
    background: #f5f5f5;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
}

.blog-single-details blockquote p {
    font-size: 20px;
    line-height: 1.8em;
}

.blog-single-details ul {
    list-style-type: none;
    margin-left: 35px;
}

.blog-single-details ul li {
    color: #111;
}

.blog-single-details ul li::before {
    content: "";
    display: block;
    float: left;
    margin-top: 0.90em;
    margin-left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    vertical-align: middle;
    background: #982424;
}

.author-box {
    margin-top: 55px;
    margin-bottom: -5px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.author-box .image img {
    display: inline-block;
    margin-top: -48px;
    border-radius: 50%;
    border: 10px solid #fff;
}

.author-box .author>span {
    display: block;
    margin-top: -9px;
    color: #982424;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.author-box .author>a {
    display: inline-block;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.author-box .author-bio {
    margin-top: 10px;
    padding: 0 40px;
}

.author-box .social-icons {
    margin-top: 10px;
    margin-bottom: 30px;
}

.author-box .social-icons li {
    display: inline-block;
}

.author-box .social-icons a {
    color: #c6c6c6;
    -webkit-font-smoothing: initial;
}

.author-box .social-icons a:hover {
    color: #aaa;
}

.author-box .social-icons li {
    margin-right: 11x;
    margin: 0 10px;
}

.visuallyhidden,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.newsPress {
    padding-right: 40px;
}

.newsPress h3 {
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-bottom: 15px;
}

.newsPress h3 img {
    width: 40px;
    height: 40px;
}

.newsPress .boxDiv {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    min-height: 270px;
    padding-left: 15px;
}

.newsPress ul.newsPressList {
    list-style-type: none;
    margin-left: 0;
}

.newsPress ul.newsPressList li {
    margin-left: 1px;
    margin-left: .0833333333rem;
}

.newsPress ul.newsPressList li .contentBlock {
    width: 100%;
    margin-bottom: 28px;
    margin-bottom: 2.3333333333rem;
    position: relative;
    min-height: 98px;
    overflow: hidden;
}

.newsPress ul.newsPressList .dateBox {
    position: absolute;
    top: 5px;
    max-width: 80px;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    /*-webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.15);*/
    overflow: hidden;
}

.newsPress ul.newsPressList .dateBox cite {
    background: #982424;
    border: 1px solid #982424;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-size: 1rem;
    display: block;
    font-style: normal;
}

.newsPress ul.newsPressList .dateBox span {
    font-size: 40px;
    font-size: 2rem;
    color: #982424;
    line-height: 56px;
    height: 58px;
    display: block;
}

.newsPress ul.newsPressList li .contentText {
    padding-left: 95px;
    padding-left: 6.5rem;
}

.newsPress ul.newsPressList li .contentText h4 {
    line-height: 26px;
    padding: 0 15px 15px 0;
    padding: 0 1.25rem 0 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.newsPress ul.newsPressList li .contentText h4 a {
    display: block;
}

.newsPress ul.newsPressList li .contentText h4 a:hover {
    color: #982424;
}

.newsPress ul.newsPressList li .contentText span.date {
    font-size: 15px;
    font-size: 0.8rem;
    color: #999;
}

.news-read-more {
    padding-left: 15px;
}

.news-read-more a {
    font-weight: 600;
    letter-spacing: 0.8px;
}

.our-initiatives-single {
    margin-bottom: 30px;
    max-height: 260px;
    overflow: hidden;
}

.our-initiatives-single img {
    max-height: 204px;
    width: 100%;
}

.our-initiatives-single a,
.our-initiatives-single a span {
    display: block;
}

.our-initiatives-single a img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-initiatives-single a span {
    background: #982424;
    color: #FFF;
    position: relative;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-initiatives-single a span:after,
.our-initiatives-single a span:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-initiatives-single a span:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #982424;
    border-width: 10px;
    margin-left: -10px;
}

.our-initiatives-single a span:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #982424;
    border-width: 14px;
    margin-left: -14px;
}

.our-initiatives-single a:hover img {
    border-top-left-radius: 30px;
}

.our-initiatives-single a:hover span {
    background: #111;
    border-bottom-right-radius: 30px;
}

.our-initiatives-single a:hover span:before,
.our-initiatives-single a:hover span:after {
    border-bottom-color: #111;
}

/* Section heading */

.section-head {
    position: relative;
    margin-top: 0;
    text-align: center;
    font-size: 0;
    line-height: 28px;
}

.section-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.section-head .title {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    z-index: 1;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    vertical-align: middle;
}

/**
 * Related Posts
 */

.related-posts .posts {
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.related-posts .post {
    margin-bottom: 25px;
}

.related-posts .post:nth-child(3n+1) {
    clear: both;
}

.related-posts .image-link img {
    display: block;
    width: 100%;
    height: auto;
}

.related-posts .post-title {
    display: block;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: inherit;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.related-posts .post-title em {
    font-style: normal;
    font-weight: inherit;
}

.related-posts .post-meta {
    font-size: 9px;
    margin-bottom: 15px;
}

.related-posts.grid-2 .post:nth-child(3n+1) {
    clear: none;
}

.related-posts.grid-2 .post:nth-child(2n+1) {
    clear: both;
}

.related-posts.grid-2 .post {
    width: 50%;
}

.related-posts.grid-2 .post-title {
    margin-top: 20px;
    margin-bottom: 8px;
    padding: 0 10%;
    font-size: 16px;
}

.related-posts.grid-2 .post-meta {
    font-size: 11px;
}

/**
 * Comments list
 */

.comments {
    margin-bottom: 100px;
}

.comments-area .section-head .number {
    color: #318892;
}

.comments-area .no-comments {
    margin-top: 25px;
}

.comments-list {
    position: relative;
    list-style-type: none;
}

.comments-list>.comment,
.comments-list>li {
    padding: 50px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.comments-list .pingback {
    padding: 30px 50px;
}

.comments-list .pingback p {
    margin: 0;
}

.comments-list .comment-avatar {
    float: left;
    margin-right: 22px;
}

.comments-list .comment-avatar img {
    border-radius: 50%;
}

.comments-list .comment-content {
    overflow: hidden;
}

.comments-list .comment-meta {
    overflow: hidden;
    vertical-align: top;
}

.comments-list .comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.comments-list .bypostauthor .post-author {
    display: inline-block;
    padding: 5px 7px;
    margin-top: -3px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 2px;
    background: #318892;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

.comments-list .comment-time,
.comments-list .comment .edit-link {
    color: #b4b4b4;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.comments-list .comment-reply-link {
    float: right;
    margin-top: -22px;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.comments-list .comment-reply-link:before {
    content: "\f112";
    display: inline-block;
    margin-right: 6px;
    color: #b4b4b4;
    font-family: FontAwesome;
    font-size: 7px;
}

.comments-list .comment-text {
    margin-top: 6px;
}

.comments-list .comment .children {
    margin-top: 50px;
    list-style-type: none;
}

.comments-list .comment p:last-child {
    margin-bottom: 0;
}

.comments-list .children li.comment {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 50px;
    border-top: 1px solid #f2f2f2;
}

.comments-list .children .comment:before,
.comments-list .children .comment:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0px;
    height: 65px;
    width: 1px;
    background: #f2f2f2;
}

.comments-list .children .comment:after {
    top: 90px;
    width: 18px;
    height: 1px;
}

.comments-list>.comment:last-child {
    border: 0;
    padding-bottom: 10px;
}

.comment-nav {
    margin: 0 -50px;
    padding: 35px 60px;
    border-top: 1px solid #efefef;
}

/**
 * Comment Form
 */

.comment-respond .section-head {
    display: block;
}

.comment-form {
    margin: 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 3 fields side by side */
}

.comment-form>* {
    width: 100%;
}

.comment-form .required {
    color: #efa4a4;
}

.comment-form .fields>div {
    padding: 0 13px;
    margin-bottom: 25px;
}

.comment-form .reply-field {
    margin-bottom: 25px;
}

.comment-form .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #c0c0c0;
    box-sizing: border-box;
}

.comment-form input[type=checkbox] {
    vertical-align: middle;
    margin-top: -3px;
    padding: 0;
    border: 1px solid #e5e5e5;
    color: #318892;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.comment-form input[type=checkbox]:checked:before {
    content: "\2713";
    display: inline-block;
    color: currentColor;
    line-height: 15px;
    font-size: 13px;
    vertical-align: text-top;
}

.comment-form input[type=checkbox]+label {
    margin-left: 7px;
}

.comment-form label {
    color: #505050;
    -webkit-font-smoothing: antialiased;
}

.comment-form .inline-field:first-child {
    margin-left: 0;
}

.comment-form .inline-field input {
    width: 100%;
    color: inherit;
    padding: 0 10px;
}

.comment-form textarea {
    display: block;
    padding: 18px 14px;
    color: #c0c0c0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
}

.comment-form .inline-field input:focus,
.comment-form textarea:focus {
    color: #999;
}

.comment-form .form-submit {
    display: block;
    margin: 0;
}

.comment-form .submit {
    display: inline-block;
    background: #982424;
    border: none;
    color: #FFF;
    padding: 5px 20px;
}

/* aboutus-home-wrapper */

.aboutus-home-wrapper {
    background: #eeeae7;
    margin: 50px auto 70px auto;
}

.about-home-txtb {
    padding: 25px 0;
}

.about-home-txtb p {
    text-align: justify;
}

.about-home-imgb {
    position: relative;
}

.about-home-imgb .about-home-img-one,
.about-home-imgb .about-home-img-two,
.about-home-imgb .about-home-img-three {
    position: relative;
    display: block;
}

.about-home-imgb .about-home-img-one:before,
.about-home-imgb .about-home-img-one:after,
.about-home-imgb .about-home-img-three:before,
.about-home-imgb .about-home-img-three:after {
    content: '';
    height: 0;
    width: 2px;
    background: #b13333;
    display: block;
    left: -10px;
    bottom: -10px;
    position: absolute;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-home-imgb .about-home-img-one:after,
.about-home-imgb .about-home-img-three:after {
    left: -10px;
    top: auto;
    bottom: -10px;
    content: '';
    height: 2px;
    width: 0;
    background: #b13333;
    display: block;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-home-imgb .about-home-img-three:before {
    top: -10px;
}

.about-home-imgb .about-home-img-three:after {
    top: -10px;
}

.about-home-imgb .about-home-img-one {
    top: 0;
    right: 0;
    width: 624px;
    height: 457px;
}

.about-home-imgb .about-home-img-two {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.about-home-imgb .about-home-img-two img {
    width: 100%;
    height: auto;
}

.about-home-imgb .about-home-img-two:before {
    content: '';
    height: 0;
    width: 2px;
    background: #b13333;
    display: block;
    right: -10px;
    top: -10px;
    position: absolute;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-home-imgb .about-home-img-two:after {
    right: -10px;
    top: -10px;
    content: '';
    height: 2px;
    width: 0;
    background: #b13333;
    display: block;
    position: absolute;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.about-home-imgb .about-home-img-three {
    top: 0;
    left: 0;
    width: 255px;
    height: 187px;
}

.about-home-imgb .about-home-img-one:hover:before,
.about-home-imgb .about-home-img-two:hover:before,
.about-home-imgb .about-home-img-three:hover:before {
    height: 100%;
}

.about-home-imgb .about-home-img-one:hover:after,
.about-home-imgb .about-home-img-two:hover:after,
.about-home-imgb .about-home-img-three:hover:after {
    width: 100%;
}

.media-rights-wrapper .about-home-imgb .about-home-img-one,
.media-rights-wrapper .about-home-imgb .about-home-img-two,
.media-rights-wrapper .about-home-imgb .about-home-img-three,
.about-home-imgb .about-home-img-one {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 30px;
}

.about-home-imgb .about-home-img-one {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.media-rights-wrapper .about-home-imgb .about-home-img-one img,
.media-rights-wrapper .about-home-imgb .about-home-img-two img,
.media-rights-wrapper .about-home-imgb .about-home-img-three img {
    width: 100% !important;
    height: auto;
}

.advertise-form input[type="submit"] {
    background: #982424;
    border-color: #982424;
    font-size: 16px;
    color: #fff;
    padding: 8px 25px;
    border-radius: 0;
    text-shadow: 0 1px 2px #666;
    border: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.advertise-form input[type="submit"]:hover {
    background: #000;
    border-color: #000;
}

.advertise-form .form-group {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.advertise-form .form-control {
    border-radius: 0;
    border: 1px solid #e9e9e9;
    height: 40px;
}

.form-group ul li {
    display: inline-block;
}

.rent-form .checkbox {
    padding: 0 10px;
}

.rent-form .checkbox input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.rent-form .checkbox label {
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

span.note {
    color: red;
}

p.lead {
    font-size: 24px;
    color: #111;
    line-height: 38px;
    font-weight: 400;
}

.our-usp-single {
    margin-bottom: 40px;
    overflow: hidden;
}

.our-usp-single h4,
.mission-block h3 {
    color: #b13333;
    font-size: 20px;
    margin-bottom: 0px;
}

.our-usp-single .usp-imgb,
.our-usp-single .usp-txtb,
.founder-imgb,
.founder-txtb {
    float: left;
}

.our-usp-single .usp-txtb {
    width: 70%;
    margin-left: -140px;
    background: rgba(255, 255, 255, 1.0);
    position: relative;
    z-index: 1;
    padding: 10px 10px 10px 20px;
    margin-top: 15px;
}

.our-usp-single .usp-txtb p {
    line-height: 1.6em;
    margin-bottom: 0;
    text-align: justify;
}

.mission-block h3 {
    font-size: 28px;
}

.mission-block p {
    line-height: 2em;
    text-align: justify;
}

.founder-imgb h3 {
    margin: 20px 0 0 20px;
    color: #982424;
    font-size: 28px;
}

.founder-imgb p {
    color: #666;
    font-size: 14px;
    margin: 0 0 0 20px;
}

.founder-imgb-block {
    position: relative;
}

.founder-imgb-block::after {
    content: '';
    border: 5px solid rgba(255, 255, 255, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
}

.founder-txtb {
    background: #eeeae7;
    padding: 30px 30px 10px 120px;
    width: 63%;
    margin-top: 50px;
    margin-left: -80px;
    position: relative;
    z-index: -1;
}

.founder-txtb h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.founder-txtb h4,
.founder-txtb p {
    color: #333;
}

.founder-txtb p {
    margin-bottom: 20px;
    line-height: 2em;
    text-align: justify;
}

.reviews-block p {
    text-align: justify;
    padding: 0 5px;
}

/* projects-home-wrapper */

.projects-home-single .projects-home-imgb {
    position: relative;
    background: #666;
}

.projects-home-single .projects-home-imgb span {
    background: rgba(177, 51, 51, 0.80);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 25px;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.projects-home-single .projects-home-imgb a>img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.projects-home-single .projects-home-imgb span+img {
    width: 100%;
    height: 270px;
}

.projects-home-single .projects-home-txtb span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #999;
    padding-top: 10px;
    letter-spacing: 0.4px;
}

.projects-home-single .projects-home-txtb span:after {
    content: '';
    background: #e5e5e5;
    width: 50px;
    height: 3px;
    display: block;
}

.projects-home-single .projects-home-imgb a:hover img {
    opacity: 0.6;
}

.projects-home-wrapper .global-read-more-btn,
.clients-wrapper .global-read-more-btn {
    margin-top: 20px;
}

.projects-home-wrapper .blog-categories {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: white;
    padding: 10px 0 10px 0;
}

/*.projects-home-single .projects-home-imgb a:hover span{
        background:rgba(0,0,0,0.80);
}*/

.projects-home-single .projects-home-txtb {
    min-height: 180px;
    /*background:#CCC;*/
}

.projects-home-single .projects-home-txtb h4 {
    margin-bottom: 0;
}

.projects-home-single .projects-home-txtb a {
    color: #b13333;
    padding: 10px 5px;
    display: block;
    font-size: 18px;
}

.projects-home-single .projects-home-txtb a:hover {
    color: #111;
}

.basic-listing {
    list-style-type: none;
    margin-left: 15px;
    margin-bottom: 20px;
}

.basic-listing li {
    background: url('../images/arrow-right.png') no-repeat left 12px;
    padding-left: 25px;
}

.glorious-img-wrapper-left,
.glorious-img-wrapper-right {
    position: relative;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.glorious-img-wrapper-left:before,
.glorious-img-wrapper-right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -20px 0 0 -20px;
    border: 6px solid rgba(0, 0, 0, 0.30);
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.glorious-img-wrapper-right:before {
    margin: 20px 0 0 20px;
}

.glorious-img-wrapper-left:hover:before,
.glorious-img-wrapper-right:hover:before {
    margin: 0;
}

.glorious-img-wrapper-left:hover,
.glorious-img-wrapper-right:hover {
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.10);
}

/* reviews-wrapper */

.reviews-wrapper {
    background: url('../images/reviews-bg.jpg') repeat-x center bottom #eeeae7;
    padding: 30px 0;
}

.reviews-wrapper .slick-prev,
.reviews-wrapper .slick-next,
.main-homepage-slider .slick-dots,
.about-home-slider .slick-dots {
    display: none !important;
}

.reviews-wrapper .reviews-block .user-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 5px;
}

.reviews-wrapper .reviews-block .user-icon img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.reviews-wrapper .reviews-block blockquote {
    padding-left: 120px;
    position: relative;
}

.reviews-wrapper .service-single {
    width: 20%;
    float: left;
}

.reviews-wrapper .service-single h4 {
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
}

.reviews-wrapper .service-single-imgb img {
    width: auto;
    height: auto;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.clients-wrapper {
    padding: 30px 0;
}

.client-logo {
    border: 1px solid #e5e5e5;
    width: 170px;
    height: 130px;
    margin: 0 10px;
    object-fit: contain;
}

/* mrc-footer */

.mrc-footer {
    background: #4e4f51;
    padding: 25px 0;
}

.mrc-footer h5 {
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.mrc-footer h5:after {
    content: '';
    background: #838486;
    width: 50px;
    height: 2px;
    display: block;
}

.footer-links li {
    color: #FFF;
    list-style-type: circle;
    font-size: 11px;
    line-height: 2.3em;
}

.footer-links li a,
.footer-links p,
.footer-links p a {
    color: #FFF;
    font-size: 11px;
    display: block;
    line-height: 1.9em;
}

.footer-links p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 37px;
    padding-top: 3px;
    line-height: 1.4em;
}

.footer-links p img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-links p:first-of-type img {
    top: 7px;
}

.footer-links p a {
    display: inline-block;
}

.footer-links .top-social {
    margin-top: 10px;
}

.footer-links .top-social li a {
    padding: 0 10px;
    font-size: 13px;
}

.footer-links .top-social li a:hover {
    background: none;
    color: #999;
}

.copyright-wrapper {
    padding: 10px 0;
    background: #414344;
}

.copyright-wrapper p {
    margin-bottom: 0;
    color: #CCC;
    font-size: 12px;
}

.copyright-wrapper p a {
    color: #FFF;
}

.copyright-wrapper .powered-by {
    text-align: right;
}

.footer-links li a:hover,
.footer-links li p a:hover {
    color: #CCC;
}

/* inner page header  */

.inner-page-header {
    background: url('../images/banners/banner2.jpg') no-repeat center -150px;
    background-size: cover;
    min-height: 160px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 40px;
}

.inner-page-header:after {
    content: '';
    background: rgba(0, 0, 0, 0.85);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-page-header h3 {
    position: relative;
    z-index: 2;
}

#unaShopsModal {
    z-index: 9999999999;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .steps {
        overflow-x: scroll;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

/* Descendant of .nav, Bootstrap specificity (shouldn't be like this) */

.nav>.dropdown-megamenu {
    position: static;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-container {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }
}

.dropdown-megamenu>.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 15px;
}

.dropdown-megamenu .dropdown-menu {
    display: block;
}

.link-image .media-object {
    float: left;
    margin-bottom: 7.5px;
}

.link-image-sm+.link-image-sm .media-object {
    margin-left: 7.5px;
}

.thumbnail .caption {
    min-height: 120px;
}

.thumbnail:hover {
    text-decoration: none;
}

/* Link list */

.list-links {
    list-style: none;
    padding: 0;
}

.list-links li {
    line-height: 1.71428571;
}

.list-links a {
    color: #555;
}

.list-links a:hover,
.list-links a:focus,
.list-links a:active {
    color: #22527b;
}

/* General styles to improve presentation */

.example-megamenu {
    width: 100%;
    max-width: 1140px;
    padding: 20px;
    margin: 0 auto;
}

.text-hightlight {
    background: #eeeae7;
    padding: 35px 45px;
    border-radius: 6px;
}

.text-hightlight p {
    color: #333;
    font-size: 17px;
    line-height: 38px;
    font-weight: 200;
    margin-bottom: 0;
    text-align: justify;
}

/* ==================================================
   6.5. Overriding Classes
================================================== */

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.touch .parallax,
.page-header.parallax {
    background-attachment: scroll !important;
}

/**    SERIVCES PAGE CODE (SATWINDER)  **/

.services-main-section {
    background: #eeeae7;
    margin: 100px auto 20px auto;
}

.services-list-heading {
    color: #FFF;
}

.services-top-img-content {
    background: url("../images/services-top-img.jpg") no-repeat;
    background-size: cover;
    padding: 25px;
    box-shadow: 0 0 15px #ddd;
}

.services-top-img-content ul {
    list-style: none;
}

.services-top-img-content ul li {
    color: #FFF;
    font-size: 15px;
    line-height: 2.5;
}

.about-home-imgb .services-img-one {
    height: 337px;
    top: -55px;
}

.services-provided .media-heading,
.services-provided .media-heading a,
.red-heading,
.red-heading a {
    color: #b13333;
    display: block;
}

.view-more-text img {
    margin-left: 5px;
}

.view-more-btn {
    position: relative;
    color: #b13333;
    padding-left: 18px;
}

.view-more-btn::before {
    position: absolute;
    content: "";
    background-color: #eeeae7;
    width: 48px;
    height: 30px;
    top: -5px;
    left: 0;
    z-index: -1;
}

.media-body p {
    color: #666;
    line-height: 26px;
}

.media-left a img {
    border: 5px solid #fff;
}

.media-left a {
    position: relative;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.media-left a::before {
    position: absolute;
    width: 30%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(-25deg, #e0bdbd 74%, #fff 70%);
    background: -webkit-linear-gradient(-25deg, #e0bdbd 74%, #fff 70%);
    left: 0px;
    top: 0;
    z-index: -1;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-left a::after {
    position: absolute;
    width: 0%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0;
    z-index: -1;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-left a:hover::after {
    background: -moz-linear-gradient(-25deg, #e0bdbd 100%, #e0bdbd 90%);
    background: -webkit-linear-gradient(-25deg, #e0bdbd 100%, #e0bdbd 90%);
    width: 100%;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-provided .media {
    margin-bottom: 30px;
}

.services-provided {
    margin-bottom: 60px;
}

/**    SERIVCES PAGE CODE ENDS HERE (SATWINDER)  **/

/**    GALLERY PAGE CODE (SATWINDER)  **/

.portfolioFilter {
    margin-bottom: 30px;
    text-align: center;
}

.portfolioFilter a {
    margin-right: 10px;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid #FFF;
    padding: 5px 10px;
}

.portfolioFilter a.current {
    color: #b13333;
    border-bottom: 2px solid #e5e5e5;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.gallery-project-title {
    color: #7f7f7f;
    text-transform: inherit;
}

.projects-home-single span.gallery-project-title::after {
    display: none;
}

.gallery-main .nav-tabs>li.active>a,
.gallery-main .nav-tabs>li.active>a:focus,
.gallery-main .nav-tabs>li.active>a:hover {
    color: #b13333;
    border-color: #eeeae7;
    border-width: 0 0 3px 0;
    border-style: solid;
}

.gallery-main .nav-tabs {
    border: none;
}

.gallery-main ul {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-main .nav-tabs>li {
    display: inline-block;
    float: none;
}

.gallery-main .nav-tabs>li a {
    border-color: transparent;
    border-width: 0 0 3px 0;
    border-style: solid;
}

.ekko-lightbox .modal-footer {
    background-color: #b13333;
    color: #fff;
    line-height: 1.5;
}

.ekko-lightbox .modal-footer strong {
    padding-right: 85px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.ekko-lightbox .modal-footer p {
    margin-bottom: 10px;
}

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox-nav-overlay {
    width: 80px;
    right: 10px;
    position: absolute;
    display: block;
    height: 30px;
    bottom: -41px;
    top: auto;
    left: auto;
}

.ekko-lightbox-nav-overlay a {
    font-size: 16px;
    opacity: 1;
    color: #000;
    background-color: #dbdad8;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}

.ekko-lightbox-nav-overlay a+a {
    margin-left: 15px;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0;
}

.modal-backdrop.in {
    opacity: .7;
}

#unaShopsModal img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.modal-header .close {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    opacity: 1;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 8px #ccc;
    color: #000;
}

.modal-header .close span {
    line-height: 27px;
    height: 30px;
    font-size: 20px;
    display: block;
    width: 30px;
}

.gallery-main .projects-home-txtb span.project-title {
    padding-top: 0 !important;
    margin-bottom: 5px !important;
}

.gallery-main .projects-home-single .projects-home-txtb .gallery-project-title {
    padding-top: 5px;
}

/**    GALLERY PAGE CODE ENDS HERE (SATWINDER)  **/

/**    CAREERS OVERVIEW PAGE (SATWINDER)  **/

.career-overview-img .media-left a::before {
    width: 45%;
}

.career-overview-info {
    color: #222222;
    font-size: 20px;
    margin-bottom: 40px;
}

.carrer-heading-bottom {
    font-size: 24px;
    font-weight: 500;
    color: #b13333;
    line-height: 36px;
}

.career-overview-img p {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    font-size: 21px;
}

.career-overview-list {
    background-color: #f0f0f0;
    padding: 10px 10px 10px 0px;
    margin: 20px 0 30px;
}

.career-overview-list ul {
    list-style: none;
}

.career-overview-list ul li span {
    margin-right: 15px;
}

.career-overview-list ul li a {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.career-overview-list li a {
    display: inline-block;
    width: 100%;
}

.career-overview-list ul li a:hover,
.career-overview-list ul li.active a {
    color: #b13333;
    margin-left: 5px;
}

.career-overview-opening a {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 25px;
    width: 100%;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#982424+74,bf5252+70 */
    background: #982424;
    /* Old browsers */
    background: -moz-linear-gradient(115deg, #982424 70%, #bf5252 70%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(115deg, #982424 70%, #bf5252 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(115deg, #982424 70%, #bf5252 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#982424', endColorstr='#bf5252', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.career-overview-opening a img {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    float: right;
    margin-right: 5px;
}

.career-overview-opening a:hover img {
    margin-right: 0;
}

.career-overview-opening a:hover {
    padding-left: 20px;
}

.career-opening-heading {
    margin: 0;
}

.career-opening-heading span {
    font-size: 14px;
    color: #ee8b8b;
    display: block;
    line-height: 20px;
}

.career-overview {
    margin-bottom: 50px;
}

.csr-listing h3 {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 10px;
}

.csr-listing ul li {
    padding-bottom: 5px;
}

/**    CAREERS OVERVIEW PAGE CODE ENDS HERE (SATWINDER)  **/

/**    CUSTOMER PAGE CODE (SATWINDER)  **/

.popover {
    min-width: 260px;
}

.customer-logo a {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.customer-main-wrapper .col-md-2 {
    border-bottom: 1px solid #e5e5e5;
}

.customer-logo a {
    padding: 0 15px 0 0;
    background-color: transparent;
    border-width: 0 1px 0 0;
    border-radius: 0;
    border-style: solid;
    border-color: #e5e5e5;
    margin: 10px 0;
}

.col-md-2:nth-child(6n) .customer-logo a {
    border-right: none;
}

.customer-logo a:hover,
.customer-logo a:focus,
.customer-logo a.active {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #e5e5e5 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.customer-main-wrapper {
    margin: 100px 0 40px;
}

.no-border {
    border: none !important;
}

.customer-logo a:hover {
    background: none;
}

/**    CUSTOMER PAGE CODE ENDS HERE (SATWINDER)  **/

/**    CIVIL CONSTRUCTION PAGE CODE (SATWINDER)  **/

.civil-services-main-section,
.civil-service-b {
    font-size: 16px;
}

.civil-service-m p {
    margin-top: 15px;
}

.civil-service-b {
    margin-top: 50px;
}

.civil-service-b ul {
    margin-left: 0;
}

.civil-service-b ul li {
    list-style: none;
}

.civil-service-b ul li span {
    margin-right: 10px;
}

.civil-service-b li h4 {
    font-weight: 600;
    font-size: 15px;
    margin: 15px 0 0px;
}

.civil-service-b .civil-img {
    position: relative;
    padding: 10px 20px 0 0;
    display: inline-block;
}

.civil-service-b .civil-img::before {
    position: absolute;
    content: "";
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    z-index: -1;
    top: -2px;
    left: 5px;
}

.sat-civil-contruct-service {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 30px;
    box-shadow: 4px 4px 10px #eee;
    min-height: 110px;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    -moz-transition: all 0.5s ease-in-out 0.1s;
    -ms-transition: all 0.5s ease-in-out 0.1s;
    -o-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
}

.sat-civil-contruct-service:hover {
    border-color: white;
    box-shadow: none;
}

/**    CIVIL CONSTRUCTION PAGE CODE ENDS HERE (SATWINDER)  **/

/**    Interior Decoration and Architecture PAGE CODE (SATWINDER)  **/

.sat-interior-section-inverted {
    background-color: #f0f0f0;
    padding: 30px 0 20px;
    margin: 20px 0 30px;
}

.sat-interior-section h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.sat-interior-section img {
    width: 60px;
}

.sat-interior-section h4 a {
    color: #b13333;
    border-bottom: 1px solid #b13333;
}

.sat-interior-section .main-sub-heading .popover {
    color: #777;
}

.sat-interior-b {
    font-size: 14px;
    margin-top: 50px;
}

.sat-interior-col {
    min-height: 340px;
    padding: 20px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    margin-bottom: 15px;
}

.sat-interior-col p {
    margin-bottom: 0px;
    text-align: justify;
}

.sat-interior-col:hover {
    border-radius: 5px;
    border-bottom: 5px solid #b13333;
    box-shadow: 0px 0px 26px #ddd;
}

/**    Interior Decoration and Architecture PAGE CODE ENDS HERE (SATWINDER)  **/

/**    FABRICATION SERVICE PAGE CODE (SATWINDER)  **/

.sat-fabrication-services-content {
    padding: 25px 0;
}

/**    FABRICATION SERVICE PAGE CODE ENDS HERE (SATWINDER)  **/

/**    PPP PAGE CODE (SATWINDER)  **/

.sat-ppp-main {
    margin: 120px 0 60px;
    background-color: #eeeae7;
}

.new-update-banner {
    margin-top: 70px;
}

.new-update-banner-main h3 {
    margin-bottom: 40px !important;
}

.load-more-btn {
    padding: 5px 30px;
    border: 1px solid #a8a8a8;
    color: #888;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}

.load-more-btn-outer:after {
    position: absolute;
    content: "";
    border: 1px dashed #a1a5a3;
    width: 100%;
    left: 0;
    height: 1px;
    z-index: -1;
    top: 20px;
}

.sat-ppp-main .main-homepage-slider-wrapper {
    margin-top: -60px;
}

.sat-ppp-main .main-homepage-slider-wrapper .main-homepage-slider {
    min-height: auto;
}

.sat-ppp-main .about-home-img-one {
    top: -60px;
}

.sat-ppp-main .about-home-img-two {
    top: 440px;
}

.sat-ppp-main .about-home-img-three {
    top: 440px;
}

.sat-ppp-main .about-home-img-three {
    height: 350px;
}

.sat-ppp-main-content {
    padding: 30px;
    width: 90%;
    position: relative;
    z-index: 2;
    margin: -100px auto 0 auto;
    background: rgba(238, 234, 231, 1.0);
}

.civil-quote-section {
    font-size: 18px;
}

.sat-ppp-main .ion-quote {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: super;
}

.sat-ppp-services {
    margin-top: 30px;
}

.sat-ppp-work {
    margin-top: 30px;
}

.sat-ppp-service-list li {
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.sat-ppp-service-list li span {
    color: #b13333;
}

.sat-ppp-service-list li:hover {
    color: #b13333;
    margin-left: 5px;
}

/**    PPP PAGE CODE ENDS HERE (SATWINDER)  **/

.ppp-model-benefits-single {
    min-height: 220px;
    -moz-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: white;
    padding: 20px 35px 35px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    -moz-transition: all 0.5s ease-in-out 0.1s;
    -ms-transition: all 0.5s ease-in-out 0.1s;
    -o-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
}

.ppp-model-benefits-single p {
    text-align: center;
    margin-bottom: 0;
}

.ppp-model-benefits-single img {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.light-grey-bg {
    background: rgba(0, 0, 0, 0.04);
}

.ppp-model-benefits-single:hover {
    -moz-box-shadow: 4px 4px 14px rgba(255, 255, 255, 0.10);
    -o-box-shadow: 4px 4px 14px rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 4px 4px 14px rgba(255, 255, 255, 0.10);
    box-shadow: 4px 4px 14px rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: white;
}

.ppp-model-benefits-single:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.we-value-single.ppp-model-benefits-single {
    min-height: 280px;
}

/**    Corporate Environment PAGE CODE (SATWINDER)  **/

.sat-corporate-env-section {
    position: relative;
    padding: 20px 0;
}

.sat-corporate-env-section::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-color: #f8f7fc;
    z-index: -1;
    left: -30px;
    top: 0;
}

.sat-corporate-banner-img {
    margin-bottom: 30px;
}

/**    Corporate Environment PAGE CODE ENDS HERE (SATWINDER)  **/

/**    Women Empowerment PAGE CODE (SATWINDER)  **/

.sat-women-emp img {
    width: 80px;
}

.sat-women-qualification-list {
    margin-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.sat-women-qualification-list li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.sat-women-qualification-list li strong {
    color: #b13333;
    margin-right: 10px;
}

.sat-women-qualification-list li .fas {
    position: absolute;
    left: 0;
    top: 9px;
    color: #b13333;
}

/**    Women Empowerment PAGE CODE ENDS HERE (SATWINDER)  **/

.sat-add-icon.ion::before {
    content: "\f218";
}

.sat-add-icon.ion {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.panel-heading {
    padding: 0;
}

.panel-title a {
    font-size: 13px;
    display: block;
    padding: 10px 15px;
}

.sat-collapse-head {
    width: 28%;
    display: inline-block;
    text-align: left;
}

.sat-collapse-head-one {
    width: 40%;
    display: inline-block;
}

.sat-collapse-head strong,
.sat-collapse-head-one strong {
    letter-spacing: 0.5px;
}

.sat-collapse-head-main {
    width: 100%;
    display: block;
}

.contactFormPanel.control-group.col-sm-12.col-md-12 {
    position: relative;
}

.contactFormPanel label {
    /*position: absolute;
    top: 0;*/
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 0px 10px;
    color: #ccc;
}

#file-2 {
    visibility: hidden;
}

.sat-opening-tabs .panel-group .panel+.panel {
    margin-top: 0px;
}

.sat-opening-tabs .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
}

.sat-opening-tabs .panel-default {
    border-color: #e5e5e5;
    border-width: 1px !important;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}

.sat-opening-tabs .form-control {
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    box-shadow: none;
}

.sat-opening-tabs .radio {
    width: 60px;
    display: inline-block;
    margin-right: 14px;
}

.sat-opening-tabs .sat-radio-head {
    display: block;
}

.sat-opening-tabs .radio input {
    margin-top: 10px;
}

.contactFormPanel.control-group.col-sm-12.col-md-12 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contactFormPanel.control-group.col-sm-12.col-md-12 span {
    margin-top: 5px;
}

.btn.btn-main {
    border: 2px solid #333;
    border-radius: 0;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    padding: 8px 15px;
}

.btn.btn-main:hover {
    color: #982424;
    border-color: #982424;
}

.sat-opening-tabs .panel-collapse.collapse.in {
    box-shadow: 0 0 10px #eee;
}

.sat-opening-tabs h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sat-opening-tabs ul li span {
    margin-right: 10px;
    color: #333;
}

.sat-current-jd-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.sat-current-jd-list li span {
    position: absolute;
    left: 0;
}

.sat-current-jd-list li ul li {
    list-style-type: circle;
    padding-left: 5px;
}

.recruitment-policy-main-section {
    margin-bottom: 50px;
}

.job-description-wrapper {
    padding-right: 30px;
}

/* justify text  */

.sat-ppp-main-content p,
.sat-ppp-main_botm p,
.sat-fabrication-services-content p,
.civil-services-main-section p,
.media-body p,
.sat-fabrication-services-content p,
.blog-single p,
.blog-single-details p {
    text-align: justify;
}

.error {
    color: red !important;
}

.success {
    color: green !important;
}

.services-top-img-content h3 {
    color: #fff;
}

.blog-single .founder-imgb-block img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.ekko-lightbox-item.fade.in.show,
.ekko-lightbox-item.fade.in.show img {
    height: 100%;
}

.ekko-lightbox-item.fade.in.show img {
    width: 100%;
    object-fit: cover;
}

.notification-dropdown {
    position: absolute;
    top: 52px;
    left: 0;
    width: 280px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0px 8px #eee;
    margin-left: 7px;
}

.notification-dropdown-main {
    max-height: 250px;
    overflow-y: auto;
    margin: 0;
}

.notification-dropdown::after {
    position: absolute;
    content: "";
    border-bottom: 12px solid #ddd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -12px;
    left: 15px;
}

.notification-dropdown li {
    border-bottom: 2px solid #eee;
    border-radius: 0;
}

.notification-dropdown .notification-dropdown-main li a {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block;
    padding: 5px 12px !important;
    border-radius: 0 !important;
}

.notification-dropdown .notification-dropdown-main li a:hover,
.notification-dropdown .notification-dropdown-main li a:focus {
    background-color: #982424 !important;
    color: #fff !important;
}

/* ==================================================
   7. Responsive Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
    .main-homepage-slider {
        min-height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-categories ul li a h4 {
        font-size: 15px;
    }
    .ppp-model-benefits-single {
        min-height: 250px;
    }
    .sat-interior-col {
        min-height: 350px;
    }
    .sat-civil-contruct-service {
        min-height: 135px;
    }
    .about-home-txtb.civil-service-m.push-top-30 {
        margin-top: 0;
        padding-top: 0px;
    }
    .projects-home-single .projects-home-txtb a {
        color: #b13333;
        padding: 10px 5px;
        display: block;
        font-size: 20px;
        min-height: 168px;
    }
    .founder-imgb {
        max-width: 420px;
    }
    .menu>ul>li a {
        text-decoration: none;
        padding: 1em 2.6em;
    }
    .our-usp-single .usp-txtb {
        margin-left: -170px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
    .menu>ul>li a {
        padding: 1em 1.4em;
        font-size: 13px;
    }
    .menu {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 959px) {
    .menu-mobile,
    a.menu-mobile:hover,
    a.menu-mobile:active,
    a.menu-mobile:focus {
        color: #fff;
    }
    .menu-mobile::after {
        top: 8px;
    }
    .main-menu-wrapper.fixed-header {
        max-height: 100%;
        overflow: auto;
    }
    .menu>ul>li a {
        padding: 10px;
    }
    .menu>ul>li>ul {
        width: 100%;
        margin-bottom: 10px;
    }
    .menu-dropdown-icon::before {
        padding: 5px 15px;
        font-size: 18px;
    }
    .menu>ul>li {
        margin-bottom: 5px;
    }
    .menu>ul>li>ul>li {
        margin-top: 0px;
    }
    .search-wrapper {
        margin-right: 0 !important;
        min-height: 100px;
    }
    .search-container {
        top: 0;
    }
    .menu>ul>li.search-wrapper:hover {
        background: transparent;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-categories ul li {
        padding: 0 10px;
    }
    .blog-categories ul li a h4 {
        font-size: 13px;
    }
    .get-in-touch-block {
        padding-left: 0px;
    }
    .ppp-model-benefits-single {
        min-height: 310px;
    }
    .about-home-txtb.civil-service-m.push-top-30 {
        margin-top: 0;
        padding-top: 0px;
    }
    .sat-civil-contruct-service {
        min-height: 135px;
    }
    .services-provided>.container>.media>.row>.col-md-4 {
        float: left;
    }
    .founder-imgb {
        max-width: 320px;
    }
    .our-usp-single .usp-txtb {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .founder-txtb {
        width: 66%;
        margin-top: 30px;
        margin-left: -80px;
    }
    .reviews-wrapper .service-single {
        width: 50%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 959px) {
    .reviews-wrapper .service-single {
        width: 50%;
    }
    .search-container .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .search-container .navbar-form .form-control {
        display: inline-block;
        width: auto;
    }
    .navbar-form .form-group {
        display: inline-block;
    }
    .top-social-wrapper .top-social {
        float: right;
    }
    .contact-tab {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .blog-categories ul li a h4 {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0;
    }
    .news-press-wrapper.newsPress iframe {
        height: auto !important;
    }
    .next-previous-project-btn-wrapper .previous-project-btn,
    .next-previous-project-btn-wrapper .next-project-btn {
        padding: 4px 14px 5px 14px;
        border-radius: 30px;
    }
    .row.next-previous-project-btn-wrapper .col-sm-6+.col-sm-6.text-align-right {
        float: right;
    }
    .projects-home-single.push-top-30 {
        margin-top: 0;
    }
    .sat-civil-contruct-service {
        min-height: 80px;
    }
    .civil-service-b ul {
        margin-left: -15px;
    }
    .civil-service-b li h4 {
        margin: 2px 0 0px;
    }
    .civil-service-b .civil-img {
        padding: 11px 35px 15px 0;
        float: left;
    }
    .service-single .service-single-imgb {
        margin-bottom: 5px;
    }
    .service-single p {
        text-align: center;
    }
    .sat-ppp-services.civil-service-b .main-sub-heading {
        text-align: center;
    }
    .sat-ppp-main-content {
        margin-top: 0;
        padding: 0;
    }
    .inner-page-header {
        background: url('../images/banners/banner2.jpg') no-repeat center center;
    }
    .reviews-wrapper .main-sub-heading {
        text-align: center;
    }
    .projects-home-wrapper .text-align-right {
        text-align: left;
    }
    .projects-home-wrapper .main-sub-heading {
        margin-bottom: 6px;
    }
    .footer-links p {
        margin-bottom: 15px;
        padding-top: 3px;
        line-height: 28px;
    }
    .services-wrapper {
        padding: 0px;
    }
    .footer-contact-form .submit-btn {
        float: none;
        margin-bottom: 30px;
    }
    .get-in-touch-block {
        padding-left: 0px;
    }
    .awards-tabs .sub-heading {
        margin-top: 20px;
    }
    .award-details span {
        border-right: none;
        width: 100%;
    }
    .newsPress {
        padding-right: 0;
    }
    .newsPress .boxDiv {
        min-height: auto;
    }
    .margin-80.row.single-block-wrapper {
        margin-bottom: 30px !important;
    }
    .row.single-block-wrapper .global-read-more-btn {
        margin-bottom: 10px;
    }
    .glorious-img-wrapper-right::before {
        margin: -20px 0 0 -20px;
    }
    .sat-collapse-head-one,
    .sat-collapse-head {
        width: 100%;
    }
    .main-sub-heading,
    .main-sub-heading-inverted,
    .sub-heading {
        font-size: 20px;
    }
    .blog-categories ul li {
        border-left: none;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }
    .blog-categories ul li a h4 br {
        display: none;
    }
    .career-overview-list {
        padding: 10px 15px 10px 0px;
    }
    .our-initiatives-single {
        margin-bottom: 30px;
        width: auto;
        display: inline-block;
    }
    .glorious-img-wrapper-left,
    .glorious-img-wrapper-right {
        margin: 20px;
    }
    .row.next-previous-project-btn-wrapper .col-sm-6 {
        width: auto !important;
        display: inline-block;
    }
    .ppp-model-benefits-single {
        min-height: auto;
    }
    .sat-interior-col {
        min-height: auto;
    }
    .about-home-txtb.civil-service-m.push-top-30 {
        margin-top: 0;
        padding-top: 0px;
    }
    .services-provided .media-heading {
        margin-top: 15px;
    }
    .services-provided {
        margin-bottom: 20px;
    }
    .founder-txtb {
        padding: 20px 30px;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .copyright-wrapper p {
        text-align: center;
    }
    .copyright-wrapper .powered-by {
        text-align: center;
    }
    .footer-links .top-social li {
        display: inline-block;
    }
    .footer-links .top-social {
        padding: 0 10px;
    }
    .reviews-wrapper .reviews-block .user-icon {
        position: static;
        display: inline-block;
    }
    .reviews-wrapper .reviews-block blockquote {
        padding-left: 0;
        text-align: center;
    }
    .about-home-imgb .about-home-img-one {
        margin-top: 0px;
    }
    p.lead {
        font-size: 20px;
        color: #111;
        line-height: 38px;
        font-weight: 400;
    }
    .projects-home-wrapper .global-read-more-btn,
    .clients-wrapper .global-read-more-btn {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .header-wrapper>.container>.row .col-md-3.col-sm-3 {
        float: left;
    }
    .header-wrapper>.container>.row .col-md-9.col-sm-9 {
        padding-left: 160px;
    }
    .top-social-wrapper .contact-tab {
        padding-right: 0;
        margin: 8px 10px 0 0;
    }
    .top-social-wrapper .top-social {
        margin-top: 55px;
    }
    .main-homepage-slider {
        min-height: auto;
        width: 100%;
    }
    .aboutus-home-wrapper .push-top-60 {
        margin-top: 0;
    }
    .aboutus-home-wrapper .push-top-60 object {
        height: auto;
        width: 100% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-categories ul li:nth-child(2n) {
        border-left: 1px solid #ddd;
    }
    .blog-categories ul li+li {
        width: 50%;
        float: left;
        border-right: 1px solid #ddd;
        padding: 5px;
        margin: 0;
    }
    .blog-categories ul li {
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .our-usp-single .usp-txtb {
        width: 70%;
        margin-left: -170px;
    }
}

@media only screen and (max-width:479px) {
    .notification-dropdown::after {
        right: 15px;
        left: auto;
    }
    .notification-dropdown {
        left: auto;
        right: 0;
    }
    .notification-dropdown-main {
        overflow-x: hidden;
    }
    .blog-categories ul li {
        padding: 6px 10px 8px;
        text-align: left;
    }
    .our-usp-single .usp-imgb img,
    .our-usp-single .usp-imgb {
        width: 100%;
    }
    .our-usp-single .usp-txtb {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .reviews-wrapper .service-single {
        width: 100%;
    }
    .search-container {
        width: 227px;
        height: auto;
        padding: 10px;
    }
    .search-container .navbar-form {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-social-wrapper .contact-tab a {
        height: 36px !important;
        margin: 0 5px !important;
        font-size: 12px;
        padding: 2px 9px 2px 10px !important;
    }
    .header-wrapper {
        height: 160px;
    }
}

img.img-founder-left {
    max-width: 500px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.steps {
    margin-bottom: 20px;
}

.steps h5:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #eeeae7;
    bottom: 0;
    left: 0;
}

.steps h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.steps ul {
    list-style: none;
    margin-bottom: 20px;
}

.steps ul.contentul li {
    color: #111;
    margin: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
}

.steps ul.contentul li:before {
    content: '~';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    font-weight: 400;
    color: #982424;
}

.terms-conditions-block {
    padding: 10px 30px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.07);
}

.color-legend {
    display: inline-block;
    width: 56px;
    height: 12px;
    background: #CCC;
}

.marigold-yellow {
    background: #ffe99c;
}

.buddy-hackett {
    background: #fecfba;
}

.mithril-grey {
    background: #d2c7ef;
}

.minty-orange {
    background: #ff8b4b;
}

.against-the-marigold {
    background: #fdc040;
}

.sad-water {
    background: #c4ebcf;
}

.fert-red {
    background: #ff5c3c;
}

.nature-green {
    background: #a2f16a;
}

.floaty-water {
    background: #C7E2FF;
}

.seawater-blue {
    background: #56b9ff;
}

.pink-blush {
    background: #ff93b9;
}

.cyan-float {
    background: #9ff1ff;
}

.una-shop-footer-contact {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

p.lead {
    font-size: 24px;
    color: #111;
    line-height: 38px;
    font-weight: 400;
}

.una-shop-footer-contact {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

.una-shop-footer-contact a {
    background: #982424;
    display: inline-block;
    padding: 10px 30px;
    color: #FFF;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    animation: pound 0.9s infinite;
    transform-origin: center;
}

@keyframes pound {
    from,
    to {
        transform: none;
    }
    50% {
        transform: scale(1.2);
    }
}

.text-align-center {
    text-align: center;
}

#unaShopsModal .modal-header {
    border-bottom: none;
}

#unaShopsModal h4 {
    font-size: 20px;
}

#unaShopsModal .close {
    font-size: 26px;
    opacity: 0.7;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}

#unaShopsModal p {
    margin-bottom: 5px;
}

/*new */

.mb-0_5 {
    margin-bottom: 0.5rem !important;
}

.font-weight-1000 {
    font-weight: 1000 !important;
}

.cursor-context-menu {
    cursor: context-menu;
}

.fill-red {
    fill: #b13333;
}

.font-10 {
    font-size: 10px;
}

.font-6 {
    font-size: 6px;
}

.background-maroon {
    background-color: #b13333;
}

.font-white {
    color: white;
}

.p-0_25 {
    padding: 0.25rem;
}

.background-white {
    background-color: white;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.p-0 {
    padding: 0px !important;
}

.p-4 {
    padding: 4rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.color-maroon {
    color: #b13333 !important;
}

.font-size-1_2 {
    font-size: 1.2rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-size-1_4 {
    font-size: 1.4rem !important;
}

.letter-spacing-1_5 {
    letter-spacing: 1.5px !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.font-size-large {
    font-size: large !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.font-size-small {
    font-size: small !important;
}

@media only screen and (min-width: 480px) {
    .mt-sm-2 {
        margin-top: 2rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .d-sm-table {
        display: table !important;
    }
    .video-wrapper {
        float: none;
        clear: both;
        width: 90%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        margin-left: 1.2rem;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0rem !important;
    }
    .video-text {
        padding: 1rem;
        ;
    }
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-name: zoominoutsinglefeatured;
    animation-name: zoominoutsinglefeatured;
    position: relative;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.5, 0.5);
    }
    100% {
        transform: scale(1, 1);
    }
}