html {
overflow-x: hidden;
width: 100%;
}

body {
width: 100%;
overflow-x: hidden;
}

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

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

}
@media (min-width: 766px) {
.form-mobile {
margin:5%;
margin-top: 10%;
}

}

@media (max-width: 767px) {
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: space-evenly;
}}
@media (max-width: 797px) {
.mobile-padding {
padding-right: 20px;
padding-left: 20px;
}


}

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

.form-floating>label {
color: #555;
}
.sysco-logo {
width: 125px;
margin: 20px;
}

@media screen and (max-width: 767px) {
.sysco-logo {
width: 90px;
margin-top: 10px;
margin-bottom: 10px;
margin:10px;
}

}


@media screen and (max-width: 767px) {
.navbar-header {
height: 50px;
}
}

.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;
}


.navbar li {
position: relative;
}

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

.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Poppins", sans-serif;
color: #008cd2;
font-size: 15px;
/* padding: 0 4px; */
white-space: nowrap;
transition: 0.3s;
letter-spacing: 0.4px;
position: relative;
}

.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: 8px;
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%;
}
}

/**
* Mobile Navigation
*/
.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;
}

.navbar-dark .navbar-nav .nav-link {
color: rgb(255 255 255 / 100%);
font-size:18px;
font-weight:bold;
}

@media screen and (max-width:500px) { .navbar-dark .navbar-nav .nav-link {
font-size:16px;}}

@media screen and (max-width:991px) {.navbar-nav {
align-items: center;
justify-content: center;
background-color: #fff;
border-radius:3px;

}

.navbar-dark .navbar-nav .nav-link {
color: #5e5d5d;
font-weight:500;
padding: 15px 35px;
}}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 29px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
 background-color: #ffffff;
 border: 1px solid #e5e5e5;
background-image: none;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
-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;
}

body {
font-family: "Roboto Condensed", sans-serif !important;
font-size: 16px;
line-height: 1.42857143;
padding-top: 0;
}
hr {
margin: 0;
}
header h6 i {
float: left;
font-size: 24px;
margin: 0;
margin-top: 0px;
margin-right: 0px;
margin-right: 10px;
margin-top: 5px;
}
header h6 span {
overflow: hidden;
display: block;
float: left;
font-size: 12px;
line-height: 18px;
}
.bd-placeholder-img {
background: linear-gradient(to right, #5d2d88, #ea4c11);
}
#default2.fixed-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #222;
}
#logo-small img {
max-height: 40px;
}
#logo-small {
display: none;
}
img.logo {
max-width: 100%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#ataglance h3 {
background: rgba(255, 255, 255, 0.1);
color: #fff;
font-size: 45px;
padding: 10px 30px;
margin-bottom: 30px;
border-radius: 50px;
margin: auto;
}
.section-title h3 {
margin: 20px 0 20px 0px;
font-size: 43px;
font-weight: 700;

}
#hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: left;
padding: 0 15px;
}
#hero {
width: 100%;
height: 65vh;
background: url("https://image.email.suppliesonthefly.com/lib/fe5515707c6c06787c1c/m/1/709149a3-899e-4edb-92fa-4df494f2f253.png")
top center;
background-size: cover;
position: relative;
background-repeat:no-repeat;
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 63px;
font-weight: 700;
line-height: 70px;
color: #fff;
}

/*Small Desktop*/
@media screen and (max-width: 1260px) {
#hero {
background: url("https://image.email.suppliesonthefly.com/lib/fe5515707c6c06787c1c/m/1/6b82d624-802e-4822-8f5f-79fd63faa57c.png")
top center;
background-size:cover;
background-repeat:no-repeat;
}

#hero h1 {
margin: 0px 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 53px;
text-transform: uppercase;
color: #fff;
margin-top: 25px;

}
}

@media screen and (max-width: 1020px) {
#hero {
background: url("https://image.email.suppliesonthefly.com/lib/fe5515707c6c06787c1c/m/1/81d8da47-1188-4df7-a531-0f622673ad82.png")
top center;
background-size:cover;
background-repeat:no-repeat;
}}

/*Tablet*/
@media screen and (max-width: 767px) {
#hero {
background: url("https://image.email.suppliesonthefly.com/lib/fe5515707c6c06787c1c/m/1/1353c3b2-f062-43c6-abb4-e25cd116646c.png")
top center;
background-size:cover;
background-repeat:no-repeat;
}

#hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: normal;
align-items: center;
flex-direction: column;
text-align: left;
padding: 60px 15px;
}
}
/*Mobile*/
@media screen and (max-width: 500px) {
#hero {
background: url("https://image.email.suppliesonthefly.com/lib/fe5515707c6c06787c1c/m/1/22612eb7-a4a1-470e-923a-0c1a21693579.png")
top center;
background-size:cover;
background-repeat:no-repeat;
}
}

#hero:before {
content: "";
background: rgba(0, 0, 0, 0);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero h3 {
background: rgba(255, 255, 255, 0.1);
color: #fff;
font-size: 30px;
padding: 10px 30px;
margin-bottom: 30px;
border-radius: 50px;
}

#hero h2 {
color: #eee;
margin-bottom: 40px;
font-size: 24px;
}
#hero .btn-get-started {
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 30px 9px 30px;
border-radius: 50px;
transition: 0.5s;
border: 2px solid #fff;
color: #fff;
}
#hero .btn-get-started:hover {
background: #56b146;
border: 2px solid #56b146;
}

@media (max-height: 500px) {
#hero {
height: 100vh;
}

#hero h1 {
    margin-top:5%;
}
}
@media screen and (max-width:991px) {#hero h1 {
    margin: 0px 0 10px 0;
            margin: 0px 0 10px 0;
                 font-size: 53px;
        font-weight: 700;
        line-height: 58px;
    text-transform: uppercase;
    color: #fff;
}

.section-title h3 {
    margin: 15px 0 20px 0px;
    font-size: 35px;
    font-weight: 700;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #e1f5dd;
  color: #56b146;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 span {
  color: #008cd1;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


.card {
 margin: 0 0.5em;
 min-height:385px;
 background-color: #fff;
 border-radius: 3px;

}


.card-body {
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: #008CD2;
    text-decoration: none;
}

 
 .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:500px) {
.section-title h3 {
font-size:28px;
} }


  .section-bg {
    background-color: #ffffff;
}
   h2 {
     font-size: 42px;}
  
  a {
    color: #008CD2;
    text-decoration: none;
}
  .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;
}}



.card {
  margin: 0 0.5em;

}

     
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.about-img img {
  border-radius: 5px;
}



.form-select:focus, .form-control:focus {

    border-color: #1a7dc6;
    outline: 0;
     box-shadow: 0 0 0 .25rem rgb(219 241 247);
}


    /*--------------------------------------------------------------
# Navigation Bar
--------------------------------------------------------------*/

.navbar-right .btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #398439;
}

@media screen and (max-width:990px){
.dropdown-menu {display:none;}
#navbar .navbar-default .navbar-collapse {margin-right:0;}}




  .nav__toggle .icon-bar {
    position: relative;
    border-radius: 0;
    background-color: #ffffff;
    display: block;
    height: 2px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 22px;
}
  
  .nav__link{ font-size:14px; font-weight:500;}
  .nav__link--cta { font-size:14px; font-weight:500;}
  .nav-submenu__link{ font-size:14px; font-weight:500;}
  .nav__item { font-size:14px; font-weight:500;}
  .nav-submenu__heading { font-size:15px; font-weight:500;}
@media screen and (min-width:991px) {
  .nav__link{ font-size:15px; font-weight:550;}
    .nav__link--cta { font-size:15px; font-weight:550;}
  .nav__menu { font-size:15px; font-weight:550;}
  }
  
  .sysco-logo {
    width: 6rem;
margin-top:15px;
}

@media screen and (max-width:767px) {
.sysco-logo {
    margin-top: 25%; } }
.logo__blue_new {
    display:block;
}
.logo__green_new {
    display:none;
}

    .nav__logo {
        height: auto;
        padding: 0;
    }

@media (min-width: 768px) {
 .sysco-logo {
  width: 8rem;
margin-top:25px;
 }
 .nav__logo {
        height: auto;
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .sysco-logo {
        width:8rem;
    }
    .nav__logo {
        height: auto;
   /*     padding: 1.2rem; */
    }
}

@media (min-width: 1200px) {
    .sysco-logo {
        width:8rem;
     
    }
}

.logo__blue,
.logo__green {
    fill: #fff;
}
/*
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

@media (min-width: 992px) {
    .nav {
        padding: 0 1rem;
    }
}



.nav__logo {
    display: block;
    height: auto;
    margin: 0;
}

.nav__toggle {
    display: inline-block;
    margin-left: auto;
    justify-self: flex-end;
    margin-top: -.5rem;
    margin-right: 1rem;
 border:none;
  background-color:#ffffff00;
}



.nav__toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 992px) {
    .nav__toggle {
        display: none;
    }
}

.nav__toggle.js-is-open .icon-bar:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav__toggle.js-is-open .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}

.nav__toggle.js-is-open .icon-bar:nth-of-type(3) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav__drawer {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-top: 1px solid #E4E5E6;
}

.nav__drawer.js-is-open {
    display: block;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 992px) {
    .nav__drawer {
        border: 0;
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
 /*   font-size: .875rem;
    font-weight: 600; */
    text-align: center;
}

@media (min-width: 992px) {
    .nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .nav__menu {
        font-size: 1rem;
    }
}

.nav__menu--primary .nav__link {
    color: #008cd2;
}

.nav__menu--primary .nav__link:visited {
    color: #008cd2;
}

@media (min-width: 992px) {
    .nav__menu--primary>.nav__item .nav__link {
        color: #fff;
    }
    .nav__menu--primary>.nav__item .nav__link:visited {
        color: #fff;
    }
}

.nav__menu--secondary .button {
    border-radius: 0;
    display: block;
}
.nav__menu--secondary .button:hover {
   text-decoration:none;
}
@media (min-width: 992px) {
    .nav__menu--secondary .button {
        border-radius: 3px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .nav__menu--secondary {
        margin-left: auto;
        justify-self: flex-end;
    }
}

.nav__item {
    position: relative;
    border-bottom: 1px solid #E4E5E6
}

@media (min-width: 768px) {
    .nav__item {
        margin-right: 1rem;
        border: 0;
    }
    .nav__item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .nav__item {
        margin-right: 1.5rem;
    }
}

.nav__item[data-show-sub="true"] .nav-arrow__container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav__link {
    text-decoration: none;
    display: block;
    padding: .75rem 1rem;
}

@media (min-width: 992px) {
    .nav__link {
        padding: 1.5rem 0;
    }
}

.nav__link--cta {
   /* font-weight: 600; */
}

.nav__link--cta:visited {
    color: #56b146
}

.nav-arrow {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E4E5E6;
    padding: 19px;
    pointer-events: none;
}

@media (min-width: 992px) {
    .nav-arrow {
        display: none;
    }
}

.nav-arrow__container {
    -webkit-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
}

.nav-arrow__bar {
    display: block;
    border-radius: 0;
    background-color: #008CD2;
    display: block;
    height: 2px;
    width: 11px;
}

.nav-arrow__bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-arrow__bar:nth-of-type(2) {
    margin-top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-size: .875rem;
}

@media (min-width: 992px) {
    .nav-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        padding: 1.25rem 1.75rem;
        border-radius: 6px;
        -webkit-box-shadow: 0 0.5rem 1.5rem 0.2rem rgba(0, 0, 0, 0.35);
        box-shadow: 0 0.5rem 1.5rem 0.2rem rgba(0, 0, 0, 0.35);
    }
}

.nav-submenu__heading,
.nav-submenu__break {
    display: none;
    margin-bottom: .75rem;
}

@media (min-width: 992px) {
    .nav-submenu__heading,
    .nav-submenu__break {
        display: block;
    }
}

.nav-submenu__heading {
    color: #6A737B;
    font-weight: 700;
}

.nav-submenu__break {
    border-top: 1px solid #E4E5E6;
}

.nav-submenu__item {
    border-top: 1px solid #E4E5E6;
}

@media (min-width: 992px) {
    .nav-submenu__item {
        border: 0;
        margin-bottom: .75rem;
    }
    .nav-submenu__item:last-child {
        margin-bottom: 0;
    }
}

.nav-submenu__link {
    text-decoration: none;
    display: block;
    padding: .75rem 1rem;
    color: #008cd2;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

@media (min-width: 992px) {
    .nav-submenu__link {
        font-weight: 400;
        padding: 0;
        color: #6A737B;
    }
}

.nav-submenu__link:visited {
    color: #6A737B;
}

@media (min-width: 992px) {
    .nav-submenu__link:hover {
        color: #56b146;
    }
}

.nav-submenu {
    display: none;
}

[data-visually-hidden="true"] {
    display: none;
}

[data-visually-hidden="false"] {
    display: block;
}
  
  
.site-header {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: 0;
    width: 100%;
    background-color: transparent;
}

.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;
    }
}
@media screen and (max-width: 991px) {
.section-title h3 {
text-align:center;
margin-bottom:5%;
  }}
@media screen and (max-width: 767px) {
  #hero h3 {
    font-size: 28px;
text-align:center;
  }
  #hero h1 {
    font-size: 37px;
    line-height: 40px;
text-align:center;
margin-top:5%;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
text-align:center;
  }

.section-title h3 {
    font-size: 29px;
text-align:center;
}
#ataglance h3 {
  font-size: 29px;
 
}

.about .content h3 {
  font-size: 29px;
text-align:center;
}}

@media screen and (max-width: 500px) {
#hero h1 {
     font-size: 34px;
    line-height: 38px;
    text-align: center;
}}
.videopadding {padding:37px;}
@media screen and (max-width:767px) { .videopadding { padding:0;}}

.button {
    display: inline-block;
    padding: .5rem 1.5rem;
    border: 2px solid transparent;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.button:visited {
    color: inherit
}
  
.button--brand {
    border-color: #56b146;
    background-color: #56b146;
    color: #fff;
    border-radius: 3px;
    text-transform: none;
    letter-spacing: 0
}

.button--brand:hover,
.button--brand:focus {
    color: #fff;
    border-color: #448c38;
    background-color: #448c38
}

.button--brand:visited {
    color: #fff
}



  
 
  @media screen and (max-width: 767px){
#hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    }}
  
  #hero h2 {
    color: #fff;
    margin-bottom: 40px;
}
  
 
 
/*--------------------------------------------------------------
#Intercom App
--------------------------------------------------------------*/
  
    @keyframes intercom-lightweight-app-launcher {
    from {
      opacity: 0;
      transform: scale(0.5);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes intercom-lightweight-app-gradient {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes intercom-lightweight-app-messenger {
    
        0% {
          opacity: 0;
          transform: scale(0);
        }
        40% {
          opacity: 1;
        }
        100% {
          transform: scale(1);
        }
        
  }

  .intercom-lightweight-app {
    position: fixed;
    z-index: 2147483001;
    width: 0;
    height: 0;
    font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  }

  .intercom-lightweight-app-gradient {
    position: fixed;
    z-index: 2147483002;
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(
      ellipse at bottom right,
      rgba(29, 39, 54, 0.16) 0%,
      rgba(29, 39, 54, 0) 72%);
    animation: intercom-lightweight-app-gradient 200ms ease-out;
  }

  .intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 20px;
    right: 20px;
    max-width: 48px;
    width: 48px;
    max-height: 48px;
    height: 48px;
    border-radius: 50%;
    background: #008CD2;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.015);
    transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    box-sizing: content-box;
  }

  
        .intercom-lightweight-app-launcher:hover {
          transition: transform 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
          transform: scale(1.1)
        }

        .intercom-lightweight-app-launcher:active {
          transform: scale(0.85);
          transition: transform 134ms cubic-bezier(0.45, 0, 0.2, 1);
        }
      


  .intercom-lightweight-app-launcher:focus {
    outline: none;

    
  }

  .intercom-lightweight-app-launcher-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: transform 100ms linear, opacity 80ms linear;
  }

  .intercom-lightweight-app-launcher-icon-open {
    
        opacity: 1;
        transform: rotate(0deg) scale(1);
      
  }

  .intercom-lightweight-app-launcher-icon-open svg {
    width: 24px;
    height: 24px;
  }

  .intercom-lightweight-app-launcher-icon-open svg path {
    fill: rgb(255, 255, 255);
  }

  .intercom-lightweight-app-launcher-icon-self-serve {
    
        opacity: 1;
        transform: rotate(0deg) scale(1);
      
  }

  .intercom-lightweight-app-launcher-icon-self-serve svg {
    height: 44px;
  }

  .intercom-lightweight-app-launcher-icon-self-serve svg path {
    fill: rgb(255, 255, 255);
  }

  .intercom-lightweight-app-launcher-custom-icon-open {
    max-height: 24px;
    max-width: 24px;

    
        opacity: 1;
        transform: rotate(0deg) scale(1);
      
  }

  .intercom-lightweight-app-launcher-icon-minimize {
    
        opacity: 0;
        transform: rotate(-60deg) scale(0);
      
  }

  .intercom-lightweight-app-launcher-icon-minimize svg path {
    fill: rgb(255, 255, 255);
  }

  .intercom-lightweight-app-messenger {
    position: fixed;
    z-index: 2147483003;
    overflow: hidden;
    background-color: white;
    animation: intercom-lightweight-app-messenger 250ms cubic-bezier(0, 1.2, 1, 1);
    transform-origin: bottom right;
    height: calc(100% - 108px);
    
        width: 400px;
        height: calc(100% - 108px);
        max-height: 704px;
        min-height: 250px;
        right: 20px;
        bottom: 88px;
        box-shadow: 0 5px 40px rgba(0,0,0,0.16);
      

    border-radius: 15px;
  }

  .intercom-lightweight-app-messenger-header {
    height: 64px;
    border-bottom: none;
    background: #188bcc
  }

  .intercom-lightweight-app-messenger-footer{
    position:absolute;
    bottom:0;
    width: 100%;
    min-height: 81px;
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  }

  @media print {
    .intercom-lightweight-app {
      display: none;
    }
  }

@media (min-width: 1020px) {
  #hero {
    background-attachment: fixed;
  }
}

/*Navigation Bar*/

  @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: #0a82be;
}
    .navbar-default .navbar-toggle {
    border-color: #ddd0;
}
    .navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}

  
.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
}

@media screen and (max-width: 766px){.navbar-default .navbar-collapse.in {
    background-color: rgb(0 140 211);
    border-color: #fff;
}}

@media (min-width: 991px) {
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
  }}
  
  .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  @media (min-width: 768px){
.navbar-nav {
    float: right;
    }}
  
@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: 10px 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
}
  .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: 10px 15px;
       padding-top: 8px;
    padding-bottom: 8px;
}
}
 .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: 10px 15px;
          padding-top: 8px;
    padding-bottom: 8px;
}
}

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

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

@media (min-width: 1450px){
.container {
    width: 1200px !important;
}
}





 
/*--------------------------------------------------------------
# Navbar 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: 25px;
    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;
}
      
      @media screen and (max-width:991px) {.navbar-nav .nav-link {

        margin:0px;
}
        
        @media screen and (min-width: 768px) {
    .navbar-nav {
        float: right;
       margin:0px !important;
    }
}

