/* Scss Document */
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/Antenna-Bold.woff2") format("woff2"), url("../fonts/Antenna-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Antenna';
  src: url("../fonts/Antenna-Light.woff2") format("woff2"), url("../fonts/Antenna-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
body {
  font: 100% "Antenna";
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-size: 300; }

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #7d0000; }
  a:hover {
    color: #640000; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

.fa-phone {
  transform: scaleX(-1); }

header {
  background: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease; }

.fixed-nav {
  background: rgba(36, 43, 52, 0.9); }

.nav-link {
  color: #ffffff;
  font-size: 1rem; }
  .nav-link:hover {
    color: #000; }

.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav a {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  padding-top: 0;
  padding-bottom: 0; }
.navbar-expand-lg .navbar-nav a{color:#fff;}

.navbar-expand-lg .navbar-nav li:last-child{
background: #f6ff00;
border-radius: 40px;
}
.navbar-expand-lg .navbar-nav li:last-child a {
    color: #000000;
    padding: 15px 40px !important;
    display: inline-block;
}
.navbar-expand-lg .navbar-nav li:last-child a:before {
  font-family: 'Font Awesome 5 Free';
font-weight: 900; content: "\f095";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
transform: scaleX(-1);
margin-right: 7px;
}

.navbar-nav {
  margin-right: -1rem;
  padding: 0; }
  .navbar-nav .nav-btn {
    background: #f6ff00;
    border-radius: 40px; }
    .navbar-nav .nav-btn a {
      color: #000000;
      padding: 15px 40px !important;
      display: inline-block; }
      .navbar-nav .nav-btn a i {
        margin-right: 5px; }

.gradient-color {
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#978300+0,993600+100 */
  background: #978300;
  /* Old browsers */
  background: -moz-linear-gradient(left, #978300 0%, #993600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #978300 0%, #993600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #978300 0%, #993600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978300', endColorstr='#993600',GradientType=1 );
  /* IE6-9 */ }

#banner-slide {
  position: relative; }

.banner-wrapper {
  position: relative; }
  .banner-wrapper .banner-text {
	  text-align: center;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
     }

.banner .owl-dots {
  display: none; }
.banner .owl-nav {
  margin: 0 !important; }

.banner .owl-prev, .banner .owl-next {
  position: absolute;
  top: 65%;
  border-radius: 0 !important;
  font-size: 36px !important;
  padding: 5px 15px !important;
  margin: 0  !important; }


.banner .owl-prev {
    left: 44.5%;
    transform: translateX(-44.5%) scaleX(-1);
}

.banner .owl-next {
    right: 41.5%;
    transform: translateX(-41.5%);
}


.banner .owl-carousel .owl-nav .owl-prev, .banner .owl-carousel .owl-nav .owl-next, .banner .owl-carousel .owl-dot {
    width: 100px;
    height: 55px;
}
.banner .owl-carousel .owl-nav .owl-prev {
  background: url("../images/owl-next-ico.png") no-repeat;
  background-position: center; }

.banner .owl-carousel .owl-nav .owl-next {
  background: url("../images/owl-next-ico.png") no-repeat;
   background-position: center; }

.title {
  margin-bottom: 20px;
  text-align: center; }
  .title h3 {
    font-size: 30px;
    color: #7d0000;
    text-transform: uppercase; }

.main-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px 0; }
  .main-title h1, .main-title h2, .main-title h3 {
    color: #252525;
    font-size: 36px;
    font-weight: 900;
    margin: 0; }

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s; }

.hover-effect::before {
  right: 0;
  opacity: .7;
  top: 0; }

.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0; }

.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%; }

.about-us-sec {
  margin-top: 90px; }
  .about-us-sec .about-text .small {
    font-style: italic;
    font-size: 16px;
    color: #585858;
    margin-bottom: 20px; }
  .about-us-sec .about-text h1 {
    font-weight: 900;
    font-size: 36px;
    color: #242424;
    margin-bottom: 30px; }
  .about-us-sec .about-text p {
    line-height: 26px;
    font-size: 14px;
    max-width: 495px;
    width: 100%; }
  .about-us-sec .about-pic {
    position: relative; }
    .about-us-sec .about-pic a {
      display: block;
      background: #ffffff;
      font-size: 18px;
      color: #000000;
      transition: all 0.5s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      width: 75%;
      text-align: center; }
      .about-us-sec .about-pic a:hover {
        background: rgba(255, 255, 255, 0.9);
        width: 100%; }

.service-sec {
  position: relative;
  margin-bottom: -190px;
  z-index: 99; }

.service-bg {
  background: #7d0000;
  padding-left: 35px;
  padding-right: 35px; }
  .service-bg .service-title {
    max-width: 710px;
    position: relative;
    padding: 75px;
    width: 100%;
    transform: translateX(400px); }
    .service-bg .service-title:before {
      content: "";
      background: #f6ff00;
      width: 3px;
      height: 230px;
      position: absolute;
      left: -135px;
      top: -17px;
      transform: rotate(30deg); }
    .service-bg .service-title h2 {
      color: #f6ff00;
      font-size: 36px;
      font-weight: 900; }
    .service-bg .service-title p {
      color: #ffffff;
      font-size: 14px;
      line-height: 26px; }
  .service-bg .home-services-text {
    margin: 30px 0 70px; }
    .service-bg .home-services-text a {
      color: #ffffff; }
      .service-bg .home-services-text a h3 {
        font-weight: 900;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px; }
      .service-bg .home-services-text a p {
        font-size: 14px;
        line-height: 24px;
        max-width: 94%;
        margin: auto; }

.home-portfolio {
  background: #f5f5f5;
  padding: 190px 0 150px; }
  .home-portfolio .main-title {
    margin: 100px 0 50px; }
  .home-portfolio .owl-theme .owl-dots {
    display: none; }
  .home-portfolio .owl-prev, .home-portfolio .owl-next {
    position: absolute;
    top: 34%;
    left: 31%;
    border-radius: 0 !important;
    font-size: 36px !important;
    padding: 5px 15px !important;
    margin: 0  !important; }
  .home-portfolio .owl-next {
    right: 31% !important;
    left: auto; }
  .home-portfolio .owl-carousel .owl-nav .owl-prev, .home-portfolio .owl-carousel .owl-nav .owl-next, .home-portfolio .owl-carousel .owl-dot {
    width: 28px;
    height: 21px; }
  .home-portfolio .owl-carousel .owl-nav .owl-prev {
    background: url("../images/small-arrow.png") no-repeat;
    filter: grayscale(100%);
    transform: translateY(-50%) scaleX(-1); }
  .home-portfolio .owl-carousel .owl-nav .owl-next {
    background: url("../images/small-arrow.png") no-repeat;
    filter: grayscale(100%);
    transform: translateY(-50%); }
  .home-portfolio .owl-item.active .home-port-text {
    display: none; }
  .home-portfolio .owl-item.active.center .home-port-text {
    display: block; 
text-align: center;
  }
  .home-portfolio .owl-item.active .portfolio-col {
    padding: 40px 60px;
    opacity: 0.5; }
  .home-portfolio .owl-item.active.center .portfolio-col {
    padding: 0px;
    opacity: 1; }
  .home-portfolio .portfolio-col h3 {
    font-size: 24px;
    font-weight: 900;
    color: #252525;
    margin: 30px 0 15px; }
  .home-portfolio .portfolio-col p {
    font-size: 16px;
    line-height: 26px; }
  .home-portfolio .portfolio-col .common-btn {
    background: #7d0000;
    color: #ffffff;
    margin-top: 10px; }

.home-testimonial {
  margin: 120px 0px 120px;
  position: relative; }
  .home-testimonial .owl-theme .owl-dots {
    display: none; }
  .home-testimonial .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%; }
  .home-testimonial .testi-text {
    max-width: 900px;
    width: 100%;
    margin: auto; }
    .home-testimonial .testi-text p {
      font-size: 18px;
      color: #4d4d4d;
      line-height: 34px; }
    .home-testimonial .testi-text h6 {
      color: #000000;
      font-size: 18px;
      position: relative;
      padding-left: 40px; }
      .home-testimonial .testi-text h6:before {
        background: #7d0000;
        width: 28px;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .home-testimonial .owl-prev, .home-testimonial .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 !important;
    font-size: 36px !important;
    padding: 5px 15px !important;
    margin: 0  !important; }
  .home-testimonial .owl-next {
    right: 0 !important;
    left: auto; }
  .home-testimonial .owl-carousel .owl-nav .owl-prev, .home-testimonial .owl-carousel .owl-nav .owl-next, .home-testimonial .owl-carousel .owl-dot {
    width: 28px;
    height: 21px; }
  .home-testimonial .owl-carousel .owl-nav .owl-prev {
    background: url("../images/small-arrow.png") no-repeat;
    filter: grayscale(100%);
    transform: translateY(-50%) scaleX(-1); }
  .home-testimonial .owl-carousel .owl-nav .owl-next {
    background: url("../images/small-arrow.png") no-repeat;
    filter: grayscale(100%);
    transform: translateY(-50%); }

section.footer-contact {
  margin-bottom: -70px;
  margin-top: 50px;
  z-index: 99;
  position: relative; }
  section.footer-contact .footer-contact-bg {
    background: url(../images/call-ico-bg.png) left 20px bottom 30px no-repeat, url(../images/email-ico-bg.png) right 20px bottom 30px no-repeat #7d0000;
    padding: 70px 30px;
    color: #ffffff; }
    section.footer-contact .footer-contact-bg h3 {
      font-size: 30px; }
    section.footer-contact .footer-contact-bg h4 {
      font-size: 24px;
      color: rgba(255, 255, 255, 0.5);
      margin: 20px 0 20px; }
    section.footer-contact .footer-contact-bg p {
      max-width: 725px;
      line-height: 26px;
      margin: auto;
      font-size: 14px;
      margin-bottom: 30px; }

.common-btn {
  background: #ffffff;
  border-radius: 40px;
  color: #000000;
  padding: 15px 40px !important;
  display: inline-block; }

footer {
  background: #242b34;
  padding: 130px 0 0; }
  footer .small {
    font-size: 13px;
    line-height: 24px; }
  footer .common-btn {
    background: #f6ff00;
    padding: 10px 40px !important; }
    footer .common-btn:hover {
      background: #7d0000;
      color: #ffffff; }

footer p, footer p a {
  font-size: 14px;
  color: #ffffff; }

footer p a:hover {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline; }

footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

footer ul li .green-text {
  color: #ffffff;
  min-width: 100px;
  float: left; }

.footer-about {
  padding-right: 30px; }
  .footer-about h3 {
    font-size: 18px;
    margin-top: 7px; }

.footer-about img {
  margin-bottom: 20px; }

.footer-social {
  margin-bottom: 25px;
  margin-top: 20px; }
  .footer-social i {
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 10px;
    margin-right: 5px; }
    .footer-social i:hover {
      border-radius: 20%; }

.foot-links p a {
  border-left: 1px solid #ffffff;
  padding-left: 10px; }

footer h3 {
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900; }

.footer-about .ad {
  float: left;
  width: 63%; }

.footer-newsletter input {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #000000;
  font-size: 12px;
  font-style: italic;
  padding: 10px 15px; }

.footer-newsletter input.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.copyright {
  padding: 25px 0;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.copyright p {
  margin-bottom: 0;
  font-size: 14px; }

.up {
  background: #000000;
  padding: 15px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0;
  padding-top: 7px;
  text-align: center;
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  display: none; }

#innerBanner {max-height: 300px; overflow: hidden; position: relative;}
.bannerHeading {font-size: 35px;
text-align: center;
position: absolute;
z-index:100;
top:55%; transform: translateY(-55%);
left: 0;
right: 0;
text-transform: uppercase;
color: #fff;
margin: 0; font-weight: 600;}


.about-us-sec.innerPage {margin-top: 50px;}
.innerText p {line-height: 26px; font-size: 14px;}
.innerText h2, .innerText h3, .innerText h4, .innerText h5 { font-size:20px;}
.innerText ul, .innerText ol { margin:0 0 20px; padding:0 0 0 15px;line-height: 26px; font-size: 14px; } 
.innerText ul li, .innerText ol li { margin-bottom: 5px;}


/**
* 8.0 - Alignments
*/
.maxImgWidth { max-width: 550px; height: auto; }
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}

blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
margin-bottom: 1.473684211em;
}

.blogList { margin-bottom: 30px; }
.blogList hr {border-bottom:2px solid #ececec; margin:40px 0 0;}
.blogList .profileImg { max-width: 100%; height: auto;}
.blogList .imgInn {position: relative;}

.blogList .imgInn:after,
.blogList .imgInn:before { content:""; background: #7d0000; position: absolute; right: -10px; bottom: -10px; }
.blogList .imgInn:after { width: 10px; height: 100%;}
.blogList .imgInn:before { height: 10px; width: 100%;}

.blogList h3 {font-size: 24px;}
.singlePost img { float: left; width: 41%; margin-right: 30px;}
.faqDesign .card-body p { line-height: 26px; font-size: 14px; }
 p { line-height: 26px; font-size: 14px; }
.faqDesign .card-body { line-height: 26px; font-size: 14px;  border: 1px solid #ccc; }
.faqDesign .card-header, .faqDesign .card { border:none; }
.faqDesign .card-header {background: #242b34; padding: 0;}
.faqDesign .card-header a { display: block;padding: .75rem 1.25rem; color: #fff; }
.faqDesign .card { margin-bottom: 10px; }
.faqDesign .card-header h4 { margin-bottom: 0; font-size: 16px; color: #fff;}
.faqDesign .panel-body { border:2px solid rgba(0,0,0,.03);padding: 15px 25px !important; }
.innerTextServices p , .innerTextServices a { color: #fff; }
.innerTextServices h2 { color: #fff; font-size: 24px; }
.innerTextServices img { width: 55px; }
.innerTextServices { border: 1px solid #ccc;margin-bottom: 23px; padding: 20px; background: #7d0000; min-height: 255px; }
.innerTextPortfolio { border: 1px solid #7d0000; margin-bottom: 23px; padding: 20px; min-height: 255px;}
.innerTextPortfolio h2 { margin-top: 20px; font-size: 27px; }
.innerTextPortfolio img { width: 100%; }

.wpcf7-form-control-wrap {
    display: block;
}


/*-------------styling----------------*/

.banner .owl-carousel .owl-item img{ height: 100vh; object-fit: cover; }
.banner-wrapper .banner-text img{ height: auto !important; }
.banner .owl-theme .owl-dots.disabled{ display: none; }

.banner-small-text{ font-size: 16px; color: #fff;font-weight:300;text-transform: uppercase; margin-bottom: 15px; position: relative; }
.banner-small-text:before {
    content: "";
    background: none;
    height: 2px;
    width: 150px;
    position: absolute;
    left: -80px;
    top: 7px;
    border-bottom: 2px solid #fff;
    padding-bottom:128px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.banner-small-text:after {
    content: "";
    background: none;
    height: 2px;
    width: 150px;
    position: absolute;
    right: -80px;
    top: 7px;
    border-bottom: 2px solid #fff;
    padding-bottom: 130px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


.banner-main-text{ font-size:52px; color: #fff; font-weight: bold; max-width: 600px;line-height: 70px; margin: auto; }

.about-wrapper{ margin-bottom: 50px; }
.about-wrapper h3{
    font-weight: 900;
    font-size: 36px;
    color: #242424;
    margin-bottom:20px;
}

.about-wrapper p{ max-width:550px; width: 100%; }
.about-wrapper-two-col h3{ margin-top: 30px; }

/*-------------------------media css-------------------*/


@media (max-width:1024px){
	
.banner-main-text {
    font-size: 38px;
    line-height: 70px;
}
.service-bg .service-title{ max-width: 450px;padding: 30px; }
.service-bg .service-title h2{font-size: 26px; }
.service-bg .home-services-text a h3{font-size: 26px; }

.home-portfolio .owl-next{ right: 30% !important; }
.home-portfolio .owl-prev{ left: 28%; }	
section.footer-contact .footer-contact-bg h3 {
    font-size: 25px;
}	
		
}

@media (max-width:800px){
	
.navbar-toggler{ color: #fff; }
#menu-header-menu{ background: #fff; margin-top: 10px;margin-right: 0; }
#menu-header-menu li{ display: block; text-align: left; margin-top:20px; width: 100%; }
.navbar-expand-lg .navbar-nav a{ color: #000; display: block; }
.navbar-expand-lg .navbar-nav li:last-child{ border-radius: 0; }
.navbar-expand-lg .navbar-nav li:last-child a{padding: 15px 20px !important; }
.banner-main-text {
    font-size: 38px;
    line-height: normal;
}
	
.banner-small-text:before, .banner-small-text:after{ display: none; }
.banner-wrapper .banner-text{ width: 70%; }
.banner-main-text {
    font-size: 38px;
    line-height: 55px;
}
	
.banner .owl-next { right: 35.5%; transform: translateX(-35.5%); }
.banner .owl-prev { left: 35.5%; transform: translateX(-35.5%) scaleX(-1); }	
.service-bg .service-title{     transform: translateX(200px); }
.service-bg .home-services-text a h3 { font-size: 23px; }	
	
#portfolio.owl-carousel{ padding:0px 50px; }
	
.home-portfolio .owl-prev, .home-portfolio .owl-next{ display: none !important; }	
.home-testimonial .owl-prev, .home-testimonial .owl-next{ top: auto; }
#testimonials.owl-theme .owl-nav{ width: 100px; margin: auto; position: relative;bottom: -50px; }

.footer-about{ padding-right: 0; margin-bottom: 25px; }
.footer-social{  }	
footer ul li .green-text{ float: none; }
.footer-about .ad{ float: none; }
	
.container{ max-width: 90%; }	

.about-wrapper p{ max-width: 100%; }
	
}


@media (max-width:736px){
.banner .owl-nav{ display: none; }
.container{ max-width: 90%; }
.service-bg .service-title{ transform: translateX(0px); }	
.service-bg .service-title:before{ display: none; }	
.home-portfolio{ padding: 190px 0 50px; }	
.home-testimonial{ margin: 60px 0px 120px; }	
footer .col-lg-4.col-md-6:nth-child(2){ margin:30px 0; }
.copyright{ margin-top: 20px; }

.service-sec{ margin-top: 40px; }
.about-us-sec .about-text p{ max-width: 100%; }
.about-us-sec .about-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
	
.blogList .imgInn{ margin-bottom: 50px; }	
	.singlePost img{ width: 100%; margin-right: 0; margin-bottom: 30px; }
.bannerHeading{ max-width: 85%; margin: auto; }


	
}


@media (max-width:414px){
.banner-small-text{ font-size: 25px; line-height: 45px; }	
.banner-main-text {
    font-size: 29px;
    line-height: 45px;
    margin-top: 30px;
}
	
.service-bg .service-title{ background: #7d0000; }
.service-bg{ background: none; padding: 0; }
.service-bg .home-services-text {
    margin: 30px 0 0px;
    background: #7d0000;
	    padding: 30px;
}

.service-sec{ margin-bottom:0px; }
.home-portfolio { padding:1px 0 50px; margin-top: 50px; }	
.home-portfolio .main-title {
    margin: 50px 0 50px;
}	

.home-testimonial .owl-carousel .owl-item img{ margin-bottom: 20px; }
.home-testimonial .testi-text p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
	
.home-testimonial .testi-text h6 {
    padding-left: 0;
    text-align: center;
}
.home-testimonial .testi-text h6:before{ display: none; }	
section.footer-contact .footer-contact-bg h3 {
    font-size: 19px;
    line-height: 30px;
}	

section.footer-contact .footer-contact-bg{ background-image: none; }
.bannerHeading{top:50%; transform: translateY(-50%); }	
	.banner-wrapper img{ height: 260px; object-fit: cover; }	
	
}