@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
body {
  margin: 0;
  padding: 0px;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background-color: #e6e7e8;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 400ms ease;
}
html,
body {
  height: 100%;
}

.carousel-inner,
.carousel,
.item,
.slider,
.fill {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider {
  overflow: hidden;
}
/**====menu====**/
#my_menu {
  background: #fff;
  border-radius: 0px;
  margin: 0;
  border: none;
  padding: 7px 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; /* box-shadow: 0 0 29px #000000a3; */
}
#my_menu ul.nav > li {
  padding: 15px 0px 15px 70px;
  font-weight: 300;
  position: static;
}
#my_menu ul.nav > li > a {
  padding: 0 0;
  font-size: 14px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

#my_menu ul.nav > li > a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #b06128;
  transition: all 400ms ease;
}
#my_menu ul.nav > li > a:hover:after {
  width: 100%;
  transition: all 400ms ease;
}

.dropdown-menu > li > a:after,
.dropdown-menu li ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #fff;
  transition: all 400ms ease;
}
.dropdown-menu > li > a:hover:after,
.dropdown-menu li ul li a:hover:after {
  width: 100%;
  transition: all 400ms ease;
}

#my_menu ul.nav > li.active a {
  background: none;
  color: #373737;
}
#my_menu ul.nav > li.active a:after {
  width: 100%;
  transition: all 400ms ease;
}
#my_menu ul.nav > li:hover .drop_down {
  display: block !important;
}
#my_menu ul ul {
  list-style-type: none;
}
.drop_down {
  position: absolute;
  top: 100%;
  left: 15px;
  display: none;
}
.drop_down ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 400px;
}
.drop_down ul li {
  display: inline-block;
  position: relative;
}
.drop_down ul li a {
  padding: 10px 10px;
  display: inline-block;
  font-size: 14px;
  color: #030303;
}
.gray_dark {
  background: #e1e1e1;
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 99;
  display: none;
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.25);
}
.gray_dark.hover {
  display: block !important;
}
.product_menu .drop_down {
  left: -315px;
}
.product_menu .drop_down > ul {
  min-width: 990px;
}
.second_drop_down {
  position: absolute;
  width: 100%;
  top: 98%;
  left: 0;
}
.product_menu .drop_down > ul > li {
  position: relative;
}
.second_drop_down ul {
  min-width: 250px;
  display: none;
}
.drop_down ul li:hover ul {
  display: block;
}
.second_drop_down ul li {
  display: block;
}
.second_drop_down ul li a {
  display: block;
  padding: 5px 10px;
  background: rgba(225, 225, 225, 0.9) !important;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: transparent;
}
.logo a {
  display: inline-block;
  padding-top: 12px;
}
.project_arrow {
  position: absolute;
  width: 100%;
  top: 120px;
  padding: 0 25px;
  z-index: 9999;
}
.project_arrow i {
  font-size: 72px;
  margin: 0 7px;
}
.project_arrow img,
.project_arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#my_menu ul ul {
  list-style-type: none;
  text-align: right;
}
.dropdown-menu > li > a {
  white-space: inherit;
}

li.dropdown.product_li > ul {
  padding-right: 2%;
  width: 100%;
  left: 0;
  box-shadow: none;
  border: none;
  top: 100%;
  background: transparent;
}
li.dropdown.company_li > ul {
  width: 590px;
  left: -85px;
  box-shadow: none;
  border: none;
  top: 105%;
  background: transparent;
}
li.dropdown > ul ul.dropdown-menu {
  right: 0;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.9);
  top: 115%;
  border-radius: 0px;
  width: 300px;
  left: -25px;
}
li.dropdown.product_li > ul:before,
li.dropdown.other_li > ul:before,
li.dropdown.company_li > ul:before {
  content: "";
  position: absolute;
  left: -0px;
  top: 0;
  height: 100%;
  background: #d1d2d4;
  display: block;
  width: 100%;
  z-index: -1; /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
}
li.dropdown.product_li > ul > li,
li.dropdown.company_li > ul > li {
  float: none;
  margin: 5px 25px;
  display: inline-block;
}
.dropdown-menu > li > a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 0px;
}
.dropdown-menu li ul li a {
  display: inline-block;
  position: relative;
}
li.dropdown > ul ul.dropdown-menu {
  padding: 0.5rem 1.5rem;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: none;
  background-color: transparent !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  background-color: transparent !important;
}
li.dropdown.product_li + li.dropdown.product_li > ul {
  padding-right: 2%;
}
/**====slider====**/
section.slider {
  position: relative;
}
.item {
  display: none;
  position: relative;
  transition: 0.4s ease-in-out left;
}
.classy,
.bxslider li {
  width: 100% !important;
  overflow: hidden;
  max-height: 100vh;
}
.slider_caption {
  position: absolute;
  left: auto;
  top: 50%;
  right: 30px;
  z-index: 99;
  padding: 0px 15px 30px;
  max-width: 710px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-40%);
  transition: all 800ms ease;
}
.slide_arrow a {
  box-shadow: none;
  background: none;
  background-image: none !important;
  width: auto;
  opacity: 1;
  text-shadow: none;
}
.slide_arrow a span.glyphicon.glyphicon-chevron-left:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 40px;
  color: #848484;
}
.slide_arrow a span.glyphicon.glyphicon-chevron-right:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 40px;
  color: #848484;
}
.slide_arrow a span {
  font-weight: 200;
  font-family: "FontAwesome";
}
.slide_arrow {
  position: absolute;
  top: 41%;
  left: auto;
  width: 70px;
  height: 40px;
  right: 68px;
  z-index: 999;
  transform: translateY(-31%);
  text-shadow: none;
}
.slider_caption h1 {
  margin: 0 -15px;
  padding: 7px 10px;
  background: #fff;
  font-size: 25px;
  color: #b15918;
  overflow: hidden;
  text-transform: uppercase;
}
.slider_caption h1 i {
  font-style: normal;
  color: #d1c7c3;
}
.slider_caption h1 em {
  font-style: normal;
  color: #43403f;
  text-transform: uppercase;
}
.slider_caption h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.slider_caption p {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  text-align: justify;
  padding-right: 10px;
  overflow: hidden;
}
section.slider .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: #807c76;
  border: solid 1px #423e3a;
}
section.slider .carousel-indicators li.active {
  background: #fff;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
/*----slider ---- */

.copy_right {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 9999;
}
.copy_right p {
  color: #b7b7b7;
  font-size: 10px;
}
.copy_right p span {
  border-bottom: solid 1px #fff;
}
.trademark {
  position: absolute;
  right: 30px;
  left: auto;
  bottom: 20px;
  z-index: 9999;
}
.trademark p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.home .slider_caption {
  position: absolute;
  left: 0;
  right: 0px;
  padding: 0px 15px 15px 30px;
  max-width: 455px;
  -webkit-transform: translateY(-85%);
  -moz-transform: translateY(-85%);
  transform: translateY(-85%);
}
.home .slider_caption h2 {
  font-size: 24px;
  color: #b15919;
}
.home .slider_caption h4 {
  margin: 15px 0 0;
  color: #b15919;
  font-size: 30px;
  font-weight: 200;
}
.slider_caption.display_left {
  transform: translate(-444%, -80%) !important;
  transition: all 800ms ease;
}
/**====about-us-page====**/
.abouts_us .slider_caption {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  padding: 0px 15px 30px;
  transform: translateY(-50%);
  max-width: 900px;
}
.slider_caption h1 button {
  background: transparent;
  border: none;
  float: right;
  outline: none;
  padding: 0;
}
.caption_thumanil {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}
.caption_thumanil img {
  float: left;
  display: block;
  max-height: 220px;
}
.caption_thumanil .pull-left {
  margin-right: 10px;
  position: relative;
}
.team .caption_thumanil .pull-left {
  margin-right: 10px;
  width: 213px;
  position: absolute;
  left: 12px;
  top: 65px;
}
.caption_thumanil .pull-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.7) inset;
}
/**====services-page====**/
.wrp {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
}
/**====Contact-page====**/
.contact .slider_caption {
  max-width: 420px;
  right: 0;
  width: 420px;
}
.contact .slider_caption p a {
  color: #b06128;
  display: inline-block;
  text-decoration: underline;
  margin-left: 5px;
}
.contact .slider_caption p i {
  margin-top: 10px;
  font-size: 22px;
  display: inline-block;
}
.contact .slider_caption h6 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
  color: #43403f;
  font-weight: 600;
}
.contact .slider_caption h6 + p {
  margin: 0;
}
/**====Download-page====**/
.download_page .slider_caption {
  background: #fff;
  padding-bottom: 5px;
  width: 360px;
  right: 0;
}
.download_page .slider_caption ul:not(.list-inline) {
  padding: 0;
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #b06128;
}
.download_page .slider_caption h6 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #43403f;
  font-weight: 600;
}
.download_page .slider_caption ul li {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}
.download_page .slider_caption ul li a {
  color: #b15918;
}
.download_page .slider_caption ul li a:hover {
  text-decoration: underline;
}
.download_page .slider_caption h1 {
  background: #fbfcfc;
}
/**====project-page====**/
.project_apge .slider_caption {
  width: 100%;
  right: 0;
  padding: 0px 15px 20px;
  transform: translate(1%, -0%);
  transition: all 800ms ease;
}
.project_apge .slider_caption h1 {
  padding: 15px 10px 15px 15px;
  text-transform: uppercase;
}
.project_apge .slider_caption h1 strong {
  font-weight: normal;
  font-size: 17px;
  color: #4a4948;
  display: block;
  line-height: 1.2;
  text-transform: none;
}
.slider_caption h1 strong i {
  color: #4a4948;
  font-size: 14px;
}

/*.project_apge .slider_caption button#close_btn, .project_apge .slider_caption button#details_btn { margin-top: 10px; background: #b06128; display: inline-block; padding: 3px 10px; color: #e0d8d8; font-size: 14px;}*/
.project_apge .slider_caption button ~ button {
  margin-top: 10px;
  background: #b06128;
  display: inline-block;
  padding: 3px 10px;
  color: #e0d8d8;
  font-size: 14px;
}
button#details_btn,
button#hide_tog {
  padding: 5px 20px;
  color: #888888;
  font-size: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.93);
  position: absolute;
  bottom: -22px;
  right: 45%;
  border-radius: 0px 0px 4px 4px;
}
button#details_btn i,
button#hide_tog i {
  color: #fff !important;
}
.slider_caption.display {
  transform: translate(0%, -0%);
  transition: all 800ms ease;
  padding-bottom: 0;
  top: 205px;
}
.pop_btn {
}
.pop_btn a,
.pop_btn button {
  background: #e1e1e1;
  border: none;
  outline: none;
  position: fixed;
  left: auto;
  right: 0;
  top: 205px;
  transform: translate(1110%, -50%);
  transition: all 800ms ease;
  padding: 7px;
  border-radius: 4px 0 0 4px;
  z-index: 99999999;
}
button#show:before,
.pop_btn a:before {
  content: " " !important;
  height: 100px !important;
  width: 14px !important;
  background: rgba(225, 225, 225, 0.47) !important;
  display: block !important;
  position: absolute !important;
  right: 0 !important;
  top: 100%;
  z-index: 99999999 !important;
}
.pop_btn a.btn_display,
.pop_btn button.btn_display {
  transform: translate(0%, -50%);
  transition: all 800ms ease;
}

.pop_btn_left button {
  background: #e1e1e1;
  border: none;
  outline: none;
  position: fixed;
  left: 0;
  top: 40%;
  transform: translate(-1100%, -50%);
  transition: all 800ms ease;
  padding: 7px;
  border-radius: 0px 4px 4px 0px;
  z-index: 99999999;
}
button#show_left:after {
  content: "";
  height: 100px;
  width: 14px;
  background: rgba(225, 225, 225, 0.47);
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999999;
}
.pop_btn_left button.btn_display {
  transform: translate(0%, -50%);
  transition: all 800ms ease;
}

/*#myCarousel {display:none; }*/

.slider_caption.display .caption_thumanil::-webkit-scrollbar,
.page_scroll::-webkit-scrollbar,
.about_scroll::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

.slider_caption.display .caption_thumanil::-webkit-scrollbar-thumb,
.page_scroll::-webkit-scrollbar-thumb,
.about_scroll::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 7px solid #000;
}
.slider_caption.display .caption_thumanil:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 100%;
  background: #a2a5a5;
}
.team .slider_caption .caption_thumanil:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 91%;
  background: #a2a5a5;
}
.page_scroll:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  z-index: -1;
  width: 2px;
  height: 93%;
  background: #a2a5a5;
}
.page_scroll p,
.team .slider_caption .caption_thumanil p {
  padding-right: 15px;
}
.team .slider_caption .caption_thumanil p {
  padding-right: 15px;
  float: left;
  width: 73%;
  margin-left: 230px;
}
.project_apge .slider_caption .caption_thumanil {
  max-height: 230px;
  overflow: auto;
}
.page_scroll {
  height: 170px;
  overflow: auto;
  padding: 0 0px 0 15px;
  margin-right: 15px;
}
.about_scroll {
  max-height: 270px;
  overflow: auto;
}
.team .about_scroll {
  max-height: 240px;
  overflow: auto;
  min-height: 230px;
}
.hidden-sm,
.hidden {
  display: none;
}

.services .slider_caption h1 div {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.services .slider_caption h1 div:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 85%;
  background: #b06128;
  left: 4px;
  top: 2px;
}
.services .slider_caption ul.list-inline li {
  font-size: 16px;
  font-weight: bold;
  color: #b15918;
  margin-right: 20px;
}
.services .slider_caption ul.list-inline {
  margin-bottom: 5px;
  position: relative;
  left: -4px;
}

.project_apge .caption_thumanil p {
  padding-right: 10px;
}
.project_apge .caption_thumanil ul li {
  font-size: 15px;
  color: #000000;
  padding-right: 10px;
  font-weight: 300;
}
.arrow_wrped a {
  text-shadow: 0 0 3px black;
  display: inline-block;
}
.clients .slider_caption h1 {
  margin: 0;
  padding: 10px;
}
.owl-stage-outer .item {
  display: block;
}
.slider_caption .slider_caption {
  position: static;
  transform: translate(0);
  padding-bottom: 15px;
  background: transparent;
}
.owl-theme .owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 43px;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 36px;
  line-height: 1;
  color: #848484;
  font-weight: normal;
  z-index: 99999999;
  width: 90px;
  background: #fff;
  padding-right: 20px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  margin: 0;
}
button.owl-prev {
  float: left;
}
button.owl-next {
  float: right;
}
.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus {
  background: transparent;
  color: #848484;
  text-decoration: none;
  outline: none;
}
.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider li {
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.classy,
.bxslider1 li {
  width: 100% !important;
  overflow: hidden;
  max-height: 100vh;
}
.bxslider1 {
  margin: 0;
  padding: 0;
}
.bxslider1 li {
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.classy,
.bxslider2 li {
  width: 100% !important;
  overflow: hidden;
  max-height: 100vh;
}
.bxslider2 {
  margin: 0;
  padding: 0;
}
.bxslider2 li {
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}
.home .bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #b15918 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.bx-pager-item {
  margin: 0 5px;
}
.bx-controls-direction {
  width: 90px;
  position: absolute;
  left: auto;
  top: 310px;
  right: -10px;
  transform: translateY(-44%);
  z-index: 99999;
}
.bx-wrapper .bx-controls-direction a img {
  width: 15px;
}
.bx-wrapper {
  border: none;
}
.download_page .bx-pager {
  display: none;
}
.copy_right a {
  color: #fff;
  text-decoration: underline;
}
.modal-dialog {
  margin: 30px auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-body {
  min-height: 150px;
  overflow: auto;
  max-height: 400px;
}
.modal-content {
  padding-bottom: 10px;
}
.abouts_us .bx-wrapper .bx-pager,
.contact .bx-wrapper .bx-pager {
  display: none;
}
.clients li,
.abouts_us li,
.project_apge li {
  background-position: left center;
}
.w-full {
  width: 100%;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.news-title {
  font-size: calc(1em + 1.5vw);
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.news-title a {
  color: #333333;
  text-decoration: none;
}

.news-detail-banner {
  background: #ececed;
  padding: 40px 30px 0px;
  position: relative;
}

.news-detail-image {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.news-subtitle {
  text-align: center;
  padding: 60px 20px;
  font-size: calc(1rem + 1.5vw);
  max-width: 70%;
  margin: 0 auto;
}

.news-detail-content {
  padding: 20px;
  font-size: 3rem;
  padding-bottom: 60px;
}

.bg-white {
  background: #ffffff !important;
}

.uppercase {
  text-transform: uppercase;
}

.pt-80 {
  padding-top: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.news-two-column-content {
  display: flex;
  gap: 60px;
}

.news-column-right-content {
  flex: 1;
  padding-right: 80px;
  text-align: justify;
  font-size: 16px;
}

div.news-column-right-content p {
  margin-bottom: 30px;
}

.news-column-left-content {
  flex: 1;
  padding-left: 80px;
  text-align: justify;
  font-size: 16px;
}

.quote-content {
  color: #b06229;
  font-size: 28px;
  font-style: italic;
  text-align: right;
  padding-right: 80px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "D-DIN Expanded";
}

.pt-30 {
  padding-top: 30px;
}
/*********slider**********/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.gallery-section {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.gallery-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* Owl Carousel images */
.gallery-carousel .item img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* ------ Custom Left/Right Arrows (Outside) ------ */
.custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #666;
  cursor: pointer;
  z-index: 999;
  padding: 8px 12px;
  /* background: #f8f8f8;
  border-radius: 50%;
  border: 1px solid #ddd; */
  transition: 0.2s;
  display: flex;
  align-items: center;
}

.custom-nav svg {
  height: 40px;
}

.custom-nav:hover {
  background: #e6e6e6;
}

.nav-left {
  left: -25px;
}

.nav-right {
  right: -25px;
}

/* ------ Dots styling ------ */
.owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #aaa !important;
  border-radius: 50%;
  display: block;
  margin: 4px;
}

.owl-dot.active span {
  background: #333 !important;
}

/* Prevent arrows from being clipped */
.owl-carousel {
  padding: 0 30px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

/* Standard syntax */
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-fade .carousel-inner > .item,
.history-page .carousel-inner > .item img {
  -webkit-animation: zoom 50s; /* Chrome, Safari, Opera */
  animation: zoom 50s;
}

.history-page .carousel-inner > .item {
  -webkit-animation: none; /* Chrome, Safari, Opera */
  animation: none;
}

.slider_nav_wrp {
  position: absolute;
  right: 30px;
  top: 285px;
  width: 45px;
  height: 40px;
  z-index: 999999;
}
.carousel-fade .carousel-control {
  background: none;
  background-image: none;
}
.carousel-indicators {
  margin-bottom: 0;
  bottom: 40px;
}
section.slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #fff !important;
  border: none;
}
section.slider .carousel-indicators li.active {
  background: #b15918 !important;
}

.slider_nav_wrp .carousel-control {
  cursor: pointer;
}
.carousel {
  overflow: hidden;
  height: 100vh;
}
.clients ol.carousel-indicators {
  bottom: 15px;
}
.arrow_wrped a,
.arrow_wrped a:hover {
  color: #fff;
}

.carousel-inner > .item > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
}
.carousel-inner .item {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  /***slider***/
  .slider_nav_wrp {
    min-width: 400px;
    left: auto;
    top: 66px;
    right: 10px;
  }
}
@media only screen and (max-width: 499px) {
  /**slider**/
  .slider_nav_wrp {
    min-width: 90%;
    top: 185px;
    left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-height: 375px) {
  .slider_nav_wrp {
    top: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .team-info {
    margin-top: 0px !important;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .news-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: calc(1em + 2.5vw);
  }
  .mb-8 {
    margin-bottom: 2em !important;
  }

  .t-designation .news-title {
    margin-bottom: 20px;
  }

  .news-column-right-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .news-two-column-content {
    flex-direction: column;
  }

  .news-two-column-content.pt-80 {
    padding-top: 0px;
  }

  .news-column-left-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  div.news-column-right-content p {
    margin-bottom: 24px;
  }
  .quote-content {
    padding: 0px 16px;
    text-align: center;
  }
  .news-subtitle {
    max-width: 100%;
    font-size: calc(1rem + 2.5vw);
    padding-bottom: 10px;
  }
}

.innerpages {
  background-color: #ececed;
  padding: 2rem;
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.left-content {
  width: calc(100% - 400px);
  border-top: 4px solid #aaa;
  padding-top: 1.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
}
.right-content {
  margin-left: 4rem;
}
.right-content h3 {
  font-size: 22px;
  color: #939598;
  margin: 16px 0 10px 0;
  letter-spacing: 3px;
  font-family: "D-DIN Expanded Bold";
}
.right-content p {
  margin-bottom: 20px;
  font-family: "D-DIN Exp Regular";
}
.innerpages h1 {
  margin: 0;
  color: #b06128;
  padding-top: 1rem;
  font-size: 36px;
}
.innerpages h1 span {
  display: block;
  color: #939597;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
}

.innerpages.main-pages h1 span {
  display: inline-block;
  font-weight: normal;
  font-size: 36px;
}
.innerpages.main-pages h1 i {
  font-style: normal;
  color: #939597;
  padding-left: 1rem;
  font-weight: normal;
  padding-right: 1rem;
}

@media (max-width: 991px) {
  .right-content {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .left-content {
    margin-right: 0;
  }
  .right-content {
    margin-left: 0;
  }
}
/*
.history-page, .history-page *{overflow: initial;}
.history-page .about.innerpages{
  overflow-y: initial;
  margin-top: -142px;
  height: 15vh;
}

.history-slider, 
.carousel-fade.history-slider .carousel-inner .item{height: calc(100vh - 15vh) !important;}*/
.item-content-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.clients .item-content-wrapper .trademark,
.history-slider .slider_nav_wrp.slider_nav_wrp-1 {
  bottom: 180px;
}

.clients .history-slider ol.carousel-indicators {
  bottom: 146px;
}
@media (max-width: 1024px) {
  .item-content-wrapper {
    bottom: 55px;
  }
  .clients .item-content-wrapper .trademark,
  .history-slider .slider_nav_wrp.slider_nav_wrp-1 {
    bottom: 270px;
  }
  .clients .item-content-wrapper .trademark {
    bottom: 213px;
  }
  .clients .item-content-wrapper .trademark p {
    font-size: 28px;
  }
  .clients .history-slider ol.carousel-indicators {
    bottom: 222px !important;
  }
}
@media (max-width: 991px) {
  .clients .item-content-wrapper .trademark,
  .clients .history-slider ol.carousel-indicators {
    display: block;
  }
  .history-slider .slider_nav_wrp.slider_nav_wrp-1 .carousel-control.left {
    left: -35px;
  }
  .history-slider .slider_nav_wrp.slider_nav_wrp-1 .carousel-control.right {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .item-content-wrapper {
    bottom: 0px;
  }
  .item-content-wrapper .slider_caption.inner {
    bottom: 107px;
    top: auto !important;
    width: 100%;
  }
  .clients .item-content-wrapper .trademark {
    bottom: 240px;
  }
  .clients .history-slider ol.carousel-indicators {
    bottom: 213px !important;
  }
}
