/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: "Prompt", sans-serif; font-weight:400; font-size:13px; color:#757575;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family: "Prompt", sans-serif;}
/*Menu Css*/
.navbar-nav .nav-link{
  color: #212121 !important;
  opacity: 1 !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0.5rem 1rem !important;
  letter-spacing: 0.28px;    
}
body{ padding-right:0 !important;}	

.lightheader{background:rgba(0, 0, 0, 0.9490196078431372);  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);}
.logo{ width:250px;}
.navbar-nav .nav-link:hover{color:#4B70F5 !important;}	
.navbar-nav .nav-link.active{color:#4B70F5 !important;}	
.navbar-nav .last{margin-left: 20px;}
.navbar-nav .last .nav-link{background: #4B70F5; color: #ffffff !important; opacity: 1 !important; padding: 0.5rem 1.4rem !important; border-radius: 3px;}
.navbar{padding: 1rem; box-shadow: 0 2px 0 0 #F2F6FA;}
.navbar-dark .navbar-brand{padding-top: 0px;}
section{ overflow: hidden;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.banner{padding: 0;}
.banner .carousel {
  margin-bottom:0;
}
.banner .carousel-inner{ height:678px;}
/* Since positioning the image, we need to help out the caption */
.banner .carousel-caption {
  top:50%;
  margin-top:-140px; 
  z-index: 10;
  left: 0;
  width: 826px;
  text-align: left;
}

.banner .carousel-caption h1{color: #ffffff;font-size: 50px;font-weight: 600;line-height: 60px;text-transform:none; margin-bottom: 12px;}
.banner .carousel-caption p{color: #ffffff; font-size: 28px;font-weight: 300; line-height: 34px; margin-bottom: 30px;}
.banner .carousel-caption a{
  background: #4B70F5;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  width: 160px;
  height: 46px;
  display: inline-block;
  line-height: 24px;
  clear: both;
  font-size: 20px;
  font-weight: 400;
}
.banner .carousel-caption a:hover{text-decoration: none; background: rgba(40, 191, 97, 0.7);}
.banner .carousel-caption span{display: block; text-align: center; font-size: 18px;margin-top: 16px; text-transform: uppercase; font-weight: 500;}


/* Declare heights because of positioning of img element */
.banner .carousel-item {
   height:678px;
  background-color: #777;
}
.banner .carousel-item .container{
  height: 100%;
  position: relative;
}
.banner .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:678px;
}


/* globalExpensionSection css */
.globalExpensionSection{
  padding: 100px 0;
}
.globalExpensionSection .leftBlock{
  padding-right: 50px;
}
.globalExpensionSection .leftBlock img{
  width: 100%;
}
.globalExpensionSection h4{
  color: #1B1B1B;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  margin-top: 54px;
  margin-bottom: 20px;
}
.globalExpensionSection p{
  color: #212121;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}


/*ourServicesSection Section Css*/
.ourServicesSection{
  background-color: #ECFBFF;
  border: 1px solid #EEEEEE;
  padding-top: 40px;
  padding-bottom: 60px;
}
.ourServicesSection h2{
  color: #1B1B1B;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.ourServicesSection h5{
  color: #212121;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  opacity: 0.800000011920929;
  margin-bottom: 40px;
}
.ourServicesSection ul{
  margin: 0; 
  padding: 0; 
  list-style: none; 
  display: flex;
  justify-content: center;
  gap: 30px;
}
.ourServicesSection ul li{
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: 45px 30px;
  text-align: left;
  max-width: 460px;
}
.ourServicesSection ul li img{
  margin-bottom: 30px;
  height: 55px;
}
.ourServicesSection ul li h4{
  color: #1B1B1B;
  font-weight: 500;
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 20px;
}
.ourServicesSection ul li p{
  color:rgb(33 33 33 / 80%);
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
  background: url(../images/check-circle.svg) 0 5px no-repeat;
  padding-left: 45px;
}
.ourServicesSection ul li p:last-child{
  margin-bottom: 0;
}

/* Engagement Model css */
.engagementModel{
  background-image: linear-gradient(180deg, #4B70F5 0%, #4C3BCF 100%);
}
.engagementModel ul li h4{
  font-weight: 600;
}
.ourServicesSection.engagementModel h2, .ourServicesSection.engagementModel h5{
  color: #fff;
}
.engagementModel ul li h4 span{
  font-weight: 300;
  display: block;
}
.ourServicesSection ul li ul{
  display: block;
}
.ourServicesSection ul li ul li{
  padding: 0;
  border-radius: 0;
  border: none;
}
.ourServicesSection ul li ul li h3{
  background: url(../images/check-circle.svg) 0 5px no-repeat;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 27px;
  line-height: 38px;
  padding-left: 45px;
}
.ourServicesSection ul li ul li p{
  background: none;
  margin-bottom: 26px !important;
}
.ourServicesSection ul li ul li:last-child p{
  margin-bottom: 0 !important;
}

.whyChooseUs{
  background: #eee;
}
.ourServicesSection.whyChooseUs ul{
  flex-wrap: wrap;
}
.ourServicesSection.whyChooseUs ul li h4{
  font-weight: 600;
}
.ourServicesSection.whyChooseUs ul li p{
  background: none;
  padding-left: 0;
}
.ourServicesSection.whyChooseUs ul li img {
  margin-bottom: 22px;
  height: 50px;
}
.ourServicesSection.whyChooseUs ul li{
  max-width: 392px;
}


/* faqSection css */

.faqSection{
  padding: 80px 0 100px;
}
.faqSection h2{
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.accordian-section .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.panel-group{
  position: relative;
}
.accordian-section a {
  padding: 14px 20px;
  text-align: left;
  color: #212121;
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding-right: 45px;
}
.accordian-section a:hover{
  text-decoration: none;
}
.accordian-section .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
  width: 50%;
  box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
  margin-bottom: 1px;
}

.accordian-section .panel-heading .panel-title{
  position: relative;
  background: #fff;
}
.accordian-section .panel-heading .panel-title::after{
  background: url(../images/arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 24px;
  height: 20px;
  content: '';
  transform: rotate(90deg);
}
.accordian-section .panel-heading .panel-title.active{
  background: #FAFAFA;
}
.accordian-section .panel-heading .panel-title.active::after{
  transform: rotate(0);
  top: 20px;
}
.accordian-section .panel-collapse{
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  max-height: 100%;
  overflow: auto;
}
.accordian-section .panel-collapse::-webkit-scrollbar {
  width: 4px;
}
.accordian-section .panel-collapse::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}
.accordian-section .panel-collapse a{
  color: #4B70F5;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  display: inline-block;
}
.accordian-section .panel-collapse a:hover{
  text-decoration: underline;
}
.accordian-section .panel-collapse ul{
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}
.accordian-section .panel-collapse li{
  color: #424242;
  font-family: 'graphikregular';
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
}
.accordian-section .panel-collapse li a{
  font-size: 14px;
}
.accordian-section .panel-collapse h4{
  color: #212121;
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 24px;
  font-weight: 500;
}
.accordian-section .panel-collapse p{
  color: #757575;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.accordian-section .panel-collapse::after{
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.accordian-section::after{
  background: #FAFAFA;
  width: 46%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.scheduleButton{
  text-align: center;
  margin-top: 0px;
}
.scheduleButton a{
  background-color: #4B70F5;
  border-radius: 4px;
  height: 56px;
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
}
.scheduleButton a:hover{
  text-decoration: none;
}

/* Footer Section */
footer {
  background-color: #4B70F5;
  height: 110px;
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer ul li a {
  font-size: 20px;
  color: white;
  font-weight: 500;
}
.ft_logo {
  width: 250px;
  height: 51px;
  display: inline-block;
  margin-right: 40px;
}
.ft_logo img {
  width: 100%;
}
.inkedin_logo {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 24px;
}
.inkedin_logo img {
  width: 100%;
}
.mail_icon {
  width: 30px;
  height: 22px;
  display: inline-block;
}
.mail_icon img {
  width: 100%;
}

.ftLinks ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
footer .scheduleButton a {
  background-color: white;
  color: #4B70F5;
}

/* About page css */
.aboutSection{
  background: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #EEEEEE;
}
.aboutSection h2{
  color: #1B1B1B;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.aboutSection .leftBlock img{
  width: 100%;
}
.aboutSection .rightBlock h4{
  color: #1B1B1B;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.aboutSection .rightBlock p{
  color: #212121;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.missionSection{
  background: #fff;
  border: none;
}
.whyChooseUsAbout{
  background-color: #ECFBFF;
  border-top: 1px solid #EEEEEE;
}
.ourServicesSection.whyChooseUsAbout h2{
  margin-bottom: 50px;
}
.ourServicesSection.whyChooseUsAbout ul li{
  text-align: center;
  background: no-repeat;
  border: none;
  padding: 20px;
}
.ourServicesSection.whyChooseUsAbout ul li img{
  width: auto;
  height: auto;
}
.ourServicesSection.whyChooseUsAbout ul li:last-child img{
  margin-top: 22px;
}
.ourServicesSection.whyChooseUsAbout ul li h4{
  margin-bottom: 11px;
}
.contactSection{
  background: #ECFBFF;
  padding: 80px 0;
}
.contactSection .leftBlock h2{
  color: #1B1B1B;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 14px;
}
.contactSection .leftBlock p{
  color: #212121;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  opacity: 0.800000011920929;
  margin-bottom: 30px;
}
.contactSection .leftBlock ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactSection .leftBlock ul li{
  margin-bottom: 30px;
}
.contactSection .leftBlock ul li a:hover{
  text-decoration: none;
}
.contactSection .leftBlock ul li a{
  color: #212121;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  padding-left: 94px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  word-break: break-all;
}
.contactSection .leftBlock ul li.mail a::before{
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(239, 239, 239, 0.5);
  width: 74px;
  height: 70px;
  background: url(../images/mail.svg) center center no-repeat #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.contactSection .leftBlock ul li.linkedin a::before{
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(239, 239, 239, 0.5);
  width: 74px;
  height: 70px;
  background: url(../images/linked.svg) center center no-repeat #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.contactSection .leftBlock label{
  color: #212121;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  opacity: 0.795526413690476;
  display: block;
  margin-bottom: 40px;
  margin-top: 10px;
}
.contactSection .leftBlock span{
  color: #212121;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: left;

}

.getinTouchSection{
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  width: 100%;
}
.formHeadSection{
  padding: 30px 40px 20px 40px;
  border-bottom: #EEEEEE solid 1px;
}
.formHeadSection h4{
  color: #1B1B1B;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 0;
}
.formHeadSection h6{
  color: #212121;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  opacity: 0.800000011920929;
  margin-bottom: 0;
}
.formContent{
  padding: 30px;
  padding-top: 12px;
}
.formContent .col-md-6, .formContent .col-md-12{
  padding-left: 10px;
  padding-right: 10px;
}
.form-label{
  color: #424242;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 18px;
}

.formContent .form-control{
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  height: 50px;
}
.formContent .form-control:focus{
  box-shadow: none;
}
.formContent textarea.form-control{
  height: 100px;
}
.formContent .submitBt{
  background-color: #4B70F5;
  border-radius: 4px;
  width: 127px;
  height: 56px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

/* privacyPages css */
.privacyPages{
  padding: 50px 0 0;
}
.privacyPages h2{
  color: #1B1B1B;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 6px;
}
.privacyPages h6{
  color: #212121;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  opacity: 0.797665550595238;
  margin-bottom: 30px;
}
.privacyContent{
  background: #FAFAFA;
  padding: 40px 30px;
}
.privacyContent p{
  color: #212121;
  font-weight: 400;
  font-size: 22px;
  line-height:30px;
  margin-bottom: 30px;
}
.privacyContent h3{
  color: #212121;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
}
.privacyContent ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacyContent ul li{
  background: url(../images/check-icon.svg) 0 2px no-repeat;
  padding-left: 34px;
  margin-bottom: 27px;
}
.privacyContent ul li h4{
  color: #212121;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.privacyContent ul li p{
  color: #212121;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.privacyContent label{
  color: #212121;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.notFoundPage{
  background: #ECFBFF;
  min-height: calc(100vh - 88px);
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notFoundPage img{
  max-width: 710px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
      max-width: 1290px;
  }
}


@media (max-width: 991px) {
.navbar-nav .nav-link{ font-size:14px;}
.banner .carousel-caption{
  width: 100%;
  top: 40%;
}
.ourServicesSection ul{
  flex-wrap: wrap;
}
.ourServicesSection ul li{
  width: 340px;
}
.ourServicesSection ul li img {
    margin-top: 0;
    margin-bottom: 15px;
    height: 50px;
}
.ourServicesSection ul li ul li{
  width: 100%;
}
.ourServicesSection.whyChooseUs ul li {
  max-width: 320px;
}
.ourServicesSection ul li p{margin-bottom: 10px;}
.industries ul li{width: 204px; height: 144px;}
.text-block .heading h4{ padding-left: 15px;text-align: left; font-size: 16px;}
.text-block .heading{ bottom: 8px;}
.about-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.contactSection{
  padding: 50px 0;
}
.getinTouchSection{
  margin-top: 30px;
}
.ourServicesSection.whyChooseUsAbout ul li:last-child img{
  margin-top: 0;
}

}

@media (max-width: 767px) {
  .banner .carousel-caption h4{ font-size:12px;}
  .banner .carousel-caption h1{
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .banner .carousel-caption{
    padding-left: 20px;
    padding-right: 20px;
  }
  .globalExpensionSection{
    padding: 50px 0;
  }
  .globalExpensionSection .leftBlock{
    padding-right: 15px;
  }
  .ourServicesSection ul li h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
  .ourServicesSection ul li{
    padding: 24px;
  }
  .ourServicesSection ul li p{
    font-size: 20px;
    line-height: 28px;
  }
  .globalExpensionSection h4{
    font-size: 34px;
    line-height: 40px;
    margin-top: 35px;
  }
  .globalExpensionSection p{
    font-size: 20px;
    line-height: 32px;
  }
  .ourServicesSection h2{
    font-size: 34px;
    line-height: 40px;
  }
  .ourServicesSection h5{
    font-size: 20px;
    line-height: 32px;
  }
  .ourServicesSection ul li ul li h3{
    font-size: 20px;
    line-height: 31px;
    background-size: 20px;
    padding-left: 35px;
  }
  .ourServicesSection ul li p{
    padding-left: 35px;
    background-size: 20px;
  }
  .ourServicesSection.whyChooseUs ul li{
    margin-bottom: 0;
  }
  .faqSection{
    padding: 50px 0;
  }
  .faqSection h2{
    font-size: 34px;
    line-height: 40px;
  }

  .accordian-section .panel{
    flex-direction: column;
    gap: inherit;
  }
  .accordian-section .panel-heading{
    width: 100%;
  }
  .accordian-section .panel-collapse{
    position: inherit;
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
  .accordian-section .panel-collapse h4{
    display: none;
  }
  .accordian-section a{
    font-size: 16px;
    line-height: 20px;
  }
  .accordian-section .panel-collapse p{
    font-size: 14px;
    line-height: 20px;
  }
  .accordian-section .panel-heading .panel-title.active::after{
    transform: rotate(-90deg);
  }
  .accordian-section .panel-heading .panel-title{
    margin-bottom: 1px;
  }
  .ourServicesSection ul{
    gap: 20px;
  }
  .scheduleButton a{
    font-size: 16px;
  }
  .navbar-dark .navbar-toggler{
    background: #212121;
  }

  .bottom_menu .navbar-nav .nav-link{padding: 0 8px !important;}
  .navbar-collapse{
    width: 100%;
    position: absolute;
    right: 0;
    background: #f7f7f7;
    top: 88px;
    padding: 10px 14px;
    z-index: 9;
    padding-bottom: 20px;
  }
  .navbar-nav .last .nav-link{
    width: 140px !important;
    text-align: center;
  }
  .navbar-nav .nav-link{padding: 0.7rem 1rem !important;}
  .lightheader .navbar-collapse{ top:56px;}
  .banner .carousel-caption p {font-size: 18px;line-height: 26px;}
   .industries ul li {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
}

.about-col {
    flex: 0 0 100%;
    max-width: 100%;
}
 .contact-col {
    flex: 0 0 100%;
    max-width: 100%;
} 
  section{padding: 50px 0;}
  .fixed-top{    background: rgba(0, 0, 0, 0.9490196078431372);}
  .navbar-nav .last{margin-left: 14px; margin-top: 15px;}

  .aboutSection .rightBlock h4{
    font-size: 30px;
    line-height: 40px;
  }
  .aboutSection .rightBlock p{
    font-size: 20px;
  }
  .aboutSection{
    padding-bottom: 50px;
  }
  .missionSection{
    padding-top: 30px;
  }
  .aboutSection h2{
    font-size: 42px;
  }
  .contactSection .leftBlock h2{
    font-size: 42px;
  }
  .contactSection .leftBlock p{
    font-size: 22px;
    line-height: 34px;
  }
  .contactSection .leftBlock label{
    font-size: 24px;
  }
  .contactSection .leftBlock span{
    font-size: 24px;
  }
  .formHeadSection{
    padding: 20px
  }
  .formContent{
    padding-left: 10px;
    padding-right: 10px;
  }
  .contactSection .leftBlock ul li.mail a::before, .contactSection .leftBlock ul li.linkedin a::before{
    width: 44px;
    height: 42px;
    background-size: 70%;
  }
  .contactSection .leftBlock ul li a {
    color: #212121;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-left: 55px;
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .contactSection .leftBlock ul li.linkedin a{
    padding-top: 0;
  }
  .privacyPages h2{
    font-size: 30px;
    line-height: 40px;
  }
  .privacyPages h6{
    font-size: 20px;
  }
  .privacyContent{
    padding: 20px;
  }
  .privacyContent p{
    font-size: 20px;
  }
  .privacyContent h3{
    font-size: 22px;
  }
  .privacyContent ul li p{
    font-size: 18px;
  }
  .notFoundPage img{
    max-width: 100%;
  }

  footer {
    height: auto;
	padding-bottom:60px;
  }
  footer .container {
    flex-direction: column;
    padding: 20px 0;
    gap: 25px;
  }
  footer ul li a {
    font-size: 16px;
  }
  .ft_logo {
    width: 190px;
    height: auto;
  }
  .ftLinks ul {
    gap: 20px;
  }
}

@media (max-width: 586px) {
  .banner .carousel-item > img{height: 100vh;}
  .banner .carousel-item{height: 100vh;}
  .banner .carousel-inner{height: 100vh;}
}

