.page-header .breadcrumbs li::before {

    content: "/"!important;
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    left: -2px;
    top: 8px;
}

.main-timeline .timeline {
    margin: 0 -15px;
}

.main-timeline .timeline-content {
    color: #fff;
    text-align: center;
    display: block;
}

section.mission-vision {
    padding-bottom: 110px;
    position: relative;
    width: 100%;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 2px solid #c9a55a;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
    content: '';
    /* background: radial-gradient(#fff,#EA2027,#EA2027); */
    background: rgb(189 188 188);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.main-timeline .timeline-year:after {
    background: #c9a55a;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}

.main-timeline .inner-content {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 10px;
    position: relative;
    box-shadow: 0px 12px 15px -15px rgb(0 0 0 / 50%);
}

.main-timeline .inner-content:before,
.main-timeline .inner-content:after {
    content: '';
    background: #c9a55a;
    height: 40px;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
}

.main-timeline .inner-content:after {
    background-color: #000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -20px;
}

.main-timeline .timeline-icon {
    font-size: 50px;
    transition: all 0.3s;
}

.main-timeline .timeline:hover .timeline-icon {
    transform: rotateY(360deg);
}

.main-timeline .title {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
    padding-top: 15px;
}

.main-timeline .description {
    color: #615050;
    font-size: 16px;
    font-weight: unset;
    text-align: justify;
}

.main-timeline .timeline.blue .timeline-content {
    color: #fff;
}

.main-timeline .timeline.blue .timeline-year:before {
    /* background: radial-gradient(#fff,#1B1464,#1B1464); */
    background: rgb(207 206 206);
}

.main-timeline .timeline.orange .timeline-content {
    color: #fff;
}

.main-timeline .timeline.orange .timeline-year:before {
    /* background: radial-gradient(#fff,#EE5A24,#EE5A24); */
    background: rgb(255, 255, 255);
}

.main-timeline .timeline.green .timeline-content {
    color: #fff;
}

.main-timeline .timeline.green .timeline-year:before {
    /* background: radial-gradient(#fff,#009432,#009432); */
    background: rgb(255, 255, 255);
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin: 0 0 15px;
    }
}

section.portfoli-studio.set-pdd {
    padding-top: 100px;
}

.project-items {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.infra-section .news-block-one .inner-box {
    margin-bottom: 30px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
   
}

.news-block-one .inner-box .image-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
   
    transition: all 500ms ease;
}

.news-block-one .inner-box .image-box img.center-cropped {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.news-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.thumbnail22 {
    box-shadow: 0px 12px 15px -15px rgb(0 0 0 / 50%);
}

.thumbnail22 img.center-cropped {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumbnail22 .caption {
    padding: 0px 0px 10px !important;
    color: #333 !important;
}


.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
}


.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 55px;
    z-index: 1;
}

.sign-md {
    padding-top: 10px;
}

.sign-md h4 {
    animation: type 4s steps(22) infinite;
    overflow: hidden;
    white-space: nowrap;

    border-right: 1px solid black;
    width: 20ch;
    font-size: 20px;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

@keyframes type {
    0% {
        width: 0ch;
    }

    50% {
        width: 8ch;
    }

    100% {
        width: 19ch;
    }
}



section.md-msg {
    padding-bottom: 100px;
}
.contact-page{
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.ex-sets {
    font-size: 30px;
    text-align: justify;
}  
section.export {
    padding-bottom: 110px;
}

.expot-mg img {
    max-width: 100%;
    /* box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%); */
}

.expot-mg {
    padding-bottom: 65px;
}

.coun-try {
    margin-top: 20px;
    box-shadow: 0px 12px 15px -15px rgb(0 0 0 / 50%);
}
.dec-coun {
    background: rgb(235, 234, 234);
}


.coun-try .center-cropped {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contt-expo h4 {
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.mp-export-mm img {
    -webkit-animation: heartbeat11 1.8s ease-in-out infinite both;
    animation: heartbeat11 1.8s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat11 {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  

.product-item p {
    margin: 0;
}

.shop-block-two {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 35%);
    cursor: pointer;
  }
  
  .shop-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: all 500ms ease;
  }
  
  .shop-block-two .inner-box .image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
  }
  
  figure {
    margin: 0px;
  }
  
  .shop-block-two .inner-box .image-holder img {
    width: 100%;
    transition: all 900ms ease;
  }
  
  .shop-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 20px 15px 15px 15px;
    background: #f2f2f2;
  }
  
  .shop-block-two .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 15px;
    text-align: center;
  }
  
  h6.size_main_product {
    margin-top: 5px;
    padding-bottom: 0px;
    text-align: center;
  }
  
  .shop-block-two .inner-box .lower-content h4 a {
    position: relative;
    display: inline-block;
    color: #313131;
  }
  
  .shop-block-two:hover .inner-box {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  }
  
  .shop-block-two:hover .inner-box .image-holder img {
    transform: scale(1.05);
    opacity: 0.5;
  }
  
  .sproduct .pbigslider .pbigslide1 {
    text-align: center;
  }
  
  
  .sproduct .pbigslider .slick-slide a:focus {
    outline: none;
    border: none;
  
  }
  .sproduct .psmallslider .pbigslide1 img{

       padding-right: 7.5px;
  }
  
  .sproduct .psmallslider {
    margin-top: 20px;
    cursor: pointer;
  }
  
  .sproduct .psmallslider .pbigslide1 img {
  
    width: 100px;
    height: 85px;
    margin: 0 auto;
    outline: none;
    border: none;
  }
  
  .sproduct .psmallslider .slick-slide:focus {
    outline: none;
    border: none;
  }
  
  .sproduct .psmallslider {
    margin-top: 7.5px;
  }
  
  .releated-main {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  .set-cuu-flex {
   
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  
  .product-details {
    padding: 0px 30px 23px;
    /*** product option ***/
  }
  
  .product-details h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
  }
  
  .product-details p {
    margin-bottom: 1.3em;
    text-align: justify;
    font-size: 16px;
  }
  
  .table-main table {
    width: 100% !important;
  }
  
  .table-main td {
    padding: 9px 0px 10px 0px;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
  }
  
  .main-iq {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
  }
  
  .product-inq {
    width: 100%;
  }
  
  button.custom-btn {
    color: #fff;
    background: #f08b43;
    padding: 10px 10px 10px 10px;
    border: none;
    width: 49%;
    text-align: center !important;
    /* margin: 0px 0px 0px 10px; */
    display: block;
  }
  
  .custom-btn a {
    color: #fff;
  }
  
  .custom-btn a:hover {
    color: #fff;
    text-decoration: none;
  
  }
  
  button.custom-btn:hover {
    background-color: #000;
  }
  
  .c2 .center-cropped {
  
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
  }
  
  
  
  .bottom-desc {
    text-align: center;
    padding-top: 20px;
  }
  
  span.spce-top1 {
    font-size: 18px;
  }
  
  .related-product-slider .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  
  .add-blog {
    padding-right: 0px;
  
  
  }
  
  .set-block-box {
    width: 100%;
    display: block;
  }
  
  .main-fom {
    width: 100%;
  }
  
  .form-group {
    margin-bottom: 15px;
    width: 100%;
  }
  
  form input {
    -moz-box-sizing: border-box;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #888;
    line-height: inherit;
    padding: 10px 13px;
    padding-left: 16px;
    margin-bottom: 10px;
    width: 100%;
    max-height: 150px;
    border-radius: 0;
    background: #fdfdfd;
    font-size: 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  form textarea {
    -moz-box-sizing: border-box;
    background: #fff;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
    box-sizing: border-box;
    color: #888;
    line-height: inherit;
    padding: 10px 13px;
    padding-left: 16px;
    margin-bottom: 10px;
    width: 100%;
    max-height: 350px;
    border-radius: 0;
   
    font-size: 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .product-main-fom.contact-main {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  
  .form-group-two {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  button.btn-custom {
    font-size: 13px;
    color: #fff !important;
    letter-spacing: 3px;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 25px 15px 25px;
    background: #f08b43;
    display: inline-block;
    border-radius: unset;
    cursor: pointer;
  }
  
  button.btn-custom:hover {
    background: black !important;
    color: #fff;
  }
  
  .catalogue-img {
    width: 100%;
    box-shadow: 5px 5px 20px -10px #3e4095;
    border: solid 1px #eee;
    margin-bottom: 20px;
  }
  
  .set-flex-cata {
    text-align: center;
    padding-bottom: 20px;
  }
  
  .ctalog-main-desc-m {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  .set-flex-cata i:hover {
    color: #f08b43 !important;
  }
  
  
  .set-flex-cata a {
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
  }
  
  
  .set-flex-cata a:hover {
    color: #f08b43;
  }

  .table-main td {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
}

.widget-area .widget:last-child {
    margin-bottom: 20px;
}
  
.main-iq a {
    width: 49%;
}
.main-iq .ot-button {
    width: 100%;
}


.cate-box {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 0px 5px #e8e8e8;
    cursor: pointer;
    margin-bottom: 20px;
}
.shop-block-two {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 35%);
    cursor: pointer;
}
.shop-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.shop-block-two .inner-box .image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}
.shop-block-two .inner-box .image-holder img {
    width: 100%;
    transition: all 900ms ease;
}
.shop-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 20px 15px 15px 15px;
    background: #f2f2f2;
}
.shop-block-two .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 10px;
}
button.btn-view {
    background: black;
    color: white;
    padding: 10px;
    width: 49%;
    border: none;
}
button.btn-view a {
    color: #fff;
    border: none;
}

.desc-down {
    padding-bottom: 100px;
}

.pd-main table thead tr th {
    font-size: 15px;
    font-weight: 600 !important;
    color: #fff;
    background: #000;
    white-space: nowrap;
}
section.pr-main{
    padding-bottom: 100px;
}
.news-block-one {
    padding-bottom: 30px;
}

/*Developer 28-1-22 added css */

.form_error
{
	color:red;
}

.cmstext
{
	text-align:center;
	text-transform:uppercase;
}

.imgborder
{
	border:solid 1px #eee;
}

.sidebaractive
{
	background-color:#000 !important;
	color:#fff !important;
}