@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #e8080b;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #e8080b;
	font-size:18px;
	text-shadow:2px 2px #0000;
}



hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 210px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*************************
*******Header******
**************************/

#header .search {
    display: inline-block;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #c52d2f;
    color: #fff;
}

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #151515;
    padding: 0px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 22px;
}

.navbar-nav>li {
    margin-left: 35px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #c52d2f;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 70px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h1 {
    color: #fff;
   /* -webkit-text-stroke: 1px #c52d2f; */
}

#main-slider .carousel h2 {
    color: #fff;
    /* -webkit-text-stroke: 0.5px #151515; */
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #c52d2f;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #000;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 500ms linear 500ms both;
    -moz-animation: fadeInUp 500ms linear 500ms both;
    -o-animation: fadeInUp 500ms linear 500ms both;
    -ms-animation: fadeInUp 500ms linear 500ms both;
    animation: fadeInUp 500ms linear 500ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 500ms linear 1000ms both;
    -moz-animation: fadeInUp 500ms linear 1000ms both;
    -o-animation: fadeInUp 500ms linear 1000ms both;
    -ms-animation: fadeInUp 500ms linear 1000ms both;
    animation: fadeInUp 500ms linear 1000ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 1500ms both;
    -moz-animation: fadeInUp 300ms linear 1500ms both;
    -o-animation: fadeInUp 300ms linear 1500ms both;
    -ms-animation: fadeInUp 300ms linear 1500ms both;
    animation: fadeInUp 300ms linear 1500ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 2000ms both;
    -moz-animation: fadeInUp 300ms linear 2000ms both;
    -o-animation: fadeInUp 300ms linear 2000ms both;
    -ms-animation: fadeInUp 300ms linear 2000ms both;
    animation: fadeInUp 300ms linear 2000ms both;
}


/******************/

#service {
    background: #ffffff;
    /*f2f2f2*/
    padding-bottom: 40px;
}

.service {
    padding: 0;
}

.service-content {
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.service-content .service-icon {
    position: relative;
}

.service-content.last:after,
.service-content.last:before {
    content: '';
    position: relative;
    box-shadow: none;
    border: 0;
}

.service-content i {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 48px;
    background: #c52d2f;
    width: 150px;
    height: 150px;
    line-height: 140px;
    margin: 30px 0 0;
    -webkit-box-shadow: 0 0 0 12px #f0f0f0;
    -moz-box-shadow: 0 0 0 12px #f0f0f0;
    box-shadow: 0 0 0 12px #f0f0f0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.service-content i:hover {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 48px;
    background: #c52d2f;
    width: 150px;
    height: 150px;
    line-height: 140px;
    margin: 30px 0 0;
    -webkit-box-shadow: 0 0 0 12px #f0f0f0;
    -moz-box-shadow: 0 0 0 12px #f0f0f0;
    box-shadow: 0 0 0 12px #f0f0f0;
    transform: scale(1.1);
    /* CSS3 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Webkit */
    -o-transform: scale(1.1);
    /* Opera */
    -ms-transform: scale(1.1);
    /* IE 9 */
}

.service-content h3 {
    font-size: 16px;
    color: #636363;
    font-weight: 700;
}


/******************/

h2.title {
    font-size: 36px;
    font-weight: 600;
    padding: 20px 15px 40px;
    position: relative;
    left: 0;
    line-height: normal;
}

h2.title:before {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/t-left.png) no-repeat center;
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
}

h2.title:after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/t-right.png) no-repeat center;
    margin-bottom: 10px;
    margin-left: 15px;
    display: inline-block;
}

h2.title span {
    background: #fff;
    z-index: 1;
    padding: 10px 15px;
}

/*h2.title:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid #cecece;
}*/

/*****************/

#appliance {
    background: #ffffff;
    /*f2f2f2*/
    padding-bottom: 30px;
    margin-top: -120px;
}

.appliances {
    padding: 0;
    margin-top: -60px;
}

.appliance-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

.appliance-wrap h2 {
    margin-top: 25px;
}

.appliance-wrap .pull-left {
    margin-right: 25px;
}

.appliance-wrap i {
    font-size: 34px;
    height: 70px;
    width: 70px;
    margin: 3px;
    /*border-radius: 70%;*/
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    color: #c52d2f;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}

.appliance-wrap i:hover {
    background: #c52d2f;
    color: #fff;
    box-shadow: inset 0 0 0 5px #c52d2f;
    -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
    border: 1px solid #c52d2f;
}

/************************/

.nav-side {
    padding-top: 30px;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav-tabs>li>a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

.nav-tabs>li.active>a:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent #1f1f20 transparent transparent;
    border-width: 25px 22px;
    left: -44px;
    top: 0;
}

.tab-wrap {
    border: 2px solid #e6e6e6;
    padding: 20px;
}

.tab-content {
    padding: 10px;
}

.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.media h2 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.media h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.media p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}


/*****************/

#inner-title-content {
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

#page-content-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}


/*****************/

.main-content h2 {
    margin-top: 0;
}

.main-content-inner {
    margin-top: 20px;
    color: #858586;
    font-size: 14px;
}

.main-content-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}

.main-content-inner .pull-left:after {
    content: "";
    testimonial position: absolute;
    margin-top: -5px;
    background: #FFF;
    border: 1px solid #e7e7e7;
    right: -5px;
    border-left: 0 none;
    border-bottom: 0 none;
}

.content-header h2 {
    font-size: 54px;
    color: #151515;
    font-weight: 500;
}

ul.circle {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.circle li {
    position: relative;
    margin-left: 40px;
    padding-bottom: 10px;
}

ul.circle li:before {
    content: "\f111";
    color: #c52d2f;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 8px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    position: absolute;
    left: -33px;
    top: 5px;
}


/*****************/

.brands-carousel .owl-wrapper-outer {
    background: #c6c4c4;
    border: 1px solid #d7d7d7;
    padding: 10px 0;
    border-radius: 1px;
    margin-bottom: 60px;
    margin-top: -50px;
    position: initial !important
}


/***********************/

#top_banner_so {
    background: url(../images/banners/banner_3.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#so-light {
    background: url(../images/banners/so-light.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_fire {
    background: url(../images/banners/banner_fire.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_address {
    background: url(../images/banners/banner_address.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_rodent {
    background: url(../images/banners/banner_rodent.png) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_clean {
    background: url(../images/banners/banner_clean.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_data {
    background: url(../images/banners/banner_data.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_serv {
    background: url(../images/banners/banner_serv.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner-sup {
    background: url(../images/banners/banner-sup.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_audio {
    background: url(../images/banners/banner_audio.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_display {
    background: url(../images/banners/banner_display.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_INTERCATIVE {
    background: url(../images/banners/banner_intractive.png) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_smart {
    background: url(../images/banners/banner_6.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}
#top_banner_AVI {
    background: url(../images/banners/banner_AVI.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_VC {
    background: url(../images/banners/banner_VC.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
}

#top_banner_so h2,
#top_banner_so h3 {
    color: #000;
}

#top_banner_sh {
    background: url(../images/banners/banner_4.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}
#top_banner_sh-light {
    background: url(../images/banners/sh-light.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}
#top_banner_sh-theater {
    background: url(../images/banners/banner_5.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}


#top_banner_sh {
    color: #fff;
    text-align: center;
}

#top_banner_sh h2,
#top_banner_sh h3 {
    color: #000;
}

#top_banner_ss {
    background: url(../images/banners/banner_2.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}
#top_banner_access {
    background: url(../images/banners/banner_access.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}

#top_banner_security {
    background: url(../images/banners/banner_security.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}

#top_banner_ss {
    color: #fff;
    text-align: center;
}

#top_banner_ss h2,
#top_banner_ss h3 {
    color: #fff;
}


/************************/

#bottom-bar {
    background: url(../images/banners/bottom-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 5px
}

#bottom-bar {
    color: #fff;
    text-align: center;
}

#bottom-bar h2,
#bottom-bar h3 {
    color: #fff;
    background-color: #0367DD;
}


/************************/

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}


/*************************
********* About Us Page CSS ******
**************************/

.about-us {
    margin-top: 110px;
    margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
}

.about-us p {
    color: #4e4e4e;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
    bottom: -25px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}

#carousel-slider a i {
    border: 1px solid #777;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color: #777;
}

#carousel-slider a i:hover {
    background: #bfbfbf;
    color: #fff;
    border: 1px solid #bfbfbf;
}

#carousel-slider .carousel-control {
    width: inherit;
}

#carousel-slider .carousel-control.left i {
    left: -25px
}

#carousel-slider .carousel-control.right i {
    right: -25px;
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
    background: none;
}

.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.team h5 {
    font-weight: 300;
}

.single-profile-top,
.single-profile-bottom {
    font-weight: 400;
    line-height: 24px;
}

.single-profile-top,
.single-profile-bottom {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.media_image {
    margin-bottom: 10px;
}

.team .btn {
    background: transparent;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    border: 1px solid#ddd;
    margin-right: 3px;
}

ul.social_icons,
ul.tag {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}

ul.social_icons li,
ul.tag li {
    display: inline-block;
    margin-right: 5px;
}

ul.social_icons li a i {
    border-radius: 50%;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 25px;
    opacity: .8;
}

.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}


/************************/

a.scrollup {
    height: 32px;
    width: 32px;
    background-color: #C52D2F;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0.7;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -oz-border-radius: 18px;
    border-radius: 18px
}

a.scrollup:hover {
    opacity: 1;
    color: #fff;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
    background-image: url("../images/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 40px 0;
}

.gmap-area .gmap iframe {
    border-radius: 50%;
    height: 280px;
    width: 300px;
}

.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5 {
    font-weight: 700;
    /* font-size: 16px; */
}

#contact-page {
    padding-top: 20px;
}

#contact-page .contact-form .form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}


/***********************
********* Footer ******
************************/

#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #c52d2f;
    font-size: 14px;
    background-image: url("../images/slider/bg3.jpg") no-repeat;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -20px;
    color: #fff;
    background: #2e2e2e;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #c52d2f;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}


/* ==========================================================================
       RESPONSIVE STYLES 
   ==========================================================================*/
