@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
body {
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0em;
    font-family: Cabin;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 0 15px;
  line-height: 1.4;
}
h2 {
    line-height: 1.1;
    font-size: 40px !important;
}
h4 {
  font-size: 20px !important;
}
img {
  width: 100%;
}
a {
  color: #555 !important;
}
.fa {
  font-family: FontAwesome;
}
.container-fluid {
  max-width: 1800px;
  width: 100%;
}
.bg-light {
  background-color: #ccc;
}
.bg-dark {
  background-color: #070b10;
}
.sub-title {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 7px;
    text-align: center;
}
header {
  padding: 10px 0 15px 0;
  box-shadow: 0px 5px 15px rgb(158 158 158 / 5%);
}
header .sdvosb-logo {
  max-width: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
header .logo {
  max-width: 331px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1550px) {
  header .logo {
    right: auto !important;    
    left: 20em;
  }
}
@media only screen and (max-width: 1350px) {
  header .logo {
    right: auto !important;    
    left: 14em;
  }
}
@media only screen and (max-width: 1220px) {
  header .logo {
    right: auto !important;    
    left: 9em;
  }
}
@media only screen and (max-width: 1120px) {
  header .logo {
    max-width: 248px;
    right: auto !important;    
    left: 130px;
  }
  header .sdvosb-logo {
      max-width: 83px;
  }  
}
@media only screen and (max-width: 991px) {
  header .sdvosb-logo{
    max-width: 57px;
  }
}
header .navbar-expand-lg .navbar-nav .nav-link {
  line-height: 1.65em;
  font-size: 18px;
  color: #555;
  padding: 24px 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}   
#mission-statement {
  padding: 80px 0;
  color:#808c8d;
  line-height: 2.2;
}
#mission-statement .sub-title {
  color: #205fae;
}

#breadcrumbs {
    background-color: #005fae;
    padding: 20px 0;
    text-align: center;
}
#breadcrumbs h1.title {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.08em;
}
#breadcrumbs small {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
}
#breadcrumbs small .slash {
    padding: 0 10px;
}

#home2 {
    padding: 100px 0;
}
#home2 h2 {
  color: #205fae;
  margin-bottom: 15px;
  font-family: 'Ubuntu';
  font-size: 40px !important;
}
#home2 .imgbox {
    border-radius: 100%;
  border: 20px solid #eee;
  transition: all 0.4s ease-in-out;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px auto;
  background-position: center !important;
  background-repeat: no-repeat !important;  
}
#home2 .imgbox:hover {
  border: 20px solid #205fae;
  cursor: pointer;
}
#home2 h3 { 
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 24px !important;
  color: #555;
}
#home3 {
  padding: 100px 0;
}
#home3 h2 {
    color: #205fae;
    margin-bottom: 15px;
    font-family: 'Ubuntu';
    font-size: 40px !important;
}
#home3 .box {
  width: 100%;
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0 1.063rem 2.188rem rgb(3 13 29 / 3%);
  text-align: center;
  color: #808c8d;
  font-family: 'Cabin', sans-serif;
}
#home3 .box .num {  
  border-radius: 100%;
  margin: 0 auto 20px auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #dae7e4;
  color: #555;
  text-align: center;
}
#home3 .box h3 {
  font-family: Ubuntu;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 0 15px;
  line-height: 1.4;
  color: #555;
}
#home3 .box p {
  min-height: 50px;
}
#home3 .box a {
  margin-top: 20px;
}
#home3 .box .fa {
  margin-left: 10px;
}

#team {
  padding: 100px 0;
}
#team .container {
  max-width: 1000px;
}
#team .row {
  margin-bottom: 60px;
  background: #fafafa;
  padding: 40px;
}
#team .name {
  color: #005fae;
  font-family: 'Ubuntu';
  font-weight: 600;
  font-size: 30px !important;
  margin: 0;
}
#team .title {
  font-size: 20px !important;
}
#team .box:hover,
#team .name:hover,
#team .title:hover {
  cursor: pointer;
}
#team h2 {
  font-family: 'Ubuntu';
  font-size: 30px !important;
  color: #005fae;
  margin-bottom: 5px;
} 
#team h3 {  
  font-family: 'Nunito Sans';
  letter-spacing: 5px;
  font-size: 16px;
}
#team img {
  max-width: 220px;
  display: block;
  margin: 0 auto 26px auto;
}
#team .email {
  background: #212121;
  width: auto;
  padding: 5px 15px;
  color: #fff;
  margin: 20px 0 0 0;
  float: left;
  font-family: 'Nunito Sans';
  letter-spacing: 2px;
  font-weight: 200;
}
#team .email .fa {
  margin-right: 6px;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #e3f2fd;
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #005fae;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

#contact .box {
  width: 100%;
  min-height: 247px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 30px 10px;
  color: #808c8d;
  margin-bottom: 15px;
}
#contact .box:hover {
  cursor: pointer;
  border: 1px solid #005fae;
}
#contact .box h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #555555;
  font-size: 18px;
  margin: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
#contact .box .fa {
  color: #fff;
  background: #ccc;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  border-radius: 100%;
  font-size: 20px !important;
}
#contact .box:hover .fa {
    cursor: pointer;
    background-color: #005fae;
}
#contact .box:hover h3 {
    color: #005fae;
}
#contact h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #005fae;
  font-size: 27px !important;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.4;    
}
#contact form input, 
#contact form textarea {
    color: #808c8d;
    font-family: Cabin;
}    
#contact form button {
  font-family: 'Cabin', sans-serif;
  width: 100%;
  background-color: #005fae;
  color: #fff;
}

#search-item,
#option-type {
    font-family: 'Nunito Sans';
    font-size: 15px;
}

#shop #product-list {
  padding: 0;
  list-style: none;
  width: 100%;
}
#shop h3 {
  padding-bottom: 10px;
  font-size: 1.25em;
  border-bottom: 1px solid #e4e4e4;
  font-family: Ubuntu;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 0 15px;
  line-height: 1.4;  
}
#shop h3:hover {
  cursor: pointer;
}
#shop .item {
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}
#shop .item .product-img {
  width: 100%;
  height: 225px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  z-index: 0;
}
#shop .item .product-img .fa {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  background-color: #205fae;
  padding: 8px;
  border-radius: 100%;
}
#shop .item .product-img .quick-view {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  bottom: -100px;
  -moz-transition: bottom 1s ease;
  -webkit-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease;
  background: #205fae;
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Cabin';
  font-weight: 300;
  font-size: 14px;
  z-index: 1;
}
#shop .item .product-img .quick-view.active {
  bottom: 0;
  -moz-transition: bottom 1s ease;
  -webkit-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease;
}
#shop .item:hover {
  cursor: pointer;
}
#shop .item .product-detail {
  color: #555;
  font-family: 'Nunito Sans';
  text-align: center;
  padding: 15px;
  font-weight: 600;
  background-color: #e1f5fe;  
  position: relative;
  z-index: 10;  
  font-size: 15px;
}
#shop .item .snipcart-add-item button,
#shop .modal .snipcart-add-item button {
  border-radius: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-family: 'Nunito Sans';
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #205fae;
  border-color: #205fae;
  color: #fff;
}  
.modal-dialog {
  max-width: calc(100% - 30%) !important;
  width: 100% !important;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}  
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 10;
  font-size: 30px;
}    
.modal-dialog .product-img {
    width: 100%;
    height: 400px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.modal .product-name {
  font-family: 'Ubuntu';
  font-size: 30px !important;
  color: #005fae;
  line-height: 1.2;
}
.modal-dialog .modal-body .col-md-7 .box {
    padding: 40px 40px 40px 20px;
    line-height: 1.8;
}
.modal .product-price {
  font-size: 18px;
  font-family: 'Cabin', sans-serif;
}
.modal .product-price .value {
  color: #205fae;
  padding-left: 40px;
  letter-spacing: 3px;
}



#rentals {
  padding: 100px 0;
}
#rentals .container-fluid {
  max-width: 1400px;
}
#rentals .row {
  padding: 40px 0; 
}
#rentals .ibox {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  min-height: 300px;
  box-shadow: 0 1.063rem 2.188rem rgb(3 13 29 / 10%);
}
#rentals .cbox {
  width: 100%;
  min-height: 300px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  line-height: 2;
}
#rentals-call {
  background: #e3e3e3;
  padding: 50px 0 0 0;
}
#rentals-call .cbox {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}  
#rentals-call .cbox .sub-title {
    text-align: left;
    padding: 0 0 0 40px;
    position: relative;
}
#rentals-call .cbox .sub-title:before {
  content: '\f098';
  font-size: 30px;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: -10px;
  color: #005fae;
}  
#rentals-call .cbox h1 {
  line-height: normal;
  font-size: 48px;
  text-transform: inherit;
  font-family: Ubuntu;
  font-weight: bold;
  margin: 0;
}    


/* AFFILIATE LISTING */
#affiliate-listing {
  padding: 100px 0;
}
#affiliate-listing .card {
  background: #cfd8dc;
  border-radius: 0;
  border: 0;
  padding: 20px;
}
#affiliate-listing .col-md-6 {
  margin-bottom: 40px;
}
#affiliate-listing .card-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#affiliate-listing .info {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  min-height: 240px;
}
#affiliate-listing .btn-light {
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
}   
#affiliate-listing .info-title { 
  font-family: 'Ubuntu';
  color: #2062a7;   
}
#affiliate-listing .description {
  font-size: 15px;
  margin-bottom: 30px;
}


/* AFFILIATE ITEM */
#affiliate-item .box {
  width: calc(100% - 20%);
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 10% 0;
  text-align: center;
}
#affiliate-item .title {
  font-family: 'Ubuntu';
  color: #fff;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 15px;
}    
#affiliate-item .social {
  width: 100%;
  display: block;
  margin-top: 60px;
}
#affiliate-item .social .share {
  display: block;
  color: #757575;
  letter-spacing: 6px;
  margin: 0 0 15px 0;
}  
#affiliate-item .social .fa.fa-facebook-square {  
  color: #4267B2;
  font-size: 46px;
  margin: 0 10px;  
}
#affiliate-item .social .fa.fa-twitter {
  color: #00acee;  
  font-size: 46px;
  margin: 0 10px;
}
#affiliate-item .social .fa.fa-facebook-square:hover {
  color: #212121;
  text-decoration: none;
}
#affiliate-item .social .fa.fa-twitter:hover {
  color: #212121;
  text-decoration: none;
}
#affiliate-item .learn-more {
  text-transform: uppercase;
  color: darkgoldenrod;
  letter-spacing: 2px;
  background: #212121;
}
#affiliate-item #highlight-img {
  height: 300px; 
  width: 300px; 
  border-radius:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#affiliate-item .modal-dialog {
  max-width: 800px !important;
}  
#affiliate-item .modal-dialog .modal-content {
  padding: 40px;
}
#affiliate-item .modal-dialog .email {
  background: #212121;
  width: auto;
  padding: 5px 15px;  
  margin: 20px 0 0 0;
  float: left;
  font-family: 'Nunito Sans';
  letter-spacing: 2px;
  font-weight: 200;
}  
#affiliate-item .modal-dialog .email a {
  color: #fff !important;
}
#affiliate-item .modal-dialog .fa-envelope:before {
  color: #fff;
  margin-right: 5px;
}
#affiliate-item .modal-dialog img {
  max-width: 220px;
  margin: 0px auto 15px auto;
  display: block;
}
#affiliate-item .modal-dialog p {
  line-height: 1.8;
}
#affiliate-item .modal-dialog .name {
  font-family: 'Ubuntu';
  font-size: 20px !important;
  color: #005fae;
  line-height: 1.2;
}

#contact-form {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 100px 0;
  color: #555;
  overflow: hidden;
}
#contact-form  h2 {
  font-size: 30px !important;
  font-family: 'Ubuntu', sans-serif;
  margin: 15px 0;
  color: #005fae;
}
#contact-form  h3 {
  font-size: 16px;
  letter-spacing: 5px;  
}
#contact-form  h4 {
  font-size: 16px;
  letter-spacing: 5px;  
}
#contact-form form {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 0 auto;
}
#contact-form  form button {
  background-color: #205fae;
  color: #fff;
  letter-spacing: 3px;
}
#contact-form  ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#contact-form  ul li {
  padding: 0 20px;
}
#contact-form  ul li a {
  color: #555
}
#sub-footer {
  padding: 5vh 0;
  background: #070b10;
  color: #e0e0e0;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: 'Nunito Sans', sans-serif;
}

#emsCarousel {
  position: relative;
  width: 100%;
}
.modal-dialog .control {
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.modal-dialog .control .fa {
  font-size: 30px;
  font-weight: 900;
  margin: 0 10px;
}

.mobile-sdvosb-logo {
  display: none;
}

@media (max-width: 1440px) {
  .modal-dialog {
    max-width: calc(100% - 20%) !important;
  }  
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  header .navbar-expand-lg .navbar-nav .nav-item {
    background: #205fae;
    border-bottom: 1px solid #f3f3f3;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    text-align: center;
    color: #fff !important;
  }
  header .navbar-collapse {
    position: absolute;
    width: calc( 100% - 40%);
    top: 80px;
    right: 30px;
    z-index: 10;
    border: 1px solid #f3f3f3;
    overflow: hidden;
  } 
  header .sdvosb-logo {
    max-width: 90px;
    left: unset;
    right: 70px;
  }
  header .sdvosb-logo {
    display: none;
  }
  .mobile-sdvosb-logo {
    display: block;
    background-color: #fff;  
    padding: 5px 0;  
  }  
  .mobile-sdvosb-logo img {
    max-width: 120px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block; 
  }  
}
@media screen and (max-width: 767px) {
  #after-slider .box {
    margin: 25px auto;
    width: 350px;
  }
  #affiliate-item .modal-dialog {
    max-width: calc(100% - 10%) !important;
  }  
}  
@media screen and (max-width: 640px) {
  header .logo {
    left: 0;
  }
  .navbar-toggler {
    margin-top: 5px;
  }
  header .navbar-collapse {
    position: absolute;
    width: calc( 100% - 30%);
    top: 55px;
    right: 0;  
  }  
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
  .mobile-sdvosb-logo img {
    max-width: 90px;
  }
  #team {
    background-attachment: unset !important;
    background-position: center !important;
  }
  #team h2,
  #team h3 {
    text-align: center;
  }
  #team .row {
    padding: 40px 15px;
    margin: 0 15px 60px 15px;
  }  
  #affiliate-item #highlight-img {
    height: 350px;
    width: 350px;
    margin: 0 auto;
  }
  .modal-dialog,
  #affiliate-item .modal-dialog {
    max-width: calc(100% - 10%) !important;
    width: 100% !important;
    transform: unset !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto !important;
  }  
  #affiliate-item .modal-dialog .modal-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 375px) {
  header .logo {
    max-width: 180px;
  }  
  #affiliate-item #highlight-img {
    height: 300px;
    width: 300px;
    margin: 0 auto;
  }
}

#home2 .col-md-4:nth-child(2){
display: none;
}