body{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #3f3e3e !important;
}
p{
    color:#3f3e3e;
}
h2{
    margin-top: 69px!important;
}
.navbar-brand {

}
.nav > li{
    font-weight: bold!important;
}

.showdrodown {
    display: none;
}

.showportfolio:hover .showdrodown {
    display: block;
} 
.showdrodown li{
    text-decoration: none;
    list-style: none;

}
#main-slider .slider-inner h2 > span{
    font-size: 50px!important;
    color: #f0ff00!important;
}
.sliderbannersize1{
    background-image: url(../images/slider/bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100% !important; 
}
.sliderbannersize1 img{
    float: right!important;
    padding-top: 80px!important;

}
.sliderbannersize2{
    background-image: url(../images/slider/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100% !important; 
}
.sliderbannersize2 img{
    float: right!important;
    padding-top: 50px!important;
    padding-right: 15px; 

}
#main-slider{
    height: 300px!important;
}
#portfolio{
    background: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner{

}
#portfolio .portfolio-item{
    float: left;
}
.portfolio-items {
    margin-top: 15px!important;
}
#portfolio{
    padding-top: 0px!important;
    padding-bottom: 100px!important;
}

.portfolio-info p{
    color: #ffffff;
    line-height: 16px;
    margin-top: 13px;   
}
#main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a{

    color: #fff!important;
    padding-top: 29px !important;
    padding-bottom: 29px !important;
    background: #000;
}
#main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
#main-slider .item{
    height: 300px!important;
}
header + section {
    margin-top: -21px;
} 
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview{
    background-image: -moz-linear-gradient(90deg, #134d8d 0%, #134d8d 100%)!important;
}
.navbar-nav > li{
    font-weight: blod!important;
}
.customportfolio {
    display: table;
}
.customportfolio li{
    list-style: none;
    margin-bottom: 5px;
    margin-top: 50px;
}
.image1 img{
    width: 100%;
    box-shadow: 1px 1px 15px #cccccc;
    background: #fff;
    padding: 10px;
}
.image1 h2{
    margin: 0px!important;
    padding:0px!important;
}

.image2 {
    display: none;
}
.image2 img {
    background: #fff;
}
.displaynone {
    display: none;
}
.portfolio-item-inner:hover .image1, .product:hover .image1{
    display: block;
}
.portfolio-item-inner:hover .image2, .product:hover .image2{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    display: block;
    left: 0;
    position: absolute;
    top: -12%;
    width: 105%;
    z-index: 9;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.bottomfooter{
    background: #ffffff none repeat scroll 0 0!important;
    border-radius: 0 0 3px 3px;
    height: 105px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.related .info-block{
    background: #fff;
}
.related .price-block::before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3b3b3b;
    border-style: solid;
    border-width: 0 0 9px 9px;
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
}
.desc{
    background: #fff;
}
.desc p{
    padding:  10px 10px 10px 10px;
    text-align: center;
}
.btn-danger{
    width: 100%;
}
.related .info-block .desc{
    line-height: 0.9;
    top: 4px;
    position: relative;
}
.related .info-block .desc p{
    margin: 0;
    position: relative;
    top: 4px;
}
.btn-danger{
    background-color: #f3501d!important;
    border-color: #dc4517!important;
}
#main-menu.navbar-default{
    background: #000!important;
}

/*.product {
  animation: bounce 1s 0.2s;
  transform: scale(1);
   -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@keyframes bounce {
  0% { transform: scale(0.3); opacity: 1 }
  50% { transform: scale(1.3); opacity: .7; }
  60% { transform: scale(0.9); opacity: 1 }
  80% { transform: scale(0.9) }
  100% { transform: scale(1) }
}*/
.product, .animate{
    animation-name: pullUp;
    -webkit-animation-name: pullUp;	

    animation-duration: 1.1s;	
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;	
    -webkit-animation-timing-function: ease-out;	

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%; 		
}
/* Header */

.hero-buttons a{
    margin-right: 10px;
}
.hero-buttons .btn-main.dark{
    background: #fff;
    color: #222;
}
.hero-section {
    height: 100%;
    overflow: hidden;
}
.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
    color: #FFF !important;
}
.navbar-inverse .navbar-nav >li> a{
    color: #eee!important;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
.hero-title span{
    color: #EE3B24;
}
.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-buttons a.btn{
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid{
    margin-left: 10px;
}

.hero-buttons a i{
    margin-left: 5px;
}

/* Video and video background */

.video-embed {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8
}
.video-background{
    width: 100%;

}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
section{
    position: relative;
}
iframe{
    border: 0;
}

@media ( min-width: 768px ) {
    .video-section {
        padding: 100px 0;
    }
}
@media ( min-width: 992px ) {
    .video-section {
        padding: 120px 0;
    }
}

/*Panel*/

.video-text{}
.video-text .panel{
    border: 0px!important;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.video-text .panel-default{}
.video-text .panel-group .panel-heading{
    border-radius: 0px;
    border-color: #EE3B24;
    position: relative;
    padding: 7px 15px;
    background: #FAFAFA;
    border-bottom: 1px solid#AFAFAF;
}

.video-text .panel-group  h4.panel-title a.collapsed:after{
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "ï?§";
}
.video-text .panel-group  h4.panel-title a:after {
    font-family: FontAwesome;
    color: #EE3B24;
    font-size: 14px;
    right: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "ï?¨";
}

.video-text .panel-group .panel-heading.active{
    border: 1px solid#EE3B24;
}

#intr_div{padding: 0px;}
#intr_div h1{
    font-size:40px;
    color:#fff;
    font-weight:bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding:50px 0 0 ;
    text-align: left;
}
#intr_div sup{font-size:22px;
              top:-26px;}

ul.btns{margin:0; padding:0}
ul.btns li{float:left; list-style:none; padding:0px; margin:0 10px 10px 0}
ul.btns li a:hover{opacity:0.8}

body{overflow-x:hidden !important; }
#logo_div{position:absolute; left:4%; top:10%;}
@media(min-width:320px) and (max-width:980px) {
    #intr_div h1{
        font-size:58px;
        color:#fff;
        font-weight:bold;
    }
    .lead {
        font-size: 27px;
        line-height: 33px;
        font-weight: 400;
    }
    .lead p{
        color:#fff!important;
    }
    #logo_div{position:static; left:0; top:0; text-align:center; padding:20px 0 0}
    #logo_div img{width:300px;}
    #intr_div {
        padding: 36px 0px;
        text-align: center;
    }
}
@media(min-width:481px) and (max-width:991px) {
    ul.submail {
        margin: auto;
        padding: 0;
        width: 365px;
    }
    #intr_div h1, .lead, p, .newsletter h2 {
        text-align: center;
        display: block;
        border:0;
    }
}

.lead {
    font-size: 21px;
    color: #fff;
}
/* Carousel Slider
============================================== */
#slider_part{
    height: 800px;
    width: 100%;
    overflow:hidden;
}

.carousel-caption{
    top: 30%;
    margin-top: -50px;
    text-shadow:none!important;
    left:9%;
    right: 10%;
    -webkit-transition: all.3s ease 0s;
    -o-transition: all.3s ease 0s;
    transition: all.3s ease 0s;
    text-align: center;
}
.carousel-caption h3{
    text-shadow:none;
    font-size: 70px;
    line-height: 92px;
    font-weight: 300;
    margin: 20px 0px;
    transition-delay:.3s;
    -webkit-transition-delay:.3s;
    -o-transition-delay:.3s;
    text-transform: capitalize!important;
}
.carousel-caption p{
    font-size:46px;
    line-height: 62px;
    font-weight: 500;
    color: #fff;
    transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    margin: 40px 0px;
    text-transform: uppercase;
}
.carousel-caption img{
    border:2px solid#fff;
    padding:10px 10px 10px 20px;
}
.line{
    width: 100px;
    height: 5px;
    color: #222;
    margin: 0px auto;
}
.carousel-caption p i{
    font-size: 7px;
    margin: 0px 3px;
    position: relative;
    top: -3px;
}
.carousel .item {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.btn-featured{
    text-decoration:none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    border-radius:2px;
    z-index:1;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 40px !important;
    text-transform: uppercase;
    margin-top:20px;
    margin-right: 10px;
}

.carousel-control.left,.carousel-control.right{
    background-image:none !important;
    background-repeat:no-repeat !important;
}
.carousel-control{
    width:4% !important;
}

.carousel-caption img{
    height: auto;
}
.carousel-indicators{
    bottom:100px;
    width: 10%;
    left: 45%;
    margin:0 auto;
    bottom:30%;
}

.carousel-indicators li{
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #FFF !important;
    margin: 0px !important;
    border-radius: 50%;

}
.carousel-control.left span{
    padding:15px;
}
.slides-control .carousel-control i{
    line-height: 36px;
    font-size: 32px;
    padding-top: 6px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.slides-control .carousel-control{
    position: absolute;
    width: 240px;
    top: 35%;
    z-index:10;
}

.carousel-control.left{
    left: 0px;
}
.carousel-control.right{
    right: 15px;
}
.carousel-control.left{
    width: 120px;
    height: 40px;
}
.carousel-control.right{
    width: 120px;
    height: 40px
}
.overlay-slide{
    height: 850px;
    position: relative;
    width: 100%;
}
.overlay-slide:after{
    background: url("../images/banner/overaly.png");
    position: absolute;
    content: "";
    z-index: 3;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.overlay-slide img{
    width: 100%;
    display: block;
}

/*-- Animation --*/

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

/*home 1 tab
===================*/

.video-text .panel-group .p2{
    background: #FAFAFA;
    border-bottom: 0px;
    border-radius: 5px;
}
.video-text .panel-group .p2 h4 a span{
    float: left;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.video-text .panel-group .p2 h4{
    margin-left: 40px;
}
.video-text .panel-group .panel-body.p1{
    color: #313131;
    margin-top: -1px;
}
.video-text .panel-group .panel-body.p3{
    background: #fff!important;
}
.video-text .panel-group .p2 h4.panel-title a.collapsed:after{
    font-family: FontAwesome;
    background: none repeat scroll 0% 0% #363636;
    color: #FFF;
    font-size: 14px;
    left: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "ï?§";
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-text .panel-group .p2 h4.panel-title a:after {
    font-family: FontAwesome;
    color: #FFF;
    font-size: 14px;
    left: 0px;
    position: absolute;
    z-index: 111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    text-align: center;
    content: "ï?¨";
    background: none repeat scroll 0% 0% #F05743;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-text .panel-group .p2.active{
    background:#EE3B24;
    color: #fff;
    padding: 7px 0px;
    padding-left: 15px;
}



@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }				
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }							
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }				
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }		
}
#portfolio .portfolio-filter{
    margin:  0px!important;
}

@media only screen and (max-width: 968px) {
    #portfolio .portfolio-item {
        width: 49% !important;
    }
}
@media only screen and (max-width: 767px) {
    header + section {
        margin-top: -25px;
    }
}
@media only screen and (max-width: 768px) {
    .sliderbannersize1 img{
        width: 50%;
        padding-top: 120px!important;

    }
    .sliderbannersize2 img{
        width: 40%;
        padding-top: 70px!important;
        padding-right: 15px; 
    }
}
@media only screen and (max-width: 375px) {
    .sliderbannersize1 img {
        width: 70%;
        padding-top: 210px!important;
    }
    .sliderbannersize2 img{
        width: 40%;
        padding-top: 180px!important;
        padding-right: 15px; 
    }

}
@media only screen and (max-width: 667px) {

    #portfolio .portfolio-item {
        width: 99% !important;
    }
    .sliderbannersize1 img {
        width: 50%;
        padding-top: 150px!important;
    }
    .sliderbannersize2 img{
        width: 40%;
        padding-top: 100px!important;
        padding-right: 15px; 
    }

}
@media only screen and (max-width: 360px) {
    .sliderbannersize1 img {
        width: 50%;
        padding-top: 225px!important;
    }
    .sliderbannersize2 img{
        width: 40%;
        padding-top: 100px!important;
        padding-right: 15px; 
    }
}
@media only screen and (max-width: 640px) {
    .sliderbannersize1 img {
        width: 50%;
        padding-top: 144px!important;
    }
    .sliderbannersize2 img{
        width: 40%;
        padding-top: 100px!important;
        padding-right: 15px; 
    }
}
@media only screen and (max-width: 320px) {
    .sliderbannersize1 img {
        width: 50%;
    }
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../images/slider/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../images/slider/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }


/* Footer Area
==========================================*/
#footer{}
.footer_top{
    overflow: hidden;
    padding: 30px 0px 50px;
    border-bottom: 1px solid #0F0F0F;
    background: none repeat scroll 0% 0% #333;
    color: #AAA;
}
.footer_b{
    background: #222; 
    border-top: 1px solid #555;
}
.footer_menu li a:before{
    display: inline-block;
    margin-right: 8px;
    color: #5B5B5B;
    content: "ï„…";
    font-family: FontAwesome;
}

.social-contact li i{
    color: #555;
    width: 30px;
    height: 30px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #555;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
}

#footer {
    margin-top: 80px;
}
.footer_bottom p {
    text-align: left;
}
.footer_bottom p {
    color: #C4C4C4;
    margin: 25px 0px;
}
.footer_mid ul li {
    margin-top: 20px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}