@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body {
    background: #e3f2fd;
    font-family: 'Lato', sans-serif;
}
header {
    background: #0d1326;
    padding: 20px;
}
.main-nav
{
    text-align: center;
    background: #151414;
    padding-bottom: 7px;
}
.dropdown-menu{
  background: #151414;
}
.dropdown-item:hover{
  background: #151414;
}
.main-nav ul li{
    display: inline;
    margin-left: 20px;
}

.main-nav ul li a{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.main-nav ul li a:hover, .orange{
    color:  #f3c802 !important
}

.slider img {
    width: 100%;
}

.slider {
    min-height: 500px;  
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(13, 19, 38, 0.5);
    background-image: url('../images/slider/slider-2.webp') ;
    
    background-position: bottom;
    background-size: cover;
}

.slider-overlay {
    margin-top: -100px;
    position: relative;
}

.box {
    margin-top: 80px;
    background-size: cover;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 1px 10px rgba(13, 19, 38, 0.5);
}
.trapez { 
  background: #0d1326;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.trapez p {
  color: #FFF;
  width: 100%;
  padding: 0px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.9em;
}
.title, .trapez span {
  transition: all 0.1s ease-in-out;
}

.title:hover, .trapez:hover span{
  letter-spacing: 2px;
  cursor: default;
}
.trapez span {
  color: #f3c802;
  font-size: 1.8em;
} 
.contact-form .row {
  margin-top: 10px
}
.contact-form input, .contact-form textarea {
  width: 100%
}
.welcome {
    margin-top: 60px;
}

.text p {
    font-size: 18px;
}

h2.title {
    font-family:  'Poppins', sans-serif;
}

h2.title span{
    color: #e65100 !important
}

section.testimonial {
  min-height: 150px;
  padding: 30px;
  background: #FFF;
  margin-bottom: -80px;
  margin-top: 80px;
}
.sticky {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;

}


.categories 
{
  padding: 0; 
  margin: 0;
  text-align: center;
}

.categories li {
  padding:20px ;
  display: inline-block;
  color: #FFF;
  text-transform: capitalize;
  background: #007bff;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.categories li:hover {
  box-shadow: 0 1px 10px rgba(13, 19, 38, 0.8);
}

.right-categories ul li {
  margin-top: 10px;
  list-style: none;
  cursor: pointer;
}

#product-gallery {
  text-align: center;
}

#product-gallery div img {
  max-width: 100%;
  max-height: 100%;
}

#product-gallery .card {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  margin-top: 25px;
  border-radius: 4px;
}


#product-gallery div p {
  border-bottom:  1px solid #0d1326;
  text-transform: capitalize;
} 


.img-holder {
  margin-bottom: 10px;
}
.product-image 
{
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background: #FFF;
}
.product-image img{
  max-width: 100%;
  max-height: 292px;
}
.product-image p {
  margin-top: 10px;
}

.gridtable {
  background: #FFF;
  padding: 20px; 
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.gridtable th {
  padding: 20px;
  background: #EEF0EF
}
.gridtable tr {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

.gridtable tr:hover{
  background: #EEF0EF
}
}
.gridtable td {
  padding: 20px; 
}

.gridtable td p{
  margin-top: 20px;
  margin-bottom: 20px;
}

.map iframe {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.home-carousel{
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


/* Footer Section Begins */

footer {
    margin-top: 80px;
}

.footer-widget p {
    color: #CCC; 
    margin-bottom: 27px;
}

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: -122px;
  background: #202020;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; 
  font-size: 18px;
color: #FFF;}

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
    color: #FFF;
    font-size: 18px;
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    height: auto;
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

