/*====================== button===============*/
   .submit-button {
      width: 20%;
      height: 50px;
      border-radius: 50px;
      color: #fff;
      background:#ff6633;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      border: 1px solid #fb4f00;
      outline: none;
      cursor: pointer;
      -webkit-box-shadow: 4.558px 13.237px 24px 0px rgba(246, 216, 202, 0.3);
      box-shadow:4.558px 13.237px 24px 0px rgba(246, 216, 202, 0.3);
      position: relative;
      z-index: 2; }
         .submit-button:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: black;
        z-index: -1;
        border-radius: 50px 0 0 50px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
         .submit-button:before {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        height: 100%;
        width: 0;
        background: black;
        z-index: -1;
        border-radius: 0 50px 50px 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
         .submit-button:hover {
        overflow: hidden; }
           .submit-button:hover:after,    .submit-button:hover:before {
          width: 50%; }




/*==========================================
    process
===========================================*/
.process {
  padding: 35px  0; 
background: #fafafa;}
  .process .container {
    position: relative; }
    .process .container .step {
      position: absolute;
      top: 40px;
      left: 100px;
      z-index: 55;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      right: 100px;
      z-index: 0; }
      .process .container .step img {
        width: 100%; }
  .process .single-process {
    text-align: center; }
    .process .single-process.down {
      margin-top: 60px; }
    .process .single-process .part-icon {
      width: 130px;
      height: 130px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url("../images/icon/single-process-hover.png") 100% 100% no-repeat;
      background-size: contain;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-bottom: 26px;
      position: relative; }
      .process .single-process .part-icon img {
        width: 60px; }
      .process .single-process .part-icon span.step-num {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 22px;
        height: 22px;
        background: #515251;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-weight: 700; }
    .process .single-process:hover .part-icon {
      background: url("../images/icon/single-process-bg.png") 100% 100% no-repeat;
      background-size: contain; }
      .process .single-process:hover .part-icon span.step-num {
        background: #7bcf0c; }
    .process .single-process h4 {
      font-weight: 600;
      color: #222222;
      font-size: 20px;
      margin-bottom: 6px; 
    font-family: 'Rajdhani', sans-serif;}
    .process .single-process p {
      font-size: 16px;
      line-height: 28px; text-align: center}
   

/*======================= inquiry page ======================*/
.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
    padding:50px 0 50px;
}
.ttm-tabs .content-tab {
    padding: 36px 30px 50px 30px;padding-top: 0;
}
.ttm-bgcolor-white, .ttm-bgcolor-white > .ttm-bg-layer, .ttm-header-style-infostack .ttm-header-wrap, .ttm-header-style-classic .ttm-header-wrap, .featured-iconbox a:hover i, .ttm-btn.ttm-btn-style-border.ttm-bgcolor-white, .ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover {
    background-color: #fff;
}
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }

/*  Contact-Form
---------------------------------------------------------------*/
.contactform .text-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ttm-quoteform-main{
    margin: 80px 200px !important;
}
.ttm-quoteform-main{
    background-color: #fff;
    color: #5e5e5e;
    font-size: 13px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.25); 
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
}
label i {
    position: absolute;
    z-index: 100;
    font-size: 16px;
    padding: 17px 0px;
}
.ttm-reset-qouteform-section {
    margin-right: -90px;
    margin-left: -90px;
    padding: 30px;
}

.wrap-form span.text-input {
    width: 100%;
    margin-bottom: 10px;
}
.getquote-form input[type="text"], 
.getquote-form textarea,
.getquote-form select {
    border-radius: 0;
    color: #8f8f8f;
    padding: 10px 10px 10px 55px;
    font-weight: 400;
    text-indent: 0;
    background-color: #fafbfc;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    height: 47px;
}
.getquote-form .text-input textarea{ height: 110px; }
.getquote-form button{ margin-top: 10px; }
.getquote-form .text-input input::placeholder,
.getquote-form .text-input textarea::placeholder
.getquote-form .text-input select::optior{ 
    color: #828282;
}
.wrap-form span.text-select:after {
    position: absolute;
    font-family: "FontAwesome";
}
.wrap-form span.text-select:after {
    right: 26px;
    top: 13px;
    content: "\f0d7";
}
.wrap-form label {
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
}
.wrap-form label {
    width: 100%;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.getquote-form label i {
position: absolute;
    color: #656363;
    z-index: 100;
    font-size: 16px;
    margin-left: 1px;
   border: 1px solid #dbdbdb;
    height: 47px;
    width: 43px;
    text-align: center;z-index:1;
}
.contactform .ttm-btn-icon-right{
    position: absolute;
    left: 69%;
    top: 76%;
}
.contactform .ttm-btn-icon-right button{
    font-weight: 700;
    font-size: 30px;
    height: 55px;
    width: 114px;
}
.ttm-bgcolor-darkgrey .contactform.style2 .text-input, .ttm-bgcolor-darkgrey .contactform.style2 .text-area ,.ttm-bgcolor-darkgrey .contactform.style2 .text-input>select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 9px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.contactform.style2 label i  {
    position: absolute;
    left: 5px;
    top: 25px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
}
.contactform.style2 .ttm-form-control{ margin-bottom: 15px;  display: block; padding-top: 5px; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}
/*  Timeline
---------------------------------------------------------------*/
.timeline{ position: relative; }
.timeline .timeline-panel { position: relative; padding-left: 100px; }
.timeline.ttmscore-timeline-round .timeline-year, .timeline.ttmscore-timeline-round .timeline-year::before {
    border-radius: 50%;
}
.timeline .timeline-year {
    left: 0;
    position: absolute;
    top: 5px;
    width: 74px;
    height: 74px;
    padding: 5px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ff6633;
    font-weight: 600;
}
.timeline .timeline-year:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 84px;
    height: 84px;
    border: 2px solid #c8c8c8;
}
.timeline .timeline-body h3:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -34px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #e6e5e4;
    z-index: 1;
}
.timeline .timeline-panel .timeline-body {
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    margin-left: 35px;
}
.timeline .timeline-panel .timeline-body p:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 11px;
    width: 2px;
    height: 100%;
    background: #f0f0f0;
    
}
.timeline .timeline-panel:last-child .timeline-body:before{
    height: 70%;
}
.timeline .timeline-body .title {
    position: relative;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
        font-family: 'Titillium Web', sans-serif;
}
.timeline .timeline-panel:not(:last-child) .timeline-body p{
    margin-bottom: 50px;
}
.ttm-bgcolor-skincolor{background-color: #f2f2f2;}


.parsley-errors-list{color:#ff0000;}


/*=============================  product ===============*/
.ttm-tabs.style2 .content-tab {
    padding: 0;
}
.ttm-tabs.style2 .row.ttm-boxes-spacing-10px {
    padding: 0;
}
.row.ttm-boxes-spacing-10px {
    margin: 0px;
    padding: 0 5px;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px 0 25px;
}

featured-item img, .featured-portfolio-item {
    position: relative;
    overflow: hidden;
}
.featured-item {
    position: relative;
}
.ttm-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(2, 13, 38, 0.68);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ttm-box-view-overlay .featured-iconbox.ttm-media-link {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ttm-box-view-overlay .featured-iconbox a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: unset;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: unset;    background: #fff;
    color: #f63;
}
.ttm-box-view-overlay .featured-iconbox a i {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ttm-box-view-overlay .featured-iconbox.ttm-media-link a.ttm_link {
    margin-left: 8px;
}
.content-portfolio-post
{background-color: #ff5e14;}
featured-portfolio-item .content-post.content-portfolio-post:before {
    border-color: transparent transparent #ff5e14 transparent;
}
.featured-portfolio-item .content-post.content-portfolio-post:before {
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 30px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
    top: -14px;
}
.featured-item .content-post h2.title-post {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    /* line-height: 25px; */
}
.content-post a{ color: #101010;}
featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a, .featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a:hover{color: #101010;}
.featured-iconbox a:hover i{    color: #ff5e14;
}
.featured-item:hover .ttm-box-view-overlay, .featured-item:hover .ttm-box-view-overlay {
    height: 100%;
    opacity: 1;
}
.featured-portfolio-item:hover .content-post.content-portfolio-post {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s;
    transition: transform 0.4s,opacity 0.1s;
    background-color: #dedede;
}
.featured-portfolio-item .content-post.content-portfolio-post {
  
    width: 100%;
   
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s;
    transition: transform 0.4s,opacity 0.1s;
    background-color: #dedede;
}
.featured-portfolio-item .content-post.content-portfolio-post {
    padding: 16px 18px;
}
.featured-item .content-post {
    padding: 25px;
    position: relative;
    text-align: left;
    background-color: #fff;
  
}
.featured-portfolio-item .content-post.content-portfolio-post:before {
    border-color: transparent transparent #dedede transparent;
}
.featured-portfolio-item .content-post.content-portfolio-post:before {
    border-color: transparent transparent #dedede transparent;
}

/***=========================== product detail ===============================================*/
.container.content, .section-empty > .content{
    padding-top: 50px;
    padding-bottom: 50px;
    
}
tab-box.left .nav-tabs, .tab-box.right .nav-tabs {
    padding-right: 38px;
    border: none;
    height: 30px!important;
}

.tab-box.left .nav-tabs, .tab-box.right .nav-tabs {
    border-bottom: none;
    padding: 0;
}
.tab-box.left .nav-tabs li.active, .tab-box.right .nav-tabs li.active {
    border: 1px solid #ccc;border-left:0px;
}
.tab-box.left .nav-tabs li, .tab-box.right .nav-tabs li {
    border: 1px solid transparent;
    padding:0;
    margin: 0;
}
.tab-box.left .nav-tabs > li {
    margin-right: -1px;
}
.tab-box.left .nav-tabs > li, .tab-box.right .nav-tabs > li {
    float: none;
 margin-bottom: 24px;
}
.tab-box .nav-tabs li.active {
    background-color: #FFF;
    z-index: 1;
    width: 100%;
}
/*======================= side bar =============================*/

.nav > li {
    position: relative;
    display: block;
    
}
.tab-box.left .nav-tabs > li.active > a, .tab-box.left .panel-box, .tab-box.right .panel-box, .tab-box.right .nav-tabs > li.active > a {
    overflow: visible;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
   
}

.tab-box.left .nav-tabs li a, .tab-box.right .nav-tabs li a {
    border: none !important;
}
li.active > a:hover {
    color: #ff6633;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .tab-box.inverse .nav-tabs li.active a, .tab-box.inverse .nav-tabs li:hover a, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    border: 1px solid #cccccc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    margin-right: 0;
}
.nav-tabs > li > a {
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px;
    border-radius: 0;
    border: 1px solid transparent;
    margin-right: 0;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tab-box.left .nav-tabs > li.active > a:before {
    right: -42px;
    border: 20px solid #b7b7b7;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
}
.tab-box.left .nav-tabs > li.active > a:before, .tab-box.left .nav-tabs > li.active > a:after, .tab-box.right .nav-tabs > li.active > a:before, .tab-box.right .nav-tabs > li.active > a:after, .section-two-blocks > .row > .col-md-6:last-child .content:after, .section-two-blocks > .row > .col-md-6:last-child .content:before {
   position: absolute;
    right: auto;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    display: block;
    border: 20px solid #FFF;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    z-index: 9;
}
.tab-box.left:not(.pills) .panel-box {
    border-left: 1px solid #ddd;
    margin-left: -1px;
}
box.right .panel-box .panel {
    padding: 0 20px;
    margin: 0 10px 0 -10px;
    border: none;
}
.tab-box.left .panel-box .panel {
    border: 1px solid #DDD;
    border-left-style: none;
    border-radius: 0px 4px 4px 0px;
}
.tab-box > .panel, .tab-box > .panel-box > .panel {
    padding: 0;
    border: none !important;
    border-radius: 0;
}
.tab-box.left .nav-tabs > li.active > a:before {
 left: -42px;
    border: 20px solid #b7b7b7;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}
.tab-box .panel.active {
    display: block;
}
.tab-box > .panel, .tab-box > .panel-box > .panel {
    padding: 15px;
    border: 1px solid #DDD;
    border-top-style: none;
    display: none;
    border-radius: 0px 0px 4px 4px;
}
.title-base h2, h2 {
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    margin-bottom: 32px;
    color: #2d2d2d;
    font-family: 'Rajdhani', sans-serif;
}
hr.space.l {
    height: 50px;
}
.maso-list, .grid-list {
    position: relative;
}
.grid-box, .maso-box {
    margin: -15px;
    width: 100%;
    width: calc(100% + 30px);
}
.grid-box > .grid-item, .maso-box > .maso-item {
    padding: 15px;
}
.grid-box .grid-item .advs-box, .maso-box .maso-item .advs-box {
    margin-bottom: 0;
}
.advs-box.boxed {
    background: none;
    border: 1px solid #ccc;
}
.advs-box-top-icon-img.boxed, .advs-box-top-icon-img.boxed-inverse {
    padding: 0 !important;
    
}
.grid-item > [class*="boxed"], .grid-item > [class*="boxed-inverse"], .maso-item > [class*="boxed"], .maso-item > [class*="boxed-inverse"] {
    width: 100% !important;
}
.grid-item .img-box:not([class*="row-"]), .grid-item .box, .grid-item .base-box {
    height: 100%;
}
.advs-box-top-icon-img .img-box, .advs-box-multiple .img-box, .advs-box-top-icon-img .flexslider .slides > li, .advs-box-multiple .flexslider {
    z-index: 1;
    max-height: 350px;
    max-width: 100%;
    display: block;
}
.img-box {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
}
grid-box .img-box:not(.thumbnail) > span, .grid-box .img-box-adv > span {
    height: auto;
}
.gallery > a span, .img-box > span, .img-box-adv > span {
    display: block;
    overflow: hidden;
    height: 100%;
}
.advs-box .img-box img, .base-box .img-box img {
    width: 100%;
    z-index: 1;
}
.img-box img {
    transition: all .3s, margin-top 1ms, width 1ms, max-width 1ms, margin-left 1ms !important;
    outline: 1px solid transparent;
    
}
.grid-item .img-box img{
animation: all .3s !important;
    position: relative;
   height: 195px;
        margin: -10px 0 0 -10px;
    
    width: 100% ;
  
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid-item  .img-box img:hover  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
   
}
.grid-item  .img-box  .view-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;z-index: 9   
}
.grid-item  .img-box .view-details:before {
   
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
} 
.grid-item  .img-box .view-details a i{
   
    font-size: 18px;
    
    color: #ffbd34;
    position: absolute;
    right: 30px;
    bottom: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.grid-item  .img-box img:hover .view-details:before  {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
 .grid-item  .img-box img:hover .view-details a i
{opacity: 1;
    color: #ffb51b;
    visibility: visible;
    z-index: 999
}
.advs-box-top-icon-img.boxed .advs-box-content, .advs-box-top-icon-img.boxed-inverse .advs-box-content {
        padding: 18px;
    border: none;
    height: 60px;background: #f5f5f5;
}
.advs-box-top-icon-img h3 {
    position: relative;
    display: inline-block;
    transition: all .6s;
    font-family: 'Rajdhani', sans-serif;
}
.advs-box h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
}
.advs-box h3, .advs-box h2 {
    margin: 0 0 10px 0;
}
.advs-box-top-icon-img h3:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
   
    left: 0;
    top: 50%;
    margin-top: 2px;
    transition: all .6s;
           background-color: #F5BF23 !important;
}
.advs-box-top-icon-img:hover h3:before {
    width: 100%;
}
advs-box.text-left p {
    margin-left: 0;
    text-align: left;
}
.advs-box .advs-box-content p {
    margin: 0 auto 0 auto;
    padding: 0;
}
 margin-bottom: 0;
}
.advs-box p {
    font-size: 13px;
    line-height: 24px;
}

/*=============================================================================================*/
 .borderd{
webkit-box-shadow: 0px 1px 6px 2px #ededed;
    box-shadow:0px 1px 6px 2px #ededed;
}
.grid-item .img-box .view-details:before {
    /* content: ""; */
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.6);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}.grid-item .img-box .view-details a {
   
    font-size: 18px;
    color: #ffbd34;
    position: absolute;
    right: 7px;
    bottom: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}.grid-item:hover .view-details a {
    opacity: 1;
    visibility: visible;
}.grid-item:hover .view-details:before {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
}.grid-item:hover img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pt-20{padding-top:30px;}


/**=====================================  brochure ====================================*/



.single-widget {
   background: #f8f8f8;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
    padding: 15px;
    padding-bottom:0;
    margin-top: 20px;
}
 .single-widget .sec-title {
     padding-bottom: 0px;
}
 .single-widget .brochures p {
    color: #444444;
    line-height: 28px;
}
 .single-widget .brochures .buttons a.brochure {
    display: inline-block;
    color: #fff;
    background: #fb4f00;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 56px;
    padding: 0 30px;
    font-weight: 700;
    position: relative;
    border: 2px solid #fb4f00;
    font-size: 18px;
    z-index: 2;
    position: relative;
}
.single-widget .brochures .buttons a.brochure img {
    width: 30px;
    margin-right: 20px;
}
.single-widget .brochures .buttons a.brochure:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222222;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}



/*================================= footer ===========================================*/
/*=================== footer - bottom =================*/
  .footer-bottom{
	position:relative;
      margin-top: 28px;
}

 .footer-bottom .inner-container{
	position:relative;
	padding:11px 35px;
}

 .footer-bottom .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:107.5%;
	height:100%;
	background-color:#0c0c0c;
	border-radius:20px 0px 0px 0px;
}

 .footer-bottom.style-two .inner-container:before{
	width:100%;
	border-radius:20px 20px 0px 0px;
	background:url(../images/background/10.jpg) no-repeat;
}

 .footer-bottom .inner-container .copyright{
	position:relative;
	font-size:14px;
	color:#9c9c9c;
}
.footer-bottom .inner-container .copyright a{color:#9c9c9c;}
 .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

 .footer-bottom .footer-nav li{
	position:relative;
	padding:0px 15px;
	line-height:1.2em;
	display:inline-block;
	border-right:1px solid #ffffff;
}

 .footer-bottom .footer-nav li:last-child{
	padding-right:0px;
	border-right:0px;
}

 .footer-bottom .footer-nav li a{
	position:relative;
	color:#9c9c9c ;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

 .footer-bottom .footer-nav li a:hover{
	color:#9c9c9c;
}.service-block-one{
  position: relative;
    display: block;
    background: #fafafa;
    padding: 32px 15px 27px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.service-block-one .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 50px;
  background: #f2f1ed;
  color: #ff6633;
  margin-bottom: 26px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one:hover .icon-box{
  color: #fff;
}

.service-block-one .icon-box:before{
  position: absolute;
  content: '';
  background:#ff6633;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-one h4{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: 000;
  margin-bottom: 19px;
}

.service-block-one h4 a{
  position: relative;
  display: inline-block;
  color: #000;
}

.service-block-one h4 a:hover{
  color: #ff6633;
}
   .tab-box.left .nav-tabs li a {cursor: pointer;}
     .tab-box.left .nav-tabs li:before {
  content: '';
       
  position: absolute;
  bottom: 0; left: 30%;
  width: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); 
}
      .tab-box.left .nav-tabs li:hover:before {
           background:#f63 !important;
  width: 40%;
  -webkit-animation: heartbeat-x 1.7s infinite ease-in;
          animation: heartbeat-x 1.7s infinite ease-in;
}

.tab-box.left .nav-tabs li:hover {
   
  -webkit-animation: heartbeat 1.7s infinite ease-in;
          animation: heartbeat 1.7s infinite ease-in;
}
      .tab-box .nav-tabs li:hover .active{background:#f63 !important;}
      .tab-box.left .nav-tabs li:hover > a, .tab-box.left .nav-tabs li.current-active > a{ color:#fff !important;    background-color: #f63;}
@-webkit-keyframes heartbeat {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.1); }
  20% { -webkit-transform: scale(1); }
  30% { -webkit-transform: scale(1.1); }
  40% { -webkit-transform: scale(1); }
}

@-webkit-keyframes heartbeat-x {
  0% { -webkit-transform: scaleX(0); }
  10% { -webkit-transform: scaleX(1); }
  20% { -webkit-transform: scaleX(0); }
  30% { -webkit-transform: scaleX(1); }
  40% { -webkit-transform: scaleX(0); }
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  10% { transform: scale(1.1); }
  20% { transform: scale(1); }
  30% { transform: scale(1.1); }
  40% { transform: scale(1); }
}

@keyframes heartbeat-x {
  0% { transform: scaleX(0); }
  10% { transform: scaleX(1); }
  20% { transform: scaleX(0); }
  30% { transform: scaleX(1); }
  40% { transform: scaleX(0); }
}
      .tab-box .nav-tabs li.active :hover ,.tab-box .nav-tabs li.active.current-active{
          background-color:#f63;}
       .tab-box.left .nav-tabs > li.active.current-active > a:after{  position: absolute;
    right: auto;
    left: -40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    display: block;
    border: 20px solid #f63;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    z-index: 9;}

