:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --bg-primary: #fba109;
  --bg-primary-hover: #f39300;
  --bg-primary-hover-2: #e06800;
  --text-primary: #2196f3;
  --text-muted: #999;
  --border-primary: #fba109;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-bg: #eef;
}

/*
theme2 main color
--btn-primary: #1976D2;
--btn-primary-hover: #1565C0;
--bg-primary: #2196f3
*/


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.3rem;
  background-image: url('../images/bg.jpg');
  background-color: #eef no-repeat;
  background-size: 100% 360px;
  background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700
}

h1 {
  font-size: 2.2rem!important;
}

h2 {
  font-size: 1.2rem!important
}

h3 {
  font-size: 2rem!important;
  font-weight:normal;
}

section.container {
  padding-top: 2rem;
  padding-bottom: 0
}

section.container h3 {
  margin-bottom: 1.5rem
}

.font-weight-600 {
  font-weight: 600;
}

.container {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .container {
      max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px !important;
  }
}
@media (min-width: 120px) {
  .container {
      max-width: 1140px !important;
  }
}
@media (min-width: 1800px) {
  .container {
      max-width: 1320px !important;
  }
}







.bg-theme {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--yellow);
  /* margin-bottom: 2rem; */
  padding-top: 4rem;
  padding-bottom: 4rem;
}

button:focus,input:focus,textarea:focus {
  outline: 0!important;
  box-shadow: none!important
}

.icon-size svg{
  position: relative;
  width: 3.5rem;
  height: 3.6rem;
  margin: auto;
  color: var(--bg-primary);
  margin-bottom: 1rem;
}

.video-list p.icon-arrowdown::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fba109'  xmlns='http://www.w3.org/2000/svg'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 14px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.video-list p.icon-clock:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fba109' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 14px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.faq button {
  min-height: 3rem;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500
}

.faq button[data-toggle]:focus {
  border: none!important;
  outline: 0!important
}

.faq button::before {
  content: "";
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fba109' class='bi bi-dash-square-fill' viewBox='0 0 16 16'><path d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  display: inline-block
}

.faq button.collapsed::before {
  content: "";
  background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fba109' class='bi bi-plus-square-fill' viewBox='0 0 16 16'><path d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/></svg>")
}

.faq div[aria-labelledby] {
  padding-left: 1.7rem
}

.dropdown-item:hover {
  color: #ffffff !important;
  background-color: var(--bg-primary) !important;  /*l1*/
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem; /* Space out the Bootstrap <hr> more */
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #336699;
}


.text-primary {
  color: var(--text-primary) !important;
}
.bg-primary {
  background-color: var(--bg-primary) !important;
}
.border-primary {
  border-color: var(--bg-primary) !important
}
.btn-primary {
  background-color: var(--bg-primary) !important;
  border: 1px solid var(--bg-primary) !important;
}
.btn-primary:hover {
    background-color: var(--bg-primary-hover) !important;
}
.text-muted {
    color: var(--text-muted) !important;
}


.has-search {
  display: flex;
}

.has-search svg {
  position: absolute;
  z-index: 7;
  /* display: block; */
  width: 27px;
  height: 27px;
  color: var(--bg-primary);
  align-self: center;
  /* vertical-align: middle; */
  /* margin: auto; */
  top: 11px;
  left: 28px;
  display: inline-block;
}

.has-search .form-control {
  padding-left: 3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #fba109 ! important;
  border-right: 0!important;
  /* min-height: 3.5rem; */
}

.has-search .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 9rem;
  /* min-height: 3.5rem; */
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 4;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.has-search:focus-within {
  box-shadow: 0 0 0 0.2rem rgb(246 123  0 / 25%);
}





#dl-group a {
  width: 30%
}

h2.slogan{font-size:2.5rem !important;font-weight:normal !important;margin-bottom:15px;}

@media (max-width: 576px) {
  .bg-theme {
      padding-top:3rem;
      padding-bottom: 3rem
  }

  .has-search {
    display: block;
  }

  .has-search .form-control {
    padding: .375rem .75rem;
    border-radius: .3rem;
    border-right: 2px solid var(--bg-primary)!important;
  }

  .has-search svg {
    display:none;
  }
  .has-search .btn{
    display: block;
    width: 100%;
    border-radius: .3rem;
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }

  #dl-group a {
    width: 100%;
    margin-top:0.5rem;
  }
}

.nav-tabs .nav-link.active {
  color: var(--bg-primary);
  background-color: transparent;
  border-bottom: 3px solid #1565C0;
  padding-bottom: 10px;
}

.nav-tabs .nav-link {
  color: #2196f3;
  border: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  padding: 0.6rem 0.6rem;
}
@media (max-width: 576px) {
  .nav-tabs .nav-link {
    font-size: 1rem;
  }
}

.extension {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 20px;
  border-radius: .3rem;
  z-index: 10;
  width: 240px;
  font-weight: 400;
  cursor: pointer;
  background: #979ca0;
  transform: translateZ(0);
}

.extension .header {
  padding: 5px 10px;
  font-size: 0;
  line-height: 0
}

.extension .header .headerImage {
  display: inline-block;
  width: 56px;
  height: 70px;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 70px;
}

.extension .header .headerText {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 56px - 16px);
  max-height: 150px;
  line-height: 1.25em;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

@media(min-width: 992px) {
  .extension {
      display:block;
  }
}

.banner-section{min-height: 280px;}

.features .feature-item {
    padding-top: 40px;
    padding-bottom: 20px;
    transition: all ease-in-out 0.6s;
}
.features .feature-item:hover{
  transform: scale(1.05);
}
.feature-item:hover .icon-size svg{color: var(--bg-primary-hover-2);}

.banner-section h1, .banner-section h2{color: var(--white);}
.page-content{padding-top: 30px;}
.main-page-content{background-color: var(--bs-body-bg);padding-bottom: 50px;}
.my-nav .nav-link{color: var(--white);padding-left: 10px;padding-right: 10px;}
.my-nav .nav-link:hover{background-color: var(--bg-primary);}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
footer.bg-dark .text-light{color: #ccc !important;}
a.context-btn{padding:11px 20px;}
footer p.text-muted{color:#fff !important;}
footer.footer{padding-bottom:0 !important;}
.navbar-toggler-icon:before{content:"...";font-weight:bolder;}
.navbar .navbar-toggler{font-size:1rem !important;padding:4px 6px !important;background-color:#eee !important;border:1px solid #aaa;}
.navbar .navbar-toggler:hover{background-color:#ddd !important;} 


.banner-section{padding-top: 3rem !important;}
h1.site-slogan{font-size:3rem !important;font-weight: normal !important;}
h2.sub-slogan{font-size:1.6rem !important;font-weight: normal !important;line-height:3.5rem !important;}
@media (max-width: 576px) {
  h2.slogan{font-size:2rem !important;}
  .navbar-brand{margin-right:0 !important;}
  .navbar-brand img{height:45px !important;max-width:230px !important;}
  .banner-section{padding-top:1.5rem !important;}
  h1.site-slogan {
    font-size: 2.5rem !important;
    font-weight: normal !important;
  }
  h2.sub-slogan {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  body{background-size:cover !important;}
}  