@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 28px;
}
h3{
    font-weight: 700;
    font-size: 22px;
}
a{
    transition: .3s;
}
a:hover{
    text-decoration: none;
    color: #222;
}

img {
    max-width: 100%;
}


.slide-bg-1,
.slide-bg-2,
.slide-bg-3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.slide-bg-1::after,
.slide-bg-2::after,
.slide-bg-3::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}


.header-top-area {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 10px 0;
}
.header-top-area a, .header-top-area {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.header-top-area a:hover {
    opacity: .7;
}
.header-top-area i.fa {
    color: #000;
    padding-right: 5px;
}
.mainmenu-area {
    background: #eb1c23;
}
.header-top-area p{
    margin: 0;
    text-align: right;
}
.separator {
    color: #949494;
    display: inline-block;
    padding: 0 10px;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right !important;
}
.mainmenu li {
    position: relative;
    display: inline-block;
}

.mainmenu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 30px 20px;
}
.mainmenu li a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
    color: #000;
}
.logo {
    text-transform: uppercase;
    padding: 12px 0;
    text-align: left !important;
}
.logo a {
    color: #494949;
    text-decoration: none;
    padding: 33px 0;

}
.logo a img{
    width: 50px;
}
.logo a span{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
}

}
.logo h1 {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    border: 3px solid #494949;
    padding: 10px 15px;
    margin: 10px 0;
}
.header-search-bar {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.single-slide-item {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    height: 590px;
    font-size: 24px;
    color: #fff;
}
.single-slide-item h2 {
    font-size: 60px;
    margin: 0 0 30px;
}
.single-item-table {
    display: table;
    width: 100%;
    height: 100%;
}
.single-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.factorian-btn {
    display: inline-block;
    background-color: #f9bf3a;
    color: #222;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    transition: .3s
}
.factorian-btn:hover{
    text-decoration: none;
    background: #ddd;
    color: #222;
}
.factorian-btn.slide-btn {
    margin-top: 20px;
}
.factorian-content-block {
    padding: 80px 0;
}
.service-item-bg {
    height: 180px;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
}

.service-readmore-btn {
    font-weight: 700;
    color: #222;
    transition: .3s;
}
.service-readmore-btn i.fa {
    transition: .3s;
}
.service-readmore-btn:hover {
    color: #000;
}
.service-readmore-btn:hover i.fa {
    padding-left: 10px;
}
.service-readmore-btn i.fa {
    padding-left: 3px;
}
.single-smal-service-item {
    display: block;
    color: #222;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 23px;
    transition: .3s;
}
.single-smal-service-item:hover {
    text-decoration: none;
    color: #222;
    opacity: .8;
}
.single-smal-service-item img {
    float: left;
    margin-right: 15px;
}
.single-smal-service-item h4 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 700;
}
.single-smal-service-item p:last-child {
    margin: 0;
}
.factorian-cta-area {
    background-color: #222;
    color: #fff;
    padding: 40px 0;
}
.factorian-cta-area h2{
    margin: 9px 0;
}
.who-we-are-text {
    padding: 0 40px;
}
.single-promo-item {
    position: relative;
    padding-left: 45px;
    margin-top: 20px;
    
}
.single-promo-item i.fa {
    position: absolute;
    left: 0;
    top: 0;
    color: #f9bf3a;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #f9bf3a;
    border-radius: 50%;
    text-align: center;
}
.factorian-content-block.section-gray {
    background-color: #f2f2f2;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.check-list li::before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f9bf3a;
    padding-right: 5px;
}
.section-titel {
    max-width: 415px;
    text-align: center;
    margin: 0 auto;
}
.section-titel h3{
    margin: 0;
    line-height: 30px;
    margin-bottom: 30px;
}
.single-boxed-item {
    color: #6e6e6e;
    display: block;
    margin-bottom: 30px;
    transition: .3s;
}
.single-boxed-item:hover {
    color: #6e6e6e;
    text-decoration: none;
    opacity: .8;
}
.boxed-preview {
    height: 180px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.single-boxed-item h4 {
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}
.testimonial-area {
    border-top: 1px solid #ddd;
    padding: 80px 0;
}
.single-testimonial-item {
    color: #666;
    margin-bottom: 30px;
}
.testimonial-content {
    font-style: italic;
}
.testimonial-content i.fa {
    font-size: 150%;
    padding-right: 3px;
}
.single-testimonial-item h4 {
    font-size: 16px;
    margin-top: 20px;
}
.single-testimonial-item h4 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
.footer-top-area, .footer-top-area a {
    background: #222222;
    color: #cacaca;
}
.footer-wid {
    padding: 80px 0;
}
.footer-wid a:hover {
    color: #eb1c23;
    border-bottom: 1px solid #eb1c23;
}
.footer-logo a{
    margin: 0 0 20px;
    background: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222;
    border-radius: 5px;
    border: 0 !important;
}
.footer-wid-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
}
.footer-wid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-copyright-area {
    background: #1d1d1d;
    color: #fff;
    padding: 15px 0;
}


.e-catalog {
    background: #eb1c23 !important;
    padding: 15px 0px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    border: 0;
    margin-bottom: 30px;
}
.e-catalog:hover {
    color: #eb1c23 !important;
    background: #fff !important;
    text-decoration: none;
    border: 0 !important;
}
.copyright a,
.develop-text a,
.develop-text a i.fa{
     color: #eb1c23;
    transition: .3s;
}
.copyright a:hover,
.develop-text a:hover,
.develop-text a i.fa:hover{
   
    color: #f7f7f7;
    
}
.develop-text {
    text-align: right;
}
.develop-text p{
    display: inline-block;
}


.homepage-slides .owl-nav div {
    position: absolute;
    left: 50px;
    top: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 19px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    margin-top: -20px;
    opacity: .6;
    transition: .3s;
}
.homepage-slides .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.homepage-slides .owl-nav div:hover {
    opacity: 1;
}

.homepage-slides-warapper{
    position: relative;
}


.home-frm-bg{
   /*background: url(assets/img/ssddff.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.home-frm-bg::after{
   position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(153, 153, 153, 0.49);
    z-index: -1;
}
input:focus, textarea:focus, button:focus{
    outline: none;
}

.section-padding{
    padding: 80px 0;
}
.white-box{
/*    box-shadow: 0 0 10px #f5f5f5;*/
    padding: 30px;
}
input[type="text"],
input[type="email"],
input#mobile,
textarea#message{
    background: #f9f9f9;
    /* padding: 15px; */
    border: none;
    height: 45px;
    border-radius: 0;
    outline: none;
}
textarea#message{
    height: 160px;
}
button.send {
    background: #eb1c23;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px;
    transition: .4s;
}
button.send:hover {
    background: #000;
}
i.fa.fa-paper-plane {
    margin-left: 10px;
}
.contact-form input, .contact-form textarea{
    width: 100%;
    margin-bottom: 15px;
}

.contact-form input {
    height: 45px;
    border-radius: 4px!important;
}
.contact-form input[type="submit"]{
    width: auto;
    margin: 0;
    color: #fff;
    background: #eb1c23;
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
}
.contact-form textarea{
    height: 145px;
    resize: none;
}
.colord-box {
    background: rgba(235, 28, 35, 0.8);
    padding: 30px;
    color: #fff;
    min-height: 486px;
}
.colord-box a{
    color: #fff;
}
.contact-info{
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.contact-info i.fa{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}
.white-box h4, .colord-box h4{
    font-weight: 400;
    margin-bottom: 40px;
}
.social-icons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
    box-shadow: 0 0 3px #333;
    transition: .3s;
}
.social-icons a:hover {
    color: #53b0fb;
    box-shadow: 0 0 0;
}

.factorian-content-block h1 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-service-item {
    background: #f7f7f7;
    height: 420px;
    position: relative;
    margin-bottom: 25px;
}
.single-service-item h3, 
.single-service-item p,
.single-service-item a{
    padding: 0px 15px;
}
.single-service-item p{
    text-align: justify;
}
.single-service-item a{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ff0000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    
}
.client-herading h2{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
.client-slider img{
    width: 150px !important;
}
.padding-top-0{
    padding-top: 0px;
}
/*==================================
        About page css
===================================*/
.factorian-content-block.factorian-breadcroumb {
    padding: 40px 0;
    font-size: 13px;
    color: #666;
}
.factorian-content-block .factorian-breadcroumb h2 {
    margin: 0 0 5px;
    color: #222;
}
.factorian-breadcroumb h3{
    margin: 20px 0;
}
.spaser-85{
    height: 85px;
}
.spaser-45{
    height: 45px;
}
.border-spaser-85{
    border-bottom: 1px solid #caccf1;
    padding-top: 65px;
    margin-bottom: 65px;
}
.single-team-item {
    height: 355px;
    float: left;
    width: 33.3333%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    overflow: hidden;
}
.team-info-hover {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .4s;
}
.team-info-hover h3 {
    margin: 0 0 5px;
}
.single-team-item:hover .team-info-hover{
    bottom: 0;
    visibility: visible;
    opacity: 1; 
    z-index: 1;
    padding-top: 50px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.71) 50%, rgba(0,0,0,1) 70%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.71) 50%,rgba(0,0,0,1) 70%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.71) 50%,rgba(0,0,0,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}


/*==================================
        Single-service page css
===================================*/
.factorian-service-breadcroumb {
    padding: 40px 0;
}
.factorian-service-breadcroumb h3{
    margin: 0 0 10px; 
}
.gallery-lightbox {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.gallery-lightbox i.fa{
    position: absolute;
    left: 50%;
    top: 60%;
    color: #fff;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.gallery-lightbox::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .2s;
    
}
.gallery-lightbox:hover i.fa{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    top: 50%;
    
}
.gallery-lightbox:hover::after {
    opacity: .4;
    visibility: visible;
    z-index: 1;
}
.single-step-item span.step-count{
    height: 35px;
    width: 35px;
    line-height: 30px;
    border: 2px solid #222;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    left: 0;
    top: 0;
    position: absolute;
}

.single-step-item{
     padding-left: 50px;
    position: relative;
    margin-top: 20px;
}
.single-step-item h3{
     text-transform: uppercase;
    margin: 0 0 10px;
}
.single-step-item p:last-child{
     margin: 0;
}
.quote-title{
    background: #505050;
    color: #fff;
    padding: 20px;
}
.quote-title h3{
    margin: 0 0 5  px;
}
.get-quote-form {
    box-shadow: 0 0 7px #ccc;
    padding: 30px;
}
.get-quote-form lavel{
    font-weight: 400;
    display: block;
}
.get-quote-form input[type="text"], .get-quote-form input[type="email"], .get-quote-form input[type="tel"], .get-quote-form textarea{
    border: 1px solid #ddd;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
}
.get-quote-form textarea{
    height: 130px;
}
input[type="submit"]{
    background: #f9bf3a;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    font-size: 13px; 
    color: #fff;
}
.get-quote-form input[type="submit"]{
    border-bottom: 4px solid #d6a137;
    border-radius: 3px
}


/*==================================
        Contact page css
===================================*/
img.contact-banner {
    margin: 30px 0 10px;
    max-height: 250px;
    width: 100%;
}
.contact-heading {
    text-transform: uppercase;
    color: #9b9b9b;
    margin-top: 20px;
}
.bigger-text-link {
    font-size: 24px;
    color: #222;
    line-height: 30px;
}


/*=== Dropdown menu css===*/
.mainmenu li ul{
    position: absolute;
    left: 0;
    top: 108px;
    width: 200px;
    background: #999;
    text-align: left;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .3s;
}
.mainmenu li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: 88px;
}

.mainmenu li ul li{
    display: block;
}

.mainmenu li ul li a{
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    text-transform: none;
}

.responsive-menu-wrap{
    display: none;
}


/* roduct page css */
.about-heading h2 {
    text-align: center;  
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-product {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 246px;
}
.single-product:hover .portfo-item-hover{
    visibility: visible;
    opacity: 1;
}
.single-product img{
    max-width: 100%;
}

.portfo-item-hover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(235, 28, 35, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.portfo-item-hover a {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    padding: 132px 163px;
}

.padding-bottom{
    padding-bottom: 30px;
}

.single-client-logo {
    margin-bottom: 30px;
}



table.dashboard_table {
    line-height: 35px;
    border: 2px solid #333;
    margin-top: 10px;
}

table.dashboard_table tr th{
    border:2px solid #333;
    text-align: center;
}

table.dashboard_table tr,
table.dashboard_table td {
    border: 1px solid #ddd;
    text-align: center;
    padding:0 5px;
}
