/* ==========================================================================





/*



---------------







Table of Contents:







1) BOOTSTRAP OVERRIDE



2) GENERAL STYLES



3) HEADER PAGES PARALLAX BACKGROUND STYLES



4) SERVICES STYLES



5) SITE WRAPPER STYLES



6) PROJECTS STYLES



7) TESTIMONIALS STYLES



8) BLOG STYLES



9) ABOUT STYLES



10) CONTACT STYLES



11) FOOTER STYLES



12) OFF-CANVAS MENU STYLES



13) DARK VERSION STYLES



14) RESPONSIVE STYLES



15) 404 PAGE STYLES



16)	COMING SOON TIMER STYLES



17) SHORTCODES







--------------



*/
/* ----------------------------------------------------



	1) BOOTSTRAP OVERRIDE



------------------------------------------------------- */
/* .hom_clints_inner {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 330px;
    overflow-x: hidden;
    overflow-y: scroll;
} */

.hom_clints_inner {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    
} 
#services h1 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
}
#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}
/* home services */

.hom_ser {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
}
.hom_ser p {
    text-align: justify;
   /*  min-height: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hom_clints */
.mrbt{ margin-bottom: 20px;     margin-top: 20px;}
.hom_clints {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    border-top: dashed 1px #ececec;
}
.clint_hom_box {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 230px;
    webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.clint_hom_box h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    background: #cccccc9c;
    padding: 5px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clint_hom_box h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    background: #cccccc9c;
    padding: 5px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loadMore {
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    width: 115px;
    margin: 15px auto;
    display: block;
    background: #d10000;
    border: solid 1px #670000;
}
/* .hom_ser {
    padding: 0;
    margin: 0;
    background: #000 url(../img/ser_hom.png) no-repeat center top;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.hom_ser:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
  
    background: url(../img/pattarn.png);
    background-repeat: repeat;
} */








.btn {
    border-radius: 0px;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
video {
    display: block !important;
    /* z-index:99999; */
}
.pagination {
    border-radius: 0;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #BB0D0D;
    border-color: #BB0D0D;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #282828;
}
.pagination>li>a,
.pagination>li>span {
    color: #282828;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #BB0D0D;
    border-color: #BB0D0D;
}
.form-control {
    height: 46px;
    padding: 12px 18px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.progress {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #BB0D0D;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    border: none;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 10px;
}
.navbar-default .navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}
.navbar-brand {
    float: left;
    height: 80px;
    /* padding: 25px 25px; */
    
    font-size: 18px;
    line-height: 20px;
}
.navbar {
    border: none;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-default2 .navbar-nav>li>a {
    color: #BB0D0D;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-left:1px solid;red;
    
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #BB0D0D;
    background-color: transparent;
}

.navbar-default2 .navbar-nav>.active>a,
.navbar-default2 .navbar-nav>.active>a:hover,
.navbar-default2 .navbar-nav>.active>a:focus {
    color: white;
    background-color: #BB0D0D;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #BB0D0D;
    background-color: transparent;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #BB0D0D;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
.modal-header {
    min-height: 16.43px;
    padding: 25px;
    border-bottom: none;
}
.modal {
    top: 10%;
}
.modal-body {
    padding: 10px 50px 50px 50px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 17px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content {
    position: relative;
    background-color: #f2f2f2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.thumbnail {
    margin-bottom: 0;
    border: none;
}
.close {
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #BB0D0D;
    text-shadow: none;
    filter: none;
    opacity: 100;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu>li>a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #333;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: transparent;
}
.panel-heading {
    padding: 25px 25px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-default {
    border-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding: 25px;
}
.tab-content>.active {
    padding: 25px;
    background-color: #f5f5f5;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #f5f5f5;
    border: none;
    border-bottom-color: transparent;
}
.active{
    color: #BB0D0D !important;}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: none;
}
/* ----------------------------------------------------



	2) GENERAL STYLE



------------------------------------------------------- */

html {
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: #4c4c4c;
    text-align:justify;
}
a {
    color: #4c4c4c;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.about-caption a:hover,
a:focus {
    color: #4c4c4c;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #BB0D0D;
    outline: none;
    outline-offset: none;
}
.bg-color {
    background-color: #f5f5f5;
}
.general-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #696969;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.head-title h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.service-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
}
.service-title h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
}
.project-title h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.title-devider {
    border-bottom: 2px solid #c0c0c0;
    display: block;
    width: 100px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
}
.title-devider-left {
    border-bottom: 2px solid #c0c0c0;
    display: block;
    width: 100px;
}
.space {
    margin-top: 20px;
}
.space-bottom {
    padding-bottom: 20px;
}
.space-bottom-2x {
    padding-bottom: 40px;
}
.padding-top {
    padding-top: 40px;
}
.padding-2x {
    padding: 40px 0;
}
.padding-bottom {
    padding-bottom: 80px;
}
.padding-top-x2 {
    padding-top: 80px;
}
.margin-top {
    margin-top: 25px;
}
.margin-top-x2 {
    margin-top: 40px;
}
.bg-color {
    background-color: #f2f2f2;
}
.white-btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.white-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.gold-btn {
    color: #fff;
    background-color: #BB0D0D;
    border-color: #BB0D0D;
}
.gold-btn:hover {
    color: #fff;
    background-color: #D8BA6F;
    border-color: #D8BA6F;
}
/*loader*/

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #fff;
    z-index: 9999;
}
.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
}
/*navbar*/

.header-nav {
    text-align: center;
    background: rgba(255, 255, 255, 1.0);
    border-color: transparent;
    border-radius: 0;
    margin: 0;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.27);
}
#header {
    width: 100%;
    z-index: 9999;
}
/* ----------------------------------------------------



	3) HEADER PAGES PARALLAX BACKGROUND



------------------------------------------------------- */

#about_bg {
    background: url('../img/header_bg/image1.jpg') 50% 0 no-repeat fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
}
#service_bg {
    background: url('../img/header_bg/image2.jpg') 50% 0 no-repeat fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
}
#projects_bg {
    background: url('../img/header_bg/image3.jpg') 50% 0 no-repeat fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
}
#blog_bg {
    color: #fff;
    background: url('../img/header_bg/image4.jpg') 50% 0 no-repeat fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
}
#blog2_bg {
    color: #fff;
    background: url('../img/header_bg/image5.jpg') 50% 0 no-repeat fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
}
/* ----------------------------------------------------



	4) SERVICES STYLES



------------------------------------------------------- */

#service_inner {
    color: #fff;
    background: url('../img/header_bg/service_bg.jpg') 50% 0 no-repeat fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}
.price-table {
    background-color: #f2f2f2;
    border: 3px solid #f2f2f2;
    border-radius: 0;
    padding-bottom: 20px;
}
.price-table:hover {
    border: 3px solid #BB0D0D;
}
.price-table h3 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 5px;
}
.price-table h1 {
    text-transform: uppercase;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}
.price-table small {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
}
.price-table p {
    color: #999;
    line-height: 40px;
}
/* Index Services Styles */

.service-box p {
    margin-left: 25px;
    margin-right: 25px;
    /*height: 40px;*/
    font-size: 15px;
    margin-top: 10px;
}
.service-box-none p {
    margin-left: 25px;
    margin-right: 25px;
    /*height: 40px;*/
    font-size: 15px;
    margin-top: 10px;
}
.service-box-1 p {
    margin-left: 25px;
    margin-right: 25px;
    /*height: 40px;*/
    font-size: 15px;
    margin-top: 10px;
}
.service-box-none h3 {
    padding: 10px 0;
}
.service-box-none h2 {
    padding: 10px 0;
}
.service-box-none i {
    color: #BB0D0D;
}
.service-box h3 {
    padding: 10px 0;
}
.service-box i {
    color: #BB0D0D;
}
.service-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}
.service-box-none {
    padding-top: 10px;
    padding-bottom: 10px;
}
.service-box-l {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #DEDEDE;
}
/* ----------------------------------------------------



	5) SITE WRAPPER STYLES



------------------------------------------------------- */

.site-wrapper {
    padding-top: 80px;
}
.about-caption p {
    margin: 0;
}
.about-caption h6 {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}
.about-caption a:hover {
    color: #BB0D0D;
}
.about-caption ul {
    padding: 0;
    margin: 0;
}
.abt i {
    /*font-size:22px !important;



	color:#4c4c4c !important;*/
}
.about-caption ul li {
    list-style: circle;
    text-align: left;
}

.about_caption h2 {
    font-family: 'Raleway', sans-serif;
    color: #282828;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 13px;
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-caption h2 {
    font-family: 'Raleway', sans-serif;
    color: #282828;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 13px;
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-caption h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-transform: none;
    color: #333;
    margin: 0;
    padding: 0;
}
.about-caption .col-sm-10 {
    padding-left: 10px;
}
.about-caption i {
    color: #BB0D0D;
    font-size: 36px;
}
/* ----------------------------------------------------



	6) PROJECTS STYLES



------------------------------------------------------- */
/* Index Projects Styles */

.projects .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}
.project-inner {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.project-inner>img,
.project-inner>a img,
.project-caption>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.project-inner .project-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.project-inner:hover .project-caption,
.project-inner:focus .project-caption {
    visibility: visible;
    opacity: 1;
}
.project-caption h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.project-caption {
    color: #fff;
    text-align: center;
}
.project-details {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
.project-details p {
    color: #BB0D0D;
}
.all-projects {
    background-color: transparent;
    padding: 50px 0;
}
.projects-title {
    padding-top: 15px;
    padding-bottom: 5px;
}
.projects-title h2 {
    text-transform: uppercase;
    color: #333;
    padding-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
}
.project-title-devider {
    border-top: 1px solid #999;
    width: 65px;
    margin: 0 auto;
}
/*cube portfolio*/

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFF;
    background-color: #BB0D0D;
    border-color: #BB0D0D;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    background: #BB0D0D;
}
.cbp-l-filters-alignRight .cbp-filter-counter:before {
    border-top: 4px solid #BB0D0D;
}
.cbp-l-filters-alignRight {
    text-align: center;
}
.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: #f2f2f2;
    border: none;
    font: 400 12px/35px "Open Sans", sans-serif;
    margin: 0;
    margin-right: 10px;
}
.cbp-l-filters-list {
    margin: 0 auto;
    padding-bottom: 40px;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    color: #FFF;
    background-color: #BB0D0D;
    border-color: #BB0D0D;
}
.cbp-l-filters-list .cbp-filter-item {
    background-color: transparent;
    color: #888888;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin-top: 0;
    float: left;
    border: 1px solid #f2f2f2;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}
.cbp-l-filters-list-last {
    border-radius: 0;
}
.cbp-l-filters-list-first {
    border-radius: 0;
}
.cbp-l-grid-blog-comments {
    color: #aaaaaa;
}
.cbp-l-grid-blog-title {
    font: 300 18px/28px "Raleway", sans-serif;
}
.cbp-l-grid-blog-title:hover {
    color: #BB0D0D;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #2a2a2a;
}
.cbp-popup-singlePage .cbp-l-project-title {
    color: #454444;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}
.cbp-popup-singlePage-counter {
    color: #BB0D0D;
}
.cbp-l-grid-blog-desc {
    font: 300 14px "Open Sans", sans-serif;
    line-height: 22px;
    color: #4c4c4c;
    margin-top: 9px;
}
.cbp-popup-singlePage .cbp-l-project-subtitle {
    margin: 0 auto 40px;
}
/* ----------------------------------------------------



	7) TESTIMONIALS STYLES



------------------------------------------------------- */

#testimonials {
    background-color: #f2f2f2;
}
.t-info b {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
/* ----------------------------------------------------



	8) BLOG STYLES



------------------------------------------------------- */

.blog-inner {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
.blog-inner .caption {
    padding: 0;
}
.blog-inner h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.blog-meta i {
    color: #BB0D0D;
    margin-bottom: 15px;
}
.blog-meta span {
    color: #BB0D0D;
    font-size: 13px;
    margin-right: 7px;
}
.blog-inner-title a {
    color: #333;
}
.blog-inner-title a:hover {
    color: #BB0D0D;
}
.blog-btn {
    color: #fff;
    background-color: #BB0D0D;
    border-color: #BB0D0D;
    width: 100%;
}
.blog-btn:hover {
    border-color: #D8BA6F;
    background-color: #D8BA6F;
    color: #fff;
}
.media-left {
    margin-left: 100px;
}
.left-comment input,
textarea {
    margin-bottom: 25px;
}
.blog-meta-inner span {
    font-weight: bold;
    color: #BB0D0D;
}
.blog-post-details blockquote {
    color: #999;
}
/* ----------------------------------------------------



	9) ABOUT STYLES



------------------------------------------------------- */

.team-inner {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: none;
    border-radius: 50%;
    margin: 0;
}
.team-inner>img,
.team-inner>a img,
.team-caption>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.team-inner .team-caption {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    background: rgba(140, 198, 63, 0.5);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.team-inner:hover .team-caption,
.team-inner:focus .team-caption {
    visibility: visible;
    opacity: 1;
}
.team-details h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #BB0D0D;
    margin-top: 20px;
}
.team-details p {
    margin: 0;
}
.team-details h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.t-social-holder {
    display: table;
    width: 100%;
    height: 100%;
}
.team-social {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.team-social a {
    font-size: 16px;
}
.blog-img {
    overflow: hidden;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.blog-img img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#our-clients {
    background-color: #f2f2f2;
}
/* ----------------------------------------------------



	10) CONTACT STYLES



------------------------------------------------------- */
.contact_container{ float:left; width:100%; background-color:#fff; padding-bottom:30px;}

.contact-icon i {
    font-size: 26px;
    color: #BB0D0D;
    margin-top: 5px;
}
.contact-icon.col-sm-2 {
    padding-left: 0;
    padding-right: 0;
}
.contact-icon.col-sm-10 {
    padding-left: 0;
    padding-right: 0;
}
ul.contact-social {
    padding: 0;
}
.contact-social li {
    display: inline-block;
}
.btn-submit {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    width: 185px;
    margin: 15px 0px;
    padding: 12.9px;
    border-color: #BB0D0D;
    background-color: #BB0D0D;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-submit:hover {
    border-color: #D8BA6F;
    background-color: #D8BA6F;
    color: #fff;
}
#map-canvas {
    height: 400px;
    width: auto;
}
#contact input,
select {
    width: 100%;
    padding: 12.9px;
    color:#000 !important;
    background: #fff;
    border: 1px solid #909090;
    margin: 7px 0px;
    font-weight: 100;
    font-family: sans-serif;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}
textarea {
    width: 100%;
    height: 175px;
    padding: 13px;
    color: #000 !important;
    background: #fff;
    border:solid 1px #909090;
    margin-top: 7px;
    margin-right: 15px;
    font-weight: 100;
    font-family: sans-serif;

}
#contact input:focus,
textarea:focus,
select:focus {
    border: 1px solid #BB0D0D;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000 !important;
}
#contact span.required {
    font-size: 13px;
    color: #ff0000;
}
#message {
    margin: 10px 0;
    padding: 0;
}
.error_message {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    background-color: #BB0D0D;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.loader {
    padding: 0 10px;
}
acronym {
    border-bottom: 1px dotted #ccc;
}
#success_page {
    text-align: center;
}
#success_page strong {
    color: #BB0D0D;
}
/* ----------------------------------------------------



	11) FOOTER STYLES



------------------------------------------------------- */

.footer-big {
    color: #aaaaaa;
    background-color: #2a2a2a;
    font-size: 15px;
}
#footer {
    background-color: #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
.f-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.f-inner:hover {
    background-color: #BB0D0D;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.f-inner .col-sm-10 {
    padding-left: 0;
}
.f-logo {
    margin-top: 70px;
}
.f-logo h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.f-space {
    padding: 8px 0;
}
.f-inner strong {
    font-family: 'Raleway', sans-serif;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.f-inner h2 {
    font-family: 'Raleway', sans-serif;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    margin: 5px 0;
}
.f-inner address {
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 0;
}
.f-inner i {
    color: #BB0D0D;
}
.f-copyright {
    margin-top: 6px;
}
.f-copyright span {
    color: #aaaaaa;
    font-size: 12px;
}
ul.footer-social {
    float: right;
    padding: 0;
    margin: 0;
}
.footer-social li {
    display: inline-block;
}
.f-cta {
    width: 100%;
    padding: 30px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #BB0D0D;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.f-cta span {
    font-family: 'Raleway', sans-serif;
}
.f-cta:hover {
    background-color: #222;
}
.f-action a:focus {
    color: #fff;
}
.cta-section h2 {
    margin-bottom: 30px;
}
.cta-section {
    color: #fff;
    background: url('../img/header_bg/bg2.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
}
.cta-title-2 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.cta-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------



	12)	OFF-CANVAS MENU



------------------------------------------------------- */

.canvas-nav li {
    padding-top: 30px;
    font-weight: 400;
    font-size: 1em;
    line-height: 2.4em;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}
.canvas-nav a {
    color: #999;
}
.canvas-nav a:hover {
    color: #BB0D0D;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.canvas-nav-social li {
    float: right;
    list-style: none;
    display: inline;
}
.nav-logo {
    margin-top: 10px;
}
.nav-logo a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
}
.offcanvas-nav {
    background: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    color: #fff;
}
.mm-menu {
    background: #2a2a2a;
    color: #aaaaaa;
}
.mm-menu .mm-list > li:after {
    border-color: transparent!important;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: transparent;
}
.topBar {
    margin-top: 6px;
}
.mm-menu > .mm-panel.mm-opened {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* ----------------------------------------------------



	13)	SLIDER STYLES



------------------------------------------------------- */

.slider-text {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: none;
}
.tp-loader.spinner0 {
    display: none;
}
/*owl carousel*/

.owl-theme .owl-controls .owl-page span {
    background: #999;
}
.owl-theme .owl-controls {
    /*margin-top: 40px;*/
    
    text-align: center;
}
#owl-demo a:hover {
    opacity: 0.4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl-theme .owl-controls .owl-page span {
    padding-bottom: 0;
    margin-bottom: 0;
}
#owl-office .item img {
    display: block;
    width: 100%;
    height: auto;
}
/* ----------------------------------------------------



	13)	DARK VERSION STYLES



------------------------------------------------------- */

.black-btn {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.black-btn:hover {
    color: #fff;
    background-color: #333;
    border-color: transparent;
}
.header-nav-black {
    background-color: #222;
}
.navbar-default .navbar-nav>li>a {
    color: #555;
}
.header-nav-black .navbar-nav>.active>a,
.header-nav-black .navbar-nav>.active>a:hover,
.header-nav-black .navbar-nav>.active>a:focus {
    color: #fff;
}
.header-nav-black .navbar-nav>li>a:hover,
.header-nav-black .navbar-nav>li>a:focus {
    color: #fff;
}
.header-nav-black .navbar-brand {
    color: #fff;
}
.about-caption-black i {
    color: #222;
}
.cbp-l-filters-black .cbp-filter-item.cbp-filter-item-active {
    color: #FFF;
    background-color: #222;
    border-color: #222;
}
.cbp-l-filters-black .cbp-filter-counter {
    background: #222;
}
.cbp-l-filters-black .cbp-filter-counter:before {
    border-top: 4px solid #222;
}
.service-box-black i {
    color: #222;
}
.service-box-none-black i {
    color: #222;
}
.general-title-black h2 {
    color: #fff;
    background-color: #222;
    padding: 5px;
    display: inline;
}
.team-social-black a {
    color: #222;
}
.team-details-black h5 {
    color: #999;
}
.price-table-black:hover {
    border: 3px solid #222;
}
a.cbp-l-grid-blog-comments-black:hover {
    color: #222;
}
.f-inner-black i {
    color: #999;
}
.f-inner-black:hover {
    background-color: #333;
}
.f-cta-black {
    color: #aaaaaa;
    background-color: #222;
}
.f-cta-black:hover {
    color: #aaaaaa;
    background-color: #333;
}
.close-black {
    color: #222;
}
.footer-social-black a {
    color: #444;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.footer-social-black a:hover,
a:focus {
    text-decoration: none;
    color: #333;
    outline: none;
    outline-offset: none;
}
/* ----------------------------------------------------



	14)	RESPONSIVE STYLES



------------------------------------------------------- */

@media(max-width:767px) {
   
   
    .f-inner {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .f-inner .col-sm-10 {
        padding-left: 15px;
    }
    .f-logo h2 {
        text-align: center;
    }
    .f-logo {
        margin-top: 0;
    }
    .price-table {
        margin-bottom: 20px;
    }
    .about-caption {
        margin-bottom: 20px;
        text-align: center;
    }
    .bg-color {
        text-align: center;
    }
    .team-details {
        margin-bottom: 30px;
    }
    .header-nav {
        padding-bottom: 20px;
    }
    .nav-logo {
        float: right;
    }
}
@media(max-width:991px) {
     ul.footer-social {
        float: none;
        margin-top: 20px;
    }
     #footer {
        text-align: center;
    }
    .nav-logo {
        float: right;
    }
    .ser_box h6 {
    text-align: left !important;
}
.ser_box {
    border-bottom: none !important;
}
}
/* ----------------------------------------------------



	15)	404 PAGE STYLES



------------------------------------------------------- */

.main-title h1 {
    font-size: 210px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #BB0D0D;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.large-header {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
/* ----------------------------------------------------



	16)	COMING SOON TIMER STYLES



------------------------------------------------------- */

#counter {
    color: #BB0D0D;
    overflow: hidden;
}
.counter-container {
    display: table;
    margin: 0 auto;
}
#counter .counter-box {
    display: block;
    width: 190px;
    text-align: center;
    overflow: hidden;
    padding: 10px 35px;
    float: left;
    margin: 25px 0;
    position: relative;
}
#counter .last {
    border-right: 0px solid #fff;
}
#counter .number {
    font-size: 80px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
#counter span {
    display: block;
    font-size: 21px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.c-soon h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #BB0D0D;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------



	17)	SHORTCODES



------------------------------------------------------- */

.s-title h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 100px 0;
}
.s-heading h1,
.s-heading h2,
.s-heading h3,
.s-heading h4,
.s-heading h5,
.s-heading h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
.s-heading-b h1,
.s-heading-b h2,
.s-heading-b h3,
.s-heading-b h4,
.s-heading-b h5,
.s-heading-b h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
iframe {
    max-width: 100% !important;
}
.cbp-l-grid-masonry-height1 {
    height: 200px !important;
}
@media (max-width: 991px) {
    video {
        width: auto !important;
        height: 800px !important;
    }
    /*.service-box p {

    display:none;

}*/
}
@media (max-width: 768px) {
    video {
        display: none !important;
    }
    #home {
        background: url(../video/cover.jpg)!important;
        background-size: cover!important;
        background-position: center!important;
    }
    .hours {
        text-align: center;
    }
}
.clients {
    padding-bottom: 20px;
}
.clients h2{
	font-size:25px;
	letter-spacing:2px;
	margin-bottom:20px;
}
.works {
    /*background: #2A2A2A;*/
    
    padding: 5px;
    margin: 5px;
    color: #000;
    height: 120px;
}
.works img {
    width: 100%;
    margin: 0px auto;
}
.qty_img {
    margin: 0px auto;
}

/*.services1 ul li{



	list-style:circle;



	line-height: 22px;



    margin-bottom: 7px;



}



.services1 h2{



	font-size:25px;



}*/

.rate {
    margin-top: 20px;
	font-size: 12px;
}
.rate h5 {} .rate h5 span {
    color: #BB0D0D;
}
.rate p {} .proj1 a {
    color: #fff;
    background-color: #BB0D0D;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
}
.proj1 a:hover {
    color: #BB0D0D;
    background-color: #fff;
    border-color: #BB0D0D;
    border: 1px solid #BB0D0D;
}
.view-more {
    margin-top: 3%;
}
.view-more a {
    color: #fff;
    background-color: #BB0D0D;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
}
.view-more a:hover {
    color: #BB0D0D;
    background-color: #fff;
    border-color: #BB0D0D;
    border: 1px solid #BB0D0D;
}
.iso {
    padding-top: 7px;
}
.about-caption img {
    margin: 0px auto;
}
.abt2{ float:left; width:100%;}
.abt2 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.padding-top-x1 {
    padding-top: 40px;
}
.service-box h6 {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}
.service-box-l h6 {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}
.service-box-none h6 {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}
.space-bottom-1x {
    padding-bottom: 30px;
}
.space-top-1x {
    padding-bottom: 30px;
}
.srvc {
    margin-top: 1%;
}
.srvc h2 {
    margin-bottom: 1%;
}
.srvc ul li {
    list-style: circle;
    line-height: 22px;
    margin-bottom: 1px;
    text-align: left;
}
/*.services h2 {
    font-size: 21px;
    letter-spacing: 2px;
}*/

.project2 {
    margin-top: 1%;
}
.project1 {
    margin-top: 1%;
}
.prj {
    border: 1px solid #dedede;
    padding: 10px;
    height: 325px;
    margin-top: 5px;
}
.prj h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin: 0px;
}
.prj p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    margin-top: 3px;
}
.prj1 {
    border: 1px solid #dedede;
    padding: 5px;
    height: 100px;
    
}
.prj2 {
    border: 1px solid #dedede;
    padding: 8px;
    line-height: 100%;
	height: 110px;
}
#projects h2{
	margin-bottom:15px;
}
#gallery h2{
	margin-bottom:15px;
}
.project1 h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin: 0px;
}
.project2 h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin: 0px;
}
.project2 p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    margin-top: -3px;
}
.project1 p {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    margin-top: -3px;
	margin-bottom:0px;
}
.prj1 img {
    margin-top: 10%;
}
.prj2 img {
    margin-top: 10%;
}
.project2 p span {
    text-transform: capitalize;
    font-weight: 300;
}
.padding-top-x3 {
    padding-top: 100px;
}
.f-copyright a {
    color: #fafafa;
}
.f-copyright a:hover {
    color: #BB0D0D;
}
..padding-top-x1{
	padding-top:40px;
}
@media (min-width: 991px) and (max-width: 1200px) {
	prj{
		height:145px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-box h3 {
        font-size: 14px;
    }
    .service-box-none h3 {
        font-size: 14px;
    }
    .service-box-1 h3 {
        font-size: 14px;
    }
    /*.service-box p {
        height: 100px;
    }*/
      .hom_ser .service-box-none p {
        height: 270px;
    }
    .service-box-none p {
        height: 100px;
    }
    .service-box-1 p {
        height: 100px;
    }
	.prj1{
		height: 130px;
	}
	.prj1 img {
        margin-top: 20%;
    }
    .prj2{
		height: 145px;
	}
    .prj2 img {
        margin-top: 20%;
    }
}
@media (max-width: 768px) {
    .service-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-box-1 {

        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-box-none {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-box p {
        font-size: 16px;
    }
    .service-box-none p {
        font-size: 16px;
    }
    .service-box-1 p {
        font-size: 16px;
    }
    .service-box-1 {
        border-bottom: 1px solid #DEDEDE;
    }
    .service-box-none {
        border-bottom: 1px solid #DEDEDE;
    }
    .project1 h6 {
        padding: 5px 0px;
    }
    .project2 h6 {
        padding: 5px 0px;
    }
	.prj2 {
        height: 290px;
    }
    .prj2 img {
        margin: 0px auto;
    }
    .prj1 {
        height: 290px;
    }
    .prj1 img {
        margin: 0px auto;
    }
}
@media (max-width: 550px) {
	.prj1 {
        height: 310px;
    }
    .prj2 {
        height: 310px;
    }
}
@media (max-width: 560px) {
    .prjj {
        padding-top: 110px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .srvc {
        padding-top: 6%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .srvc {
        padding-top: 9%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .prj {
        height: 410px;
    }
}
@media (min-width: 550px) and (max-width: 768px) {
    .srvc {
        padding-top: 4%;
    }
}
@media(max-width: 550px) {
    .srvc {
        padding-top: 12%;
    }
}
@media(max-width: 768px) {
    .srvcs h2 {
        padding-top: 2%;
    }
	.srvcs p{
		padding-top: 2%;
		text-align:justify;
	}
}
@media(max-width: 450px) {
    .srvcs h2 {
        padding-top: 8%;
    }
}
/*@media (min-width: 768px) and (max-width: 991px) {

	.prj{

	height:250px;

}

}*/

.owl-theme .owl-controls .owl-page span {
    display: none;
}
.abtt p {
    text-align: justify;
}
.abtt2 {
    border-radius: 25px;
    border: 2px solid #BB0D0D;
	    padding: 3px 0px;
    box-shadow: 1px 0px 5px #BB0D0D;
	margin-top:5px;
}
.sticky {
    background: #BB0D0D;
    color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    padding: 6px 6px 10px 6px;
    position: fixed;
    right: 0px;
    top: 55%;
    z-index: 9999;
}
.abt_sec {
    /*border: 1px solid #DEDEDE;*/
    /*margin-left:5px;*/
    
    padding: 10px;
}
.abt {
    padding: 9px 30px;
}
.abt3 {
    border-top: 1px solid #DEDEDE;
    padding: 10px;
    word-wrap: break-word;
}
.abt h3 {
    margin: 0px !important;
    padding: 5px 0px;
    /*text-align:center;*/
}
.abt3 ul {
    margin-left: 12px;
    margin-bottom: 12px;
}
.abt3 p {
    margin-bottom: 12px;
}
.abt i {
    color: #BB0D0D;
    font-size: 25px;
}
.abt_content {
    margin-left: 5px;
    border: 1px solid #DEDEDE;
    height: 310px;
    padding: 5px 0px;
}
.abt_bg {
    height: 100px;
}
.abt_title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #696969;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}
.abt_title img {
    margin-top: -35px;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .abt_content {
        height: 355px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .abt_title {
        margin-top: 50px;
    }
    .abt_title img {
        margin-top: -100px;
    }
    .abt_content {
        height: 230px;
    }
}
@media (min-width: 566px) and (max-width: 768px) {
    .abt_content {
        height: 250px;
    }
    .abt_title {
        margin-top: 30px;
    }
    .abt_title img {
        margin-top: -100px;
    }
}
@media (max-width: 768px) {
.hom_portfolio img {
    border: solid 1px #747474;
    padding: 2px;
    margin: 10px auto !important;
}}
@media (max-width: 565px) {
    .abt_content {
        height: 250px;
    }
    .abt_title {
        margin-top: 60px;
    }
    .abt_title img {
        margin-top: -100px;
    }
}
.abt_main {
    margin-bottom: 20px;
    text-align: center;
}
.abt_main a {
    font-family: 'Raleway', sans-serif;
    color: #282828;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 13px;
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.abt_main a:hover {
    color: #BB0D0D !important;
    text-decoration: underline;
}
.srvcs h2{
	font-size: 23px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.srvcs h3{
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin-bottom:10px;
}
.margin-top-x1{
	margin-top:20px;
}




.ser_box h2{    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
 }
.ser_box {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
}
.ser_box img{ float: left; width: 100%; }
.ser_box p{float: left;text-align: justify;}
.ser_box h6{text-align: right;}
.ser_box a{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.ta_l{text-align: left !important;}
.mr_l{margin-left: 10px;}


.hom_portfolio {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    background: url(../img/hom_portfolio_bg.JPG) no-repeat top center;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


.hom_portfolio_inner {
    background: url(../img/pattarn.png);
    background-repeat: repeat;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.hom_portfolio img{
    border: solid 1px #747474;
    padding: 2px;
    margin: 15px 0;
}

