﻿/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 - Box Hover Style
 - Form Style

 * HEADER
 - Header Style
 - Header style 2
 - Navigation Menu

 * FOOTER

 * ELEMENTS
 - Main Banner
 - Page Intro
 - Testimonial
 - Pagination Navigation
 - Sidebar Widget
 - blog Section
 - Partner Section
 - About Us Page
 - Timeline Section
 - Team
 - Serve
 - Faq Page
 - 404 page
 - Blog Page
 - Register and login Pages
 - Contact Page
 - Preloader
 ================================================
 */

/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto&display=swap'); */

/* @font-face {
  font-family: Neurialgrotesk; 
  src: url("../fonts/Neurial/OTF/NeurialGrotesk-Regular.otf");
} */
/* @font-face {
  font-family: Font-Poppins;
  src: url("../fonts/Font_Poppins/Poppins-Bold.ttf");
} */

/* font family */
@font-face {
  font-family: 'Neurial Grotesk Light';
  src: url('../fonts/NeurialGrotesk-Light.woff') format('woff'), url('../fonts/NeurialGrotesk-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Light Italic';
  src: url('../fonts/NeurialGrotesk-LightItalic.woff') format('woff'), url('../fonts/NeurialGrotesk-LightItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Regular';
  src: url('../fonts/WEB/fonts/NeurialGrotesk-Regular.woff') format('woff'), url('../fonts/WEB/fonts/NeurialGrotesk-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Regular Italic';
  src: url('../fonts/NeurialGrotesk-Italic.woff') format('woff'), url('../fonts/NeurialGrotesk-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Medium';
  src: url('../fonts/WEB/fonts/NeurialGrotesk-Medium.woff') format('woff'), url('../fonts/WEB/fonts/NeurialGrotesk-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Medium Italic';
  src: url('../fonts/NeurialGrotesk-MediumItalic.woff') format('woff'), url('../fonts/NeurialGrotesk-MediumItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Bold';
  src: url('../fonts/WEB/fonts/NeurialGrotesk-Bold.woff') format('woff'), url('../fonts/WEB/fonts/NeurialGrotesk-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Bold Italic';
  src: url('../fonts/NeurialGrotesk-BoldItalic.woff') format('woff'), url('../fonts/NeurialGrotesk-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Extrabold';
  src: url('../fonts/NeurialGrotesk-Extrabold.woff') format('woff'), url('../fonts/NeurialGrotesk-Extrabold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neurial Grotesk Extrabold Italic';
  src: url('../fonts/NeurialGrotesk-ExtraboldItalic.woff') format('woff'), url('../fonts/NeurialGrotesk-ExtraboldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*end*/

.Font-Poppins {
  font-family: Font-Poppins;
}
.font-bold {
  font-family: "HelveticaComp";
}

html {
  /* scroll-behavior: smooth; */
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  max-width:1920px !important;
  line-height: 24px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: "HelveticaComp", sans-serif !important; */
  font-family: "Neurial Grotesk Regular" !important;
  /* letter-spacing: -.005em; */

  /* prevent copy paste -Imran*/

  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

@media (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
  }

  #header {
    max-width: 1920px;
  }
}

/*  Typography Style   ||-----------*/
h1 {
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
  position: relative;
  font-family: 'Neurial Grotesk Bold' !important;
}

p {
  font-size: 15px;
}

.container {
  margin-top: 0px !important;
}

span {
  font-family: 'Neurial Grotesk Bold' !important;
  /* font-family: 'HelveticaComp' !important; */
  /* font-family: "Humanst" !important; */
  /* font-family: 'Poppins', sans-serif; */
}

h1 span {
  position: relative;
}

h1:before {
  content: "";
  font-size: 41px;
  margin-top: 0;
  position: absolute;
  top: 4px;
  left: 3px;
  color: rgba(6, 60, 54, 0.08);
  z-index: 0;
}

h2 {
  font-family: 'Neurial Grotesk Bold' !important;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: "Humanst"; */
  font-size: 30px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
  letter-spacing: 1px;
}

h2 span {
  font-family: 'Neurial Grotesk Bold' !important;
  color: red;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}

h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

h6 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 17px;
  font-weight: 600;
}

h3,
h4,
h6 {
  font-family: 'Neurial Grotesk Bold' !important;
  /* font-family: "HelveticaComp";  */
  margin-top: 10px;
  font-weight: 600;
  color: #222;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #000000;
}

a {
  color: #222;
}

.modal-header {
  background: #14469f;
  color: #ffffff;
}

.inner-intro h1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inner-intro h1 {
    font-size: 35px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }
}

/*  Padding and Margin Style   ||-----------*/
.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
#event_details.padding{
  padding-top: 30px;
}

.no-padding {
  padding: 0;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-60 {
  padding: 60px;
}

.plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pr-30 {
  padding-right: 30px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt {
  padding-top: 110px;
}

.pb {
  padding-bottom: 110px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 80px;
}

.pb-90 {
  padding-bottom: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-38 {
  padding-bottom: 38px;
}

.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.up-80 {
  margin-top: -80px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.mt-up {
  margin-top: -100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .up-80 {
    margin-top: 50px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .float-none-sm {
    float: none;
  }

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .plr-xs-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .padding-sm-25 {
    padding: 25px;
  }

  .plr-xs-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_new_section .product_card {
    height: 600px !important;
  }
  .title-deming-award {
    top: 46% !important;
    position: absolute;
    left: 18%;
    font-size: 50px;
  }
  #task_force .ek_box{
    top:81% !important;
  }
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }

  .pr-xs-0 {
    padding-right: 0;
  }

  .pl-xs-0 {
    padding-left: 0;
  }

  .pr-xs-0 {
    padding-right: 0;
  }

  .plr-xs-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .padding-sm-25 {
    padding: 25px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .ptb-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plr-xs-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ml-xs-0 {
    margin-left: 0;
  }

  .mtb-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-xs-0 {
    margin-top: 0px;
  }

  .mb-xs-0 {
    margin-bottom: 0px;
  }

  .mtb-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .float-none-xs {
    float: none;
  }

  .float-left-xs {
    float: left;
  }

  .float-right-xs {
    float: right;
  }
}

.overflow_hidden {
  overflow: hidden;
  position: relative;
}

/*gernal*/

.white_but {
  border: 2px solid #7f98ad;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: 0 none;
  padding: 13px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.white_but:hover,
.white_but:focus {
  box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
  color: #7f98ad;
}

figure {
  margin: 0;
}

.sect-tital h2 {
  margin-bottom: 10px;
}

.sect-tital p {
  margin: 0px;
}

button:focus {
  outline: none;
}

a,
.btn,
img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn{
  font-family: 'Neurial Grotesk Regular';
}

.gray-bg {
  background: #06f;
}

/*ripple btn effect css*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

/*wow*/
.wow {
  visibility: hidden;
}

/*inner_header*/
.header_stetic {
  position: static;
}

/*  General Style   ||-----------*/

.img-fluid img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-fluid:hover img {
  transform: scale(1.07);
}

.img-fluid {
  overflow: hidden;
  position: relative;
}

.title_row {
  /* background: rgba(127, 152, 173, 0.47); */
  padding: 30px 20px;
  text-align: center;
  /* width: 50%; */
  margin: 0 auto;
}

@media (max-width: 767px) {
  .title_row {
    width: auto;
  }
}

.b-line {
  /* position: relative;
	width: 60px;
	height: 3px;
	background: red !important;
	display: block;
	margin: 0 auto; */
}

.l-left {
  margin: 0;
}

.no-brdr {
  border: none;
}

.left-bg {
  position: relative;
}

.right-bg {
  position: relative;
}

.left-bg:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.right-bg {
  position: relative;
}

.right-bg:before {
  content: "";
  width: 36%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.color {
  color: #ffa500;
}

.light-color * {
  color: #fff;
}

.italic {
  font-style: italic;
}

.about-block p {
  line-height: 2;
}

.v-align {
  display: inline-block;
  vertical-align: top;
}

.btn-text {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  border: 2px solid #14469f !important;
  padding: 0 22px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #14469f !important;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn_style {
  border: 1px solid #fff;
  border-radius: 0;
}

.btn_style:hover {
  color: #ffa500;
  background: #fff;
}

.small-btn {
  padding: 10px 30px;
}

.btn-text:hover {
  /* background: red !important; */
  border: none !important;
  text-decoration: none;
  color: #fff !important;
}

.padding .btn-warning {
  border: none;
  font-family: "Poppins", sans-serif;
  background: #14469f;
  /* height:50px; */
  font-size: 14px;
  text-transform: uppercase;
}

.padding .btn-warning:hover {
  background: red;
}

.main-banner .btn-danger {
  border: none;
  font-family: "Poppins", sans-serif;
  background: #14469f;
  /* height:50px; */
  font-size: 14px;
  text-transform: uppercase;
}

.main-banner .btn-danger:hover {
  background: red;
}

/* back to top button start */

.go-top {
  position: fixed;
  bottom: 10%;
  right: 4%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 999;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #14469f;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 28px;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: "Questrial";
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all 0.4s linear;
  transform: scale(1.1);
}

/* scroll top 2 */
.go-top2 {
  position: fixed;
  bottom: 10%;
  /* left: 0%; */
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 999;
}

.go-top2:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #14469f;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 28px;
}

.go-top-text2 {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: "Questrial";
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top2:hover {
  transition: all 0.4s linear;
  transform: scale(1.1);
}

/* back to top button end */

/* non automotive tabs */
#non-auto-product-tab .auto_pills .nav-link.active {
  background-color: #fff !important;
  color: black !important;
  border-bottom: 3px solid #ed1b24;
}
#non-auto-product-tab .auto_pills .nav-link {
  background: #fff !important;
  color: black !important;
  font-size: 18px;
  font-weight: 600;
}

#non_auto_product .non_auto_mob_exca {
  white-space: nowrap;
  overflow-x: auto;
}
/* non-auto-product-tab */

.arm_feature .feature-img {
  box-shadow: -4px 4px 10px #00000040 !important;
  border-radius: 10px;
}

.icon-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 20px auto;
  color: #fff;
  font-size: 25px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.width-25per {
  width: 25%;
}

.width-75per {
  width: 75%;
}

.top-space {
  padding-top: 218px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-space {
    padding-top: 100px;
  }
}

.heading-block h2 span {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .width-25per {
    width: 30%;
  }

  .width-75per {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .width-25per {
    width: 100%;
  }

  .width-75per {
    width: 100%;
  }
}

.half-width {
  width: 50%;
}

@media (max-width: 767px) {
  .half-width {
    width: 100%;
  }

  .img-responsive {
    width: 100%;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.height-300 {
  height: 300px;
}

.height {
  height: 250px;
}

.border {
  border: 1px solid #ccc;
}

.about-block {
  -webkit-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.v-line {
  border-left: 3px solid red !important;
  padding-left: 20px;
}

.big-icon {
  line-height: 185px;
  margin: 20px auto;
  color: #3bafda;
  font-size: 100px;
  text-align: center;
  display: block;
}

.dark-bg {
  background: #14469f !important;
}

.dark-bg,
.hover-bg:hover {
  background: #ffa500;
}

.black-bg {
  background: #2c2c2c;
}

.gray-bg {
  background: #f1f1f1;
}

.dark-gray-bg {
  background: #eaeff3;
}

img {
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.box-shadow {
  box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-l {
  box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px) {
  .box-shadow,
  .box-shadow-l {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.height-300 {
  height: 236px;
}

.pb-15 {
  padding-bottom: 15px;
}

.m-height {
  min-height: 183px;
}

/*  Box Hover Style   ||-----------*/
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  background: #133642;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.5;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 19px;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fee;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
  background: #0e332f;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.grid figure.effect-goliath {
  margin: 0;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
.grid figure.effect-zoe {
  background: none;
}

.grid figure.effect-zoe img {
  opacity: 1;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.45em;
  background: #ffa500;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe .name-block {
  float: left;
}

figure.effect-zoe p.icon-links {
  float: right;
  margin-top: 8px;
}

figure.effect-zoe p.icon-links a {
  float: left;
  color: #323232;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 5em;
  padding: 2em;
  color: #000;
  text-transform: none;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
  background: rgba(250, 183, 2, 0.67);
  left: 0;
}

figure.effect-zoe .name-block,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover .name-block,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover .name-block {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-nav {
  position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
  background: #e6ae49;
}

.nf-carousel-theme {
}

.nf-carousel-theme .owl-controls .owl-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: -15px;
  color: #fff;
}

.content-carousel .owl-controls .owl-nav .owl-prev,
.content-carousel .owl-controls .owl-nav .owl-next,
.image-slider .owl-controls .owl-nav .owl-prev,
.image-slider .owl-controls .owl-nav .owl-next,
.fullwidth-slider .owl-controls .owl-nav .owl-prev,
.fullwidth-slider .owl-controls .owl-nav .owl-next,
.nf-carousel-theme .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
  background: #14469f !important;
  color: #fff;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  z-index: 3;
  position: absolute;
  text-align: center;
}

.content-carousel .owl-controls .owl-nav .owl-prev:hover,
.content-carousel .owl-controls .owl-nav .owl-next:hover,
.image-slider .owl-controls .owl-nav .owl-prev:hover,
.image-slider .owl-controls .owl-nav .owl-next:hover,
.fullwidth-slider .owl-controls .owl-nav .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-nav .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-nav .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
}

.content-carousel .owl-controls .owl-nav .owl-next,
.image-slider .owl-controls .owl-nav .owl-next,
.fullwidth-slider .owl-controls .owl-nav .owl-next,
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-prev {
  left: -60px;
  margin-left: 0;
  opacity: 1;
}

.nf-carousel-theme .owl-controls .owl-nav .owl-next {
  right: -60px;
  margin-right: 0;
  opacity: 1;
}

.content-carousel:hover .owl-controls .owl-nav .owl-prev,
.content-carousel:hover .owl-controls .owl-nav .owl-next,
.image-slider:hover .owl-controls .owl-nav .owl-prev,
.image-slider:hover .owl-controls .owl-nav .owl-next,
.fullwidth-slider:hover .owl-controls .owl-nav .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-nav .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-nav .owl-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(25, 169, 153, 0.56);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 25px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.owl-nav i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

/*Form Style   ||-----------*/

button {
  outline: none;
  border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}

button,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #5e6c79;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  color: #323232;
}

input,
textarea,
select {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

input.input-sm,
.input-sm {
  padding: 8px 15px;
}

textarea {
  height: 120px;
}

label {
  color: #323232;
  font-size: 13px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: 500;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Neurial Grotesk Regular';
}

.form-full {
  width: 100%;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
  margin-bottom: 0px;
}

select.input-sm {
  height: 37px;
  line-height: 1;
}

form .error {
  border-color: #e1534f !important;
}

form label.error {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #e1534f;
  font-size: 12px;
  font-weight: 400;
}

.successContent,
.errorContent {
  margin-bottom: 20px;
  display: none;
  text-transform: none;
  letter-spacing: 1px;
}

/*  Page Intro   ||-----------*/
.inner-intro .container {
  margin-top: 5px;
}

.inner-intro {
  margin-top: 60px;
  background-color: #f7f7f7;
  height: 190px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.inner-intro.inner-intro-small {
  height: 380px;
}

.inner-intro .container {
  position: relative;
  height: 100%;
  display: table;
}

.inner-intro .container .title {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

.bg-img {
  background: url(../images/breadcrumb/breadcrumb.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg--contact-img{
  background: url(../images/breadcrumb/contact_us.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}
.bg-sitemap-img{
  background: url(../images/breadcrumb/sitemap.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-team-member {
  background: url(../images/breadcrumb/team_desk.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-group-company {
  background: url(../images/breadcrumb/group_company_desk.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-auto {
  background: url(../images/breadcrumb/breadcrumb_automotive.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
  background-position: bottom;
}

.bg-img-serviceeng {
  background: url(../images/breadcrumb/service_eng_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img-nonauto {
  background: url(../images/breadcrumb/breadcrumb_nonautomotive.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-member {
  background: url(../images/breadcrumb_boardmembers.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img-history {
  background: url(../images/breadcrumb/team_desk.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-location {
  background: url(../images/breadcrumb/breadcrumb_location.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-career {
  background: url(../images/breadcrumb/careers.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img-events {
  background: url(../images/breadcrumb/csr_award.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-gallery {
  background: url(../images/breadcrumb/gallery.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-awards {
  background: url(../images/breadcrumb/award.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-custsupport {
  background: url(../images/breadcrumb/coustmer_support.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img-vendor {
  background: url(../images/breadcrumb/vendor.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-quality {
  background: url(../images/breadcrumb/quality_asssurance.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-plant-info {
  background: url(../images/breadcrumb/plant_info_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-social-activity {
  background: url(../images/breadcrumb/social-activity-desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-csr-rsb {
  background: url(../images/breadcrumb/csr_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-csr-approach {
  background: url(../images/breadcrumb/csr_rsb_approach_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-product {
  background: url(../images/breadcrumb/product_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-product-detail {
  background: url(../images/breadcrumb/propeller_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img-prop-shaft {
  background: url(../images/breadcrumb/propeller_shaft_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-gear-box {
  background: url(../images/breadcrumb/gearbox_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-trailer-axel {
  background: url(../images/breadcrumb/trailer_axel_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-wheel-coupling {
  background: url(../images/breadcrumb/wheel_coupling_desk.png) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-legal-notice {
  background: url(../images/breadcrumb/legal_notice_desk.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-csrpolity {
  background: url(../images/breadcrumb/csr_policy_desk.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-csrawards {
  background: url(../images/breadcrumb/csr_award.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

.bg-img-aftermarket {
  background: url(../images/breadcrumb/after_market.webp) 0 58% no-repeat;
  -webkit-background-size: cover;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .order-sm-1 {
    order: -1;
  }

  .bg-img-quality {
    background: url(../images/breadcrumb/qa_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bg-img-csrpolity {
    background: url(../images/breadcrumb/csr_policy_desk.webp) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bg-img-legal-notice {
    background: url(../images/breadcrumb/legal_notice_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-history {
    background: url(../images/breadcrumb/team_desk.webp) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bg-img-product-detail {
    background: url(../images/breadcrumb/propeller_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-serviceeng {
    background: url(../images/breadcrumb/service_engi_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-member {
    background: url(../images/breadcrumb/bmember_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-location {
    background: url(../images/breadcrumb/location_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bg-img-auto {
    background: url(../images/breadcrumb/automotive_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-nonauto {
    background: url(../images/breadcrumb/nonauto_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-career {
    background: url(../images/breadcrumb/career_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-events {
    background: url(../images/breadcrumb/csr_award_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-gallery {
    background: url(../images/breadcrumb/gallery_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-awards {
    background: url(../images/breadcrumb/award_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-custsupport {
    background: url(../images/breadcrumb/customer_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-vendor {
    background: url(../images/breadcrumb/vendor_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-quality {
    background: url(../images/breadcrumb/quality_md.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-team-member {
    background: url(../images/breadcrumb/team_desk.webp) 0 58% no-repeat;
    
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bg-img-plant-info {
    background: url(../images/breadcrumb/plant_info_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-social-activity {
    background: url(../images/breadcrumb/social_activity_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-csr-rsb {
    background: url(../images/breadcrumb/csr_rsb_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-csr-approach {
    background: url(../images/breadcrumb/csr_approach_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-product {
    background: url(../images/breadcrumb/product_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-prop-shaft {
    background: url(../images/breadcrumb/propellor_shaft_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-gear-box {
    background: url(../images/breadcrumb/gearbox_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-trailer-axel {
    background: url(../images/breadcrumb/trailer_axel_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-wheel-coupling {
    background: url(../images/breadcrumb/wheel_coupling_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-group-company {
    background: url(../images/breadcrumb/group_company_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-csrawards {
    background: url(../images/breadcrumb/csr_award_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }

  .bg-img-aftermarket {
    background: url(../images/breadcrumb/after_market_mob.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  }
}

.overlay-before:before {
  content: "";
  background: rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1366px) {
  .bg-img {
    background: url(../images/breadcrumb/breadcrumb.png) 0 58% no-repeat;
    -webkit-background-size: cover;
    /* background-size: 100% 100%; */
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .inner-intro {
    height: 170px;
  }

  .overlay-before:before {
    width: 100%;
    transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    opacity: 0.9;
  }
}

.member_say {
  font-size: 14px;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.pagination-nav ul {
  margin: 0px;
  padding: 0px;
}

.pagination-nav ul li {
  display: inline-block;
  margin: 0px 2px;
}

.pagination-nav ul li a {
  display: block;
  border: 1px solid #ffa500;
  color: #ffa500;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
}

.pagination-nav ul li.active a,
.pagination-nav ul li:hover a {
  background: #ffa500;
  color: #fff;
}

/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
  margin-bottom: 50px;
}

.sidebar-widget h4 {
  margin: 0px;
  padding-top: 0;
  padding-bottom: 15px;
}

.widget-search {
  position: relative;
}

.widget-search input[type="text"] {
  padding-right: 30px;
  border: 1px solid #dedede;
  margin-bottom: 0;
}

.widget-search input[type="text"]:focus {
  border: 1px solid #ffa500;
}

.blog-post-hr input[type="text"],
.blog-post-hr textarea {
  border: 1px solid #dedede;
}

.blog-post-hr input[type="text"]:focus,
.blog-post-hr textarea:focus {
  border: 1px solid #ffa500;
}

.widget-search input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  color: #8d8d8d;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "FontAwesome", sans-serif;
  margin: 0;
  outline: 0 none;
  white-space: nowrap;
  padding: 0 3px;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget-search input[type="submit"]:hover {
  color: #e6ae49;
}

.sidebar-widget hr {
  margin-bottom: 15px;
}

.sidebar-widget ul {
  margin: 0px;
  padding-left: 0px;
}

.sidebar-widget ul li {
  list-style: none;
  font-weight: 400;
}

.categories li {
  border-bottom: 1px solid #dedede;
}

.sidebar-widget ul li a {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

.sidebar-widget .categories li a {
  padding: 10px 0px;
  text-transform: capitalize;
}

.sidebar-widget ul li a:hover {
  color: #ffa500;
}

.widget-tag {
  display: inline-table;
  margin-top: 15px;
}

.widget-tag li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}

.widget-tag li a {
  padding: 4px 10px;
  display: block;
  border: 1px solid #ffa500;
  color: #ffa500;
}

.sidebar-widget .widget-tag li a:hover {
  background: #ffa500;
  color: #fff;
}

.sidebar-widget .widget-post {
  position: relative;
}

.sidebar-widget .widget-post .widget-post-media {
  width: 118px;
  display: table-cell;
  padding: 0px 15px 0px 0px;
}

.sidebar-widget .widget-post li {
  margin-bottom: 20px;
}

.sidebar-widget .widget-post a {
  padding: 0px;
}

.sidebar-widget .widget-post .widget-post-media img,
.sidebar-widget .widget-post .widget-post-media video {
  width: 100%;
  vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info {
  display: table-cell;
  vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info h5,
.sidebar-widget .widget-post .widget-post-info h6 {
  margin-bottom: 5px;
}

.sidebar-widget .widget-post .widget-post-info p {
  margin: 0px;
}

.sidebar-widget .color-widget {
  overflow: hidden;
}

.sidebar-widget .color-widget li {
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 8px 8px 0;
  border: 1px solid #f1f1f1;
}

.sidebar-widget .red-box {
  background: #ff0000;
}

.sidebar-widget .yellow-box {
  background: #ffd700;
}

.sidebar-widget .blue-box {
  background: #0000ff;
}

.sidebar-widget .green-box {
  background: #006000;
}

.sidebar-widget .orange-box {
  background: #ff4500;
}

.sidebar-widget .light-b-box {
  background: #add8e6;
}

.sidebar-widget .black-box {
  background: #000;
}

.sidebar-widget .darkmagenta-box {
  background: #8b008b;
}

.sidebar-widget .darkturquoise-box {
  background: #00ced1;
}

.sidebar-widget .Olive-box {
  background: #00ced1;
}

.sidebar-widget .Orchid-box {
  background: #da70d6;
}

.sidebar-widget .purple-box {
  background: #600080;
}

.sidebar-widget .darkturquoise-box {
  background: #8b4513;
}

.sidebar-widget .magenta-box {
  background: #ff00ff;
}

.sidebar-widget .SaddleBrown-box {
  background: #8b4513;
}

/***

 ====================================================================
 Single-Blog-Post
 ====================================================================

 ***/
.item-nav {
  text-align: center;
  display: block;
  overflow: hidden;
}

.item-nav .item-prev {
  text-align: left;
  float: left;
}

.item-nav .item-next {
  text-align: right;
  float: right;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
  color: #ffa500;
  width: 51px;
  border: 1px solid #ffa500;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
  position: relative;
  display: inline-block;
}

.item-nav .item-prev .prev-btn:hover,
.item-nav .item-next .next-btn:hover {
  background: #ffa500;
  color: #fff;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.single-blog-post .img-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.single-blog-post .img-box img {
  width: 100%;
}

.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 202, 0, 0.8);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease;
}

.single-blog-post:hover .img-box .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #ffb606;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
  background: #ffb606;
  border-color: #fff;
  color: #fff;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
}

.single-blog-post .content-box .date-box {
  padding-right: 25px;
}

.single-blog-post .content-box .date-box .inner {
  width: 65px;
  text-align: center;
  border: 2px solid #ffb606;
  background: #ffb606;
}

.single-blog-post .content-box .date-box .inner .date {
  padding: 15px 0;
}

.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  border-top: 0px;
}

.single-blog-post .content-box .date-box .comment i:before {
  color: #374045;
  font-size: 16px;
}

.single-blog-post .content-box .content h3 {
  font-size: 20px;
  color: #222;
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}

.single-blog-post .content-box .content p {
  font-size: 15px;
}

.single-blog-post .content-box .content span {
  color: #222222;
  font-size: 13px;
}

.single-blog-post .content-box .content span a {
  color: #ffb606;
}

.single-blog-post .share {
  margin: 0;
  padding: 0;
}

.single-blog-post .share li {
  display: inline;
  list-style: none;
}

.single-blog-post .share li a,
.single-blog-post .share li span {
  display: inline-block;
  color: #d5dadd;
  font-size: 16px;
  margin-right: 10px;
}

.single-blog-post .share li a:hover {
  color: #ffb606;
}

.single-blog-post .share li span {
  color: #222222;
  font-size: 12px;
  text-transform: capitalize;
}

.single-blog-post .bottom-box {
  margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
  display: table-cell;
  vertical-align: top;
}

.blog-details .admin-info .inner-box {
  width: 100px;
}

.blog-details .admin-info .content {
  padding-left: 45px;
}

.blog-details .admin-info .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222e35;
}

.blog-details .admin-info .social {
  padding: 0;
  margin: 0;
}

.blog-details .admin-info .social li {
  display: inline-block;
  list-style: none;
}

.blog-details .admin-info .social li a {
  font-size: 16px;
  margin-right: 7px;
  color: #d5dadd;
}

.blog-details .comment-box .title {
  margin-bottom: 50px;
}

.blog-details .comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.blog-details .comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}

.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details .comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}

.blog-details .comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.blog-details .comment-box .single-comment-box .content-box span {
  color: #272727;
  display: inline-block;
  font-weight: 500;
}

.blog-details .comment-box .single-comment-box .content-box p {
  color: #9c9c9c;
  line-height: 26px;
}

.blog-details .comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #262f36;
}

.blog-details .comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}

.blog-details .contact-form {
  position: relative;
  background: #fff;
  color: #000;
  padding: 40px 20px;
  background: #f4f4f4;
}

.blog-details .contact-content h2 {
  color: #23282a;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-bottom: 35px;
}

.blog-details .contact-content .contact-form textarea,
.blog-details .contact-content .contact-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #f0f0f0;
  outline: none;
  padding-left: 20px;
  line-height: 58px;
  margin-bottom: 20px;
  background: #fff;
}

.blog-details .contact-content .contact-form textarea {
  height: 221px;
}

/***

 ====================================================================
 single-blog-post
 ====================================================================

 ***/

.single-blog-post .content-box {
  border: 1px solid #eee;
  margin-top: px;
  padding: 30px 0;
}

.single-blog-post .img-box {
  position: relative;
  display: inline-block;
}

.single-blog-post .img-box img {
  width: 100%;
}

.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.5);
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease;
}

.single-blog-post:hover .img-box .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #0c1f38;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
  background: #0c1f38;
  border-color: #fff;
  color: #fff;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
}

.single-blog-post .content-box .date-box {
  padding-right: 25px;
}

.single-blog-post .content-box .date-box .inner {
  border: 1px solid #0c1f38;
  text-align: center;
  width: 65px;
  background: #fff;
}

.single-blog-post .content-box .date-box .inner .date {
  padding: 8px 0;
}

.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #0c1f38;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0c1f38;
  line-height: 20px;
}

.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  border-top: 0px;
}

.single-blog-post .content-box .date-box .comment i:before {
  color: #374045;
  font-size: 16px;
}

.single-blog-post .content-box .content h3 {
  color: #222;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.single-blog-post .content-box .content p {
  line-height: 26px;
}

.single-blog-post .content-box .content span {
  color: #222222;
  font-size: 13px;
}

.single-blog-post .content-box .content span a {
  color: #0c1f38;
}

.single-blog-post .share {
  margin: 0;
  padding: 0;
}

.single-blog-post .share li {
  display: inline;
  list-style: none;
}

.single-blog-post .share li a,
.single-blog-post .share li span {
  display: inline-block;
  color: #d5dadd;
  font-size: 16px;
  margin-right: 10px;
}

.single-blog-post .share li a:hover {
  color: #ffb606;
}

.single-blog-post .share li span {
  color: #222222;
  font-size: 12px;
  text-transform: capitalize;
}

.single-blog-post .bottom-box {
  margin-top: 35px;
}

.entry-meta {
  margin-bottom: 10px;
  margin-top: 10px;
}

.entry-meta i {
  font-size: 14px;
  margin-right: 5px;
}

.entry-meta li {
  margin-left: 5px;
}

.entry-meta li:first-child {
  margin-left: 0;
}

.entry-meta li a {
  color: #777;
  font-size: 13px;
}

.entry-meta a:hover,
.entry-meta li a:hover {
  color: #0c1f38;
}

.blogbtn {
  background: #0c1f38 none repeat scroll 0 0;
  border: 2px solid #0c1f38;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 10px 22px;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
}

.blogbtn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #0c1f38;
  color: #333;
}

.blogbtn:hover i {
  color: #000 !important;
}

.blogbtn .icon {
  color: #fff;
  padding-left: 2px;
  position: relative;
  top: 1px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.blog-details .content {
  padding-right: 20px;
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
  display: table-cell;
  vertical-align: top;
}

.blog-details .content h3 {
  font-size: 24px !important;
}

.blog-details .admin-info .inner-box {
  width: 100px;
}

.blog-details .admin-info .content {
  padding-left: 45px;
}

.blog-details .admin-info .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222e35;
}

.blog-details .admin-info .social {
  padding: 0;
  margin: 0;
}

.blog-details .admin-info .social li {
  display: inline-block;
  list-style: none;
}

.blog-details .admin-info .social li a {
  font-size: 16px;
  margin-right: 7px;
  color: #d5dadd;
}

.blog-details .comment-box .title {
  margin-bottom: 50px;
}

.blog-details .comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.blog-details .comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}

.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}

.blog-details .comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}

.blog-details .comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.blog-details .comment-box .single-comment-box .content-box span {
  color: #272727;
  display: inline-block;
  font-weight: 500;
}

.blog-details .comment-box .single-comment-box .content-box p {
  color: #9c9c9c;
  line-height: 26px;
}

.blog-details .comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  background: #f4f4f4;
  padding: 0px 10px;
}

.blog-details .comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}

.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}

.single-comment-box.reply-comment {
  padding-left: 100px;
}

/*  Partner Section   ||-----------*/
.logo-group {
  overflow: hidden;
  padding: 0;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  position: relative;
}

.logo-group li {
  width: 20%;
  float: left;
  height: 150px;
  list-style: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.logo-group li img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .logo-group li {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .logo-group li {
    width: 100%;
  }
}

.client-avtar {
  position: absolute;
  left: 42px;
  top: -36px;
  width: 70px;
  height: 70px;
  border: 2px solid #ffa500;
}

.right-pos {
  left: auto;
  right: 42px;
}

.bg-dark {
  position: relative;
}

#testimonial .owl-carousel .owl-item {
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

#testimonial .owl-carousel .owl-item.center {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

/*  Time Line Section  ||-----------*/
.btn-icon {
  padding: 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.btn-icon i {
  line-height: 35px;
}

.btn-icon.btn-icon-lined {
  line-height: 31px;
}

.btn-icon.btn-icon-lined i {
  line-height: 31px;
}

.btn-icon.btn-icon-lined.btn-icon-thin {
  line-height: 33px;
}

.btn-icon.btn-icon-lined.btn-icon-thin i {
  line-height: 33px;
}

.btn-icon-lined {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #3d4051;
  color: #3d4051;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.btn-icon-lined i {
  line-height: 35px;
}

.btn-icon-lined.btn-icon-lined {
  line-height: 31px;
}

.btn-icon-lined.btn-icon-lined i {
  line-height: 31px;
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin {
  line-height: 33px;
}

.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
  line-height: 33px;
}

.btn-icon-lined.btn-icon-thin {
  border-width: 1px;
}

.btn-icon-lined:hover {
  background-color: #fff;
  color: #fff;
}

.btn-icon-lined.btn-default-light {
  color: #bbb;
  border: 2px solid #bbb;
}

.btn-icon-lined.btn-default-light:hover {
  color: #bbb;
  border: 2px solid #bbb;
}

.btn-icon-lined.btn-default {
  color: #777;
  border-color: #777;
}

.btn-icon-lined.btn-default:hover {
  color: #777;
  border-color: #777;
}

.btn-icon-lined.btn-primary {
  color: #009688;
  border-color: #009688;
}

.btn-icon-lined.btn-success {
  color: #8bc34a;
  border-color: #8bc34a;
}

.btn-icon-lined.btn-info {
  color: #00bcd4;
  border-color: #00bcd4;
}

.btn-icon-lined.btn-warning {
  color: #ffca28;
  border-color: #ffca28;
}

.btn-icon-lined.btn-danger {
  color: #f44336;
  border-color: #f44336;
}

.btn-icon-round {
  border-radius: 50%;
}

.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.btn-icon-sm i {
  line-height: 30px;
}

.btn-icon-sm.btn-icon-lined {
  line-height: 26px;
}

.btn-icon-sm.btn-icon-lined i {
  line-height: 26px;
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin {
  line-height: 28px;
}

.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
  line-height: 28px;
}

.btn-icon-md {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}

.btn-icon-md i {
  line-height: 45px;
}

.btn-icon-md.btn-icon-lined {
  line-height: 41px;
}

.btn-icon-md.btn-icon-lined i {
  line-height: 41px;
}

.btn-icon-md.btn-icon-lined.btn-icon-thin {
  line-height: 43px;
}

.btn-icon-md.btn-icon-lined.btn-icon-thin i {
  line-height: 43px;
}

.btn-icon-lg {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 28px;
}

.btn-icon-lg i {
  line-height: 65px;
}

.btn-icon-lg.btn-icon-lined {
  line-height: 61px;
}

.btn-icon-lg.btn-icon-lined i {
  line-height: 61px;
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin {
  line-height: 63px;
}

.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
  line-height: 63px;
}

.btn-icon-lg-alt {
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.btn-icon-lg-alt i {
  line-height: 70px;
}

.btn-icon-lg-alt.btn-icon-lined {
  line-height: 66px;
}

.btn-icon-lg-alt.btn-icon-lined i {
  line-height: 66px;
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
  line-height: 68px;
}

.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
  line-height: 68px;
}

.ui-timline-left .ui-timeline:before {
  left: 0;
}

@media (min-width: 768px) {
  #tech_collaboration .our_collaboration {
    /* height: 80vh; */
    display: grid;
    place-content: center;
  }

  .ui-timline-left .ui-timeline .tl-item:before {
    display: none;
  }

  .ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px;
  }

  .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777;
  }
}

.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0;
}

@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%;
  }
}

.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}

.ui-timeline .tl-item:before {
  display: none;
  content: "";
}

@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%;
  }
}

.ui-timeline .tl-item .tl-caption {
  width: 150px;
  margin-left: -55px;
}

@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -110px;
  }
}

@media (min-width: 768px) {
  .ui-timeline .tl-item.alt {
    text-align: right;
  }

  .ui-timeline .tl-item.alt:before {
    display: none;
  }

  .ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%;
  }

  .ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0;
  }

  .ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left;
  }

  .ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -53px;
    left: auto;
  }

  .ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
  }
}

.ui-timeline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.ui-timeline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 35px 36px;
}

.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
  background-color: #14469f !important;
  border-color: #14469f !important;
  padding: 10px 12px;
}

.ui-timeline .tl-item .tl-body .tl-time {
  z-index: 1;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  width: 150px;
  color: #777;
  line-height: 35px;
  text-align: right;
}

@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-body .tl-time {
    left: -220px;
    right: auto;
    color: #3d4051;
  }
}

.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 0;
}

.ui-timeline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}

.ui-timeline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.9);
  border-top: 8px solid rgba(255, 255, 255, 0.9);
}

.tooltip-inner {
  padding: 0.85em;
}

.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0;
}

@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%;
  }
}

.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}

.ui-timeline .tl-item:before {
  display: none;
  content: "";
}

@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -39px;
  }

  .ui-timeline .tl-item .tl-body .tl-icon {
    left: -48px;
  }
}

.bg-gray {
  color: #000;
  background-color: #eff0f1;
}

/*  Team Section  ||-----------*/
.designation {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
}

/* logo section start */

.logo img {
  height: 57px;
}

/* logo section end */

#csr_about .btn-primary {
  font-size: 15px;
}
#csr_about .csr_icon {
  color: #14469f;
}
#csr_about a {
  font-size: 14px;
}

/*  Serve Section  ||-----------*/
#serve-section img {
  width: 100%;
}

/*  Faq Page  ||-----------*/
.faq h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 38px;
  text-transform: capitalize;
}

.faq .page-header {
  margin: 0;
}

.faq .faq-header h2 strong {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.faq .faq-header h2 {
  margin-bottom: 27px;
  font-weight: 300;
}

.faq .faq-header {
  margin-bottom: 0;
}

.faq .panel-title > a,
.panel-title a {
  display: block;
}

.faq .panel-group .panel + .panel {
  margin-top: 14px;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body,
.bg-custom {
  border: none;
  padding: 0 48px 0 18px;
  background: #f2ede9;
}

.faq .panel-default > .panel-heading,
.card-header {
  padding: 0;
  background: #f2ede9;
}

.card-header {
  border-radius: 0px !important;
}

.faq .panel-default > .panel-heading a,
.panel-title a {
  padding: 10px 60px 10px 28px;
  color: #26211d;
  position: relative;
}

.faq .panel-default > .panel-heading a:hover {
  text-decoration: none;
}

.faq .panel-default > .panel-heading a.collapsed,
.panel-title a {
  background-position: right top;
}

.faq .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.faq .panel-group .panel p {
  font-weight: 300;
}

.save-lives.ask-us {
  background: #faf8f6;
}

.save-lives.ask-us h2 {
  font-weight: 300;
  margin-bottom: 30px;
}

.faq .panel-heading {
  border-radius: 0;
}

.faq .collape-plus,
.panel-title a i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 100%;
  text-align: center;
}

.collape-plus:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
}

.faq .collape-plus,
.panel-title a i {
  background: #e6202d !important;
  color: #fff;
}

.panel-title a[aria-expanded="true"] .fa-plus:before {
  content: "\f068";
  font-famiyl: "FontAwesome";
}

/*  404 page         ||---------------------------- */

.big-font {
  font-size: 130px;
  margin-bottom: 22px;
  display: block;
}

.big-font i {
  color: #ffa500;
}

.page-404 {
  border-top: 1px solid #f1f1f1;
}

/* Blog Page   --------------------------------------------------------- */

.blog-post {
  display: inline-block;
  width: 100%;
}

.blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-post .post-media iframe {
  width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
}

.post-meta span > a > i {
  color: #ffa500;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
  margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.blog-post .post-header h2 {
  margin-bottom: 30px;
  margin-top: 10px;
}

.blog-post .post-entry {
  margin-bottom: 30px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
  margin-bottom: 20px;
}

.blog-post .post-entry ul {
  color: #202020;
}

.lead-point li {
  list-style: none;
  margin-bottom: 10px;
  color: #ffa500;
  font-weight: 600;
}

.lead-point li i {
  margin-right: 10px;
}

.blog-post .post-tag {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-post .post-tag span {
  margin-right: 10px;
}

.blog-post .post-more-link {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-meta .post-more-link a {
  padding: 8px 18px;
  display: block;
  text-align: center;
  min-width: 0;
  height: auto;
  line-height: inherit;
}

.blog-post .post-more-link {
  position: relative;
  z-index: 2;
}

.blog-post .post-more-link a i {
  font-size: 18px;
  margin: 0;
  background: none;
}

.blog-post .icons-hover-black {
  position: absolute;
  bottom: 39px;
  padding: 10px 0;
  visibility: hidden;
}

.post-section .post-more-link {
  margin-top: 17px;
}

.post-section .blog-post .icons-hover-black {
  bottom: auto;
  top: 39px;
}

.blog-section .icons-hover-black {
  bottom: auto;
  top: 39px;
}

.blog-post .post-more-link:hover .icons-hover-black {
  visibility: visible;
}

.blog-post .post-more-link:hover .btn-color-line {
  background: #ffa500;
  color: #fff;
}

.blog-post .icons-hover-black a {
  opacity: 0;
  transition: all 0.25s ease 0s;
}

.blog-post .post-more-link:hover .icons-hover-black a {
  opacity: 1;
  transition: all 0.25s ease 0s;
}

.facebook-icon {
  background: #3b5998;
}

.twitter-icon {
  background: #00a0d1;
}

.linkedin-icon {
  background: #00a0d1;
}

.googleplus-icon {
  background: #db4a39;
}

.blog-post .icons-hover-black a {
  padding: 8px 12px;
  color: #fff;
}

.blog-post .icons-hover-black a:hover {
  opacity: 0.8;
}

.blog-post .post-more-link .icons-hover-black i {
  line-height: 28px;
}

.blog-post blockquote {
  border-left: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 25px 25px;
  margin: 0px;
  font-weight: 300;
}

.blog-post blockquote:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 7px;
  font-size: 12px;
}

.blog-post blockquote:before {
  content: "";
  font-family: FontAwesome;
  padding-right: 7px;
  font-size: 12px;
}

.blog-post-hr hr {
  margin-bottom: 45px;
  margin-top: 0px;
}

.post-author {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.post-author img {
  width: 120px;
}

.post-author .post-author-details {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .post-author .post-author-details {
    padding-left: 0;
    padding-top: 25px;
  }
}

.blog-post .fa-tag {
  padding-right: 10px;
  color: #ffa500;
}

.post-author h6 {
  margin-top: 0px;
  margin-bottom: 0;
}

.post-author-blog {
  overflow: hidden;
}

.post-author ul.social {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.post-author ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.post-comment {
}

.post-comment .comment-numb {
  font-weight: 300;
}

.post-comment .comment-list {
  margin-left: 0px;
  padding-right: 0px;
  list-style: none;
  padding: 0px;
}

.post-comment .comment-list h6 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
  padding-top: 0px;
}

.post-comment .comment-list li {
  padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
  border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
  position: relative;
  padding-left: 100px;
}

.post-comment .comment-list .comment-detail {
  border-bottom: 1px dotted #eee;
  padding-bottom: 24px;
}

.post-comment .comment-list .comment-reply {
  padding-top: 30px;
}

.post-comment .comment-list .comment-reply-btn i {
  padding-right: 3px;
}

.post-comment .comment-avatar {
  left: 0;
  margin-right: 15px;
  position: absolute;
  width: 85px;
}

.post-comment .comment-avatar img {
  width: 100%;
}

.post-comment-star .star-rat {
  display: inline-block;
}

.post-comment-star label {
  margin-right: 6px;
}

.blog-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffa500;
  color: #fff;
}

.post-media {
  position: relative;
}

.post-media .event-calender,
.first-event .event-calender {
  width: 54px;
  height: 67px;
  font-size: 23px;
  padding-top: 11px;
  z-index: 9;
  text-align: center;
}

.post-media .event-calender span,
.first-event .event-calender span {
  font-size: 12px;
}

.blog-post .blog-date span,
.post-media .event-calender span {
  color: #fff;
}

.post-media img {
  display: block;
}

.event-calender span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
}

/*  Register and login Pages   ||-----------*/
.page-signin .main-body {
  max-width: 480px;
  margin: 10px auto;
}

.page-signin .body-inner {
  position: relative;
  padding: 0 20px 20px;
}

.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0px 0;
  border: none;
  border-radius: 0px;
}

.mdl-shadow--2dp,
.card-panel {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.bg-white {
  background-color: #fff;
  color: #3d4051;
}

.z-depth-2,
.page-signin .card {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

.page-signin .card .card-content {
  padding: 30px 20px;
}

.page-signin .logo {
  font-size: 26px;
  font-weight: normal;
}

.page-signin .form-group {
  position: relative;
  margin: 0;
}

.ui-input-group {
  position: relative;
  margin: 18px 0 12px;
}

.card .card-action {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.card .card-action.no-border {
  border: 0;
}

.color-primary,
a.color-primary {
  color: #ffa500;
}

.card .card-action > a {
  margin-right: 20px;
  text-transform: uppercase;
}

.page-signin .additional-info {
  text-align: center;
  font-size: 12px;
}

.page-signin .additional-info a {
  color: #fafafa;
}

.page-signin .additional-info .divider-h {
  border-right: 1px solid #fafafa;
  margin: 0 15px;
}

.page-signin .additional-info {
  text-align: center;
  font-size: 12px;
}

.page-signin .body-inner:before {
  z-index: -1;
  content: " ";
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffa500;
  height: 220px;
}

.ui-input-group > input {
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: 0 0 0 #fff;
  border: none;
  border-bottom: 1px solid #cbd5dd;
  margin: 0;
}

.ui-input-group > input:focus {
  border-bottom: 1px solid #cbd5dd;
  box-shadow: 0 0 0 #fff;
}

.page-signin .ui-input-group .form-control {
  color: #555;
}

.ui-input-group .input-bar {
  position: relative;
  display: block;
  width: 100%;
}

.ui-input-group .input-bar:before {
  left: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #ffa500;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group .input-bar:after {
  right: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #ffa500;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group > label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}

.ui-input-group > input:focus ~ label,
.ui-input-group > input:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.ui-input-group > input:focus ~ label,
.ui-input-group > textarea:focus ~ label {
  color: #ffa500;
}

.ui-input-group > input:focus ~ .input-bar:before,
.ui-input-group > input:focus ~ .input-bar:after {
  width: 50%;
}

.ui-input-group > input:focus ~ .input-bar:before,
.ui-input-group > input:focus ~ .input-bar:after {
  width: 50%;
}

.checkbox-field label {
  font-size: 12px;
}

.checkbox-field #check_box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.custom-check {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #ffa500;
  top: 4px;
  position: relative;
  margin-right: 10px;
}

.custom-check:before {
  content: "";
  font-family: "Ionicons";
  color: #ffa500;
  font-size: 24px;
  position: absolute;
  top: -3px;
  left: 5px;
}

.checkbox-field #check_box:checked + .custom-check:before {
  content: "\f3fd";
}

.spacer {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Newslatter*/
.newsletter {
  position: relative;
}

.newsletter form {
  position: relative;
  margin-top: 20px;
}

.newsletter .newsletter-input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #202020;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px;
  background: none;
  border-radius: 0;
  border: 1px solid #b1afaf;
  color: #7f7f7f;
}

.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: #14469f !important;
  line-height: 46px;
  border-radius: 0;
  width: 49px;
  color: #fff;
}

/*project*/
#project-section .italic {
  margin-bottom: 8px;
}

#project-section .grid figure {
  float: none;
}

#project-section:hover .owl-prev,
#project-section:hover .owl-next {
  width: 40px;
}

/*======================*/
.block_wrapper {
  overflow: hidden;
  transform: translateZ(0);
}

.box-block {
  border: 1px solid #ddd;
}

.title-box {
  position: relative;
  padding-left: 70px;
}

.box-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.box-icon {
  color: #4b4e53;
  font-size: 54px;
  -webkit-transition: prop time;
  transition: all 0.1s ease 0s;
}

.box-block:hover .box-icon {
  font-size: 62px;
}

.title-box h3 {
  color: #4b4e53;
  line-height: 2;
  font-size: 18px;
  margin: 0;
}

.title-box p {
  margin-bottom: 0;
}

.our-point {
  padding: 0 0 0 20px;
}

.our-point li {
  list-style: none;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.61);
}

.our-point li i {
  color: rgba(0, 0, 0, 0.61);
}

.text-dark {
  color: black !important;
}

.our-vision p {
  font-size: 14px;
  line-height: 1.65;
}

#chairman_director .chairman_video .chairman_desc {
  font-size: 17px;
  line-height: 1.6;
}

#chairman_director .thumbnail .chairman_img {
  height: 346px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 0%);
}

#chairman_director {
  /* position: relative; */
  background: url(../images/slider/chairman_backgroundimg.png) no-repeat;
  /* height:550px; */
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
}

#chairman_director2 {
  /* position: relative; */
  /* background: url(../images/slider/chairman_backgroundimg.png) no-repeat; */
  /* height:550px; */
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
}

#chairman_director2 .thumbnail .chairman_img {
  height: 372px;
  /* object-fit: cover; */
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 0%);
}

#chairman_director2 .chairman_video {
  /* background: #00000038; */
  height: 100vh;
}

#chairman_director .chairman_video {
  background: #00000038;
  height: 100vh;
}

#our_career .wrapper_carrersection h1 {
  font-size: 20px;
}

#our_career .career_cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#our_career .btn-career {
  height: 40px !important;
  background: #0275d8;
  border-radius: 20px;
  color: #fff;
  width: 100px;
}

#our_career .btn-career:hover {
  background: #025aa5;
}

#chairman_director .padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

#chairman_director .chairman_video .chairman_desc_card {
  background: rgb(20 70 159);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 0%);
  border-radius: 10px;
  border: 1px solid rgb(20 70 159);
  height: 346px;
}

#band_facts .bandfacts_after {
  border-bottom: 2px solid red;
  position: absolute;
  width: 60px;
  height: 3px;
  /* left: calc(50% - 45px); */
}

#band_facts .btn-primary {
  border: none;
  float: right;
}

#our_career .single_carousel .career_box {
  background: #e0ebff;
  border-radius: 10px;
}

#our_career .single_carousel .quote_box {
  background: #0275d8;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  height: 50px;
  left: 20px;
  line-height: 49px;
  width: 50px;
  position: absolute;
  text-align: center;
  bottom: -23px;
  left: 50px !important;
}

#carrier_section .wrapper_carrier {
  padding-bottom: 30px;
}

/* .testimonial_wrapper__block {
	padding-top: 20px !important;
} */

/*  Contact Page   ||-----------*/
.map {
  width: 100%;
  height: 450px;
}

#map {
  height: 100%;
}

#success {
  display: none;
  position: absolute;
  top: -76px;
  left: 0;
  width: 100%;
}

.dark-translucent-bg {
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.dark-translucent-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.contact-form {
  position: relative;
  background: #fff;
  text-align: center;
}

.contact-form input[type="text"],
.contact-form textarea {
  padding-right: 30px;
  border: 1px solid #dedede;
  margin-bottom: 0;
  font-size: 14px;
}

form .error {
  border-color: #e1534f;
}

.contact-form textarea {
  height: 202px;
}

.contact-form input[type="text"] {
  display: block;
  height: 46px;
  margin-bottom: 32px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #878787;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Neurial Grotesk Regular';
}
.contact-form select {
  display: block;
  height: 46px;
  margin-bottom: 32px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #878787;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Neurial Grotesk Regular';
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  border: 1px solid #ffa500;
  font-family: 'Neurial Grotesk Regular';
}

.i-block {
  display: inline-block;
}

.icon-circle {
  font-size: 50px;
  border: 1px solid #d5d5d5;
  height: 89px;
  width: 89px;
  text-align: center;
  line-height: 89px;
  margin: 0 auto;
  border-radius: 100%;
  display: block;
}

.contact .icon-circle {
  border: 1px solid #ffa500;
  color: #ffa500;
  position: static;
}

.mapmarker .ion-ios-location {
  color: #ffa500;
  font-size: 50px;
}

@media (max-width: 767px) {
  .inner-intro .container {
    width: 100%;
    max-width: 720px;
    text-align: center;
  }
}

/*  Preloader   ||-----------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #fff;
}

.sk-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0c1f38;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==============================
 20. Side Bar Widget styles
 ============================== */

.single-sidebar-widget ul {
  list-style: none;
  padding-left: 0;
}

.single-sidebar-widget {
  margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}

.single-sidebar-widget .sec-title h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.single-sidebar-widget .sec-title {
  font-size: 15px;
  font-weight: 600;
}

.single-sidebar-widget .sec-title h2:after {
  width: 35px;
}

.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  height: 40px;
}

.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 2px;
}

.single-sidebar-widget
  .contact-form
  .select-menu
  + .ui-selectmenu-button
  .ui-selectmenu-text {
  line-height: 40px;
}

.single-sidebar-widget .dwnld-broucher a {
  text-transform: uppercase;
  color: #08add0;
  font-weight: 600;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}

.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .special-links li a {
  background: #f9f9f9;
  color: #323232;
  border: 1px solid #e9e9e9;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
  color: inherit;
}

.single-sidebar-widget .special-links li a:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  color: #6a6969;
  font-weight: normal;
}

.single-sidebar-widget .special-links li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -1px;
  color: #fab702;
  font-size: 0px;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 4px solid #14469f !important;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li a.active {
  background: #fff;
  color: #fab702;
}

.single-sidebar-widget .special-links li a.active:after {
  color: #fab702;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
  opacity: 1;
}

.search-box placeholder {
  color: #000;
}

.single-sidebar-widget .search-box form {
  background: #e5e5e5;
  width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
}

.single-sidebar-widget .search-box form input {
  padding-left: 30px;
  border: none;
  outline: none;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 55px);
  background-color: transparent;
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.single-sidebar-widget .search-box form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(186, 185, 185, 1);
}

.single-sidebar-widget .search-box form button {
  position: relative;
  left: 2px;
  width: 50px;
  background: #fab702;
  color: #000000;
  font-size: 16px;
  padding: 11px 0px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .search-box form button:hover {
  background: #1fb5c7;
}

.single-sidebar-widget .search-box form button:hover i {
  color: #fff;
}

.single-sidebar-widget .search-box form button:hover:after {
  background: #1fb5c7;
}

.single-sidebar-widget .search-box form button i {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .categories ul li:last-child a {
  border: none;
}

.single-sidebar-widget .categories ul li a {
  color: #898989;
  text-transform: capitalize;
  line-height: 42px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.single-sidebar-widget .categories ul li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #c8c8c8;
  position: absolute;
  top: 0;
  right: 0;
}

.single-sidebar-widget
  .popular-post
  .img-cap-effect
  .img-box
  .img-caption:before {
  border-width: 2px;
}

.single-sidebar-widget .popular-post li {
  margin-bottom: 30px;
}

.single-sidebar-widget .popular-post li:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-widget .popular-post .img-box {
  width: 110px;
}

.single-sidebar-widget .popular-post .content {
  padding-left: 30px;
}

.single-sidebar-widget .popular-post .content a h4 {
  font-family: "Poppins", sans-serif;
  color: #242424;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .popular-post .content a h4:hover {
  color: #1fb5c7;
}

.single-sidebar-widget .popular-post .content p {
  color: #8e8d8d;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.single-sidebar-widget .popular-post .content span {
  color: #1cbac8;
  font-size: 13px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}

.single-sidebar-widget .text-box p {
  color: #8e8d8d;
}

.single-sidebar-widget .insta-feed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-sidebar-widget
  .insta-feed
  ul
  .img-cap-effect
  .img-box
  .img-caption:before {
  border-width: 2px;
}

.single-sidebar-widget .insta-feed {
  font-size: 0;
  display: inline-block;
}

.single-sidebar-widget .insta-feed img {
  max-width: 100%;
  display: inline-block;
  font-size: 0;
  margin-bottom: 1px;
  margin-right: 1px;
}

.single-sidebar-widget .tag-cloud {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.single-sidebar-widget .tag-cloud li {
  display: inline-block;
}

.single-sidebar-widget .tag-cloud li a {
  display: block;
  color: #787878;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 7px 22px;
  font-size: 12px;
  margin: 0 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .tag-cloud li a:hover {
  background: #e5e5e5;
  color: #787878;
  border-color: #e5e5e5;
}

.single-client-box {
  margin-bottom: 50px;
}

.single-client-box:last-child {
  margin-bottom: 0;
}

.single-client-box .icon-box,
.single-client-box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-client-box .icon-box {
  width: 170px;
  text-align: center;
  border-top: 4px solid #1fb5c7;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.single-client-box .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

.single-client-box .content h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-client-box .content p {
  color: #898989;
  margin: 0;
}

.single-sidebar-widget ul.brochure-btns li a {
  font-family: "Poppins", sans-serif;
  color: #404040;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  background: #fbfbfb;
  border: 1px solid #ededed;
  padding: 12px 20px;
}

.single-sidebar-widget ul.brochure-btns li {
  display: block;
  margin-bottom: 21px;
}

.single-sidebar-widget ul.brochure-btns li a i {
  color: #e94429;
  margin: 0 10px 0;
  font-size: 1.2em;
}

.faq.service-box .panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 20px 18px;
  background: rgba(242, 237, 233, 0.38);
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
}

/*  Project   ||-----------*/
.filter-button-group {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.filter-button-group li {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.line-btn {
  background: none;
  color: #323232;
  padding: 5px 10px;
  border: 2px solid #e1e1e1;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.line-btn:hover,
.line-btn.active {
  background: #fab702;
  border: 2px solid #fab702;
  color: #fff;
}

.project-col-3 {
  list-style: none;
  padding-left: 0;
  padding-top: 29px;
  margin-left: -30px;
}

.project-col-3 li {
  float: left;
  padding-left: 30px;
  width: 33.33%;
  margin-bottom: 15px;
}
.ourProduct .product_card2 img {
  box-shadow: 1px 0px 11px 0px #00000000 !important;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .ourProduct .product_card2 img {
    box-shadow: 1px 0px 11px 0px #00000000 !important;
  }
  .product_new_section .product_card2 img {
    box-shadow: 1px 0px 11px 0px #00000000 !important;
  }
  .slideShow .slider li {
    text-align: center;
  }
  .date_top {
    position: unset !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .ourProduct .product_card2 {
    overflow: hidden !important;
  }

  .p_main_vehicle {
    width: 100% !important;
  }

  .automotiveSvg,
  .nonAutoSvg {
    width: 75px;
  }

  .ourProduct .spanLable {
    font-size: 30px;
    font-weight: 700;
    top: -35px;
    margin-top: 0;
    left: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
  }

  .project-col-3 li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .partner-blck__brdr {
    /* border: 1px solid #afafaf; */
    padding: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
  }
  #chairman_director .thumbnail .chairman_img {
    height: auto !important;
  }

  #chairman_director .chairman_video .chairman_desc_card {
    height: auto !important;
  }

  .automotiveSvg,
  .nonAutoSvg {
    display: none;
  }

  .market_segment .auto_non_auto {
    top: 0px !important;
  }

  #chairman_director .chairman_video .pr-lg-0 {
    padding: 0px;
  }

  #chairman_director .thumbnail .chairman_img {
    width: 100%;
  }

  .ourProduct .hotspot span {
    font-size: 15px !important;
    min-width: 150px !important;
    padding: 10px 10px !important;
    top: -52px !important;
  }
}

@media (max-width: 500px) {
  .screen_3 .img_2020 {
    width: 75%;
  }

  .screen_3 .desc_2020 {
    color: unset;
    font-size: 13px !important;
  }

  #pagepiling .year .large-year21 {
    font-size: 2rem !important;
  }

  #pagepiling .year .large-year20 {
    font-size: 2rem !important;
  }

  #pagepiling .year h1 {
    font-size: 18px !important;
  }

  #pagepiling .screen_0 .width_mob_resp {
    width: 55%;
  }

  .order_mob_resp {
    order: -1;
  }

  .market_segment .non_auto_pills,
  .auto_pills {
    overflow: auto;
    background-color: aliceblue;
  }

  .market_segment .ourProduct .scrolling_tab {
    width: max-content;
    font-size: 16px !important;
  }

  .market_segment .auto_non_auto {
    font-size: 19px !important;
    font-weight: 700;
    top: -33px;
    margin-top: 0;
    left: 8px !important;
  }

  ::-webkit-scrollbar {
    height: 10px !important;
  }

  .container-filter {
    display: flex;
    overflow-x: auto;
  }

  .container-filter li a {
    width: 200px;
  }

  #csr_section .projectFactsWrap {
    flex-direction: column !important;
    align-items: center;
  }

  #csr_section .projectFactsWrap .item {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 0px !important;
    text-align: center !important;
  }

  #facts_figures .projectFactsWrap {
    flex-direction: column !important;
    align-items: center;
  }

  #facts_figures .projectFactsWrap .item {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 0px !important;
    text-align: center !important;
  }

  .ourProduct .hotspot span {
    font-size: 11px !important;
    min-width: 70px !important;
    padding: 6px 10px !important;
    top: -52px !important;
  }
}

@media (max-width: 767px) {
  *,
  ::after,
  ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  .project-col-3 li {
    width: 100%;
  }
}

/*  Project details   ||-----------*/
.project-details {
  position: relative;
}

.project-info {
  position: absolute;
  top: 80%;
  right: 20px;
  background: #d49c07;
  color: #fff;
  padding: 48px 30px;
  width: 400px;
}

.project-box {
  overflow: hidden;
  width: 100%;
}

.project-info ul,
.project-gallery {
  list-style: none;
  padding: 0;
}

.project-info li {
  padding-top: 10px;
}

.project-info strong {
  min-width: 133px;
  display: inline-block;
}

.project-gallery {
  overflow: hidden;
}

.project-gallery li {
  margin-bottom: 20px;
  width: 50%;
  float: right;
  padding-right: 20px;
}

.project-gallery li img {
  width: 100%;
  max-width: none;
}

#related-project .owl-prev,
#related-project .owl-next {
  top: -42px;
  right: 0;
  left: auto;
  border: 2px solid #e9e9e9;
  color: #ccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: none;
}

#related-project .owl-prev {
  right: 50px;
}

#related-project .owl-prev:hover,
#related-project .owl-next:hover {
  border: 2px solid #fab702;
  color: #fff;
  background: #fab702;
}

.project-col-3 li.width-2 {
  width: 66.66%;
}

.project-col-3 li.grid-sizer {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-info {
    width: 100%;
  }

  .project-info {
    position: static;
  }

  .project-info li {
    float: left;
    width: 50%;
  }

  .project-gallery {
    margin-left: -20px;
  }

  .project-gallery li {
    float: left;
    width: 25%;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .project-col-3 li.width-2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .project-info {
    width: 100%;
  }

  .project-info {
    position: static;
  }

  .project-info li {
    float: none;
  }

  .project-col-3 li.width-2 {
    width: 100%;
  }

  .project-gallery li {
    margin-bottom: 0;
  }

  #related-project .owl-prev,
  #related-project .owl-next {
    bottom: 0;
    top: auto;
  }
}

/*Testimonial 2*/
.owl-item {
  cursor: move;
}

.box-width {
  margin: 0 auto;
  text-align: center;
  max-width: 598px;
}

.name-text {
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.site-text {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.panel-group .panel {
  border-radius: 0;
}

.get-touch .contact-form {
  text-align: left;
}

.xs-size {
  position: relative;
  font-size: 16px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn-text:hover .xs-size {
  top: -6px;
  right: -10px;
}

.date-bg {
  background: #314555;
}

.chooose-box strong {
  display: block;
  margin-bottom: 15px;
}

.chooose-box strong i {
  font-size: 20px;
  margin-right: 10px;
  color: #ffa500;
}

#blog-section {
  position: relative;
  overflow: hidden;
}

#blog-section .blog-post .post-more-link {
  float: none;
}

.project-info-box li {
  padding-top: 10px;
}

.project-info-box strong {
  min-width: 133px;
  display: inline-block;
}

@media (max-width: 991px) {
  .project-info-box {
    padding-left: 26px;
  }

  .project-info-box strong {
    min-width: 100px;
  }
}

.top-btn {
  min-width: 0;
  padding: 0 29px;
  line-height: 50px;
  height: 50px;
  margin-left: 20px;
  background: #314555;
}

.top-btn:hover,
.header-1 .icons-hover-black i:hover {
  background: #a57a06;
}

.half-width {
  overflow: hidden;
}

.none-responsive {
  max-width: none;
}

.bg-img-1 {
  background: url(../images/new_slider02.html) 0 0 no-repeat;
  background-size: cover;
}

.bg-img-2 {
  background: url(../images/slider-home-construction-02.html) 0 0 no-repeat;
  background-size: cover;
}

/*Gallery*/

.gallery {
  padding-bottom: 20px;
}

.isotope .item {
  width: 25%;
  float: left;
  padding-bottom: 30px;
}

.gallery .item {
  padding-bottom: 30px;
}

.gallery-col-2.isotope .item {
  width: 50%;
}

.gallery-col-3.isotope .item {
  width: 33.33%;
}

.icon-box {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 43px;
  line-height: 100px;
}

.gallery-item-detail .icon-box {
  color: #fff;
}

.nf-col-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-item-detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.gallery-item-img {
  position: relative;
  overflow: hidden;
}

.gallery-item-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.gallery-item-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.gallery-item-img .gallery-item-detail {
  background-color: #cb7b52;
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.team-item-img .team-item-detail,
.gallery-item-img .gallery-item-detail {
  background-color: rgba(203, 123, 82, 0.32);
}

.gallery-item:hover .gallery-item-detail {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .isotope .item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .isotope .item,
  .gallery-col-3.isotope .item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .isotope .item,
  .gallery-col-3.isotope .item,
  .gallery-col-2.isotope .item {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
 feature bg box
 -----------------------------------------------------------------*/
.feature-bg-box {
  position: relative;
  padding: 28px;
  border-radius: 4px;
}

.gray-bg {
  background: rgb(247, 247, 247);
}

.feature-bg-box,
.feature-bg-box:hover .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-bg-box .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px #f6f6f6;
  line-height: 80px;
}

.featured-item.feature-bg-box .icon i {
  color: #0c1f38;
  font-size: 40px;
  line-height: 80px;
}

.featured-item.feature-bg-box .icon i.sub-color {
  color: #ffaf36;
}

.feature-bg-box .title {
  display: inline-block;
  margin-top: 40px;
}

.featured-item.feature-bg-box:hover {
  background: #0c1f38;
  color: #fff;
}

.featured-item.sub-color_hover:hover {
  background: #ffaf36;
}

#statement {
  background-image: url(../images/02.html);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#statement:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.lead-box {
  padding: 20px 0 30px;
}

.lead-box p {
  font-size: 20px;
  line-height: 1.5;
}

.about-text strong {
  display: block;
  font-size: 25px;
}

.about-text span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.about-section figure {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .top-space {
    padding-top: 10px;
  }
}

#about_us .fade_color {
  background: #305ba7 !important;
  box-shadow: -4px 4px 10px #00000040;
}
#about_us h2{
  letter-spacing:1px;
}

.nav > li > .mobility_active:hover {
  background: #748d7b;
}

/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
}

.container-filter li a {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  background: #14469f !important;
  color: #fff !important;
}

.container-filter li a:before,
.container-filter li a:after {
  content: "";
  left: 0;
  position: absolute;
  background: #ff0000 !important;
  width: 100%;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.container-filter li a:before {
  top: -10px;
}

.container-filter li a:after {
  bottom: -10px;
}

.container-filter li a.active,
.container-filter li a:hover {
  background: #ff0000 !important;
}

.container-filter li a.active:before {
  width: 100%;
}

.container-filter li a.active:before {
  top: -4px;
  opacity: 1;
}

.container-filter li a.active:after {
  bottom: -4px;
  opacity: 1;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.item-box a {
  display: inline-block;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
  bottom: 30px;
  opacity: 1;
}

.item-box:hover .item-mask .link {
  bottom: 107px;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.item-box img {
  width: 100%;
}

.item-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}

.item-box:hover:after {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  opacity: 1;
}

.gallery-heading h4 {
  margin-bottom: 0;
}

.gallery-heading h4 a {
  color: #fff;
}

.gallery-heading h4 a:hover {
  color: #ffa500;
}

.gallery-heading {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding-left: 25px;
  color: #fff;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.69+49,0.83+71 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 49%,
    rgba(0, 0, 0, 0.83) 71%,
    rgba(0, 0, 0, 0.83) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
  /* IE6-9 */
}

.item-box .gallery-heading {
  bottom: 0;
  transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
}

.link-zoom {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  height: 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}

.item-box:hover .link-zoom {
  top: 30%;
  opacity: 1;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.link-zoom a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #14469f !important;
  font-size: 17px;
  color: #fff !important;
}

.link-zoom a.project_links {
  background: #ffa500;
}

.item-box a {
  display: inline-block;
}

.item-box > a {
  display: block;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
  bottom: 30px;
  opacity: 1;
}

.item-box:hover .item-mask .link {
  bottom: 107px;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
  padding-left: 15px;
  padding-right: 15px;
}

.nf-row1 {
  margin-left: -15px;
  margin-right: -15px;
}

.nf-col-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
  display: table;
  content: " ";
}

.nf-row1:after,
.nf-row2:after {
  clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
  padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
  padding: 10px;
}

.spacing-grid {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
  width: 100%;
  min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
  width: 50%;
  min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
  width: 33.3333%;
  min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
  width: 25%;
  min-height: 1px;
}

.nf-col-4 .w2x {
  width: 50%;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
  width: 20%;
  min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
  width: 16.6666%;
  min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
  width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
  width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
  width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
  width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
  width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
  width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
  width: 66.6666%;
}

@media (max-width: 991px) {
  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 50%;
  }

  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 33.3333%;
  }

  .nf-row2 .nf-item.spacing,
  .nf-row2 .grid-sizer.spacing {
    padding: 25px;
  }
}


@media (max-width: 767px) and (min-width: 550px) {
  .market_segment .non_auto_pills, .auto_pills {
    overflow: auto;
    background-color: aliceblue;
}

  #facts_figures .projectFactsWrap .item .number {
    font-size: 25px !important;
  }
  #facts_figures .projectFactsWrap .item label {
    font-size: 20px !important;
  }
 #facts_figures .projectFactsWrap{
  flex-wrap: nowrap !important;
  }    
  #task_force .row_height{
    height: 70vh !important;
  }
  #task_force .force_task .ek-img{
    height: unset !important;
  }
  #social_activity .activity_social .social_box img{
    height: 300px;
    object-fit: cover;
  }
 .market_segment .ourProduct .nav-pills .nav-link{
white-space: nowrap;
  }
  .market_segment svg{
    width: 50%;
  }
  .market_segment .auto_non_auto{
    left: -116px !important;
    font-size: 23px !important;
    white-space:nowrap;
  }
    #auto_after_market .card {
align-items: center;
  }
  #auto_after_market .card img{
width: 50%;
  }
  .ourProduct .product_card2 figure{
text-align: center;
    text-align: -webkit-center;
  }
  .ourProduct .product_card2 img{
    width: 70%;
  }
}

@media(max-width:768px){
  #task_force .force_task .ek-img {
  height: 70vh;
  }
}

@media (max-width: 767px) {
  .container {
    margin: 0 auto;
    max-width: 95%;
    width: 100%;
  }

  .nf-col-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacing-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .nf-col-3,
  .nf-col-4 {
    margin: 0 auto;
    max-width: 480px;
  }

  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }

  .nf-row2 .nf-item.spacing,
  .nf-row1 .nf-item.spacing,
  .spacing-box {
    padding: 15px;
  }

  body .xs-hidden {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.pos_reletive {
  position: relative;
  z-index: 1;
}

.fact-counter-wrapper {
  position: relative;
}

.fact-counter-wrapper:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}

.single-fact .icon-boxed {
  width: 100px;
  height: 100px;
  font-size: 70px;
  color: red !important;
  text-align: center;
  line-height: 121px;
  margin: 0 auto;
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.single-fact span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding: 4px 0 10px;
  line-height: 1.2;
  display: block;
}

.fact-counter-wrapper h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 0;
  margin-bottom: 27px;
}

.single-fact p {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: red !important;
}

.single-fact .icon-box i:before {
  font-size: 50px;
}

/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.quote {
  position: relative;
  padding: 40px;
  min-height: 290px;
}

.quote p {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}

.quote:before {
  font: normal normal normal 45px/1 FontAwesome;
  content: "\f10d";
  color: #0894d6;
  position: absolute;
  left: 26px;
  top: 16px;
  transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  opacity: 0.6;
}

.quote:after {
  content: "";
  width: 14px;
  height: 29px;
  background: #0c1f38;
  position: absolute;
  left: 61px;
  bottom: -14px;
  transform: rotate(61deg);
  -webkit-transform: rotate(61deg);
}

.testimonial-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 20px 0 0;
  overflow: hidden;
  float: left;
}

.testimonial-outher {
  overflow: hidden;
  text-align: left;
  float: left;
  padding-top: 37px;
  padding-left: 20px;
}

.testimonial-outher strong,
.testimonial-outher span {
  display: block;
}

.video-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.video-btn:hover {
  color: #0c1f38;
  border: 1px solid #0c1f38;
}

.bg-color {
  background: #0c1f38;
}

.img-scale figure {
  overflow: hidden;
}

.img-scale img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.img-scale:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*-------------------------------------------------------------------------------------------*/
/* Team    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.team-block {
  color: #ffffff;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  background: #232833;
  padding: 30px 0;
}

.box-hover:hover .team-block {
  background: #ffaf36;
}

.box-hover:hover * {
  color: #323232;
}

.team-block strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-block span {
  font-family: raleway;
  font-size: 13px;
  font-style: normal;
  color: #b8bcc6;
}

.team-block .small-divider {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 36px;
  border-color: rgba(255, 255, 255, 0.2);
}

.social-icons {
  padding-left: 0;
}

.team-block .social-icons > li {
  margin: 0 7px;
  display: inline-block;
}

.team-block .social-icons .fa {
  font-size: 16px;
}

.team-block .social-icons .fa {
  color: #fff;
}

.box-hover:hover .fa {
  color: #323232;
}

/*--carousel arrow--*/
.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.33);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: rgba(245, 245, 245, 0.8);
  color: #252525;
  display: block;
  top: 50%;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  z-index: 3;
  position: absolute;
  text-align: center;
}

.owl-prev {
  left: 0;
  opacity: 1;
}

.owl-next {
  right: 0;
  opacity: 1;
}

.nf-carousel-theme:hover .owl-controls .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.pagination-nav ul {
  margin: 0px;
  padding: 0px;
}

.pagination-nav ul li {
  display: inline-block;
  margin: 0px 2px;
}

.pagination-nav ul li a {
  display: block;
  border: 1px solid #ffa500;
  color: #ffa500;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
}

.pagination-nav ul li.active a,
.pagination-nav ul li:hover a {
  background: #ffa500;
  color: #fff;
}

/*============================================
 =          [07] Waste time quote css         =
 =============================================*/
.waste-time-area {
  background: #cb011b;
  padding: 50px 0;
}

.waste-time-area .waste-time-content {
  color: #ffffff;
}

.waste-time-area .waste-time-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}

.waste-time-area .waste-time-content p {
  margin-bottom: 0;
}

.waste-time-area .waste-time-button {
  text-align: right;
}

.waste-time-area .waste-time-button .btn-default {
  display: inline-block;
  margin-top: 6px;
}

/*  Whate We Do   ||-----------*/
.about_service .feature-bg-box .icon {
  position: static;
  margin: 0 auto;
}

.about_service .feature-bg-box .title {
  display: inline-block;
  margin-top: 25px;
}

.about_service .feature-bg-box .icon {
  background: #3a3a3a;
}

.about_service .thm-btn {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.about_service .bg-clr1 {
  background: #31312f;
}

.whate_about p {
  line-height: 1.4;
  font-size: 17px;
}

/*Testimonial 2*/
.owl-item {
  cursor: move;
}

.box-width {
  margin: 0 auto;
  text-align: center;
  max-width: 598px;
}

.name-text {
  color: #0c1f38;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.site-text {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
  top: 40%;
  border: 2px solid #e9e9e9;
  color: #ccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: none;
}

.arrow_theme .owl-prev:hover,
.arrow_theme .owl-next:hover {
  border: 2px solid #fab702;
  color: #fff;
  background: #fab702;
}

.overlay-dark {
  position: relative;
  z-index: 1;
}

.overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.23);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.69);
}

.bold {
  font-weight: bold;
}

.thin {
  font-weight: 300;
}

.img-bg {
  background: url(../images/white-texture.html) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.light-color {
  color: #fff;
}

.parallax,
.bg_img1 {
  background: url(../images/parallax2.html) no-repeat;
}

#overlay_block,
.bg_img {
  background: url(../images/parallax1.jpg) no-repeat;
}

.parallax,
#overlay_bloc {
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center center;
}

.fact-counter-wrapper.bg_img1 {
  background-position: center center !important;
}

.btn-wrap a {
  margin: 0 10px;
}

/*Testimonial*/
.testimonial-box {
  text-align: left;
}

.quote-box {
  padding-left: 30px;
}

.quote-text {
  padding-left: 30px;
  padding-top: 10px;
}

.quote-icon i {
  font-size: 50px;
}

.quote-left {
  padding-top: 60px;
}

.quote-right {
  text-align: right;
}

.quote-author {
  float: left;
  text-transform: uppercase;
  padding-left: 30px;
}

.pt-130 {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .pt-130 {
    padding-top: 0;
  }
  .blog-post .post-header h2 {
    margin-bottom: 10px;
  }
}

.testimonial-block__section .quote-left {
  padding-top: 0;
}

.testimonial-block__section .quote-icon i {
  font-size: 30px;
}

.testimonial-block__section .quote-box {
  padding-left: 0;
}

.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev,
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
  top: -42px;
  right: 0;
  left: auto;
  border: 2px solid #e9e9e9;
  color: #ccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: none;
}

.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev {
  right: 50px;
}

.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev:hover,
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next:hover {
  border: 2px solid #fab702;
  color: #fff;
  background: #fab702;
}

@media (max-width: 767px) {
  .testimonial-block__section .quote-left {
    padding-top: 26px;
  }

  .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev,
  .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
    top: auto;
    bottom: -85px;
  }
}

/*Corve Section*/
.corve {
  position: relative;
}

.corve .container {
  position: relative;
  z-index: 1;
}

.corve:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/corve.html) center 45px no-repeat;
  background-size: 100% auto;
}

.about-box {
  background: #fff;
}

.about-box p {
  padding-bottom: 10px;
}

.about-box {
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.09);
  padding: 35px 40px 40px;
}

/*Contact section*/
.bottom-section {
  background: #ffa500;
}

.contact_block-text {
  padding-top: 32px;
}

.contact_block-text strong {
  text-transform: uppercase;
  font-size: 31px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  display: block;
  padding-bottom: 10px;
}

.contact_block-text p {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_block-text strong {
    font-size: 25px;
  }

  .contact_block-text p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contact_block-text strong {
    font-size: 20px;
  }

  .contact_block-text p {
    font-size: 19px;
  }
}

.bottom-section .input-sm {
  height: 42px;
}

.bottom-section textarea {
  resize: none;
  height: 60px;
  margin-bottom: 0;
  display: block;
}

.bottom-section .btn-text {
  border: 2px solid #0c1f38;
  background: #0c1f38;
  max-width: 160px;
  width: 100%;
  margin-top: 10px;
}

.light-gray {
  background: #f9f9f9;
}

.top-padding {
  padding-top: 86px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .top-padding {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .top-padding {
    padding-top: 0;
  }

  .contact_block-text strong {
    font-size: 26px;
  }

  .contact_block-text p {
    font-size: 29px;
  }
}

/*Progress css*/
.content-wd650 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cont-h-100per {
  height: 100%;
}

.parallax-section.overlay-dark:before {
  z-index: 1;
}

.section-split-right h2 span {
  color: #fff;
}

.section-split-right h2 {
  color: #ffa500;
}

.bg-color3 {
  background: #6aaf08;
}

.section-bar h3 {
  line-height: 1.5;
}

.align-center {
  margin: 0 auto;
}

.overflow_hidden {
  overflow: hidden;
  position: relative;
}

.image_cover {
  background-image: url(../images/bg-10.html);
  background-size: cover;
  display: block;
  position: absolute;
  width: 33.33%;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: 50% 50%;
}

.image_cover_right {
  width: 50%;
  right: 0;
  left: auto;
  background-image: url(../images/bg-11.html);
}

@media (min-width: 768px) and (max-width: 991px) {
  #choose_us .image_cover {
    display: none;
  }
}

@media (max-width: 767px) {
  .image_cover {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}

.section_blck_bg {
  background: #0c1f38;
}

.m-b-5 {
  margin-bottom: 5px;
}

/* #Accordion-box
 ================================================== */
.accordion-box-1 .accordion {
  background: #fff;
}

.accordion-box-1 .accordion .accordion-title {
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  border: 1px solid #e6e6e6;
  margin: 0;
  font-size: 18px;
  color: #333333;
}

.accordion-box-1 .accordion .accordion-title span {
  width: 30px;
  position: relative;
  height: 30px;
  float: right;
  vertical-align: bottom;
}

.accordion-box-1 .accordion .accordion-title span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title p {
  margin: 0;
}

.accordion-box-1 .accordion.open .accordion-title span:before {
  display: none;
}

.accordion-box-1 .content-inner {
  border: 1px solid #ededed;
  padding: 25px 30px 20px 30px;
}

.accordion-box-2 .accordion.open .accordion-title {
  background: #ffa500;
}

.accordion-box-2 .accordion .accordion-title {
  border: none;
  background: #031123;
}

.accordion-box-2 .accordion .accordion-title p {
  color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner {
  background: #0c1f38;
  border: none;
}

.accordion-box-2 .accordion .accordion-content .content-inner p {
  color: #c5c5c5;
  padding-left: 20px;
  border-left: 1px solid #031123;
}

/*Feature Section */
.featured-icon-wrap {
  list-style: none;
  padding-left: 0;
  padding-top: 130px;
}

@media (max-width: 767px) {
  .featured-icon-wrap {
    padding-top: 0;
  }
}

.featured-content-wrap {
  width: 73%;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.mb-25 {
  margin-bottom: 25px;
}

.bold {
  font-weight: 700;
}

.feature-icon-wrap {
  margin-top: 0px;
  width: 85px;
  position: relative;
  text-align: center;
}

.feature-icon {
  height: 85px;
  width: 85px;
  font-size: 32px;
  line-height: 54px;
  color: #fff;
  padding: 15px;
  display: block;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  position: relative;
  z-index: 3;
}

.feature-icon-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  border: 1px solid #ffa500;
  border-radius: 50%;
  background: transparent;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  background: #ffa500;
}

.featured-icon-wrap li:nth-child(2n) .feature-icon-wrap:after {
  background: #b4c505;
  border: 1px solid #b4c505;
}

.featured-icon-wrap li:nth-child(3) .feature-icon-wrap:after {
  background: #0c1f38;
  border: 1px solid #0c1f38;
}

.featured-icon-wrap li:hover .feature-icon {
  color: #fff;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.moc-wrap img {
  display: block;
  margin: 0 auto;
}

.bg-color {
  background: rgba(0, 0, 0, 0.04);
}

.btn-block a {
  margin: 0 10px;
}

#statements h4 {
  color: #fff;
}

.gmnoprint {
  display: none;
}

.paragraphs-block p {
  margin-bottom: 20px;
}

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

.buttons {
  margin-bottom: 60px;
}

.buttons h2 {
  font-size: 20px;
}

.buttons a {
  margin: 5px;
}

.all_product .btn-primary {
  background: #14469f;
  border-radius: 25px;
  font-weight: 600;
  width: 250px;
  height: 40px;
  border-color: #14469f;
}

.wrapper_rsbawards {
}

.wrapper_rsbawards .awards_box {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
}

/*about3*/
/*===========NEW ABOUT PAGE============*/
.solution_box.about_new {
  padding-top: 0px;
  padding-bottom: 0px;
}

.solution_box.about_new i {
  background: #f1f1f1;
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  font-size: 40px;
}

.single-fact.new_counter {
  background: transparent;
}

.single-fact.new_counter span.counter {
  color: #fff;
  font-size: 35px;
  padding: 0px;
}

.bigger_text {
  text-transform: uppercase;
}

#team_about .team-block span {
  font-size: 15px;
}

#team_about .team-block {
  color: #444;
  background: #f7f7f7;
}

#team_about .team-block span {
  color: #4c4c4c;
}

.border_middle {
  position: relative;
}

.border_middle:before {
  background: #d4d4d4;
  width: 100%;
  height: 2px;
  content: "";
  top: 45%;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
}

.bullet_round {
  position: relative;
  display: inline-block;
  width: 100%;
}

.bullet_round:after,
.second_righ:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ffa500;
  transform: translateY(-50%);
  pointer-events: none;
}

.bullet_round:before,
.second_righ:before {
  content: "";
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 39%;
  left: 0px;
  transform: translateY(-50%);
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  -webkit-box-shadow: 0 0 1px 2px #ffa500;
  box-shadow: 0 0 6px 6px #ffa500;
  animation-delay: 1.1s;
  pointer-events: none;
}

.second_righ:after,
.second_righ:before {
  left: auto;
  right: 0;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.bullet_round strong {
  display: block;
}

.second_righ {
  width: 50%;
  float: left;
  text-align: right;
}

.mr-bottum {
  margin-bottom: 15px;
}

.mr-top {
  margin-top: 15px;
}

.first_lef {
  float: left;
  width: 50%;
}

.hover_cont {
  background: #fff;
  position: absolute;
  bottom: 150%;
  left: 0;
  padding: 20px;
  box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.12);
  visibility: hidden;
  transition: bottom 0.3s ease 0s, visibility 0.2s ease 0.2s,
    opacity 0.2s ease 0.1s;
  -webkit-transition: bottom 0.3s ease 0s, visibility 0.2s ease 0.2s,
    opacity 0.2s ease 0.1s;
  opacity: 0;
  width: 255px;
  z-index: 1;
}

.first_lef:hover .hover_cont,
.second_righ:hover .hover_cont {
  visibility: visible;
  transition: bottom 0.3s ease;
  opacity: 1;
  bottom: 125%;
}

.second_righ .hover_cont {
  text-align: left;
}

.hover_cont h3 {
  font-size: 18px;
}

.second_righ .hover_cont .conner {
  left: auto;
  right: 20px;
}

.conner {
  position: absolute;
  bottom: -10px;
  left: 20px;
  height: 20px;
  background: #ffffff;
  width: 20px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .border_middle:before {
    width: 2px;
    height: 100%;
    left: 7px;
    top: 0px;
    transform: inherit;
  }

  .bullet_round:before,
  .second_righ:before {
    top: 0px;
  }

  .second_righ:before {
    left: 0;
    right: auto;
  }

  .second_righ:after {
    left: 0;
    right: auto;
    transform: inherit;
    bottom: 0;
    top: 96%;
  }

  .second_righ,
  .first_lef {
    width: 100%;
    text-align: left;
  }

  .first_lef {
    margin-bottom: 50px;
  }

  .last_round:before {
    left: 0;
    right: auto;
    top: 96%;
  }

  .bullet_round {
    padding-left: 40px;
  }

  .mr-bottum {
    margin-bottom: 0px;
  }

  .mr-top {
    margin-top: 0px;
  }

  .bullet_round strong {
    line-height: normal;
  }

  .last_round {
    margin-bottom: 0px;
  }

  .bullet_round:after {
    top: 0;
    transform: translateY(0%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .second_righ:hover .hover_cont {
    right: 0px;
    left: auto;
  }

  .hover_cont {
    left: auto;
    right: 0;
  }

  .conner {
    left: 115px;
  }

  .respon_hover {
    left: 0;
    right: auto;
  }

  .respon_hover .conner {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .second_righ:hover .hover_cont {
    bottom: 65px;
  }

  .second_righ .hover_cont .conner,
  .conner {
    left: 50px;
    right: auto;
  }
}

.single-fact span.new__counter:before {
  display: none;
}

.solution_box {
  text-align: center;
  background: #fff;
  padding: 40px;
}

.solution_box h4 {
  margin: 20px 0px;
}

.solution_box i {
  font-size: 50px;
}

.solution_box i.color_green {
  color: #19cc95;
}

.solution_box i.color_orenge {
  color: #ffa500;
}

.solution_box i.color_prple {
  color: #8c70f0;
}

/*||===================About 2=============||*/
/*About top Section*/
.abt-block {
  overflow: hidden;
}

.abt-block__wrap {
  display: table;
  width: 100%;
}

.abt-block__left,
.abt-block__right {
  width: 60%;
  display: table-cell;
  padding: 30px;
  vertical-align: middle;
}

.abt-block__right {
  width: 40%;
}

@media (max-width: 767px) {
  .abt-block__wrap {
    display: block;
    height: auto;
  }

  .abt-block__right {
    height: 300px;
  }

  .abt-block__right,
  .abt-block__left {
    width: 100%;
    display: block;
    padding: 30px;
  }
}

.abt-block__bg {
  background: #000;
}

.abt-block__img1 {
  background: url(../images/people.jpg) center 0 no-repeat;
  background-size: cover;
}

.abt-block__img2 {
  background: url(../images/people1.jpg) center 0 no-repeat;
  background-size: cover;
}

.abt-block__img3 {
  background: url(../images/people2.jpg) center 0 no-repeat;
  background-size: cover;
}

.abt-block__left h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
}

.abt-block__left p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.abt-block_link {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}

.abt-block_link:hover {
  color: #ffa500;
}

.abt-block_link-arrow {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
  color: #ffa500;
}

/*dots style*/
.abt-block__slider .owl-dots {
  position: absolute;
  bottom: 26px;
  right: 43px;
}

.abt-block__slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background: #ffa500;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.abt-block__slider .owl-dots .owl-dot.active {
  background: #fff;
}

/*mission and vision*/
.mv-block {
  display: table;
  width: 100%;
  height: 300px;
}

.mv-block__mission,
.mv-block__vision {
  width: 60%;
  display: table-cell;
  padding: 30px;
  vertical-align: middle;
}

.mv-block__vision {
  width: 40%;
}

@media (max-width: 767px) {
  .mv-block {
    display: block;
    height: auto;
  }

  .mv-block__mission,
  .mv-block__visiont {
    width: 100%;
    display: block;
    padding: 30px;
  }

  .row-table {
    padding: 15px;
  }
}

.mv-block__mission h3,
.mv-block__vision h3 {
  font-size: 34px;
  margin: 0px 0 30px 0;
  font-weight: 600;
  color: #222;
}

.mv-block__vision h3,
.mv-block__vision p {
  color: #fff;
}

.mv-block p {
  font-size: 20px;
  line-height: 1.5;
}

.mv-block__mission-bg {
  background: #f0f0f0;
}

.mv-block__vision-bg {
  background: #000;
}

.mv-block__vision_link,
.mv-block__mission_link {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}

.mv-block__mission_link {
  color: #222;
}

.mv-block__vision_link:hover,
.mv-block__mission_link:hover {
  color: #ffa500;
}

.mv-block__vision_link-arrow,
.mv-block__mission_link-arrow {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
  color: #ffa500;
}

/*====*/

.tab-content .tab-block.on {
  display: block;
}

.tab-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-title ul li a,
.mobile-heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  background: #f0f0f0;
  padding: 15px 15px 18px;
  cursor: pointer;
  display: block;
}

.mobile-heading {
  float: none;
  width: 100%;
  font-size: 16px !important;
  color: #fff !important;
  padding: 15px 15px 15px;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
  background: #000;
}

.tab-title ul li a.active,
.tab-title ul li a:hover {
  color: #fff;
  background: #ffa500;
}

.tab-title ul li span {
  display: block;
  font-size: 20px;
  font-family: "Playball", cursive;
  font-weight: 400;
}

.feature .feature-desc .feature-info {
  position: absolute;
}

@media (max-width: 767px) {
  .menu-item-name {
    width: 62%;
  }
}

/*Tabing content*/
.abt-box__content {
  padding: 30px 30px 30px;
}

.abt-box__content h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
}

.abt-box__content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.abt-box__content-link,
.abt-box_link {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}

.abt-box__content-link:hover,
.abt-box_link:hover {
  color: #ffa500;
}

.abt-box_link {
  margin: 0;
}

.abt-box_link {
  color: #222;
}

.abt-box__content-link-arrow,
.abt-box_link-arrow {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
  color: #ffa500;
}

.row-table {
  display: table;
  height: 300px;
}

.row-table .t_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.history-block__img1 {
  background: url(../images/graph.html) center 0 no-repeat;
  background-size: cover;
}

.career_sub-title {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.company-brochure a {
  display: block;
  transition: all 0.3s ease;
}

.company-brochure a:hover {
  box-shadow: 2px 8px 25px rgba(99, 103, 107, 0.6);
  transition: all 0.3s ease;
}

/*TimeLine*/
.history-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.history-timeline li {
  position: relative;
  margin-bottom: 50px;
}

.history-timeline:after {
  background: #e5f1fc;
}

.history-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.history-timeline .icon-dot {
  top: 50%;
  left: -36px;
  width: 10px;
  background: #ccc;
  height: 10px;
  border: 3px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 9;
}

.history-timeline .icon-dot {
  background: #0c1f38;
}

.history-timeline .date {
  color: #0c1f38;
}

.history-timeline .date {
  position: absolute;
  width: 100%;
  left: -129px;
  top: 49.5%;
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 767px) {
  .history-timeline .date {
    font-size: 14px;
    left: 0;
  }

  .history-timeline .icon-dot {
    left: 50px;
  }

  .history-timeline li {
    padding-left: 100px;
  }

  .history-timeline:after {
    left: 56px;
  }
}

/* #Accordion-box
 ================================================== */
.accordion-box-1 .accordion {
  background: #fff;
  margin-bottom: 10px;
}

.accordion-box-1 .accordion .accordion-title {
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  border: 1px solid #e6e6e6;
  margin: 0;
  font-size: 18px;
  color: #333333;
}

.accordion-box-1 .accordion .accordion-title span {
  width: 30px;
  position: relative;
  height: 30px;
  float: right;
  vertical-align: bottom;
}

.accordion-box-1 .accordion .accordion-title span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title p {
  margin: 0;
}

.accordion-box-1 .accordion.open .accordion-title span:before {
  display: none;
}

.accordion-box-1 .content-inner {
  border: 1px solid #ededed;
  padding: 25px 30px 20px 30px;
}

.accordion-box-2 .accordion.open .accordion-title {
  background: #ffa500;
}

.accordion-box-2 .accordion .accordion-title {
  border: none;
  background: #031123;
}

.accordion-box-2 .accordion .accordion-title p {
  color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner {
  background: #0c1f38;
  border: none;
  color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner ul,
.accordion-box-2 .accordion .accordion-content .content-inner strong {
  display: block;
  margin-bottom: 20px;
}

.accordion-box-2 .accordion .accordion-content .content-inner p {
  color: #fff;
  margin-bottom: 0;
}

.accordion-box-2 .accordion .accordion-content .content-inner p strong {
  display: inline-block;
}

.partner-blck__brdr {
  /* border: 1px solid #afafaf; */
  padding: 0 20px 0 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.partner__content {
  padding: 0 20px;
}

.partner-blck__brdr-r {
  /* border-right: 1px solid #afafaf; */
}

.bottom__brdr {
  border-bottom: 1px solid #afafaf;
}

.abt__link {
  color: #000 !important;
  font-weight: bold;
  display: inline-block;
  margin: 0px 20px 0;
  font-size: 14px;
  -webkit-transition: color 0.22s ease-in-out;
  transition: color 0.22s ease-in-out;
}

.abt__link-arrow {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 5px;
  color: #14469f;
}

.abt__link:hover {
  color: #000 !important;
}

/*-------------------------------------------------------------------------------------------*/

/*  Service Page      ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/
.bg_color {
  background: #ffa500;
}

.timing {
  padding: 0;
  margin: 0;
}

.timing li {
  overflow: hidden;
  border-bottom: 1px solid #5c18b5;
  font-size: 14px;
  padding: 10px 0;
}

.timing li:first-child {
  padding-top: 0;
}

.services .item {
  position: raletive;
  padding-left: 45px;
}

.services h2,
.services .sub-title {
  padding-left: 45px;
}

.left-icon {
  width: 74px;
  display: block;
  float: left;
  height: 74px;
  border: 1px solid red;
  border-radius: 100%;
  padding: 12px;
  position: absolute;
  left: 0;
}

.services .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.services .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  position: static;
  margin: 0 4px !important;
  opacity: 1;
  float: left;
}

.services .owl-controls {
  padding-left: 45px;
  margin-top: 31px;
}

.our-services {
  padding: 80px 0 70px;
  position: relative;
}

.our-services h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 14px;
  padding-left: 70px;
  padding-top: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.our-services .inner-header-wraper {
  padding-bottom: 10px;
}

.servicebox .icon-circle {
  position: static;
  display: block;
  margin: 0 auto;
}

.servicebox h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 31px 0 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
}

.line-box {
  background: rgba(232, 232, 232, 0.24);
  text-align: center;
}

.line-box i {
  color: #ffa500;
  border: none;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  box-shadow: 0 0px 0px 1px #ffa500 inset;
}

.inner-header-wraper:hover i {
  background: #ffa500;
  color: #fff;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  box-shadow: 0 2px 95px -20px #7e8888;
  box-shadow: 0 0px 0px 46px #ffa500 inset;
}

.line-box p {
  padding: 0 20px;
}

.inner-header-wraper h3 strong {
  position: absolute;
  left: 80px;
  font-size: 40px;
  z-index: -1;
  color: #e8e8e8;
  top: 18px;
}

.inner-header-wraper {
  padding-top: 30px;
  padding-bottom: 24px;
  position: relative;
}

.inner-header-wraper span {
  height: 50px;
  width: 50px;
  background: #ffa500;
  position: absolute;
  display: block;
  font-size: 25px;
  border-radius: 100%;
  color: #fff;
  left: 0;
  top: 12px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.zoom:hover span {
  box-shadow: 0 2px 95px -20px #7e8888;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.homepage-two .zoom:hover span,
.homepage-three .zoom:hover span {
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.left-block {
  width: 50%;
  float: left;
  position: relative;
  height: 630px;
}

.right-block {
  width: 50%;
  float: right;
  position: relative;
  height: 630px;
}

.bg-color {
  background: #ffa500;
}

.booking-section {
  overflow: hidden;
}

.icon-arrow {
  position: absolute;
  color: #ffa500;
  right: 10px;
  top: 40px;
  font-size: 23px;
  pointer-events: none;
  height: 40px;
  width: 28px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}

.treatment {
  float: right;
  max-width: 650px;
  padding: 80px 60px;
}

.we-best .treatment ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.treatment ul li {
  margin-bottom: 28px;
  position: relative;
  padding-left: 132px;
  min-height: 100px;
}

.treatment strong {
  font-size: 18px;
}

.icon-circle {
  font-size: 50px;
  border: 1px solid #d5d5d5;
  height: 89px;
  width: 89px;
  text-align: center;
  line-height: 89px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  display: block;
}

.first-event {
  padding-top: 6px;
  padding-left: 1px;
  margin-bottom: 26px;
}

.event-calender {
  width: 63px;
  height: 80px;
  display: block;
  background: #ffa500;
  float: left;
  text-align: center;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding-top: 18px;
  margin-right: 23px;
}

.event-calender span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}

.first-event {
  padding-top: 6px;
  padding-left: 1px;
  margin-bottom: 26px;
}

.event-info {
  padding-top: 4px;
  float: left;
  width: 84%;
}

.time-location {
  letter-spacing: 0;
  padding-bottom: 10px;
}

.time-location span {
  font-size: 14px;
  color: #818799;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-right: 24px;
}

.news-img {
  padding-right: 0;
}

.our-event .event-info {
  width: 71%;
}

/*-------------------------------------------------------------------------------------------*/

/*  Service details     ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/
.divider {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services-block {
  margin-top: 25px;
}

.pic-box {
  border: 4px solid #ffa500;
}

.hightlight_rightblock {
  position: relative;
  text-align: right;
}

.hightlight_content {
  right: 160px;
  position: absolute;
  top: 128px;
  z-index: 1;
}

.hightlight_rightblock::after {
  border: 3px solid #fff;
  content: "";
  height: 223px;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 274px;
}

.our-team ul {
  margin: 0;
  padding: 0;
}

.our-team ul li {
  list-style: none;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.our-team ul li img {
  width: 135px;
}

.our-team li > a {
  margin: 4px 25px 0 0;
}

.our-team p {
  line-height: 1.3;
}

.our-team .btn {
  padding: 0;
  font-size: 14px;
}

.our-team h4 {
  font-size: 20px;
}

/*||=============About 3===============||*/
/*Our History*/
.history-box {
  background: #fff;
  padding: 20px;
  min-height: 330px;
  margin-top: 20px;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.history_date {
  padding: 6px 20px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -17px;
  z-index: 9;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 100px;
  text-align: center;
}

.bg-color3 {
  background: #e73300;
}

div .secondary_bg {
  background: #ffaf36;
}

/*-------------------------------------------------------------------------------------------*/

/*  Doctor Team Box         ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/

.team-item-img {
  position: relative;
}

.team-item-img .team-item-detail {
  background-color: rgba(113, 77, 160, 0.69);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
  margin: auto;
  padding: 10px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
  margin: 0;
  padding: 15px 0;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #ffa500;
  border-radius: 100%;
  display: block;
  line-height: 40px;
  font-size: 18px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
  color: #ffa500;
}

.team-item-info {
  padding-top: 15px;
  text-align: center;
}

.team-item-info h5 {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.team-item-info p {
  margin: 0px;
}

.fact-counter-wrapper {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.single-fact .icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 121px;
  margin: 0 auto;
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.single-fact span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.fact-counter-wrapper h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 0;
  margin-bottom: 27px;
}

.single-fact p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.fact-counter-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.95;
}

.single-fact .icon-box i:before {
  font-size: 50px;
}

.isotope .item {
  width: 25%;
  float: left;
  padding-bottom: 30px;
}

.gallery-col-2.isotope .item {
  width: 50%;
}

.gallery-col-3.isotope .item {
  width: 33.33%;
}

.specialist-tab {
  max-width: 300px;
  width: 300px;
  position: relative;
  z-index: 99;
}

.doctor-specialist {
  width: 100%;
  background: #19b5fe;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.doctor-specialist i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 26px;
}

.filter-button-group {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #31bdff;
  display: none;
}

.filter-button-group li {
  padding: 3px 20px;
}

.filter-button-group li:hover {
  background: #19b5fe;
}

.filter-button-group li a {
  color: #fff;
  display: block;
}

.specialist-tab:hover i:before {
  content: "\f462";
}

.specialist-tab:hover .filter-button-group {
  display: block;
}

.center-top {
  text-align: center;
  margin-bottom: 40px;
}

.center-top img {
  margin-top: -60%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.leads {
  margin-top: 50px;
  font-weight: bold;
}

.box-resume {
  position: relative;
  border: 1px solid #ffa500;
  padding: 30px;
  margin-top: 45%;
}

.box-resume .btn {
  background: #fff;
}

.box-resume ul {
  margin: 0;
  padding: 0;
}

.box-resume ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

.box-resume ul li strong {
  width: 90px;
  display: inline-block;
}

.center-bottom {
  position: absolute;
  left: 0;
  bottom: -22px;
  text-align: center;
  width: 100%;
}

.we-do {
  margin-top: 60px;
}

.we-do .item {
  margin-top: 20px;
}

.we-do .icon {
  padding: 20px 0 0 0;
  text-align: center;
}

.we-do .icon .fa {
  font-size: 50px;
  color: #f00;
}

.we-do .icon p {
  font-weight: bold;
  margin-top: 10px;
}

.we-do .desc {
  border-left: 1px solid #ccc;
  padding: 5px 0 10px 40px;
  position: relative;
}

.we-do .pb-80 {
  padding-bottom: 60px;
}

.desc .fa {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  left: -14px;
  top: 0;
}

.prapl_btn {
  border: 1px solid #ffa500;
  border-radius: 0px;
}

.prapl_btn:hover {
  color: #fff;
  background: #ffa500;
}

.we-do .desc h4 {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin: 0px;
}

.about-section h2 {
  line-height: 1.4;
}

/*-------------------------------------------------------------------------------------------*/

/* Appointment Section          ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/
.appointment {
  background-color: rgba(4, 127, 218, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px 5px;
}

.appointment .input-sm {
  font-size: 15px;
  height: 40px;
  border-radius: 0;
  border: none;
  line-height: 1;
}

.appointment .input-sm.btn-white-line {
  border: 1px solid #fff;
}

.form-field-wrapper {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.right-block .appointment {
  position: static;
  background: none;
  overflow: hidden;
  padding: 70px 70px 50px;
}

.right-block .appointment label {
  color: #fff;
}

.right-block .form-field-wrapper {
  width: 50%;
}

.right-block .form-field-wrapper.form-full {
  width: 100%;
}

.right-block .form-field-wrapper .height-100 {
  height: 100px;
}

.appointment-section .left-block {
  width: 38%;
  height: auto;
}

.appointment-section .right-block {
  width: 58%;
  height: auto;
}

.appointment-section .appointment label {
  color: #323232;
}

.appointment-section .input-sm {
  border: 1px solid #7f98ad;
}

.appointment-section .right-block .appointment {
  padding: 0;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper i {
  position: absolute;
  bottom: 7px;
  right: 18px;
  font-size: 23px;
  color: #7f98ad;
  pointer-events: none;
}

.opening {
  padding: 0 0 20px;
}

.color_bg {
  background: transparent;
  color: #7f98ad;
  height: 40px;
  padding: 10px;
  width: 100%;
  border: 1px solid #7f98ad;
}

@media (max-width: 767px) {
  .appointment-section .left-block {
    display: none;
  }

  .appointment-section .right-block {
    width: 100%;
  }

  .right-block .form-field-wrapper {
    width: 100%;
  }
}

.quality_assurance {
  padding-top: 40px;
  padding-bottom: 40px;
}

.quality_assurance .img-fluid {
  height: 300px;
  justify-content: center;
}

.datewise_pdf .date_form {
  width: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* Testimonial    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.testimonial-block {
  text-align: center;
  position: relative;
  padding: 0 30px 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

.cyan-background {
  background: #fff;
  color: #2f3542;
}

.testimonial-img {
  position: relative;
  top: -40px;
}

.img-circle.img-border {
  border: 6px solid #f5f0f0;
  width: 80px !important;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author {
  font-weight: 800;
  display: block;
  font-size: 18px;
  margin-top: -25px;
  margin-bottom: 5px;
}

.testimonial-block .sub-title {
  color: #4d5056;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.testimonial-block .small-divider {
  border-color: rgba(47, 53, 66, 0.5);
  margin-bottom: 20px;
  margin-top: 20px;
  width: 41px;
}

.cyan-background p {
  color: #2f3542;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.testimonial-block > span {
  color: #d1d5de;
  font-size: 12px;
}

.star i {
  color: #ffa500;
  font-size: 14px;
  margin-bottom: 25px;
}

.list {
  list-style: none;
}

.list .text-color {
  color: #0c1f38;
}

.text-content {
  padding-bottom: 20px;
}

/*carousel slider*/
.carousel-slider .carousel_block_item {
  width: 100% !important;
}

.testimonial-section .owl-carousel .owl-stage-outer {
  padding-top: 43px;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
  top: 40%;
  border: 2px solid #e9e9e9;
  color: #ccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: none;
  position: absolute;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
  top: 60% !important;
}

.arrow_theme .owl-prev:hover,
.arrow_theme .owl-next:hover {
  border: 2px solid #ffa500;
  color: #fff;
  background: #0c1f38;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
  top: 58%;
}

.arrow_theme .owl-prev {
  left: -44px;
}

.arrow_theme .owl-next {
  right: -44px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .arrow_theme .owl-prev {
    left: 0;
  }

  .arrow_theme .owl-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .arrow_theme .owl-prev {
    left: 0;
  }

  .arrow_theme .owl-next {
    right: 0;
  }
}

/******************************************************************************
 Shopping Cart
 *******************************************************************************/
.top-pad-80 {
  padding-top: 80px;
}

.shop .product-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
  max-width: 300px;
  margin: 0px auto 60px;
  text-align: center;
}

.shop.grid-3 .product-item,
.shop.grid-2 .product-item {
  max-width: 400px;
}

.shop .product-item:hover img {
  opacity: 0.6;
}

.shop .product-img {
  z-index: -1;
  position: relative;
}

.shop .product-details {
  background-color: #f7f7f7;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shop .product-details h4,
.shop .product-details h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.shop .product-details h5 {
  font-size: 18px;
  font-weight: 400;
}

.shop .product-details h5 del {
  padding-right: 10px;
  color: #1e1e1e;
  font-size: 16px;
}

.shop .product-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.shop .product-overlay div {
  background-color: #f7f7f7;
  display: block;
  float: left;
  width: 50%;
  padding: 10px;
  color: #1e1e1e;
  margin: 0px;
}

.shop .product-overlay div:hover {
  background-color: #1e1e1e;
}

.shop .product-overlay .add-to-cart {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.shop .product-overlay a {
  color: #1e1e1e;
  text-decoration: none;
}

.shop .product-overlay div:hover a {
  color: #ffffff;
}

.shop .product-overlay a {
  color: #1e1e1e;
}

.shop .product-item:hover .product-overlay {
  opacity: 1;
}

.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}

.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.product-image:hover > img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.actual-price {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.actual-price:before {
  background: #ff0000;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -28px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  width: 46px;
}

.price-details {
  border-bottom-width: 1px;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.price-details h3 {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.price-details h3:after {
  content: "\f07e";
  display: block;
  font-size: 16px;
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  top: 15px;
}

.product-page .price-details .actual-price {
  font-size: 15px;
}

.price {
  font-size: 30px;
  line-height: 1;
  font-family: Oswald, sans-serif;
}

.arrow-style,
.list-style {
  list-style: none;
}

/* Zoom Product */
.single-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.zoom-product-thumb {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.zoom-product-thumb img {
  display: inline-block;
  width: 80px;
}

.zoomWrapper img,
.zoomContainer img {
  width: 100%;
}

.zoomWindow {
  border: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 99 !important;
}

.product-regulator {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .product-regulator {
    margin-bottom: 20px;
  }
}

.product-regulator button {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #0c1f38;
  height: 44px;
  padding: 11px 12px;
  display: inline-block;
}

.product-regulator .output {
  color: #7f7f7f;
  display: inline-block;
  height: 44px;
  padding: 11px 12px;
  text-align: center;
  vertical-align: top;
  width: 80px;
  border: 1px solid #e1e1e1;
}

.product-meta-details {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  font-size: 14px;
}

.btn-default,
.bar {
  background-color: #ffc400;
}

.btn-default:hover,
.color-switch .owl-controls .owl-page span,
.tags li a {
  background-color: #0c1f38;
}

/* Ribbon */
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  text-align: center;
  font-size: 12px;
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}

.ribbon.red {
  background-color: #ff0000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff0000),
    to(#bf0c0c)
  );
  background-image: -webkit-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -moz-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -ms-linear-gradient(top, #ff0000, #bf0c0c);
  background-image: -o-linear-gradient(top, #ff0000, #bf0c0c);
}

.ribbon.blue {
  background-color: #03b6f7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#03b6f7),
    to(#0c8fbf)
  );
  background-image: -webkit-linear-gradient(top, #03b6f7, #0c8fbf);
  background-image: -moz-linear-gradient(top, #03b6f7, #0c8fbf);
  background-image: -ms-linear-gradient(top, #03b6f7, #0c8fbf);
  background-image: -o-linear-gradient(top, #03b6f7, #0c8fbf);
}

.ribbon.green {
  background-color: #bfdc7a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bfdc7a),
    to(#8ebf45)
  );
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
}

.ribbon.yellow {
  background-color: #ffc400;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc400),
    to(#eab505)
  );
  background-image: -webkit-linear-gradient(top, #ffc400, #eab505);
  background-image: -moz-linear-gradient(top, #ffc400, #eab505);
  background-image: -ms-linear-gradient(top, #ffc400, #eab505);
  background-image: -o-linear-gradient(top, #ffc400, #eab505);
}

.ribbon.no-gradiant {
  background-image: none;
}

.ribbon.white {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webki-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/******************************************************************************
 sidebar_shop
 *******************************************************************************/
.sidebar_shop .widget_shop {
  margin-bottom: 40px;
}

.widget_shop .list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.widget_shop .list-group-submenu {
  margin-left: 20px;
}

.widget_shop .list-group-item {
  border: 0;
}

.widget_shop .panel {
  border: 0;
  box-shadow: none;
}

.widget_shop a.list-group-item:focus,
.widget_shop a.list-group-item:hover {
  background: none;
}

.list-group-item {
  list-style: outside none none;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  position: relative;
}

.list-group-item:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}

.list-group-item .fa {
  margin-left: 7px;
  display: none;
}

/* Tags */
ul.tags,
.filter-price-box {
  display: table;
  margin: 0 auto;
}

ul.tags li {
  float: left;
  margin: 0 3px 3px 0;
}

.tags li a {
  border-radius: 2px;
  color: #ffffff !important;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}

.tags li a:hover {
  opacity: 0.5;
}

/* Social Feed widget_shop */

.social-feed.loaded {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-feed {
  display: table;
  margin: 0 auto;
}

.social-feed li {
  float: left;
  height: 62px;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 60px;
}

.social-feed li img {
  height: 62px;
  width: 62px;
}

/* Shop widget_shops */

.widget_shop .price {
  font-size: 18px;
}

.widget_shop .shop h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.widget_shop .price {
  padding-bottom: 10px;
}

.widget_shop .price del {
  margin-right: 10px;
  font-size: 14px;
}

/* Poll */

.new-radio {
  border-radius: 7px;
  height: 14px;
  width: 14px;
}

.new-radio,
.new-checkbox {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  float: left;
  margin: 0px 0 0 -20px;
  position: absolute;
}

/* Price Range Filter */
.filter .filter-price-box {
  padding-bottom: 15px;
}

.nstSlider {
  background: none #cccccc;
  cursor: pointer;
  height: 2px;
  position: relative;
  width: 260px;
  max-width: 100%;
  margin: 25px auto 40px;
}

.bar {
  height: 3px;
  cursor: pointer;
  position: absolute;
}

.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  top: 5px;
  margin-left: -2px;
  border-width: 0px 5px 0;
}

.range .leftLabel {
  left: 0px;
  top: 12px;
  font-size: 12px;
  font-family: "Lato";
  position: absolute;
}

.range .rightLabel {
  font-family: "Lato";
  top: 12px;
  left: 0px;
  font-size: 12px;
  position: absolute;
}

.bar:after {
  height: 8px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: -3px;
  content: "";
  cursor: pointer;
}

.bar:before {
  height: 8px;
  width: 1px;
  position: absolute;
  left: 0px;
  top: -3px;
  content: "";
  cursor: pointer;
}

.nstSlider:after {
  height: 8px;
  width: 1px;
  background: #bebebe;
  position: absolute;
  right: -1px;
  top: -3px;
  content: "";
  cursor: pointer;
}

.nstSlider:before {
  height: 8px;
  width: 1px;
  background: #bebebe;
  position: absolute;
  left: 0px;
  top: -3px;
  content: "";
  cursor: pointer;
}

.rightGrip:before {
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: -8px;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid;
}

.leftGrip:before {
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  left: 0;
  top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid;
}

.rightGrip:after {
  content: "";
  height: 35px;
  width: 36px;
  position: absolute;
  right: -26px;
  top: 0px;
}

.leftGrip:after {
  content: "";
  height: 35px;
  width: 36px;
  position: absolute;
  left: -9px;
  top: 0px;
}

.rightGrip:before,
.leftGrip:before {
  border-bottom: 10px solid #ffc400;
}

.filter-print-price {
  padding: 7px 0px 0px;
  margin: 0px 17px;
}

.filter-print-price a h4 {
  padding: 5px 31px;
  color: #ffffff;
  text-align: center;
  font-family: "Lato";
  font-size: 14px;
  margin: 0;
  width: 95px;
  border: 1px solid;
  text-transform: capitalize;
}

.filter-print-price a h4:hover {
  background-color: #ffffff;
  border: 1px solid;
}

.filter-print-price .price {
  font-family: "Lato";
  color: #656565;
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px;
  text-align: center;
}

.drag {
  font-family: "Lato";
  color: #656565;
  font-size: 12px;
  font-weight: 600;
  margin: 12px 0 0 -9px;
  display: block;
}

.filter-print-price li {
  display: inline-block;
  list-style: none;
}

.shop-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 18px;
  width: 100%;
}

/******************************************************************************
 widget_shop
 *******************************************************************************/

.widget_shop ul {
  padding: 0px;
  margin: 0px;
}

.widget_shop li {
  list-style: none;
}

.widget_shop li a,
.widget_shop li a:visited {
  color: #7f7f7f;
  text-decoration: none;
}

.widget_shop li {
  line-height: 21px;
}

.widget_shop a,
.widget_shop a:visited {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.widget_shop a:hover {
  color: #000;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.widget_shop .widget_shop-title .title {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 12px;
  font-size: 20px;
}

.widget_shop .widget_shop-title {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 12px;
  position: relative;
}

.sidebar_shop.widget_shop .widget_shop-title {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 16px;
  position: relative;
}

/* Latest News */
.latest-posts {
  margin: 0px;
  padding: 0;
}

.latest-posts li {
  list-style: none;
  clear: both;
  margin-bottom: 35px;
}

.latest-posts li:last-child {
  margin-bottom: 10px;
}

.latest-posts .post-thumb {
  width: 100px;
}

.latest-posts .post-thumb {
  float: left;
}

.latest-posts li img {
  margin-right: 10px;
}

/* Tabs */
.tab-content {
}

.left-tabs > .nav-tabs {
  border-width: 0;
  float: left;
  margin: 0 -1px 0 0;
}

.right-tabs > .nav-tabs {
  border-width: 0;
  float: right;
  margin: 0 -1px 0 0;
}

.left-tabs > .nav-tabs li,
.right-tabs > .nav-tabs li {
  float: none;
  display: block;
}

.left-tabs > .nav-tabs > li.active > a,
.left-tabs > .nav-tabs > li.active > a:focus,
.left-tabs > .nav-tabs > li.active > a:hover {
  border-width: 1px;
  border-style: solid none solid solid;
  border-color: #ddd;
}

.right-tabs > .nav-tabs > li.active > a,
.right-tabs > .nav-tabs > li.active > a:focus,
.right-tabs > .nav-tabs > li.active > a:hover {
  border-width: 1px;
  border-style: solid solid solid none;
  border-color: #ddd;
}

.left-tabs > .nav-tabs li a {
  border-right: 1px solid #ddd;
}

.right-tabs > .nav-tabs li a {
  border-left: 1px solid #ddd;
}

.left-tabs > .nav-tabs {
  margin-right: 20px;
}

.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}

.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #1e1e1e;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
}

.nav-tabs > .active.dropdown > a {
  z-index: 911;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  padding: 0;
}

.tab-content.border {
  padding: 0 20px 20px 20px;
  border: 1px solid #ddd;
  border-top: 0;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}

.tabs-bottom .tab-content > .tab-pane,
.tabs-bottom .pill-content > .pill-pane,
.tabs-bottom .tab-content {
  padding: 0px 0 0;
  margin: 0;
}

.tabs-bottom.tab-style.dark .nav-tabs {
  text-align: center;
  float: none;
  border: 0;
}

.tabs-bottom > .nav-tabs > li {
  float: none;
  margin: 0;
  display: inline-block;
}

.tabs.border {
  border: 0;
}

.tabs.border > .nav-tabs > li > a {
  border: 1px solid #ddd;
}

.tabs.border > .nav-tabs > li.active > a {
  border-bottom: 1px solid transparent;
}

.tabs-right > .nav-tabs > li > a,
.tabs-bottom > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
  border: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
  border: 1px solid #ddd;
}

.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}

.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}

.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}

.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}

.tabs-right.no-pad > .tab-content > .tab-pane,
.tabs-left.no-pad > .tab-content > .tab-pane {
  padding: 0 0px 0 0;
}

.tab-style .nav-tabs {
  border-left: 0;
}

.tabs-bottom.tab-style > .nav-tabs > li {
  border-radius: 4px;
}

.tabs-bottom.tab-style > .nav-tabs > li > a {
  border-radius: 4px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  border: 0;
}

.tab-style > .nav-tabs > li > a {
  border-radius: 4px;
  margin-left: -1px;
  margin-bottom: 5px;
  color: #ffffff;
}

.tab-style > .nav-tabs > li {
  background: rgba(0, 0, 0, 0.2);
}

.tab-style.dark > .nav-tabs > li {
  background: rgba(0, 0, 0, 0.7);
}

.tab-style.dark .nav-tabs {
  border-left: inherit;
  margin: 0 !important;
}

.tab-style > .nav-tabs .active > a,
.tab-style > .nav-tabs .active > a:hover,
.tab-style > .nav-tabs .active > a:focus,
.tab-style > .nav-tabs > li > a:hover,
.tab-style > .nav-tabs > li > a:focus {
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
  font-weight: normal;
}

.tab-style > .tab-content {
  border: 0;
}

.tab-style > .nav-tabs .active > a,
.tab-style > .nav-tabs .active > a:hover,
.tab-style > .nav-tabs .active > a:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.shop img {
  height: auto;
  max-width: 100%;
}

/* ==================================== Check-Out Page Css ======================= */
.romana_check_out_form .common_input input,
.romana_check_out_form .common_input select {
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.romana_check_out_form .select_option_one::after {
  color: #b8b8b8;
}

.check_form_left {
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .check_form_left {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .check_form_left {
    margin-right: 0px;
  }
}

.check_form_left h3 {
  margin-bottom: 50px;
  font-size: 24px;
}

.check_form_right {
  padding: 35px 30px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .check_form_right {
    padding: 35px 10px 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .check_form_right {
    padding: 35px 10px 40px;
  }
}

.check_form_right h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

.product_order ul,
.romana_select_method ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.check_form_right .product_order ul li {
  padding: 8px 5px;
}

.check_form_right .product_order ul li:first-child {
  border-bottom: 1px solid #e3e3e3;
}

.check_form_right .product_order ul li:nth-child(2) {
  font-weight: 300;
  font-size: 15px;
  padding: 15px 5px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 8px;
}

.check_form_right .product_order ul li span {
  float: right;
}

.check_form_right .paypal_img {
  margin-top: 20px;
}

.check_form_right .common_btn {
  width: 100%;
  color: #fff;
  margin-top: 36px;
}

.romana_select_method {
  margin-top: 30px;
}

.romana_select_method li {
  margin-top: 20px;
}

.romana_select_method label {
  padding-left: 14px;
}

/* ==================================== Cart Page Css ======================= */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
}

.padding_all {
  padding-top: 66px !important;
}

.cart_amount {
  margin-top: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_amount {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart_amount {
    margin-top: 0px;
  }
}

.table.table-striped.table-responsive a {
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  height: 14px;
  line-height: 15px;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 47%;
  width: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table.table-striped.table-responsive a {
    top: 52%;
    right: 25px;
  }
}

.table > tr > th {
  border-bottom: medium none;
  color: #fff;
  padding: 15px;
  vertical-align: bottom;
  padding-left: 20px;
}

.table > thead > tr > th {
  border-bottom: medium none;
  color: #fff;
  vertical-align: bottom;
  padding-left: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
  border-bottom: 1px solid #f6f6f6;
  padding-left: 48px;
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th {
    padding-left: 2px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th {
    padding-left: 20px;
  }
}

.table.table-striped.table-responsive p {
  margin-top: 37px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table.table-striped.table-responsive p {
    font-size: 15px;
  }
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #ffff;
}

.table.table-striped.table-responsive img {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.cart_page_area .cart_btns {
  margin-top: 36px;
}

.cart_page_area .common_btn {
  background: #4daefe;
  color: #fff;
  width: 200px;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.11);
  height: 48px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart_page_area .common_btn {
    width: 0% !important;
    margin-top: 20px;
    line-height: 45px;
  }
}

.cart_page_area .hvr-bounce-to-right::before {
  background: #373737 !important;
}

.cart_page_area .cart_page_btn1 {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #8b8b8b;
  font-weight: 300;
  font-size: 15px;
  box-shadow: none;
  width: 300px !important;
  margin-right: 18px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_page_area .cart_page_btn1 {
    width: 200px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart_page_area .cart_page_btn1 {
    width: 99% !important;
  }
}

.cart_page_area .cart_page_btn3 {
  width: 150px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cart_page_area .cart_page_btn3 {
    width: 100% !important;
  }
}

.cart_page_btn2 {
  left: 43%;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart_page_btn2 {
    left: 51%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_page_btn2 {
    left: 47%;
  }
}

.cart_amount > input {
  background: #fbfbfb;
  border: medium none;
  border-radius: 50px;
  height: 48px;
  padding: 6px 22px;
  width: 130px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.cart_wrpaer img {
  width: 93px;
}

.padding_all .product-regulator {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_amount > input {
    margin-top: -16px;
  }
}

@media (max-width: 767px) {
  .cart_amount > input {
    margin-top: -16px;
  }
}

.cart_totals_area {
  overflow: hidden;
  margin-top: 82px;
  padding: 54px 48px 30px;
}

.cart_totals_area ul {
  margin: 0;
}

@media (max-width: 767px) {
  .cart_totals_area {
    padding: 54px 25px 30px;
  }
}

.cart_totals_area h3 {
  margin-bottom: 40px;
}

.cart_totals_area li {
  overflow: hidden;
  padding-bottom: 14px;
}

.cart_totals_area li:last-child {
  border-top: 1px solid #dbdbdb;
  padding-top: 13px;
}

.cart_totals_area li span {
  float: right;
}

.cart_totals_area .common_btn {
  width: 250px !important;
  float: right;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .cart_totals_area .common_btn {
    width: 100% !important;
    float: none;
  }

  .cart_page_btn2 {
    left: 0;
    top: 88px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }
}

/* ==============================
 20. Side Bar Widget styles
 ============================== */

.single-sidebar-widget ul {
  list-style: none;
  padding-left: 0;
}

.single-sidebar-widget {
  margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}

.single-sidebar-widget .sec-title h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.single-sidebar-widget .sec-title {
  font-size: 15px;
  font-weight: 600;
}

.single-sidebar-widget .sec-title h2:after {
  width: 35px;
}

.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  height: 40px;
}

.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 2px;
}

.single-sidebar-widget
  .contact-form
  .select-menu
  + .ui-selectmenu-button
  .ui-selectmenu-text {
  line-height: 40px;
}

.single-sidebar-widget .dwnld-broucher a {
  text-transform: uppercase;
  color: #08add0;
  font-weight: 600;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}

.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .special-links li a {
  background: #f9f9f9;
  color: #323232;
  border: 1px solid #e9e9e9;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
  color: inherit;
}

.single-sidebar-widget .special-links li a:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  color: #6a6969;
  font-weight: normal;
}

.single-sidebar-widget .special-links li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -1px;
  color: #14469f !important;
  font-size: 0px;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 4px solid #0c1f38;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li a.active {
  background: #fff;
  color: #14469f !important;
}

.single-sidebar-widget .special-links li a.active:after {
  color: #000;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
  opacity: 1;
}

.search-box placeholder {
  color: #000;
}

.single-sidebar-widget .search-box form {
  background: #e5e5e5;
  width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
}

.single-sidebar-widget .search-box form input {
  padding-left: 30px;
  border: none;
  outline: none;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 55px);
  background-color: transparent;
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.single-sidebar-widget .search-box form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(186, 185, 185, 1);
}

.single-sidebar-widget .search-box form button {
  position: relative;
  left: 2px;
  width: 50px;
  background: #0c1f38;
  color: #000000;
  font-size: 16px;
  padding: 11px 0px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .search-box form button:hover {
  background: #1fb5c7;
}

.single-sidebar-widget .search-box form button:hover i {
  color: #fff;
}

.single-sidebar-widget .search-box form button:hover:after {
  background: #1fb5c7;
}

.single-sidebar-widget .search-box form button i {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .categories ul li:last-child a {
  border: none;
}

.single-sidebar-widget .categories ul li a {
  color: #898989;
  text-transform: capitalize;
  line-height: 42px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.single-sidebar-widget .categories ul li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #c8c8c8;
  position: absolute;
  top: 0;
  right: 0;
}

.single-sidebar-widget
  .popular-post
  .img-cap-effect
  .img-box
  .img-caption:before {
  border-width: 2px;
}

.single-sidebar-widget .popular-post li {
  margin-bottom: 30px;
}

.single-sidebar-widget .popular-post li:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-widget .popular-post .img-box {
  width: 110px;
}

.single-sidebar-widget .popular-post .content {
  padding-left: 30px;
}

.single-sidebar-widget .popular-post .content a h4 {
  font-family: "Poppins", sans-serif;
  color: #242424;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .popular-post .content a h4:hover {
  color: #1fb5c7;
}

.single-sidebar-widget .popular-post .content p {
  color: #8e8d8d;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.single-sidebar-widget .popular-post .content span {
  color: #1cbac8;
  font-size: 13px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}

.single-sidebar-widget .text-box p {
  color: #8e8d8d;
}

.single-sidebar-widget .insta-feed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-sidebar-widget
  .insta-feed
  ul
  .img-cap-effect
  .img-box
  .img-caption:before {
  border-width: 2px;
}

.single-sidebar-widget .insta-feed {
  font-size: 0;
  display: inline-block;
}

.single-sidebar-widget .insta-feed img {
  max-width: 100%;
  display: inline-block;
  font-size: 0;
  margin-bottom: 1px;
  margin-right: 1px;
}

.single-sidebar-widget .tag-cloud {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.single-sidebar-widget .tag-cloud li {
  display: inline-block;
}

.single-sidebar-widget .tag-cloud li a {
  display: block;
  color: #787878;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 7px 22px;
  font-size: 12px;
  margin: 0 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-sidebar-widget .tag-cloud li a:hover {
  background: #e5e5e5;
  color: #787878;
  border-color: #e5e5e5;
}

.single-client-box {
  margin-bottom: 50px;
}

.single-client-box:last-child {
  margin-bottom: 0;
}

.single-client-box .icon-box,
.single-client-box .content {
  display: table-cell;
  vertical-align: middle;
}

.single-client-box .icon-box {
  width: 170px;
  text-align: center;
  border-top: 4px solid #1fb5c7;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.single-client-box .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

.single-client-box .content h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-client-box .content p {
  color: #898989;
  margin: 0;
}

.single-sidebar-widget ul.brochure-btns li a {
  font-family: "Poppins", sans-serif;
  color: #404040;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  background: #fbfbfb;
  border: 1px solid #ededed;
  padding: 12px 20px;
}

.single-sidebar-widget ul.brochure-btns li {
  display: block;
  margin-bottom: 21px;
}

.single-sidebar-widget ul.brochure-btns li a i {
  color: #e94429;
  margin: 0 10px 0;
  font-size: 1.2em;
}

.faq.faq-service .panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 20px 18px;
  background: rgba(242, 237, 233, 0.38);
}

@media (max-width: 480px) {
  h1 {
    font-size: 25px;
  }
}

.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev,
.nf-carousel-theme-top .owl-controls .owl-nav .owl-next {
  top: -45px;
  right: 0;
  left: auto;
  border: 2px solid #e9e9e9;
  color: #ccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  background: none;
}

.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev {
  right: 50px;
}

.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev:hover,
.nf-carousel-theme-top .owl-controls .owl-nav.owl-next:hover {
  border: 2px solid #0c1f38;
  color: #fff;
  background: #0c1f38;
}

/*  14  - Contact Us
 ----------------------------------------------*/
.contact-info {
  background-color: #fff;
  /* margin-top: 50px; */
}

.contact-info h4 {
  font-size: 20px;
  color: #65ac4c;
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}

.contact-info .info {
  padding: 0px 30px;
  margin: 0px;
}

.contact-info .info li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 15px 0px;
}

.contact-info .info li .icon {
  float: left;
  margin-right: 15px;
  font-size: 36px;
  color: #e6202d;
  line-height: 1;
}

.contact-info .info li .icon:before {
  font-size: 26px;
}

.contact-info .info li .content {
  display: table;
}

.contact-info .info li .content p {
  margin: 0px;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
}

.contact-info .event-social {
  padding: 0px 30px 30px;
}

.contact-info .event-social li {
  margin-right: 5px;
}

.contact-info .event-social li a {
  height: 40px;
  width: 40px;
  line-height: 2;
}

.contact .contact-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact .contact-info {
  margin: 0px;
}

.contact .contact-info h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact .contact-info .info {
  padding: 0px;
  margin-bottom: 20px;
}

.contact .contact-info .event-social {
  padding: 0px;
}

.event-social {
  overflow: hidden;
  margin-bottom: 30px;
}

.event-social li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}

.event-social li a {
  color: #fff;
  font-size: 22px;
  background-color: #3b5998;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 2.5em;
}

.event-social li:nth-child(2) a {
  background-color: #55acee;
}

.event-social li:nth-child(3) a {
  background-color: #ff0084;
}

.event-social li:nth-child(4) a {
  background-color: #f26798;
}

.event-social li:nth-child(5) a {
  background-color: #cb2027;
}

.event-social li:last-child a {
  background-color: #dc4e41;
}

/*-------------------------------------------------------------------------------------------*/
/* Project  ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.filter-button-group {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.filter-button-group li {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.line-btn {
  background: none;
  color: #323232;
  padding: 5px 10px;
  border: 2px solid #e1e1e1;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.line-btn:hover,
.line-btn.active {
  background: #6aaf08;
  border: 2px solid #6aaf08;
  color: #fff;
}

.project-col-3 {
  list-style: none;
  padding-left: 0;
  margin-left: -30px;
}

.project-col-3 li {
  float: left;
  padding-left: 30px;
  width: 33.33%;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .project-col-3 li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .project-col-3 li {
    width: 100%;
  }
}

.bg-img1 {
  background: url(../images/slider-home-construction-02.html) no-repeat;
}

/***

 ====================================================================
 Team Section
 ====================================================================

 ***/

.team-section {
  position: relative;
}

.team-member {
  position: relative;
  margin-bottom: 0px;
}

.owl-carousel .team-member {
  width: 100% !important;
  max-width: 100% !important;
}

.team-member .inner-box {
  position: relative;
  overflow: hidden;
}

.team-member .inner-box .image-box {
  position: relative;
}

.team-member .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.team-member .inner-box .overlay-box {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 13px 30px;
}

.team-member .inner-box .overlay-box .user-info {
  position: relative;
}

.team-member .inner-box .overlay-box .user-info .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0px;
}

.team-member .inner-box .overlay-box .user-info h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.team-member .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  border-bottom: 88px solid #f8f8f8;
  border-right: 372px solid transparent;
}

.team-member .inner-box .overlay-box:after {
  position: absolute;
  content: "";
  right: -100%;
  bottom: 0px;
  border-bottom: 88px solid #0c1f38;
  border-left: 240px solid transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team-member .inner-box .overlay-box .social-icon-two {
  position: absolute;
  right: 30px;
  bottom: 12px;
  z-index: 99;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.team-member .inner-box:hover .overlay-box:after {
  right: 0px;
}

.team-member .inner-box:hover .social-icon-two {
  opacity: 1;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  margin-left: 12px;
  display: inline-block;
}

.social-icon-two li a {
  color: #ffffff;
  font-size: 14px;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
}

.social-icon-three a {
  color: #aaaaaa;
  margin-left: 10px;
  font-size: 14px;
}

.social-icon-three a:hover {
  color: #0c1f38;
}

.theme_color {
  color: #0c1f38;
}

.csr_card {
  padding-top: 50px;
  padding-bottom: 45px;
}

.csr_card .csr_card_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.csr_card .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.csr_card .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

/* modal button start */

.modal_btnclose {
  background: #14469f;
  color: #fff;
  width: 100px;
  height: 30px;
  border-radius: 25px;
}

/* modal button end */

/*-------------------------------------------------------------------------------------------*/
/* Pricing Table 1    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
#pricing_table {
  background: #f8f8f8;
}

.pricing_title {
  padding-bottom: 70px;
}

.pricing_table {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.package-price {
  font-size: 26px;
  color: #fff;
  border-radius: 55px;
  height: 80px;
  width: 110px;
  padding-top: 21px;
  margin: 0 auto;
  position: relative;
}

.package_title p {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
  color: #888;
  padding: 40px 0 20px;
}

span.currency-symbol {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: -12px;
  left: 0;
  margin-left: 27px;
}

span.price {
  font-size: 36px;
  display: inline-block;
}

span.duration {
  font-size: 13px;
  display: block;
}

ul.price_feature {
  padding: 20px 50px 35px 50px;
}

.price_feature li {
  padding: 18px 0;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  color: #888;
}

.section_title-2.pricing_title {
  padding-bottom: 75px;
}

.pricing-2 .package_title {
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}

.pricing-2 .package-price {
  background: none;
}

.pricing-2 .currency-symbol {
  margin-left: 5px;
  margin-top: 28px;
}

.pricing-2 .price {
  font-size: 48px;
  font-weight: 300;
}

.pricing-2 .duration {
  color: #888;
}

.pricing-2 .package_title p {
  color: #333;
  font-size: 16px;
  padding: 5px 0 16px;
  font-weight: 600;
}

.pricing-2 ul.price_feature {
  padding: 0 0px 35px 0;
}

.pricing-2 .price_feature li {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  list-style: none;
}

.pricing-2 .pricing_table.active {
  box-shadow: none;
}

.pricing-2 .price,
.pricing-2 .currency-symbol {
  color: #0c1f38;
}

.pricing-2 .pricing_table.active {
  border: 1px solid #0c1f38;
}

a.btn.xplus-btn.pricing {
  color: #333;
  padding: 0 45px;
  background: none;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  box-shadow: none;
}

a.btn.xplus-btn.pricing:hover {
  color: #fff;
}

a.btn.xplus-btn.pricing.active {
  color: #fff;
}

a.btn.xplus-btn.pricing.active {
  background: #0c1f38;
  color: #fff;
  border-color: #0c1f38;
}

a.btn.xplus-btn.pricing.active:hover {
  background: #0c1f38;
  color: #fff;
  border-color: #0c1f38;
  border: 1px solid #0c1f38;
}

.btn.xplus-btn,
a.btn.xplus-btn.pricing:hover {
  background: #0c1f38;
}

/*Style 2*/
.pricing-style2 .pricing_table,
.pricing-style2 .pricing_table.active {
  box-shadow: none;
  border-radius: 0;
  border: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

.pricing-style2 .package_title {
  padding-top: 0;
}

.pricing-style2 .pricing-top {
  padding: 20px;
  margin-bottom: 20px;
}

.pricing-style2 .pricing-top p {
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}

.pricing-style .package-price {
  padding-bottom: 20px;
}

.pricing-style2 .pricing_table.shadow,
.pricing-style2 .pricing_table:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 11px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Table 2    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.pricing-wrap {
  background: #fff;
  border: 1px solid #d2d7e2;
  border-top: 5px solid #168be8;
  font-family: "Poppins", sans-serif;
}

.price-title {
  background: #f5f5f5;
  padding: 20px 0;
}

.price-title h3 {
  margin: 0;
}

.price-header {
  width: 100%;
  min-height: 159px;
  padding-top: 15px;
}

.price-header h5 {
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding-bottom: 12px;
}

.price-header .price-value {
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

.price-header .price-value sup {
  font-size: 17px;
  top: -19px;
  margin-right: 3px;
}

.price-header p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #545454;
}

.price-header .past-price {
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: rgba(109, 109, 109, 0.75);
}

.skinonebg .price-header p,
.skinonebg .price-header h5 {
  color: rgba(255, 255, 255, 0.78);
}

.skinonebg .price-header .past-price {
  color: rgba(255, 255, 255, 0.47);
}

.features {
  width: 100%;
  text-align: center;
}

.features .get-start {
  width: 80%;
}

.features ul {
  padding: 0;
  margin: 0;
}

.features li {
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  color: #131924;
  padding: 12px 15px;
  border-top: 1px solid #d2d7e2;
}

.plancolor {
  background: #f8f8f8;
}

.pricing-btn {
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #d2d7e2;
}

.pricing-btn .get-start {
  background: #168be8;
  color: #fff;
  margin-top: 0;
}

.pricing-btn .get-start.white-btn {
  background: #fff;
  color: #168be8;
}

.pricing-btn li {
  list-style: none;
}

.pricing-btn li a {
  width: 60%;
  float: left;
  margin-left: 20%;
  background: #ccc;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  padding-top: 9px;
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-btn li a:hover {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.skinonebg {
  background: #168be8;
}

.price-blue--color {
  color: #165cb2;
}

.pricing-btn--bg li a {
  background: #2682bc;
}

.pricing-btn--bg li a:hover {
  background: #3497d6;
}

.featuredcolor {
  color: #fff;
}

.skinonefeatures li {
  color: #fff;
  border-top: 1px solid #3a9cda;
}

.skinoneplancolor {
  background: #165cb2;
}

.skinonefeaturedreq {
  border-top: 1px solid #3a9cda;
}

/*.skinonefeaturedreq {background:#308fcb;}*/
.skinonecheck {
  color: #ceff68;
  margin-right: 8px;
}

.csr_report {
  padding-top: 40px;
  padding-bottom: 30px;
}

.csr_report .csr_report_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.csr_report .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.csr_report .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.awards_accolades .awards_accolades_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.awards_accolades .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.awards_accolades .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.csr_projects .csr_projects_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.csr_projects .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.csr_projects .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.csr_projectsixteen .csr_projectsixteen_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.csr_projectsixteen .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.csr_projectsixteen .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.csr_projectseventeen .csr_projectseventeen_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.csr_projectseventeen .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.csr_projectseventeen .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.project_eighteen .csr_projectseventeen_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.project_eighteen .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.project_eighteen .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.project_nineteen .csr_projectseventeen_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.project_nineteen .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.project_nineteen .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

.project_twenty .csr_projectseventeen_box {
  border: 1px solid #14469f;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.project_twenty .rtbbutton {
  color: #14469f;
  font-weight: 600;
  font-size: 14px;
}

.project_twenty .rtbbutton:hover {
  color: #14469f !important;
  font-weight: 600;
}

/*Pricing table*/
.pricing--item {
  margin-bottom: 60px;
}

.pricing--content {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 0;
}

.pricing--content.ribbon:before {
  content: "Recommended";
  position: absolute;
  top: 22px;
  left: -45px;
  padding: 15px 40px;
  color: #119ee6;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pricing--header {
  padding: 17px 15px 30px;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.pricing--content.active .pricing--header,
.pricing--content.active .pricing--icon .fa,
.pricing--content.active .pricing--icon .fa:after,
.pricing--content.active .pricing--icon:before,
.pricing--content:hover .pricing--header,
.pricing--content:hover .pricing--icon .fa,
.pricing--content:hover .pricing--icon .fa:after,
.pricing--content:hover .pricing--icon:before {
  background-color: #165cb2;
}

.pricing--header .h5 {
  margin-top: 18px;
  font-style: italic;
  font-weight: 400;
}

.pricing--header .h5 strong {
  display: block;
  font-size: 30px;
  font-style: normal;
  margin-bottom: 25px;
}

.pricing--header .h5 strong small {
  color: #fff;
  font-size: 18px;
}

.pricing--icon {
  position: relative;
  margin-top: -33px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  z-index: -1;
}

.pricing--icon:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  z-index: -1;
}

.pricing--icon:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  margin: 5px auto;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 0;
}

.pricing--icon .fa,
.pricing--icon .fa:after {
  background-color: #000;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.pricing--icon .fa {
  min-width: 95px;
  padding: 32.5px 0;
  border-radius: 50%;
}

.pricing--icon .fa:before {
  position: relative;
  z-index: 2;
}

.pricing--icon .fa:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 85px;
  height: 56%;
  margin: 0 auto;
  z-index: 1;
}

.pricing--features {
  font-size: 16px;
  line-height: 20px;
}

.pricing--features ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.pricing--features li {
  margin-bottom: 16px;
  padding: 0 15px;
}

.pricing--features li:last-child {
  margin-bottom: 0;
}

.coming-soon--content .social .nav > li > a:hover,
.f0f--content p a,
.footer--widget > ul > li:hover:before,
.pricing--features .fa-check,
.product--img figcaption .nav > li > a:hover,
.product--rating .br-theme-bootstrap-stars .br-widget a.br-active:after,
.product--rating .br-theme-bootstrap-stars .br-widget a.br-selected:after,
.product--single-summery-meta .table td a.active {
  color: #119ee6;
}

.pricing--features li .h3 {
  margin: 1px 0 4px;
  line-height: 37px;
}

.pricing--footer {
  padding: 30px 0;
}

.pricing--content.active .pricing--footer .btn-primary,
.pricing--content:hover .pricing--footer .btn-primary {
  background-color: #000;
  border-color: #000;
}

.pricing--items.shadow--off .pricing--content {
  box-shadow: none;
}

.pricing--items.shadow--off .pricing--footer {
  padding-bottom: 0;
}

.pricing--items.border--on .pricing--content {
  border-radius: 4px 4px 0 0;
}

.pricing--items.border--on .pricing--features {
  position: relative;
  z-index: 0;
}

.pricing--items.border--on .pricing--features:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #eee;
}

.pricing--items.border--on .pricing--item:last-child .pricing--features:before {
  border-right-width: 1px;
}

.pricing--items.border--on .pricing--icon + .pricing--features:before {
  top: -77px;
}

.pricing--items.border--on .pricing--features ul {
  margin-top: 0;
}

.pricing--items.border--on .pricing--features li {
  margin-bottom: 0;
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ccc;
}

.pricing--items.border--on .pricing--features li:last-child {
  border-bottom-width: 1px;
}

#pricingIncluded .pricing--item {
  float: none;
  display: inline-block;
  margin-bottom: 60px;
  vertical-align: bottom;
}

#pricingIncluded .pricing--item:first-child {
  padding-bottom: 74px;
}

.pricing--table {
  margin-bottom: 0;
  text-align: center;
}

.pricing--table th {
  position: relative;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  color: #222;
  border: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
  z-index: 0;
}

.pricing--table th:before {
  top: 0;
  height: 100%;
  background-color: #eee;
}

.pricing--table td:before,
.pricing--table th:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ccc;
  z-index: -1;
}

.pricing--table td:first-child:before,
.pricing--table th:first-child:before {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}

.pricing--table td:last-child:before,
.pricing--table th:last-child:before {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}

.pricing--table th:after {
  top: 17.5px;
  bottom: 17.5px;
}

.pricing--table td:after,
.pricing--table th:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #ccc;
}

.pricing--table td:last-child:after,
.pricing--table th:last-child:after {
  display: none;
}

.pricing--table td {
  position: relative;
  padding-top: 21px !important;
  padding-bottom: 11px !important;
  border: 0 !important;
  font-size: 16px;
  vertical-align: middle !important;
  z-index: 0;
}

.pricing--table td:before {
  top: 10px;
  bottom: 0;
  height: auto;
  background-color: transparent;
}

.pricing--table td:after {
  top: 26px;
  bottom: 16px;
}

.pricing--table .btn-default {
  color: #222;
  background-color: #eee;
  border-color: #eee;
  font-weight: 700;
}

.pricing--table .btn-default:focus,
.pricing--table .btn-default:hover {
  color: #fff;
  background-color: #119ee6;
  border-color: #119ee6;
}

.reset-gutter > [class*="col-"],
.reset-padding {
  padding-right: 0;
  padding-left: 0;
}

#pricingIncluded .pricing--items,
.gallery--content-sidebar .tags {
  font-size: 0;
}

.bg-color--black {
  background: #168be8;
}

#pricingIncluded .plan-list {
  font-size: 15px;
  background: #165cb2;
  padding: 26px 20px 21px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}

#pricingIncluded .plan-list:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(153, 153, 153, 0);
  border-left-color: #165cb2;
  border-width: 18px;
  margin-top: -18px;
}

@media screen and (max-width: 991px) {
  #pricingIncluded .pricing--item {
    display: block;
  }

  #pricingIncluded .pricing--item:first-child {
    display: none;
  }

  #pricingIncluded .pricing--features {
    text-align: right;
  }

  #pricingIncluded .pricing--features li strong {
    float: left;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }

  #pricingIncluded .pricing--items.border--on .pricing--features:before {
    border-right-width: 1px;
  }

  .pricing--table thead {
    display: none;
  }

  .pricing--table tr {
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-radius: 4px;
  }

  .pricing--table tr:last-child {
    margin-bottom: 0;
  }

  .pricing--table td {
    display: block;
    padding-top: 11px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: right;
  }

  .pricing--table td:before {
    top: 0;
    border-width: 0 1px 1px;
    border-radius: 0;
  }

  .pricing--table td:first-child:before {
    border-radius: 4px 4px 0 0;
  }

  .pricing--table td:last-child:before {
    border-radius: 0 0 4px 4px;
  }
}

/*=======Blog Section=========*/
.latest__block-post {
  padding: 20px;
}

.latest__block .more_btn__block {
  margin-top: 10px;
}

.latest__block-title {
  font-size: 20px;
  font-weight: 800;
}

.team__block-section .team-member {
  margin-bottom: 0;
}

.more_btn__block {
  color: #feb20e;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
}

.project-detail-block {
  padding: 30px;
}

/*creers_page*/
/*creers_page*/
.creer_page .card-header {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.creer_page .card-header .panel-title a {
  color: #000;
}

.creer_page .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  border-left: 2px solid red;
}

.creer_page .overview_section {
  float: right;
}

.creer_page .card .exp_icon {
  color: #14469f;
}

.creer_page table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.creer_page .panel-title a {
  color: #000 !important;
}

.creer_page .more_details:not(.collapsed):after {
  content: "▲";
  position: absolute;
  right: 24px;
  top: 30px;
}

.creer_page .more_details.collapsed:after {
  content: "▼";
  position: absolute;
  right: 24px;
  top: 30px;
}

#career_form .shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
}

#career_form .border_career {
  border-right: 1px solid #ddd;
}

#career_form .applynow_form {
  border: 1px solid #ddd;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

#career_form .btn-career {
  height: 40px !important;
  background: #0275d8;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
}

#career_form .btn-career:hover {
  background: #025aa5;
}

/*=====Date_picker=====*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*! * Default mobile-first, responsive styling for pickadate.js * Demo: http://amsul.github.io/pickadate.js */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}

.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto;
  }
}

.picker__input.picker__input--active {
  border-color: #e3f2fd;
}

.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month,
.picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__select--month.browser-default {
  display: inline;
  background-color: #ffffff;
  width: 40%;
}

.picker__select--year.browser-default {
  display: inline;
  background-color: #ffffff;
  width: 25%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.picker__table th,
.picker__table td {
  text-align: center;
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}

.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

.picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
  color: #fff;
}

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

.picker__box {
  border-radius: 2px;
  overflow: hidden;
}

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: 0.5;
  font-size: 1rem;
  margin-bottom: 15px;
}

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

.picker__day-display {
  font-size: 4.5 rem;
  font-weight: 400;
}

.picker__year-display {
  font-size: 1.8 rem;
  color: rgba(255, 255, 255, 0.4);
}

.picker__box {
  padding: 0;
}

.picker__calendar-container {
  padding: 0 1rem;
}

.picker__calendar-container thead {
  border: none;
}

.picker__table {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day.picker__day--today {
  color: #26a69a;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

.picker__weekday {
  font-size: 0.9rem;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}

.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 1rem;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
}

.picker__close,
.picker__today {
  font-size: 1.1 rem;
  padding: 0 1rem;
  color: #26a69a;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}

.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}

.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/*-------------------------------------------------------------------------------------------*/
/* Course Details         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*
 */
.course__content_block {
  border: 1px solid #d8d5d5;
  padding: 20px 30px;
}

.course_features_point {
  list-style: none;
  overflow: hidden;
  width: 63%;
  padding: 0;
  margin: 20px 0 0;
}

@media (max-width: 991px) {
  .course_features_point {
    width: 100%;
  }
}

.course_features_point li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .course_features_point li {
    width: 100%;
    float: none;
  }
}

.course_features_point li i {
  color: #2adc71;
  margin-right: 10px;
}

.course__details_block .student-feedback {
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}

.course__details_block h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.course__details_block .student-feedback .inner-box {
  position: relative;
  border: 1px solid #e7e7e7;
}

.course__details_block .student-feedback .inner-box .rating-title,
.course__details_block .student-feedback .inner-box .rating-column {
  position: relative;
  padding: 0px;
}

.course__details_block .student-feedback .inner-box .rating-title .inner {
  position: relative;
  padding: 55px 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-right: 1px solid #e7e7e7;
}

.course__details_block .student-feedback .inner-box .rating-title .inner h3 {
  position: relative;
  font-size: 72px;
  color: #000000;
  line-height: 1em;
}

.course__details_block .student-feedback .rating-title .inner .total-rating {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.4);
}

.course__details_block .student-feedback .rating-title .inner .rating {
  position: relative;
}

.course__details_block .student-feedback .rating-title .inner .rating .fa {
  color: #2adc71;
  margin: 0px 2px;
}

.course__details_block .student-feedback .rating-column .rating-inner {
  position: relative;
  padding: 40px 35px 20px;
}

.course__details_block .student-feedback .rating-column .rate-info {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 130px;
}

.course__details_block .student-feedback .rating-column .rate-info .total-star {
  position: absolute;
  color: #000000;
  font-size: 15px;
  display: inline-block;
  left: 0px;
  top: 0px;
}

.course__details_block .student-feedback .rating-column .rate-percentage {
  position: relative;
  width: 100%;
  height: 15px;
  top: 2px;
  display: inline-block;
  background-color: #f2f2f2;
}

.course__details_block
  .student-feedback
  .rating-column
  .rate-percentage
  .colored-layer {
  position: absolute;
  height: 15px;
  top: 0px;
  display: inline-block;
  background-color: #2adc71;
}

.course__details_block .student-feedback .rating-column .rate-info .feedback {
  color: #000000;
  position: absolute;
  right: 0px;
  font-size: 15px;
  font-weight: 400;
  float: right;
  top: 0px;
}

.course__details_block
  .student-feedback
  .rating-column
  .rate-info
  .feedback
  span {
  color: #ababab;
  margin-left: 5px;
}

.course__details_block .student-comment {
  position: relative;
  margin-bottom: 30px;
}

.course__details_block .student-comment:last-child {
  margin-bottom: 0px;
}

.course__details_block .student-comment .comment-inner {
  position: relative;
  padding-left: 290px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.course__details_block .student-comment .comment-inner .student-info {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 20px;
}

.course__details_block
  .student-comment
  .comment-inner
  .student-info
  .info-inner {
  position: relative;
  padding-left: 90px;
}

.course__details_block
  .student-comment
  .comment-inner
  .student-info
  .info-inner
  .student-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #eaeaea;
}

.course__details_block
  .student-comment
  .comment-inner
  .student-info
  .info-inner
  h4 {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.course__details_block
  .student-comment
  .comment-inner
  .student-info
  .info-inner
  .time {
  font-size: 15px;
  color: #b6b6b6;
}

.course__details_block
  .student-comment
  .comment-inner
  .student-info
  .info-inner
  .rating
  .fa {
  margin-right: 2px;
  color: #2adc71;
}

.course__details_block .student-comment .comment-inner .comment-text {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .course__details_block .student-comment .comment-inner .student-info {
    position: static;
  }

  .course__details_block .student-comment .comment-inner {
    padding-left: 0;
  }
}

/*=========Event Section==========*/
.event-section__block {
  background: #f5f5f5;
}

.table__block {
  display: table;
  height: 304px;
  width: 100%;
}

.event__date-time {
  background: #f2f2f2;
  padding: 25px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.event__time {
  color: #9f9e9e;
  font-weight: bold;
}

.event__time span:first-child {
  margin-right: 10px;
}

.event__date {
  font-size: 100px;
  line-height: 1;
  color: #2adc71;
  font-weight: bold;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .event__date {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .event__date {
    font-size: 50px;
  }

  .matchHeigh {
    height: auto !important;
  }
}

.event__month {
  font-size: 20px;
  color: #2adc71;
  font-weight: bold;
}

.plan-content-box__white__bg {
  background: #fff;
  overflow: hidden;
}

.plan-content-box.plan-content-box__wight__bg {
  background: #f2f2f2;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .inner-intro {
    /* height: 250px; */
  }
}

@media (max-width: 991px) {
  .plan-content-box.plan-content-box__wight__bg {
    width: 100%;
  }
}

.plan-content-box__wight__bg h3 {
  color: #222;
  line-height: 1.8;
}

.plan-content-box__wight__bg p {
  color: #444444;
}

.after__none:after {
  display: none;
}

.color,
.inner-intro .page-breadcrumb span {
  color: #ffffff;
  font-weight: 600;
}

.partnership {
  padding: 20px;
}

/*Plane Section style start here*/
.single_plan__block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #f2f2f2;
}

.block_bg1:after {
  background-image: url(../images/finance-bg1.html);
  background-size: cover;
}

.block_bg2:after {
  background-image: url(../images/finance-bg2.jpg);
  background-size: cover;
}

.block_bg3:after {
  background-image: url(../images/finance-bg3.jpg);
  background-size: cover;
}

.block_bg4:after {
  background-image: url(../images/finance-bg4.jpg);
  background-size: cover;
}

.single_plan__block:after {
  background-position: right top;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 39%;
  z-index: -1;
}

.single_plan__block.blue__block::before {
  background: #feb20d;
}

.plan-content-box {
  background: #00305b none repeat scroll 0 0;
  color: #000;
  padding: 30px;
  width: 61%;
  position: relative;
  z-index: 9;
}

.block_bg5:after {
  background-image: url(../images/event/img_11.html);
  background-size: cover;
}

.block_bg6:after {
  background-image: url(../images/event/img_22.html);
  background-size: cover;
}

.single_plan__block:after,
.single_plan__block-img:after {
  background-position: center;
  content: "";
  height: 100%;
  right: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 39%;
  z-index: -1;
}

.single_plan__block-img:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .plan-content-box {
    padding: 24px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
}

@media (max-width: 767px) {
  .plan-content-box {
    width: auto;
  }
}

.blue__block .plan-content-box {
  background: #feb20d none repeat scroll 0 0;
  color: #333333;
}

.single_plan__block.blue__block::after {
  background: #00305b none repeat scroll 0 0;
}

.blue__block .more_btn__block {
  color: #333333;
}

.plan-content-box h3 {
  margin-bottom: 35px;
  position: relative;
  font-weight: 700;
}

.plan-content-box h3::after {
  background: #2adc71 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45px;
}

.blue__block .plan-content-box h3::after {
  background: #333333 none repeat scroll 0 0;
}

body .width-100per {
  width: 100%;
}

.quote-form input[type="text"] {
  display: block;
  height: 46px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #878787;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

.quote-form textarea {
  height: 110px;
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #878787;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 0px;
}

.sent-but {
  min-width: 100%;
  border-radius: 20px;
  cursor: pointer;
  margin: 0;
}

.more_btn__block {
  color: #2adc71;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text {
  padding-bottom: 25px;
  line-height: 1.8;
}

.heading-font h2 {
  font-size: 32px;
}

.heading-font h2 span {
  color: #fff;
}

#project-section .block-content p {
  line-height: 2;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .width-25per {
    width: 35%;
  }

  .tab-respons {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .section-bar {
    margin-top: 40px;
  }
}

.wprt-list span.icon {
  padding-right: 15px;
}

body .width-100per {
  width: 100%;
}

.wrapper_location .box {
  border: 1px solid #ddd;
  height: 100%;
}

.carrier_box {
  border: 1px solid #ddd;
  padding-bottom: 20px;
  height: 100%;
}

.carrier_box h1 {
  font-size: 25px;
  padding-top: 20px;
}

/* css 10-9-22 */
#facts_figures.sectionClass {
  padding: 0px 0px 50px 0px;
  position: relative;
  display: block;
}

#facts_figures .fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

#facts_figures .sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

#facts_figures .sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#facts_figures .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

#facts_figures .projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#facts_figures .fullWidth {
  padding: 0;
}


#facts_figures .projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  height: 322px;
}

#facts_figures .projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

#facts_figures .projectFactsWrap .item p {
  color: #0d3380;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /* font-family: 'Open Sans'; */
}

#facts_figures .projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

#facts_figures .projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

#facts_figures .projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

#facts_figures .border_right {
  border-right: 2px solid #c7d3f5;
}

/* #facts_figures .projectFactsWrap .item:hover span{
	background: white;
  } */

.shadowed {
  -moz-box-shadow: 0px 0px 5px #444444;
  -webkit-box-shadow: 0px 0px 5px #444444;
  box-shadow: 0px 0px 5px #444444;
}

.video-container-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.7);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  opacity: 0;
}

.video-container-wrapper:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sizewrapper {
  width: 50%;
  /* Would normally be 1920px, limited because codepen's screen is small */
  max-width: 920px;
  vertical-align: middle;
  position: relative;
  background: rgba(255, 255, 255, 0);
  z-index: 51;
  display: none;
}

#videowrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
}

#videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chairman_video .close {
  position: absolute;
  right: -46px;
  top: 0;
  color: #000;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  background-color: orange;
  width: 32px;
  height: 32px;
}

.go-to-yt {
  padding: 16px;
  margin: 8px 0 0;
  float: right;
  text-align: right;
  background-color: #fff;
  display: inline-block;
}

.go-to-yt a {
  text-decoration: none;
}

.hadapsar_plant .plant_icon {
  color: #14469f;
  font-size: 22px;
}

.hadapsar_plant .modal-header {
  background: #14469f;
}

.hadapsar_plant .close {
  color: #fff;
}

.hadapsar_plant .modal_img {
  height: 150px;
  object-fit: contain;
}

#career_keyskill .keyskill_shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#career_keyskill .key_skill h1 {
  font-size: 20px;
}

/* css 13-9-22 */

#autoexpo_14 .autoexpo_delhi {
  background: #14469f;
}

#autoexpo_14 .autoexpo_delhi h1 {
  font-size: 25px;
}

#autoexpo_cards .autoexpo_box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#autoexpo_cards .cards_autoxpo h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#autoexpo_cards .cards_autoxpo p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#autoexpo_cards .read_more {
  color: #14469f !important;
}

#autoexpo_cards .read_more:hover {
  color: #14469f !important;
}

#autoexpo_cards h6 {
  margin-top: 5px;
  color: #848484;
}

#year_events .caret_dropdown {
  position: absolute;
  top: 20px;
  right: 30px;
}

/* end */

/*29-12-22*/
#ekpehel .wrapper_ekpehel h4 {
  font-size: 21px;
  font-weight: unset;
}

#ekpehel .ekpehel_box {
  background: #14469f;
  height: 100%;
}

#task_force .force_box {
  /* background:#14469f; */
}

#task_force ul li {
  font-size: 22px;
}

#task_force .force_box {
  /* height:300px; */
}

#task_force .img-1 {
  /* background: url('../images/ekpehel/IMG_4436.png'); */
  background: url("../images/ekpehel/health_hygine_pillar.jpg");
  background-size: cover;
  height: 80vh;
  /* background-position: center; */
}

#task_force .img-2 {
  /* background: url('../images/ekpehel/learning_dev.png'); */
  background: url("../images/ekpehel/learning_dev_pillar.webp");
  background-size: cover;
  height: 80vh;
  background-position: center;
}

#task_force .img-3 {
  /* background: url('../images/ekpehel/safety_piller.png'); */
  background: url("../images/ekpehel/safety_pillar.webp");
  background-size: cover;
  height: 80vh;
  /* background-position: center; */
}

#task_force .img-4 {
  /* background: url('../images/ekpehel/community_service.png'); */
  background: url("../images/ekpehel/community_service.webp");
  background-size: cover;
  height: 85vh;
  /* background-position: center; */
  background-position: 58% 0%;
}
#task_force .women-empowered{
  background: url("../images/ekpehel/nirmala-behera.webp");
  height: 100vh;
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
}
#task_force .emp-box{
  position:absolute;
  bottom:10px;
  background: #ffffffbf;
  box-shadow: 0 7px 12px -3px rgb(0 0 0 / 30%);
  border-radius: 5px;
  left:7%;
  /* right:3%; */
}

#task_force .task_overlay {
  background: #ffffffb5;
  height: 300px;
}
#task_force .task_overlay .card-title-1 {
  color: red !important;
}
#task_force .task_overlay .card-title-2 {
  color: #2d4191 !important;
}

#task_force .task_overlay .sub-text {
  color: #282828 !important;
  text-align: justify;
}

#task_force .row_height {
  height: 80vh;
}

/* 31-12-22 */
#task_force .img_right {
  height: 100%;
  width: 100%;
}

#task_force .img-fluid {
  height: 80vh;
  object-fit: cover;
}

#task_force .ek_pahal {
  height: 350px;
}
#task_force .text-red{
  color:#e31e24;
}
#task_force .text-blue{
  color:#2d4191;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #vendor_img .img-fluid {
    width: 800px;
  }

  #csr_section .border_right {
    border-right: 2px solid #c7d3f5;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #forword_leadership .leadership_forword .leadership_quote {
    font-size: 25px !important;
  }
  .go-top {
    position: fixed;
    bottom: 10%;
    right: 10%;
    padding: 20px !important;
    display: none !important;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 999;
  }
  .date_top {
    right: 13px !important;
    position: absolute;
    min-width: 93% !important;
  }
  #csr-pdf .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  #ekpehel .banner_img_mob {
    margin-top: 17px !important;
  }
  .title-deming-award {
    position: absolute;
    top: 45%;
    font-size: 24px;
    letter-spacing: 3px;
    left: 12%;
  }
  .logo img {
    height: 50px;
  }
  #csr_carousel .carousel_csr .carousel-inner img {
    height: 40vh !important;
    /* object-fit: cover; */
  }
  #csr_carousel .carousel_csr .carousel-inner {
    height: unset !important;
  }
  #task_force .women-empowered{
    height:40vh;
  }
  #task_force .emp-box{
    left:3%;
    right:3%;
  }
}

/* css by imran */
/*------------------------------------------------*\
  Sonar
\*------------------------------------------------*/
@-webkit-keyframes sonar {
  from {
    box-shadow: 0 0 0 0 #ff0000, 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }

  to {
    box-shadow: 0 0 0 10px rgba(255, 147, 223, 0),
      0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}

@keyframes sonar {
  from {
    box-shadow: 0 0 0 0 #ff0000, 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }

  to {
    box-shadow: 0 0 0 10px rgba(255, 147, 223, 0),
      0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}

.sonar {
  /* width: 20px;
height: 20px; */
  border-radius: 50%;
  background-color: #ff6200;
  border: 5px solid #ff7700;
  -webkit-animation: sonar 1000ms ease-out infinite;
  animation: sonar 1000ms ease-out infinite;
}

@supports (position: absolute) {
  #hotspots-container {
    display: block !important;
    max-height: none !important;
  }

  #fallback {
    display: none;
  }
}

/* css start 14-9-22 */

.bg-light {
  background: #f1f1f1;
}
.vertical-name{
  writing-mode: vertical-rl;
}

.awards_accolades .autoexpo_box {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  height: 100%;
  border-radius: 5px;
}

.awards_accolades .read_more {
  color: #14469f !important;
}

.awards_accolades h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.awards_accolades h6 {
  margin-top: 5px;
}

.awards_accolades .autoexpo_head {
  color: #ffffff !important;
}

.csr_projects .autoexpo_box {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  height: 100%;
  border-radius: 5px;
}

.csr_projects .read_more {
  color: #14469f !important;
}

.csr_projects h6 {
  margin-top: 5px;
}

.csr_projects h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.csr_projects .autoexpo_head {
  color: #ffffff !important;
}

.csr_projectsixteen .autoexpo_box {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  height: 100%;
  border-radius: 5px;
}

.csr_projectsixteen .read_more {
  color: #14469f !important;
}

.csr_projectsixteen h6 {
  margin-top: 5px;
}

.csr_projectsixteen h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.csr_projectsixteen .autoexpo_head {
  color: #ffffff !important;
}

.components_supplier {
  white-space: nowrap;
  /* overflow-x: hidden; */
}

.components_supplier .img-fluid {
  height: 60px;
}

.components_supplier ol {
  font-size: 0;
  width: 100vw;
  padding: 200px 0;
  transition: all 1s;
}

.components_supplier ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #14469f;
}

.components_supplier ol li:last-child {
  width: 280px;
}

.components_supplier ol li:not(:first-child) {
  margin-left: 14px;
}

.components_supplier ol li .card_div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.components_supplier ol li .card_div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.components_supplier ol li:nth-child(odd) .card_div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0px;
}

.components_supplier ol li:nth-child(odd) .card_div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.components_supplier ol li:nth-child(even) .card_div {
  top: calc(100% + 16px);
  border-radius: 0px 5px 5px 5px;
}

.components_supplier ol li:nth-child(even) .card_div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.components_supplier time {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  background: #14469f;
  border-radius: 5px;
}

.components_supplier p {
  font-size: 14px !important;
}

.components_supplier .border_right {
  border-right: 1px solid #ddd;
}

.milestone {
  white-space: nowrap;
  /* overflow-x: hidden; */
}

.milestone ol {
  font-size: 0;
  width: 100vw;
  padding: 200px 0;
  transition: all 1s;
}

.milestone ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #14469f;
}

.milestone ol li:last-child {
  width: 280px;
}

.milestone ol li:not(:first-child) {
  margin-left: 14px;
}

.milestone ol li .card_div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.milestone ol li .card_div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.milestone ol li:nth-child(odd) .card_div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0px;
}

.milestone ol li:nth-child(odd) .card_div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.milestone ol li:nth-child(even) .card_div {
  top: calc(100% + 16px);
  border-radius: 0px 5px 5px 5px;
}

.milestone ol li:nth-child(even) .card_div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.milestone time {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  background: #14469f;
  text-align: center;
  border-radius: 5px;
}

.milestone p {
  font-size: 14px !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #band_facts .wrapper_factsband h2 {
    font-size: 18px;
  }

  #band_facts .btn-primary {
    float: unset;
    margin-top: 15px;
  }

  #facts_figures .border_right {
    border-right: unset;
  }
}

/* end */

/* 16-9-22 */
#career_form .form-group {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

#career_form .file-control {
  display: none;
}

#career_form .label-file {
  width: 100%;
  height: 40px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 5px 50px 5px 15px;
  border-radius: 4px;
  border: 2px solid #ddd;
  vertical-align: middle;
  overflow: hidden;
  line-height: 30px;
}

#career_form .label-file:after {
  content: "Browse";
  position: absolute;
  background-color: #0275d8;
  right: 0;
  top: 0;
  height: 35px;
  display: inline-block;
  padding: 8px 15px 0;
  color: #fff;
  line-height: 20px;
}

/* 17-9-22 */
#team h5 {
  color: #222;
}

#team .team_head:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition-duration: 1s;
  background: #fff;
}

#team .team_head {
  cursor: pointer;
}

/* #team .img-fluid {
	height: 200px;
	width: 200px;
	display: unset;
} */

.team_head .leadership_img {
  height: 130px !important;
  width: 200px !important;
  display: unset;
}

#team .team_name {
  font-size: 15px;
}

/* css by Imran */
.chairman_video .play_button {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 1;
  width: 10%;
}

/* product  */
#hotspots-container .highlight {
  font-weight: bold;
  display: inline-block;
  background: #ff6a00de;
  color: #193549;
  font-size: 1.2rem;
  /* padding: 5px 14px; */
  line-height: 2;
  height: 50px;
  width: 50px;
  border-radius: 999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#hotspots-container .highlight:hover {
  background: #ff6a0087;
  color: #ffffff;
  cursor: pointer;
}

#hotspots-container #content1,
#hotspots-container #content2,
#hotspots-container #content3 {
  position: absolute;
  overflow: hidden;
  padding-bottom: 1rem;
  top: 5%;
}

#hotspots-container #b1 {
  left: 65%;
  top: 25%;
}

#hotspots-container #b2 {
  left: 17%;
  top: 58%;
}

#hotspots-container #b3 {
  left: 74%;
  top: 57%;
}

#hotspots-container .hidden {
  display: none;
}

#hotspots-container .block {
  display: block;
}

#hotspots-container .leading-relaxed {
  line-height: 1.625;
}

#hotspots-container .shadow {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#hotspots-container .absolute {
  position: absolute;
}

#hotspots1:checked ~ #content1,
#hotspots2:checked ~ #content2,
#hotspots3:checked ~ #content3 {
  display: block;
  margin: 2rem;
  width: 90%;
}

.nav-pills .nav-link {
  background-color: aliceblue;
  border-radius: 0px;
}

.main_pills .nav-item.show .nav-link,
.main_pills .nav-link.active {
  background: linear-gradient(
    60deg,
    rgba(55 53 53) 0%,
    rgba(20, 70, 159, 1) 50%,
    rgba(20, 70, 159, 1) 100%
  );
}

@media (max-width: 380px) {
  .logo img {
    height: 46px;
  }
}

@media (min-width: 992px) {
  .main_pills .nav-link {
    height: 180px;
  }

  .ourProduct .component_div {
    position: absolute;
    right: 56%;
    z-index: 22;
  }

  .main_pills .nav-item.show .nav-link {
    padding: 0.5em 0.5em;
  }

  .ourProduct .spanLable {
    writing-mode: vertical-rl;
    /* outline: double; */
    padding: 3px 0px;
    transform: rotate(180deg);
  }

  .automotiveSvg {
    transform: rotateY(182deg);
    width: 100%;
    height: auto;
  }

  .nonAutoSvg {
    width: 100%;
    height: auto;
  }

  .main_pills .nav-link {
    height: auto;
  }
}

@media (min-width: 991px) {
  .homeProduct .non_auto_pills,
  .homeProduct .auto_pills {
    height: 450px;
  }
}

@media (min-width: 1440px) {
  .homeProduct .non_auto_pills,
  .homeProduct .auto_pills {
    height: 650px !important;
  }
}

@media (max-width: 1367px) {
  .ourProduct .spanLable {
    font-size: 20px !important;
  }

  .p_main_vehicle {
    /* width: 60%; */
  }
}

.ourProduct .spanLable {
  font-size: 30px;
  font-weight: 700;
  /* top: -33px; */
  margin-top: 0;
  /* left: 23px; */
  /* position: relative; */
  font-family: "Poppins", sans-serif;
}

.nav-link:hover path {
  fill: #2d4191;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active path {
  fill: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #14469f30;
}

.non_auto_pills .nav-link {
  background-color: #06f0;
}

.non_auto_pills .nav-item.show .nav-link,
.non_auto_pills .nav-link.active {
  background-color: #06f0;
  border-bottom: 3px solid #ed1b24;
}

.auto_pills .nav-link {
  background-color: #06f0;
}

.auto_pills .nav-item.show .nav-link,
.auto_pills .nav-link.active {
  background-color: #06f0;
  border-bottom: 3px solid #ed1b24;
}

/* .main_auto .nav-item.show .nav-link,
.main_auto .nav-link.active::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 18px solid #14469f;
	position: absolute;
	transform: translate(68px, 87px);

} */
.main_auto .nav-item.show .nav-link,
.main_auto .nav-link.active {
  /* border-bottom: 5px solid #14469f; */
  padding-top: 10px;
  transform: scale(1.1);
  background: #14469f2b;
  transition: transform 1s;
  margin: 3px;
}

#pills-nonAutomotive .hotspots {
  position: relative;
}

#pills-nonAutomotive .hotspots img {
  max-width: 100%;
  height: auto;
  display: block;
}

#pills-nonAutomotive .hotspot {
  position: absolute;
  width: 37px;
  height: 37px;
  padding-top: 0px;
  border: 5px solid #ff0000d6;
  border-radius: 50%;
  animation: fader 1500ms ease-out infinite;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  color: #555;
}

#pills-nonAutomotive .hotspot::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #f00;
  border-radius: 50%;
  display: block;
  margin: 1px auto 0 2px;
  transition: all 0.2s;
}

#pills-nonAutomotive .hotspot:hover {
  border-color: lightcoral !important;
  animation-play-state: paused;
  color: #fff;
}

#pills-nonAutomotive .hotspot:hover::after {
  background-color: lightsalmon;
}

@keyframes fader {
  50% {
    border-color: rgb(255, 255, 255, 0.2);
  }

  100% {
    border-color: rgb(255, 255, 255, 0.8);
  }
}

#jcb1-a {
  top: 73%;
  left: 29%;
}

#jcb1-b {
  top: 17%;
  left: 63%;
}

#jcb1-c {
  top: 70%;
  left: 70%;
}

/* main page */
#jcb2-a {
  top: 65%;
  left: 30%;
}

#jcb2-b {
  top: 15%;
  left: 70%;
}

#jcb2-c {
  top: 42%;
  left: 65%;
}

@media (max-width: 1500px) {
  #jcb1-a {
    top: 75%;
    left: 21%;
  }

  #jcb1-b {
    top: 15%;
    left: 68%;
  }

  #jcb1-c {
    top: 70%;
    left: 77%;
  }

  /* main page */
  #jcb2-a {
    top: 65%;
    left: 29%;
  }

  #jcb2-b {
    top: 13%;
    left: 70%;
  }

  #jcb2-c {
    top: 42%;
    left: 66%;
  }
}

@media (max-width: 1200px) {
  .nf-carousel-theme .owl-controls .owl-nav .owl-next {
    right: -17px;
  }

  .nf-carousel-theme .owl-controls .owl-nav .owl-prev {
    left: -17px;
  }

  #jcb1-a {
    top: 67%;
    left: 23%;
  }

  #jcb1-b {
    top: 15%;
    left: 63%;
  }

  #jcb1-c {
    top: 70%;
    left: 72%;
  }

  /* main page  */
  #jcb2-a {
    top: 73%;
    left: 10%;
  }

  #jcb2-b {
    top: 12%;
    left: 74%;
  }

  #jcb2-c {
    top: 70%;
    left: 87%;
  }
}

@media (max-width: 991px) {
  #jcb1-a {
    top: 69%;
    left: 6%;
  }

  #jcb1-b {
    top: 15%;
    left: 74%;
  }

  #jcb1-c {
    top: 70%;
    left: 87%;
  }

  /* main page  */
  #jcb2-a {
    top: 73%;
    left: 10%;
  }

  #jcb2-b {
    top: 12%;
    left: 74%;
  }

  #jcb2-c {
    top: 70%;
    left: 87%;
  }
}

/*css sagar 14-9-22*/
::-webkit-scrollbar {
  height: 70px;
  width: 100%;
  /* background: gray; */
  /* background-image: url("assets/images/logo/road.jpg"); */
  background-repeat: repeat;
  background-size: contain;
}

::-webkit-scrollbar-thumb:horizontal {
  margin-top: 50px;
  border-radius: 10px;
  /* background-image: url("assets/images/logo/jcb1.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
}

.milestone ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 4px);
  bottom: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  background: url("assets/images/logo/gear.png");
}

/* tooltip */
.ourProduct .hotspot:focus {
  outline: none;
}

.ourProduct .hotspot span {
  background-color: #fff;
  color: black;
  position: absolute;
  box-shadow: 1px 0px 11px 3px #0000001a;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 18px;
  min-width: 240px;
  padding: 31px 15px;
  top: -100px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  border-radius: 10px;
}

.ourProduct .hotspot span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 10px solid;
  border-color: #ffffff transparent transparent transparent;
}

@media (min-width: 992px) {
  .main_pills .nav-item.show .nav-link,
  .main_pills .nav-link.active::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #14469f;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: 0%;
    transform: translateY(81px);
  }
}

.ourProduct .hotspot:hover {
  overflow: visible;
}

.ourProduct .hotspot:hover span {
  display: inline;
  opacity: 1;
}

/* 19-9-22 */
.team_details h6 {
  writing-mode: vertical-rl;
}

.team_details .img-fluid {
  box-shadow: 0 2rem 4rem -1rem rgb(0 0 0 / 23%);
}

.team_details .btn-primary {
  background: none;
  color: #14469f;
  border: 1px solid #14469f;
  border-radius: 25px;
}

.team_details .btn-primary:hover {
  background: #14469f;
  color: #fff;
}

.team_details li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #e6202d;
}

.team_details li {
  padding-left: 1.3em;
  list-style: none;
}

#boardmembers .member_hover:hover {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: box-shadow 0.5s ease-in-out;
}

#boardmembers .member_hover {
  cursor: pointer;
}

#boardmembers h6 {
  color: #222;
  font-weight: 400;
  font-family: 'Neurial Grotesk Regular' !important;
  /* font-family: "Poppins", sans-serif; */
  font-size: 14px;
}

#team h6 {
  color: #222;
  font-weight: 400;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Neurial Grotesk Regular' !important;
  font-size: 14px;
  padding-bottom: 20px;
}

/* 20-9-22 */

#our_project .btn-warning {
  background: #e6202d;
  border: none;
}

#get_intouch .get_touch {
  width: 100%;
  border: 1px solid #ddd;
}

#get_intouch .form_shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#vendor_form .nav-tabs {
  border-bottom: unset;
}

#vendor_form .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  cursor: pointer;
  border-color: #14469f !important;
}

#vendor_form .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #14469f;
}

#vendor_form .vendor_filform {
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px;
}

#vendor_form .form_shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  border-radius: 10px;
}

#vendor_form .btn-primary {
  background: #14469f;
  border: none;
}

#vendor_form .btn-primary:hover {
  background: #e6202d;
}

#vendor_form .nav {
  justify-content: space-between;
}

#vendor_form li {
  width: 100%;
}

/* 21-9-12 */
#team .plant_btn {
  background: unset;
  font-family: 'Neurial Grotesk Regular';
}

#hadapsar_plant .plant_icon {
  color: #14469f;
  font-size: 22px;
}

.item-box .box_detail {
  display: none;
}

.item-box:hover .box_detail {
  max-height: 100px;
  display: block;
}

#work p {
  font-size: 12px;
}

.assurance_img {
  width: 482px;
  height: 200px !important;
}

/* 22-9-22 */
#single_imgslider .single_slider {
  /* max-width: 400px; */
  background-color: black;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#single_imgslider .single_slider div {
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}

#single_imgslider .single_slider img {
  width: 100%;
  height: auto;
}

#single_imgslider .single_slider h6 {
  position: absolute;
  top: 71%;
  /* left:10%; */
  color: #fff;
  background: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 40px;
  padding-top: 12px;
}

.vision_icon {
  color: #14469f;
}

.awards_accolades .img-fluid {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.csr_projects .img-fluid {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.csr_projectsixteen .img-fluid {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#csr_section .sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

#csr_section .fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

#csr_section .sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

#csr_section .sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#csr_section .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

#csr_section .projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#csr_section .fullWidth {
  padding: 0;
}

#csr_section .projectFactsWrap .item {
  width: 20%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

#csr_section .projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

#csr_section .projectFactsWrap .item p {
  color: #0d3380;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /* font-family: "Open Sans"; */
  font-family: 'Neurial Grotesk Medium';
}

#csr_section .projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

#csr_section .projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

#csr_section .projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

#csr_section .csr_icon {
  font-size: 15px !important;
  color: #14469f !important;
}

.csr_shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /* min-height: 245px; */
  min-height: 188px;
  border-radius: 10px;
}

.csr_shadow a {
  color: #222;
}

.csr_shadow h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#work .csr_icon {
  font-size: 15px !important;
  color: #14469f !important;
}
#work .img-shadow{
  border-radius:10px;
  box-shadow: -4px 4px 10px #00000040;
}

.apply_btn {
  background: #0275d8;
  color: #fff;
  height: 35px;
  color: #fff;
  border-radius: 100px;
  border: none;
}

.apply_btn:hover {
  background: #025aa5;
  color: #fff !important;
}

.apply_icon {
  color: #fff !important;
}

.read_icon {
  color: #14469f !important;
}

.award_accolades .container-filter li a {
  padding: 6px 25px;
}

#tech_collaboration .our_collaboration .partner_img:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  transition-duration: 1s;
  background-color: #fff;
}

.toolBoxBtn {
  background-color: #14469f;
  color: #fff;
}

.toolBoxBtn:hover {
  background-color: #025aa5;
}

@media (max-width: 1500px) {
  .toolBoxBtn {
    display: none !important;
  }
}

.fancybox-content {
  height: calc(90% - 88px) !important;
}

#tech_collaboration .our_collaboration .team_details {
  font-weight: 500;
}

#tech_collaboration .partner_img {
  box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, 0.5);
}

/* Temp css for hiding website on mobile and tableta */

/* @media only screen and (max-width : 1000px) {
    body{
        position: relative;
        overflow: hidden;
    }
    body::after{
        content: url(../../images/mobile.jpg);
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        overflow: hidden;
        color: aliceblue;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        background-color: #FFF !important;
    }
} */

/* 3-11-22 */

#career_slider .slider_career .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

#career_slider .carousel-caption {
  top: 70%;
  position: absolute;
}

#career_slider .carousel-caption .hero-title {
  /* position: absolute; */
  margin-top: -24%;
  color: #e6202d;
  font-weight: bold;
  line-height: 50px;
  font-size: 45px;
}

#career_slider .carousel-caption .hero-titlee {
  /* position: absolute; */
  margin-top: -24%;
  color: #e6202d;
  font-weight: bold;
  line-height: 50px;
  font-size: 45px;
}

#career_slider .carousel-caption .hero-titleee {
  position: absolute;
  margin-top: -22%;
  left: 50%;
  color: #e6202d;
  font-weight: bold;
  line-height: 50px;
  font-size: 45px;
}

#career_slider .font-cheddar {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  background: rgb(0, 0, 0, 0.5);
  padding: 20px;
  /* margin-left:130px !important; */
}

#career_slider .hero-des {
  line-height: 20px;
  position: absolute;
  font-size: 15px;
  margin-top: -16% !important;
  margin: 2px 0;
  width: 80%;
}

#career_slider .hero-dess {
  line-height: 20px;
  position: absolute;
  font-size: 15px;
  margin-top: -12% !important;
  margin: 2px 0;
  width: 80%;
}

#career_slider .hero-desss {
  line-height: 20px;
  position: absolute;
  left: 50%;
  font-size: 15px;
  margin-top: -15% !important;
  margin: 2px 0;
  width: 80%;
}

#career_slider .btn-primary {
  position: absolute;
  left: 0%;
  margin-top: -3%;
  background: #e6202d;
  border-radius: 5px;
  border: none;
}

#career_slider .btn-warning {
  position: absolute;
  left: 50%;
  margin-top: -4%;
  background: #e6202d;
  border-radius: 5px;
  border: none;
}

#career_slider .btn-danger {
  position: absolute;
  left: 0%;
  margin-top: 0%;
  background: #e6202d;
  border-radius: 5px;
  border: none;
}

#career_slider .btn-danger:hover {
  background: #222;
}

#career_slider .btn-warning:hover {
  background: #222;
}

#career_slider .btn-primary:hover {
  background: #222;
}

.carousel-control-prev-icon {
  background-image: unset;
  font-size: 25px;
  background: #14469f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 2;
}

.carousel-control-next-icon {
  font-size: 25px;
  background: #14469f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 2;
}

@media (min-width: 992px) {
  #board_banner .banner_board {
    background: url(../images/board_members/leadership.webp);
    background-size: 100% 100%;
    height: calc(100vh - 60px);
    width: 100%;
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  #board_banner .banner_board {
    display: block;
    background: url(../images/board_members/leadership.webp) !important;
    background-size: 100% 100% !important;
    height: calc(100vh - 60px);
    width: 100%;
    margin-top: 60px;
  }
}

/* 10-11-22 */

#board_banner .banner_board .img-fluid {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

#board_banner h1 {
  position: absolute;
  top: 80%;
  font-size: 60px;
}

#forword_leadership .leadership_forword h6 {
  writing-mode: vertical-rl;
}

#forword_leadership .leadership_forword p {
  font-size: 20px;
  line-height: 33px;
}

#forword_leadership .leadership_forword .after_img:after {
  background-image: url(../images/board_members/slashes.svg);
  background-position: 0 170%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 1em;
  margin-top: 50px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top center;
  width: 5em;
}

#tech_collaboration .img-fluid {
  width: 230px;
}

/* #tech_collaboration .evr_product{
	height:240px;
} */

#tech_collaboration .img_hand {
  width: 200px !important;
}
.change-cursor{
  cursor:auto;
}

/* 09-11-22 */

.leadership .card {
  box-shadow: 0 7px 12px -3px rgb(0 0 0 / 30%);
  /* min-height: 360px; */
  height: 100%;
}

.leadership .card .learn_more {
  color: #00305b;
}

@media (max-width: 1200px) {
  .leadership .card {
    min-height: 400px;
  }

  #chairman_director .thumbnail .chairman_img {
    height: 365px;
  }

  #chairman_director .chairman_video .chairman_desc_card {
    height: 365px;
  }
}

/* 10-11-22 */
#learn_unlearn .number {
  padding-top: 90px;
}

#learn_unlearn .number span {
  font-size: 300px;
  /* font-family: eurostile-bold-condensed; */
  color: #c8c8c8;
}

#learn_unlearn .section_head {
  position: absolute;
  bottom: 25px;
  padding-left: 50px;
  border: 2px solid #000;
  border-width: 2px 0;
}

#learn_unlearn .unlearn_learn h4 {
  position: absolute;
  bottom: 10%;
  padding: 20px;
  font-size: 24px;
  background: rgb(0, 0, 0, 0.4);
}

#learn_unlearn .unlearn_learn .btn-primary {
  background: #fff;
  color: #14469f;
  font-weight: 500;
  border: 2px solid #14469f;
  border-radius: 10px;
  cursor: pointer !important;
}

.team_head .image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.team_head .image__overlay--blur {
  backdrop-filter: blur(5px);
}

.team_head .image__overlay--primary {
  background: #080808db;
}

.team_head .image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.team_head .image__overlay:hover {
  opacity: 1;
}

.team_head .image__overlay:hover > * {
  transform: translateY(0);
}

.team_head .image__title {
  font-size: 2em;
  font-weight: bold;
}

.team_head .image__description {
  /* font-size: 1.25em; */
  margin-top: 0.25em;
}

.radius_10 {
  border-radius: 10px !important;
}

.common_bxshadow {
  box-shadow: 0px 0px 15px 0px #00000040;
}

#tech_collaboration .handshake_img {
  height: 90px;
  width: 90px;
}

#tech_collaboration .home_logo {
  height: 120px;
}

#csr_carousel .carousel-control-next-icon {
  background-image: unset;
  background: unset;
  width: unset;
  height: unset;
  font-size: 56px;
  position: absolute;
  top: 34%;
  left: 83%;
}

#csr_carousel .carousel-control-prev-icon {
  background: unset;
  font-size: 56px;
  position: absolute;
  top: 34%;
  right: 74%;
}

/*23-11-22*/
#social_activity .social_box {
  background: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#csr_carousel .carousel_csr .carousel-inner {
  /* height:100vh; */
  height: calc(100vh - 60px);
  margin-top: 60px;
}

#csr_carousel .carousel_csr .carousel-inner img {
  height: 100vh;
}

#csr_carousel .carousel_csr .carousel-caption {
  bottom: 22%;
}

#csr_carousel .carousel_csr .slider_box {
  background: rgb(0, 0, 0, 0.5);
}

#social_activity .csr_icon {
  color: #14469f;
}

#csr_carousel .carousel_csr .carousel-caption {
  background: #2d4191ad;
  width: 100%;
  left: 0%;
  right: 0%;
  bottom: 59px;
}

.breadcrumb-normal {
  font-weight: 400 !important;
}
.after-market-contact {
  font-size: 16px;
}

/* 28-11-22 */
#tech_collaboration .hand_shadow {
  filter: drop-shadow(1px 1px 0px #282828);
}

#tech_collaboration .hand_shadow {
  width: 100px;
}

/* 1-12-22 */
#about_us .mission_auto {
  color: #14469f;
}

/* 6-12-22 */
#propeller_afshaft .kit_box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#global_force .force_global .inception_title {
  top: 78%;
  position: absolute;
  left: 50%;
  font-size: 48px;
}

#task_force .ek-pahal-img{
  height:300px;
}

/* 19-11-22 */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .awards_sroll {
    overflow-x: auto;
    white-space: nowrap;
  }

  .awards_acco .auto_non_auto {
    font-size: 26px !important;
    left: 0px !important;
    top: 0px !important;
  }

  .award_tabs .nav-link {
    font-size: 16px !important;
  }

  #learn_unlearn .section_head {
    border: unset;
    padding-left: 108px;
  }

  #learn_unlearn .number span {
    font-size: 180px;
  }

  #carrier_csr .section_head {
    border: unset !important;
    padding-left: 140px !important;
  }

  #carrier_csr .number span {
    font-size: 180px !important;
  }

  #carrier_csr .main_carsr {
    padding-left: unset !important;
  }

  #learn_unlearn .main_unlearn {
    padding-left: unset !important;
  }

  #exponentially_grow .main_expo {
    padding-left: unset !important;
  }

  #across_industry .main_industry {
    padding-left: unset !important;
  }

  #global_force .section_head {
    margin-left: unset !important;
  }

  #global_force .force_global .number span {
    padding-top: 10% !important;
    padding-left: unset !important;
  }

  #global_force .section_head {
    margin-top: 1% !important;
  }

  #tech_collaboration .mob_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
  }

  #csr_carousel .carousel_csr .carousel-inner {
    margin-top: 68px !important;
  }

  #csr_carousel .carousel_csr .carousel-indicators li {
    display: none;
  }

  #csr_carousel .carousel_csr .carousel-caption {
    bottom: 14px;
  }

  #auto_product .automotive_mobile {
    overflow-x: auto;
    white-space: nowrap;
  }

  #auto_product .auto_pills .nav-link.active {
    border-bottom: 5px solid #ed1b24;
  }

  #auto_product .auto_pills .nav-link {
    width: max-content;
  }

  #non_auto_product .non_auto_mob {
    overflow: auto;
  }

  #non_auto_product .non_auto_a {
    width: max-content;
  }

  #non_auto_product .nav-pills .nav-link.active {
    border-bottom: 5px solid #ed1b24;
  }

  #career_slider .font-cheddar {
    background: unset;
  }

  #career_slider .carousel-control-next-icon {
    display: none;
  }

  #career_slider .carousel-control-prev-icon {
    display: none;
  }

  #csr_carousel .carousel_csr.carousel-inner img {
    height: unset;
  }

  #csr_carousel .carousel-inner {
    height: unset;
    margin-top: 64px;
  }

  #csr_carousel .carousel_csr .carousel-caption {
    /* bottom: 40%; */
    padding: 5px;
    padding-top: 20px !important;
    /* padding-bottom: 48px !important; */
  }

  #csr_carousel .carousel_csr .carousel-caption h2 {
    font-size: 20px !important;
  }

  #csr_carousel .carousel_csr .carousel-caption p {
    font-size: 15px;
  }

  #csr_carousel .carousel_csr .carousel-caption {
    padding-bottom: unset;
  }

  #csr_carousel .carousel_csr .carousel-control-next-icon {
    display: none;
  }

  #market_segment .auto_non_auto {
    font-size: 17px !important;
  }

  #tech_collaboration .card {
    margin: unset;
  }

  #propeller_afshaft .afshaft_propeller .hor_scroll {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  #csr_carousel .carousel-control-prev-icon {
    display: none;
  }

  #career_slider .career_mob {
    /* height: 450px; */
    object-fit: fill;
  }

  #board_banner .banner_board .img-fluid {
    position: absolute !important;
    left:0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #board_banner .banner_board {
    height: 400px;
  }

  #task_force .force_box {
    height: unset;
  }

  #task_force .task_overlay {
    bottom: 59px;
    height: 385px;
  }
  
  

  #task_force .img-fluid {
    height: 100vh;
  }

  #task_force .force_task h2 {
    font-size: 20px;
  }

  #task_force .force_task h4 {
    font-size: 16px;
  }

	#task_force .img-1 {
		background-size: cover;
	}
	#global_force .force_global .inception_title{
		font-size: 20px;
		left: 33%;
	}
  #task_force .ek-pahal-img{
    height:220px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 768px) {
  #across_industry .industry_across .number {
    padding-top: 11% !important;
  }

  #myBtnContainer .tab_resp {
    /* width: 30em; */
    overflow-x: auto;
    white-space: nowrap;
  }

  #learn_unlearn .unlearn_learn h4 {
    bottom: 17%;
  }

  #career_slider .carousel-caption .hero-titlee {
    margin-top: -48% !important;
    font-size: 31px;
    line-height: 39px;
  }

  #career_slider .hero-dess {
    margin-top: -17% !important;
  }

  #career_slider .carousel-caption .hero-titleee {
    margin-top: -38%;
    left: 39%;
  }

  #career_slider .hero-desss {
    left: 39% !important;
    margin-top: -28% !important;
  }

  #career_slider .btn-warning {
    left: 39%;
  }

  #career_slider .carousel-caption .hero-title {
    margin-top: -42%;
  }

  #career_slider .hero-des {
    margin-top: -23% !important;
  }

  #career_slider .btn-danger {
    margin-top: 3%;
  }

  #slide-container .timeline-title {
    margin-top: 72px;
  }

  #slide-container .fa-angle-up {
    margin-top: 70px;
  }

  #slide-container .fa-angle-down {
    margin-top: 20px;
  }

  .timeline-sec #slides article img {
    margin-top: 90px !important;
  }

  #exponentially_grow .main_expo {
    padding-left: 242px;
    margin-top: 51px;
  }

  #learn_unlearn .main_unlearn {
    padding-left: 250px;
  }

  #carrier_csr .main_carsr {
    padding-left: 255px;
  }

  #across_industry .main_industry {
    padding-left: 100px;
  }

  #global_force .section_head {
    margin-left: 20%;
  }

  #global_force .force_global .number span {
    padding-top: 13%;
    padding-left: 13%;
  }

  #tech_collaboration .mob_shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
  }

  #csr_carousel .carousel_csr .carousel-inner {
    margin-top: 57px;
  }

  #chairman_director .chairman_video {
    height: auto;
  }

  #chairman_director2 .chairman_video {
    height: auto;
  }

  #tech_collaboration .card {
    margin: unset;
  }

  #propeller_afshaft .afshaft_propeller .hor_scroll {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  #board_banner .banner_board .img-fluid {
    left:0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #ekpehel .wrapper_ekpehel h4 {
    font-size: 14px;
  }
  #global_force .force_global .inception_title {
    font-size: 20px;
    font-size: 48px;
    left: 35%;
  }
  #csr-pdf .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: -43px !important;
  }
  #csr_carousel .carousel_csr .carousel-inner img {
    height: 60vh;
  }
  #csr_carousel .carousel_csr .carousel-inner {
    height: unset;
  }
}

/* 23-12-23 */

/* hero slider start */
.main-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgb(14 29 51 / 37%), rgb(14 29 51 / 37%)); */
}

.main-banner .hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-banner .hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main-banner .hero-slider .carousel-cell .slide-content {
  position: relative;
  top: 47% !important;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.main-banner .hero-slider .carousel-cell .slide-content .title {
  position: relative;
  /* font-family: "Fjalla One", sans-serif; */
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
}

.main-banner .hero-slider .carousel-cell .slide-content .caption {
  /* font-family: "Noto Sans", sans-serif; */
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 30px;
}

.main-banner .hero-slider .carousel-cell .slide-content .btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  /* font-family: "Noto Sans", sans-serif; */
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}

.main-banner .hero-slider .carousel-cell .slide-content .btn:hover {
  background: #fff;
  color: #000;
  transition: all 0.2s ease;
}

.main-banner .hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.main-banner .hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.main-banner .hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.main-banner .hero-slider .flickity-page-dots {
  bottom: 30px;
}

.main-banner .hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.main-banner .hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

/* --------------------------------
  Masking
  -------------------------------- */
.main-banner .slide-content .title,
.main-banner .slide-content .caption,
.main-banner .slide-content .btn {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-banner .slide-content.mask .mask {
  position: relative;
  overflow: hidden;
}

.main-banner .slide-content.mask .title {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
}

.main-banner .slide-content.mask .divider2 {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  height: 2px;
  width: 100%;
  background-color: #06f;
  -webkit-animation: divider-mask 1s 0.3s both;
  animation: divider-mask 1s 0.3s both;
}

.main-banner .slide-content.mask .divider {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  height: 2px;
  width: 60%;
  background-color: #e31e24;
  -webkit-animation: divider-mask 1s 0.3s both;
  animation: divider-mask 1s 0.3s both;
}

.main-banner .slide-content.mask .caption,
.main-banner .slide-content.mask .btn {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes divider-mask {
  0%,
  100% {
    transform: scaleX(0);
  }

  40%,
  60% {
    -webkit-transform: scaleX(1);
  }
}

@keyframes divider-mask {
  0%,
  100% {
    transform: scaleX(0);
  }

  40%,
  100% {
    transform: scaleX(1);
  }
}

.home_slider2 {
  background-image: url("../images/slider/product-3.webp");
}

.home_slider3 {
  background-image: url("../images/slider/deming-slider.jpg");
}

@media (max-width: 768px) {
  .go-top{   
    padding: 30px;
  }
  .go-top2 {
    display: none !important;
  }
  .main-banner .slide-content.mask .caption {
    line-height: 1;
  }

  .home_slider2 {
    background-image: url("../images/home/product-tab.webp");
  } 
  .home_slider3 {
    background-image: url("../images/home/award_tab.webp");
  }
  
}

@media (max-width: 500px) {
 
  .home_slider2 {
    background-image: url("../images/home/product-mob-slider2.png");
  }
  .home_slider3 {
    background-image: url("../images/home/deming-award-mob2.png");
  }
  .main-banner {
    height: auto !important;
  }

  .main-banner .hero-slider {
    width: 100%;
    height: 85vh;
    overflow: hidden;
  }
}

#about_us .slideShow .aboutslider {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  box-shadow: -4px 4px 10px #00000040;
    border-radius: 10px;
}

#about_us .slideShow .aboutslider li {
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
}

#about_us .slideShow .aboutslider li:first-child {
  display: block;
}

#work .container-filter li a.active,
.container-filter li a:hover {
  background: #0275d8 !important;
  color: #fff !important;
}

#work .container-filter li a {
  background: aliceblue !important;
  color: #000 !important;
}

/* 04-01-2023 */
.vision_mission_section {
  /* background-image: url(../images/about/about_us_bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment:fixed; */
}

.cstm_hr {
  height: 1px;
  background: #777;
}

.visibility-visible {
  visibility: visible;
}

.bg-light-blue {
  background-color: #839fcd30;
}

#grp_company .partner-blck__brdr {
  min-height: 226px;
}

#grp_company .partner__content .abt__link {
  background: none;
}

#location #our_location {
  background-image: url(../images//about/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

#csr #ourprogram {
  background: #fff url(../images/csr/dots-bg.png) center;
  background-attachment: fixed;
  transition: background-position 0.05s linear;
  background-size: cover;
  position: relative;
}

#ourprogram .nav-pills .nav-link.active img.csr_tab_icon {
  border-radius: 50%;
  border: 4px solid #ff6c6c;
}

#event #ourprogram {
  background: #fff url(../images/csr/dots-bg.png) center;
  background-attachment: fixed;
  transition: background-position 0.05s linear;
  background-size: cover;
  position: relative;
}

#media_gallery #work {
  background: #fff url(../images/csr/dots-bg.png) center;
  background-attachment: fixed;
  transition: background-position 0.05s linear;
  background-size: cover;
  position: relative;
}

#event_tabs .fourteen_delhi {
  box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, 0.5);
}

#homebanner .vdo_mask {
  background: #2d4191ad;
}

#homebanner .flickity-prev-next-button {
  top: 47%;
}

#homebanner .flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

#homebanner .flip-container,
.front,
.back {
  width: 320px;
  height: 240px;
  margin: 1em auto;
  position: absolute;
  left: 40%;
}

#homebanner .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

#homebanner .front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  color: cornSilk;
  text-align: center;
  font: 3em/240px "Helvetica Neue", Helvetica, sans-serif;
}

#homebanner .back {
  transform: rotateY(180deg);
}

#event_tabs .nav-pills {
  overflow-x: auto;
  white-space: nowrap;
}

#event_tabs .event-container .nav-pills .nav-item.show .nav-link,
#event_tabs .event-container .nav-pills .nav-link.active {
  background-color: #0275d8;
  color: #fff;
}

#homebanner .flickity-prev-next-button.previous {
  left: -8px;
}

#homebanner .flickity-prev-next-button.next {
  right: -8px;
}

#task_force .ek_box {
  position: absolute;
  bottom: 0;
  top: 85%;
  /* left:40px; */
  /* width:100%; */
  left: 5.2%;
}

#task_force .ek_box .ek-transparent {
  background: #ffffffbf;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 7px 12px -3px rgb(0 0 0 / 30%);
  border-radius: 5px; 
  width:100%;
}

#task_force .ek-img {
  height: 100vh;
}

#ekpehel .banner_img {
  /* height: 100vh; */
  height: calc(100vh - 67px);
}

#reason_career .career_reason h2 span {
  color: red;
  font-weight: bold;
}

#awards_acco .accolades_box {
  box-shadow: 0px 2px 5px 2px #00000014;
  border-radius: 10px;
}

#awards_acco .accolades_box .awards-btn {
  height: 50px;
  background: #14469f;
  color: #fff;
  border-radius: 10px;
  padding: 0 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#awards_acco .accolades_box .awards-btn:hover {
  background: red;
}

#event_tabs .year_atag:hover {
  color: #0275d8 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .main-banner .hero-slider .carousel-cell .slide-content .title {
    font-size: 24px;
  }

  .main-banner .hero-slider .carousel-cell .slide-content .caption {
    font-size: 18px;
  }

  #ekpehel .img_mob {
    height: 150px;
    width: 150px;
  }

  #task_force .ek_pahal {
    height: 300px;
    object-fit: contain;
  }

  #task_force .ek-img {
    height: unset !important;
  }

  #task_force .ek_box {
    left: 0px;
    top: 55%;
  }

  #task_force .ek_box .ek-transparent {
    padding-left: 0px;
    padding-right: 0px;
  }
  #about_us .v-line {
    /* border-left: unset !important; */
  }
  
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {
  #homebanner .flip-container {
    position: absolute;
    left: 43.5%;
  }

  #homebanner .flip-container {
    top: 30px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  #homebanner .flip-container {
    top: 10px !important;
  }

  #homebanner .coin_img {
    height: 120px;
    width: 120px;
  }
  #task_force .ek-pahal-img{
    height:400px;
  }
}

/* 11-05-2023 ********imran */
#forword_leadership .leadership_forword .leadership_quote {
  font-size: 28px;
  font-family: 'Neurial Grotesk Medium';

}

/* 13 -05-2023  */
.product_new_section .product_card {
  box-shadow: 10px 9px 9px 0 rgba(0, 0, 0, 0.2);
  background-color: #2d4191;
}
.product_new_section .product_card .tilt {
  background-color: #fff;
}
.product_new_section .product_card .tilt-2 {
  background-color: #fff;
}
.product_new_section .product_card .second-box {
  background-color: #2d4191;
}
/* .product_new_section .product_card:after{
	height: 10px;
    display: block;
    width: 100px;
    background: #fff;
    border-right: 1px white;
    content: '';
} */
.product_new_section .product_card .card-header {
  background-color: #00000000;
}

.product_new_section .product_card .card-header h4 {
  color: #fff;
}

.product_new_section .product_card .card-body {
  color: #fff;
}

.product_new_section .product_card:hover {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 1s;
}

@media (min-width: 992px) {
  .product_new_section .product_card {
    height: 603px;
  }
}

.bg-warning2 {
  background-color: #ffd59a !important;
}

.product_variant_section .card .card-header {
  background-color: #2d4191;
}

.theme_color2 {
  background-color: #2d4191;
}

.ourProduct .product_card2 {
  box-shadow: -4px 4px 10px #00000040;
  border-radius: 10px;
  transition: all 0.5s linear 0s;
}

.ourProduct .product_card2:hover {
  /* transform: rotate(2deg); */
  box-shadow: -1px 1px 4px #00000040;
  
}

.ourProduct .product_card2:hover .date_top {
  min-width: 100%;
  /* transition: all 0.3s linear 0s; */
  border-top-left-radius: 10px;
}
.ourProduct .product_card2 .date_top {
  transition: .3s linear;
}

.product_btn {
  height: 30px;
  line-height: 0 !important;
  font-weight: 500;
  border-radius: 10px !important;
  font-size: 13px !important;
}

.ourProduct .product_card2 .picher_doc .inner_text {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: fit-content;
  padding: 0px;
}

/*sagar css image title animation css*/
.date_top {
  position: absolute;
  top: 0px;
  right: 0;
  color: #fff;
  padding: 6px;
  background: #14469f;
  min-width: 80px;
  text-align: center;
  transition: all 0.3s linear 0s;
  border-top-right-radius: 10px;
}
.product_card2:hover {
  box-shadow: -1px 1px 4px #00000040;
  transition: all 0.5s linear 0s;
}

#social_activity .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#csr-pdf .nav-tabs {
  border-bottom: unset;
}
#csr-pdf .csr_icon {
  font-size: 15px !important;
  color: #14469f !important;
}
#csr-pdf .csr_shadow {
  border-top: 2px solid #14469f;
}

#market_segment .e-mobility-hover:hover {
  background: #54bf54;
}

#vendor_form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}




@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
	/* Ek-pehel Css start */
	#task_force .task_overlay{
		height: 300px;
		height: auto;
		padding: 10px 0px;
	}
	#task_force .row_height{
		height: 40vh;
	}
	#task_force .img-1{
		height: auto;
	}
	#task_force .img-2{
		height: auto;
	}
	#task_force .img-3{
		height: auto;
	}
	#task_force .img-4{
		height: auto;
	}
	/* Ek-pehel Css End */

	/* Media Gallery page css start */
	#media_gallery #event_tabs .overflow_auto{
		overflow: auto;
	}
	/* Media Gallery page css start */
	
	/* Media Gallery page css start */
	#awards_acco .overflow_auto{
		overflow: auto;
	}
	#awards_acco .accolades_box img{
		width: 100%;
	}
	/* Media Gallery page css start */

}


#forword_leadership .leadership_forword p{
  text-align: justify;
}
#team_details .wrapper_team #desc{
text-align: justify;
}

#grp_companies .tab-content p{
text-align: justify;
}
#grp_companies .partner-blck__brdr .partner__content{
text-align: justify;
}
#boardmembers .board_members img{
  height: 280px;
  width: 280px;
}
#team .team_head .team_view figure img{
height: 280px;
width: 280px;
}

.overflow-auto{
  overflow: auto;
}



#event_details .blog-post .post-entry p{
 text-align: justify;
}

.product_new_section.ourProduct .container .row p {
  text-align: justify;
}

#event_details .post-section .blog-post{
  position: sticky;
  top: 60px;
}

#homebanner .hero-slider .video-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#homebanner .hero-slider .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* ----------------------- */


.year_atag{
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.letter_spacing{
  letter-spacing: 1px !important;
}

.for_font{
  font-size: 16px !important;
}
/* -----Csr And Rsb Page----- */
.font_size{
  font-size: 16px;
  font-weight:unset!important;
  font-family: 'Neurial Grotesk Regular' !important;
}
/* ----Csr Award page---- */
.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-size: 14px;
}