 
html {
  overflow-x: hidden !important;
  width: 100% !important;

}



html.jmp {
      scroll-behavior: smooth;
  }
    
body {
  width: 100%;
  overflow-x: hidden;
}



 h2, h3, h4, h5, h6 {
 
   font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:700;
}
h4 {
    font-size: 20px;
}

body { 
font-weight:regular;
font-size:17px;}

  img.logo  { 
    margin: 13px;
  
    width: 8rem;
}

@media (min-width: 768px) {
img.logo {
    width: 14rem;
    margin: 22px;
   
}}

.gry {color:#6a737b; font-weight:500;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


@media screen and (max-width: 767px) {
  .navbar-header {
    background-color: #00000000;
  }
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 20px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #6a737b;
  font-weight: 700;
}

.navbar {
    padding: 0;
    position: absolute;
width:100%;
}

.navbar li {
  position: relative;
  margin-left: 8px;
}

@media screen and (max-width:991px) { .navbar li {
  
  margin-left: 0px;
}}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;

  font-family: "Poppins", sans-serif;
  color: #008cd2;

  white-space: nowrap;

  letter-spacing: 0.4px;
  position: relative;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .0); 
}

.btn-check:focus+.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .0);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #008cd2;
  background-color: transparent;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e43c5c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #008cd2;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: 0.3s;
  border-radius: 3px;
  border: none;
}
.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #493c3e;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #56b146;
  background-color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #555;
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #ffffff;
}

@media screen and (max-width: 1030px) {
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    text-align: center;
    background-color: #ffffff;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ffffff;
  }
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


  @media screen and (min-width: 991px) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    }}

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0a82be00;
}
    .navbar-default .navbar-toggle {
    border-color: #ddd0;
}
    .navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
  
.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
}
@media screen and (max-width: 766px){
.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
}
}



@media screen and (max-width: 766px){
.navbar-default.navbar-collapse.in {
    background-color: #000000ad;
    border-color: #fff;
}
.navbar-default .navbar-collapse.in {
    background-color:#5cb85c;
    border-color: #fff;
}}

@media (min-width: 991px) {
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
.navbar-nav>li>a:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }}
  
  .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navbar-nav>li>a:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 8px;
}
.nav>li>a:hover, .nav>li>a:focus  {
    position: relative;
    display: block;
    padding: 6px 8px;
}
  
  @media (min-width: 768px){
.navbar-nav {
        float: right;
        margin-left: 9px;
        min-width: 30%;
    }}
  
@media (min-width: 991px){
.navbar-fixed-bottom .navbar-collapse2, .navbar-fixed-top .navbar-collapse2, .navbar-static-top .navbar-collapse2 {
    padding-right: 0;
  padding-left: 0;}
}
  @media (min-width: 991px){
.navbar-collapse.collapse2 {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    }}
  .navbar-default .navbar-collapse2, .navbar-default .navbar-form {
    border-color: #ffffff00;
    width: 100%;
}
  .navbar-collapse2.in {
    overflow-y: auto;
}
  .navbar-collapse2 {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}
  
.navbar-default .navbar-nav>li>a:hover {
    border-color: #307230;
    background-color: #307230;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
   
        letter-spacing: 0.4px;
      padding: 6px 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
}
  .navbar-default .navbar-nav>li>a:active {
    border-color: #449d44;
    background-color: #449d44;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
    
         letter-spacing: 0.4px;
        padding: 6px 8px;
       padding-top: 6px;
    padding-bottom: 6px;
}
}
 .navbar-default .navbar-nav>li>a:focus {
    border-color: #449d44;
    background-color: #449d44;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
      letter-spacing: 0.4px;

       padding: 6px 8px;
          padding-top: 6px;
    padding-bottom: 6x;
}
}

/*--------------------------------------------------------------
# Mobile Navigation Menu
--------------------------------------------------------------*/


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 37, 38, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #493c3e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #e43c5c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #e43c5c;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
  
.btn-mgn {margin-right:10px;}

@media screen and (max-width:767px) {.btn-mgn {margin-right:0px; border-radius:0px;} .navbar-nav {
    margin: 1.5px -15px;
}}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 75px;
}
  

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 26px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #fff;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/


.site-header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index:50;
}

.site-header.js-is-fixed,
.site-header.js-is-open {
    background-color: transparent;
    -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.0);
    box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.0);
}

.site-header.js-is-fixed .logo__blue,
.site-header.js-is-open .logo__blue {
    fill: #008cd2;
}

.site-header.js-is-fixed .logo__green,
.site-header.js-is-open .logo__green {
    fill: #56b146;
}

.site-header.js-is-fixed .logo__blue_new,
.site-header.js-is-open .logo__blue_new {
    display: none;
}

.site-header.js-is-fixed .logo__green_new,
.site-header.js-is-open .logo__green_new {
    display: block;
}

.site-header.js-is-fixed .nav__toggle .icon-bar,
.site-header.js-is-open .nav__toggle .icon-bar {
    background-color: #008cd2;
}

@media (min-width: 992px) {
    .site-header.js-is-fixed .nav__menu--primary>.nav__item .nav__link,
    .site-header.js-is-open .nav__menu--primary>.nav__item .nav__link {
        color: #008cd2;
    }
    .site-header.js-is-fixed .nav__menu--primary>.nav__item .nav__link:visited,
    .site-header.js-is-open .nav__menu--primary>.nav__item .nav__link:visited {
        color: #008cd2;
    }
}

   /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/



#hero .container {
  padding-top: 72px;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}




@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


  #hero .container {
}

  #hero {
    width: 100%;
    height: auto;
    min-height: 65vh;
}

@media screen and (max-width:600px) {#hero {
    width: 100%;
    height: auto;
    min-height: 47vh;
} }

@media screen and (max-width:350px) {#hero {
    width: 100%;
    height: auto;
    min-height: 70vh;
} }


@media screen and (max-width:991px){

.content { 
     padding-left:3.15rem;
     padding-right:3.15rem;
} 

}

@media screen and (max-width:1024px){ 
.mobilepadding {margin-top:51%;} 

}

@media screen and (max-width:991px){ 
.mobilepadding {margin-top:81%;} 
}

@media screen and (max-width:870px){ 
.mobilepadding {margin-top:63%;} 
}

@media screen and (max-width:820px){ 
 .mobilepadding {margin-top:68%;} 
}

@media screen and (max-width: 768px){

.mobilepadding {margin-top: 70%;}
}

@media screen and (max-width:500px){ .mobilepadding {margin-top:65%;}
}


@media screen and (max-width: 280px){
.mobilepadding {margin-top:110%;}
}

@media screen and (max-width: 991px) {
    .mobile-center {
        text-align: center;
        max-width: 85%;
        margin: auto;
    }
}
@media screen and (max-width:503px) {  


.content {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
}

  #hero .container {
  padding-top: 0px;
}

.featuredhero {background-image:url("https://image.email.sysco.com/lib/fe5915707c6c067a7d17/m/1/daedf016-d11b-49f9-b80b-77afaa09536e.png"); background-repeat:no-repeat; background-size:cover; text-align:left;}
  

@media screen and (max-width:991px) {  
.featuredhero { 
text-align:center;}
}

@media screen and (max-width:1300px) {  
.featuredhero { 
background-image:url("https://image.email.sysco.com/lib/fe5915707c6c067a7d17/m/1/6191bb7d-9b75-4d37-9315-dde03fe28b0e.png"); 
background-repeat:no-repeat;
background-size:cover;
position: relative;}
}
@media screen and (max-width:1200px) {  
.featuredhero { 
background-image:url("https://image.email.sysco.com/lib/fe5915707c6c067a7d17/m/1/aad17f65-a00e-4f18-afe6-d4e6438079f8.png"); 
background-repeat:no-repeat;
background-size:cover; }
}

@media screen and (max-width:991px) {  
.featuredhero { 
background-image:url("https://image.email.sysco.com/lib/fe5915707c6c067a7d17/m/1/a63f8d89-caf5-4f1f-b9ac-d9383612503f.png"); 
background-repeat:no-repeat;
background-size:cover; }
}


@media screen and (max-width:500px) {  
.featuredhero { 
background-image:url("https://image.email.sysco.com/lib/fe5915707c6c067a7d17/m/1/d3375953-3a44-4793-b458-35c6c331072f.png"); 
background-repeat:no-repeat;
background-size:cover; }
.herotxtpadding {margin-top:315px!important;}
}

.mobileplus {color:#fff; font-size:48px; font-weight:600; color:#ffffff; margin-top:12%; margin-bottom:13%;
margin-right: 15px; display: block;  }
.dblock { display:block; }
.dblock-ylw { color:#FDD002; display:block; }
@media screen and (max-width: 588px){
.mobileplus {
    font-size: 59px;
    color: #ffffff;
    margin-top: 8%;
    margin-bottom: 64%;
    line-height: 65px;
}}
  @media screen and (max-width:1300px){   .mobileplus { font-size:72px; color:#ffffff; margin-top: 8%;
    margin-bottom: 64%;}}

  @media screen and (min-width:590px){ 
.mobileplus  {
    line-height:72px;
}
}

@media screen and (max-width: 600px){
.mobileplus {
       font-size: 45px;
    line-height: 47px;
    margin-top: 5%;
    margin-bottom: 75%;
}}
@media screen and (max-width: 321px){
.mobileplus {
    font-size: 36px;
    line-height: 38px;
}}

@media screen and (max-width: 281px){
.mobileplus {
    font-size: 34px;
    line-height: 36px;
}}
 .title {max-width:85%;}
@media screen and (max-width:600px) {.title {max-width:80%;}}
@media screen and (max-width:305px) {.title {max-width:72%; font-size:18px;}}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.form-mobile form {
margin-top:10%;
}

.form-mobile {
background-color: #f9f9f9;
border-radius:5px;
padding-bottom:10%;
}

@media (max-width: 500px) {
  .value-show {
    display: none;
  }
  .form-mobile {
    margin-top: 0%;
  }
}

@media (min-width: 500px) {
  .value-hide {
    display: none;
  }
  
}

@media (max-width: 991px) {
  .value-show2 {
    display: none;
  }

}

@media (min-width: 991px) {
  .value-hide2 {
    display: none;
  }
  
}



#bacForm .title {display:inline-block;}

#bacForm .description {margin-left:50px;}

@media (max-width: 797px) {
  .mobile-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .mobile-padding {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 29px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #efefef;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-group > input { 
  padding: 10px 30px 10px 30px;
  border-radius: 3px;}

.form-group > .btn-submit {  
  width:100%; 
  margin:auto; 
  margin-top:10px; 
  font-size:16px;  
  padding: 8px 45px 9px 45px;
  border-radius: 3px;
font-weight: 700;}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),
    0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
background-color:#fff;
}

/*--------------------------------------------------------------
# Form Validation Styles
--------------------------------------------------------------*/
/**

.form-err {
    color: red;
    font-size: 1rem;
    text-align: left;
    padding: 1% 2%;
}
/*--------------------------------------------------------------
# Testimonial Carousel
--------------------------------------------------------------*/

  
.testimonial-slider {
  background-color: #ffffff;
  
}
.testimonial-title {
  color: #fff;
  margin-bottom:5%;

}

.testimonial-title h2{
 
    font-weight: 600;
}
.videoCoverImage {
 border-radius: 5px;
overflow:hidden;
}
@media screen and (max-width:767px){
 .testimonial-title{margin-bottom:75px;text-align:center;}}

.card {
 margin: 0 0.5em;
 min-height:200px;
 background-color: #fff;
 border-radius: 5px;
 border:solid 1px #c4c4c4;
}

.card-body { padding:5%; height:100%; }

.card-title {
    color: #000;
    font-size: 18px;
}

@media screen and (max-width:575px) {
.testimonial-section { padding: 30px 0;
    overflow: hidden;}}

  .section-bg {
    background-color: #ffffff;
}
   h2 {
     font-size: 42px;}
  
  a {
    color: #000;
text-underline:none;
font-weight:600;
}

a:hover { 
    color: #b33c2c;}
 
 .section-title h3 {
    margin: 20px 0 20px 0px;
    font-size: 46px; !important
    font-weight: 1000;
}
@media screen and (max-width:991px) {
.section-title h3 {
text-align:center;
} }

@media screen and (max-width:600px) {
.section-title h3 {
font-size:36px;
} 
 }


  .section-bg {
    background-color: #ffffff;
}
   h2 {
     font-size: 42px;}
  

  .section-title h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #008CD2; 
   text-transform: capitalize;}

}

@media screen and (max-width:503px) { .newcustomer .content h2 {
    font-weight: 800;
  font-size: 32px;
    color: #061727;
    font-family: "Montserrat", sans-serif;
   line-height: 38px;
}}


.testimonial-slider {
    background-color: #fff0;
}
.testimonial-title {
  color: #fff;
}

.card {
  margin: 0 0.5em;

}
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #ededed;
}
      
      .accordion-button {
    margin-bottom: 0;
        font-weight:600;
        font-size:18px;
        color:#000;
       border-bottom: solid 1px #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00;
    outline: 0;
   box-shadow: 0 .2rem .50rem 0 rgba(0, 0, 0, .10);
}


.accordion-button:hover {
 color: #b33c2c;
   }

.invalid {
    border: 1px solid #66afe9;
 box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
  
        .accordion{ 
background-color: #ffffff;
box-shadow: 0 .2rem 1rem 0 rgba(0,0,0,.15);
border-radius: 5px; 
margin: auto; max-height: 1000px;
}
     
.accordion-button {padding: 25px 20px;}
.accordion-button:not(.collapsed) {
    color: #fff;
  
}
.accordion-button:not(.collapsed) {
   color: #b33c2c;
    background-color: #fff;
}

.accordion-button:focus {
    border-color: #ededed;}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(141 141 141 / 13%);
}

@media screen and (max-width:991px) {
  .hide-video {display:none;}
  #newcustomer{text-align:center;}
}

@media screen and (min-width:992px) {.show-video {display:none;}}


.w-100 {
    width: 100%!important;
    border-radius: 3px 3px 0px 0px;
}

  
   .carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.display-6 {
    font-size: 76px;
}
@media screen and (max-width: 600px) {
.display-6 {
    font-size: 45px;
    line-height: 47px;}}

@media screen and (max-width:991px) {
  .display-6 {
 text-align:center;
} }


   /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

    .services .icon-box {
      padding: 50px 20px;
      margin-top: 35px;
      margin-bottom: 25px;
      text-align: center;
      height: 225px;
      position: relative;
      background: #ffffff;
      border-radius:5px;
    }

    .services .icon {
      position: absolute;
      top: -18px;
      left: calc(50% - 36px);
      transition: 0.2s;
      border-radius: 50%;
      border: 6px solid #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      width: 72px;
      height: 72px;
      background: #fff;
    }

    .services .icon i {
      color: #fff;
      font-size: 24px;
      line-height: 0;
    }

   .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 100%;}

    .services .title a {
      color: #343a40;
    }
  
 

    .services .description {
   line-height: 24px;
    font-size: 17px;
    text-align: left;
    }


  
  /*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/


#faq {
  width: 100%;
  max-height: auto;
background: url("https://image.email.sysco.com/lib/fe5715707c630c7c731c/m/1/7cb79560-eea0-4e8d-a1e3-9eb2f85fb066.jpg")
    top center;
background-repeat:repeat; 
 /*   background-size: cover; */
background-color:#5c7550;
}

@media (max-width: 576px){
#faq {
    padding-left:3%;
padding-right:3%;
}}

a .faq {color: #56b146;}

  #faq h3 {color:#fff;   
    font-size:46px;
    font-weight: 600;}
  .faq {
  padding: 60px 0;
}


@media screen and (max-width:600px) {  #faq h3 {
  font-size:36px;
} }


.faq .faq-list {
  padding: 0;
  list-style: none;
}


  .faq .faq-list li {
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    padding-bottom: 20px;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration:none;
}
  

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #382F29;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
  font-weight:600;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  color: #382F29;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: #382F29;
}
.faq .faq-list .collapsed:hover {
  color: #382F29;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}



@media screen and (max-width:991px) {
.note {margin:auto;
text-align:center;
max-width:45%;}
}

.note {max-width:60%;
    font-family: "lorimer-no-2-condensed", sans-serif;
    font-weight: 800;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background-color: #2a2f33;
  padding: 45px 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
    text-decoration: none !important;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #a1a1a1;
    text-decoration: none;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #6e6e6e;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (min-width: 767px) {
  .footer-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-tablet {
    display: none;
  }
}

@media (min-width: 991px) {
  .footer-tablet {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.footer-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer-container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .footer-container {
    width: 1285px;
  }
}

@media (min-width: 1600px) {
  .footer-container {
    width: 1585px;
  }
}

@media (min-width: 1200px) {
  .footer-container {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .footer-container {
    padding: 4rem 0;
  }
}
.footer-container {
  padding: 3rem 0;
}
/*End of Footer Styles*/

         
  
/*--------------------------------------------------------------
# Video with Animated Button
--------------------------------------------------------------*/
.about .video-box {
  background: url("https://image.email.sysco.com/lib/fe5715707c630c7c731c/m/5/d88d1fbf-2d13-4408-9d24-8aec8dfae879.png")
    center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#008cd1 50%, #008cd173 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #5cb85c;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #5cb85c;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


 .hero {
      position: relative;
      overflow: hidden;
    }

    @media screen and (min-width: 992px) {
      .hero {
        height: 75vh;
      }

      .custom-video,
      .news-detail-image {
        object-fit: cover;
        width: 100vw;
        height: 75vh;
      }

      .sticky-wrapper {
        position: relative;
        bottom: 76px;
      }
    }

    .heroText {
      position: absolute;
      z-index: 9;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 85%;
      text-align: center;
    }

    .videoWrapper {
      position: relative;
      padding-bottom: 25.25%;
      height: 0;
      z-index: -100;
    }
img.logo {
    margin: 13px;
    width: 5rem;
}
    @media (min-width: 991px) {
      img.logo {
        width: 8rem;
        margin: 22px;
      }
    
    }


    
    
.navbar li  {margin-right:5px; border-radius:3px; color:#fff; font-weight:700; !important}
  
    @media (max-width:991px) { 
    .navbar-dark .navbar-nav .nav-link {
        border-radius: 3px;
    margin: 0 5% 1% 5%;
    padding: 13px;
      
     }
      .nav-link  {
        border-radius: 3px;
    margin: 0 5%;
    padding: 3%;
     }}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
    padding-bottom: 16;
}
    .card {
      margin: 0 0.5em;
      min-height: 200px;
      background-color: #fff;
      border-radius: 5px;
      border: none;
    }

    .videoCoverImage {
      border-radius: 0px;
      overflow: hidden;
      position: relative;
}
    }

    .form-select {
      padding: 1rem .75rem;
      font-size: 1.11rem;
      font-weight: 400;
      line-height: 1.5;
      color: #555;
      /*  border: solid 1px #edfaff;
      background-color:#edfaff; */
      background-color: #ffffff;
      border: 1px solid #e5e5e5;
    }

    .btn-success {
      color: #fff;
      background-color: #56b146;
      border-color: #56b146;
    }
    
    .form-select {
    padding: 1rem .75rem;
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}


 

