/* fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Kaushan+Script&family=Roboto+Condensed:wght@300;400;700&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body  {
    
/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Comfortaa', cursive;*/
font-family: "Montserrat", sans-serif;
    -ms-overflow-style: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*background: url(../images/bg-main.jpg) repeat-x;*/
}
/* new nav starts */

/* new nav ends */
a, :hover  {
    -ms-overflow-style: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
p  {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 30px;
}
ul,li  {
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-carousel  {
  background: #000;
}
.carousel-caption span {
    color: #ff4800;
}

/* To mantain the navbar at the top once it is affixed */
.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 999;
}
.affix-top {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.affix + section{
  padding-top: 70px;
}
nav.navbar.navbar-default.navbar-fixed.affix {
  background: #0000008a;
}
.navbar {
    position: fixed;
    height: 65px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}
.navbar {
  /*min-height: 115px;*/
}
.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
/* social  media icons styles */
.social {
    position: fixed;
    bottom: 30%;
    z-index: 999;
    width: 4%;
}

.social ul {
    padding: 0;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    width: 310px;
    font-size: 17px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .twitter_li {
    background: #00abf0;
    color: #fff
}

.social ul .facebook_li {
    background: #ff4800;
    color: #ff4800;
    border: 1px solid #ff4800;
}
.social ul .ln_li {
    background: #007ab8;
    color: #fff
}

.social ul .gplus_li {
    background: #d0422a;
    color: #fff
}

.social ul .wapp_li {
   background: #ff4800;
    color: #fff;
    border: 1px solid #ff4800;
}

.social ul .skype_li {
    background: #3e9dd7;
    color: #fff
}

.social ul .twitter_li:hover {
    background: #00abf0;
    color: #fff
}

.social ul .facebook_li:hover {
    background: #ff4800;
    color: #fff
}

.social ul .ln_li:hover {
    background: #00abf0;
    color: #fff
}

.social ul .gplus_li:hover {
    background: #d0422a;
    color: #fff
}

.social ul .wapp_li:hover {
    background: #ff4800;
    color: #fff
}

.social ul .skype_li:hover {
    background: #3e9dd7;
    color: #fff
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4)
}

.social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.social ul li:hover i {
    background: #ff4800;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.social ul li .fa-twitter:hover {
    color: #00abf0
}

.social ul li .fa-facebook:hover {
    color: #39579a
}

.social ul li .fa-linkedin:hover {
    color: #007ab8
}

.social ul li .fa-google-plus:hover {
    color: #d0422a;
    font-size: 15px
}

.social ul li .fa-whatsapp:hover {
    color: #fff;
}

.social ul li .fa-skype:hover {
    color: #3e9dd7
}

.social ul li i {
    margin-left: 10px;
    color: #fff;
    /* background: #fff; */
    /* padding: 7px 10px 8px 8px; */
    /* -webkit-border-radius: 50%; */
    /*-moz-border-radius: 50%;*/
    /* border-radius: 50%; */
    width: 25px;
    height: 25px;
    font-size: 25px;
    /* background: #fff; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.social ul li .fa-twitter {
    color: #00abf0
}

.social ul li .fa-facebook {
   color: #545151;
}

.social ul li .fa-linkedin {
    color: #007ab8
}

.social ul li .fa-google-plus {
    color: #d0422a;
    font-size: 15px
}

.social ul li .fa-whatsapp {
    color: #fff;
}

.social ul li .fa-skype {
    color: #3e9dd7
}


/* social  media icons styles end */

.logo  {
    width: 140px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 20px;
}
.welcome-sec  {
    padding: 40px 0px 0px;
}
.welcome-title  {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c2262c;
}

.pera {
        font-size: 17px;
    line-height: 25px;
}
.btn-primary  {
    background: #c2262c;
    border-color: #c2262c;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
}
.btn-primary:hover  {
    background: #0bce6d;
    border-color: #0bce6d;
    color: #fff;
}
span.title-line2 {
    color: #ff4800;
    /*margin-top: -5px;*/
    /*position: absolute;*/
    /*margin-left: -63px;*/
}
span.title-casting {
    color: #ffffff;
    margin-top: -15px;
    position: absolute;
    margin-left: -15px;
}
span.title-line2 i {
    color: #171717a6;
    font-size: 26px;
    padding: 10px;
}
a.btn.wel-btn i {
    padding: 5px;
    font-size: 18px;
    font-weight: 100;
}
p.pera.text-center.warranty {
    font-size: 26px;
}

.home-about {
    margin: 0px 0px 0px;
    box-shadow: 0px 0px 8px 3px #cccc;
    padding: 20px 0px;
}
.title-casting-d h3 {
    /*text-align: right;*/
    /*margin-top: 75px;*/
    color: #fff;
}
.title-cast h3 {
    font-size: 50px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #000;
    text-align: center;
}
.title-strip h3 {
    font-size: 26px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #ff4800;
    text-align: left;
    margin-top:0px;
}
.title-strip p  {
  font-size: 28px;
  line-height: 30px;
  padding: 15px 0;
}
.services {
    padding: 30px 0;
   background: #282828;
}
.services-1  {
  padding: 30px 0 60px;
  background:#f2f2f2;
}
.services-strip  {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.services-strip h3 a {
    background: #ffffffdb;
    color: #656565;
    display: block;
    padding: 5px;
    /* text-transform: uppercase; */
    text-align: center;
    /* border: 1px solid #ccc; */
    font-size: 18px;
}
.services-strip h3 a:hover  {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.serv-img  {
/*  box-shadow: -12px -9px 0px 1px rgba(0,0,0,0.08);*/
/*-webkit-box-shadow: -12px -9px 0px 1px rgba(0,0,0,0.08);*/
/*-moz-box-shadow: -12px -9px 0px 1px rgba(0,0,0,0.08);*/
}
.btn-yellow {
    font-size: 20px;
    color: #c3262c;
    background: #FFF;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 12px 18px;
    border: 1px solid #fff;
    width: 100%;
    font-weight: 700;
}

/* gallery */

.project-area .section-title h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5rem;
  }
  @media (max-width: 767px) {
    .project-area .section-title h2 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }
  
  .grid > [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .grid-item {
    position: relative;
  }
  .grid-item img {
    width: 100%;
  }
  .grid-item:hover .grid-hover-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  
  .grid-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-hover::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 51%);
    z-index: -1;
}
  .grid-hover h3 {
    position: relative;
    margin: -3.125rem 0 0.25rem;
    text-align: center;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .grid-hover h3 {
      font-size: 1.3125rem;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-hover h3 {
      font-size: 1.25rem;
      margin: -2.5rem 0 0.25rem;
    }
  }
  .grid-hover span {
    font-weight: 500;
    position: relative;
    display: block;
    padding-bottom: 20px;
  }
  
.grid-hover-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* padding-top: 5rem; */
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-hover-link {
      padding-top: 5.625rem;
    }
  }
  .grid-hover-link a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ffffff;
    text-align: center;
    margin: 0 0.5rem;
  }
  .grid-hover-link a:hover {
    background-color: #ffffff;
  }
  .grid-hover-link a:hover span::before {
    color: #c2262c;
  }
  .grid-hover-link a span {
    display: inline-block;
    line-height: 1;
  }
  .mouse-move {
    overflow: hidden;
    perspective: 1600px;
  }
  
  .mouse-move .grid-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    pointer-events: none;
  }
  
  .mouse-move.in-top .grid-hover {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: in-top 0.3s ease 0s 1 forwards;
    animation: in-top 0.3s ease 0s 1 forwards;
  }
  
  .mouse-move.in-right .grid-hover {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: in-right 0.3s ease 0s 1 forwards;
    animation: in-right 0.3s ease 0s 1 forwards;
  }
  
  .mouse-move.in-bottom .grid-hover {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 0.3s ease 0s 1 forwards;
    animation: in-bottom 0.3s ease 0s 1 forwards;
  }
  
  .mouse-move.in-left .grid-hover {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: in-left 0.3s ease 0s 1 forwards;
    animation: in-left 0.3s ease 0s 1 forwards;
  }
  
  .mouse-move.out-top .grid-hover {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: out-top 0.3s ease 0s 1 forwards;
    animation: out-top 0.3s ease 0s 1 forwards;
  }
  
  .mouse-move.out-right .grid-hover {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 0.3s ease 0s 1 forwards;
    animation: out-right 0.3s ease 0s 1 forwards;
    margin-left: 1px;
  }
  
  .mouse-move.out-bottom .grid-hover {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 0.3s ease 0s 1 forwards;
    animation: out-bottom 0.3s ease 0s 1 forwards;
  }
  .vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999 !important;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}
  
  .mouse-move.out-left .grid-hover {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: out-left 0.3s ease 0s 1 forwards;
    animation: out-left 0.3s ease 0s 1 forwards;
  }
  
  @keyframes in-top {
    from {
      transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-right {
    from {
      transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-bottom {
    from {
      transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes in-left {
    from {
      transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
      transform: rotate3d(0, 0, 0, 0deg);
    }
  }
  @keyframes out-top {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(-1, 0, 0, 104deg);
    }
  }
  @keyframes out-right {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, -1, 0, 104deg);
    }
  }
  @keyframes out-bottom {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(1, 0, 0, 104deg);
    }
  }
  @keyframes out-left {
    from {
      transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
      transform: rotate3d(0, 1, 0, 104deg);
    }
  }
  .grid-hover h3{
      color: #fff;
      position: relative;
      font-size: 1.5rem;
      position: relative;
      margin: 6rem 0 0.25rem;
      text-align: center;}
    @media (min-width: 992px) and (max-width: 1199px) {
    .grid-hover h3 {
      font-size: 1.3125rem;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-hover h3 {
      font-size: 1.25rem;
      margin: -2.5rem 0 0.25rem;
    }
  }
  .grid-hover span {
    font-weight: 500;
    position: relative;
    display: block;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  .grid-hover-link{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-area  {
      padding: 60px 0;
  }
  .grid-hover-link a span {
    display: inline-block;
    line-height: 1;
    color: #fff;
}

.products-strip h3  {
    background: #910630;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
}
.products-strip  {
    border:1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.products-strip:hover img  {
    opacity: .5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.pro-headding  {
    font-size: 22px;
    color: #910630;
    padding-bottom: 15px;
}




/* HOME PAGE GALLERY LIGHT BOX */

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
  
    /* Image border */
    border: 4px solid white;
  }
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
  
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  
  /* HOME PAGE GALLERY LIGHT BOX */

  .photogallery  {
      padding: 60px 0px 120px;
      background:#000;
  }
  .btn-yellow-2 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 12px 18px;
    width: 100%;
    font-weight: 700;
}
.news-events-sec  {
    padding: 90px 0;
    background: #eef4f5;
}

.single-blog-img {
    overflow: hidden;
  }
  
  .single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  .single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
  }
  .single-blog-img img {
    width: 100%;
  }
  
  .blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 25px;
  }
  .blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
  }
  .blog-post-date span:first-child {
    color: #c2262c !important;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
  }
  .blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
  }
  .blog-content {
    display: table;
  }
  .blog-content h4 {
    color: #212121;
  }
  .blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 20px;
    font-weight: 600;
  }
  .blog-content h4 a:hover {
    color: #FFCA00;
  }
  .meta-post {
    margin: 10px 0 13px;
  }
  .meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
  }
  .author {
    margin-bottom: 60px;
  }
  .meta-post span a {
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
  }
  :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .meta-post span:last-child {
    padding-right: 0;
  }
  .exerpt {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    font-weight: normal;
}
  .sponsor-slider .owl-nav button.owl-prev, .sponsor-slider .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*background: #333 !important;*/
    color: #ccc !important;
    border-radius: 6;
    margin-left: 3px;
    position:absolute;
    top:55px;
  }
  .owl-next {
    right: -70px;
}
.owl-prev {
    left: -70px;
}
i.fa.fa-angle-left {
    font-size: 45px;
}
i.fa.fa-angle-right {
    font-size: 45px;
}
  .btn-success {
    color: #fff;
    background-color: #ba4243;
    border-color: #ba4243;
  }
  .text-success {
    color: #ba4243;
  }
  .btn-success:hover {
    color: #000;
    background-color: beige;
    border-color: beige;
  }
  .text-success {
    color: #ba4243;
  }
  
  .mnmhgt  {
    min-height: 312px;
  }
  
  .bg-img12 {
    background-image: url(../images/bg-image/row-bgimage-12.png);
    background-repeat: no-repeat;
    background-position: top right;
  }
  .ttm-row {
    padding: 90px 0;
  }
  .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .position-relative {
    position: relative!important;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .ttm-bgcolor-white, .ttm-bgcolor-white > .ttm-bg-layer, .ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner, .ttm-icon_element-background-color-white, .ttm-video-icon .ttm-icon.ttm-icon_element-background-color-white:before, .ttm-video-icon .ttm-icon.ttm-icon_element-background-color-white:after, .featured-iconbox:not(.ttm-media-link) a:hover i, .ttm-btn.ttm-btn-style-border.ttm-bgcolor-white, .ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover, .ttm-btn-bgcolor-white, .ttm-btn-color-white.ttm-btn.btn-inline:after, .ttm-btn-color-white.ttm-btn.btn-inline:before, .featured-icon-box.without-icon.style1, .featured-imagebox-team.style1 .social-icons li>a:hover, .featured-imagebox-gallery .ttm-media-link a:hover, .inside.ttm-fid-view-topicon h3:after, .newsletter-form .ttm-btn.ttm-btn-bgcolor-darkgrey:hover {
    background-color: #fff !important;
  }
  .product-name  {
    background: #c2262c;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
  }
  .sponsor-item {
    /*padding: 15%;*/
}
.sponsor-item-slider {
    padding: 10px;
}
.sponsor-slider {
  position: relative;
}

/*.sponsor-slider .owl-nav {*/
/*  position: absolute;*/
/*  top: -64px;*/
/*  right: 15px;*/
/*}*/
.sponser-section  {
  padding: 90px 0;
  /*transform: skew(0deg, 6deg);*/
  /*  background: #fff;*/
    
    background: url(../images/testimonial-bg.jpg) no-repeat center center;
    background-size: cover;
    /* position: relative; */
    height: auto;
    background-color: #f4f4f4;
    background-attachment: fixed;
    /* padding: 30px 0px; */
    margin-top: 60px;
    min-height: 500px;
    
}



/* back to top */

#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.copyright-sec  {
  background: #fff;
  /*padding: 20px 0;*/
}
.copyright-text {
    color: #000;
    font-size: 12px;
    padding: 5px;
    /*text-transform: uppercase;*/
}
/*footer  {*/
/*  background: url(../images/footer-bg.jpg) no-repeat center center;*/
/*  position: relative;*/
/*  height: auto;*/
/*  padding: 90px 0;*/
/*}*/
footer {
    /* background: url(../images/footer-bg.jpg) no-repeat center center; */
    position: relative;
    height: auto;
    padding: 20px 0;
    background-color: #000;
}
.footer-pera  {
  color: #fff;
  line-height: 30px;
  font-size: 17px;
}
.footer-social-icons  {
  margin-top: 15px;
}


/* inner page */


.banner_area.banner_one {
  background: url(../images/innerpage-banner.jpg) no-repeat right center;
  background-size: cover;
}
.banner_area.banner_portfolio{
  background: url(../images/portfolio-banner.jpg) no-repeat right center;
  background-size: cover;
}
.banner_area.banner_two {
  background: url(../images/login.jpg) no-repeat right center;
  background-size: cover;
}
.about-page .banner_area {
  height: 490px;
}
.banner_area {
  /*height: 295px;*/
  /*background-size: cover;*/
  /* min-height: 352px; */
  /*position: relative;*/
}
.banner_area:before {
  content: "";
  background: rgb(0 0 0 / 2%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_area .container {
  height: 100%;
}
.content-align {
  display: table;
  height: 100%;
  width:100%;
}
.content-center {
  display: table-cell;
  margin: auto;
  vertical-align: bottom;
}
.banner_content {
  width: 100%;
  float: left;
}
.banner_area .banner_content h3 {
    bottom: 30px;
    padding: 0px 0 10px 0;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    /*text-transform: uppercase;*/
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner_link {
  background-color: #f7f7f7;
  box-shadow: 0 0 14.5px rgb(0 0 0 / 12%);
}
.abnner_link_inner {
  display: inline-block;
  padding: 20px 30px;
}
.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
  color: #000;
  text-decoration: none;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: .32px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

/* contact page */

.section-padding {
  padding: 45px 0;
}
.section-dark {
  background-color: #f9f9f9;
  z-index: -2;
}
.form-control,
.form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0
}

.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
  color: #BDBDBD;
  font-weight: 400
}

.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 400
}

.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
  color: #BDBDBD;
  font-weight: 400
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
  background-color: rgba(0, 0, 0, 0)
}

.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
  background-image: none;
  border-bottom: 1px dotted #D2D2D2
}

.form-group {
  position: relative
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all
}

.form-group.label-floating label.control-label {
  will-change: left, top, contents
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
  display: none
}

.form-group .help-block {
  position: absolute;
  display: none
}

.form-group.is-focused .form-control {
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.form-group.is-focused .form-control .material-input:after {
  background-color: #009688
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #009688
}

.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
  color: #BDBDBD
}

.form-group.is-focused .help-block {
  display: block
}

.form-group.has-warning .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group.has-warning.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-warning .help-block,
.form-group.has-warning label.control-label {
  color: #ff5722
}

.form-group.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group.has-error .help-block,
.form-group.has-error label.control-label {
  color: #f44336
}

.form-group.has-success .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group.has-success.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-success .help-block,
.form-group.has-success label.control-label {
  color: #4caf50
}

.form-group.has-info .form-control {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-group.has-info.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-info .help-block,
.form-group.has-info label.control-label {
  color: #03a9f4
}

.form-group textarea {
  resize: none
}

.form-group textarea~.form-control-highlight {
  margin-top: -11px
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-group select~.material-input:after {
  display: none
}

.form-control {
  margin-bottom: 7px
}

.form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}
.checkbox label,
.radio label,
label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

label.control-label {
  font-size: 12px;
  line-height: 1.07142857;
  font-weight: 400;
  margin: 16px 0 0 0
}

.help-block {
  margin-top: 0;
  font-size: 12px
}

.form-group {
  padding-bottom: 7px;
  margin: 28px 0 0 0
}

.form-group .form-control {
  margin-bottom: 7px
}

.form-group .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #BDBDBD;
  font-weight: 400
}

.form-group label.control-label {
  font-size: 12px;
  line-height: 1.07142857;
  font-weight: 400;
  margin: 16px 0 0 0
}

.form-group .help-block {
  margin-top: 0;
  font-size: 12px
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: -7px;
  font-size: 16px;
  line-height: 1.42857143
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
  top: -30px;
  left: 0;
  font-size: 16px;
  line-height: 1.07142857;
  color: #000;
}

.form-group.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
  top: -30px;
  left: 0;
  font-size: 12px;
  line-height: 1.07142857
}

.form-group.form-group-sm {
  padding-bottom: 3px;
  margin: 21px 0 0 0
}

.form-group.form-group-sm .form-control {
  margin-bottom: 3px
}

.form-group.form-group-sm .form-control::-moz-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-sm .form-control:-ms-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-sm .form-control::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
  font-size: 11px;
  line-height: 1.5;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-sm label.control-label {
  font-size: 9px;
  line-height: 1.125;
  font-weight: 400;
  margin: 16px 0 0 0
}

.form-group.form-group-sm .help-block {
  margin-top: 0;
  font-size: 9px
}

.form-group.form-group-sm.label-floating label.control-label,
.form-group.form-group-sm.label-placeholder label.control-label {
  top: -11px;
  font-size: 11px;
  line-height: 1.5
}

.form-group.form-group-sm.label-floating.is-focused label.control-label,
.form-group.form-group-sm.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-sm.label-static label.control-label {
  top: -25px;
  left: 0;
  font-size: 9px;
  line-height: 1.125
}

.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
  top: -25px;
  left: 0;
  font-size: 9px;
  line-height: 1.125
}

.form-group.form-group-lg {
  padding-bottom: 9px;
  margin: 30px 0 0 0
}

.form-group.form-group-lg .form-control {
  margin-bottom: 9px
}

.form-group.form-group-lg .form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-lg .form-control:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-lg .form-control::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
  font-size: 18px;
  line-height: 1.3333333;
  color: #BDBDBD;
  font-weight: 400
}

.form-group.form-group-lg label.control-label {
  font-size: 14px;
  line-height: .99999998;
  font-weight: 400;
  margin: 16px 0 0 0
}

.form-group.form-group-lg .help-block {
  margin-top: 0;
  font-size: 14px
}

.form-group.form-group-lg.label-floating label.control-label,
.form-group.form-group-lg.label-placeholder label.control-label {
  top: -5px;
  font-size: 18px;
  line-height: 1.3333333
}

.form-group.form-group-lg.label-floating.is-focused label.control-label,
.form-group.form-group-lg.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-lg.label-static label.control-label {
  top: -32px;
  left: 0;
  font-size: 14px;
  line-height: .99999998
}

.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
  top: -32px;
  left: 0;
  font-size: 14px;
  line-height: .99999998
}

select.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0
}

.form-group.is-focused select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #D2D2D2
}

.form-group.is-focused select.form-control[multiple],
select.form-control[multiple] {
  height: 85px
}

.input-group-btn .btn {
  margin: 0 0 7px 0
}

.form-group.form-group-sm .input-group-btn .btn {
  margin: 0 0 3px 0
}

.form-group.form-group-lg .input-group-btn .btn {
  margin: 0 0 9px 0
}

.input-group .input-group-btn {
  padding: 0 12px
}

.input-group .input-group-addon {
  border: 0;
  background: 0 0
}

.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100
}
.contact-widget-section .single-contact-widget {
  background: #f9f9f9;
  padding: 20px 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  height: 260px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out
}

.contact-widget-section .single-contact-widget i {
  font-size: 75px
}

.contact-widget-section .single-contact-widget h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px
}

.contact-widget-section .single-contact-widget p {
  line-height: 16px
}

.contact-widget-section .single-contact-widget:hover {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  transition: all 0.3s ease-in-out
}

#contactForm {
  margin-top: -10px
}

#contactForm .form-group label.control-label {
  color: #8c8c8c
}

#contactForm .form-control {
  font-weight: 500;
  height: auto
}
.con-ti {
  font-size: 16px;
  line-height: 28px;
}
.info-con  {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-sec  {
  background: #fff;
  padding: 10px;
  border: 1px solid #c2262c;
  margin-bottom: 20px;
}

.features-insidepage-strip {
  background: #e9eaeb;
  padding: 15px;
  border-bottom: 1px solid #910630;
}
.features-page-heading h3 {
  color: #910630;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
.features-page-heading p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
}
.welcome-title1  {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c2262c;
}
.inside-page-strip  {
  background: #fff;
  padding: 15px;
  border:2px solid #c2262c;
  margin-bottom: 20px;
}
.events-text  {
 font-size: 15px;
 margin-bottom: 10px;
 line-height: 25px;
 border-bottom: 1px solid #ccc;
 padding-bottom: 10px;
}
.events-text  > strong  {
  text-transform: uppercase;
}
.welcome-title1 span{
  font-size: 16px;
  color: #000;
}
.civic  {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.civic-title  {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #c2262c;
  padding: 10px;
  font-weight: 600;
}
.civic p a  {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.civic-list li  {
  font-size: 15px;
  line-height: 30px;
}
.civic-list li i  {
  font-size: 18px;
  line-height: 30px;
  color: #c2262c;
  font-weight: 600;
  margin-right: 10px;
}
.im  {
  color:red;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}
.fa-link  {
  padding: 10px;
  color: #fff;
background: #c2262c;
border-radius: 50%;
margin-right: 10px;
}

.fa-envelope  {
  padding: 10px;
  color: #fff;
background: #c2262c;
border-radius: 50%;
margin-right: 10px;
}
.civic-list li  {
  background: #f9f9f9;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.welcome-title2  {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c2262c;
  margin-bottom: 15px;
}
.info-con a  {
  color: #000;
}
.zone-strip {
  background: #eef4f5;
  padding: 15px;
}
.btn-white  {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-list-homepage li a  {
  font-size: 20px;
  text-transform: uppercase;
}
.btn-list-homepage  {
  float: right;
}
.buttns-home  {
  margin-top: -33px;
}




.side-title  {
  background: #037aa1;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  margin-top: 0;
}
.side-bar-list li a i  {
  float: right;
}
.side-bar-list li a  {
  font-size: 16px;
  color: #454739;
}
.side-bar-list li a:hover  {
  text-decoration: none;
}
.side-bar-list li  {
  border-bottom: 1px solid #f3f6eb;
  padding: 10px 0;
}
.side-strip  {
  border: 1px solid #f3f6eb;
  padding: 10px;
}
.carousel-caption {
  position: absolute;
  right: 13%;
  bottom:20%;
  left: 13%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.carousel-caption h3  {
  font-size: 32px;
  font-weight:600;
}
.carousel-caption p  {
      font-size: 18px;
    line-height: 30px;
}
.ban-btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
}
.wel-btn {
    background: transparent;
    /* border: 2px solid #000; */
    border-radius: 0;
    color: #ff4800;
    font-size: 13px;
    padding: 0px 0px;
    font-weight: 800;
}
.readmore-btn {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 25px;
    color: #ffffff;
    margin-top: 24px;
}
.nopadding-r  {
  padding-right: 0;
}
.nopadding-l  {
  padding-left: 0;
}
.nopadding
{
   padding:0px; 
}
.main-services-strip {
    text-align: center;
    margin-bottom: 20px;
    min-height: 300px;
}
.main-services-strip h4  {
  font-size: 22px;
  padding: 20px 0 10px;
}
.main-services-strip p  {
  font-size: 16px;
    line-height: 26px;
  min-height: 180px;
}
.main-services-strip img  {
  width: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*.main-services-strip:hover img {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  
}*/
.team-img  {
  width: 100px !important;
  border-radius:100px;
}
.pro-img-strip h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    /* background: #242424; */
    margin: 0px;
    padding: 15px;
}
.pro-img-strip1 h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #3e3d3d;
    margin: 0px;
    padding: 15px;
}

.pro-img-strip h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff4800 !important;
}
.our-team-pro-p
{
        text-align: justify !important;
    font-size: 17px !important;
    line-height: 25px !important;
}
.pro-img-strip p {
       font-size: 17px;
    text-align: left;
    color: #000;
    line-height: 25px;
}
span.team-desig {
    font-size: 12px;
}

.product-strip-home.out-of-stock-strip.text-center {
  /*background: #fcf9f6;*/
  /*padding: 35px 25px;*/
}
.home-sub-title h3  {
  background: #fcf9f6;
  color: #000;
  padding: 10px 15px;
  text-align: left;
} 
.video-gallery-home  {
  background: #fff;
  /*padding: 0px 0px 0px 5px;*/
/*  box-shadow:1px -4px 12px 0px rgb(225 220 220 / 75%);*/
/*-webkit-box-shadow: 1px -4px 12px 0px rgb(225 220 220 / 75%);*/
/*-moz-box-shadow: 1px -4px 12px 0px rgb(225 220 220 / 75%);*/
text-align: center;
height:315px;

}
.video-gallery-home:hover h3  {
  background: #c6252c;
  color: #fff;
}
.video-gallery-home h3  {
  background: #fcf9f6;
  color: #000;
  padding: 15px 25px;
  font-size: 25px;
  text-transform: uppercase;
}
.callback-btn  {
  color: #fff;
  background: #c6252c;
  border-radius: 5px;
  padding: 10px 35px;
  text-transform: uppercase;
  font-size: 21px;
}
.callback-btn:hover  {
  color: #fff;
  text-decoration: none;
} 
.footer-menu-list li a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.footer-menu-list li a:hover  {
  text-decoration: none;
  color:#c6252c;
}
.footer-menu-list  {
  padding: 10px 0;
  margin-bottom: 0;
}
.footer-content p {
    color: #fff;
     text-align: left; 
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
}
.footer-content
{
    border-bottom:1px solid #fff;
}
footer {
    padding: 90px 0px;
}
.inner-page-section  {
  padding: 0px 0;
}
.inner-page-section-padding  {
  padding: 90px 0;
}
.team-page-sec  {
  margin-bottom: 60px;
}
.contactuspage {
  padding: 120px 0;
}
.adrss {
  background: #eef3f6;
  display: block;
  text-align: center;
  align-items: center;
  padding: 25px 15px;
  border-radius: 5px;
  margin: 0px auto;
  position: relative;
  transition: all 0.3s ease;
  min-height: 218px;
}

.rs-quick-contact .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.rs-quick-contact .from-control-new {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 6%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.rs-quick-contact .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  text-transform: uppercase;
  box-shadow: 0px 28px 50px 0px rgb(0 0 0 / 5%);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #333;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mb-35 {
  margin-bottom: 35px;
}

.adrss {
    background: #000;
    display: block;
    text-align: center;
    align-items: center;
    padding: 25px 15px;
    border-radius: 5px;
    margin: 2px;
    position: relative;
    transition: all 0.3s ease;
    min-height: 250px;
}

.adrss i {
    color: #ff4800;
    font-size: 26px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 6px solid #ff4800;
    margin-right: 15px;
    margin-bottom: 15px;
}

.info-subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.info-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 31px;
}

.info-title a {
  color: #fff;
}

.insidepage-title h3 {
  font-size: 30px;
}

.insidepage-subt-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ba4243 !important;
}

.contactuspage {
  padding: 120px 0;
}

.rs-quick-contact {
  background-color: #fcf9f6;
  padding: 70px 150px 70px;
}
.page-video-strip  {
 margin: 1px;
}  
.about-contstrip  {
  margin-top: 30px;
}


/* Login Form */

.inside-page-sec-login {
  padding: 100px 0;
  background: #f6f8fa;
}
/* Accounts Page */

/* Profile sidebar */

.profile-sidebar {
  padding: 20px 0 0px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #080808;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #ffca14;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #ffca14;
  background-color: #f6f9fb;
  border-left: 2px solid #ffca14;
  margin-left: -2px;
}
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
/* Dashboard Start statis */

.statis {
  color: #EEE;
  margin-top: 0px;
}

.statis .box {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 25px;
}

.statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}

.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}

/*chart*/

.chrt3 {
  padding-bottom: 50px;
}

.chrt3 .chart-container {
  height: 350px;
  padding: 15px;
  margin-top: 25px;
}

.chrt3 .box {
  padding: 15px;
}

.main-color {
  color: #ffc107
}

.warning {
  background-color: #f0ad4e
}

.danger {
  background-color: #d9534f
}

.success {
  background-color: #5cb85c
}

.inf {
  background-color: #5bc0de
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  /*background-color: #f3f8f9;*/
}
.profile-usermenu ul li.active a {
  color: #ffca14;
  background-color: #f6f9fb;
  border-left: 2px solid #ffca14;
  margin-left: -2px;
}
.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #ffca14;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  padding: 5px 0;
}
.change-password-strip  {
  margin-top: 15%;
}
.editprofile-strip  {
  margin-top: 20px;
}

/* Profile Content */

.casting-call-strip  {
  border:2px solid #c2262c;
}
.mr-t10p  {
  margin-top: 10%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mr-t10p:hover   {
  /*margin-top: 0%;*/
  /*transition: all 0.5s ease;*/
  /*-webkit-transition: all 0.5s ease;*/
  /*-moz-transition: all 0.5s ease;*/
  /*-ms-transition: all 0.5s ease;*/
  /*-o-transition: all 0.5s ease;*/
}

.gallery-height {
    max-height: 300px;
    overflow: hidden;
    padding: 1px 1px 0px 0px;
    
}
 .gallery-height img {
  height:300px;
  object-fit:cover;
 }
 .gallery-height-pot img
  {
      /*height:600px;*/
  object-fit:cover;
  padding: 1px 1px 2px 0px;
  }
  .expertise-title img {
    width: 100%;
    /* margin-top: 20px; */
    filter: grayscale(1);
    padding: 10px;
    /* margin-bottom: 0px; */
}
  a.expertise-title-text1 {
    line-height:10px;
    text-decoration: none;
    font-weight: 700;
    font-size:25px;
    color: #000;
}
span.expertise-title-text2 {
    /*font-style: italic;*/
    font-weight: 700;
    font-size: 18px;
    /* margin-top: -51px; */
}
a.expertise-title-text1-new {
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
p.pera.text-center.warranty i {
    color: #ff4800;
}
span.expertise-title-text2-new {
    /* font-style: italic; */
    font-weight: 700;
    font-size: 14px;
    /* margin-top: -51px; */
    color:#fff;
}
.title-strip-watch img {
    width: 40%;
    /*margin-top: -20px;*/
    /*position: absolute;*/
}
.title-strip a {
    color: #000;
}
.out-top {
    
}
/*--------------------pointer--------*/
html {
  scroll-behavior: smooth;
}

.mouse_scroll {
    display: none;
    /* margin: 0 auto; */
    width: 24px;
    /* height: 100px; */
    /* margin-top: 23px; */
    position: absolute;
    left: 35%;
    right: 0;
    z-index: 999;
    bottom: 20%;
    /* left: 1px; */
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 4px;
    width: 13px;
    height: 13px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
 
  
  animation-delay: 6s;
  
}

.unu
{
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -webkit-animation-direction: alternate;
  animation-duration : .3s;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate-reverse;
  
  animation-delay: .2s;
  animation-direction: alternate-reverse;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  background:#1681c5;
  border: 2px solid #fff;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.categoryh3
{
    position:absolute;
    left:40%;
    bottom:10px;
}
.castingh3
{
        bottom: 60% !important;
    left: 10%;
    text-align: left !important;
}
.ourservice-banner
{
    bottom: 50% !important;
}
.castingh3 span {
    padding: 15px 0;
   /* border-bottom: 1px solid #ffffff75;
    border-top: solid #ffffff75 1px;*/

}
p.casting_banner_link {
    position: absolute;
    text-align: center;
    bottom: 33%;
    width: 100%;
}
.casting_banner_link a
{
    color:#fff;
    text-decoration:none;
    font-size:18px;
}
.wrapper{
  display: inline-flex;
  /*background: #fff;*/
  height: 100px;
  width : 400px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  /*box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.wrapper .option{
  /*background: #fff;*/
  height : 100%;
  width  : 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  /*border: 2px solid lightgrey;*/
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
/*input[type="radio"]{*/
/*  display: none;*/
/*}*/
/*#option-1:checked:checked ~ .option-1,*/
/*#option-2:checked:checked ~ .option-2{*/
/*  border-color: #0069d9;*/
/*  background: #0069d9;*/
/*}*/
#option-1:checked:checked ~ .option-1, #option-2:checked:checked ~ .option-2 {
    /* border-color: #0069d9; */
    /*background: #c0c0c0;*/
    /* color: #333; */
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #333;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span {
    font-size: 20px;
    color: #808080;
    padding: 0px 20px;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #000;
}
.our-team-box
{
    box-shadow: #ccc 1px 1px 14px 5px;
    padding: 20px;
}
.banner-portfolio
{
        padding: 120px;
    background: #000;
}
.details-cast>tbody>tr>td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
     border-top: 1px solid #fff; 
     font-size: 13px;
     font-weight:900;
}
.details-cast td
{
    width:25%;
   
}
/*.casting_background*/
/*{*/
/*    background-image: url(../images/casting1.jpg);*/
/*    min-height:350px;*/
/*}*/
    
ul.video-social {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-top: 10px;
}
ul.video-social li {
    display: inline-block;
    margin-right: 10px;
}
ul.video-social li a {
    display: inline-block;
    opacity: 1;
}
ul.video-social img {
    height: 32px!important;
    animation:flip;
  animation-duration: 4s; 
  
}

ul.video-social-footer {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-top: 0px;
}
ul.video-social-footer li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.video-social-footer li a {
    display: inline-block;
    opacity: 1;
}
ul.video-social-footer img {
    height: 30px!important;
  /*  animation:flip;*/
  /*animation-duration: 4s; */
  
}
/*tab starts*/

section.tab-section {
   /*background: #282828;*/
}
.tabs {
    text-align: center;
    /* margin: 20px auto; */
    /*background: #f4f4f4;*/
    padding: 25px 0px 40px;
    /*text-align: left;*/
    /*height: 60vh;*/
    /*padding: 35% 30px;*/
}

.tab-button {
    color: #fff;
    border: none;
    background-color: #ff4800;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* width: 100%; */
    /* margin: 0px 0px 5px; */
    font-size: 20px;
}
.tab-button.active {
  background-color: #454343;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.item {
    position: relative;
    /* width: 300px; */
    /* height: 200px; */
    width: 100%;
    margin: 0px 0px;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    /* opacity: 0; */
   transition: opacity 0.5s ease;
   padding:2px;

}

.item.active {
  opacity: 1;
}

.item img {
      /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    padding: 0px;
       border: 0px;
  
}

.item:hover img {
  transform: scale(1.05);
}
/*tab ends*/
/*overlay video*/
 .thumbnail-container {
      position: relative;
      /*width: 300px;  Adjust as needed */
      height: 45vh;
      transition: opacity 0.3s ease-in-out;
    }

    .thumbnail {
      width: 100%;
      height: auto;
      cursor: pointer;
      border-radius:0px;
    }

    /* Show play button on thumbnail hover */
    .thumbnail-container:hover .play-button {
      display: block;
    }

    /* Style the play button */
   .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
   background-color: rgb(255 72 0 / 31%);
    border: none;
    /* border-radius: 50%; */
    font-size: 36px;
    color: white;
    cursor: pointer;
    display: none;
}

    /* Modal styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 800px;
    max-width: 90%;
    background-color: #ffffff00;
    padding: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 24px;
      color: black;
      cursor: pointer;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .modal-content {
        width: 90%;
      }
    }
    /*new Styles*/
    .welcome-text-area
    {
    /*padding: 100px 45px;*/
    }
    .title-strip-about h3 {
    font-size: 36px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #000;
    text-align: left;
}
.title-strip-about {
    padding:0px;
    background: #cccccc38;
    /* height: 59vh; */
}


.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #fc466b00;
    position: absolute;
    height: 100px!important;
    overflow: hidden;
    z-index: 1;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 300px;
     margin-top: 10px;
    transform: translateX(350px);
    transition: transform 350ms ease-in-out;
    /* background: linear-gradient(180deg, #FC466B 0%, #3F5EFB 100%); */
    z-index: 9;
    background: #ff4800e3;
}


.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 5%;
    right: 5%;
    height: 30px;
    width: 30px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
/*services hover*/
.service-desc {
    position: absolute;
    background: #ff4800;
    padding: 40px 15PX;
    display: block;
    border-radius: 10px;
}
.main-services-strip .service-desc {
    
    display: block; /* Initially hidden */
    opacity: 0; /* Initially transparent */
    transition: opacity 1s ease; /* Transition opacity over 0.3 seconds with ease timing function */
}

.main-services-strip:hover .service-desc {
    display: block;
    opacity: 1; /* When hovering, set opacity to 1 (fully visible) */
}

.main-services-strip:hover .expertise-title-text1-new{
    display: none;
    opacity: 1; /* When hovering, set opacity to 1 (fully visible) */
}
.main-services-strip:hover img{
    
    opacity: .9; /* When hovering, set opacity to 1 (fully visible) */
}
.service-desc p {
    font-size: 14px;
    line-height: 22px;
    min-height: 0px;
    color: #fff;
    margin-bottom: 3px;
}
.service-desc-btn {
    font-size: 10px;
    padding: 0px 10px;
    background: #6f6f6f;
    color: #fff;
    
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
.text-center {
    text-align: center !important;
}
.feature-list
{
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
ul.feature-list i {
        color: #fe4800;
    font-size: 20px;
    /* height: 17px; */
    padding: 0px 10px 0px 0px;
    height: 24px;
    
    
}
ul.feature-list li {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
}
.title-h3 {
    color: #ff4800;
    font-weight: 800;
}

	
#accordion1 {  margin-bottom: 60px;}

#accordion1 h2 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 15px 15px;
}

.accordionContent { padding: 1.5rem; font-size: 1.25rem; line-height: 1.6;box-shadow: 0px 0px 8px 1px #ccc; }

.accordionContent p {
       color: #060606;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
}

.accordionButton {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 1rem;
    border-bottom: 1px solid #ff4800;
}
.accordionButton i {
    float: right;
    font-size: small;
    padding: 10px;
    background: #2b2a2a;
    color: #ff4800;
    margin-top: -5px;
}
.pdf_title {
    margin: 15px 0px;
    /* text-align: center; */
}
.pdf_title a {
    color: #000;
    font-size: 16px;
    /* margin: 11px 0px; */
    padding: 10px;
    text-align:center;
}
 .msme-logo
   { 
       margin:0px 0px;text-align:left;
   }
   p.title-2 {
    font-weight: 600;
    font-size: 22px;
}
    .warranty-year
    {
    color: #000000;
    font-size20px: éàpx;
    font-size: 20px;
    padding: 10px;
    background: #fdfdfd;
    box-shadow: 0px 0PX 6px 2px #ccc;
    width: 30%;
    margin: 15px auto;
    font-weight: 600;
}
.fit-to-image {
      display: inline-block;
    padding: 0;
    margin: 0;
    border: .5px solid #ff4901;
    box-shadow: 0px 0px 20px 1px #ff4901;
    margin-bottom: 10px;
}