@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #d34e16;
}

a:hover {
  color: #363636;
}

/*--------------------------------------------------------------
# top header
--------------------------------------------------------------*/
.top-header {
  background-color: #ffffff;
  padding: 10px 0px;
}
.top-header .main-logo {
  text-align: center;
}
.top-header .main-logo img {
  height: 100px;
}

.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  background-color: #363636;
  color: #ffffff;
  min-width: 146px;
  text-align: center;
  border-radius: 50px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 14px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  background-color: #d34e16;
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner {
  margin-top: 37px;
}
.banner .banner-content .primary-heading h1 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #363636;
}
.banner .banner-content .banner-des p {
  margin-bottom: 5px;
  color: #4d4d4d;
}

.btn-main {
  display: inline-block;
  min-width: 60px;
  text-decoration: none !important;
  color: #ffffff;
  text-align: center;
  padding: 7px 13px;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  font-size: 14px;
  font-weight: 600;
}
.btn-main.btn-prime {
  background-color: #d34e16;
  margin-right: 5px;
}
.btn-main.btn-prime:hover {
  background-color: #363636;
  color: #ffffff;
}
.btn-main.btn-second {
  background-color: #363636;
}
.btn-main.btn-second:hover {
  background-color: #d34e16;
  color: #ffffff;
}

.main-part {
  padding: 60px 0px;
}

/*--------------------------------------------------------------
# left bar
--------------------------------------------------------------*/
.left-bar {
  background-color: #f8f9fa;
}
.left-bar .video-links .left-heading {
  background-color: #f8f9fa;
  padding: 10px 9px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.left-bar .video-links .links-title {
  font-size: 22px;
  color: #363636;
  font-weight: 700;
  position: relative;
}
.left-bar .video-links .links-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #d34e16;
  top: 29px;
  left: 0px;
}
.left-bar .video-links .video-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-bar .video-links .video-list ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: block;
  color: #363636;
  border-bottom: 1px solid #d34e16;
  padding: 8px;
  transition: all 0.2s ease-in;
  font-weight: 600;
}
.left-bar .video-links .video-list ul li a:hover {
  background-color: #363636;
  color: #ffffff;
}
.left-bar .video-links .video-list ul li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  background-image: none;
  font-size: 18px;
  color: #d34e16;
  margin-right: 5px;
}

/*--------------------------------------------------------------
# right bar
--------------------------------------------------------------*/
.right-bar .right-heading {
  background-color: #f8f9fa;
  padding: 10px 9px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.right-bar .right-heading h3 {
  font-size: 22px;
  font-weight: 800;
  position: relative;
}
.right-bar .right-heading h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #d34e16;
  top: 29px;
  left: 0px;
}
.right-bar .stack-section {
  margin-bottom: 30px;
}
.right-bar .stack-section img {
  border: 1px solid #d34e16;
  display: block;
  width: 100% !important;
}
.right-bar .stack-section .stack-tilte h4 {
  font-size: 18px;
  font-weight: 700;
}
.right-bar .stack-section p {
  margin-bottom: 4px;
}
.right-bar .stack-section .btn-more {
  text-decoration: none;
  color: #d34e16;
  font-weight: 700;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
  background-color: #f8f9fa;
  padding: 30px 0px;
}
.footer .phone-section {
  display: inline-block;
  background-color: #363636;
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
}
.footer .phone-section i {
  color: #d34e16;
}
.footer .footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-list ul li a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5px;
  color: #4d4d4d;
}

/*--------------------------------------------------------------
# video section another page
--------------------------------------------------------------*/
.video-part {
  padding: 60px 0px;
}

.demo-page {
  padding: 60px 0px;
}

.pdf-heading {
  background-color: #f8f9fa;
  padding: 10px 9px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.pdf-heading h3 {
  font-size: 22px;
  font-weight: 800;
  position: relative;
}

.pdf-heading h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #d34e16;
  top: 29px;
  left: 0px;
}