/**==================== Top Bar ======================**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
    max-width: 1170px;
}
.headerTop{
    background: #333333;
    position: relative;
}
.headerTop p {
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 0.8;
    margin: 17px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.headerTop p span{
    color: #ffa60a;
}
.topSec{
    color: #fff;
    font-size: 14px;
    line-height: .8;
    display: inline-block;
    margin-right: 14px;
    border-left: 1px solid #fff;
    padding: 3px 0px 4px 17px;
}
.topSec a{
    color: #fff;
}
.topSec i {
    line-height: 0.8;
    margin-left: 3px;
}
.topSec span,
.singin i{
    color: #2c3e50;
}
.singin i{
    margin-right: 4px;
}
.singin i.fa.fa-caret-down{
    color: #939393;
}
.border-none {
    border: none;
}
.Top-socialLink {
    white-space: nowrap;
    text-align: right;
}

.Top {
    vertical-align: top;
    display: inline-block;
    margin-right: 25px;
    margin-top: 6px;
}
.countryFlug img{
    margin-right: 5px;
    margin-top: -2px;
}
.flagList {
    position: absolute;
    background: #fff;
    top: 44px;
    z-index: 1;
    display: none;
    border: 1px solid #F1F1F1;
}
.topSec.countryFlug.active a.currentFlg{
    color: #ffa60a;
}
.flagList li{
    padding: 10px 20px;
}
.flagList li a{
    display: block;
}
.flagList li:hover{
    background: #ffa60a;
}
.flagList li:hover a{
    color: #fff;
}
.socialLink{
    vertical-align: top;
    display: inline-block;
}
.socialLink a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 0.8;
    padding: 13px 0;
    text-align: center;
    width: 38px;
    height: 45px;
}

.socialLink a.vk:hover {
    background: #54769A;
    color: #fff;
}
.socialLink a.ok:hover {
    background: #EE8208;
    color: #fff;
}
.socialLink a.fac:hover{
    background: #3B5998;
    color: #fff;
}
.socialLink a.twi:hover{
    background:#04a3e0;
    color: #fff;
}
.socialLink a.goo:hover{
    background:#DD4B39;
    color: #fff;
}
.socialLink a.pin:hover{
    background: #CB2027;
    color: #fff;
}
.socialLink a.link:hover{
    background: #007BB6;
    color: #fff;
}
.socialLink a.insta:hover{
    background: #B83980;
    color: #fff;
}

/**==================== Header Middle ======================**/
.headerMiddle {
    padding: 16px 0 15px;
}
.logo{}
.logo a{
    display: inline-block;
}

.headMiddInfo {
    text-align: right;
    margin-top: 8px;
}

.singMiddInfo{
    position: relative;
    padding-left: 60px;
    padding-top: 2px;
    margin-left: 32px;
    text-align: left;
    display: inline-block;
}
.singMiddInfo.phone{
    margin-left: 0;
}
.singMiddInfo i{
    font-size: 42px;
    color: #FF000A;
    line-height: .8;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
}
.singMiddInfo h4{
    color: #999999;
    font-size: 12px;
    margin-bottom: 9px;
}
.singMiddInfo p,
.singMiddInfo a{
    color: #333;
    font-size: 14px;
    margin: 0;
    line-height: .8;
    display: block;
    font-weight: bold;
}
.singMiddInfo a:hover{
    color: #ff000a;
}
.headMiddBtn {
    margin: -2px 0;
}
/*.headMiddBtn a {
    background: #ffa60a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 21px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, .30);
}
.headMiddBtn a:hover{
    color: #2C3E50;
}*/

/**==================== Header ======================**/
.header{
    background: #000000;
}
.header.fixedHeader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mainnav{}
.mainnav ul{
    line-height: .8
}
.mainnav ul li {
    display: inline-block;
    margin-right: 22px;
    margin-top: 20px;
    padding-bottom: 19px;
    position: relative;
}
.mainnav ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: bold;
}
.mainnav ul li:hover > a,
.mainnav ul li.active a{
    color: #FF000A;
}
.mainnav ul ul.sub-menu {
    background: #000000;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 207px;
    z-index: 25;
}
.mainnav ul li:hover ul.sub-menu{
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.mainnav ul ul.sub-menu li {
    border-bottom: 1px solid #333;
    display: block;
    padding: 0px;
    margin: 0px;
}
.mainnav ul ul.sub-menu li:hover {
    background: #ff000a;
}
.mainnav ul ul.sub-menu li:last-child{
    border-bottom: none;
}
.mainnav ul ul.sub-menu li a{
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 13px 20px 12px;
}
.mainnav ul ul.sub-menu li a:hover{
    color: #fff;
}
.searchForm{
    padding-left: 20px;
}
.searchForm input{
    font-size: 13px;
    color: #a5b4c3;
    background: #394a5c;
    border: none;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 19px;
}
.searchForm input::-webkit-input-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input:-moz-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input::-moz-placeholder {
    color: #a5b4c3;
    opacity: 1;
}

.searchForm input:-ms-input-placeholder {
    color: #a5b4c3;
    opacity: 1;
}
.searchForm button {
    background: transparent;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 13px;
    left: auto;
    line-height: 0.8;
    margin: auto;
    position: absolute;
    right: 36px;
    top: 0;
}
.searchForm button:hover{
    color: #ffa60a;
}

.order-price {
    background: #FF000A;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    width: 170px;
    line-height: 20px;
    padding: 5px 25px;
    text-align: center;
    float: right;
}

.order-price:hover {
    color: #fff;
    background-color: #DE0007;
}

.order-price-2 {
    background: #FF000A;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 20px;
    padding: 14px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.order-price-2:active,
.order-price-2:focus,
.order-price-2:hover {
    background-color: #DE0007;
    color: #fff;
}

.order-price-3 {
    background: #ff000a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 13px 42px;
    text-align: center;
}

.order-price-3:active,
.order-price-3:focus,
.order-price-3:hover {
    background-color: #DE0007;
    color: #fff;
}

/**==================== Slider ======================**/
.sliderSection{
    position: relative;
    margin: 0px auto 80px;
    width: 100%;
}
.sliderSection .tp-banner{
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
}
.tp-bannertimer {
    display:none;
}
.tp-leftarrow.default{}
.tparrows.default.round{
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.tparrows.default.round:hover{
    background: #ff000a;
}
.tp-leftarrow.default.round{
    position: relative;
}
.tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    left: 0;
    padding: 6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    padding:6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-leftarrow.tparrows.default.round {
    left: 235px !important;
    top: 49% !important;
}
.tp-rightarrow.tparrows.default.round {
    right: 235px !important;
    top: 49% !important;
}
.tparrows.default.round.hidearrows, 
.tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}
.revCont{}
.revCont h1{
    color: #fff;
    font-size: 40px;
}
.revCont h2{
    font-size: 35px;
    color: #ffa60a;
}
.revCont p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.revBtn a.pithreeBtn{
    margin-right: 10px;
}
/**==================== Blog News ======================**/
.blogNews{
    margin-bottom: 80px;
}
.blogNews-2{
    margin-top: 30px;
}
.newsBlogIn{
    position: relative;
    top: 0px;
    border-bottom: 1px solid #EEEEEE;
}
.newsBlogIn-2 {
    position: relative;
    top: 0px;
    padding-top: 75px;
    border-top: 1px solid #EEEEEE;
}
.singleBlog{
    background: #fff;
}
.sbCont {
    padding: 0px 0px 9px;
}
.sbCont-1 {
    position: relative;
    padding: 0 0px 0px 60px;
}
.sbCont-1 i {
    position: absolute;
    font-size: 40px;
    color: #FF000A;
    left: 0px;
}
.sbCont-1 h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0px 0px 10px;
}
.sbCont-1 p {
    line-height: 20px;
}
.blImg img{
    width: 100%;
    height: auto;
}
.sbblogTit {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 2px;
}
.sbCont p{
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    margin-bottom: 20px;
}
.sbrm{
    font-size: 14px;
    font-style: italic;
    color: #000;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
.sbrm:after{
    position: absolute;
    left: -9px;
    bottom: -9px;
    width: 113px;
    height: 2px;
    content: '';
    background: #ffa60a;
}
.sbrm:before{
    position: absolute;
    left: -9px;
    bottom: -9px;
    width: 0;
    height: 2px;
    content: '';
    background: #000;
    z-index: 1;
}
.sbrm:hover:before{
    width: 113px;
}
.sbrm i{
    margin-left: 12px;
}
.newsBlogIn .singleBlog{

}
/**==================== Filter Project ======================**/
.fillterNav {
    margin-bottom: 50px;
    margin-top: 5px;
}
.fillterNav li{
    font-size: 16px;
    line-height: .8;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
}
.fillterNav li:hover,
.fillterNav li.active{
    color: #FF000A;
}
.mix{
    display: none;
}
.singleProject{
    position: relative;
    margin-bottom: 30px;
}
.singleProject:hover .projectImg:after{
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}
.projectImg img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    border: 3px solid transparent;
}
.projectHover {
    position: absolute;
    text-align: center;
    height: 40px;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}
.singleProject:hover .projectHover{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.projectImg:after{
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 85%;
    border: 3px solid #ff010b;
    position: absolute;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}
.projectHover a{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 0.8;
    margin: auto;
    padding: 13px;
    width: 40px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.projectHover a:hover{
    color: #ff000a;
    border-color: #ff000a;
}
/**==================== Call To Action ======================**/
.callToaction{
    padding: 92px 0 102px;
    background: url(../images/bg/1.jpg)no-repeat fixed center center/cover;
}
/**==================== Blog ======================**/
.blogSec2{
    border: 1px solid #dfdfdf;
}
.meta {
    font-style: italic;
    line-height: 0.8;
    margin:7px 0 10px;
    font-size: 14px;
}
.meta a{
    color:#afafaf;
    margin-left: 5px;
}
.meta a:first-child{
    margin-left: 0;
}
.meta a:hover{
    color: #000;
}
.blogSec2 p{
    margin-bottom: 27px;
}
.siBlogThumb{
    position: relative;
    padding-left: 136px;
    min-height: 123px;
}
.siBlogThumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 94px;
}
.thumbBtitle{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
.meta.thumbBlog{
    font-size: 13px;
    margin-bottom: 4px;
}
.siBlogThumb p{
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    margin: 0;
}
/**==================== Testmonial ======================**/
.testmonial {
    padding: 74px 0 65px;
}
.singleTest {
    background: #fff;
    padding: 32px 20px 27px;
}
.singleTest p{
    font-size: 14px;
    color: #848484;
    line-height: 30px;
}
.testcarHeadding {
    margin-bottom: 36px;
}
.testDeg {
    margin-top: 38px;
}
.testDeg h2{
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
    position: relative;
}
.testDeg h2:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #ffa60a;
    content: '';
    top: -22px;
}
.testDeg p{
    color: #acacac;
    margin: 0;
}
.testCaro .owl-controls {
    margin-top: 50px;
}
.testCaro.owl-theme .owl-dots .owl-dot.active span,
.testCaro.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa60a;
}
.testCaro.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    border: 1px solid #ffa60a;
    background: transparent;
}

/**==================== Client ======================**/
.clientSec{
    padding: 60px 0;
}
.singleClient{
    border: 1px solid #e0e0e0;
    height: 90px;
    position: relative;
}
.singleClient img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
/**==================== Footer ======================**/
.footer{
    background: #000000;
    padding: 58px 0 42px;
}
.footer .widget{}
.fotterTitle{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer .widget{
    margin-bottom: 0;
}
.widget .colelem {
    width: 11%;
    border-top: 1px solid #FF000A;
    margin-bottom: 15px;
}
.footer p,
.footer a{
    color: #CCCCCC;
    line-height: 30px;
}
.fotinfo {
    margin-bottom: 44px;
}
.newsletter{
    position: relative;
}
.newsletter input {
    background: #253443;
    border: medium none;
    border-radius: 3px;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    padding: 13px 13px 6px;
}
.newsletter button {
    background: #3a4b5b;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
}
.newsletter button:hover{
    color: #ffa60a;
}
.newsletter input.reqError{
    color:#ffa60a;
}
.newslatp{
    margin-bottom: 26px;
}
.navigation{
    overflow: hidden;
}
.navigation > li {
    position: relative;
    padding-left: 15px;
}
/*.navigation > li:nth-of-type(odd){
    width: 63%;
}*/
.navigation > li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 20px;
    color: #FF000A;
}
.navigation > li a:hover{
    color: #ff000a;
    padding-left: 5px;
}
.footerLogo {
    margin-bottom: 15px;
    padding-left: 30px;
}
.contactText{
    margin-bottom: 20px;
    line-height: 25px !important;
    padding-left: 30px;
}
.address{
    margin-bottom: 30px;
}
.address > p {
    font-size: 14px;
    line-height: 20px;
}
.singleAdds{
    position: relative;
    padding-left: 22px;
    line-height: .8;
    margin-bottom: 15px;
}
.singleAdds i{
    position: absolute;
    left: 0;
    top: 2px;
    color: #FF000A;
    font-size: 18px;
}
.singleAdds p,
.singleAdds a{
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 10px;
}
.singleAdds a:hover{
    color: #ff000a;
}
.footerSocial {
    padding-left: 30px;
}
.footerSocial a{
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1C222A;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    line-height: .8;
    padding: 10px;
    display: inline-block;
}

.footerSocial a.vk:hover {
    background: #54769A;
}
.footerSocial a.ok:hover {
    background: #EE8208;
}
.footerSocial a.fac:hover{
    background: #325C94;
}
.footerSocial a.twi:hover{
    background: #00ABDC;
}
.footerSocial a.goo:hover{
    background: #EA3032;
}
.footerSocial a.lin:hover{
    background: #B83980;
}
.footerSocial a.pin:hover{
    background: #D9031F;
}
.copyright{
    background: #333333;
    padding: 36px 0;
}
.copyright p{
    margin: 0;
    line-height: .8;
    color: #979da4;
    text-align: center;
}
.copyright a{
    color: #ffffff;
    font-size: 14px;
}
.copyright a:hover{
    color: #ff000a;
}
/*=======================================================================
// Home Two
=========================================================================*/
.teammatesSec{
    padding-top: 90px;
    padding-bottom: 70px;
}
.singleWedowra{
    background: #fff;
    padding:70px 30px 70px 48px;
    margin-bottom: 30px;
}
.singleWedo{
    position: relative;
    padding-left: 100px
}
.singleWedo i{
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 85px;
    color: #ffa60a;
}
.singleWedo .fa.fa-paint-brush{
    font-size: 68px;
}
.singleWedo h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
}
.singleWedo p{
    color: #848484;
}
/*=======================================================================
// About Page
=========================================================================*/
/**==================== Breadcrumb ======================**/
.breadcrumbSec{
    padding: 78px 0 87px;
    background: url(../img/top_page.jpg) no-repeat scroll center center/cover;
    position: relative;
}
.breadcrumbSec:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.breadcrumbSec-about {
    background: url(../img/banner_about.jpg) no-repeat scroll center center/cover;
}
.breadcrumbSec-contact {
    background: url(../img/banner_about.jpg) no-repeat scroll center center/cover;
}
.breadTitle{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 23px;
}
.breadCumpNav{
    line-height: .8;
}
.breadCumpNav p {
    color: #ff000a;
    font-size: 18px;
}
.breadTitle-bg {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.7);
}
.breadCumpNav a{
    color: #f6ba18;
    font-weight: 400;
    text-transform: capitalize;
    line-height: .8;
}
.breadCumpNav i{
    font-size: 16px;
    margin: 0 5px;
}
.breadCumpNav a:hover{
    color: #ffa60a;
}
/**==================== About Content ======================**/
.abTitle{
    font-weight: normal;
    font-size: 32px;
    line-height: 30px;
    color: #ff000a;
    margin-bottom: 25px;
}
.abCont {
    /*margin-top: 30px;*/
}
.abCont p{
    margin-bottom: 28px;
    line-height: 25px;
}
/**==================== Team ======================**/
.teamSec {
    padding-bottom: 70px;
    padding-top: 13px;
}
.teamImg{
    margin-bottom: 17px;
    height: 270px;
}
.teamImg img{
    max-width: 100%;
    height: auto;
}
.teamDec{
    margin-left: 15px;
}
.teambg{
    position: relative;
    margin-bottom: 11px;
}
.teambg:after{
    width: 60px;
    height: 2px;
    background: #ff000a;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.teamTitle{
    font-size: 16px;
    color: #000;
    line-height: 20px;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.teamDeg{
    font-size: 14px;
    color: #acacac;
    padding-bottom: 15px;
    line-height: 1.2;
}
.singleTeam {
    margin-bottom: 20px;
}


/*=======================================================================
// Services Page
=========================================================================*/
.servicesContent{
    padding-top: 90px;
    padding-bottom: 60px;
}
/**================ services nav ================== **/
.servicesNav{
    background: #f1f1f1;
}
.servicesNav li:last-child{
    border-bottom: none;
}
.servicesNav li{
    line-height: .8;
    border-bottom: 1px solid #dfdfdf;
}
.servicesNav li.active{
    position: relative;
}
.servicesNav li.active:after{
    position: absolute;
    right: 13px;
    content: '\f105';
    top: 18px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: .8;
    color: #ffa60a;
}
.servicesNav li a{
    color: #2c3e50;
    line-height: .8;
    display: block;
    padding: 19.6px 16px;
}
.servicesNav li a:hover,
.servicesNav li.active a{
    background: #2c3e50;
    color: #ffa60a;
}
.pdfDownload {
    padding-left: 17px;
    padding-top: 40px;
}
.downloadTitle{
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
}
.downloadpdflink{}
.downloadpdflink a{
    display: block;;
    color: #8a8a8a;
    line-height: .8;
    margin-bottom: 14px;
}
.downloadpdflink a:hover{
    color: #ffa60a;
}
.downloadpdflink a i{
    margin-right: 8px;
}

/**================ services Content ================== **/
.singleServices{
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.servicesImg {
    margin-bottom: 8px;
}
.servicesImg img{
    width: 100%;
    height: auto;
}
.servicesCont {
    padding: 0 10px;
}
.servicesCont p{
    color: #848484;
}
.servictitle{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.servicRead{
    font-style: italic;
    line-height: .8;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.servicRead:hover:after{
    width: 100px;
}
.servicRead::before {
    background: #ffa60a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 100px;
}
.servicRead::after{
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    width: 0;
}
.servicRead i{
    margin-left: 15px;
}

/*=======================================================================
// Services Details
=========================================================================*/
.servicesDetails {
    padding-bottom: 50px;
    padding-top: 90px;
}
.servicesDetailsCont{
    margin-top: -10px;
}
.servicesDetailsCont p{
    color: #8a8a8a;
    margin-bottom: 30px;
}
.servicesdetaImg{}
.serdetaImg{
    margin-bottom: 30px;
}
.serdetaImg img{
    width: 100%;
    height: auto;
}
/*=======================================================================
// Blog
=========================================================================*/
.blogSection{
    padding: 40px 0 60px;
}
.blogSection-2{
    padding: 10px 0 50px;
}
.singleBlog{
    margin-bottom: 60px;
}
.singleBlog-2{
    margin-bottom: 0px;
}
.singleBlog-2{

}
.sblogImg{
    margin-bottom: 28px;
}
.sblogImg img{
    max-width: 100%;
    height: auto;
}
.blogTitle{
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 13px;
}
.blogMeta,
.blogMeta a{
    line-height: .8;
    color: #afafaf;
    font-style: italic;
}
.blogMeta a:hover{
    color: #ffa60a;
}
.blogMeta {
    margin-bottom: 17px;
}
.blogMeta span {
    margin: 0 0 0 4px;
}
.sblogDec {
    margin-bottom: 30px;
}
.blogReadmore{
    background: #ff000a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 30px;
    text-align: center;
}
.blogReadmore:hover{
    color: #fff;
    background: #DE0007;
}
.blogReadmore-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: #12aaeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 0.8;
    padding: 7px 10px;
    text-align: center;
    max-width: 43%;
}
.blogReadmore-2 i {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 5px;
}
.blogReadmore-2 span {
    font-size: 14px;
}
.blogReadmore-2 input {
    z-index: 99;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
.blogReadmore-2:hover {
    color: #fff;
    background: #333;
}
.blogReadmore-3 {
    background: #ff000a;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 51px;
    line-height: 0.8;
    padding: 18px 30px;
    text-align: center;
}
.blogReadmore-3:hover{
    color: #fff;
    background: #999;
}
.search{
    position: relative;
}
.search input{
    width: 100%;
    background: #eeeeee;
    border: none;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    color: #797979;
    padding: 0 20px ;
    font-style: italic;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa60a;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 57px;
    border-radius: 3px;

}
.search button:hover{
    color: #333;
}
.widget{
    margin-bottom: 60px;
}
.widgetTitle{
    font-size: 20px;
    margin-bottom: 45px;
}
.widgetList{}
.widgetList li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}
.widgetList li:after{
    content: '\f0da';
    color: #ffa60a;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    position: absolute;
}
.widgetList li a{
    font-size: 14px;
    color: #393939;
}
.widgetList li a:hover{
    padding-left: 5px;
    color: #ffa60a;
}
.singleRecPost{
    position: relative;
    padding-left: 100px;
    min-height: 112px;
    padding-top: 0px;
}
.singleRecPost img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 93px;
    max-height: 83px;
}
.recPostTitle{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 9px;
}
.singleRecPost:last-child {
    min-height: 83px;
}

/*=======================================================================
// Blog Details
=========================================================================*/
.singleBlogDetails{
    margin-bottom: 31px;
}
.blogDetailsDec{
    margin-bottom: 0px;
}
.blogDetailsDec p{
    color: #848484;
    margin-bottom: 31px;
}
.blogDetailsDec blockquote{
    border: none;
    padding: 0;
    margin: 0 0 30px;
}
.blogDetailsDec blockquote p{
    font-size: 16px;
    color: #393939;
    font-weight: 700;
}
.socialShare{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 12px;
    margin-bottom: 30px;
}
.socialShare p{
    color: #a5a5a5;
    font-weight: 600;
}
.socialShare p,
.shareSocial{
    display: inline-block;
    margin: 0;
}
.shareSocial span{
    color: #303030;
    font-weight: 600;
    margin-right: 3px;
}
.shareSocial{
    float: right;
}
.shareSocial a{
    color: #a5a5a5;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}
.shareSocial a:last-child{
    margin-right: 0;
}
.shareSocial a:hover{
    color: #ffa60a;
}
.fullwidthAuthor{
    background: #f6f6f6;
    margin-bottom: 60px;
}
.fwaIn{
    position: relative;
    padding-left: 185px;
    min-height: 168px;
    padding-top: 32px;
}
.fwaIn img{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 168px;
}
.fwaIn h2{
    font-size: 18px;
    line-height: .8;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.fwaIn p{
    line-height: 24px;
    color: #848484;
}
.fwaSocial{
    line-height:1.9;
}
.fwaSocial a{
    font-size: 12px;
    color: #c7c7c7;
    display: inline-block;
    margin-left: 10px;
}
.fwaSocial a:hover{
    color: #ffa60a;
}
.comment {
    margin-bottom: 58px;
}
h1.commentTitle {
    font-weight: normal;
    font-size: 36px;
    color: #ff000a;
    margin-bottom: 20px;
}
h1.commentTitle + p {
    font-size: 16px;
    margin-bottom: 20px;
}
.commentTitle{
    font-size: 24px;
    color: #1b2c3e;
    margin-bottom: 30px;
    line-height: 1.3;
}
.singleComment {
    min-height: 95px;
    padding-left: 123px;
    padding-top: 4px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.singleComment img{
    width: 100px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}
.singComTitle{
    font-size: 18px;
    margin-bottom: 12px;
}
.comdate{
    font-size: 13px;
    color: #1b2c3e;
    margin-bottom: 7px;
}
.singleComment p{
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.comreplay {
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
    color: #1b2c3e;
    font-weight: 600;
}
.commentForm input{
    width: 100%;
    height: 49px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border-radius: 3px;
    background: #F6F6F6;
}
.commentForm textarea{
    width: 100%;
    height: 150px;
    background: #F6F6F6;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 3px;
    color: #666666;
}
.commentForm input:focus,
.commentForm textarea:focus {
    background: #FFF;
}
.commentForm button{

}
.formmargin{
    margin-bottom: 15px;
}
#contactForm .reqError{
    border-color: #ffa60a;
}
/*=======================================================================
// Contact Page
=========================================================================*/
.contactInfo{}
.contAddress {
    margin-top: -6px;
}
.singleContadds{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.singleContadds i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #ff000a;
}
.singleContadds p{
    margin: 0;
    line-height: 24px;
}
.singleContadds a {
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #858585;
}
.singleContadds a:hover{
    color: #12aaeb;
}
.singleContadds.phone{}
.singleContadds.phone p{
    color: #272727;
}
.singleContadds.phone p span{
    color: #858585;
}
.contactSocial{
    padding-left: 33px;
}
.contactSocial a{
    display: inline-block;
    color: #1b2c3e;
    font-size: 12px;
    margin-right: 12px;
}

/*=======================================================================
// Error Page
=========================================================================*/
.errorPage {
    padding: 148px 0 133px;
}
.errorIn h1{
    font-size: 350px;
    color: #2c3e50;
    font-weight: 900;
    margin-bottom: 90px;
}
.errorIn h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.errorIn p{
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}
/*=======================================================================
// Project Single
=========================================================================*/
.projectSingleSec{
    padding-top: 90px;
    padding-bottom: 50px;
}
.singleProCaro {

}
.btn-360 {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.singleProCaro ol.carousel-indicators {
    bottom: 0px;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: calc(100% - 150px);
}
.singleProCaro .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid transparent;
    border-width: 0px 0px 2px 0px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 108px;
    margin: 0 5px 15px 0;
    text-indent: inherit;
    width: 108px;
}
.singleProCaro .carousel-indicators li img{
    width: 100%;
    height: 100%;
}
.singleProCaro .carousel-indicators li.active{
    border-color: #ff000a;
}
.singleProCaro .carousel-control {
    background: #f6f6f6;
    z-index: 99;
    bottom: 0;
    color: #000;
    font-size: 20px;
    height: 43px;
    left: 0;
    line-height: 0.8;
    margin: 0px auto;
    opacity: 1;
    padding: 12px 13px;
    position: absolute;
    text-align: center;
    top: 150px;
    width: 43px;
    border-radius: 3px;
    text-shadow: none;
}
.singleProCaro .carousel-control:hover i{
    color: #ff000a;
}
.singleProCaro .carousel-control i{
    color: #fff;
}
.singleProCaro .carousel-control.right {
    left: auto;
    right: 20px;
}
.singleProCaro .carousel-control.left{
    left: 20px;
}
.proDetaTitle{
    font-size: 20px;
    margin-bottom: 26px;
}
.projectDetais p{
    font-size: 14px;
    line-height: 30px;
    color: #acacac;
    margin-bottom: 33px;
}
.projectSininTitle{
    font-size: 20px;
    color: #000;
    margin-bottom: 17px;
}
.projectSingleInfo{
    margin-bottom: 60px;
}
.projectSingleInfo ul{}
.projectSingleInfo ul li{
    line-height: .8;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 19px 0;
}
.projectSingleInfo ul li span{
    color: #393939;
}
.projectSininTitle.two{
    margin-bottom: 25px;
}
.projectSingleText p{
    color: #666666;
}
.showit {
    background: #FF000A;
    bottom: 100px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 10px 12px;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.showit i{
    color: #fff;
}
.showit:hover{
    background: #333;
}




/*=======================================================================
// self styles
=========================================================================*/
.sliderSection .carousel-inner>.item>a>img,
.sliderSection .carousel-inner>.item>img,
.sliderSection .img-responsive,
.sliderSection .thumbnail a>img,
.sliderSection .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.singleBlog-1 {
    color: #666666;
}

.singleBlog-1 p {
    font-size: 16px;
}

.sbblogTit-2 {
    text-transform: none;
    font-size: 35px;
    font-weight: normal;
    margin: 0px 0px 30px;
}

.list-group-why {

}

.list-group-why i {
    color: #FF000A;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.list-group-why li {
    line-height: 20px;
    position: relative;
    padding: 0px 40px 25px 35px;
}

.list-group-why-two i {
    color: #FF000A;
    font-size: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list-group-why-two li {
    line-height: 23px;
    position: relative;
    padding: 0px 110px 25px 50px;
}
.list-group-partner {
    font-size: 16px;
    margin: 50px 0px 0px 25px;
    width: 80%;
}

.list-group-partner i {
    color: #12aaeb;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.list-group-partner li {
    line-height: 20px;
    position: relative;
    padding: 0px 40px 25px 35px;
}

.list-group-partner-ol {
    list-style-type: decimal;
    font-size: 16px;
    margin: -15px 0px 0px 100px;
    width: 80%;
}
.list-group-partner-ol-border {
    list-style: decimal;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    margin-top: 40px;
    max-width: 1010px;
    line-height: 25px;
}
.list-group-partner-ol-border li {
    padding-left: 45px;
    position: relative;
}
.list-group-partner-ol-border li i {
    position: absolute;
    color: #ff000a;
    left: 39px;
    top: 3px;
}
.list-group-partner-ol-border h3 {
    color: #333;
    padding-left: 45px;
    border-left: 2px solid #EEEEEE;
    font-weight: normal;
    padding-bottom: 10px;
}
.list-group-partner-ol-border h3.first:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 0px;
}
.list-group-partner-ol-border h3.last:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    display: block;
    left: 45px;
    top: 19px;
}
.list-group-partner-ol-border p {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.list-group-partner-ol-border-sub {
    border-left: 2px solid #EEEEEE;
    margin: 0px;
    padding: 0px 0px 50px 45px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    list-style-position: inside;
}
.list-group-partner-ol-border-sub li {
    padding-left: 20px;
}
.list-group-partner-ol-border p.last {
    border-left: 2px solid transparent;
}
.paryners-text-one {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.paryners-text-two {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.filterCont {
    margin-bottom: 50px;
}

.alert-top {
    position: fixed;
    top: 40%;
    width: 320px;
    margin: 0px auto;
    left: 50%;
    margin-left: -160px;
    border-radius: 0px;
    line-height: 20px;
}

#nav-category li {
    margin-bottom: 8px;
}

#nav-category a {
    background: #F6F6F6;
    padding-left: 30px;
    font-size: 16px;
    border-radius: 3px;
}

#nav-category li.active a,
#nav-category a:hover {
    background: #ff000a;
    color: #fff;
}

.aboutCont {
    padding: 75px 0;
}

#myCarousel .carousel-inner>.item>a>img,
#myCarousel .carousel-inner>.item>img {
    margin: 0px auto;
    max-width: 350px;
    max-height: 350px;
}

.projectSingleProd {
    padding: 15px 0px;
}
.projectSininTitle {
    margin: 25px 0px;
    font-size: 28px;
    color: #ff000a;
    line-height: 35px;
    font-weight: normal;
    text-align: right;
}
.projectSininTitle-2 {
    margin: 25px 0px;
    font-size: 28px;
    color: #ff000a;
    line-height: 35px;
    font-weight: normal;
}
.projectSininTitle-3 {
    margin: 0px 0px 25px;
    font-size: 28px;
    color: #ff000a;
    line-height: .8;
    font-weight: normal;
}
.cost-title {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cost {
    text-align: right;
    font-weight: bold;
    font-size: 35px;
    color: #ff000a;
    margin-bottom: 25px;
}
.buy {
    text-align: right;
}
.buy a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.projectSingleText {

}
.first-desc p {
    line-height: 22px;
}
.accent {
    color: #043140;
    background: #F6F6F6;
    border-left: 3px solid #F6BA18;
    padding: 15px 20px;
    line-height: 25px;
    margin: 15px 0px;
}
.accent ul {
    list-style: disc;
    padding-left: 20px;
}
.accent p {
    color: #043140;
    margin: 0px;
}
.second-desc p {
    line-height: 22px;
}
.teamCont {
    height: 50px;
    overflow-y: hidden;
}
.teamCont p {
    line-height: 20px;
    height: 40px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
.breadcrumbProd {
    padding: 15px 0px;
    margin-bottom: 20px;
    color: #12aaeb;
    font-weight: bold;
    margin-left: -5px;
}
.breadcrumbProd a {
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ff000a;
}
.breadcrumbProd a:hover {
    text-decoration: underline;
}
.breadcrumbProd span {
    padding: 0px 5px;
    color: #222;
}

#prodTabs {
    padding: 50px 0px;
}

#prodTabs ul {
    background: #F6F6F6;
}

#prodTabs .nav-tabs.nav-justified>li>a {
    font-size: 15px;
    padding: 13px 15px;
    border: none;
    border-radius: 0px;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
}

#prodTabs .nav-tabs.nav-justified>.active>a,
#prodTabs .nav-tabs.nav-justified>.active>a:focus,
#prodTabs .nav-tabs.nav-justified>.active>a:hover {
    background: #ff000a;
    color: #fff;
}

#prodTabs .tab-content {
    border: 1px solid #F6F6F6;
    border-width: 0px 1px 1px 1px;
    padding: 15px;
}

#accessories {

}
#accessories .row {
    margin-right: 0px;
    margin-left: 0px;
}
#accessories .col-sm-3,
#accessories .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;
}
#accessories .box-access {
    border: 1px solid transparent;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
#accessories .box-access:hover {
    border: 1px solid #ff000a;
}
#accessories .box-access-img img {
    max-width: 100%;
    margin: 0px auto 25px;
    max-height: 245px;
}
#accessories .box-access-title a {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}
#accessories .box-access-intro {
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    font-size: 18px;
    color: #9f9f9f;
    margin-bottom: 15px;
    text-overflow: ellipsis;
}
#accessories .box-access-intro p {
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    font-size: 16px;
    color: #6e6e6e;
    margin-bottom: 15px;
    text-overflow: ellipsis;
}
#accessories .box-access-cost-3 {
    height: 35px;
}
#accessories .box-access-cost-2 {
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}
#accessories .box-access-cost {
    color: #ff000a;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
#accessories .box-access-cost span {
    display: inline-block;
    font-size: 14px;
    color: #ACACAC;
    line-height: 20px;
    padding: 0px 5px;
    position: relative;
}
#accessories .box-access-cost span:after {
    width: 75%;
    height: 2px;
    background: #ff000a;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0px auto;
}
#accessories .box-access-more a {
    display: block;
    height: 45px;
    background: #F6F6F6;
    color: #666666;
    font-size: 15px;
    padding: 7px 0px;
    text-transform: uppercase;
}
#accessories .box-access-more a:hover {
    background: #ff000a;
    color: #fff;
}

#prodTabs .p-options {
    background: none;
    max-width: 450px;
}
.p-options .list-group-item {
    padding: 0px;
    border: none;
    position: relative;
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px dotted #ddd;
}
.p-options .list-group-item>.badge {
    width: 20%;
    text-align: left;
    position: relative;
    background: #fff;
    bottom: -15px;
    padding: 0px 0px 0px 10px;
    color: #333;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.p-options .list-group-item > div {
    position: relative;
    display: inline-block;
    background: #fff;
    bottom: -10px;
    line-height: 20px;
    padding: 0px 10px 0px 0px;
    z-index: 9;
}

.file-box {
    margin-bottom: 30px;
}
.file-desc {
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}
.file-param {
    font-size: 12px;
    color: #999;
}
.btn-file-2 {
    background: #ff000a;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    border-radius: 0px;
}
.btn-file-2 i {
    font-size: 20px;
    margin-right: 10px;
}
.btn-file-2:active,
.btn-file-2:focus,
.btn-file-2:hover {
    color: #343237;
    background: #F6F6F6;
}



#complect {
    padding: 20px 30px;
}
#complect h4 {
    color: #ff000a;
    font-size: 30px;
    margin-bottom: 20px;
}
#complect p {
    font-size: 18px;
    line-height: 30px;
    color: #606569;
    margin-bottom: 15px;
    padding-left: 25px;
}
#complect ul {
    background: none;
    padding-left: 25px;
}
#complect ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
#complect ul li i {
    color: #ff000a;
    margin-right: 5px;
}

.click-contacts {
    cursor: pointer;
}

.phone-2 {
    cursor: pointer;
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
    max-width: 43%;
}

.fileinput-2 {
    width: 205px;
    max-width: 205px;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.btn-file > input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}
.btn-file {
    overflow: hidden;
    position: relative;
    background: #999;
    color: #fff;
    padding: 15px 5px 16px;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    border-radius: 3px;
    border: none;
}
.fileinput-2 > .btn-file {
    width: 270px;
    max-width: 100%;
}
.btn-file:active,
.btn-file:focus,
.btn-file:hover {
    background: #ff000a;
}
.fileinput .fileinput-filename {
    font-size: 15px;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.faq-link {
    background: #ff000a;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    margin: 50px 0px 60px;
}

.faq-link i {
    font-size: 20px;
    margin: 0px 25px 0px 0px;
}

.faq-link:focus,
.faq-link:active,
.faq-link:hover {
    background: #f6f6f6;
    color: #222;
}

.margin-0 {
    margin: 0px;
}


#accordion-faq ul {
    list-style: initial;
    padding-left: 15px;
}
#accordion-faq .panel {

}
#accordion-faq .panel-default{
    border-radius: 0px;
    border: none;
    margin-top: 10px;
    box-shadow: none;
}
#accordion-faq .panel-heading {
    background: none;
    border: none;
    padding: 0px;
}
#accordion-faq .panel-title {

}
#accordion-faq .panel-title a {
    padding: 12px 50px 12px 20px;
    display: block;
    background: #ff000a url("../img/arrowpanelup.gif") no-repeat right center;
    color: #fff;
    line-height: 24px;
}
#accordion-faq .panel-title a.collapsed {
    background: #EEEEEE url("../img/arrowpaneldown.gif") no-repeat right center;
    padding: 12px 50px 12px 20px;
    display: block;
    color: #333;
    line-height: 24px;
}
#accordion-faq .panel-body {
    border: none;
}

.feedback-link {
    background: #ff000a;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 22px 0px 0px;
}
.feedback-link:active,
.feedback-link:focus,
.feedback-link:hover {
    background: #DE0007;
    color: #fff;
}

.dealer-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100% !important;
    max-width: 1170px;
    display: flex;
    gap: 2em;
    margin: 80px auto 50px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.marketplace {
    border: 1px solid #333;
    flex: 1 0 20%;
    min-width: 150px;
    max-width: 328px;
}
.marketplace img {
    max-width: 100%;
    height: auto;
}



.filter-cities {

}
.form-group {
    position: relative;
}
/*.form-group::before {*/
/*    content: "\f002";*/
/*    font-family: "FontAwesome";*/
/*    color: #dedede;*/
/*    position: absolute;*/
/*    font-size: 18px;*/
/*    top: 2px;*/
/*    right: 10px;*/
/*}*/
.alphabet {padding: 10px 0px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.letter {
    text-decoration: underline;
    font-size: 16px;
    margin-right: 15px;
}
.letter.active{
    color: #ff000a;
}
.cites {

}
.cites h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}
.city-list {
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
    margin-left: -7px;
    margin-right: -9px;
}
.city-list li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
}
.city-list-main {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.city-list-main li {
    padding-right: 0px;
    padding-left: 0px;
    white-space: nowrap;
    margin: 5px;
}

.cities {
    font-size: 14px;
    color: #ff000a;
    text-decoration: none;
}
.cities:focus,
.cities:active,
.cities:hover {
    color: #ff000a;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.cities-main {
    font-size: 16px;
}

.well {
    border-radius: 0px;
    box-shadow: none;
    padding: 5px 15px;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}
.store {
}
.see-on-map {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.see-on-map:focus,
.see-on-map:active,
.see-on-map:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

#call-order {

}
#call-order .modal-dialog {
    max-width: 400px;
}
#call-order .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 0px;
    border-bottom: none;
}
#call-order p {
    margin-bottom: 0px;
}
#call-order .btn-info {
    background: #12AAEB;
    border-radius: 3px;
    border: none;
}
#call-order .btn-info:focus,
#call-order .btn-info:active,
#call-order .btn-info:hover {
    background: #F6BA18;
}
#call-order .modal-header .close {
    margin-top: -2px;
    background: #12AAEB;
    line-height: 12px;
    display: inline-block;
    height: 17px;
    width: 17px;
    opacity: 1;
    color: #fff;
    text-align: center;
}
#call-order .modal-header .close:active,
#call-order .modal-header .close:focus,
#call-order .modal-header .close:hover {
    background: #F6BA18;
}
#call-order .modal-header .close span {
    display: inline-block;
    height: 18px;
    font-size: 17px;
    margin-left: 1px;
}
#call-order {

}
.request-section {
    background-color: #333333;
    padding: 27px 0px 28px 0px;
}
.request-section .lead {
    font-style: italic;
    color: #fff;
    margin: 5px 40px 15px 0px;
    font-size: 24px;
    text-align: right;
}
.commentForm ul li {
    position: relative;
}
.commentForm ul li i.fa-check {
    position: absolute;
    top: 12px;
    left: -30px;
    font-size: 22px;
    color: #3c763d;
}
.commentForm ul li i.fa-exclamation-triangle {
    position: absolute;
    top: 12px;
    left: -30px;
    font-size: 22px;
    color: #A94442;
}
.commentForm ul li .ajax-error {
    position: absolute;
    top: 45px;
    z-index: 99;
    padding: 0px 25px;
    right: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.order-call .ajax-error {
    position: absolute;
    top: 28px;
    z-index: 99;
    padding: 0px 10px;
    right: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 12px;
    line-height: 20px;
}

.order-call i.fa-exclamation-triangle {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 22px;
    color: #A94442;
}

.order-call i.fa-check {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 22px;
    color: #3c763d;
}


.balloon_layout {
    position: relative;
    min-width: 320px;
    max-width: 400px;
    width: 100%;
}
.balloon_layout .balloon_mid {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}
.balloon_layout .tail {
    width: 34px;
    height: 18px;
    background: url('../img/bg_tail.png') no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -17px;
    margin-top: -1px;
}
.balloon_layout .close {
    position: absolute;
    width: 9px;
    height: 9px;
    background: url('../img/bg_close.png') no-repeat;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.5;
}
.balloon_title {
    font-size: 19px;
    margin-bottom: 12px;
}
.balloon_layout .content {
    font-size: 13px;
    color: #14201e;
}
.balloon_layout .addr {
    color: #ff000a;
    font-size: 14px;
    margin-bottom: 10px;
}
.balloon_layout .phn {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.balloon_layout .lnk {
    font-weight: bold;
    font-size: 14px;
}
.balloon_layout a {
    text-decoration: underline;
}
.abImg {
    margin-top: 30px;
}
.ya-share2,
.ya-share2 * {
    display: none;
}

.sertificate-box img {
    max-height: 300px;
    margin: 0 auto;
}
.out-of-product {
    opacity: .4;
}

.out-of-product-title {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ff000a;
}