/*!
* DIGIBIZ - Web Design & Web Hosting Sri Lanka
* Copydown 2019 DIGIBIZ
* Goto - https://www.digibiz.lk/
*/

/*
================================================
  Fonts
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

/*
================================================
  Main CSS
================================================
*/

body {
  font-family: 'Muli', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

header {
  margin-top: 70px;
}

iframe {
  width: 100%;
}

h1, h2{
  font-family: 'Courgette', cursive;
  font-size: 3.5rem;
  text-transform: capitalize;
}

h3 {
  font-family: 'Courgette', cursive;
  font-size: 2.8rem;
  color: #333;
  text-transform: capitalize;
}

h5 {
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-family: 'Courgette', cursive;
  font-size: 1.5rem;
  text-transform: capitalize;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

a {
  -webkit-transition: all 300ms ease !important;
  -moz-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
  text-decoration: none !important;
}

hr { 
  background: url("../images/icons/tea-cup.svg") no-repeat top center;
  background-size: contain;
  display: block;
  height: 25px;
  border: 0;
  margin: 0;
  position: relative;
}

hr:before,
hr:after {
  content: '';
  display: block;
  position: absolute;
  background: #be222a;
  height: 1px;
  top: 14px;
}

hr:before {
  left: 40%;
  right: 50%;
  margin-right: 17px;
}

hr:after {
  right: 40%;
  left: 50%;
  margin-left: 17px;
}


/*
================================================
  Animate CSS
================================================
*/

.animated.delay-1 {
  animation-delay: 1s;
}

.animated.delay-2 {
  animation-delay: 1.5s;
}

.animated.delay-3 {
  animation-delay: 2s;
}


/*
================================================
  Coomon CSS
================================================
*/

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bg-grey {
  background-color: #F3F3F3;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

.bg-light-dark {
  background-color: #222;
}

.bg-fade-white {
  background-color: rgba(255,255,255, 0.9);
  border-radius: 20px;
}

.text-light {
  color: #F3F3F3;
}

.btn {
  text-transform: uppercase;
  border-radius: 100px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.btn-solid {
  color: #fff;
  background-color: #be222a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 30px;
}

.btn-solid:hover {
  color: #fff;
  background-color: #010101;
}

.btn-border {
  color: #be222a;
  background-color: transparent;
  border: 2px solid ;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 30px;
}

.btn-border:hover {
  color: #fff;
  background-color: #be222a;
}

#back-top {
  bottom: 70px;
  z-index: 9;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #be222a;
  z-index: 1000;
  cursor: pointer;
  font-size: 17px;
  position: fixed;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid ;
  background-color: transparent;
  z-index: -1 !important;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
}

#back-top.show {
  opacity: 1;
  z-index: 1030 !important;
}
/*
================================================
  Navigation
================================================
*/

.hamburger {
  cursor: pointer;
  height: 20px;
}

.hamburger-menu {
  height: 4px;
  width: 30px;
  background-color: #010101;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  cursor: pointer;
}

.hamburger-menu:before {
  content: "";
  height: 4px;
  width: 30px;
  box-shadow: 0 -10px 0 0 #010101;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}
  
.hamburger-menu:after {
  content: "";
  height: 4px;
  width: 30px;
  box-shadow: 0 10px 0 0 #010101;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.active .hamburger-menu-line {
  background-color: #010101;
  transform: rotate(45deg);
}
  
.active .hamburger-menu-line:before {
  left: -10px;
  box-shadow: 0 -10px 0 0 #010101;
  transform: translateY(0) rotate(90deg);
}

.active .hamburger-menu-line:after {
  box-shadow: 0 0 0 0 #010101;
}

.navbar-custom  {
  padding: 0 1rem;
  background-color: #F3F3F3;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.logo {
  height: 60px;
  width: auto;
}

.navbar-custom .navbar-nav .nav-link {
  color: #010101;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 0 5px;
}

.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #be222a;
}

/*
================================================
  Slider
================================================
*/

.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-control-prev,
.slider-control-next {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slider-control-next {
  right: 3%;
  opacity: 0;
}

.carousel:hover .slider-control-next {
  opacity: 1;
}

.slider-control-prev {
  left: 3%;
  opacity: 0;
}

.carousel:hover .slider-control-prev {
  opacity: 1;
}

.slider-control-right-icon,
.slider-control-left-icon {
  width: 45px;
  height: 45px;
  background: #be222a;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.slider-control-right-icon:hover,
.slider-control-left-icon:hover {
  background: #010101;
}

.slider-content {
  position: relative;
  display: table;
  height: 75vh;
  width: 100%;
}

.slider-text-left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 7%;
  color: #fff;
}

.slider-text-left p {
  color: #fff;
}

.slider-text-left .btn-border {
  color: #fff;
  border: 2px solid #fff;
}

.slider-text-left .btn-border:hover {
  color: #000;
  background-color: #fff;
}

.slider-text-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 7%;
  color: #fff;
}

.slider-text-right p {
  color: #fff;
}

.slider-text-right .btn-border {
  color: #fff;
  border: 2px solid #fff;
}

.slider-text-right .btn-border:hover {
  color: #000;
  background-color: #fff;
}

.animate-img {
  height: 450px;
  width: auto;
}

/*
================================================
  Product
================================================
*/

.product-img-content {
  text-align: center;
}

.product-img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.arrow-down {
  margin: -5px auto 0 auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-img-content:hover .product-img {
  border: 10px solid #be222a;
}

.product-img-content:hover .arrow-down {
  margin: -5px auto 0 auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #be222a;
}

.product-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 80px 0 80px;
  text-transform: uppercase;
}

/*
================================================
  Certificate Details
================================================
*/

.bg-certificate-details {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*
================================================
  FAQ
================================================
*/

.bg-faqs {
  background-image: url("../images/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  border-radius: 30px;
}

.accordion {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(255,255,255, 0.7);
  margin: 5px auto;
  padding: 5px 5px 5px 25px;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 60px;
  outline: none;
  font-size: 13px;
  line-height: 37px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.active-btn, .accordion:hover {
  outline: none;
}

.active-btn, .accordion:focus {
  outline: none;
}

.active-btn {
  color: #be222a;
  background-color: rgba(255,255,255, 0.9);
}

.accordion:after {
  content: '\f067';
  font-family: "FontAwesome";
  font-size: 14px;
  color: #be222a;
  background-color: transparent;
  float: right;
  padding: 15px 14px;
  width: 37px;
  height: 37px;
  line-height: 9px;
  border-radius: 50%;
  display: block;
}

.active-btn:after {
  content: '\f068';
  color: #be222a;
  background-color: transparent;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  border-bottom: 10px solid transparent !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.panel p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: inherit;
  padding: 15px 0;
}

/*
================================================
  Footer
================================================
*/

.arrow-up {
  margin: 0 auto;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #222;
}

.contact-icon {
  display: flex;
  align-items: start;
  font-size: 15px;
}

.contact-icon-box i { 
  color: #be222a;
  width: 5px;
  text-align: left;
}

.contact-icon-box-list ul {
  list-style: none;
  padding-left: 1rem;
}

.contact-icon-box-list li {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #fff;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li  a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.footer-list li  a:hover {
  color: #be222a;
}

.footer-list li {
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-list li:before {
  font-size: 11px;
  padding-right: 5px;
  content: '\f105';
  font-family: "FontAwesome";
  color: #be222a;
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #be222a;
  border-radius: 50%;
}

.footer-socials a:hover {
  background-color: #010101;
}

.digibiz-text {
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255, 0.5);
  padding: 10px 0;
  margin: 0;
}

.digibiz-text a {
  font-weight: 700;
  color: rgba(255,255,255, 0.5);
}

/*
================================================
  Sub Header
================================================
*/

.sub-header {
  height: 300px;
  position: relative;
  color: #fff;
  background-color: #be222a;
  background-image: url(../images/dot.png);
  background-position: center;
  background-repeat: repeat;
}

.sub-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  list-style: none;
  background-color: transparent;
  text-transform: capitalize;
}

.breadcrumbs-item, .breadcrumbs-item a {
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.breadcrumbs-item a:hover {
  color: #010101;
  text-decoration: none;
}

.breadcrumbs-item + .breadcrumbs-item {
  padding-left: 0.5rem;
}

.breadcrumbs-item + .breadcrumbs-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "|";
}

.breadcrumbs-item + .breadcrumbs-item:hover::before {
  text-decoration: underline;
}

.breadcrumbs-item + .breadcrumbs-item:hover::before {
  text-decoration: none;
}

.breadcrumbs-item.active {
  color: #fff;
}

.product-images p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #000;
  padding: 10px 30px;
  margin-left: 30%;
  margin-right: 30%;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 40px;
}

/*
================================================
  Contact Us
================================================
*/

.contact-us-contact-icon {
  display: flex;
  align-items: start;
  font-size: 17px;
}

.contact-us-contact-icon .contact-icon-box i { 
  color: #be222a;
  font-size: 20px;
  width: 15px;
  text-align: left;
  padding: 15px 0 0 0;
}

.contact-us-contact-icon .contact-icon-box-list ul {
  list-style: none;
  padding-left: 1rem;
}

.contact-us-contact-icon .contact-icon-box-list li {
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: 600;
  color: #000;
}

#contact-form {
  padding: 1rem;
  background-color: #F3F3F3;
  border: 1px solid rgba(0,0,0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  overflow: auto;
  outline: none;
}

.form-control::-webkit-input-placeholder, .form-control::placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder{
  color: rgba(0,0,0, 0.1);
  background-color: transparent;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 12px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 8px transparent;
  box-shadow: inset 0 0 8px transparent;
}

#contact-form label {
  color: #6c757d;
  font-weight: 600;
  font-size: 15px;
}

.has-error label.error {
  color: #FF0000;
}

.has-error .help-block {
  color: #FF0000;
}

.alert-success {
  color: #0d8472 !important;
  background-color: rgba(0, 185, 157, 0.3) !important;
  border-color: #0d8472 !important;
}

.alert-success hr {
  border-top-color: #000 !important;
}

.alert-success .alert-link {
  color: #fff !important;
}

.alert-danger {
  color: #0d8472 !important;
  background-color: rgba(0, 185, 157, 0.3) !important;
  border-color: #0d8472 !important;
  background-color: #111;
}

.alert-danger hr {
  border-top-color: #fff !important;
}

.alert-danger .alert-link {
  color: #fff !important
}

/*
================================================
  Processing
================================================
*/

.processing-item {
  display: flex;
  align-items: flex-start;
}

.processing-item h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.processing-item span {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: #be222a;
  border-radius: 50%;
  padding: 9px 16px;
  margin-right: 10px;
}

#product-slider .owl-nav .owl-next,
#product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 10%;
  bottom: 10%;
}

#product-slider .owl-nav .owl-next i,
#product-slider .owl-nav .owl-prev i {
  color: #fff;
  font-size: 1.2rem;
  background-color: #be222a;
  padding: 20px 15px;
  margin: 0;
}

#product-slider .owl-nav .owl-next i {
  border-bottom-left-radius: 30px;
  border-top-left-radius:  30px;
}

#product-slider .owl-nav .owl-prev i {
  border-bottom-right-radius: 30px;
  border-top-right-radius:  30px;
}

#product-slider .owl-nav .owl-next {
  right: 0;
}

#product-slider .owl-nav .owl-prev {
  left: 0;
}

#product-slider .owl-next:focus,
#product-slider .owl-prev:focus {
  outline: none;
}

/*
================================================
  Technology
================================================
*/

.technology-list {
  padding: 0 0 0 15px;
  margin: 0;
}

.technology-list li {
  margin-bottom: 10px;
}

.b-left {
  border-right: 1px solid rgba(255,255,255,0.05);
}

@media (max-width: 991.98px) {

  h1, h2 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h5 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
  }

  .navbar-custom .navbar-nav .nav-link {
    color: #010101;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 50px;
    margin: 5px 5px;
  }

}

@media (max-width: 767.98px) {

  h1, h2 {
    font-size: 2.7rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h3 {
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h5 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
  }

  .breadcrumbs {
    font-size: 16px;
  }

}

@media (max-width: 575.98px) {

  h1, h2 {
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
  }

  h5 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
  }

  .breadcrumbs {
    font-size: 14px;
    text-align: center !important;
  }

  .btn-solid {
    font-size: 13px;
    padding: 10px 20px;
  }

  .btn-border {
    font-size: 13px;
    padding: 10px 20px;
  }

  .slider-control-prev, .slider-control-next {
    display: none;
  }

  .animate-img {
    height: 200px;
    width: auto;
  }

}