/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contactForm {
  margin-top: 2rem;
}

#team,
#testimonials {
  border: 0;
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.btn, a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, a.btn-primary, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:active:focus, .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, #sidebar .btn-primary {
  background: #d3a40f;
  color: #FFF !important;
font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
    border-radius: 25px
}

.btn:hover, .btn-primary:hover, .btn-default:hover, a.btn:hover, a.btn-primary:hover, a.btn-default:hover {
    background: #be9104;
    border-color: transparent;
}

.btn-primary img {
  height: 1.1rem;
  width: 1.1rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h2 > a, h2 > a:active, h2 > a:focus, h3 > a, h3 > a:active, h3 > a:focus, #interior h1, #interior h2, #interior h3 {
    color: #3c3c3c;
    font-family: 'Lora', sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

h2 > a, h2 > a:active, h2 > a:focus, h3 > a, h3 > a:active, h3 > a:focus {
    color: #d3a40f;
}

p, a, ul, li {
    font-family: 'Poppins', sans-serif;
    color: #403f3f;
    font-size: 17px;
    font-weight: 300;
}

a, a:active, a:focus, a:visited, #index-section a:not([class*='btn']) {
    color: #6d1cb7;
    font-weight: 500;
}

a:hover{
  color: #d3a40f;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - TOPBAR 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topbar {
    padding: 3.5rem 3.5rem;
}

#topbar i {
    color: #370758;
    margin: 0 0.5rem 0 0;
    font-size: 18px;
    position: relative;
    top: 2px;
}

#topbar a {
  color: rgb(51 48 102 / 57%);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 1.7rem 0 0;
}

#topbar a:hover {
  color: #4d197e;
}

#topbar a:nth-last-child(2) {
  margin-right: 1.5rem;
  font-size: 15px;
}

#topbar a:last-of-type {
  font-size: 14px;
  font-weight: 600;
  margin-right: 0.6rem;
}

#topbar .btn-primary {
  font-size: 1rem;
  height: auto;
  padding: 0.3rem 1.5rem;
}

#topbar .btn-primary:hover {
  color: #FFF;
}

#topbar .btn-primary .fas {
  color: #FFF;
}

#topbar ul {
  margin: 0;
  list-style: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar-brand {
    top: -9rem;
}

.navbar-brand img {
    max-width: 210px;
    padding: 0 1.4rem 0.5rem 1.2rem;
    border-radius: 2px;
}


header.fixed .navbar-brand img {
  max-width: 150px;
}

header.fixed .navbar-brand {
  left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar .navbar-nav .nav-link, 
.navbar .navbar-nav .nav-link:active, 
.navbar .navbar-nav .nav-link:focus {
  color: #FFF;
  font-family: 'Lora', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: .675rem 1rem;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus:hover {
  color: #a82bff;
}

.navbar .dropdown-item, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.navbar .dropdown-item:hover {
  background: rgb(29 55 72 / 12%);
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
}

#topbar a:last-of-type i {
    margin-right: 0.6rem;
}

header.fixed #nav-menu .navbar .navbar-nav .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus {
    text-shadow: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - HERO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .carousel-item:nth-of-type(1) {
    background-image: url(site_images/new-kslider1.jpg);
}

#myCarousel .carousel-item:nth-of-type(2) {
    background-image: url(site_images/new-kslider2.jpg);
}

#myCarousel .carousel-item:nth-of-type(3) {
    background-image: url(site_images/kslider7.jpg);
}

#myCarousel .col-text h2 {
    color: #FFF;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 44px;
}

#myCarousel .col-text p {
    color: #BEA9EF;
    font-weight: 400;
}

#myCarousel .form-control {
  border: 0;
}

#myCarousel .btn-primary {
  background: rgb(255 255 255 / 42%);
  font-weight: 600;
  margin: 1.2rem 0 0;
}

#myCarousel .btn-primary:hover {
  background: #d3a40f;
}


#myCarousel .col-text {
    background: #380f5f;
    background-image: none;
}

#myCarousel .wrapper {
    max-width: 100%;
    padding: 2.25rem 0 0;
    width: 480px;
    text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services {
  padding: 5rem .5rem 4rem;
}

#services .icon {
  background: #272262;
  height: 6rem;
  margin: 0 0 1.9rem;
  width: 6rem;
  position: relative;
}

#services .icon .fas {
    font-size: 2.75rem;
    position: absolute;
    top: 25px;
    left: 29px;
}

#services a:nth-child(even) .icon .fas {
  left: 22px;
}

#services .icon img {
  top: -1rem;
  width: 60px;
}

#services h2 {
  font-weight: 400;
  text-align: center;
font-size: 22px;
}

#services a {
    border-right: 1px solid #d4d4d4;
    padding: 0 1.75rem;
}

#services a:last-of-type {
  border-right: 0;
}

#services a:hover h2 {
    color: #d3a40f;
}

#services p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index-section {
    background: rgb(165 171 189 / 15%);
    padding: 5.5rem .5rem;
}

#index-section h1 {
  color: #303742;
  font-size: 1.9rem;
  font-weight: 400;
  margin: 0 0 1.6rem;
}

#index-section h2 {
  color: #FFF;
  text-align: center;
}

#index-section h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #c38d10;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#index-section p {
  color: rgb(48 55 66 / 86%);
  font-size: 17px;
}


#index-section a:not([class*='btn']):hover {
  color: #FFF;
}

#index-section .btn-primary {
  font-weight: 600;
    font-weight: 600;
    border-radius: 25px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDUSTRIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#industries {
    background: #6d6e70;
    background-size: auto;
    background-image: url(site_images/industry-bg.jpg);
    padding: 4rem 1rem;
}

#industries::before {
    background-color: rgb(17 2 28 / 84%);
}

#industries::after {
  background-color: rgb(0 0 0 / 25%);
}


#industries .industry {
  padding: 2rem 1rem;
  text-align:center;
}

#industries h3 {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#industries .subheading {
    text-align: center;
    color: #FFF;
    position: relative;
    font-size: 19px;
   margin-bottom: 2rem;
}

#industries .icon {
    background: #9ACB31;
    color: #FFF;
    font-size: 4rem;
    height: 6rem;
    margin: 0 0 2rem;
    text-align: center;
    width: 6rem;
}

#industries .icon img {
    top: -0.4rem;
    width: 50px;
    position: relative;
}

#industries i {
    color: #BEA9EF;
    font-size: 3.2rem;
    margin: 0 0 1.5rem;
}

#industries a:hover i {
    color: #ffffff;
}

#industries h2 {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
}

#industries h2 span {
  font-weight: 400;
  font-size: 20px;
  padding: 0 0.7rem 0 0;
  color: #FFF;
  font-family: 'Lora', sans-serif;
}

#industries p {
  color: rgb(255 255 255 / 64%);
  font-size: 16px;
  font-weight: 300;
  padding: 0 1.5rem;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - AFFILIATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#affiliates {
  background: #FFF;
  border-top: 0;
}

#affiliates .affiliates img {
    margin: 2rem 2.4rem;
    max-width: 150px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#newsletter {
    background: #4d0b7b;
    background: -webkit-linear-gradient(linear, left top, right top, from(#4d0b7b),color-stop(28%, #600f99),color-stop(65%, #4d0b7b));
    background: -webkit-gradient(linear, left top, right top, from(#4d0b7b),color-stop(28%, #600f99),color-stop(65%, #4d0b7b));
    background: -o-linear-gradient(linear, left top, right top, from(#4d0b7b),color-stop(28%, #600f99),color-stop(65%, #4d0b7b));
    background: linear-gradient(linear, left top, right top, from(#4d0b7b),color-stop(28%, #600f99),color-stop(65%, #4d0b7b));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600f99', endColorstr='#4d0b7b',GradientType=1 );
}

#newsletter::before {
  opacity: 0.1;
}

#newsletter .icons img {
    max-width: 80%;
}

#newsletter .btn-primary {
    border: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  background: #13021e;
}

#footer-top h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400; 
}

footer .about {
    padding-right: 3rem;
}

#footer-top p, #footer-top a {
    color: rgb(255 255 255 / 73%);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

#footer-top .fas {
  color: rgb(255 255 255 / 55%);
  font-size: 14px;
  margin-right: 0.2rem;
}



#footer-bottom {
    padding-top: 2rem;
}

#footer-bottom p,
#footer-bottom a {
  color: rgb(20 19 48 / 65%);
font-size: 13px;
}

#footer-top a:hover, 
#footer-bottom a:hover {
  color: #FFF;
}

#footer-bottom #footer-nav a {
    font-size: 13px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#interior-hero {
    background-image: url(site_images/newk.inner-hero.jpg);
    height: 12rem;
}

#interior-hero::after {
    background: rgb(40 33 56 / 72%);
}

#interior h1 {
  font-size: 1.8rem;
  font-weight: 400;
}

#interior h2 {
    font-size: 1.4rem;
    color: #3c3c3c;
    font-weight: 400;
    margin: 1.5rem 0 0.7rem;
}

#interior h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

#interior .fas {
  margin-right: 1rem;
  color: #6d1bb7;
  font-size: 31px;
}

#interior hr {
    margin: 2rem 0;
}

#interior .app-img-holder {
  margin-top: 3rem;
}

#interior .app-img-holder img {
  margin-bottom: 1.4rem;
}

#interior .app-img-holder .col-sm-6 {
  margin-bottom: 3rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3rem;
}

#interior .app-img-holder .col-sm-6:last-of-type {
  border-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar .sidebar {
  border: 2px solid #a76500;
}

#sidebar i {
  color: #08C0B1;
}

#sidebar .sidebar>span {
    color: #70727C;
}

#sidebar h2 {
    font-weight: 400;
    font-size: 31px;
    line-height: 1.4;
}

#sidebar h2 span {
    font-weight: 400;
    font-family: 'Lora', sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1440px) {
  .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
    font-size: 16px;
    padding: .675rem 1.1rem;
  }

  #myCarousel .col-text {
    width: 48%;
  }

  #affiliates .affiliates img {
    margin: 2rem 2.2rem;
  }



}

@media all and (max-width: 1199px) {
.navbar-brand img {
    max-width: 305px;
    padding: 0;
    border-radius: 2px;
}

.navbar-brand {
    top: -1.5rem;
    left: 0rem;
}

}


@media all and (max-width: 1024px) {
  #myCarousel .col-text {
    width: 100%;
  }

#myCarousel .wrapper {
    max-width: 100%;
    padding: 2.25rem 0 0;
    width: 430px;
    margin: 0 auto;
}

  #services h2 {
    font-size: 16px;
  }
}




@media all and (max-width: 768px) {
  .navbar-brand img {
    max-width: 257px;
    padding: 0.5rem 1rem 1rem 1rem;
  }

.navbar-brand {
    left: 0;
    top: -5rem;
}

header.fixed .navbar-brand img {
    max-width: 135px;
    padding-top: 0.6rem;
}

  .navbar .navbar-nav .nav-link, 
  .navbar .navbar-nav .nav-link:active, 
  .navbar .navbar-nav .nav-link:focus {
    color: #0f4573;
  }

  #myCarousel .col-text {
    background: linear-gradient(to top, rgb(21 21 66 / 84%), rgb(21 21 66 / 67%));
    width: initial;
  }

  #myCarousel .wrapper {
    width: initial;
  }

  #myCarousel .col-text h2 {
    font-size: 50px;
  }

  #services h2 {
    font-size: 20px;
  }
}



@media all and (max-width: 767px) {

  #myCarousel .col-text {
    background: rgba(0, 44, 74, 0.8);
    width: 100%;
  }

  .navbar .navbar-nav .nav-link, 
  .navbar .navbar-nav .nav-link:active, 
  .navbar .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.79);
    font-size: 19px;
  }

  .navbar .dropdown-item, 
  .navbar .dropdown-item:active, 
  .navbar .dropdown-item:focus {
    font-size: 16px;
  }

  #newsletter .envelope-2.animated {
    bottom: -2rem;
  }

  #interior-hero::after {
    background: rgba(0, 34, 56, 0.39);
  }
}

@media all and (max-width: 575px) {
#topbar a {
    color: rgb(0 0 0 / 74%);
font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 1rem 0 0;
}

#topbar a > span {
  display: none;
}

#topbar {
   margin-bottom: 2rem;
   justify-content: space-around;
}

  .navbar-collapse {
    padding-bottom: 1rem;
  }

  .navbar-brand {
    top: -1.4rem;
    left: 0rem;
  }

  #myCarousel .col-text h2 {
    font-size: 36px;
  }

  #myCarousel .carousel-item:nth-of-type(1) {
    background-position: center;
  }

  #myCarousel .btn-primary {
    background: #272262;
    padding: 1rem;
  }

  .video-container {
    padding-bottom: 48.4%;
    width: 100%;
  }

  #industries {
    text-align: center;
  }

  #topbar span {
    display: none;
  }

  .navbar-brand img {
    max-width: 175px;
    padding: 0 2rem 0 0;
  }

  header.fixed .navbar-brand img {
    max-width: 120px;
  }

.navbar {
    padding: 0;
}

  #topbar {
    padding: 0.6rem 0.3rem;
  }

  #topbar a:nth-last-child(2) {
    margin-right: 0.5rem;
    font-size: 12px;
  }

  #myCarousel .col-text {
     background: rgb(53 48 116 / 85%);
    width: 100%;
  }

  #newsletter h2 {
    font-size: 24px;
    margin: 2rem 0 1rem;
    text-align: center;
    line-height: 1.4;
  }

  #interior h1 {
    font-size: 1.7rem;
  }

  #interior h1 + img {
    display: initial;
  }
}


@media all and (max-width: 380px) {

header.fixed .navbar-brand img {
    max-width: 220px;
}

#topbar i {
    display: initial;
}

#topbar a:nth-last-child(3) {
    display: initial;
}

#myCarousel .col-text h2 {
    font-size: 31px;
}

#myCarousel .btn-primary {
    padding: 1rem 0.7rem;
}

  .btn-primary img {
    margin: 0 0 0 .2rem;
  }
}


@media all and (max-width: 320px) {
  .navbar-brand img {
    max-width: 225px;
  }

  #myCarousel .wrapper {
    padding: 2rem 0.3rem 3rem;
  }

  #myCarousel .col-text h2 {
    font-size: 25px;
  }

  #myCarousel .col-text p {
    font-size: 18px;
  }

#services a {
    border-right: 1px solid #d4d4d4;
    padding: 0 2rem;
}
}