body {font-family: 'Raleway', sans-serif;font-weight: 500; color: #1c1e24;background-color: #fff;letter-spacing: 1px;}
html, body {width:100%; padding:0; margin:0;}

h1,h2,h3,h4,h5,h6 {font-family: 'Nunito', sans-serif;margin: 0;}

a {color: #fff;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
a:hover,
a:focus,
a:active{text-decoration: none;outline: none;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
    outline: none;
}
button{outline: 0;}
ul li{list-style: none;}
ul{
    padding:0;
    margin: 0;
}

.tv-navbar-custom {
    border: medium none;
    border-bottom: 2px solid #710100;
    margin-bottom: 0;
    border-radius: 0;
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #710100;
    color: #fff; font-weight:600;
}

#tv-navbar {
    margin-top: 15px; margin-left:80px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;   
}

.tv-drop-menu a > i {
    margin-left: 5px;
    line-height: 0;
    transition: all 0.25s ease-out 0s;
    font-weight: 800;
}

.arrow_carrot-down::before {
    content: "\33";
}

.tv-sub-menu {
    background: #0d54a6;
    box-shadow: none;
    min-width: 200px;
    padding: 0;
    left: 15px;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    border: 0;
}

.dropdown-submenu {
    position: relative;
}

.tv-sub-menu li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1px;
    padding: 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.logo{ background:#fff;}

.logo img{ width:80%;}

header.main-header {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat center top / cover ;
    min-height: 800px;
    position: relative;
}

.header-text-inner {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    left: 10%;
    padding: 30px 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-10%, -40%);
    width: 40%;
}
.header-text img{max-height: 300px;}

.header-text h1{margin-top: 0;margin-bottom: 0;color: #710100;font-weight: 700;font-size: 40px;margin-bottom: 5px;letter-spacing: 2px;font-size: 45px;line-height: 1}
.header-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.header-text .btn-primary{border:none;padding: 10px 20px;margin-right: 7px;border-radius: 0;}

.btn-primary.btn-header1{background: #710100; color: #fff;text-shadow: none;border: none;border-radius: 0px;}
.btn-primary.btn-header2{background: #22252c; color: #fff;text-shadow: none;border: none;border-radius: 0px;}
.btn-primary.btn-header1:hover,
.btn-primary.btn-header2:hover{background: #fff; color: #000; border:2px solid #710100;}

#overview-aside-nav {position: fixed;top: 50%;right: 6px;margin-top: -11.6875em;-webkit-user-select: none;-moz-user-select: none;user-select: none;z-index:999; /*background:#fff;*/}
#overview-aside-nav ul {list-style: none;display: block; float:right; margin-top:10px;}
#overview-aside-nav ul li {position: relative;width: 20px;height: 20px;padding: 7px;margin-bottom: 15px;cursor: pointer;-webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease}
#overview-aside-nav ul li div {
    background: #3b4255 none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 0 1px #777 inset;
    height: 5px;
    margin-left: auto;
    overflow: hidden;
    width: 5px;
}
#overview-aside-nav ul li b {display: none;position: absolute;top: 50%;margin-top: -9px;right: 24px;white-space: nowrap;font-size: 14px;color: #710100;font-weight: 600;}
#overview-aside-nav ul li:hover b {display: block !important;}
#overview-aside-nav ul li:hover div{
    background: #710100;
}
#overview-aside-nav ul li.on div{
    background: transparent none repeat scroll 0 0;
    border: 2px solid #710100;
    height: 9px;
    margin-left: -1px;
    margin-top: -1px;
    width: 9px;
}

#b2top {position: fixed;right: 10px;bottom: 20px;border: 2px solid #710100;padding: 10px;cursor: pointer;z-index:999;}

.owl-carousel{height: 100%;width: 100%;}
.owl-carousel:hover .owl-buttons div {color:#fff;}
.owl-controls .owl-prev {}
.owl-controls .owl-next {}
.owl-controls .btn i.fa {font-size: 32px;margin: 0 10px 0;color: #111}
.owl-carousel .item{width: 100%;height: 100%;}
.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-item{height: 100%;}
.marginTop30{
    margin-top: 30px;
}
section{
    padding: 60px 0 0;
}
.marginT100{
    margin-top: 100px;
}
.section-heading h2 {
    color: #22252c;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 120px;
    position: relative;
    z-index: 1;
}
.section-heading h2.section-title:before {
    background-image: url("../images/divider.png");
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat-x;
    height: 9px;
    width: 100px;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.section-heading h2.section-title span {
    background: #fff; color:#710100;
    padding: 0 15px;
}
.section-heading {
    margin-bottom: 40px;
}
.header-text-inner h4 {
    font-weight: 400;
}
.about-details > h4 {
    color: #710100;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-details > p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-align: justify;
}

.txt{  font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-align: justify;}
	
.projects {
    padding: 40px 20px;
    margin-bottom: 40px; 
    background: #b61e1d; box-shadow: 0 0 5px 2px rgba(0,0,0,.25);
    border-bottom: 1px solid #ececec;
}

.projects h5 {
    letter-spacing: 1px;
    /*padding-bottom: 10px;*/ padding-top:10px;
    margin-bottom: 15px; /*background:#ff0101;  box-shadow: 0 0 5px 2px rgba(0,0,0,.25);*/
    position: relative; text-transform:uppercase; color:#000;
   /* border-bottom: 1px solid #CBFF84;*/ text-align:center; font-size:20px;
}

.projects h5::after {
    width: 11px;
    height: 11px;
    background: #710100;
    border: 2px solid #CBFF84;
    position: absolute;
    right: 0;
    bottom: -8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.projects li {
    padding: 15px 5px 15px 20px;
       /* padding-top: 15px;*/
       /* padding-bottom: 15px;*/
    border-bottom: 1px solid #99D645;
    position: relative;
}

.projects li:last-child {
    border-bottom: none;
}

.projects li a:hover{ color:#000;}

.progress-bar-list h6 {
    margin-bottom: 8px;
}
.progress-bar-list {
    margin-top: 40px;
}
.progress-bar-list .progress-bar {
    background-color: #3b4255;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-bar-list .progress {
    background-color: transparent;
    border-radius: 4px;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
}
.progress-bar span {
    color: #710100;
    font-size: 10px;
    font-weight: 600;
    right: 0px;
    position: absolute;
    top: -18px;
}
.progress-bar {
    position: relative;
}
.about-bgbanner{
    background: rgba(0, 0, 0, 0) url("../images/about-bgbanner.jpg") no-repeat fixed center top / cover ;
    height: 420px;
    position: relative;
}
.service-bgbanner{
    background: rgba(0, 0, 0, 0) url("../images/service-banner.jpg") no-repeat fixed center top / cover ;
    height: 325px;
    position: relative;
}
.testimonial-bgbanner{
    background: rgba(0, 0, 0, 0) url("../images/client-banner.jpg") no-repeat fixed center top / cover ;
    display: inline-block;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
}
.social-bgbanner{
    background: rgba(0, 0, 0, 0) url("../images/counter-bgbanner.jpg") no-repeat fixed center top / cover ;
    height: 900px;
    position: relative;
}
.testimonial-bgbanner:before{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    content: "";
    left: 0;
    top: 0;
}
.client-box {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    padding: 20px;
}
.bgbanner-overlay {
    background-image: url("../images/overlay-pattern3.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mid-text {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    color: #fff;
}
.mid-text h3 { 
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}
.team-box{
    position: relative;
}
.team-img img{
    display: block;
    width: 100%;
    height: auto;
}
.team-box .overlay, .portfolio-grid .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(34,37,44,0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.team-box:hover .overlay, .portfolio-grid .item:hover .overlay {
    height: 100%;
}
.text {
    white-space: nowrap; 
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.text h3{
    color: #fff;
    margin-bottom: 5px;
}
.team-social-icon li {
    display: inline;
}
.team-social-icon a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.team-social-icon a:hover, .service-item > a:hover, .social-contact:hover > a{
    background: #710100;
    color:#fff;
}
.text > h5 {
    color: #710100;
    margin-bottom: 20px;
}
.service-item > a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
.service-box {
    padding: 50px 0;
    color:#fff;
    display: inline-block;
}
.service-item > h3 {
    margin: 25px 0 10px;
    font-size: 18px;
}
.service-item > p {
    font-size: 12px;
    line-height: 22px;
}
.service-box li:nth-child(n+1) {
    margin-bottom: 50px;
}
.service-box li:nth-last-child(-n+3){
    margin-bottom: 0px;
}

.baner{ border-bottom:2px solid #710100; margin-top:75px;}

/*portfolio
.mrginB-30{
    margin-bottom: 30px;
}
.portfolio-filter {
    display: inline-block;
}
.portfolio-filter button.active {
    color: #710100;
}
.portfolio-filter button {
    background-color: transparent;
    border: medium none;
    display: inline-block;
    font-weight: 400;
    line-height: 18px;
    margin: 0 10px;
    text-transform: capitalize;
}
.portfolio-grid {
    float: left;
    width: 100%;
}
.tv-single-portfolio {
    color: #fff;
    display: block;
    position: relative;
}
.tv-single-portfolio img {
    width: 100%;
}*/
#myCarousel .carousel-indicators li {
    background-color: #3b4255;
    border: 1px solid #3b4255;
}
#myCarousel .carousel-indicators li.active{
    background-color: #710100;
    border: 1px solid #710100;
}
#myCarousel .carousel-indicators {
    bottom: -50px;
}
.carousel-inner h3 {
    color: #710100;
    font-size: 32px;
}
.client-says > h4 span {
    color: #710100;
    font-size: 12px;
    margin-left: 5px;
}
.client-says > h4 {
    line-height: 24px;
}
.get-connected-box{
    padding: 80px 0 0;
    color:#fff;
}
.social-contact > a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 15px;
    content: "";
    display: inline-block;
    font-size: 34px;
    height: 100px; padding-top:25px;
    line-height: 100px;
    width: 100px;
}
.social-contact > h3 {
    color: #710100;
    margin: 20px 0 5px;
}
.contact-form{
    margin-top: 35px;
}
.address-box {
    color: #fff;
    padding: 40px;
    background-color: rgba(255,255,255,0.1);
}
.address-box > h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.address-list li i {
    color:#710100;
    margin-right: 10px;
}
.address-list {
    margin-top: 25px;   
}
.address-list > li {
    margin-bottom: 12px;
}
.address-list li a:hover{
    color:#710100;
}
.contact-deatils-form input, .contact-deatils-form textarea {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    color:#fff;
}
.contact-deatils-form .form-control:focus{
    border: 1px solid #710100;
    box-shadow: none;
    outline: 0 none;
}
footer{
    background: #22252c;
    padding: 50px 0;
    color:#fff;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control::-webkit-input-placeholder{
    color:#fff;
    opacity: 1;
}
.footer-content > p {
    font-size: 13px;
    line-height: 22px;
}
.footer-content > h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.label-size a {
    border: 1px solid #3b4255;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 8px 12px;
    text-transform: capitalize;
    transition: initial;
    font-size: 12px;
    margin-bottom: 5px;
}
.label-size a:hover{
    background-color: #710100;
    border-color: #710100;
}
.copyright{
    background: #710100;
    padding: 15px 0;
}
.copyright > p a{
    font-size: 14px;
    color:#fff;
    font-weight: 600;
}
.copyright > p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
.copyright > p a:hover{
    color:#22252c;
}
.back-to-top {
    background: rgba(0,0,0,0.3);
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    outline: medium none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
    border-radius:15px;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus{
    background: #710100;
    color:#fff;
}

/*animation
.tv-section .tv-text-part {

    opacity: 0;
    transform: translate3d(0px, 30px, 0px);
}
.tv-visible .tv-text-part {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.tv-visible .tv-text-part:nth-child(1), .tv-visible .tv-text-part:nth-child(2), .tv-visible .tv-text-part:nth-child(3), .tv-visible .tv-text-part:nth-child(4), .tv-visible .tv-text-part:nth-child(5), .tv-visible .tv-text-part:nth-child(6) {
    transition-duration: 0.5s;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
}
.tv-visible .tv-text-part:nth-child(1) {
    transition-delay: 0.4s; 
}
.tv-visible .tv-text-part:nth-child(2) {
    transition-delay: 0.5s;
}
.tv-visible .tv-text-part:nth-child(3) {
    transition-delay: 0.6s; 
}
.tv-visible .tv-text-part:nth-child(4) {
    transition-delay: 0.7s;
}
.tv-visible .tv-text-part:nth-child(5) {
    transition-delay: 0.75s; 
}
.tv-visible .tv-text-part:nth-child(6) {
    transition-delay: 0.8s;
}
.tv-visible .tv-text-part:nth-child(7) {
    transition-delay: 0.85s;
}*/


/*portfolio*/
.tv-mb-30 {
    margin-bottom: 30px;
}
.tv-filter-wrapper h5 {
    display: inline-block;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.portfolio-filter {
    display: inline-block;
}
.portfolio-filter button.active {
    color: #f50431;
}
.portfolio-filter button {
    background-color: transparent;
    border: medium none;
    display: inline-block;
    font-weight: 400;
    line-height: 18px;
    margin: 0 10px;
    text-transform: capitalize;
}
.portfolio-grid {
    float: left;
    width: 100%;
}
.tv-single-portfolio {
    color: #fff;
    display: block;
    position: relative;
}
.tv-single-portfolio img {
    width: 100%;
}
.tv-single-portfolio .content {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 5;
}
.tv-single-portfolio .content .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    top: -30px;
    transition: all 0.3s ease 0s;
}
.tv-single-portfolio .content .cat {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    top: 30px;
    transition: all 0.3s ease 0s;
}
.tv-single-portfolio:hover .content {
    opacity: 1;
}
.tv-single-portfolio:hover .content .title {
    opacity: 1;
    top: 0;
}
.tv-single-portfolio:hover .content .cat {
    opacity: 1;
    top: 0;
}

.tv-single-portfolio:hover::before {
    opacity: 0.85;
}