@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Cj-Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CJ_ONLYONE_Bold.ttf") format("opentype");
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}

body p {
  color: #211d1f;
}

body a {
  text-decoration: none;
  color: #211d1f;
}

body .floating-btn {
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 99;
}

body .floating-btn li {
  list-style-type: none;
  margin-bottom: 5px;
  text-align: center;
}

body .floating-btn li a {
  color: #fff;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

body .floating-btn li .whatApp {
  background-color: #11ba17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .floating-btn li .whatApp i {
  font-size: 25px;
}

body .floating-btn li .call {
  background-color: #007cc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .floating-btn li .call img {
  width: 18px;
}

body .navbar {
  background-color: #fff;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body .navbar .navbar-brand img {
  max-height: 45px;
}

body .navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 55px;
}

body .navbar .navbar-collapse .nav-link {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 39px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: 'Noto Sans', sans-serif;
}

body .navbar .navbar-collapse .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

body .navbar .navbar-collapse .dropdown-menu li a {
  font-size: 13px;
  padding: 10px 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body .navbar .navbar-collapse .dropdown-menu li a:hover, body .navbar .navbar-collapse .dropdown-menu li a:focus {
  background-color: #007cc2;
  color: #fff;
}

body .navbar .navbar-collapse .dropdown-toggle::after {
  background-image: url(../images/header-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  border: none;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .navbar .navbar-toggler {
  font-size: 14px;
  width: 60px;
  text-transform: uppercase;
  font-weight: 800;
  padding: .25rem .5rem;
}

body .navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
}

body .navbar .hamburger {
  display: block;
  background-color: #007cc2;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  cursor: pointer;
}

body .navbar .hamburger .fa-close {
  display: none;
  font-size: 20px;
}

body .navbar .hamburger .dropmenu {
  top: 65px;
  position: fixed;
  width: 215px;
  right: -215px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

body .navbar .hamburger .dropmenu a {
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 17px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
}

body .navbar .hamburger .dropmenu a:hover {
  background-color: #007cc2;
  color: #fff;
}

body .navbar .hamburger.show .fa-bars {
  display: none;
}

body .navbar .hamburger.show .fa-close {
  display: inline-block;
}

body .navbar .hamburger.show .dropmenu {
  right: 0px;
}

body .navbar .search {
  display: block;
  padding: 10px;
  position: relative;
  right: 50px;
}

body .navbar .search.show .search_box {
  display: block;
}

body .navbar .search .search_box {
  display: none;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -10px;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  top: 54px;
}

body .navbar .search .search_box .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 14px;
}

body .navbar .search .search_box .btn {
  background-color: #007cc2;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 26px;
  border-radius: 0 4px 4px 0;
}

body .navbar .search img {
  height: 20px;
}

body .banner .owl-carousel .item {
  padding: 350px 50px 100px;
  background-position: center bottom;
  background-size: cover;
}

body .banner .owl-carousel .item .text_box {
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 600px;
}

body .banner .owl-carousel .item .text_box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

body .banner .owl-carousel .item .text_box .heading .big {
  font-size: 70px;
  line-height: 55px;
  margin-right: 10px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .banner .owl-carousel .item .text_box .heading .nor {
  font-size: 25px;
  line-height: 28px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .banner .owl-carousel .item .text_box .heading .nor span {
  display: block;
}

body .banner .owl-carousel .item .text_box .heading .nor span.color {
  color: #eb8922;
  font-size: 21px;
}

body .banner .owl-carousel .item .text_box p {
  color: #fff;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  text-align: justify;
}

body .banner .owl-carousel .item h2 {
  position: absolute;
  right: inherit;
  right: 60px;
  bottom: 15px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .banner .owl-carousel .item img { 
	bottom: 28px !important;
	position: absolute;
	right: inherit;
	right: 60px;
	bottom: 15px;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Cj-Text";
	text-transform: uppercase;
}

body .banner .owl-carousel .owl-dots {
  position: absolute;
  position: absolute;
  bottom: 40px;
  left: 60px;
}

body .banner .owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .banner .owl-carousel .owl-dots button.active, body .banner .owl-carousel .owl-dots button:hover {
  background-color: #e83036;
}

body .track {
  padding: 35px 0;
  background-color: #1c1c1c;
}

body .track ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .track ul li {
  list-style-type: none;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}

body .track ul li span {
  width: 90px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: 5px;
  font-family: 'Noto Sans', sans-serif;
}

body .track .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #a2a2a2;
}

body .track .flex_box .text_box {
  margin-right: 50px;
}

body .track .flex_box .text_box h6 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
}

body .track .flex_box .text_box h6 span {
  color: #f6a11c;
}

body .track .flex_box .text_box .in_box {
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

body .track .flex_box .text_box .in_box img {
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .track .flex_box .text_box .in_box input {
  border: 1px solid #a2a2a2;
  background-color: #515151;
  width: 100%;
  min-height: 35px;
  padding-left: 30px;
  outline: none;
  color: #fff;
}

body .track .flex_box .text_box .in_box input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

body .track .flex_box .text_box .in_box input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

body .track .flex_box .text_box .in_box input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

body .track .flex_box .text_box .in_box input::placeholder {
  color: #fff;
  font-weight: 300;
}

body .track .flex_box .track_btn {
  background-color: #e83036;
  color: #fff;
  border: 0;
  padding: 5px 15px;
  max-width: 120px;
  width: 100%;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .design {
  padding: 55px 20px;
}

body .design .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .design .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .design .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .design .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .design .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .design .heading .text p span {
  display: block;
}

body .design .services {
  height: 600px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  position: relative;
}

body .design .services .background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

body .design .services .list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

body .design .services .list li {
  list-style-type: none;
  width: 12.5%;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body .design .services .list li:hover {
  background-color: rgba(0, 124, 194, 0.7);
  width: 17%;
}

body .design .services .list li:hover .box div {
  max-height: 1000px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

body .design .services .list li:hover .box img {
  height: 65px;
}

body .design .services .list li:hover .box img.truck-icon {
  height: 50px;
}

body .design .services .list li:hover .box h6 {
  font-size: 20px;
}

body .design .services .list li .box {
  text-align: center;
  padding: 20px;
}

body .design .services .list li .box img {
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .design .services .list li .box img.truck-icon {
  height: 40px;
}

body .design .services .list li .box h6 {
  color: #fff;
  margin-top: 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

body .design .services .list li .box h6 span {
  display: block;
}

body .design .services .list li .box div {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body .design .services .list li .box div p {
  font-size: 12px;
  margin: 10px 0 40px;
  color: #fff;
}

body .design .services .list li .box div a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .design .services .list li .box div a:hover {
  background-color: #e83036;
  border: 1px solid #e83036;
}

body .design .services .list li:last-child {
  border: 0;
}

body .about {
  padding: 0 20px 55px;
}

body .about .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .about .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .about .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .about .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .about .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .about .heading .text p span {
  display: block;
}

body .about .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%;
  background-image: url("../images/about_bg.png");
  background-position: center right;
  background-size: cover;
  padding: 20px 30px 20px 0px;
}

body .about .flex_box ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body .about .flex_box ul li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  padding: 0 40px;
  border-right: 1px solid #fff;
  text-align: center;
  min-width: 225px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .about .flex_box ul li:last-child {
  border: 0;
}

body .about .flex_box ul li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: 'Noto Sans', sans-serif;
}

body .about .flex_box .text_box {
  text-align: right;
}

body .about .flex_box .text_box h6 {
  color: #fff;
  font-size: 20px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .about .flex_box .text_box p {
  font-size: 11px;
  color: #fff;
  margin: 0px;
}

body .award {
  padding: 0 20px 55px;
}

body .award .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .award .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .award .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .award .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .award .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .award .heading .text p span {
  display: block;
}

body .award .slider_box {
  padding: 30px;
  background-image: url("../images/awards.png");
  background-position: center right;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

body .award .slider_box .owl-carousel .item .box {
  padding: 0 20px 20px;
  position: relative;
}

body .award .slider_box .owl-carousel .item .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 112px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #484848;
  height: 100px;
  width: 1px;
}

body .award .slider_box .owl-carousel .item .box.color-1 h1 {
  color: #e61b3b;
}

body .award .slider_box .owl-carousel .item .box.color-2 h1 {
  color: #f6a11c;
}

body .award .slider_box .owl-carousel .item .box.color-3 h1 {
  color: #007cc2;
}

body .award .slider_box .owl-carousel .item .box h6 {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .award .slider_box .owl-carousel .item .box h6 span {
  font-size: 14px;
}

body .award .slider_box .owl-carousel .item .box h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
}

body .award .slider_box .owl-carousel .item .box h5 {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

body .award .slider_box .owl-carousel .item .box p {
  font-weight: 500;
  margin: 0;
}

body .award .slider_box .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .award .slider_box .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .award .slider_box .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .customers {
  padding: 0 20px 55px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

body .customers .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .customers .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .customers .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .customers .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .customers .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .customers .heading .text p span {
  display: block;
}

body .customers .slider_box {
  margin-top: 30px;
}

body .customers .slider_box .owl-carousel .item {
  padding: 10px;
}

body .customers .slider_box .owl-carousel .item img {
	padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

body .customers .slider_box .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .customers .slider_box .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .customers .slider_box .owl-dots button.active {
  background-color: #0180c6;
  height: 5px;
}

body .media {
  padding: 55px 20px;
  width: 100%;
  background-image: url("../images/media_bg.png");
  background-position: center right;
  background-size: cover;
}

body .media .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .media .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .media .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .media .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .media .heading .title-new {
  border: none;
}

body .media .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .media .heading .text p span {
  display: block;
}

body .media .slider_box {
  margin-top: 40px;
  padding: 0px 40px;
}

body .media .slider_box .owl-carousel .item {
  padding: 10px;
}

body .media .slider_box .owl-carousel .item .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

body .media .slider_box .owl-carousel .item .box .img_box {
  position: relative;
  display: block;
}

body .media .slider_box .owl-carousel .item .box .img_box span {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: inline-block;
  background-color: #005bab;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  min-width: 150px;
  text-align: center;
}

body .media .slider_box .owl-carousel .item .box .text_box {
  padding: 30px 20px 40px 20px;
}

body .media .slider_box .owl-carousel .item .box .text_box h3 {
  color: #414a53;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .media .slider_box .owl-carousel .item .box .text_box p {
  font-size: 14px;
  font-weight: 500;
  color: #6b7078;
  margin: 0;
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body .media .slider_box .owl-carousel .item .box .text_box p.date {
  color: #1e67b1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

body .media .slider_box .owl-dots {
  position: absolute;
  right: 0;
  top: -20px;
}

body .media .slider_box .owl-dots button {
  background-color: #fff;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .media .slider_box .owl-dots button.active {
  background-color: #0180c6;
  height: 5px;
}

body .gallery {
  padding: 55px 20px;
  width: 100%;
  background-image: url("../images/media_bg.png");
  background-position: center right;
  background-size: cover;
}

body .gallery .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .gallery .heading .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  color: #211d1f;
}

body .gallery .heading .title span {
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Cj-Text";
/*   text-transform: lowercase; */
	text-transform: uppercase;
}

body .gallery .heading .title span span {
  margin: 0px;
  text-transform: uppercase;
}

body .gallery .heading .title-new {
  border: none;
}

body .gallery .heading .text p {
  margin: 0;
  color: #211d1f;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

body .gallery .heading .text p span {
  display: block;
}

body .gallery .slider_box {
  margin-top: 40px;
}

body .gallery .slider_box .owl-carousel .item {
  padding: 5px;
}

body .gallery .slider_box .owl-carousel .item .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

body .gallery .slider_box .owl-carousel .item .box .img_box {
  position: relative;
  display: block;
}

body .gallery .slider_box .owl-carousel .item .box .img_box span {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: inline-block;
  background-color: #005bab;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

body .gallery .slider_box .owl-carousel .item .box .text_box {
  padding: 20px;
}

body .gallery .slider_box .owl-carousel .item .box .text_box h3 {
  color: #414a53;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .gallery .slider_box .owl-carousel .item .box .text_box p {
  font-size: 14px;
  font-weight: 500;
  color: #656a73;
  margin: 0;
  max-height: 65px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body .gallery .slider_box .owl-carousel .item .box .text_box p.date {
  color: #005bab;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

body .gallery .slider_box .owl-dots {
  position: absolute;
  right: 0;
  top: -70px;
}

body .gallery .slider_box .owl-dots button {
  background-color: #fff;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .gallery .slider_box .owl-dots button.active {
  background-color: #0180c6;
  height: 5px;
}

body footer {
 background-image: url("../images/footer_bg.png");
  background-position: center right;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

body footer .foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  margin: 0px auto;
}

body footer .inner {
  padding: 55px 80px 35px;
}

body footer .inner h6 {
  font-size: 18px;
  font-weight: 700;
}

body footer .inner a i {
  font-size: 28px;
}

body footer .inner a .fb {
  color: #3455a1;
}

body footer .inner a .twitter {
  color: #1bacfe;
}

body footer .inner a .link {
  color: #2676bd;
}

body footer .inner ul {
  margin: 0 0 20px;
  padding: 0;
}

body footer .inner ul li {
  list-style-type: none;
  padding-left: 15px;
}

body footer .inner ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Noto Sans', sans-serif;
}

body footer .inner ul li a:hover {
  color: #005bab;
}

body footer .inner .footer_logo {
  max-width: 200px;
  width: 100%;
}

body footer .footer_btm {
  color: #fff;
  font-size: 14px;
  background-color: #0180c6;
  padding: 10px;
}

body .contact_banner,
body .banner_inverstor,
body .cj-banner,
body .subsidiary-banner,
body .banner-regulatry,
body .banner-gdpr,
body .banner_house,
body .banner_leader,
body .banner-media,
body .banner-fmcg,
body .banner-awards,
body .banner-history,
body .banner-blog,
body .banner-bod,
body .banner-track,
body .banner-vision,
body .banner-frieght {
  background-image: url("../images/truck-load-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .contact_banner .text-banner-track,
body .banner_inverstor .text-banner-track,
body .cj-banner .text-banner-track,
body .subsidiary-banner .text-banner-track,
body .banner-regulatry .text-banner-track,
body .banner-gdpr .text-banner-track,
body .banner_house .text-banner-track,
body .banner_leader .text-banner-track,
body .banner-media .text-banner-track,
body .banner-fmcg .text-banner-track,
body .banner-awards .text-banner-track,
body .banner-history .text-banner-track,
body .banner-blog .text-banner-track,
body .banner-bod .text-banner-track,
body .banner-track .text-banner-track,
body .banner-vision .text-banner-track,
body .banner-frieght .text-banner-track {
  padding: 0px 0px 70px 30px;
}

body .contact_banner .text-banner-track h2,
body .banner_inverstor .text-banner-track h2,
body .cj-banner .text-banner-track h2,
body .subsidiary-banner .text-banner-track h2,
body .banner-regulatry .text-banner-track h2,
body .banner-gdpr .text-banner-track h2,
body .banner_house .text-banner-track h2,
body .banner_leader .text-banner-track h2,
body .banner-media .text-banner-track h2,
body .banner-fmcg .text-banner-track h2,
body .banner-awards .text-banner-track h2,
body .banner-history .text-banner-track h2,
body .banner-blog .text-banner-track h2,
body .banner-bod .text-banner-track h2,
body .banner-track .text-banner-track h2,
body .banner-vision .text-banner-track h2,
body .banner-frieght .text-banner-track h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
	text-transform: uppercase;
}

body .contact_banner .text_logo,
body .banner_inverstor .text_logo,
body .cj-banner .text_logo,
body .subsidiary-banner .text_logo,
body .banner-regulatry .text_logo,
body .banner-gdpr .text_logo,
body .banner_house .text_logo,
body .banner_leader .text_logo,
body .banner-media .text_logo,
body .banner-fmcg .text_logo,
body .banner-awards .text_logo,
body .banner-history .text_logo,
body .banner-blog .text_logo,
body .banner-bod .text_logo,
body .banner-track .text_logo,
body .banner-vision .text_logo,
body .banner-frieght .text_logo {
  padding: 0px 30px 20px 0px;
}

body .contact_banner .text_logo h1,
body .banner_inverstor .text_logo h1,
body .cj-banner .text_logo h1,
body .subsidiary-banner .text_logo h1,
body .banner-regulatry .text_logo h1,
body .banner-gdpr .text_logo h1,
body .banner_house .text_logo h1,
body .banner_leader .text_logo h1,
body .banner-media .text_logo h1,
body .banner-fmcg .text_logo h1,
body .banner-awards .text_logo h1,
body .banner-history .text_logo h1,
body .banner-blog .text_logo h1,
body .banner-bod .text_logo h1,
body .banner-track .text_logo h1,
body .banner-vision .text_logo h1,
body .banner-frieght .text_logo h1 {
  color: #dadbdb;
  font-size: 30px;
  font-weight: 900;
  text-align: end;
  text-transform: uppercase;
  font-family: "Cj-Text";
}

body .contact_banner .text_logo h1,
body .banner_inverstor .text_logo h1,
body .banner_house .text_logo h1,
body .banner-awards .text_logo h1,
body .subsidiary-banner .text_logo h1,
body .banner-regulatry .text_logo h1 {
  color: #fff;
}

body .banner-frieght {
  background-image: url("../images/freight-banner.png");
}

body .banner-vision {
  background-image: url("../images/vision-banner.png");
}

body .banner-bod {
  background-image: url("../images/bod-banner.png");
}

body .banner-blog {
  background-image: url("../images/blog-banner.png");
}

body .banner-history {
  background-image: url("../images/history-banner.png");
}

body .banner-awards {
  background-image: url("../images/banner_awards.png");
}

body .banner-fmcg {
  background-image: url("../images/ftm_banner.png");
}

body .contact_banner,
body .banner_inverstor,
body .cj-banner,
body .banner-regulatry,
body .banner-gdpr,
body .banner_house,
body .banner-media {
  background-image: url("../images/media_banner.png");
}

body .contact_banner .text-banner-track,
body .banner_inverstor .text-banner-track,
body .cj-banner .text-banner-track,
body .banner-regulatry .text-banner-track,
body .banner-gdpr .text-banner-track,
body .banner_house .text-banner-track,
body .banner-media .text-banner-track {
  padding: 0px 0px 50px 30px;
}

body .contact_banner .text-banner-track h1,
body .banner_inverstor .text-banner-track h1,
body .cj-banner .text-banner-track h1,
body .banner-regulatry .text-banner-track h1,
body .banner-gdpr .text-banner-track h1,
body .banner_house .text-banner-track h1,
body .banner-media .text-banner-track h1 {
  font-size: 28px;
  font-family: "Cj-Text";
  font-weight: 700;
  color: #fff;
	text-transform: uppercase;
}

body .banner_inverstor {
  background-image: url("../../assets/images/inverstor_banner.png");
}

body .contact_banner {
  background-image: url("../images/contactbanner.png");
}

body .banner-regulatry {
  background-image: url("../../assets/images/regulatoary_banner.png");
}

body .banner_leader {
  background-image: url("../images/leader_banner.png");
}

body .banner_house {
  background-image: url("../images/banner_house.png");
}

body .banner-gdpr {
  background-image: url("../images/gdpr-banner.png");
}

body .cj-banner {
  background-image: url("../images/cj_banner.png");
}

body .subsidiary-banner {
  background-image: url("../images/subsidiary-banner.png");
}

body .track_main {
  padding: 80px 30px 50px;
}

body .track_main .text-logo-a {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
}

body .track_main .text-logo-span {
  font-size: 36px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 5px;
  margin-left: 4px;
}

body .track_main .text-logo-light {
  font-size: 24px;
  font-weight: 400;
}

body .track_main .left-box-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

body .track_main .left-box-text h2 {
  margin-bottom: 20px;
}

body .track_main .left-box-text .sp {
  margin: 25px 0px;
}

body .track_main .left-box-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

body .track_main .left-box-text .ul-box {
  background-color: #f4f4f4;
  padding: 30px 30px 30px 0px;
  margin: 15px 0px;
}

body .track_main .left-box-text .ul-box h2 {
  font-size: 18px;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .track_main .left-box-text .ul-box h2 span {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

body .track_main .left-box-text .ul-box ul {
  font-weight: 500;
  font-size: 16px;
  list-style-type: circle;
  margin-bottom: 0px;
}

body .track_main .left-box-text .ul-box ul li {
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

body .track_main .left-box-text .ul-box ul li span {
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

body .track_main .left-box-text .ul-box ul li::marker {
  font-size: 18px;
  color: #444444;
}

body .track_main .left-box-text .ul-gdpr {
  margin: 30px 0px;
}

body .track_main .new-aircargo .ul-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

body .track_main .new-aircargo .ul-box ul li {
  width: 20%;
}

body .track_main .new-aircargo .ul-box ul li i {
  color: #007cc2;
  margin-right: 15px;
}

body .track_main .new-aircargo .box-tab {
  background-color: #fff;
}

body .track_main .new-aircargo .box-tab nav .nav-tabs {
  border: 0px;
  margin-bottom: 25px;
}

body .track_main .new-aircargo .box-tab nav .nav-tabs .nav-link {
  background-color: #f4f4f4;
  font-size: 15px;
  padding: 12px;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 0;
  margin: 0 5px 15px;
}

body .track_main .new-aircargo .box-tab nav .nav-tabs .nav-link.active {
  background-color: #007cc2;
  color: #fff;
}

body .track_main .new-aircargo .box-tab .tab-content {
  padding: 0px 20px;
}

body .track_main .new-aircargo .box-tab .tab-content p {
  width: 90%;
  font-size: 15px;
  font-weight: 400;
}

body .track_main .new-aircargo .box-tab .tab-content p:last-child {
  margin: 0px;
}

body .track_main .new-aircargo .customer-service {
  padding: 30px;
}

body .track_main .new-aircargo .customer-service ul {
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
}

body .track_main .new-aircargo .customer-service ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
}

body .track_main .new-aircargo .customer-service ul li img {
  width: 70px;
  height: 70px;
}

body .track_main .new-aircargo .customer-service ul li span {
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin: 0px 0px 0px 15px;
}

body .track_main .new-aircargo .customer-service ul li span .spane-me2 {
  display: block;
  margin: 0px;
}

body .track_main .new-aircargo .customer-service ul li:nth-child(8) {
  margin: 0px;
}

body .track_main .new-aircargo .customer-service ul li:nth-child(9) {
  margin: 0px;
}

body .track_main .new-aircargo .customer-service ul li:nth-child(7) {
  margin: 0px;
}

body .track_main .right-box-truck {
  margin-left: 50px;
}

body .track_main .right-box-truck h3 {
  margin: 60px 0px 20px 0px;
}

body .track_main .right-box-truck .metal-box-1,
body .track_main .right-box-truck .metal-box-2 {
  padding: 50px 30px;
  background-image: url("../images/metals-minning-img.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

body .track_main .right-box-truck .metal-box-1 h4,
body .track_main .right-box-truck .metal-box-2 h4 {
  font-size: 21px;
  color: #fff;
  margin: 0px;
  font-weight: 600;
}

body .track_main .right-box-truck .metal-box-2 {
  background-image: url("../images/automotive-img.png");
  margin-top: 25px;
}

body .track_main .right-box-truck .Services_box {
  border: 2px solid #c9c9c9;
  background-image: url("../images/other_services_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 15px;
  background-size: contain;
}

body .track_main .right-box-truck .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .track_main .right-box-truck .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .track_main .right-box-truck .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .track_main .right-box-truck .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
  font-family: 'Noto Sans', sans-serif;
}

body .track_main .right-box-truck .Services_box ul li::marker {
  font-size: 19px;
}

body .vission_main {
  padding: 80px 30px 50px;
}

body .vission_main .text-logo-a {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .vission_main .text-logo-span {
  font-size: 36px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 5px;
  margin-left: 4px;
}

body .vission_main .text-logo-light {
  font-size: 24px;
  font-weight: 400;
}

body .vission_main .left-box-vission p {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px 30px 0px;
  font-family: 'Noto Sans', sans-serif;
}

body .vission_main .left-box-vission .vission-box {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
}

body .vission_main .left-box-vission .vission-box h2 {
  margin-bottom: 20px;
}

body .vission_main .left-box-vission .vission-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
}

body .vission_main .left-box-vission .vission-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0px 20px 0px;
}

body .vission_main .left-box-vission .vission-box p:last-child {
  margin-bottom: 0px;
}

body .vission_main .right-box-vission {
  margin-left: 50px;
}

body .vission_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .vission_main .right-box-vission .Services_box {
  border: 2px solid #c9c9c9;
  background-color: #fff;
  padding: 20px 15px;
}

body .vission_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .vission_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .vission_main .right-box-vission .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .vission_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
}

body .vission_main .right-box-vission .Services_box ul li::marker {
  font-size: 19px;
}

body .vission_main .right-box-vission h4 {
  margin: 60px 0px 20px 0px;
}

body .vission_main .right-box-vission .vission_slider {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

body .vission_main .right-box-vission .vission_slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .vission_main .right-box-vission .vission_slider .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .vission_main .right-box-vission .vission_slider .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .bod {
  padding: 80px 80px 15px;
}

body .bod h2 {
  margin-bottom: 40px;
}

body .bod .text-logo-a {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .bod .text-logo-span {
  font-size: 36px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 5px;
  margin-left: 4px;
}

body .bod .text-logo-light {
  font-size: 24px;
  font-weight: 400;
}

body .bod .bod-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .bod .bod-row .box {
  width: 23%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 2px 0px 16px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0px 16px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}

body .bod .bod-row .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

body .bod .bod-row .box .text-overlay-inside-2 {
  bottom: 0px;
  position: absolute;
  background-color: #007cc2;
  padding: 20px;
  text-align: center;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

body .bod .bod-row .box .text-overlay-inside-2 h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

body .bod .bod-row .box .text-overlay-inside-2 h6 {
  color: #8fd6fe;
  font-size: 13px;
  margin: 0%;
}

body .bod .bod-row .box .text-overlay-inside-2 h6 span {
  display: block;
}

body .bod .bod-row .box .text-overlay {
  position: absolute;
  text-align: center;
  height: 0px;
  top: 600px;
  background-color: rgba(9, 110, 165, 0.8);
  padding: 20px;
  overflow: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

body .bod .bod-row .box .text-overlay::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body .bod .bod-row .box .text-overlay::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body .bod .bod-row .box .text-overlay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #007cc2;
}

body .bod .bod-row .box .text-overlay a {
  display: inline-block;
  margin: 12px 0px;
}

body .bod .bod-row .box .text-overlay a img {
  width: 40px;
  height: 40px;
}

body .bod .bod-row .box .text-overlay .text-overlay-inside {
  text-align: center;
}

body .bod .bod-row .box .text-overlay .text-overlay-inside h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

body .bod .bod-row .box .text-overlay .text-overlay-inside h6 {
  color: #8fd6fe;
  font-size: 13px;
  margin: 0%;
}

body .bod .bod-row .box .text-overlay p {
  font-size: 13px;
  color: #fff;
  margin: 0px;
}

body .bod .bod-row .box:hover .text-overlay-inside-2 {
  opacity: 0;
}

body .bod .bod-row .box:hover .text-overlay {
  top: 0px;
  height: 100%;
}

body .bod .bod-row:last-child {
  margin-bottom: 0px;
}

body .bod-2 {
  background-color: #f2f2f2;
}

body .bod-2 .bod-row-2 {
  width: 75%;
}

body .bod-2 .bod-row .box {
  width: 31%;
}

body .leader_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

body .leader_title h2 {
  font-size: 26px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .leader_title .dropdown button {
  background: #f4f4f4;
  border: none;
  border-radius: 0px;
  min-width: 400px;
  padding: 15px 25px;
  color: #007cc2;
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  font-family: 'Noto Sans', sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .leader_title .dropdown-menu.show {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border: none;
  margin-top: -2px !important;
  padding: 0px 15px;
  font-family: 'Noto Sans', sans-serif;
}

body .leader_title .btn-secondary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .leader_title .dropdown-toggle::after {
  background-image: url(../images/drop-down-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}

body .leader_title .dropdown-item:focus,
body .leader_title .dropdown-item:hover {
  background-color: #1f88c1;
  color: #fff;
}

body .blog_main {
  padding: 40px 30px 60px 30px;
}

body .blog_main .blog-row {
  margin-top: 20px;
}

body .blog_main .text-logo-a {
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

body .blog_main .text-logo-span {
  font-size: 26px;
  margin-left: 4px;
}

body .blog_main .text-logo-light {
  font-size: 24px;
  font-weight: 400;
}

body .blog_main .bolg-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0%;
  list-style: none;
  margin: 0px;
}

body .blog_main .bolg-box ul li {
  margin-bottom: 25px;
  width: 24%;
}

body .blog_main .bolg-box ul li .box-a .text-box-a {
  background-color: #f4f4f4;
  padding: 25px 15px;
}

body .blog_main .bolg-box ul li .box-a .text-box-a h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'Noto Sans', sans-serif;
}

body .blog_main .bolg-box ul li .box-a .text-box-a p {
  font-size: 13px;
  color: #686868;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
}

body .blog_main .right-box-vission {
  margin-left: 25px;
}

body .blog_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .blog_main .right-box-vission .Services_box {
  background-color: #f4f4f4;
  padding: 20px 15px;
}

body .blog_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .blog_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .blog_main .right-box-vission .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .blog_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 8px;
  font-family: 'Noto Sans', sans-serif;
}

body .blog_main .right-box-vission .Services_box ul li::marker {
  font-size: 18px;
}

body .blog_main .right-box-vission h4 {
  margin: 25px 0px 20px 0px;
}

body .blog_main .right-box-vission .vission_slider {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

body .blog_main .right-box-vission .vission_slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .blog_main .right-box-vission .vission_slider .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .blog_main .right-box-vission .vission_slider .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .history_main {
  padding: 80px 30px 50px 30px;
}

body .history_main .demo-slide-history {
  margin-top: 35px;
}

body .history_main .demo-slide-history img {
  width: 100%;
}

body .history_main .text-logo-a {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .history_main .text-logo-span {
  font-size: 36px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 5px;
  margin-left: 4px;
}

body .history_main .text-logo-light {
  font-size: 24px;
  font-weight: 400;
}

body .history_main .left-box-vission p {
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0px 40px 0px;
  font-family: 'Noto Sans', sans-serif;
}

body .history_main .left-box-vission .history-box {
  border: 1px solid #d4d4d4;
  padding: 12px 10px;
}

body .history_main .left-box-vission .history-box ul {
  list-style: circle;
  margin-bottom: 0px;
}

body .history_main .left-box-vission .history-box ul li {
  color: #444444;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}

body .history_main .left-box-vission .history-box ul li li:last-child {
  margin-bottom: 0px;
}

body .history_main .left-box-vission .history-box ul li::marker {
  color: #444444;
  font-size: 19px;
  font-weight: 800;
}

body .history_main .right-box-vission {
  margin-left: 50px;
}

body .history_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .history_main .right-box-vission .Services_box {
  border: 2px solid #c9c9c9;
  background-image: url("../images/other_services_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 15px;
  background-size: contain;
}

body .history_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .history_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .history_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
}

body .history_main .right-box-vission .Services_box ul li::marker {
  font-size: 19px;
}

body .history_main .right-box-vission .Services_box ul li li:last-child {
  margin-bottom: 0px;
}

body .timeline_box {
  padding: 70px 0px 40px 0px;
  margin: 0px 40px;
  background-image: url("../images/journey_bg.png");
  background-position: center;
  background-size: cover;
}

body .timeline_box .car-img {
  width: 70px;
  position: absolute;
  top: 40px;
  left: 15.5%;
  z-index: 100;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .car-img img {
  max-width: 70px;
}

body .timeline_box .car-img-2 {
  left: 24%;
}

body .timeline_box .car-img-3 {
  left: 33%;
}

body .timeline_box .car-img-4 {
  left: 41%;
}

body .timeline_box .car-img-5 {
  left: 49%;
}

body .timeline_box .car-img-6 {
  left: 57%;
}

body .timeline_box .car-img-7 {
  left: 66%;
}

body .timeline_box .car-img-8 {
  left: 74%;
}

body .timeline_box .car-img-9 {
  left: 82.5%;
}

body .timeline_box .li-o-1 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-2 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-3 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-4 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-5 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-6 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-7 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-8 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box .li-o-9 a {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body .timeline_box h2 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

body .span_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .text-logo-a {
  font-family: "Cj-Text";
  font-size: 26px !important;
/*   text-transform: lowercase !important; */
	text-transform: uppercase;
}

body .text-logo-light {
  font-family: 'Noto Sans', sans-serif;
  font-size: 19px !important;
}

body .text-logo-span {
  font-size: 28px !important;
  margin-top: 0px !important;
  text-transform: uppercase;
}

body .left-box-text p {
  font-family: 'Noto Sans', sans-serif;
}

body .service-p,
body .service-p-1 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

body .service-p span,
body .service-p-1 span {
  font-size: 22px;
/*   text-transform: lowercase; */
	text-transform: uppercase;
  font-family: "Cj-Text";
}

body .service-p span span,
body .service-p-1 span span {
  text-transform: uppercase;
}

body .service-p-1 {
  margin: 40px 0px 25px 0px;
}

body .mob_slide {
  display: none;
  padding: 0px 0px 40px 0px;
  background-image: url("../images/journey_bg.png");
  background-position: center;
}

body .mob_slide h3 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

body .mob_slide .owl-carousel .item {
  margin: 10px 5px;
}

body .mob_slide .owl-carousel .item .box-mob {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  text-align: center;
}

body .mob_slide .owl-carousel .item .box-mob h1 {
  color: #e83036;
  font-weight: bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .mob_slide .owl-carousel .item .box-mob h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}

body .mob_slide .owl-carousel .item .box-mob p {
  font-size: 15px;
}

body .mob_slide .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body .mob_slide .owl-carousel .owl-nav button {
  background: #f6a11c;
  font-size: 30px;
  font-weight: 700;
  width: 30px;
  line-height: 44px;
  padding: 0px 0 9px !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

body .mob_slide .owl-carousel .owl-nav button span {
  line-height: 0;
  color: #fff;
}

body .awrads_main {
  padding: 60px 30px 50px;
}

body .awrads_main .awards_box h2 {
  font-size: 26px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 25px;
}

body .awrads_main .awards_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body .awrads_main .awards_box ul li {
  width: 49%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body .awrads_main .awards_box ul li .hover_box {
  position: absolute;
  z-index: -10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(17, 28, 49, 0.8);
  background-image: url("../images/leaves-img.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  height: 0px;
  top: 600px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

body .awrads_main .awards_box ul li p {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 50%;
  margin: auto;
}

body .awrads_main .awards_box ul li:hover .hover_box {
  height: 100%;
  top: 0px;
  z-index: 10;
}

body .awrads_main .awards_box .view-btn {
  background-color: #eb4d52;
  color: #ffffff;
	text-transform: uppercase;
  font-family: "Cj-Text";
  font-size: 15px;
  padding: 8px;
  display: block;
  text-align: center;
  margin-left: auto;
  max-width: 150px;
  margin-top: 25px;
}

body .awrads_main .right-box-vission {
  margin-left: 50px;
}

body .awrads_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .awrads_main .right-box-vission .Services_box {
  border: 2px solid #c9c9c9;
  background-color: #fff;
  padding: 20px 15px;
}

body .awrads_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .awrads_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .awrads_main .right-box-vission .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .awrads_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
}

body .awrads_main .right-box-vission .Services_box ul li::marker {
  font-size: 19px;
}

body .awrads_main .right-box-vission h4 {
  margin: 60px 0px 20px 0px;
}

body .awrads_main .right-box-vission .vission_slider {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

body .awrads_main .right-box-vission .vission_slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .awrads_main .right-box-vission .vission_slider .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .awrads_main .right-box-vission .vission_slider .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .media_main {
  padding: 70px 30px 70px 30px;
}

body .media_main .media-title h2 {
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 26px;
}

body .media_main .media-title h2 a{
	font-family: 'Noto Sans', sans-serif;
}

body .media_main .media-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0px 50px;
}

body .media_main .bolg-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0%;
  list-style: none;
  margin: 0px;
}

body .media_main .bolg-box ul li {
  margin-bottom: 25px;
  width: 24%;
  -webkit-box-shadow: 0px 0px 44px 20px #dfdfdf;
          box-shadow: 0px 0px 44px 20px #dfdfdf;
}

body .media_main .bolg-box ul li .box-a .text-box-a {
  padding: 25px 15px;
  height: 160px;
}

body .media_main .bolg-box ul li .box-a .text-box-a p {
  font-size: 13px;
  color: #171414;
  font-weight: 500;
  margin: 0px;
  line-height: 18px;
}

body .media_main .right {
  margin-left: 25px;
}

body .media_main .right .Services_box {
  border: 2px solid #c8c8c8;
  padding: 20px 15px;
}

body .media_main .right .Services_box p {
  margin: 0px 0px 15px 15px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 22px;
}

body .media_main .right .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .media_main .right .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c8c8c8;
  margin-bottom: 8px;
  font-family: 'Noto Sans', sans-serif;
}

body .media_main .right .Services_box ul li::marker {
  color: #c8c8c8;
  font-size: 18px;
}

body .house_main {
  padding: 50px 30px 50px 30px;
}

body .house_main .hourse_title h2 {
  font-size: 26px;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

body .house_main .hourse_title .dropdown {
  margin: 40px 0px;
}

body .house_main .hourse_title .dropdown button {
  background: #f4f4f4;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 15px 25px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  font-family: 'Noto Sans', sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .house_main .hourse_title .dropdown-menu.show {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border: none;
  margin-top: -2px !important;
  padding: 0px 15px;
  font-family: 'Noto Sans', sans-serif;
}

body .house_main .hourse_title .btn-secondary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .house_main .hourse_title .dropdown-toggle::after {
  background-image: url(../images/drop-down-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
}

body .house_main .hourse_title .dropdown-item:focus,
body .house_main .hourse_title .dropdown-item:hover {
  background-color: #1f88c1;
  color: #fff;
}

body .house_main .year_box h2 {
  font-size: 28px;
  color: #007cc2;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 20px;
}

body .house_main .year_box ul {
  padding: 0px;
  margin: 0%;
  list-style: none;
}

body .house_main .year_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  border: 1px solid #f6a11c;
  margin-bottom: 15px;
}

body .house_main .year_box ul li h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0%;
}

body .house_main .year_box ul li h3 span {
  color: #737373;
  font-size: 18px;
  display: inline-block;
  margin-left: 25px;
}

body .house_main .year_box ul li img {
  max-width: 40px;
}

body .house_main .right {
  margin-left: 50px;
}

body .house_main .right .Services_box {
  border: 2px solid #c8c8c8;
  padding: 20px 15px;
  background-image: url("../images/bg-img-dot.png");
  background-repeat: no-repeat;
  background-size: cover;
}

body .house_main .right .Services_box p {
  margin: 0px 0px 15px 15px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 22px;
}

body .house_main .right .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .house_main .right .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c8c8c8;
  margin-bottom: 8px;
  font-family: 'Noto Sans', sans-serif;
}

body .house_main .right .Services_box ul li::marker {
  color: #c8c8c8;
  font-size: 18px;
}

body .regulatry_main {
  padding: 50px 30px;
}

body .regulatry_main .tabsbox h2 {
  font-size: 24px;
  font-weight: 700;
}

body .regulatry_main .tabsbox h2 span {
  display: block;
}

body .regulatry_main .tabsbox .nav-tabs {
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0px 60px 0px;
}

body .regulatry_main .tabsbox .nav-tabs button {
  min-width: 260px;
  background-color: #f4f4f4;
  font-size: 19px;
  padding: 14px 20px;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 0;
  margin: 0 5px 15px;
}

body .regulatry_main .tabsbox .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007cc2;
}

body .regulatry_main .tabsbox .tab-content ul {
  padding: 0%;
  margin: 0%;
}

body .regulatry_main .tabsbox .tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  border: 1px solid #f6a11c;
  margin-bottom: 15px;
}

body .regulatry_main .tabsbox .tab-content ul li h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0%;
}

body .regulatry_main .tabsbox .tab-content ul li img {
  max-width: 50px;
}

body .subsidiary_main {
  padding: 60px 30px;
}

body .subsidiary_main h2 {
  font-size: 26px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 25px;
}

body .subsidiary_main .sub-boxes ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

body .subsidiary_main .sub-boxes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c4c4c4;
  padding: 25px;
  margin-bottom: 35px;
}

body .subsidiary_main .sub-boxes ul li:last-child {
  margin-bottom: 0px;
}

body .subsidiary_main .sub-boxes ul li img {
  max-width: 180px;
}

body .subsidiary_main .sub-boxes ul li .textbox {
  margin-left: 40px;
}

body .subsidiary_main .sub-boxes ul li .textbox h4 {
  font-size: 21px;
  font-weight: 700;
}

body .subsidiary_main .sub-boxes ul li .textbox p {
  font-size: 16px;
  font-weight: 400;
}

body .subsidiary_main .right-box-vission {
  margin-left: 50px;
}

body .subsidiary_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .subsidiary_main .right-box-vission .Services_box {
  border: 2px solid #c9c9c9;
  background-image: url("../images/bg-img-dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 15px;
}

body .subsidiary_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .subsidiary_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .subsidiary_main .right-box-vission .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .subsidiary_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
}

body .subsidiary_main .right-box-vission .Services_box ul li::marker {
  font-size: 19px;
}

body .subsidiary_main .right-box-vission h4 {
  margin: 60px 0px 20px 0px;
}

body .subsidiary_main .right-box-vission .vission_slider {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

body .subsidiary_main .right-box-vission .vission_slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .subsidiary_main .right-box-vission .vission_slider .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .subsidiary_main .right-box-vission .vission_slider .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .cjdarcl_main {
  padding: 80px 30px 50px 30px;
}

body .cjdarcl_main h2 {
  font-size: 26px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 0px;
}

body .cjdarcl_main .richbox {
  margin: 25px 0px 30px 20px;
}

body .cjdarcl_main .richbox h3 {
  font-size: 22px;
  font-weight: 700;
}

body .cjdarcl_main .richbox p {
  font-size: 16px;
  margin: 10px 0px;
}

body .cjdarcl_main .richbox ul {
  list-style: circle;
  padding-left: 21px;
}

body .cjdarcl_main .richbox ul li {
  font-size: 16px;
  font-weight: 700;
}

body .cjdarcl_main .richbox ul li::marker {
  font-size: 18px;
}

body .cjdarcl_main .richbox-2 {
  margin: 40px 0px 40px 20px;
}

body .cjdarcl_main .slidercj {
  margin: 25px 0px;
}

body .cjdarcl_main .slidercj img {
  width: 100%;
}

body .cjdarcl_main .hovercj {
  margin: 50px 0px;
}

body .cjdarcl_main .hovercj h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0%;
  margin-left: 20px;
}

body .cjdarcl_main .hovercj p {
  font-size: 16px;
  margin: 5px 0px 20px 0px;
  font-weight: 500;
  margin-left: 20px;
}

body .cjdarcl_main .hovercj ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  margin: 0%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

body .cjdarcl_main .hovercj ul li {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 18%;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body .cjdarcl_main .hovercj ul li h1 {
  font-size: 46px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  color: #848484;
  margin-bottom: 12px;
  text-shadow: 2px 2px transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body .cjdarcl_main .hovercj ul li .million {
  font-size: 34px;
}

body .cjdarcl_main .hovercj ul li p {
  font-size: 18px;
  color: #ababab;
  margin: 0px;
  line-height: 21px;
  text-transform: uppercase;
}

body .cjdarcl_main .hovercj ul li p span {
  display: block;
}

body .cjdarcl_main .hovercj ul li:hover {
  border: 2px solid #ea991b;
}

body .cjdarcl_main .hovercj ul li:hover h1 {
  color: #050505;
  text-shadow: 3px -3px 3px #bfbfbf;
}

body .cjdarcl_main .hovercj ul .a::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .b::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .c::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .d::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 101%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .e::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 2px;
  height: 50px;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .j::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .i::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .i::after {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 2px;
  height: 50px;
  top: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .h::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 50px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .h::after {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 2px;
  height: 50px;
  top: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .g::after {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 2px;
  height: 50px;
  top: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .f::after {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 2px;
  height: 50px;
  top: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
  z-index: -2;
}

body .cjdarcl_main .hovercj ul .g::before {
  position: absolute;
  content: '';
  background-color: #ea991b;
  width: 80px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: -2;
}

body .cjdarcl_main .fleet-box {
  margin: 30px 0px;
  background-image: url("../images/fleet-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 20px;
}

body .cjdarcl_main .fleet-box h3 {
  font-size: 22px;
  font-weight: 700;
}

body .cjdarcl_main .fleet-box p {
  font-size: 16px;
  margin: 10px 0px 15px 0px;
  font-weight: 500;
}

body .cjdarcl_main .fleet-box ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .cjdarcl_main .fleet-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .cjdarcl_main .fleet-box ul li img {
/*   max-width: 85px;
	width: 85px; */
	max-height: 45px;
  margin-right: 15px;
}

body .cjdarcl_main .fleet-box ul li p {
  font-size: 14px;
  font-weight: 700;
  width: 50%;
  line-height: 18px;
}

body .cjdarcl_main .right-box-vission {
  margin-left: 50px;
}

body .cjdarcl_main .right-box-vission h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 60px 0px 20px 0px;
}

body .cjdarcl_main .right-box-vission .Services_box {
  border: 2px solid #c9c9c9;
  background-image: url("../images/bg-img-dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 15px;
}

body .cjdarcl_main .right-box-vission .Services_box p {
  margin: 0px 0px 15px 15px;
}

body .cjdarcl_main .right-box-vission .Services_box ul {
  list-style-type: circle;
  margin: 0px;
}

body .cjdarcl_main .right-box-vission .Services_box ul li:last-child {
  margin-bottom: 0px;
}

body .cjdarcl_main .right-box-vission .Services_box ul li {
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
  margin-bottom: 8px;
}

body .cjdarcl_main .right-box-vission .Services_box ul li::marker {
  font-size: 19px;
}

body .cjdarcl_main .right-box-vission h4 {
  margin: 60px 0px 20px 0px;
}

body .cjdarcl_main .right-box-vission .vission_slider {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

body .cjdarcl_main .right-box-vission .vission_slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -20px;
}

body .cjdarcl_main .right-box-vission .vission_slider .owl-dots button {
  background-color: #f2f2f2;
  height: 3px;
  width: 40px;
  margin: 0 3px;
}

body .cjdarcl_main .right-box-vission .vission_slider .owl-dots button.active {
  background-color: #f6a11c;
  height: 5px;
}

body .cj_slider {
  background-image: url("../images/cj-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 30px 30px !important;
  margin: 0px 30px;
  position: relative;
}

body .cj_slider h2 {
  font-family: 'Noto Sans', sans-serif;
}

body .cj_slider .car-img {
  width: 75px;
  margin-bottom: 41px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-items: center; */
  position: absolute;
  top: 14px;
  left: 15.5%;
  z-index: 100;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1000;
  border-radius: 7px;
  background-image: url("../images/cj-slider-bg.png");
}

body .cj_slider .cd-horizontal-timeline .events-wrapper {
  left: -8%;
}

body .cj_slider .cd-horizontal-timeline .filling-line {
  background-color: transparent;
}

body .cj_slider .cd-horizontal-timeline .events {
  position: relative;
  border: none !important;
  background-color: transparent !important;
}

body .cj_slider .cd-horizontal-timeline .events::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  left: 32%;
  border: 2px solid #e2e2e2;
  padding: 3px;
  border-radius: 35px;
  width: 85%;
}

body .cj_slider .cd-horizontal-timeline .events a::after {
  bottom: -10%;
}

body .cj_slider .arrow-btn {
  position: absolute;
  right: 2%;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
}

body .cj_slider .arrow-btn .fa-solid {
  font-size: 21px;
  cursor: pointer;
}

body .cj_slider .cd-horizontal-timeline .events-content {
  width: 91%;
}

body .cj_slider .arrow-a i {
  color: #929292;
}

body .cj_slider .arrow-b i {
  color: #929292;
}

body .cj_slider .active i {
  color: #211d1f;
}

body .cj_slider .li-1 {
  font-size: 0px;
}

body .cj_slider .d-show {
  display: block !important;
}

body .cj_slider .cd-horizontal-timeline .events a.selected::after {
  background-color: #fff !important;
}

body .cj_slider .i1986 {
  opacity: 0;
}

body .cj_slider .car-img {
  top: 12px;
  left: 0.5%;
}

body .cj_slider .car-img .circlebox {
  width: 72px;
  height: 72px;
  border: 3px solid #006aa6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: -3px 3px 4px #bdbdbd;
          box-shadow: -3px 3px 4px #bdbdbd;
}

body .cj_slider .car-img .circlebox h4 {
  color: #3296ce;
  margin: 0%;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 18px;
  text-shadow: -2px 2px 3px #b9b9b9;
  margin-top: 3px;
}

body .cj_slider .car-img-3 {
  left: 11.5%;
}

body .cj_slider .car-img-4 {
  left: 25.5%;
}

body .cj_slider .red-a-dot {
  left: 30.5%;
}

body .cj_slider .red-a-dot-1 {
  left: 34.5%;
}

body .cj_slider .car-img-5 {
  left: 41.5%;
}

body .cj_slider .red-a-dot-2 {
  left: 46.5%;
}

body .cj_slider .car-img-6 {
  left: 54.5%;
}

body .cj_slider .red-a-dot-3 {
  left: 61.5%;
}

body .cj_slider .car-img-7 {
  left: 70.5%;
}

body .cj_slider .car-img-8 {
  left: 81.5%;
}

body .cj_slider .start {
  left: 0.5%;
}

body .cj_slider .demo-slide-history {
  position: relative;
}

body .cj_slider .logo-slider-medal {
  position: absolute;
  top: -5%;
  right: 0%;
}

body .cj_slider .logo-slider-medal img {
  max-width: 90px;
}

body .cj_slider h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

body .cj_slider .cd-horizontal-timeline .events-content li {
  padding: 0px 20px;
}

body .cj_slider .cd-horizontal-timeline .events-content ol::after {
  display: none;
}

body .cj_slider .cd-horizontal-timeline .events-content p {
  font-size: 18px;
  margin-left: 20px;
}

body .cj_slider .cd-horizontal-timeline .events-content li.selected {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .cj_slider .cd-horizontal-timeline .events-content ol {
  padding: 15px 0px;
}

body .cj_slider .cd-horizontal-timeline .events-content h2 {
  font-size: 24px;
  color: #007cc2;
  margin-top: 2px;
}

body .cj_slider .cd-horizontal-timeline .events-content {
  margin: 30px 0px 0px 0px;
  border: 2px solid #e2e2e2;
}

body .cj_slider .cd-horizontal-timeline .events {
  max-width: 1400px;
  width: 100%;
  background-color: #fff;
  left: -25%;
  border: 2px solid #e2e2e2;
  padding: 3px;
  border-radius: 35px;
}

body .cj_slider .cd-horizontal-timeline .events a {
  color: #000;
  font-size: 18px;
}

body .cj_slider .cd-horizontal-timeline .events a::after {
  border: 3px solid #007cc2;
  padding: 5px;
  bottom: -10px;
}

body .cj_slider .cd-horizontal-timeline .events .a2020::after {
  bottom: -15%;
}

body .cj_slider .cd-horizontal-timeline .events .a2016::after {
  bottom: -6px;
}

body .cj_slider .cd-horizontal-timeline .events .a2015::after {
  bottom: 56px !important;
}

body .cj_slider .cd-horizontal-timeline .events ol li:nth-child(2n) a::after {
  bottom: 52px;
}

body .cj_slider .li-3 {
  position: relative;
}

body .cj_slider .li-3 .dot-a {
  position: absolute;
  content: '';
  top: -6px;
  left: 61%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_slider .li-3 .dot-b {
  position: absolute;
  content: '';
  top: -6px;
  left: 65%;
  background-color: #fff;
  border: 3px solid #f6a11c;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_slider .li-4 {
  position: relative;
}

body .cj_slider .li-4 a {
  left: 960px !important;
}

body .cj_slider .li-4 .dot-a {
  position: absolute;
  content: '';
  top: -6px;
  left: 77%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_slider .li-5 {
  position: relative;
}

body .cj_slider .li-5 a {
  left: 1140px !important;
}

body .cj_slider .li-5 .dot-a {
  position: absolute;
  content: '';
  top: -6px;
  left: 92%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_slider .li-6 a {
  left: 1380px !important;
}

body .cj_slider .li-7 a {
  left: 1530px !important;
}

body .cj_slider .disable {
  pointer-events: none;
}

body .cj_slider .dot-text a {
  opacity: 1 !important;
}

body .cj_slider .dot-text .op {
  opacity: 0 !important;
}

body .cj_slider .a2021::after {
  bottom: 56px !important;
}

body .cj_slider .anchor {
  opacity: 1 !important;
}

body .cj_slider .part-a-2019 {
  display: none;
}

body .cj_slider .part-b-2019 {
  display: none;
}

body .cj_slider .part-b-2019 p {
  color: #f6a11c !important;
}

body .cj_slider .part-a-2018 {
  display: none;
}

body .cj_slider .part-a-2017 {
  display: none;
}

body .cj_slider .cd-horizontal-timeline .events-content li.selected {
  display: block !important;
}

body .cj_slider .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .cj_slider .show-one {
  display: block !important;
}

body .cj_slider .show-one p {
  color: #e83036;
  margin-left: 90px !important;
}

body .cj_slider .hide-me {
  display: none !important;
}

body .slider-postion {
  display: none;
}

body .show-left {
  display: block;
}

body .hide-right {
  display: none;
}

body .modal {
  top: 15%;
}

body .modal .btn-close {
  background-image: url("../images/X.png");
  background-size: 70%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .modal .modal-dialog {
  max-width: 850px;
}

body .modal .modal-dialog .modal-content {
  background-color: #dfdfe0;
}

body .modal .modal-dialog .modal-content .modal-header {
  padding: 20px 25px 15px 25px;
}

body .modal .modal-dialog .modal-content .modal-body {
  padding: 0px 50px 50px 50px;
}

body .modal .modal-dialog .modal-content .modal-body .form h2 {
  font-size: 21px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

body .modal .modal-dialog .modal-content .modal-body .formbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

body .modal .modal-dialog .modal-content .modal-body .formbox h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

body .modal .modal-dialog .modal-content .modal-body .formbox input {
  width: 80%;
  border: none;
  padding: 10px;
  outline: none;
}

body .modal .modal-dialog .modal-content .modal-body .formbox .dropdown {
  width: 80%;
  text-align: end;
}

body .modal .modal-dialog .modal-content .modal-body .formbox .dropdown button {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

body .modal .modal-dialog .modal-content .modal-body .formbox .dropdown button::before {
  position: absolute;
  background-image: url(../images/become-partner-img.png);
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

body .modal .modal-dialog .modal-content .modal-body .btn-submit {
  background-color: #e7494e;
  font-family: "Cj-Text";
	text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
  border: none;
  display: block;
  margin: auto;
  padding: 8px 25px;
  margin: 60px auto 0px auto;
}

body .modal .modal-dialog .dropdown-menu.show {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0px;
}

body .modal-backdrop.show {
  opacity: .8;
}

body .corparte_funds {
  background-color: #fff;
}

body .corparte_funds .bod-row .box:hover .text-overlay-inside-2 {
  opacity: 1;
}

body .corparte_funds .bod-row-2 {
  width: 50%;
}

body .corparte_funds .bod-row-2 .box {
  width: 48%;
}

body .color-bod {
  background-color: #f2f2f2;
}

body .color-bod .bod-row .box:hover .text-overlay-inside-2 {
  opacity: 1;
}

body .investor_main .tabsbox .nav-tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .investor_main .tabsbox .nav-tabs button {
  margin: 0px 8px 15px;
}

body .investor_main .tabsbox h1 {
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 28px;
  color: #007cc2;
  margin-bottom: 25px;
}

body .contact_dropdown {
  padding: 70px 30px;
}

body .contact_dropdown .selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .contact_dropdown .selectBox .dropdown {
  width: 49%;
}

body .contact_dropdown .selectBox .dropdown button {
  background: #f4f4f4;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 15px 25px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  font-family: 'Noto Sans', sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .contact_dropdown .selectBox .dropdown .btn2 {
  font-weight: 400;
  color: #007cc2;
}

body .contact_dropdown .selectBox .dropdown .dropdown-menu.show {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border: none;
  margin-top: -2px !important;
  padding: 0px 15px;
  font-family: 'Noto Sans', sans-serif;
}

body .contact_dropdown .selectBox .dropdown .btn-secondary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .contact_dropdown .selectBox .dropdown .dropdown-toggle::after {
  background-image: url(../images/drop-down-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}

body .contact_dropdown .selectBox .dropdown .dropdown-item:focus,
body .contact_dropdown .selectBox .dropdown .dropdown-item:hover {
  background-color: #1f88c1;
  color: #fff;
}

body .contact_dropdown .agartala {
  border: 1px solid #000;
  padding: 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*   background-image: url("../../assets/images/dot-contactbg.png"); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-top: 50px;
}

body .contact_dropdown .agartala .leftText {
  width: 50%;
}

body .contact_dropdown .agartala .leftText h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0px;
  position: relative;
}

body .contact_dropdown .agartala .leftText h2::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 1px;
  background-color: #000;
  bottom: -10px;
  left: 0px;
}

body .contact_dropdown .agartala .rightText {
  width: 50%;
}

body .contact_dropdown .agartala .rightText h3 {
  font-size: 24px;
  font-weight: 700;
}

body .contact_dropdown .agartala .rightText p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

body .contact_form {
  background-image: url("../../assets/images/bannerform.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px;
}

body .contact_form .form_box {
  background-color: #fff;
  padding: 60px 50px;
}

body .contact_form .form_box p {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  text-transform: uppercase;
}

body .contact_form .form_box h3 {
  font-size: 40px;
  font-family: "Cj-Text";
	text-transform: uppercase;
  margin-bottom: 20px;
}

body .contact_form .form_box form textarea,
body .contact_form .form_box form input {
  border: 1px solid #221e1f;
  padding: 12px 18px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  outline: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .contact_form .form_box form textarea::-webkit-input-placeholder,
body .contact_form .form_box form input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 13px;
}

body .contact_form .form_box form textarea:-ms-input-placeholder,
body .contact_form .form_box form input:-ms-input-placeholder {
  color: #9a9a9a;
  font-size: 13px;
}

body .contact_form .form_box form textarea::-ms-input-placeholder,
body .contact_form .form_box form input::-ms-input-placeholder {
  color: #9a9a9a;
  font-size: 13px;
}

body .contact_form .form_box form textarea::placeholder,
body .contact_form .form_box form input::placeholder {
  color: #9a9a9a;
  font-size: 13px;
}

body .contact_form .form_box form .formgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .contact_form .form_box form .formgroup input {
  border: 1px solid #221e1f;
  padding: 12px 18px;
  width: 49%;
  font-size: 15px;
}

body .contact_form .form_box form .formgroup input::-webkit-input-placeholder {
  color: #9a9a9a;
}

body .contact_form .form_box form .formgroup input:-ms-input-placeholder {
  color: #9a9a9a;
}

body .contact_form .form_box form .formgroup input::-ms-input-placeholder {
  color: #9a9a9a;
}

body .contact_form .form_box form .formgroup input::placeholder {
  color: #9a9a9a;
}

body .contact_form .form_box form button {
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2592ce;
  padding: 12px;
  min-width: 180px;
  background-color: transparent;
  margin-top: 15px;
}

body .contact_form .registerbox {
  margin-left: 15px;
}

body .contact_form .registerbox .call_now {
  background-color: rgba(53, 95, 115, 0.7);
  padding: 35px 30px;
  width: 80%;
  margin: 0px auto 40px auto;
  text-align: center;
}

body .contact_form .registerbox .call_now p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

body .contact_form .registerbox .call_now a {
  /*font-family: "Cj-Text";*/
	text-transform: uppercase;
  font-size: 28px;
  color: #fff;
}

body .contact_form .registerbox .headoffice {
  padding: 60px 10px;
  background-color: rgba(237, 236, 238, 0.9);
}

body .contact_form .registerbox .headoffice ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body .contact_form .registerbox .headoffice ul li {
  text-align: center;
  margin-bottom: 30px;
}

body .contact_form .registerbox .headoffice ul li:nth-child(2) {
  margin-bottom: 0px;
}

body .contact_form .registerbox .headoffice ul li h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

body .contact_form .registerbox .headoffice ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

body .contact_form .registerbox .headoffice ul li p span {
  display: block;
}

body .map-box iframe {
  width: 100%;
  height: 500px;
}

body .partner {
  padding: 60px 30px 40px 30px;
}

body .partner p {
  margin: 0px;
  color: #000;
}

body .partner .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

body .partner .formGroup p {
  font-size: 18px;
  font-weight: 700;
  width: 20%;
}

body .partner .formGroup input {
  width: 80%;
  border: none;
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 18px;
  outline: none;
}

body .partner .dropdown {
  width: 80%;
}

body .partner .dropdown button {
  background: #eff9ff;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 10px 16px;
  color: #647b88;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  font-family: 'Noto Sans', sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 44px;
}

body .partner .dropdown .dropdown-menu.show {
  display: block;
  width: 100%;
  background: #eff9ff;
  border: none;
  margin-top: -2px !important;
  padding: 0px 15px;
  font-family: 'Noto Sans', sans-serif;
}

body .partner .dropdown .btn-secondary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .partner .dropdown .dropdown-toggle::after {
  background-image: url("../images/arrow-dropdown.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

body .partner .dropdown .dropdown-item:focus,
body .partner .dropdown .dropdown-item:hover {
  background-color: #1f88c1;
  color: #fff;
}

body .partner .boxOne {
  padding: 0px 20px;
}

body .partner .boxOne h2 {
  font-family: "Cj-text";
  font-size: 23px;
	text-transform: uppercase;
	line-height: 35px
}

body .partner .boxOne .formBox1 {
  margin: 60px 0px;
}

body .partner .boxOne .reachout {
  padding: 50px 0px;
  border-top: 1px solid #8c8c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .partner .boxOne .reachout p {
  font-size: 18px;
  font-weight: 700;
  width: 20%;
}

body .partner .formBox2 {
  padding: 60px 35px;
  border: 1px solid #8c8c8c;
}

body .partner .formBox2 .dropbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

body .partner .formBox2 .dropbox p {
  font-size: 18px;
  font-weight: 700;
  width: 20%;
}

body .partner .formBox2 .formGroup input {
  background-color: #eff9ff;
}

body .partner .formBox2 .btn-box {
  width: 80%;
  margin-left: auto;
}

body .partner .formBox2 .btn-box .submit {
  background-color: #eb4d52;
  color: #ffffff;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 15px;
  padding: 12px 6px;
  text-align: center;
  margin-top: 25px;
  width: 180px;
  border: none;
}

body .partner .formBox2 .twodropwdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .partner .formBox2 .twodropwdown .dropbox {
  width: 48%;
}

body .partner .formBox2 .twodropwdown .dropbox .dropdown {
  width: 58%;
}

body .partner .bottom_p {
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0px 0px 25px;
  width: 80%;
}

body .careers {
  padding: 50px 30px;
}

body .careers h2 {
  margin-bottom: 20px;
}

body .careers .textleft {
  width: 90%;
}

body .careers .textleft p {
  font-size: 16px;
  margin: 0px;
  line-height: 30px;
}

body .careers .textleft .ul-box {
  margin: 30px 0px;
  background-color: #f4f4f4;
  padding: 30px 30px 30px 0px;
}

body .careers .textleft .ul-box ul {
  list-style-type: circle;
  margin: 0px;
}

body .careers .textleft .ul-box ul li {
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

body .careers .textleft .ul-box ul li:last-child {
  margin-bottom: 0px;
}

body .careers .textleft .ul-box ul li::marker {
  font-size: 18px;
  color: #444444;
}

body .careers .form-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

body .careers .form-box form textarea, body .careers .form-box form input {
  padding: 8px 18px;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ced4da;
  font-size: 16px;
  color: #495057;
  margin-bottom: 15px;
}

body .careers .form-box form textarea::-webkit-input-placeholder, body .careers .form-box form input::-webkit-input-placeholder {
  color: #495057;
  font-size: 15px;
}

body .careers .form-box form textarea:-ms-input-placeholder, body .careers .form-box form input:-ms-input-placeholder {
  color: #495057;
  font-size: 15px;
}

body .careers .form-box form textarea::-ms-input-placeholder, body .careers .form-box form input::-ms-input-placeholder {
  color: #495057;
  font-size: 15px;
}

body .careers .form-box form textarea::placeholder, body .careers .form-box form input::placeholder {
  color: #495057;
  font-size: 15px;
}

body .careers .form-box form .upload input {
  border: none;
  padding: 0px;
}

body .careers .form-box form .upload label {
  margin-bottom: 5px;
}

body .careers .form-box form a {
  background: #0784C7;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px 20px;
  display: inline-block;
}

@media (max-width: 1600px) {
  body .cj_slider .cd-horizontal-timeline .events a {
    font-size: 16px;
  }
  body .cj_slider .logo-slider-medal {
    right: -2%;
  }
  body .cj_slider .car-img {
    left: 1.5%;
  }
  body .cj_slider .car-img-3 {
    left: 10.5%;
  }
  body .cj_slider .car-img-4 {
    left: 18.5%;
  }
  body .cj_slider .red-a-dot {
    left: 25.5%;
  }
  body .cj_slider .red-a-dot-1 {
    left: 32.5%;
  }
  body .cj_slider .car-img-5 {
    left: 39.5%;
  }
  body .cj_slider .red-a-dot-2 {
    left: 46.5%;
  }
  body .cj_slider .car-img-6 {
    left: 55.5%;
  }
  body .cj_slider .red-a-dot-3 {
    left: 63.5%;
  }
  body .cj_slider .car-img-7 {
    left: 70.5%;
  }
  body .cj_slider .car-img-8 {
    left: 83.5%;
  }
  body .cj_slider .li-1 a {
    left: 356px !important;
  }
  body .cj_slider .li-3 .dot-a {
    left: 43%;
  }
  body .cj_slider .li-3 .dot-b {
    left: 48%;
  }
  body .cj_slider .li-4 a {
    left: 710px !important;
  }
  body .cj_slider .li-4 .dot-a {
    left: 59%;
  }
  body .cj_slider .li-5 a {
    left: 880px !important;
  }
  body .cj_slider .li-5 .dot-a {
    left: 71%;
  }
  body .cj_slider .li-2 a {
    left: 440px !important;
  }
  body .cj_slider .li-3 a {
    left: 495px !important;
  }
  body .cj_slider .li-6 a {
    left: 1064px !important;
  }
  body .cj_slider .li-7 a {
    left: 1205px !important;
  }
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25%;
    width: 67%;
  }
}

@media (max-width: 1536px) {
  body .navbar .navbar-collapse .nav-link {
    font-size: 14px;
  }
  body .about .flex_box ul li {
    padding: 0 25px;
    min-width: 185px;
  }
  body .award .slider_box .owl-carousel .item .box h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  body .bod {
    zoom: 80%;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a {
    height: 200px;
  }
  body .regulatry_main .tabsbox .tab-content ul li h3 {
    font-size: 24px;
  }
  body .regulatry_main .tabsbox h2 {
    font-size: 22px;
  }
  body .regulatry_main .tabsbox .nav-tabs button {
    min-width: 130px;
    font-size: 18px;
  }
  body .cjdarcl_main .hovercj ul {
    width: 95%;
  }
  body .cjdarcl_main .hovercj ul li {
    padding: 30px 5px;
  }
  body .cjdarcl_main .hovercj ul li h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  body .cjdarcl_main .hovercj ul li p {
    font-size: 16px;
  }
  body .cjdarcl_main .hovercj ul li .million {
    font-size: 24px;
  }
  body .cj_slider .cd-horizontal-timeline .events a {
    font-size: 16px;
  }
  body .cj_slider .logo-slider-medal {
    right: -2%;
  }
  body .cj_slider .car-img-4 {
    left: 20.5%;
  }
  body .cj_slider .red-a-dot {
    left: 27.5%;
  }
  body .cj_slider .red-a-dot-1 {
    left: 34.5%;
  }
  body .cj_slider .car-img-5 {
    left: 42.5%;
  }
  body .cj_slider .red-a-dot-2 {
    left: 51.5%;
  }
  body .cj_slider .car-img-6 {
    left: 60.5%;
  }
  body .cj_slider .red-a-dot-3 {
    left: 67.5%;
  }
  body .cj_slider .car-img-7 {
    left: 76.5%;
  }
  body .cj_slider .car-img-8 {
    left: 83.5%;
  }
  body .cj_slider .li-3 .dot-a {
    left: 46%;
  }
  body .cj_slider .li-3 .dot-b {
    left: 52%;
  }
  body .cj_slider .li-4 a {
    left: 710px !important;
  }
  body .cj_slider .li-4 .dot-a {
    left: 65%;
  }
  body .cj_slider .li-5 a {
    left: 880px !important;
  }
  body .cj_slider .li-5 .dot-a {
    left: 78%;
  }
  body .cj_slider .li-2 a {
    left: 440px !important;
  }
  body .cj_slider .li-3 a {
    left: 495px !important;
  }
  body .cj_slider .li-6 a {
    left: 1064px !important;
  }
  body .cj_slider .li-7 a {
    left: 1140px !important;
  }
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25%;
    width: 67%;
  }
}

@media (max-width: 1440px) {
  body .cj_slider .car-img .circlebox {
    width: 65px;
    height: 65px;
  }
  body .cj_slider .car-img-4 {
    left: 18.5%;
  }
  body .cj_slider .red-a-dot {
    left: 25.5%;
  }
  body .cj_slider .red-a-dot-1 {
    left: 33.5%;
  }
  body .cj_slider .car-img-5 {
    left: 41.5%;
  }
  body .cj_slider .red-a-dot-2 {
    left: 49.5%;
  }
  body .cj_slider .car-img-6 {
    left: 57.5%;
  }
  body .cj_slider .red-a-dot-3 {
    left: 65.5%;
  }
  body .cj_slider .car-img-7 {
    left: 74.5%;
  }
  body .cj_slider .car-img-8 {
    left: 83.5%;
  }
  body .cj_slider .cd-horizontal-timeline .events a {
    font-size: 16px;
  }
  body .cj_slider .logo-slider-medal {
    right: -3%;
  }
  body .cj_slider .logo-slider-medal img {
    max-width: 70px;
  }
  body .cj_slider .li-1 a {
    left: 310px !important;
  }
  body .cj_slider .li-2 a {
    left: 395px !important;
  }
  body .cj_slider .li-3 a {
    left: 435px !important;
  }
  body .cj_slider .li-3 .dot-a {
    left: 44%;
  }
  body .cj_slider .li-3 .dot-b {
    left: 50%;
  }
  body .cj_slider .li-4 a {
    left: 650px !important;
  }
  body .cj_slider .li-4 .dot-a {
    left: 62%;
  }
  body .cj_slider .li-5 a {
    left: 788px !important;
  }
  body .cj_slider .li-5 .dot-a {
    left: 74% !important;
  }
  body .cj_slider .li-6 a {
    left: 971px !important;
  }
  body .cj_slider .li-7 a {
    left: 1055px !important;
  }
}

@media (max-width: 1399px) {
  body .contact_banner,
  body .banner_inverstor,
  body .cj-banner,
  body .subsidiary-banner,
  body .banner-regulatry,
  body .banner-gdpr,
  body .banner_house,
  body .banner_leader,
  body .banner-media,
  body .banner-fmcg,
  body .banner-awards,
  body .banner-history,
  body .banner-blog,
  body .banner-bod,
  body .banner-vision,
  body .banner-frieght,
  body .banner-track,
  body .banner-vision {
    min-height: 500px;
  }
  body .navbar .navbar-collapse .nav-link {
    padding: 0px 12px;
  }
  body .design .services {
    height: 500px;
  }
  body .design .services .list li:hover .box h6 {
    font-size: 16px;
  }
  body .design .services .list li:hover .box p {
    font-size: 11px;
    margin: 10px 0 30px;
  }
  body .about .flex_box .text_box p {
    font-size: 10px;
  }
  body .about .flex_box ul li {
    font-size: 32px;
    min-width: 165px;
  }
  body .about .flex_box ul li span {
    font-size: 12px;
  }
  body .media .slider_box .owl-carousel .item .box .img_box span {
    min-width: 100px;
    font-size: 11px;
    padding: 3px 10px;
  }
  body .media .slider_box .owl-carousel .item .box .text_box {
    padding: 20px 20px 30px 20px;
  }
  body .media .slider_box .owl-carousel .item .box .text_box p {
    font-size: 12px;
  }
  body .award .slider_box .owl-carousel .item .box h5 {
    font-size: 14px;
    max-height: 42px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  body .award .slider_box .owl-carousel .item .box p {
    font-size: 12px;
  }
  body footer .inner h6 {
    font-size: 16px;
  }
  body footer .inner ul li a {
    font-size: 12px;
    line-height: 22px;
  }
  body footer .footer_btm {
    font-size: 12px;
    padding: 5px 10px;
  }
  body .track_main .right-box-truck {
    margin-left: 10px;
  }
  body .track_main .right-box-truck .Services_box {
    padding: 25px 10px;
  }
  body .track_main .new-aircargo .customer-service ul li span .spane-me2 {
    display: inline;
  }
  body .vission_main .right-box-vission {
    margin-left: 10px;
  }
  body .vission_main .right-box-vission .Services_box {
    padding: 25px 10px;
  }
  body .history_main .right-box-vission {
    margin-left: 10px;
  }
  body .history_main .right-box-vission .Services_box {
    padding: 25px 10px;
  }
  body .blog_main .right-box-vission {
    margin-left: 0px;
  }
  body .media_main .right {
    margin-left: 0px;
  }
  body .house_main .right {
    margin-left: 10px;
  }
  body .house_main .Services_box {
    padding: 25px 10px;
  }
  body .regulatry_main .tabsbox .tab-content ul li h3 {
    font-size: 24px;
  }
  body .regulatry_main .tabsbox h2 {
    font-size: 22px;
  }
  body .regulatry_main .tabsbox .nav-tabs button {
    min-width: 90px;
    font-size: 16px;
  }
  body .subsidiary_main {
    padding: 60px 30px;
  }
  body .subsidiary_main .sub-boxes ul li .textbox p {
    font-size: 15px;
  }
  body .subsidiary_main .right-box-vission {
    margin-left: 10px;
  }
  body .subsidiary_main .right-box-vission .Services_box {
    padding: 25px 10px;
  }
  body .awrads_main .awards_box h2 {
    font-size: 21px;
  }
  body .awrads_main .awards_box .view-btn {
    margin-top: 10px;
  }
  body .awrads_main .awards_box ul li p {
    font-size: 16px;
  }
  body .awrads_main .right-box-vission {
    margin-left: 10px;
  }
  body .awrads_main .right-box-vission .Services_box {
    padding: 25px 10px;
  }
  body .cjdarcl_main .right-box-vission {
    margin-left: 10px;
  }
  body .cjdarcl_main .right-box-vission .Services_box {
    padding: 25px 10px;
  }
  body .cj_slider .car-img {
    left: -0.6%;
  }
  body .cj_slider .car-img .circlebox {
    width: 65px;
    height: 65px;
  }
  body .cj_slider .red-a-dot-1 {
    left: 32.5% !important;
  }
  body .cj_slider .car-img-3 {
    left: 8.5%;
  }
  body .cj_slider .car-img-4 {
    left: 18.5%;
  }
  body .cj_slider .red-a-dot {
    left: 25.5%;
  }
  body .cj_slider .car-img-5 {
    left: 41.5%;
  }
  body .cj_slider .red-a-dot-2 {
    left: 48.5%;
  }
  body .cj_slider .car-img-6 {
    left: 57.5%;
  }
  body .cj_slider .red-a-dot-3 {
    left: 63.5%;
  }
  body .cj_slider .car-img-7 {
    left: 74.5%;
  }
  body .cj_slider .car-img-8 {
    left: 85.5%;
  }
  body .cj_slider .cd-horizontal-timeline .events a {
    font-size: 16px;
  }
  body .cj_slider .logo-slider-medal {
    right: -3%;
  }
  body .cj_slider .logo-slider-medal img {
    max-width: 70px;
  }
  body .cj_slider .li-1 a {
    left: 285px !important;
  }
  body .cj_slider .li-2 a {
    left: 364px !important;
  }
  body .cj_slider .li-3 a {
    left: 415px !important;
  }
  body .cj_slider .li-3 .dot-a {
    left: 42%;
  }
  body .cj_slider .li-3 .dot-b {
    left: 48%;
  }
  body .cj_slider .li-4 a {
    left: 612px !important;
  }
  body .cj_slider .li-4 .dot-a {
    left: 59%;
  }
  body .cj_slider .li-5 a {
    left: 750px !important;
  }
  body .cj_slider .li-5 .dot-a {
    left: 71% !important;
  }
  body .cj_slider .li-6 a {
    left: 946px !important;
  }
  body .cj_slider .li-7 a {
    left: 1020px !important;
  }
  body .investor_main .tabsbox .nav-tabs {
    margin: 25px 0px 50px 0px;
  }
  body .investor_main .tabsbox h1 {
    font-size: 26px;
  }
  body .contact_form .registerbox .call_now a {
    font-size: 24px;
  }
  body .contact_form .registerbox .headoffice ul li p {
    font-size: 18px;
  }
  body .contact_form .registerbox .headoffice ul li p span {
    display: inline;
  }
  body .contact_form .registerbox .headoffice ul li:nth-child(2) p span {
    display: block;
  }
}

@media (max-width: 1366px) {
  body .cj_slider .car-img {
    left: -0.6%;
  }
  body .cj_slider .car-img .circlebox {
    width: 65px;
    height: 65px;
  }
  body .cj_slider .red-a-dot-1 {
    left: 32.5% !important;
  }
  body .cj_slider .car-img-3 {
    left: 8.5%;
  }
  body .cj_slider .car-img-4 {
    left: 18.5%;
  }
  body .cj_slider .red-a-dot {
    left: 26.5%;
  }
  body .cj_slider .car-img-5 {
    left: 39.5%;
  }
  body .cj_slider .red-a-dot-2 {
    left: 47.2%;
  }
  body .cj_slider .car-img-6 {
    left: 54.5%;
  }
  body .cj_slider .red-a-dot-3 {
    left: 63.5%;
  }
  body .cj_slider .car-img-7 {
    left: 72.5%;
  }
  body .cj_slider .car-img-8 {
    left: 82.5%;
  }
  body .cj_slider .cd-horizontal-timeline .events a {
    font-size: 16px;
  }
  body .cj_slider .logo-slider-medal {
    right: -3%;
  }
  body .cj_slider .logo-slider-medal img {
    max-width: 70px;
  }
  body .cj_slider .li-1 a {
    left: 285px !important;
  }
  body .cj_slider .li-2 a {
    left: 364px !important;
  }
  body .cj_slider .li-3 a {
    left: 415px !important;
  }
  body .cj_slider .li-3 .dot-a {
    left: 44%;
  }
  body .cj_slider .li-3 .dot-b {
    left: 49%;
  }
  body .cj_slider .li-4 a {
    left: 590px !important;
  }
  body .cj_slider .li-4 .dot-a {
    left: 59%;
  }
  body .cj_slider .li-5 a {
    left: 710px !important;
  }
  body .cj_slider .li-5 .dot-a {
    left: 71% !important;
  }
  body .cj_slider .li-6 a {
    left: 890px !important;
  }
  body .cj_slider .li-7 a {
    left: 980px !important;
  }
}

@media (max-width: 1280px) {
  body .bod .leader-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .bod .leader-row .box {
    margin: 0px 5px 45px 5px;
  }
  body .bod .bod-row .box {
    width: 32%;
  }
  body .bod-2 .bod-row-2 {
    width: 100%;
  }
}

@media (max-width: 1280px) and (min-width: 991px) {
  body .corparte_funds .bod-row-2 .bod-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .corparte_funds .bod-row-2 .bod-row .box {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  body .careers .textleft {
    width: 100%;
  }
  body .careers .textleft p {
    font-size: 15px;
    line-height: 26px;
  }
  body .partner .bottom_p {
    font-size: 15px;
  }
  body .partner .formGroup p {
    font-size: 16px;
  }
  body .partner .boxOne h2 {
    font-size: 21px;
  }
  body .partner .boxOne .reachout {
    padding: 40px 0px;
  }
  body .partner .boxOne .reachout p {
    font-size: 16px;
  }
  body .partner .boxOne .formBox1 {
    margin: 50px 0px;
  }
  body .partner .formBox2 .dropbox p {
    font-size: 16px;
  }
  body .navbar .search .search_box {
    right: -10px;
    top: 43px;
  }
  body .leader_title {
    margin-bottom: 40px;
  }
  body .leader_title h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body .leader_title .dropdown button {
    font-size: 16px;
    padding: 12px 22px;
  }
  body .timeline_box {
    display: none;
  }
  body .mob_slide {
    display: block;
  }
  body .text-logo-a {
    font-size: 21px !important;
  }
  body .text-logo-span {
    font-size: 24px !important;
  }
  body .service-p,
  body .service-p-1 {
    font-size: 16px;
  }
  body .service-p span,
  body .service-p-1 span {
    font-size: 18px;
  }
  body .service-p-1 {
    margin: 25px 0px 15px 0px;
  }
  body .heading .title {
    font-size: 18px !important;
  }
  body .heading .title span {
    font-size: 32px !important;
    margin-top: 12px !important;
  }
  body .heading .title span span {
    margin-top: 0px !important;
  }
  body .navbar .navbar-brand img {
    max-height: 35px;
  }
  body .navbar .navbar-collapse {
    margin-right: 60px;
  }
  body .navbar .navbar-collapse .dropdown-toggle::after {
    width: 8px;
    height: 8px;
  }
  body .navbar .navbar-collapse .nav-link {
    font-size: 12px;
    padding: 0px 8px;
  }
  body .navbar .search {
    padding: 5px;
  }
  body .navbar .search img {
    height: 15px;
  }
  body .navbar .hamburger {
    line-height: 35px;
  }
  body .navbar .hamburger .dropmenu {
    top: 55px;
  }
  body .banner .owl-carousel .item {
    padding: 150px 50px 100px;
  }
  body .banner .owl-carousel .item h2 {
    font-size: 24px;
  }
  body .contact_banner .text-banner-track,
  body .banner_inverstor .text-banner-track,
  body .cj-banner .text-banner-track,
  body .subsidiary-banner .text-banner-track,
  body .banner-regulatry .text-banner-track,
  body .banner-gdpr .text-banner-track,
  body .banner_house .text-banner-track,
  body .banner_leader .text-banner-track,
  body .banner-media .text-banner-track,
  body .banner-fmcg .text-banner-track,
  body .banner-awards .text-banner-track,
  body .banner-history .text-banner-track,
  body .banner-blog .text-banner-track,
  body .banner-bod .text-banner-track,
  body .banner-vision .text-banner-track,
  body .banner-frieght .text-banner-track,
  body .banner-track .text-banner-track,
  body .banner-vision .text-banner-track {
    padding: 0px 0px 40px 30px;
  }
  body .contact_banner .text-banner-track h2,
  body .banner_inverstor .text-banner-track h2,
  body .cj-banner .text-banner-track h2,
  body .subsidiary-banner .text-banner-track h2,
  body .banner-regulatry .text-banner-track h2,
  body .banner-gdpr .text-banner-track h2,
  body .banner_house .text-banner-track h2,
  body .banner_leader .text-banner-track h2,
  body .banner-media .text-banner-track h2,
  body .banner-fmcg .text-banner-track h2,
  body .banner-awards .text-banner-track h2,
  body .banner-history .text-banner-track h2,
  body .banner-blog .text-banner-track h2,
  body .banner-bod .text-banner-track h2,
  body .banner-vision .text-banner-track h2,
  body .banner-frieght .text-banner-track h2,
  body .banner-track .text-banner-track h2,
  body .banner-vision .text-banner-track h2 {
    font-size: 21px;
  }
  body .contact_banner .text_logo,
  body .banner_inverstor .text_logo,
  body .cj-banner .text_logo,
  body .subsidiary-banner .text_logo,
  body .banner-regulatry .text_logo,
  body .banner-gdpr .text_logo,
  body .banner_house .text_logo,
  body .banner_leader .text_logo,
  body .banner-media .text_logo,
  body .banner-fmcg .text_logo,
  body .banner-awards .text_logo,
  body .banner-history .text_logo,
  body .banner-blog .text_logo,
  body .banner-bod .text_logo,
  body .banner-vision .text_logo,
  body .banner-frieght .text_logo,
  body .banner-track .text_logo,
  body .banner-vision .text_logo {
    padding: 0px 30px 10px 0px;
  }
  body .contact_banner .text_logo h1,
  body .banner_inverstor .text_logo h1,
  body .cj-banner .text_logo h1,
  body .subsidiary-banner .text_logo h1,
  body .banner-regulatry .text_logo h1,
  body .banner-gdpr .text_logo h1,
  body .banner_house .text_logo h1,
  body .banner_leader .text_logo h1,
  body .banner-media .text_logo h1,
  body .banner-fmcg .text_logo h1,
  body .banner-awards .text_logo h1,
  body .banner-history .text_logo h1,
  body .banner-blog .text_logo h1,
  body .banner-bod .text_logo h1,
  body .banner-vision .text_logo h1,
  body .banner-frieght .text_logo h1,
  body .banner-track .text_logo h1,
  body .banner-vision .text_logo h1 {
    font-size: 24px;
  }
  body .contact_banner .text-banner-track,
  body .banner_inverstor .text-banner-track,
  body .cj-banner .text-banner-track,
  body .banner-regulatry .text-banner-track,
  body .banner-gdpr .text-banner-track,
  body .banner_house .text-banner-track,
  body .banner-media .text-banner-track {
    padding: 0px 0px 30px 30px;
  }
  body .contact_banner .text-banner-track h1,
  body .banner_inverstor .text-banner-track h1,
  body .cj-banner .text-banner-track h1,
  body .banner-regulatry .text-banner-track h1,
  body .banner-gdpr .text-banner-track h1,
  body .banner_house .text-banner-track h1,
  body .banner-media .text-banner-track h1 {
    font-size: 24px;
  }
  body .track_main {
    padding: 60px 30px 50px 30px;
  }
  body .track_main .text-logo-a {
    font-size: 21px;
  }
  body .track_main .text-logo-span {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 3px;
  }
  body .track_main .text-logo-light {
    font-size: 18px;
    font-weight: 400;
  }
  body .track_main .right-box-truck {
    margin-left: 0px;
  }
  body .track_main .right-box-truck .metal-box-1,
  body .track_main .right-box-truck .metal-box-2 {
    padding: 30px 24px;
  }
  body .track_main .right-box-truck .metal-box-1 h4,
  body .track_main .right-box-truck .metal-box-2 h4 {
    font-size: 16px;
  }
  body .track_main .right-box-truck h3 {
    font-size: 18px;
    margin: 35px 0px 20px 0px;
  }
  body .track_main .right-box-truck .Services_box p {
    font-size: 18px;
  }
  body .track_main .left-box-text {
    margin-right: 0px;
  }
  body .track_main .left-box-text p {
    margin: 20px 0px;
    font-size: 15px;
  }
  body .track_main .left-box-text h2 {
    font-size: 21px;
  }
  body .track_main .left-box-text .ul-box {
    padding: 20px 10px 20px 0px;
    margin-bottom: 25px;
  }
  body .track_main .left-box-text .ul-box h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  body .track_main .left-box-text .ul-box h2 .text-logo-span {
    font-size: 17px;
  }
  body .track_main .left-box-text .ul-box ul li {
    font-size: 15px;
  }
  body .track_main .left-box-text h3 {
    font-size: 15px;
  }
  body .vission_main {
    padding: 60px 30px 30px 30px;
  }
  body .vission_main .text-logo-a {
    font-size: 21px;
  }
  body .vission_main .text-logo-span {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 3px;
  }
  body .vission_main .text-logo-light {
    font-size: 18px;
    font-weight: 400;
  }
  body .vission_main .right-box-vission {
    margin-left: 0px;
  }
  body .vission_main .right-box-vission h3 {
    margin: 35px 0px 20px 0px;
  }
  body .vission_main .right-box-vission .vission_slider .owl-dots button {
    width: 20px;
  }
  body .vission_main .left-box-vission {
    margin-right: 0px;
  }
  body .vission_main .left-box-vission p {
    font-size: 15px;
  }
  body .vission_main .left-box-vission .vission-box p {
    font-size: 15px;
  }
  body .vission_main .left-box-vission .vission-box h3 {
    font-size: 16px;
  }
  body .blog_main {
    padding: 40px 20px 50px 20px;
  }
  body .blog_main .bolg-box ul li {
    width: 49%;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a {
    min-height: 175px;
    padding: 20px 10px;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a h4 {
    font-size: 15px;
    height: auto;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a p {
    font-size: 14px;
    line-height: 18px;
  }
  body .blog_main .text-logo-a {
    font-size: 21px;
  }
  body .blog_main .text-logo-span {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 3px;
  }
  body .blog_main .text-logo-light {
    font-size: 18px;
    font-weight: 400;
  }
  body .blog_main .right-box-vission h3 {
    margin: 35px 0px 20px 0px;
  }
  body .blog_main .right-box-vission .vission_slider .owl-dots button {
    width: 20px;
  }
  body .blog_main .right-box-vission .Services_box {
    padding: 20px 10px;
    height: auto;
  }
  body .blog_main .right-box-vission .Services_box ul li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  body .media_main {
    padding: 40px 30px 40px 30px;
  }
  body .media_main .media-title h2 {
    font-size: 21px;
  }
  body .media_main .media-title p {
    font-size: 15px;
    margin: 20px 0px 40px;
  }
  body .media_main .bolg-box ul li {
    width: 49%;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a {
    height: 160px;
    padding: 20px 10px;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a p {
    font-size: 14px;
    line-height: 18px;
  }
  body .media_main .right .Services_box {
    padding: 20px 10px;
  }
  body .media_main .right .Services_box ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  body .media_main .right .Services_box p {
    font-size: 18px;
  }
  body .design .heading .text p span {
    display: inline;
  }
  body .design .services {
    overflow: hidden;
  }
  body .design .services .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .design .services .list li {
    width: 25%;
  }
  body .design .services .list li .box img {
    height: 20px;
  }
  body .design .services .list li:hover {
    width: 25%;
  }
  body .design .services .list li:hover .box img {
    height: 35px;
  }
  body .about .heading .text p span {
    display: inline;
  }
  body .about .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0px 20px 0px;
  }
  body .about .flex_box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .about .flex_box .text_box {
    text-align: center;
    margin-top: 30px;
    padding: 0 30px;
  }
  body .award .heading .text p span {
    display: inline;
  }
  body .bod {
    padding: 60px 60px 15px;
    zoom: 100%;
  }
  body .bod .leader-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .bod .leader-row .box {
    margin: 0px 5px 45px 5px;
  }
  body .bod .bod-row .box {
    width: 32%;
  }
  body .bod .bod-row .box .text-overlay-inside-2 {
    padding: 12px;
  }
  body .bod .text-logo-a {
    font-size: 21px;
  }
  body .bod .text-logo-span {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 3px;
  }
  body .bod .text-logo-light {
    font-size: 18px;
    font-weight: 400;
  }
  body .bod .bod-row-2 {
    width: 100%;
  }
  body .history_main {
    padding: 60px 30px 50px 30px;
  }
  body .history_main .text-logo-a {
    font-size: 21px;
  }
  body .history_main .text-logo-span {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 1px;
    margin-left: 3px;
  }
  body .history_main .text-logo-light {
    font-size: 18px;
    font-weight: 400;
  }
  body .history_main .left-box-vission p {
    font-size: 15px;
    margin: 20px 0px 25px 0px;
  }
  body .history_main .left-box-vission .history-box {
    margin-bottom: 25px;
  }
  body .history_main .left-box-vission .history-box ul li {
    font-size: 15px;
  }
  body .history_main .right-box-vission {
    margin-left: 0px;
  }
  body .text-logo-a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .span_a {
    margin-top: 0px;
  }
  body .house_main .hourse_title h2 {
    font-size: 21px;
  }
  body .house_main .year_box h2 {
    font-size: 24px;
  }
  body .house_main .year_box ul li h3 {
    font-size: 22px;
  }
  body .house_main .year_box ul li h3 span {
    font-size: 15px;
    margin-left: 10px;
  }
  body .house_main .right {
    margin-left: 0px;
  }
  body .house_main .right .Services_box p {
    font-size: 16px;
  }
  body .leader_title .dropdown-toggle::after {
    right: 5%;
  }
  body .regulatry_main .tabsbox h2 {
    font-size: 21px;
  }
  body .regulatry_main .tabsbox h2 span {
    display: inline;
  }
  body .regulatry_main .tabsbox .nav-tabs {
    margin: 20px 0px 35px 0px;
  }
  body .regulatry_main .tabsbox .nav-tabs button {
    min-width: 40px;
    font-size: 13px;
    padding: 13px 10px;
  }
  body .regulatry_main .tabsbox .tab-content ul li {
    padding: 10px 15px;
  }
  body .regulatry_main .tabsbox .tab-content ul li img {
    max-width: 40px;
  }
  body .regulatry_main .tabsbox .tab-content ul li h3 {
    font-size: 22px;
  }
  body .subsidiary_main {
    padding: 60px 30px;
  }
  body .subsidiary_main h2 {
    font-size: 21px;
  }
  body .subsidiary_main .right-box-vission {
    margin-left: 0px;
  }
  body .subsidiary_main .right-box-vission h3 {
    margin: 35px 0px 20px 0px;
  }
  body .subsidiary_main .right-box-vission .vission_slider .owl-dots button {
    width: 20px;
  }
  body .awrads_main {
    padding: 60px 30px 30px 30px;
  }
  body .awrads_main .awards_box ul li p {
    font-size: 14px;
    width: 70%;
  }
  body .awrads_main .right-box-vission {
    margin-left: 0px;
  }
  body .awrads_main .right-box-vission h3 {
    margin: 35px 0px 20px 0px;
  }
  body .awrads_main .right-box-vission .vission_slider .owl-dots button {
    width: 20px;
  }
  body .cjdarcl_main {
    padding: 60px 30px;
  }
  body .cjdarcl_main h2 {
    font-size: 21px;
  }
  body .cjdarcl_main .richbox h3 {
    font-size: 19px;
  }
  body .cjdarcl_main .richbox p {
    font-size: 15px;
  }
  body .cjdarcl_main .richbox ul li {
    font-size: 14px;
  }
  body .cjdarcl_main .richbox-2 {
    margin: 30px 0px 30px 20px;
  }
  body .cjdarcl_main .hovercj {
    margin: 30px 0px;
  }
  body .cjdarcl_main .hovercj h3 {
    font-size: 19px;
  }
  body .cjdarcl_main .hovercj ul {
    width: 100%;
  }
  body .cjdarcl_main .hovercj ul li {
    padding: 25px 5px;
  }
  body .cjdarcl_main .hovercj ul li h1 {
    font-size: 24px;
  }
  body .cjdarcl_main .hovercj ul li .million {
    font-size: 18px;
  }
  body .cjdarcl_main .hovercj ul li p {
    font-size: 14px;
  }
  body .cjdarcl_main .fleet-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .cjdarcl_main .fleet-box ul li {
    margin-bottom: 15px;
  }
  body .cjdarcl_main .fleet-box ul li p {
    margin: 0px;
  }
  body .cjdarcl_main .fleet-box ul li img {
    max-width: 50px;
  }
  body .cjdarcl_main .fleet-box ul li:last-child {
    margin-bottom: 0px;
  }
  body .cjdarcl_main .fleet-box h3 {
    font-size: 19px;
  }
  body .cjdarcl_main .fleet-box p {
    font-size: 15px;
  }
  body .cjdarcl_main .right-box-vission {
    margin-left: 0px;
  }
  body .cjdarcl_main .right-box-vission h3 {
    margin: 35px 0px 20px 0px;
  }
  body .cjdarcl_main .right-box-vission .vission_slider .owl-dots button {
    width: 20px;
  }
  body .track_main .new-aircargo .customer-service {
    padding: 15px;
  }
  body .track_main .new-aircargo .customer-service ul li {
    margin-bottom: 20px;
  }
  body .track_main .new-aircargo .customer-service ul li img {
    width: 50px;
    height: 50px;
  }
  body .track_main .new-aircargo .customer-service ul li span {
    font-size: 14px;
  }
  body .track_main .new-aircargo .box-tab nav .nav-tabs {
    margin: 0px;
  }
  body .track_main .new-aircargo .box-tab nav .nav-tabs .nav-link {
    font-size: 13px;
  }
  body .track_main .new-aircargo .box-tab .tab-content {
    padding: 0px 10px;
  }
  body .track_main .new-aircargo .box-tab .tab-content p {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  body .track_main .new-aircargo .ul-box {
    margin: 12px 0px;
  }
  body .investor_main .tabsbox .nav-tabs {
    margin: 15px 0px 30px 0px;
  }
  body .investor_main .tabsbox h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  body .contact_form .form_box h3 {
    font-size: 34px;
  }
  body .contact_form .registerbox .headoffice ul li p {
    font-size: 16px;
  }
  body .contact_form .registerbox .call_now {
    padding: 35px 20px;
  }
  body .contact_form .registerbox .call_now a {
    font-size: 21px;
  }
  body .contact_form .col-md-6 {
    width: 40%;
  }
}

@media (max-width: 991px) {
  body .careers {
    padding: 50px 10px;
  }
  body .careers .textleft .ul-box {
    margin: 15px 0px;
    padding: 20px 10px 20px 0px;
  }
  body .careers .textleft .ul-box ul li {
    font-size: 14px;
  }
  body .careers .form-box {
    margin-top: 30px;
  }
  body .careers .form-box h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  body .partner {
    padding: 60px 10px 40px 10px;
  }
  body .partner .boxOne .reachout p {
    font-size: 15px;
  }
  body .partner .formbox p {
    font-size: 15px;
  }
  body .partner .formBox2 {
    padding: 50px 25px;
  }
  body .partner .formBox2 p {
    font-size: 15px;
  }
  body .partner .formBox2 .btn-box .submit {
    font-size: 14px;
    padding: 10px 6px;
    width: 160px;
  }
  body .partner .dropdown button {
    font-size: 15px;
  }
  body .contact_dropdown {
    padding: 50px 10px;
  }
  body .contact_dropdown .agartala .leftText h2 {
    font-size: 24px;
  }
  body .contact_dropdown .agartala .rightText h3 {
    font-size: 21px;
  }
  body .contact_dropdown .agartala .rightText p {
    font-size: 14px;
  }
  body .contact_dropdown .selectBox .dropdown button {
    font-size: 15px;
  }
  body .contact_dropdown .selectBox .dropdown .dropdown-toggle::after {
    width: 12px;
    height: 12px;
  }
  body .contact_form {
    padding: 50px 10px;
  }
  body .contact_form .col-md-6 {
    width: 50%;
  }
  body .contact_form .form_box {
    padding: 60px 25px;
  }
  body .contact_form .form_box p {
    font-size: 18px;
  }
  body .contact_form .form_box h3 {
    font-size: 28px;
  }
  body .contact_form .form_box button {
    font-size: 15px;
    min-width: 165px;
    padding: 10px;
  }
  body .contact_form .registerbox .headoffice {
    padding: 60px 15px;
  }
  body .contact_form .registerbox .headoffice ul li p {
    font-size: 15px;
  }
  body .map-box iframe {
    height: 350px;
  }
  body .track_main .new-aircargo .customer-service {
    padding: 20px;
  }
  body .track_main .new-aircargo .box-tab nav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .track_main .new-aircargo .box-tab nav .nav-tabs .nav-link {
    margin: 0 2px 13px;
    padding: 12px 8px;
  }
  body .media_main {
    padding: 40px 5px;
  }
  body .media .slider_box {
    padding: 0px;
  }
  body .timeline_box {
    margin: 0px 20px;
  }
  body footer .inner {
    padding: 55px 30px 35px;
  }
  body footer .foot-right {
    display: block;
    margin: 0%;
  }
  body .navbar .navbar-collapse .dropdown-toggle::after {
    width: 8 px;
    height: 8px;
    top: 29px;
  }
  body .navbar .navbar-collapse .nav-link {
    padding: 0.5rem 1rem;
  }
  body .navbar .navbar-toggler {
    outline: none;
    font-size: 14px;
    line-height: 21px;
    border: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-right: 40px;
  }
  body .navbar .container-fluid {
    padding-right: 54px;
  }
  body .navbar .hamburger .dropmenu {
    width: 100%;
    right: -100%;
  }
  body .navbar .hamburger .dropmenu a {
    font-weight: 700;
  }
  body .navbar .search {
    position: absolute;
    right: 62px;
    top: 12px;
  }
  body .navbar .search .search_box {
    right: -10px;
    top: 43px;
  }
  body .track_main {
    padding: 40px 5px 40px 5px;
  }
  body .track_main .scroll_div {
    max-height: 100%;
    overflow-y: hidden;
    padding: 4px 0px;
  }
  body .track_main .scroll_div .ul-box:last-child {
    margin-bottom: 20px;
  }
  body .track_main .left-box-text {
    margin-right: 0px;
  }
  body .track_main .left-box-text .ul-box ul li {
    font-size: 14px;
  }
  body .track_main .right-box-truck .metal-box-1,
  body .track_main .right-box-truck .metal-box-2 {
    padding: 50px 25px;
  }
  body .track_main .right-box-truck .Services_box ul li {
    font-size: 14px;
  }
  body .vission_main {
    padding: 40px 5px 40px 5px;
  }
  body .history_main {
    padding: 40px 5px 40px 5px;
  }
  body .history_main .left-box-vission {
    margin-right: 0%;
  }
  body .contact_banner,
  body .banner_inverstor,
  body .cj-banner,
  body .subsidiary-banner,
  body .banner-regulatry,
  body .banner-gdpr,
  body .banner_house,
  body .banner_leader,
  body .banner-media,
  body .banner-fmcg,
  body .banner-awards,
  body .banner-history,
  body .banner-blog,
  body .banner-bod,
  body .banner-vision,
  body .banner-frieght,
  body .banner-track {
    min-height: 350px;
  }
  body .contact_banner .text_logo,
  body .banner_inverstor .text_logo,
  body .cj-banner .text_logo,
  body .subsidiary-banner .text_logo,
  body .banner-regulatry .text_logo,
  body .banner-gdpr .text_logo,
  body .banner_house .text_logo,
  body .banner_leader .text_logo,
  body .banner-media .text_logo,
  body .banner-fmcg .text_logo,
  body .banner-awards .text_logo,
  body .banner-history .text_logo,
  body .banner-blog .text_logo,
  body .banner-bod .text_logo,
  body .banner-vision .text_logo,
  body .banner-frieght .text_logo,
  body .banner-track .text_logo {
    padding: 0px 5px 10px 0px;
  }
  body .contact_banner .text_logo h1,
  body .banner_inverstor .text_logo h1,
  body .cj-banner .text_logo h1,
  body .subsidiary-banner .text_logo h1,
  body .banner-regulatry .text_logo h1,
  body .banner-gdpr .text_logo h1,
  body .banner_house .text_logo h1,
  body .banner_leader .text_logo h1,
  body .banner-media .text_logo h1,
  body .banner-fmcg .text_logo h1,
  body .banner-awards .text_logo h1,
  body .banner-history .text_logo h1,
  body .banner-blog .text_logo h1,
  body .banner-bod .text_logo h1,
  body .banner-vision .text_logo h1,
  body .banner-frieght .text_logo h1,
  body .banner-track .text_logo h1 {
    font-size: 22px;
  }
  body .contact_banner .text-banner-track,
  body .banner_inverstor .text-banner-track,
  body .cj-banner .text-banner-track,
  body .subsidiary-banner .text-banner-track,
  body .banner-regulatry .text-banner-track,
  body .banner-gdpr .text-banner-track,
  body .banner_house .text-banner-track,
  body .banner_leader .text-banner-track,
  body .banner-media .text-banner-track,
  body .banner-fmcg .text-banner-track,
  body .banner-awards .text-banner-track,
  body .banner-history .text-banner-track,
  body .banner-blog .text-banner-track,
  body .banner-bod .text-banner-track,
  body .banner-vision .text-banner-track,
  body .banner-frieght .text-banner-track,
  body .banner-track .text-banner-track {
    padding: 0px 0px 30px 5px;
  }
  body .contact_banner .text-banner-track h2,
  body .banner_inverstor .text-banner-track h2,
  body .cj-banner .text-banner-track h2,
  body .subsidiary-banner .text-banner-track h2,
  body .banner-regulatry .text-banner-track h2,
  body .banner-gdpr .text-banner-track h2,
  body .banner_house .text-banner-track h2,
  body .banner_leader .text-banner-track h2,
  body .banner-media .text-banner-track h2,
  body .banner-fmcg .text-banner-track h2,
  body .banner-awards .text-banner-track h2,
  body .banner-history .text-banner-track h2,
  body .banner-blog .text-banner-track h2,
  body .banner-bod .text-banner-track h2,
  body .banner-vision .text-banner-track h2,
  body .banner-frieght .text-banner-track h2,
  body .banner-track .text-banner-track h2 {
    font-size: 18px;
  }
  body .cj-banner .text-banner-track {
    padding: 0px 0px 20px 5px;
  }
  body .track .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .track .flex_box .text_box {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  body .track ul li {
    padding: 10px;
  }
  body .bod {
    padding: 50px 30px 15px 30px;
  }
  body .bod .leader-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .bod .leader-row .box {
    margin: 0px 0px 45px 0px;
  }
  body .blog_main .bolg-box ul li {
    width: 49%;
    height: auto;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a {
    min-height: 200px;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a p {
    font-size: 15px;
    line-height: 18px;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a h4 {
    font-size: 16px;
  }
  body .blog_main .right-box-vission .Services_box ul li {
    font-size: 15px;
  }
  body .media_main .bolg-box ul li {
    width: 49%;
    height: auto;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a {
    height: 160px;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a p {
    font-size: 15px;
    line-height: 18px;
  }
  body .media_main .right .Services_box ul li {
    font-size: 15px;
  }
  body .gallery {
    padding: 40px 0px;
  }
  body .house_main {
    padding: 40px 5px;
  }
  body .leader_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .leader_title .dropdown-menu.show {
    padding: 0px;
  }
  body .leader_title .dropdown-menu.show li a {
    font-size: 14px;
  }
  body .leader_title .dropdown {
    width: 100%;
  }
  body .leader_title .dropdown button {
    width: 100%;
    padding: 15px 12px;
    font-size: 15px;
  }
  body .leader_title .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    right: 4%;
  }
  body .regulatry_main {
    padding: 50px 5px;
  }
  body .regulatry_main .tabsbox .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .regulatry_main .tabsbox .nav-tabs button {
    margin: 3px;
    min-width: auto;
    width: 32%;
    font-size: 14px;
  }
  body .subsidiary_main {
    padding: 40px 5px;
  }
  body .subsidiary_main .sub-boxes ul li {
    margin-bottom: 25px;
  }
  body .subsidiary_main .sub-boxes ul li:last-child {
    margin-bottom: 25px;
  }
  body .awrads_main {
    padding: 40px 5px;
  }
  body .awrads_main .awards_box .view-btn {
    margin: 25px 0 25px auto;
  }
  body .awrads_main .awards_box ul li:nth-child(7), body .awrads_main .awards_box ul li:nth-child(8) {
    margin-bottom: 0px;
  }
  body .cjdarcl_main {
    padding: 40px 5px;
  }
  body .cjdarcl_main .hovercj ul li p {
    font-size: 15px;
  }
  body .cjdarcl_main .hovercj ul li h1 {
    font-size: 32px;
  }
  body .cjdarcl_main .hovercj ul li .million {
    font-size: 26px;
  }
  body .investor_main .tabsbox .nav-tabs {
    margin: 0px 0px 30px 0px;
  }
  body .investor_main .tabsbox .nav-tabs button {
    margin: 3px 3px 5px 3px;
  }
  body .investor_main .tabsbox h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 820px) {
  body .banner .owl-carousel .item h2 {
    font-size: 20px;
  }
  body .contact_banner,
  body .banner_inverstor,
  body .cj-banner,
  body .subsidiary-banner,
  body .banner-regulatry,
  body .banner-gdpr,
  body .banner_house,
  body .banner_leader,
  body .banner-media,
  body .banner-fmcg,
  body .banner-awards,
  body .banner-history,
  body .banner-blog,
  body .banner-bod,
  body .banner-vision,
  body .banner-frieght,
  body .banner-track {
    min-height: 350px;
  }
  body .contact_banner .text_logo,
  body .banner_inverstor .text_logo,
  body .cj-banner .text_logo,
  body .subsidiary-banner .text_logo,
  body .banner-regulatry .text_logo,
  body .banner-gdpr .text_logo,
  body .banner_house .text_logo,
  body .banner_leader .text_logo,
  body .banner-media .text_logo,
  body .banner-fmcg .text_logo,
  body .banner-awards .text_logo,
  body .banner-history .text_logo,
  body .banner-blog .text_logo,
  body .banner-bod .text_logo,
  body .banner-vision .text_logo,
  body .banner-frieght .text_logo,
  body .banner-track .text_logo {
    padding: 0px 5px 10px 0px;
  }
  body .contact_banner .text_logo h1,
  body .banner_inverstor .text_logo h1,
  body .cj-banner .text_logo h1,
  body .subsidiary-banner .text_logo h1,
  body .banner-regulatry .text_logo h1,
  body .banner-gdpr .text_logo h1,
  body .banner_house .text_logo h1,
  body .banner_leader .text_logo h1,
  body .banner-media .text_logo h1,
  body .banner-fmcg .text_logo h1,
  body .banner-awards .text_logo h1,
  body .banner-history .text_logo h1,
  body .banner-blog .text_logo h1,
  body .banner-bod .text_logo h1,
  body .banner-vision .text_logo h1,
  body .banner-frieght .text_logo h1,
  body .banner-track .text_logo h1 {
    font-size: 20px;
  }
  body .navbar .navbar-collapse .nav-link {
    line-height: inherit;
  }
  body .navbar .navbar-collapse .dropdown-toggle::after {
    top: 18px;
  }
  body .about .flex_box {
    padding: 20px 0px 20px 0px;
  }
  body .about .flex_box ul li {
    min-width: auto;
    padding: 0 15px;
    font-size: 24px;
  }
  body .about .flex_box .text_box {
    padding: 0 30px;
  }
  body .award .slider_box .owl-carousel .item .box h1 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  body .award .slider_box .owl-carousel .item .box h5 {
    font-size: 12px;
  }
  body .bod .bod-row .last-box {
    margin: 0px auto 45px auto;
  }
  body .bod .bod-row .box {
    width: 49%;
  }
  body .cjdarcl_main {
    padding: 40px 5px;
  }
  body .cjdarcl_main .hovercj ul li p {
    font-size: 14px;
    line-height: 18px;
  }
  body .cjdarcl_main .hovercj ul li h1 {
    font-size: 26px;
  }
  body .cjdarcl_main .hovercj ul li .million {
    font-size: 19px;
  }
}

@media (max-width: 576px) {
  body .careers {
    padding: 40px 0px;
  }
  body .careers .form-box form a {
    max-width: 190px;
    text-align: center;
    display: block;
    margin: 30px auto 0px auto;
    font-size: 15px;
  }
  body .partner {
    padding: 40px 0px;
  }
  body .partner p {
    margin-bottom: 8px;
  }
  body .partner .formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .partner .formGroup input {
    width: 100%;
  }
  body .partner .formGroup p {
    width: 100%;
  }
  body .partner .dropdown {
    width: 100%;
  }
  body .partner .boxOne {
    padding: 0px;
  }
  body .partner .boxOne .formBox1 {
    margin: 30px 0px;
  }
  body .partner .boxOne .reachout {
    padding: 25px 0px;
  }
  body .partner .boxOne h2 {
    line-height: 28px;
  }
  body .partner .boxOne .reachout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .partner .boxOne .reachout p {
    width: 100%;
  }
  body .partner .formBox2 {
    padding: 40px 15px;
  }
  body .partner .formBox2 .dropbox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .partner .formBox2 .dropbox p {
    width: 100%;
  }
  body .partner .formBox2 .twodropwdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .partner .formBox2 .twodropwdown .dropbox {
    width: 100%;
  }
  body .partner .formBox2 .twodropwdown .dropbox .dropdown {
    width: 100%;
  }
  body .partner .formBox2 .btn-box {
    width: 100%;
  }
  body .partner .formBox2 .btn-box .submit {
    display: block;
    margin: auto;
  }
  body .partner .formBox2 .mg-box {
    margin-bottom: 40px;
  }
  body .contact_dropdown {
    padding: 40px 0px;
  }
  body .contact_dropdown .selectBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .contact_dropdown .selectBox .dropdown {
    width: 100%;
  }
  body .contact_dropdown .selectBox .dropdown:nth-child(1) {
    margin-bottom: 25px;
  }
  body .contact_dropdown .agartala {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
    margin-top: 35px;
  }
  body .contact_dropdown .agartala .leftText {
    width: 100%;
    margin-bottom: 25px;
  }
  body .contact_dropdown .agartala .leftText h2::after {
    bottom: -8px;
  }
  body .contact_dropdown .agartala .rightText {
    width: 100%;
  }
  body .contact_dropdown .agartala .rightText h3 {
    font-size: 19px;
  }
  body .contact_form {
    padding: 40px 0px;
  }
  body .contact_form .form_box {
    padding: 40px 15px;
  }
  body .contact_form .form_box form button {
    display: block;
    margin: 15px auto 0px auto;
  }
  body .contact_form .registerbox {
    margin: 0px;
  }
  body .contact_form .registerbox .headoffice {
    padding: 25px 15px;
  }
  body .contact_form .registerbox .headoffice ul li h4 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  body .contact_form .registerbox .call_now {
    padding: 25px 10px;
    margin: 25px 0px;
    width: 100%;
  }
  body .contact_form .col-md-6 {
    width: 100%;
  }
  body .mob_slide {
    display: block;
  }
  body .text-logo-a {
    font-size: 21px !important;
  }
  body .text-logo-light {
    font-size: 16px !important;
  }
  body .text-logo-span {
    font-size: 26px !important;
  }
  body .gallery .slider_box .owl-carousel .item {
    padding: 0px;
  }
  body .heading .title {
    font-size: 14px !important;
  }
  body .heading .title span {
    font-size: 26px !important;
    margin-top: 8px !important;
  }
  body .heading .title span span {
    margin-top: 0px !important;
  }
  body .span_a {
    margin-top: 8px;
  }
  body footer a i {
    margin-bottom: 12px;
  }
  body footer .inner {
    padding: 40px 15px 35px;
  }
  body footer .inner .footer_logo {
    max-width: 140px;
  }
  body footer .inner h6 {
    margin-top: 8px;
  }
  body footer .inner ul {
    margin: 0px 0px 10px;
  }
  body footer .inner ul li {
    padding: 0px;
  }
  body .history_main {
    padding: 40px 0px;
  }
  body .history_main .left-box-vission h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .history_main .history-box {
    margin-bottom: 25px;
  }
  body .contact_banner,
  body .banner_inverstor,
  body .cj-banner,
  body .subsidiary-banner,
  body .banner-regulatry,
  body .banner-gdpr,
  body .banner_house,
  body .banner_leader,
  body .banner-media,
  body .banner-fmcg,
  body .banner-awards,
  body .banner-history,
  body .banner-blog,
  body .banner-bod,
  body .banner-vision,
  body .banner-frieght,
  body .banner-track {
    position: relative;
  }
  body .contact_banner .container-fluid,
  body .banner_inverstor .container-fluid,
  body .cj-banner .container-fluid,
  body .subsidiary-banner .container-fluid,
  body .banner-regulatry .container-fluid,
  body .banner-gdpr .container-fluid,
  body .banner_house .container-fluid,
  body .banner_leader .container-fluid,
  body .banner-media .container-fluid,
  body .banner-fmcg .container-fluid,
  body .banner-awards .container-fluid,
  body .banner-history .container-fluid,
  body .banner-blog .container-fluid,
  body .banner-bod .container-fluid,
  body .banner-vision .container-fluid,
  body .banner-frieght .container-fluid,
  body .banner-track .container-fluid {
    z-index: 10;
  }
  body .contact_banner .text_logo h1,
  body .banner_inverstor .text_logo h1,
  body .cj-banner .text_logo h1,
  body .subsidiary-banner .text_logo h1,
  body .banner-regulatry .text_logo h1,
  body .banner-gdpr .text_logo h1,
  body .banner_house .text_logo h1,
  body .banner_leader .text_logo h1,
  body .banner-media .text_logo h1,
  body .banner-fmcg .text_logo h1,
  body .banner-awards .text_logo h1,
  body .banner-history .text_logo h1,
  body .banner-blog .text_logo h1,
  body .banner-bod .text_logo h1,
  body .banner-vision .text_logo h1,
  body .banner-frieght .text_logo h1,
  body .banner-track .text_logo h1 {
    text-align: center;
    font-size: 20px;
  }
  body .contact_banner .text-banner-track,
  body .banner_inverstor .text-banner-track,
  body .cj-banner .text-banner-track,
  body .subsidiary-banner .text-banner-track,
  body .banner-regulatry .text-banner-track,
  body .banner-gdpr .text-banner-track,
  body .banner_house .text-banner-track,
  body .banner_leader .text-banner-track,
  body .banner-media .text-banner-track,
  body .banner-fmcg .text-banner-track,
  body .banner-awards .text-banner-track,
  body .banner-history .text-banner-track,
  body .banner-blog .text-banner-track,
  body .banner-bod .text-banner-track,
  body .banner-vision .text-banner-track,
  body .banner-frieght .text-banner-track,
  body .banner-track .text-banner-track {
    padding: 0px 0px 15px 0px;
    text-align: center;
  }
  body .contact_banner .text-banner-track h2,
  body .banner_inverstor .text-banner-track h2,
  body .cj-banner .text-banner-track h2,
  body .subsidiary-banner .text-banner-track h2,
  body .banner-regulatry .text-banner-track h2,
  body .banner-gdpr .text-banner-track h2,
  body .banner_house .text-banner-track h2,
  body .banner_leader .text-banner-track h2,
  body .banner-media .text-banner-track h2,
  body .banner-fmcg .text-banner-track h2,
  body .banner-awards .text-banner-track h2,
  body .banner-history .text-banner-track h2,
  body .banner-blog .text-banner-track h2,
  body .banner-bod .text-banner-track h2,
  body .banner-vision .text-banner-track h2,
  body .banner-frieght .text-banner-track h2,
  body .banner-track .text-banner-track h2 {
    font-size: 15px;
  }
  body .contact_banner::after,
  body .banner_inverstor::after,
  body .cj-banner::after,
  body .subsidiary-banner::after,
  body .banner-regulatry::after,
  body .banner-gdpr::after,
  body .banner_house::after,
  body .banner_leader::after,
  body .banner-media::after,
  body .banner-fmcg::after,
  body .banner-awards::after,
  body .banner-history::after,
  body .banner-blog::after,
  body .banner-bod::after,
  body .banner-vision::after,
  body .banner-frieght::after,
  body .banner-track::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  body .banner-awards {
    background-position: 5%;
  }
  body .banner-gdpr {
    background-position: right;
  }
  body .banner-vision {
    background-position: right;
  }
  body .contact_banner .text-banner-track h1,
  body .banner_inverstor .text-banner-track h1,
  body .cj-banner .text-banner-track h1,
  body .banner-regulatry .text-banner-track h1,
  body .banner-gdpr .text-banner-track h1,
  body .banner_house .text-banner-track h1,
  body .banner-media .text-banner-track h1 {
    font-size: 21px;
    line-height: 28px;
  }
  body .track_main {
    padding: 40px 0px;
  }
  body .track_main .left-box-text h2 {
    margin-bottom: 0px;
  }
  body .track_main .left-box-text .frieght-logo {
    margin-bottom: 20px;
  }
  body .track_main .left-box-text .ul-box {
    margin-bottom: 20px;
    padding: 15px 15px 15px 0px;
  }
  body .track_main .left-box-text .ul-box h2 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  body .track_main .right-box-truck .metal-box-1,
  body .track_main .right-box-truck .metal-box-2 {
    padding: 30px 20px;
  }
  body .track_main .right-box-truck h3 {
    margin: 20px 0px;
  }
  body .vission_main {
    padding: 40px 0px;
  }
  body .vission_main .left-box-vission p {
    margin: 20px 0px;
  }
  body .vission_main .left-box-vission h2 {
    margin-bottom: 0px;
  }
  body .vission_main .left-box-vission .ul-box {
    margin-bottom: 20px;
  }
  body .vission_main .left-box-vission .vission-box {
    padding: 15px;
  }
  body .vission_main .left-box-vission .vission-box h3 {
    font-size: 18px;
  }
  body .vission_main .left-box-vission .vission-box p {
    font-size: 14px;
  }
  body .vission_main .right-box-vission h4 {
    margin: 20px 0px;
  }
  body .gallery {
    padding: 40px 0px;
  }
  body .gallery .slider_box .owl-dots {
    top: -35px;
  }
  body .gallery .slider_box .owl-dots button {
    width: 25px;
  }
  body .gallery .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .gallery .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .navbar .navbar-collapse {
    margin-right: 0px;
  }
  body .navbar .navbar-collapse .dropdown-menu li a {
    padding: 7px 15px;
  }
  body .blog_main {
    padding: 40px 0px;
  }
  body .blog_main .bolg-box ul li {
    width: 100%;
  }
  body .blog_main .bolg-box ul li .box-a .text-box-a {
    min-height: 180px;
  }
  body .bod {
    padding: 40px 0px;
  }
  body .bod .bod-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .bod .bod-row .box:last-child {
    margin-bottom: 0px;
  }
  body .bod .bod-row .box {
    width: 100%;
    height: auto;
  }
  body .bod .bod-row .box img {
    height: auto;
  }
  body .bod .bod-row .last-box {
    margin: 0px;
  }
  body .banner .owl-carousel .item {
    padding: 50px 10px;
  }
  body .banner .owl-carousel .item .text_box .heading .nor {
    font-size: 22px;
  }
  body .banner .owl-carousel .item h2 {
    font-size: 18px;
    bottom: 0%;
    left: 1%;
  }
  body .track .flex_box {
    border: none;
  }
  body .design {
    padding: 40px 0px;
  }
  body .design .services {
    height: 100%;
  }
  body .design .services .list li {
    width: 100%;
  }
  body .design .services .list li:hover {
    width: 100%;
  }
  body .design .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .design .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .design .heading .text {
    text-align: center;
  }
  body .about {
    padding: 40px 0px;
  }
  body .about .flex_box {
    padding: 20px 10px;
  }
  body .about .flex_box .text_box {
    margin-top: 15px;
  }
  body .about .flex_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .about .flex_box ul li {
    margin-bottom: 12px;
    width: 50%;
  }
  body .about .flex_box ul li:nth-child(2),
  body .about .flex_box ul li:nth-child(4) {
    border: none;
  }
  body .about .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .about .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .about .heading .text p {
    text-align: center;
  }
  body .award {
    padding: 0px 0px 40px 0px;
  }
  body .award .slider_box .owl-carousel .item .box {
    padding: 0px;
    text-align: center;
  }
  body .award .slider_box .owl-carousel .item .box h6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .award .slider_box .owl-carousel .item .box::after {
    display: none;
  }
  body .award .slider_box .owl-dots button {
    width: 25px;
  }
  body .award .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .award .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .award .heading .text p {
    text-align: center;
  }
  body .customers {
    padding: 0px 0px 40px 0px;
  }
  body .customers .slider_box .owl-dots button {
    width: 25px;
  }
  body .customers .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .customers .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .customers .heading .text p {
    text-align: center;
  }
  body .media {
    padding: 40px 0px;
  }
  body .media .slider_box .owl-dots button {
    width: 25px;
  }
  body .media .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px;
  }
  body .media .heading .title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px;
    border: none;
  }
  body .media .heading .text p {
    text-align: center;
  }
  body .media_main {
    padding: 40px 0px;
  }
  body .media_main .media-title h2 {
    line-height: 32px;
  }
  body .media_main .bolg-box ul li {
    width: 100%;
  }
  body .media_main .bolg-box ul li .box-a .text-box-a {
    min-height: 140px;
    height: auto;
  }
  body .house_main {
    padding: 40px 0px;
  }
  body .house_main .hourse_title .dropdown-menu.show {
    padding: 0px 0px 10px 0px;
  }
  body .house_main .hourse_title .dropdown-item {
    font-size: 14px;
  }
  body .house_main .hourse_title .dropdown {
    margin: 25px 0px;
  }
  body .house_main .hourse_title .dropdown button {
    font-size: 15px;
    padding: 15px 12px;
  }
  body .house_main .hourse_title .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    right: 4%;
  }
  body .house_main .hourse_title h2 {
    line-height: 32px;
  }
  body .house_main .year_box ul li {
    padding: 15px;
  }
  body .house_main .year_box ul li img {
    max-width: 30px;
  }
  body .house_main .year_box ul li h3 {
    font-size: 18px;
  }
  body .leader_title .dropdown-menu.show {
    padding: 0px;
  }
  body .leader_title .dropdown-menu.show li a {
    font-size: 14px;
  }
  body .leader_title .dropdown {
    width: 100%;
  }
  body .leader_title .dropdown button {
    min-width: 100%;
  }
  body .regulatry_main {
    padding: 40px 0px;
  }
  body .regulatry_main .tabsbox .tab-content ul li:last-child {
    margin: 0px;
  }
  body .regulatry_main .tabsbox .tab-content ul li h3 {
    font-size: 18px;
  }
  body .regulatry_main .tabsbox .tab-content ul li img {
    max-width: 35px;
  }
  body .regulatry_main .tabsbox .nav-tabs button {
    min-width: 100%;
    font-size: 15px;
  }
  body .regulatry_main .tabsbox h2 {
    font-size: 19px;
  }
  body .subsidiary_main {
    padding: 40px 0px;
  }
  body .subsidiary_main .sub-boxes ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
    text-align: center;
  }
  body .subsidiary_main .sub-boxes ul li .textbox {
    margin-left: 0px;
    margin-top: 25px;
  }
  body .subsidiary_main .right-box-vission h4 {
    margin: 20px 0px;
  }
  body .awrads_main {
    padding: 40px 0px;
  }
  body .awrads_main .awards_box .view-btn {
    margin: 0px 0 25px auto;
  }
  body .awrads_main .awards_box ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  body .awrads_main .awards_box ul li:nth-child(7), body .awrads_main .awards_box ul li:nth-child(8) {
    margin-bottom: 25px;
  }
  body .cjdarcl_main {
    padding: 40px 0px;
  }
  body .cjdarcl_main h2 {
    line-height: 30px;
  }
  body .cjdarcl_main .hovercj ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .cjdarcl_main .hovercj ul li {
    width: 100%;
  }
  body .cjdarcl_main .hovercj ul li p {
    font-size: 15px;
  }
  body .cjdarcl_main .hovercj ul li h1 {
    font-size: 36px;
  }
  body .cjdarcl_main .hovercj ul li .million {
    font-size: 26px;
  }
  body .cjdarcl_main .hovercj ul .a::before,
  body .cjdarcl_main .hovercj ul .b::before,
  body .cjdarcl_main .hovercj ul .c::before,
  body .cjdarcl_main .hovercj ul .d::before,
  body .cjdarcl_main .hovercj ul .i::before {
    top: 100%;
    left: 50%;
    width: 2px;
    height: 50px;
  }
  body .cjdarcl_main .hovercj ul .g::before,
  body .cjdarcl_main .hovercj ul .h::before,
  body .cjdarcl_main .hovercj ul .j::before {
    display: none;
  }
  body .cjdarcl_main .hovercj p {
    margin-left: 0px;
  }
  body .cjdarcl_main .hovercj h3 {
    margin-left: 0px;
  }
  body .cjdarcl_main .richbox {
    margin: 25px 0px 30px 0px;
  }
  body .cjdarcl_main .richbox-2 {
    margin: 30px 0px 30px 0px;
  }
  body .cjdarcl_main .fleet-box {
    text-align: center;
  }
  body .cjdarcl_main .fleet-box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .cjdarcl_main .fleet-box ul li {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .cjdarcl_main .fleet-box ul li img {
    max-width: 70px;
  }
  body .cjdarcl_main .fleet-box ul li p {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
  }
  body .modal .modal-dialog .modal-content .modal-body {
    padding: 0px 15px 40px 15px;
  }
  body .modal .modal-dialog .modal-content .modal-body .btn-submit {
    font-size: 13px;
  }
  body .modal .modal-dialog .modal-content .modal-body .form h2 {
    margin-bottom: 25px;
  }
  body .modal .modal-dialog .modal-content .modal-body .modal-header {
    padding: 20px 15px 15px 25px;
  }
  body .modal .modal-dialog .modal-content .modal-body .btn-submit {
    margin: 40px auto 0px auto;
  }
  body .modal .modal-dialog .modal-content .modal-body .formbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  body .modal .modal-dialog .modal-content .modal-body .formbox h4 {
    font-size: 16px;
  }
  body .modal .modal-dialog .modal-content .modal-body .formbox .dropdown {
    width: 100%;
  }
  body .modal .modal-dialog .modal-content .modal-body .formbox .dropdown button::before {
    height: 12px;
    width: 12px;
  }
  body .modal .modal-dialog .modal-content .modal-body .formbox input {
    width: 100%;
  }
  body .track_main .new-aircargo .box-tab nav .nav-tabs .nav-link {
    width: 100%;
    font-size: 14px;
  }
  body .track_main .new-aircargo .ul-box h2 {
    margin-top: 12px;
  }
  body .track_main .new-aircargo .ul-box ul li {
    width: 50%;
  }
  body .track_main .new-aircargo .customer-service h2 {
    margin-bottom: 25px;
  }
  body .track_main .new-aircargo .customer-service ul {
    padding: 0px;
  }
  body .track_main .new-aircargo .customer-service ul li {
    padding: 0px 10px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .track_main .new-aircargo .customer-service ul li span {
    text-align: center;
    width: 80%;
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  body .bod .bod-row .box {
    height: 420px;
  }
  body .bod .bod-row .box img {
    height: 420px;
  }
  body .bod .bod-row .box .text-overlay p {
    font-size: 13px;
  }
  body .banner .owl-carousel .item h2 {
    bottom: 0px;
  }
  body .banner .owl-carousel .item .text_box .heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  body .banner .owl-carousel .item .text_box .heading .big {
    font-size: 42px;
  }
  body .banner .owl-carousel .item .text_box .heading .nor {
    font-size: 14px;
    line-height: 26px;
  }
  body .banner .owl-carousel .item .text_box .heading .nor span.color {
    font-size: 14px;
  }
  body .award {
    padding: 0px 0px 30px 0px;
  }
  body .award .slider_box {
    margin-top: 30px;
  }
  body .award .slider_box .owl-dots {
    bottom: -30%;
  }
  body .customers .slider_box {
    margin-top: 30px;
  }
  body .about {
    padding: 30px 0px;
  }
  body .about .flex_box {
    margin-top: 30px;
  }
  body .awrads_main .awards_box ul li p {
    font-size: 12px;
  }
}

@media (max-width: 1600px) and (min-width: 1366px) {
  body .banner .owl-carousel .item {
    padding: 200px 50px 100px;
  }
  body .contact_banner,
  body .banner_inverstor,
  body .cj-banner,
  body .subsidiary-banner,
  body .banner-regulatry,
  body .banner-gdpr,
  body .banner_house,
  body .banner_leader,
  body .banner-media,
  body .banner-fmcg,
  body .banner-awards,
  body .banner-history,
  body .banner-blog,
  body .banner-bod,
  body .banner-track,
  body .banner-vision,
  body .banner-frieght {
    min-height: 550px;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline a {
  text-decoration: none;
}

.cd-horizontal-timeline {
/*   opacity: 0; */
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  display: none;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 49px;
  height: 7px;
  /* width will be set using JavaScript */
  background: #f6a11c;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cd-horizontal-timeline .events li {
  list-style-type: none;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-horizontal-timeline .filling-line img {
  width: 415px;
  position: absolute;
  height: 42px;
  right: -240px;
  top: -16px;
  z-index: 99999;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 2px;
  z-index: 2;
  text-align: center;
  font-size: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-weight: 600;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events ol li:nth-child(2n) a {
  bottom: -60px;
}

.cd-horizontal-timeline .events ol li:nth-child(2n) a::after {
  bottom: 58px;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fd8204;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #085796;
  border-color: #085796;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  opacity: 0;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #e83036;
  border-color: #e83036;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 1em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation li {
  list-style-type: none;
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  color: #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  line-height: 15px;
}

.cd-timeline-navigation a.prev {
  left: 0;
}

.cd-timeline-navigation a:hover {
  border: 2px solid #f6a11c;
  color: #f6a11c;
}

.cd-timeline-navigation a.prev::before {
  content: "\f053";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  z-index: 10000;
  height: 100%;
  width: 100%;
  text-align: center;
}

.cd-timeline-navigation a.next::before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  z-index: 10000;
  color: #ccc;
  height: 100%;
  width: 100%;
  text-align: center;
}

.cd-timeline-navigation a:hover:before {
  color: #f6a11c;
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 95%;
  margin: 40px auto 0px auto;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  background-color: #fff;
  border-radius: 80px;
  height: 100% !important;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 40px;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  list-style-type: none;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cd-horizontal-timeline .events-content ol {
  position: relative;
  padding: 40px 0px;
  margin: 0;
}

.cd-horizontal-timeline .events-content ol::after {
  position: absolute;
  content: '';
  width: 50%;
  background-color: #dfdfdf;
  height: 2px;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
}

.cd-horizontal-timeline .events-content h2 {
  color: #e83036;
  font-weight: bold;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0%;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

.cd-horizontal-timeline .events-content p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

.cd-horizontal-timeline .events-content p {
  display: block;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .cd-horizontal-timeline .events-content ol::after {
    width: 40%;
    left: 36%;
  }
  .cd-horizontal-timeline .events-content h2 {
    font-size: 28px;
  }
  .cd-horizontal-timeline .events-content ol {
    padding: 30px 0px;
  }
}

@media (min-width: 768px) {
  .cd-timeline-navigation {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (max-width: 1024px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 25px;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-content li {
    padding: 0 3%;
  }
}

@media (max-width: 786px) {
  body .timeline_box {
    padding: 80px 15px 50px 15px;
  }
  body .cd-horizontal-timeline .events-content ol {
    padding: 0;
  }
  body .cd-horizontal-timeline .events-content li {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  body .timeline_box {
    padding: 40px 0;
    margin: 0px;
  }
  .cd-horizontal-timeline .events-content h2 {
    font-size: 20px;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 14px;
  }
}

@media (min-width: 1700px) {
  .cjdarcl_main .row .col-lg-9,
  .subsidiary_main .row .col-lg-9,
  .house_main .row .col-lg-9,
  .awrads_main .row .col-lg-9,
  .media_main .row .col-lg-9,
  .history_main .row .col-lg-9,
  .blog_main .row .col-lg-9,
  .vission_main .row .col-lg-9,
  .track_main .row .col-lg-9 {
    width: 80%;
  }
  .cjdarcl_main .row .col-lg-3,
  .subsidiary_main .row .col-lg-3,
  .house_main .row .col-lg-3,
  .awrads_main .row .col-lg-3,
  .media_main .row .col-lg-3,
  .history_main .row .col-lg-3,
  .blog_main .row .col-lg-3,
  .vission_main .row .col-lg-3,
  .track_main .row .col-lg-3 {
    width: 20%;
  }
}

.timeline_box {
  padding: 70px 50px 40px 50px !important;
}

.timeline_box h2 {
  margin-bottom: 70px;
}

.slide-history {
  margin: 50px 0;
}

.slide-history .tab-content {
  margin: 60px 0px;
  background-color: #fff;
  border-radius: 80px;
  padding: 30px;
}

.slide-history .tab-content .tab-pane .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slide-history .tab-content .tab-pane .content_box::after {
  position: absolute;
  content: '';
  width: 50%;
  background-color: #dfdfdf;
  height: 2px;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}

.slide-history .tab-content .tab-pane .content_box h3 {
  color: #e83036;
  font-weight: bold;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0%;
  font-family: "Cj-Text";
	text-transform: uppercase;
}

.slide-history .tab-content .tab-pane .content_box p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.slide-history .inner_box {
  position: relative;
}

.slide-history .inner_box .line {
  background-color: #f6a11c;
  border-radius: 30px;
  height: 7px;
  position: relative;
}

.slide-history .inner_box .line::before {
  content: '';
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 30px;
}

.slide-history .inner_box .line::after {
  text-align: right;
  content: url(../images/truck-icon.png);
  width: 75px;
  width: 4.5%;
  height: 35px;
  background-color: transparent;
  position: absolute;
  left: -30px;
  top: -10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.slide-history .inner_box .line.line-1::before {
  width: 7.5%;
}

.slide-history .inner_box .line.line-1::after {
  width: 12%;
}

.slide-history .inner_box .line.line-2::before {
  width: 14.5%;
}

.slide-history .inner_box .line.line-2::after {
  width: 19%;
}

.slide-history .inner_box .line.line-3::before {
  width: 21.5%;
}

.slide-history .inner_box .line.line-3::after {
  width: 25.7%;
}

.slide-history .inner_box .line.line-4::before {
  width: 28%;
}

.slide-history .inner_box .line.line-4::after {
  width: 32.5%;
}

.slide-history .inner_box .line.line-5::before {
  width: 35%;
}

.slide-history .inner_box .line.line-5::after {
  width: 39.5%;
}

.slide-history .inner_box .line.line-6::before {
  width: 42%;
}

.slide-history .inner_box .line.line-6::after {
  width: 46.5%;
}

.slide-history .inner_box .line.line-7::before {
  width: 49%;
}

.slide-history .inner_box .line.line-7::after {
  width: 53.3%;
}

.slide-history .inner_box .line.line-8::before {
  width: 56%;
}

.slide-history .inner_box .line.line-8::after {
  width: 60.3%;
}

.slide-history .inner_box .line.line-9::before {
  width: 63%;
}

.slide-history .inner_box .line.line-9::after {
  width: 67.3%;
}

.slide-history .inner_box .line.line-10::before {
  width: 70%;
}

.slide-history .inner_box .line.line-10::after {
  width: 74%;
}

.slide-history .inner_box .line.line-11::before {
  width: 76.5%;
}

.slide-history .inner_box .line.line-11::after {
  width: 81%;
}

.slide-history .inner_box .line.line-12::before {
  width: 83.5%;
}

.slide-history .inner_box .line.line-12::after {
  width: 88%;
}

.slide-history .inner_box .line.line-13::before {
  width: 90%;
}

.slide-history .inner_box .line.line-13::after {
  width: 95%;
}

.slide-history .inner_box .line.line-14::before {
  width: 97.3%;
}

.slide-history .inner_box .line.line-14::after {
  width: 102%;
}

.slide-history .inner_box ul {
  margin: -11px 0 0;
  padding: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}

.slide-history .inner_box ul li {
  list-style-type: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #007cc2;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.slide-history .inner_box ul li.active {
  background-color: transparent;
  border: 0;
}

.slide-history .inner_box ul li.active a {
  opacity: 0;
}

.slide-history .inner_box ul li.top a {
  top: -37px;
}

.slide-history .inner_box ul li a {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: -19px;
  top: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.slide-history .inner_box ul li.mid {
  width: 10px;
  height: 10px;
  border-color: #e83036;
}

.slide-history .inner_box ul li.mid.dots-6, .slide-history .inner_box ul li.mid.dots-8 {
  border-color: #f6a11c;
}

@media (max-width: 1538px) {
  .slide-history .inner_box .line::after {
    left: -15px;
  }
  .slide-history .tab-content .tab-pane .content_box::after {
    position: absolute;
    content: '';
    width: 40%;
    background-color: #dfdfdf;
    height: 2px;
    top: 50%;
    left: 35%;
  }
}
/*# sourceMappingURL=style.min.css.map */
/*# sourceMappingURL=style.min.css.map */
.img-text{
width: 100%;
    height: 180px;	
	
}

/* latest css update 10/8/22*/


body .cj_2022 {
  background-image: url("../images/cj-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 30px 30px !important;
  margin: 0px 30px;
  position: relative;
}

body .cj_2022 h2 {
  font-family: 'Noto Sans', sans-serif;
}

body .cj_2022 .car-img {
  width: 75px;
  margin-bottom: 41px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  / align-items: center; /
  position: absolute;
  top: 14px;
  left: 15.5%;
  z-index: 100;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1000;
  border-radius: 7px;
  background-image: url("../images/cj-slider-bg.png");
}

body .cj_2022 .cd-horizontal-timeline .events-wrapper {
  left: -8%;
}

body .cj_2022 .cd-horizontal-timeline .filling-line {
  background-color: transparent;
}

body .cj_2022 .cd-horizontal-timeline .events {
  position: relative;
  border: none !important;
  background-color: transparent !important;
}

body .cj_2022 .cd-horizontal-timeline .events::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  left: 32%;
  border: 2px solid #e2e2e2;
  padding: 3px;
  border-radius: 35px;
  width: 85%;
}

body .cj_2022 .cd-horizontal-timeline .events a::after {
  bottom: -10%;
}

body .cj_2022 .arrow-btn {
  position: absolute;
  right: 2%;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
}

body .cj_2022 .arrow-btn .fa-solid {
  font-size: 21px;
  cursor: pointer;
}

body .cj_2022 .cd-horizontal-timeline .events-content {
  width: 91%;
}

body .cj_2022 .arrow-a i {
  color: #929292;
}

body .cj_2022 .arrow-b i {
  color: #929292;
}

body .cj_2022 .active i {
  color: #211d1f;
}

body .cj_2022 .li-1 {
  font-size: 0px;
}

body .cj_2022 .d-show {
  display: block !important;
}

body .cj_2022 .cd-horizontal-timeline .events a.selected::after {
  background-color: #fff !important;
}

body .cj_2022 .i1986 {
  opacity: 0;
}

body .cj_2022 .car-img {
  top: 12px;
  left: 0.5%;
}

body .cj_2022 .car-img .circlebox {
  width: 72px;
  height: 72px;
  border: 3px solid #006aa6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: -3px 3px 4px #bdbdbd;
          box-shadow: -3px 3px 4px #bdbdbd;
}

body .cj_2022 .car-img .circlebox h4 {
  color: #3296ce;
  margin: 0%;
  font-family: "Cj-Text";
	text-transform: uppercase;
  font-size: 18px;
  text-shadow: -2px 2px 3px #b9b9b9;
  margin-top: 3px;
}

body .cj_2022 .car-img-3 {
  left: 11.5%;
}

body .cj_2022 .car-img-4 {
  left: 25.5%;
}

body .cj_2022 .red-a-dot {
  left: 30.5%;
}

body .cj_2022 .red-a-dot-1 {
  left: 34.5%;
}

body .cj_2022 .car-img-5 {
  left: 41.5%;
}

body .cj_2022 .red-a-dot-2 {
  left: 46.5%;
}

body .cj_2022 .car-img-6 {
  left: 54.5%;
}

body .cj_2022 .red-a-dot-3 {
  left: 61.5%;
}

body .cj_2022 .car-img-7 {
  left: 70.5%;
}

body .cj_2022 .car-img-8 {
  left: 81.5%;
}

body .cj_2022 .start {
  left: 0.5%;
}

body .cj_2022 .demo-slide-history {
  position: relative;
}

body .cj_2022 .logo-slider-medal {
  position: absolute;
  top: -5%;
  right: 0%;
}

body .cj_2022 .logo-slider-medal img {
  max-width: 90px;
}

body .cj_2022 h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

body .cj_2022 .cd-horizontal-timeline .events-content li {
  padding: 0px 20px;
}

body .cj_2022 .cd-horizontal-timeline .events-content ol::after {
  display: none;
}

body .cj_2022 .cd-horizontal-timeline .events-content p {
  font-size: 18px;
  margin-left: 20px;
}

body .cj_2022 .cd-horizontal-timeline .events-content li.selected {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .cj_2022 .cd-horizontal-timeline .events-content ol {
  padding: 15px 0px;
}

body .cj_2022 .cd-horizontal-timeline .events-content h2 {
  font-size: 24px;
  color: #007cc2;
  margin-top: 2px;
}

body .cj_2022 .cd-horizontal-timeline .events-content {
  margin: 30px 0px 0px 0px;
  border: 2px solid #e2e2e2;
}

body .cj_2022 .cd-horizontal-timeline .events {
  max-width: 1400px;
  width: 100%;
  background-color: #fff;
  left: -25%;
  border: 2px solid #e2e2e2;
  padding: 3px;
  border-radius: 35px;
}

body .cj_2022 .cd-horizontal-timeline .events a {
  color: #000;
  font-size: 18px;
}

body .cj_2022 .cd-horizontal-timeline .events a::after {
  border: 3px solid #007cc2;
  padding: 5px;
  bottom: -10px;
}

body .cj_2022 .cd-horizontal-timeline .events .a2020::after {
  bottom: -15%;
}

body .cj_2022 .cd-horizontal-timeline .events .a2016::after {
  bottom: -6px;
}

body .cj_2022 .cd-horizontal-timeline .events .a2015::after {
  bottom: 56px !important;
}

body .cj_2022 .cd-horizontal-timeline .events ol li:nth-child(2n) a::after {
  bottom: 52px;
}

body .cj_2022 .li-2 {
  position: relative;
}

body .cj_2022 .li-2 .p_1 {
  position: absolute;
  content: '';
  top: -6px;
  left: 61%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_2022 .li-4 {
  position: relative;
}

body .cj_2022 .li-4 a {
  left: 960px !important;
}

body .cj_2022 .li-4 .p_1 {
  position: absolute;
  content: '';
  top: -6px;
  left: 77%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_2022 .li-4 .p_2 {
  position: absolute;
  content: '';
  top: -6px;
  left: 65%;
  background-color: #fff;
  border: 3px solid #f6a11c;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_2022 .li-5 {
  position: relative;
}

body .cj_2022 .li-5 a {
  left: 1140px !important;
}

body .cj_2022 .li-5 .p_1 {
  position: absolute;
  content: '';
  top: -6px;
  left: 92%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_2022 .li-6 {
  position: relative;
}

body .cj_2022 .li-6 a {
  left: 1140px !important;
}

body .cj_2022 .li-6 .p_1 {
  position: absolute;
  content: '';
  top: -6px;
  left: 92%;
  background-color: #fff;
  border: 3px solid #e83036;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

body .cj_2022 .li-6 a {
  left: 1380px !important;
}

body .cj_2022 .li-7 a {
  left: 1530px !important;
}

body .cj_2022 .disable {
  pointer-events: none;
}

body .cj_2022 .dot-text a {
  opacity: 1 !important;
}

body .cj_2022 .dot-text .op {
  opacity: 0 !important;
}

body .cj_2022 .a2021::after {
  bottom: 56px !important;
}

body .cj_2022 .anchor {
  opacity: 1 !important;
}

body .cj_2022 .part-a-2019 {
  display: none;
}

body .cj_2022 .part-b-2019 {
  display: none;
}

body .cj_2022 .part-b-2019 p {
  color: #f6a11c !important;
}

body .cj_2022 .part-a-2018 {
  display: none;
}

body .cj_2022 .part-a-2017 {
  display: none;
}

body .cj_2022 .cd-horizontal-timeline .events-content li.selected {
  display: block !important;
}

body .cj_2022 .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .cj_2022 .show-one {
  display: block !important;
}

body .cj_2022 .show-one p {
  color: #e83036;
  margin-left: 90px !important;
}

body .cj_2022 .hide-me {
  display: none !important;
}

body .cj_2022 .li-2 a {
  left: 540px !important;
}

body .cj_2022 .li-2 .p_1 {
  left: 47%;
}

body .cj_2022 .li-3 a {
  left: 730px !important;
}

body .cj_2022 .li-4 a {
  left: 855px !important;
}

body .cj_2022 .li-4 .p_2 {
  left: 70%;
}

body .cj_2022 .li-5 .p_1 {
  left: 91%;
}

body .cj_2022 .li-6 a {
  left: 1305px !important;
}

body .cj_2022 .li-6 .p_1 {
  left: 103%;
}

body .cj_2022 .li-7 a {
  left: 1517px !important;
}

body .cj_2022 .li-10 a {
  left: 1590px !important;
}

body .cj_2022 .li-10 a::after {
  bottom: -5px !important;
}

body .cj_2022 .cd-horizontal-timeline .events .a2020::after {
  bottom: -22%;
}

body .cj_2022 .cd-horizontal-timeline .events .a2016::after {
  bottom: -10px;
}

body .cj_2022 .car-img-3 {
  left: 8.5%;
}

body .cj_2022 .car-2022-1 {
  left: 15.5%;
}

body .cj_2022 .car-img-4 {
  left: 23.5%;
}

body .cj_2022 .car-img-5 {
  left: 32.5%;
}

body .cj_2022 .car-2022-2 {
  left: 39.5%;
}

body .cj_2022 .car-2022-3 {
  left: 45.5%;
}

body .cj_2022 .car-img-6 {
  left: 54.5%;
}

body .cj_2022 .car-2022-4 {
  left: 60.5%;
}

body .cj_2022 .car-img-7 {
  left: 66.5%;
}

body .cj_2022 .car-2022-5 {
  left: 73.5%;
}

body .cj_2022 .car-img-8 {
  left: 79.5%;
}

body .cj_2022 .car-img-10 {
  left: 86%;
}

body .cj_2022 .start {
  left: 0.5%;
}

body .cj_2022 .show-innerevent-1,
body .cj_2022 .show-innerevent-2,
body .cj_2022 .show-innerevent-3,
body .cj_2022 .show-innerevent-4 {
  display: none;
}

body .cj_2022 .show-text {
  display: block;
}

body .cj_2022 .show-text p {
  font-size: 18px;
  color: #e83036;
  margin-left: 90px !important;
}

body .cj_2022 .show-text-yellow {
  display: block;
}

body .cj_2022 .show-text-yellow p {
  font-size: 18px;
  color: #f6a11c;
  margin-left: 90px !important;
}

@media (max-width: 1600px) {
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25% !important;
    width: 67% !important;
  }
  body .cj_2022 .li-2 a {
    left: 406px !important;
  }
  body .cj_2022 .li-2 .p_1 {
    left: 36%;
  }
  body .cj_2022 .li-3 a {
    left: 538px !important;
  }
  body .cj_2022 .li-4 a {
    left: 628px !important;
  }
  body .cj_2022 .li-4 .p_2 {
    left: 52%;
  }
  body .cj_2022 .li-4 .p_1 {
    left: 57%;
  }
  body .cj_2022 .li-5 a {
    left: 860px !important;
  }
  body .cj_2022 .li-5 .p_1 {
    left: 69%;
  }
  body .cj_2022 .li-6 a {
    left: 1000px !important;
  }
  body .cj_2022 .li-6 .p_1 {
    left: 79%;
  }
  body .cj_2022 .li-7 a {
    left: 1156px !important;
  }
  body .cj_2022 .li-10 a {
    left: 1216px !important;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 75px;
  }
  body .cj_2022 .car-img-3 {
    left: 8.5%;
  }
  body .cj_2022 .car-2022-1 {
    left: 15.5%;
  }
  body .cj_2022 .car-img-4 {
    left: 23.5%;
  }
  body .cj_2022 .car-img-5 {
    left: 30.5%;
  }
  body .cj_2022 .car-2022-2 {
    left: 37.5%;
  }
  body .cj_2022 .car-2022-3 {
    left: 44.5%;
  }
  body .cj_2022 .car-img-6 {
    left: 53.5%;
  }
  body .cj_2022 .car-2022-4 {
    left: 60.5%;
  }
  body .cj_2022 .car-img-7 {
    left: 67.5%;
  }
  body .cj_2022 .car-2022-5 {
    left: 74.5%;
  }
  body .cj_2022 .car-img-8 {
    left: 79.5%;
  }
  body .cj_2022 .car-img-10 {
    left: 87%;
  }
  body .cj_2022 .start {
    left: 0.5%;
  }
  body .cj_2022 .logo-slider-medal {
    position: absolute;
    top: -5%;
    right: -2%;
  }
}

@media (max-width: 1536px) {
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25% !important;
    width: 67% !important;
  }
  body .cj_2022 .li-2 a {
    left: 380px !important;
  }
  body .cj_2022 .li-2 .p_1 {
    left: 34%;
  }
  body .cj_2022 .li-3 a {
    left: 510px !important;
  }
  body .cj_2022 .li-4 a {
    left: 595px !important;
  }
  body .cj_2022 .li-4 .p_2 {
    left: 50%;
  }
  body .cj_2022 .li-4 .p_1 {
    left: 55%;
  }
  body .cj_2022 .li-5 a {
    left: 810px !important;
  }
  body .cj_2022 .li-5 .p_1 {
    left: 66%;
  }
  body .cj_2022 .li-6 a {
    left: 950px !important;
  }
  body .cj_2022 .li-6 .p_1 {
    left: 76%;
  }
  body .cj_2022 .li-7 a {
    left: 1109px !important;
  }
  body .cj_2022 .li-10 a {
    left: 1156px !important;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 75px;
  }
  body .cj_2022 .car-img {
    top: 12px;
    left: 1.5%;
  }
  body .cj_2022 .car-img-3 {
    left: 9.5%;
  }
  body .cj_2022 .car-2022-1 {
    left: 15.5%;
  }
  body .cj_2022 .car-img-4 {
    left: 22.5%;
  }
  body .cj_2022 .car-img-5 {
    left: 30.5%;
  }
  body .cj_2022 .car-2022-2 {
    left: 37.5%;
  }
  body .cj_2022 .car-2022-3 {
    left: 44.5%;
  }
  body .cj_2022 .car-img-6 {
    left: 53.5%;
  }
  body .cj_2022 .car-2022-4 {
    left: 60.5%;
  }
  body .cj_2022 .car-img-7 {
    left: 67.5%;
  }
  body .cj_2022 .car-2022-5 {
    left: 74.5%;
  }
  body .cj_2022 .car-img-8 {
    left: 79.3%;
  }
  body .cj_2022 .car-img-10 {
    left: 87%;
  }
  body .cj_2022 .start {
    left: 1.5%;
  }
  body .cj_2022 .logo-slider-medal {
    position: absolute;
    top: -5%;
    right: -2%;
  }
}

@media (max-width: 1440px) {
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25% !important;
    width: 67% !important;
  }
  body .cj_2022 .li-2 a {
    left: 356px !important;
  }
  body .cj_2022 .li-2 .p_1 {
    left: 33%;
  }
  body .cj_2022 .li-3 a {
    left: 480px !important;
  }
  body .cj_2022 .li-4 a {
    left: 555px !important;
  }
  body .cj_2022 .li-4 .p_2 {
    left: 49%;
  }
  body .cj_2022 .li-4 .p_1 {
    left: 54%;
  }
  body .cj_2022 .li-5 a {
    left: 749px !important;
  }
  body .cj_2022 .li-5 .p_1 {
    left: 64%;
  }
  body .cj_2022 .li-6 a {
    left: 872px !important;
  }
  body .cj_2022 .li-6 .p_1 {
    left: 73.1%;
  }
  body .cj_2022 .li-7 a {
    left: 1025px !important;
  }
  body .cj_2022 .li-10 a {
    left: 1072px !important;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 75px;
  }
  body .cj_2022 .car-img {
    top: 12px;
    left: 1.5%;
  }
  body .cj_2022 .car-img-3 {
    left: 9.5%;
  }
  body .cj_2022 .car-2022-1 {
    left: 16.5%;
  }
  body .cj_2022 .car-img-4 {
    left: 22.5%;
  }
  body .cj_2022 .car-img-5 {
    left: 30.5%;
  }
  body .cj_2022 .car-2022-2 {
    left: 38.5%;
  }
  body .cj_2022 .car-2022-3 {
    left: 44.5%;
  }
  body .cj_2022 .car-img-6 {
    left: 53.5%;
  }
  body .cj_2022 .car-2022-4 {
    left: 60.5%;
  }
  body .cj_2022 .car-img-7 {
    left: 67.5%;
  }
  body .cj_2022 .car-2022-5 {
    left: 73.5%;
  }
  body .cj_2022 .car-img-8 {
    left: 78.3%;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 66px;
  }
  body .cj_2022 .car-img-10 {
    left: 87%;
  }
  body .cj_2022 .start {
    left: 1.5%;
  }
  body .cj_2022 .logo-slider-medal {
    position: absolute;
    top: -5%;
    right: -2%;
  }
  .cd-horizontal-timeline .events a {
    font-size: 16px !important;
  }
  body .cj_slider .logo-slider-medal img {
    max-width: 58px !important;
  }
}

@media (max-width: 1399px) {
  body .cj_slider .cd-horizontal-timeline .events::after {
    left: 25% !important;
    width: 67% !important;
  }
  body .cj_2022 .li-2 a {
    left: 320px !important;
  }
  body .cj_2022 .li-2 .p_1 {
    left: 32.5%;
  }
  body .cj_2022 .li-3 a {
    left: 450px !important;
  }
  body .cj_2022 .li-4 a {
    left: 515px !important;
  }
  body .cj_2022 .li-4 .p_2 {
    left: 48%;
  }
  body .cj_2022 .li-4 .p_1 {
    left: 53%;
  }
  body .cj_2022 .li-5 a {
    left: 685px !important;
  }
  body .cj_2022 .li-5 .p_1 {
    left: 62%;
  }
  body .cj_2022 .li-6 a {
    left: 800px !important;
  }
  body .cj_2022 .li-6 .p_1 {
    left: 71.1%;
  }
  body .cj_2022 .li-7 a {
    left: 950px !important;
  }
  body .cj_2022 .li-10 a {
    left: 998px !important;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 75px;
  }
  body .cj_2022 .car-img {
    top: 12px;
    left: 0.5%;
  }
  body .cj_2022 .car-img-3 {
    left: 8.5%;
  }
  body .cj_2022 .car-2022-1 {
    left: 15.5%;
  }
  body .cj_2022 .car-img-4 {
    left: 22.5%;
  }
  body .cj_2022 .car-img-5 {
    left: 31.5%;
  }
  body .cj_2022 .car-2022-2 {
    left: 38.5%;
  }
  body .cj_2022 .car-2022-3 {
    left: 45.5%;
  }
  body .cj_2022 .car-img-6 {
    left: 53.5%;
  }
  body .cj_2022 .car-2022-4 {
    left: 59.1%;
  }
  body .cj_2022 .car-img-7 {
    left: 66.5%;
  }
  body .cj_2022 .car-2022-5 {
    left: 73.2%;
  }
  body .cj_2022 .car-img-8 {
    left: 79%;
  }
  body .cj_2022 .logo-slider-medal img {
    max-width: 66px;
  }
  body .cj_2022 .car-img-10 {
    left: 86%;
  }
  body .cj_2022 .start {
    left: 0.5%;
  }
  body .cj_2022 .logo-slider-medal {
    position: absolute;
    top: -5%;
    right: -2%;
  }
  .cd-horizontal-timeline .events a {
    font-size: 16px !important;
  }
  body .cj_slider .logo-slider-medal img {
    max-width: 58px !important;
  }
  body .cj_2022 .cd-horizontal-timeline .events::after {
    left: 22% !important;
    width: 67% !important;
  }
  .cd-horizontal-timeline .events a {
    font-size: 11px !important;
  }
  body .cj_slider .car-img .circlebox {
    width: 65px !important;
    height: 65px !important;
  }
}
/*# sourceMappingURL=style.min.css.map */

#myslide {
  margin-top: 30px;
}

#myslide .item .my_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#myslide .item .my_data img {
  max-width: 85px !important;
}

#myslide .item .my_data p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

#myslide .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 30%;
  position: absolute;
  / transform: translate(0%); /
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

#myslide .owl-nav .owl-next span, #myslide .owl-nav .owl-prev span {
  background: #007cc2;
  font-size: 30px;
  font-weight: 700;
  width: 30px;
  line-height: 44px;
  padding: 0px 0 9px !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
}

@media (max-width:2250px) and (min-width:1921px) {
  .cd-horizontal-timeline{
    opacity: 1;
  }
  body .cj_2022 .cd-horizontal-timeline .events::after {
    width: 0px;
  }
  body .cj_2022 .li-10 a {
    left: 1880px !important;
}
body .cj_2022 .li-7 a {
  left: 1760px !important;
}
body .cj_2022 .li-6 .p_1 {
  left: 117%;
}
body .cj_2022 .li-6 a {
  left: 1450px !important;
}
body .cj_2022 .li-5 .p_1 {
  left: 97%;
}
body .cj_2022 .li-5 a {
  left: 1176px !important;
}
body .cj_2022 .li-6 a {
  left: 1500px !important;
}
body .cj_2022 .li-5 .p_1 {
  left: 104%;
}
body .cj_2022 .li-5 a {
  left: 1284px !important;
}
body .cj_2022 .li-4 .p_1{
  left: 86%;
}
body .cj_2022 .li-4 .p_2 {
  left: 76%;
}
body .cj_2022 .li-4 a {
  left: 910px !important;
}
body .cj_2022 .li-3 a {
  left: 773px !important;
}
body .cj_2022 .li-2 a {
  left: 628px !important;
}
body .cj_2022 .li-2 .p_1 {
  left: 52%;
}
body .cj_2022 .li-3 a {
  left: 790px !important;
}
body .cj_2022 .li-2 .p_1 {
  left: 53%;
}
body .cj_2022 .timeline_new .li-10 a::after {
  bottom: -3px !important;
}
body .cj_2022 .cd-horizontal-timeline .events .a2015::after {
  bottom: 58px !important;
}
body .cj_2022 .li-6 .p_1 {
  left: 118%;
  top: -8px;
}
body .cj_2022 .timeline_new .new-b a{
  left: 300px !important;
}
body .cj_2022 .cd-horizontal-timeline .events::after {
    left: 41%;
    width: 100%;
}
	body  .cj_2022 .li-1 a{
		left: 41% !important;
	}
	body .cj_2022 .car-img {
  top: 12px;
  left: 1.5%;
}
body .cj_2022 .car-img-3 {
  left: 7.5%;
}
body .cj_2022 .car-2022-1 {
      left: 12.5%;

}
body .cj_2022 .car-img-4 {
  left: 17.5%;
}
 body .cj_2022 .car-img-5 {
       left: 25.5%;
 }
 body .cj_2022 .car-2022-2 {
      left: 31.5%;
 }
 body .cj_2022 .car-2022-3 {
   left: 40.5%;
 }
 body .cj_2022 .car-img-6 {
       left: 48.5%;

 }
 body .cj_2022 .car-2022-4 {
       left: 56.5%;

 }
 body .cj_2022 .car-img-7 {
       left: 62.5%;
 }
 body .cj_2022 .car-2022-5 {
    left: 68.5%;
 }
 body .cj_2022 .car-img-8 {
      left: 76.3%;
}
 body .cj_2022 .car-img-10 {
      left: 84%;
 }
 body .cj_2022 .start {
  left: 1.5%;
}
	.cd-horizontal-timeline .events a{
		bottom:1;
	}
	body .cj_2022 .cd-horizontal-timeline .events a{
		    font-size: 17px
	}
	body .cj_2022 .cd-horizontal-timeline .events .a2015::after {
    bottom: 56px !important;
}
}


@media (max-width: 1199px){
	.banner-track .text_logo{
		position: relative;
		right: 50px;
	}
}

.logo_text{
	max-width: 420px;
	margin-bottom: 10px;
}

@media(max-width: 576px){
	.logo_text {
    	max-width: 285px;
	}
}



/ ----------------------------------------------- /
body .navbar .navbar-collapse .nav-link > a{
	color: #000 !important;
/ 	padding: .5rem 1rem; /
	line-height: 49px;
}

body .navbar .navbar-collapse .dropdown-toggle::after {
    height: 15px;
}

body .navbar-nav li:hover ul{
	display: block !important; 
}
body .navbar-nav li ul li a{
	display: block !important; 
	line-height: 18px;
}
body .navbar-nav li ul{
	top: 65px
}

@media(min-width: 992px){
	body .navbar {
		padding:0;
	}
}
@media(max-width: 991px){
	body .navbar .navbar-collapse .nav-link {
		line-height: inherit;
		position: relative;
	}
	body .navbar .navbar-collapse .nav-link > a {
		line-height: 16px;
	}
	body .navbar .navbar-collapse .dropdown-toggle::after {
		height: 10px;
		right: 0;
	}
}

body .navbar .navbar-collapse .nav-link > a{
	color: #000 !important;
	line-height: 49px;
}

body .navbar .navbar-collapse .dropdown-toggle::after {
    height: 15px;
}

body .navbar-nav li:hover ul{
	display: block !important; 
}
body .navbar-nav li ul li a{
	display: block !important; 
	line-height: 18px;
}
body .navbar-nav li ul{
	top: 65px
}

@media(min-width: 992px){
	body .navbar {
		padding:0;
	}
}
@media(max-width: 991px){
	body .navbar .navbar-collapse .nav-link {
		line-height: inherit;
		position: relative;
	}
	body .navbar .navbar-collapse .nav-link > a {
		line-height: 16px;
	}
	body .navbar .navbar-collapse .dropdown-toggle::after {
		height: 10px;
		right: 0;
	}
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 80%;
    border: none;
    background-color: #f3f3f3;
    font-size: 16px;
    padding: 12px 18px;
    outline: none;
}