@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
:root {
  --color1: #1a1b1c;
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: ##101010;
  background: #fff;
  /* background: #eaeaea; */
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px !important;
  }
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000
}
a {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*================================================
       BACK TO TOP
==================================================*/
.scrollup {
  background: #0e76bc none repeat scroll 0 0;
  border: 1px solid #0e76bc;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #343a40;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/*======================== HEADER STYLE ============================*/
.header-info {
  width: 100%;
  padding: 2px 0;
  position: relative;
}
.new-header {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.select-lang{
  text-align: right;
}
.select-lang a{
  padding: 4px;
  font-size: 13px;
}
.select-lang a:hover{
  background: #0e76bc;
  color: #fff;
}
.lang-active{
  background: #0e76bc;
  color: #fff;
}
.new-logo-area{
  padding-top: 14px;
}
.new-logo-area img{
  width: 280px;
}
nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after{
  display: none;
}
.headerMenuBtn i{
  padding-top: 2px;
}

/* =================== body-side-menu-ul ================ */
.dashboard-body-wrapper{
  padding: 30px 0;
}
.body-side-menu h3{
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 0;
  color: #333;
}
.body-side-menu-ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.body-side-menu-ul li a{
  color: #0e76bc;
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
  border-radius: 4px;
  font-weight: 300;
}
.body-side-menu-ul li a:hover {
  background: #efefef;
}
/* Dropdown Button */
.dropbtn {
  background-color: #efefef;
  padding: 5px 3px;
  color: #666;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  text-align: center;
}
.dropbtn i{
  font-size: 14px;
  padding-left: 3px;
}
.dropbtn .fa-caret-down{
  font-size: 12px;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #efefef;
}
.dropdown-body-left {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 192px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd}
.show {display:block;}
/* ============= body-top =============== */
.body-top{
  padding: 80px 0;
  background-color: rgba(60,60,60,0) !important;
    background-image: url(../../media/common/carbon-fibre.png),linear-gradient(#aaa,#000);
    box-shadow: 0 10px 25px black inset;
}
.top-latest-vdo{
  width: 100%;
}
.top-latest-vdo-img{
  position: relative;
}
.top-latest-vdo-img img{
  width: 100%;
}
.top-latest-vdo-img i{
  display: none;
  position: absolute;
  top: 36%;
  left: 40%;
  background: #000000c4;
  height: 120px;
  width: 120px;
  padding: 29px 0;
  padding-left: 37px;
  color: #fff;
  font-size: 64px;
  border-radius: 10px;
}
.top-latest-vdo-img a:hover i{
  display: block;
}
.top-latest-vdo-text{
  text-shadow: 0 1px 15px black, 0 -1px 15px black, -1px 0 15px black, 1px 0 15px black;
  color: #fffl
}
.top-latest-vdo-text h1, .top-latest-vdo-text h2{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.top-latest-vdo-text p{
  color: #fff;
  margin-top: 30px;
}
/* =========================== MAIN BODY ========================== */
.body-main{
  display: flex;
}
.body-main-left{
  width: 14%;
  float: left;
  background: #f2f2f2;
  padding: 26px;
}
.body-main-middle{
  width: 62%;
  float: left;
  padding: 30px 10px;
  background: #fff
}
.body-main-right{
  width: 24%;
  float: left;
  background: #f2f2f2;
  padding: 26px;
}
.body-main-left h3{
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.body-main-left a{
  margin-bottom: 16px;
  display: block;
}
.banner-left{
  margin-top: 32px;
}
.latest-vdo-text h3{
  font-size: 17px;
  font-weight: 600;
  padding-top: 7px;
  color: #333;
}
.latest-vdo-img{
  position: relative;
}
.latest-vdo-img i {
    display: none;
    position: absolute;
    top: 30%;
    left: 40%;
    background: #000000c4;
    height: 50px;
    width: 50px;
    padding: 13px 0;
    padding-left: 16px;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
}
.latest-vdo a:hover i{
  display: block;

}
.latest-vdo{
  margin-bottom: 30px;
}
.latest-area h2{
  font-weight: 600;
  color: #666;
  margin-bottom: 24px;
  font-size: 24px;
}
.latest-area{
  margin-bottom: 34px;
}
.body-main-right h2{
  font-size: 20px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
