@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/* my custom boostrap */

.container-fluid {
  width: 90% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer>:not(:first-child) {
  margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
@media (min-width:576px) {
  .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
}
.modal-sm {
  max-width: 300px;
}
.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%}
}@media (min-width:992px) {
  .modal-lg {
  max-width: 800px;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
}
@media (min-width: 992px){
.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
}
@media (min-width: 768px)
{
.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
}
@media (min-width: 768px){
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
@media (min-width: 768px)
{
.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-toggler {
  display: none;
}
}
@media (min-width: 768px){
.navbar-expand-md {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
}

/*  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}


.f-thin{
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}
.f-light{
   font-family: "Poppins", sans-serif;
   font-weight: 200;
}
.f-medium{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.f-hairline{
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}
.f-extrabold{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.f-book{
   font-family: "Poppins", sans-serif;
   font-weight: 500;
}
.f-bold{
   font-family: "Poppins", sans-serif;
   font-weight: 700;
}
.f-black{
   font-family: "Poppins", sans-serif;
   font-weight: 900;
} 

h1,h2{
   font-family: "Poppins", sans-serif;
   font-weight: 600;
}
p{
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px 0 0px;;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
header.shrink {
    animation: 0.3s 0.3s fadeInDown both;
   box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
   /* height: 87px;*/
   
}
header.heads-up{
  display: none;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
color: #fff;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}

header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 18px;
   color: #fff;
  padding: 0;
  margin: 33px 14px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-common-btn{
  font-size: 17px;
    width: 160px;
    height: 47px;
    position: relative;
    top: -11px;
    background: transparent !important;
    border: 1px solid #fff;
}
.header-common-btn::before{
  background-color: #f15a29 ;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
    z-index: -1 !important;
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link.common-btn{
  top: -16px;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover {
    color: #f15a29;
}
header .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  top: 49px;
  background-color: #f15a29;
  width: 0%;
  margin: 0 auto;
  z-index: 19;
  height: 5px;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
  color: #fff;
}
.top-head{
  position: relative;
 background-color: #323e72;
 height: 37px;
}

header.shrink .top-head:before {
    background: rgba(202, 200, 200, 0.33);
}
header .nav-item{
  padding-right: 0px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(8){
  padding-right: 0;
}
.top-head li{
  list-style: none;
}
.top-head ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.top-head ul li a{
  font-size: 12px;
  color:#757d98;
}
.top-head ul li{
  margin-left: 30px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.top-head ul li span{
  color:#7fc14e;
  font-size: 15px;
  margin-right: 4px;
}

.navbar-brand {
 
}
.navbar-brand .whitelogo {
 opacity: 0;
 position: absolute;
 left: 3px;
 top: 13px;
 width: 94%;
}
header.shrink .whitelogo{
  opacity: 1;
}


.foot-top{
  background: #ba2a21;
  padding: 20px 0;
}
.foot-top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-top .container h1{
  color: #fff;
  font-size: 27px;
}
.common-btn {
  width: 180px;
  height: 55px;
  background: #f15a29;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius:30px;
  color: #fff;
}
.common-btn:hover{
color: #f15a29;
border:1px solid #f15a29;
}
.common-btn:hover:before{
transform:scaleX(1);
}
.common-btn span{
  margin-left: 10px;
}
.foot-top .common-btn{
  background: #000;
  color: #fff;
  z-index: 1;
}
.main-footer .footer-wrapp{
  display: flex;
  width: 100%;
  padding:0;
}
.main-footer .footer-wrapp h6{
  font-size: 14px;
  color: #e7ecee;
}
.main-footer .footer-wrapp h6 .span-1{
  color: #899ba5;
}
.main-footer .footer-about ul{
  display: flex;
  margin-top: 30px;
}
.main-footer .footer-about .social-icon {
    color: #fff;
    background: #163f53;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
}
.main-footer {
  background: #000;
  padding: 73px 0 33px;
  position: relative;
}
.btm-strip {
  background: #100b07;
  padding: 20px 0px;
  border-top: 1px solid #cccccc57;
}
.btm-strip .container{
  border-top:2px solid #10384c;
  padding:15px 0px;
}
.column:nth-child(1){
  width: 28%;
  padding-right: 3%;
}
.column:nth-child(2){
/*  width: 16%;*/
  width: 18%;
}
.column:nth-child(3){
/*  width: 21%;*/
 width: 18%;
}
.column:nth-child(4){
/*  width: 25%;*/
  width: 18%;
}
.column:nth-child(4) h5.contract{
  margin-top: 18px;
}
.column:nth-child(5) {
/*    width: 24%;*/
  width: 18%;
}
.column:nth-child(1) a{
  
/*  font-size: 14px;*/
  padding-bottom: 0;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
  padding-top: 5px;
}
.column:nth-child(1) .address-wrapper:nth-child(3), .column:nth-child(1) .address-wrapper:nth-child(4) {align-items: center;}
.column:nth-child(1) .social-wrapper {
  justify-content: flex-start;
  gap: 25px;
}
.column:nth-child(1) .social-wrapper span {
    font-size: 35px;
}
.column a {
  display: block;
  padding-bottom: 11px;
  line-height: 1.1;
  color: #b6bdbf;
  font-size: 16px;
}
.column p{
  color: #eee9e9;
  width: 100%;
}
.column .social{
  margin-top: 30px;
}
.column h5{
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
footer a,
footer p{
  color: #a8a4a4;
  font-size: 15px;
}
footer p{
  width: 85%;
  margin-bottom: 0;
}
.main-head{
  background-color: transparent;
}
header.shrink .main-head {
    background-color: #000;
    height: 86px;
}
.main-footer .footer-logo {
  /* margin-bottom: 30px; */
  width: 74%;
  position: relative;
  top: -23px;
}
.main-footer .footer-wrapper{
  display: flex;
  margin-bottom: 20px;
}
.main-footer .footer-wrapper span{
  color: #d29210;
  font-size: 22px;
  margin-right: 10px;
}
.main-footer .footer-wrapper a{
  color: #fff;
  font-size: 15px;
}
button{
  outline: none;
  border:none
}
.btm-strip span{
  font-size: 16px;
  color: #b6bdbf;
}
.btm-strip .c-name {
  color: #f15a29;
}
.btm-strip .span1{
  color: #fff;
}
.btm-strip a{
  font-size: 16px;
  color: #b6bdbf;
}
.btm-strip .slash{
  color: #fff;
}
.btm-strip .row{
  padding: 0;
}
.c-col{
  padding: 0;
}
/* slider */
.home-slider .caption {
  position: absolute;
  top:36%;
  left: 12%;
  right: 0;
  margin: 0 auto;
  display: flex;
  padding: 0px;
}
.slider-section {
  position: relative;
 }
.home-slider h2{
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  position: relative;
  text-shadow: 0px 0px 10px #000;
}
.home-slider .caption-left{
  position: relative;
  
}
.home-slider .common-btn{
  margin-top: 30px;
}

.home-slider .caption-left::before {
  position: absolute;
  content: "";
  /* background:-webkit-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%); */
  width: 550px;
  height: 550px;
  border-radius: 50%;
  top: -109px;
  left: -75px;
  background-image: linear-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%);
background-image:-webkit-linear-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%);
background-image: -ms-linear-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%);
background-image:-o-linear-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%);
background-image:-moz-linear-gradient(0deg, rgb(187 118 43 / 36%) 1%, #f15a29 73%);
}

.home-slider.owl-theme .owl-nav {
 margin-top: 10px;
  position: absolute;
   width: 100%;
   top:49%;
   background: red;
 
}
.home-slider.owl-theme .owl-nav .disabled {
   opacity: 0.4; 
  cursor: default;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 19px;
    background: transparent;
    border-radius: 50%;
    height: 60px;
    font-size: 17px;
    width: 60px;
  
}
.home-slider.owl-carousel .owl-nav .owl-prev img {
   width: 50px;
}
.home-slider.owl-carousel .owl-nav .owl-prev:hover{
background: transparent;
}
.home-slider.owl-carousel .owl-nav .owl-next{
  position: absolute;
  right:  43px;
  background: transparent;
  border-radius: 50%;
  height: 60px;
  font-size: 17px;
  width: 60px;
}

.home-slider.owl-carousel .owl-nav .owl-next img {
  width: 50px;
}
.home-slider.owl-carousel .owl-nav .owl-next:hover{
  background: transparent;
} 
.img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.img-wrapper img:hover{
   transform: scale(1.1);
}
.breadcum {
  position: relative;
  margin-top: px;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
 
  display: flex;
  align-items: center;
}
/* .caption-breadcrum {
  position: relative;
  width: 21%;
  top: 140px;
  color: #fff;
  background: #f15a2991;
  display: flex;
  height: 390px;
  border-radius: 50%;
  width: 390px;
  padding: 10px 0px;
  left: -25%;
  align-items: center;
  justify-content: center;
} */
.caption-heading {
  position: relative;
  width: 100%;
  top: -173px;
  left: 12%;
  color: #fff;
}
.caption-heading::before {
  position: absolute;
  content: "";
  background: #f15a2991;
  /* display: flex; */
  height: 390px;
  border-radius: 50%;
  width: 390px;
  /* padding: 10px 0px; */
  left: -5%;
  /* align-items: center; */
  /* justify-content: center; */
  top: -144px;
}
/* .caption-heading::before{
  position: absolute;
  content: "";
  width: 21%;
  top: 140px;
  color: #fff;
  background: #f15a2991;
  display: flex;
  height: 390px;
  border-radius: 50%;
  width: 390px;
  padding: 10px 0px;
  left: -25%;
  align-items: center;
  justify-content: center;
} */
.breadcum h1 {
  font-size: 43px;
  margin-bottom: 0;
  font-weight: 600;
}
.breadcum p{
  color: #fff;
  position: relative;
  font-size: 22px;
}
.breadcum h1 {
  font-size: 76px;
  margin-bottom: 0;
  position: relative;
  left: 78px;
  font-weight: 600;
}
.breadcum-list {
  position: absolute;
  right: 40px;
  bottom: -47%;
  /* font-size: 40px; */
  padding: 12px;
  float: right;
  text-align: right;
}
.breadcum-list a {
  font-size: 18px;
  color: #ccc;
}
.breadcum-list span.arrow {
  font-size: 13px !important;
  color: #fff;
}
.breadcum-list span {
  font-size: 18px;
  color: #fff;
}

header.shrink .top-head{
  display: none !important;
}

header.shrink .navbar-brand {
  top: -3px;
}

.navbar-brand {
    position: absolute;
    top: -2px;
    left: 9px;
    width: 28%;
}
.navbar-brand img {
  width: 69%;
}
header.shrink .navbar-brand img{
  width: 59%;
}
.home-design{
  padding: 60px 0px;
  position: relative;
}
.home-design h2{
 text-align: center;
 font-size: 47px;
 margin-bottom: 48px;
}
.home-design .counter-icon {
  font-size: 86px;
  color: #f15a29;
  margin-bottom: 18px;
}
.home-design h4{
  font-size: 34px;
  color: #484848;
 margin-bottom: 5px;
}
.home-design p{
  color: #808589;
  font-size: 19px;
  text-align: center;
  text-transform: capitalize;
}
.home-design-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.home-design-wrapper .home-design-single{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}
.home-design-wrapper span.plus {
  margin-right: 10px;
  margin-left: 6px;
}
.home-design .common-btn {
  margin: auto;
  margin-top: 76px;
}
.home-design img {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
  height: 313px;
}
.home-integrated-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.home-integrated-wrapper .home-integrated-single{
  width: 33.33%;
  height: 600px;
  position: relative;
  cursor: pointer;
}
.home-integrated-wrapper .home-integrated-single:nth-child(1) {
 
  background-image: url(../images/imtegrated-advanced.webp);
 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
}
.home-integrated-wrapper .home-integrated-single:nth-child(2){
background-image: url(../images/contact-manufacturing.webp);

background-repeat: no-repeat;
background-size: 100% 100%;

}
/* .home-integrated-wrapper .home-integrated-single:nth-child(2) .text-box,
.home-integrated-wrapper .home-integrated-single:nth-child(3) .text-box {
 
  padding-bottom: 14%;
  
} */
.home-integrated-wrapper .home-integrated-single:nth-child(2):hover .text-box,
.home-integrated-wrapper .home-integrated-single:nth-child(3):hover .text-box {
  padding-bottom: 10%;
}
.home-integrated-wrapper .home-integrated-single:nth-child(3){
  background-image: url(../images/iot-bg.webp);
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
  }

  .home-integrated-wrapper .home-integrated-single:nth-child(4){
  background-image: url(../images/home-product-bg.webp);
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  
  }
.home-integrated-wrapper h2 {
  color: #fff;
  font-size: 39px;
  line-height: 1;
  opacity: 1;
}
.home-integrated-wrapper span {
  color: #fff;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
}
.home-integrated-wrapper .home-integrated-single:nth-child(3) span{
  margin-bottom: 63px;
}
.home-integrated-wrapper .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.home-integrated-wrapper .home-integrated-single:hover .caption-box{
height: 100%;
background: #f15b2975;
}
.home-integrated-wrapper .text-box{
  padding-left: 10%;
  padding-bottom: 0%;
  transition: all 0.3s ease-in-out;
}
.home-integrated-wrapper .home-integrated-single:hover .text-box{
  padding-bottom: 10%;
}
.home-integrated-wrapper .common-btn{
 opacity: 0;
 color: #fff;
 background:transparent;
 border: 1px solid #fff;
}
.home-integrated-wrapper .common-btn::before{
background-color: #fff;
}
.home-integrated-wrapper .common-btn:hover{
  color: #000;
  border:0;
  }
.home-integrated-wrapper .home-integrated-single:hover .common-btn {
  opacity: 1;
  margin-top: 25px;
}
.home-innovative{
  padding: 7% 0px 4%;
  position: relative;
}
.home-innovative h1 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 20px;
}
.home-innovative h6 {
  font-size: 21px;
  color: #1d272d;
  line-height: 1.6;
  margin-bottom: 16px;
}
.home-inn-wrapper {
  display: flex;
  justify-content: space-between;
}
.home-inn-wrapper .home-inn-single{
 width: 45%;
 position: relative;
}
.home-innovative p{
  color:#7e8184;
  font-size: 20px;
  margin-bottom: 46px;
}
.home-innovative .common-btn{
  background-color: #fff;
  border:1px solid #f15a29;
  color: #f15a29;
}
.home-innovative .common-btn::before{
  background-color: #f15a29;
}
.home-innovative .common-btn:hover{
  color: #fff;
}
.home-inn-wrapper .home-inn-single img{
  width: 84%;
}
.span-round .text-box {
  background: #f15a29;
  color: #fff;
  height: 165px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  right: 15%;
  z-index: 1;
}
.span-round span:nth-child(1){
  font-size: 34px;
}
.span-round span.year {
  font-size: 44px;
  text-align: center;
  display: block;
}
.home-inn-wrapper .home-inn-single .text-box h5 {
  line-height: 1;
}
.home-auto {
  background-image: url(../images/home-auto-bg.webp);
  padding: 43px 0px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-auto h2 {
  color: #fff;
  text-align: center;
  font-size: 47px;
  margin-bottom: 49px;
}
.home-auto-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-auto-wrapper .home-auto-single {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  height: 235px;
  transition: all 0.3s ease-in-out;
}
.home-auto-wrapper .home-auto-single:nth-child(10)::after,
.home-auto-wrapper .home-auto-single:nth-child(15)::after{
  display: none;
}

.home-auto-wrapper .home-auto-single:nth-child(7)::before,
.home-auto-wrapper .home-auto-single:nth-child(8)::before,
.home-auto-wrapper .home-auto-single:nth-child(9)::before,
.home-auto-wrapper .home-auto-single:nth-child(10)::before,
.home-auto-wrapper .home-auto-single:nth-child(11)::before,
.home-auto-wrapper .home-auto-single:nth-child(12)::before,
.home-auto-wrapper .home-auto-single:nth-child(13)::before,
.home-auto-wrapper .home-auto-single:nth-child(14)::before,
.home-auto-wrapper .home-auto-single:nth-child(15)::before{
  display: none;
}
.home-auto-wrapper .home-auto-single:nth-child(4)::after,
.home-auto-wrapper .home-auto-single:nth-child(8)::after{
  display: none;
}
.home-auto-wrapper .home-auto-single:nth-child(5)::after{
  position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #000;
    right: 0;
}
.home-auto-wrapper .home-auto-single:hover{
  background: #fff;
}
.home-auto-wrapper .home-auto-single:hover h4{
  color: #000;
}
.home-auto-wrapper .home-auto-single:hover span{
  color: #f15a29;
}
.home-auto-wrapper .home-auto-single::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #000;
  right: 0
}
.home-auto-wrapper .home-auto-single::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #000;
  bottom: 0;
}
.home-auto-wrapper .home-auto-single span {
  color: #fff;
  font-size: 87px;
  margin-bottom: 15px;
}
.home-auto-wrapper .home-auto-single:nth-child(4) span {
  position: relative;
  top: 13px;
}
.home-auto-wrapper .home-auto-single h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.home-auto-wrapper:nth-child(4) .home-auto-single:nth-child(1)::before,
.home-auto-wrapper:nth-child(4) .home-auto-single:nth-child(2)::before,
.home-auto-wrapper:nth-child(4) .home-auto-single:nth-child(3)::before,
.home-auto-wrapper:nth-child(4) .home-auto-single:nth-child(4)::before,
.home-auto-wrapper:nth-child(4) .home-auto-single:nth-child(5)::before{
  display: none;
 }
 .home-auto .common-btn{
   margin: auto;
   background-color: transparent;
   border:1px solid #fff;
   margin-top: 36px;
 }
 .home-infra{
   padding: 60px 0px 40px;
   background-color: #edf1f2;
 }
 section.testiminoal-section {
  padding: 46px 0px;
 
}
 .home-infra h2{
   text-align: center;
   font-size: 47px;
   margin-bottom: 45px;
 }
 .home-infra .text-box {
  color: #fff;
  background: #494948;
 display: flex;
 align-items: center;
 justify-content: center;
  position: absolute;
  bottom: -40px;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: all 0.3s ease-in-out;
  height: 84px;
  overflow: hidden;
}
.home-infra{
  position: relative;
}
.home-infra .text-box h4{
  font-size: 17px;
  text-align: center;
   text-transform: capitalize;
   font-weight: 400;
}
.home-infra .owl-carousel .owl-stage-outer {
  height: 579px;
}
.home-infra .text-box p{
  text-align: center;
  font-size: 18px;
  opacity: 0;
  overflow: hidden;
 }
/* .home-infra .item:hover p{
  display: block;
  opacity: 1;
  }
.home-infra .item:hover .text-box{
  background-color: #f15a29;
  height: 35%;
} */
.home-infra .item:hover .text-box{
  background-color: #f15a29;
  
}
.home-infra .owl-nav {
  position: relative;
  top: -368px;
}
.home-infra .owl-prev {
  position: absolute;
  left: -3%;
}
.home-infra .owl-next {
  position: absolute;
  right: -3%;
}
.testiminoal-section h2{
  text-align: center;
  font-size: 47px;
}



.testiminoal-section .container{
  position: relative;
}
.testiminoal-section .tab-section{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 68% !important;
}
.testiminoal-section .tab-section {
  /* width: 70%; */
  /* margin: auto; */
  border-top: 1px solid #ccc;
  margin-top: 67px;
  padding: 10px 0px;
}

.testiminoal-section .services-carousel{
  margin-top: 8%;
}
.testiminoal-section .tab-section .tab-div a{
  display: flex;
  align-items: center;
  padding: 23px;
  transition: all 0.3s ease-in-out;
  position: relative;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.testiminoal-section .tab-section .tab-div:last-child a{
  border-right: 0;
}
.testiminoal-section .tab-section .tab-div a:before {
  position: absolute;
  content: "";
  top: -22px;
  left: 46%;
  margin: 0 auto;
  border-top: 25px solid #f15a29;
  border-left: 25px solid transparent;
  transform: rotate( 
-45deg);
  z-index: 0;
  opacity: 0;
}
.testiminoal-section .tab-section .tab-div a:after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  margin: 0 auto;
  height: 4px;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: #f15a29;
}
.testiminoal-section .tab-section .tab-div a.active

{
  /* border-top:5px solid #00b3f7; */
}
.testiminoal-section .tab-section .tab-div a.active:before,
.testiminoal-section .tab-section .tab-div a:hover:before
{
  opacity: 1;
}
.testiminoal-section .tab-section .tab-div a.active:after,
.testiminoal-section .tab-section .tab-div a:hover:after
{
  opacity: 1;
}

.testiminoal-section .tab-section .tab-div span{
  color: #bcbcbc;
  display: inline-block;
  font-size: 50px;
  margin-right: 12px;
}
.testiminoal-section .tab-section .tab-div h5{
  font-size: 18px;
  color: #bcbcbc;
  margin-bottom: 0;
}
.testiminoal-section .tab-section .tab-div p{
  font-size: 12px;
  color: #7a7878;
  margin-top: 0;
  width: 85%;
  margin-bottom: 0;
}
.testiminoal-section .tab-section .tab-div {
  border-radius: 0px;
  width: 27%;
  cursor: pointer;
  
}
.container.breadcum_container a {
    text-decoration: none;
}
.testiminoal-section .owl-item.active .item .slider-img {
  animation: 1s 0.5s fadeIn both;
}



  .testiminoal-section .text-box p{
    font-size: 21px;
    text-align: center;
   margin-top: 37px;
    color: #949699;
}
.testiminoal-section .text-box{
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 61px;
}
.testiminoal-section .name-box{
  background: #f15a29;
  color: #fff;
  text-align: center;
  padding: 32px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.testiminoal-section .name-box h4{
  font-size: 25px;
}
.testiminoal-section .name-box p {
  font-size: 20px;
}
.testiminoal-section .item {
  border: 2px solid #ccc;
  border-radius: 10px;
  position: relative;
  opacity: 0.3;
}
.testiminoal-section .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testiminoal-section .owl-item.active.center .item {
  opacity: 1 !important;
}
.testiminoal-section .quote1 {
  position: absolute;
  width: 12% !important;
  top: -12%;
  left: 26%;
}
.testiminoal-section .quote2 {
  position: absolute;
  width: 12% !important;
  top: -12%;
  right: 26%;
}
.testiminoal-section .img3 {
  position: absolute;
  width: 17% !important;
  top: -73px;
  border: 2px solid #ccc;
  /* height: 20px; */
  padding: 29px 7px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.testiminoal-section .owl-nav {
  position: relative;
  top: -240px;
}
.testiminoal-section .owl-prev {
  position: absolute;
  left: 23%;
}
.testiminoal-section .owl-next {
  position: absolute;
  right: 23%;
}
.footer-mail a{
  color: #fff;
  font-size: 19px;
}
.who-we .main-img {
  width: 75%;
  position: relative;
  left: 11%;
}
.who-we .patch{
  position: absolute;
  right: 41px;
  top: 10px;
  width: 20%;
}
.who-we{
  padding: 70px 0px;
  position: relative;
}
.who-we h2 {
  font-size: 47px;
  margin-bottom: 16px;
}
.who-we h4 {
  font-size: 23px;
  margin-bottom: 16px;
}
.who-we p {
  font-size: 20px;
  color: #5e6265;
  margin-bottom: 19px;
  line-height: 1.6;
}
.who-we .text-box2{
  width: 87%;
}
.who-we .col-md-6{
  position: relative;
}
.who-we span.round {
  display: block;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  background: #f15a29ad;
  position: absolute;
  bottom: 3%;
  right: 17%;
}


.development-section  .parallax-container{
  position: relative;
  overflow: hidden;
  height: 651px;
}
.development-section .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 703px;
}
.development-section .parallax .parallax-img{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.development-section .container{
  position: relative;
}
.development-section .tab-section {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 9%;
}
.development-section .tab-section,
.development-section .services-carousel{
  padding: 0 80px;
}
.development-section .services-carousel{
  margin-top: 50px;
}

.development-section .tab-section .tab-div a{
  display: flex;
  align-items: center;
  padding: 22px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: #cccccc1f;
  margin-right: 5px;
}
.icon-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.icon-box h4 {
  font-size: 28px;
  color: #fff;
}
.development-section .tab-section .tab-div:hover .icon-box h4{
color: #000;
}
.development-section .tab-section .tab-div a.active,
.development-section .tab-section .tab-div a:hover
{
  background: #fff;
}
.development-section .tab-section .tab-div a.active:before,
.development-section .tab-section .tab-div a:hover:before
{
  opacity: 1;
}
development-section .tab-section .tab-div a.active h4,
.development-section .tab-section .tab-div a.active h4{
color: #000;
}
.development-section .tab-section .tab-div a.active span,
.development-section .tab-section .tab-div a.active h5,
.development-section .tab-section .tab-div a.active p,
.development-section .tab-section .tab-div a:hover span,
.development-section .tab-section .tab-div a:hover h5,
.development-section .tab-section .tab-div a:hover p{
  color: #f15a29;
  transition: all 0.3s ease-in-out;
}
.development-section .tab-section .tab-div span{
  color: #fff;
  display: inline-block;
  font-size: 65px;
  margin-right: 12px;
}
.development-section .tab-section .tab-div h5{
  font-size: 18px;
  color: #213384;
  margin-bottom: 0;
}
.development-section .tab-section .tab-div p{
  font-size: 12px;
  color: #7a7878;
  margin-top: 0;
  width: 85%;
  margin-bottom: 0;
}
.development-section .tab-section .tab-div {
  border-radius: 5px;
  width: 37%;
  cursor: pointer;
}
.container.breadcum_container a {
    text-decoration: none;
}
.development-section .owl-item.active .item .slider-img {
  animation: 1s 0.5s fadeIn both;
}

.services-carousel .info-box{
  padding-top: 0px;
}
.services-carousel .info-box h1{
  color: #75b052;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.services-carousel .info-box h2 {
  color: #fff;
  font-size: 39px;
  margin-bottom: 10px;
  /* width: 70%; */
  text-align: center;
}
.services-carousel .info-box p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  width: 75%;
  line-height: 1.3;
  margin: auto;
  text-align: center;
}
.service-modal h2{
  font-size: 28px;
  margin-bottom: 10px;
}
.services-carousel span {
  font-size: 75px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 9px;
}
.development-section{
  position: relative;
}
/* .development-section:before{
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/white-curve.png);
  background-repeat: no-repeat;
  content: "";
  z-index: 2;
  background-position: center;
  background-size: contain;
} */
.product-slider.owl-theme .owl-nav{
  display: none;
}
.core {
  padding: 60px 0px 8%;
  background-image: url(../images/core-bg.webp);
  background-size: cover;
}
.core h2 {
  font-size: 47px;
  text-align: center;
  margin-bottom: 71px;
}
.core-wrapper span {
  font-size: 82px;
  color: #525252;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.core-wrapper h4 {
  font-size: 19px;
  text-align: center;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 14px;
}
.core-wrapper{
  display: flex;
  align-items: center;
  
}
.core-wrapper .core-single {
  width: 20%;
  background: #fff;
  padding: 20px 0px;
  border-right: 2px solid #ccccccab;
 
  cursor: pointer;
  height: 220px;
}
.core-wrapper .core-single:hover{
  background: #f15a29;
}
.core-wrapper .core-single:hover span,
.core-wrapper .core-single:hover h4{
  color: #fff;
}
.standard{
  padding: 60px 0px;
}
.standard h2 {
  font-size: 47px;
  text-align: center;
  margin-bottom: 71px;
}
.standard-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-single {
    width: 9%;
    margin: 0px 14px;
}
.global{
  padding: 60px 0px;
}
.global h2 {
    text-align: center;
    font-size: 47px;
    margin-bottom: 54px;
}
.global-wrapper {
  display: flex;
  /*justify-content: space-evenly;*/
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-start;
  width: 100%;
}
.address-wrapper {
  display: flex;
  margin-bottom: 11px;
}
.sub-address .address-wrapper{
  margin-bottom: 0;
}
.global-wrapper .main-address {
  /*width: 42%;*/
  width: 31.5%;
}
.global-wrapper .main-address .bg1 {
    width: 100%;
    background: #e8edf0;
    /*padding: 47px 49px;*/
    padding: 40px;
    /*height: 350px;*/
    height: 420px;
    position: relative;
    margin-bottom: 62px;
}
.global-wrapper .global-single {
  width: 30%;
  background: #e8edf0;
  padding: 47px 49px;
  height: 176px;
  position: relative;
  margin-bottom: 62px;
}
/*.global-wrapper .global-single .common-btn:hover .global-single{
  background: #000000b5;
}*/
.global-single h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.global-single h3{
  margin-bottom: 9px;
  font-size: 18px;
}
.global-single span {
  color: #f15a29;
  font-size: 28px;
  margin-right: 10px;
}
.global-single p, .global-single a {
  color: #343e43;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.global-single a:hover{
  color: #343e43;
}
.global-wrapper .sub-address {
  display: flex;
  align-items: center;
  width: 100%;
  /*width: 50%;*/
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-wrapper .sub-address .global-single h4{
margin-bottom: 0;
}
.global-wrapper .sub-address .global-single {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
  /*margin-right: 31px;*/
  /*width: 28%;*/
  width: 18%;
  height: 156px;
}
/* .global-single .overlay {
  transition: .2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  background: #000000b5;
} */
.global-single .common-btn:hover .overlay{
  opacity: 1;
}
.global-single .common-btn {
  top: 92%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -92%);
  -ms-transform: translate(-50%, -92%);
  color: #fff;
  font-size: 17px;
  font-size: 15px;
  height: 45px;
  width: 131px;
  margin-top: 7px;

}
.global-single .common-btn:hover{
  color: #f15a29;
}
/* .global-single:hover span{
  opacity: 0.1;
} */
/* .global-single:hover p,
.global-single:hover a,
.global-single:hover h4
{
  color: #fff;
} */
.drop{
  padding: 60px 0px;
  background: #f8f9fb;
}
.drop h2 {
  text-align: center;
  font-size: 47px;
  margin-bottom: 54px;
}
.contact{
  padding:50px 0px;
}
.pageheading {
  font-size: 34px;
  color: #323e72;
}
.contact p{
  width: 50%;
  margin: auto;
}
.contact .contact-wrapper{
  display: flex;
 
  border:1px solid #dee4e2;
  margin-top: 40px;
  
}
.contact .contact-wrapper .form-single{
  width: 67%;
  padding: 40px 41px;
}
.contact .form-div h4{
  font-size: 32px;
  color: #323e72;
  margin-bottom: 35px;
}
.contact .form-div .form-control {
  border-radius: 0;
  padding: 22px 21px;
  color: #000;
  border: 2px solid #dee4e2;
  background: #f8f9fb;
  border-radius: 21px;
  font-size: 20px;
   font-family: "Poppins", sans-serif;
   font-weight: 100;
}
.contact .form-div .form-control:focus{
box-shadow: none;
border:1px solid #149fd8;
}
.contact .form-div .form-group {
  position: relative;
  margin-bottom: 33px;
  width: 92%;
}
.contact .form-div .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: -13px;
  left: 22px;
  background: #f8f9fb;
  padding: 0px 5px;
  color: #000;
  font-size: 20px;
  z-index: 1;
}
.contact .form-div .form-group .form-error{
  font-size: 12px;
  color: red;
}

.contact .select-group{
  position: relative;
 top:40px;
}
.contact .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
.contact .btn-div .common-btn{
  width: 136px;
  margin-right: 37px;
  background: #fff;
  border: 1px solid #f15a29;
  color: #000;
}
.contact .btn-div .common-btn::before{
  background: #f15a29;
}
.contact .btn-div .common-btn:hover{
  color: #fff;
}
 .contact .container{
   width: 60%;
 }
 .footer-mail span{
  color: #fff;
  font-size: 52px;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.footer-mail {
  text-align: center;
  margin-bottom: 20px;
}
.btm-strip .col-md-6{
  text-align: center;
}
.tab-div img {
  max-width: 100%;
  height: auto;
  width: 70%;
}
.social-wrapper span{
  font-size: 43px;
}
.social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.social-wrapper span.facebook:hover{
  color: #3b5998;
}
.social-wrapper span.insta:hover{
  color: #8a3ab9;
}
.social-wrapper span.link:hover{
  color: #0e76a8;
}
.gallery-main{
  padding:75px 0px 0;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
 
}
.blog-details .common-btn {
  width: 230px;
}
.gallery-wrapp .gallery-single {
  width: 24%;
  margin-bottom: 10px;
  position: relative;
  margin-right: 16px;
}
.gallery-wrapp .gallery-single .img-wrapp:hover:before{
  background-color: #7dd13d;
}
.gallery-wrapp .gallery-single p {
  color: #455491;
  line-height: 1.3;
  padding: 12px 34px;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
}

section.gallery {
  padding: 50px 0px;
}
.blog-single{
  position: relative;
}
.blog-single .text-box {
  color: #fff;
  background: #494948;
  padding: 23px 5px;
  position: absolute;
  bottom: -40px;
  z-index:2;
  left: 50%;
  transform: translateX(-50px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: all 0.3s ease-in-out;
  height: 84px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-single:hover .text-box{
  background-color: #f15a29;
  height: 43%;
}
.case-study .blog-single:hover .text-box {
   height: 48%;
}
.blog-wrapper{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.blog-wrapper .blog-single {
  width: 24%;
  cursor: pointer;
  margin-bottom: 95px;
  margin-right: 9px;
}
.blog {
  padding: 81px 0px 0;
}
.blog-wrapper .blog-single p {
  text-align: center;
    font-size: 16px;
    display: none;
    overflow: hidden;
      width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.blog-single .common-btn {
  margin: 0 auto;
    background-color: #494949;
    color: #fff;
    width: 141px;
    font-size: 15px;
    height: 44px;
      display: none;
    padding: 12px 30px;
}
.blog-single .common-btn:hover{
  color: #494949;
  display: block !important;
}
.blog-wrapper .blog-single:hover p{
  display: block;
}
.blog-wrapper .blog-single:hover .common-btn{
  display: block !important;
}
.blog-wrapper .blog-single h4 {
  font-size: 17px;
  text-align: center;
 
 
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
 
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  margin: 0 auto;
}
.case-study .blog-single .text-box{
  height: 75px;
}
.blog-wrapper .blog-single h5 {
  background: #f15a29;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 0;
  padding: 5px 17px;
  z-index: 1;
  font-size: 20px;
}
.blog-single .overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  background: #f15a296e;
}
.blog-single:hover .overlay {
  opacity: 1;
}
.service-braedcrum .caption-heading {
  top: -108px;
  left: 6%;
}
.caption-heading.gallery {
  left: 0%;
}
.service-braedcrum .caption-heading::before {
  top: -76px;
  left: -7%;
}
.service-braedcrum h1{
  left: 0;
}
.investor-tab.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 3px 0px 0px;
  z-index: 4;
}

.services .nav-item {
  width: 28%;
  margin-left: 0px;
}
.investor-tab.fixed .nav-item{
width: 26%;

}
.investor-tab.fixed .nav-item .nav-link{
 height: 89px;
  
  }
.services .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-transform: uppercase; */
  line-height: 1.3;
  font-size: 19px;
  border-radius: 0;
  padding: 15px 6px 10px;
  height: 111px;
  color: #fff;
   transition: all 0.3s ease-in-out;
   background-color: #4c4c4c;
}

.services .nav-link span {
  font-size: 57px;
  margin-right: 14px;
}

.services .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 6px 10px;
  background-color: #f15a29;
}

.services .nav-pills .nav-link:hover{
 color: #fff;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 6px 10px;
  background-color: #f15a29;
}

.services .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -4px;
}
.services-view{
  padding: 68px 0px;
  position: relative;
}
.services-view h2 {
  font-size: 47px;
  line-height: 1.2;
  margin-bottom: 22px;
  
}
.services-view h4 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.services-view p {
  font-size: 19px;
  margin-bottom: 22px;
}
.services-view h5 {
  font-size: 22px;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.services-view .img-box{
  position: relative;
}
.services-view .img-wrappper img {
  width: 80%;
  position: relative;
  float: right;
}
.services-view .img-wrappper span.round {
  display: block;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  background: #f15a29ad;
  position: absolute;
  bottom: 32%;
  right: 3%;
}

.services-view  ul li {
  font-size: 19px;
  /* margin-bottom: 20px; */
  line-height: 1.6;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.services-view  ul li::before {
  position: absolute;
  content: "";
  background-color: #135683;
  height: 9px;
  width: 9px;
  top: 13px;
  left: -17px;
  border-radius: 50px;
}
.services-view ul {
  padding-left: 19px;
  margin-bottom: 10px;
}
.services-view .core-single {
  border: 1px solid #ccc;
  width: 16%;
  height: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-view .core-wrapper span {
  font-size: 76px;
  margin-bottom: 17px;
}
.services-view .core-wrapper h4 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
}
.services-view .row {
  margin-bottom: 72px;
  align-items: center;
}
.services-view .icon-box {
  background: #f15a29;
  height: 104px;
  width: 102px;
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
  position: absolute;
  top: 80px;
  left: 0;
}
.services-view .icon-box span {
  color: #fff;
  font-size: 68px;
}
.services-view .container-fluid {
  width: 78% !important;
}
.services-view.section2{
  background-image: url(../images/section2-bg.webp);
  background-size: cover;
  color: #fff;
}
.services-view.section2.smart-view{
  background-image: url(../images/smart-solution.png);
  background-position: center;
}
.services-view.section2.cnc{
  background-image: url(../images/electronic-manufaturing.webp);
  background-position: center;
}
.services-view.section2 .core-wrapper {
  margin-top: 63px;
  flex-wrap: wrap;
}
.services-view.section2 .core-single {
  background: transparent;
}
.services-view.section2 .core-single:hover{
  background: #f15a29;
}
.services-view.section2 .core-wrapper span{
  color: #fff;
}
.services-view.section3 .img-wrappper img {
  float: left;
  width: 91%;
}
.services-view.section3 .img-wrappper span.round {
  bottom: 32%;
  right: 12%;
}
.casestudy-slider .blog-single {
  width: 100%;
  cursor: pointer;
  margin-bottom: 95px;
  width: 100%;
}
.service-blog {
  padding: 80px 0px 0;
  background: #edf1f2;
  position: relative;
}
.service-blog h2{
  text-align: center;
  font-size: 47px;
  margin-bottom: 40px;
}
.casestudy-slider .owl-nav {
  position: relative;
  top: -346px;
}
.casestudy-slider .owl-prev {
  position: absolute;
  left: -4%;
}
.casestudy-slider .owl-next {
  position: absolute;
  right: -4%;
}
.service-blog .patch {
  position: absolute;
  width: 23%;
  top: -147px;
  right: -58px;
}
.casestudy-slider.owl-theme .owl-nav [class*=owl-],
.infra-slider.owl-theme .owl-nav [class*=owl-],
.services-carousel.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 63px;
  background: transparent;
}
.casestudy-slider.owl-theme .owl-nav [class*=owl-]:hover,
.infra-slider.owl-theme .owl-nav [class*=owl-]:hover,
.services-carousel.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  color: #000;
}
.navbar-mob .nav-item.dropdown {
  position: relative;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 2px 10px #00000059;
  transition: all 0.3s ease-in-out;
  background-color: #222;
  min-width: 14rem;
  left: 17px;
  top:91px;
}

.navbar-mob .dropdown-menu .dropdown-item {
  font-size: 16px;
  padding: 9px 10px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: unset;
  border-bottom: 1px solid #cccccc66;
}
.navbar-mob .dropdown-menu .dropdown-item:last-child{
  border-bottom: 0;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: -3px !important;
}
.navbar-nav .dropdown-item:hover {
  color:  #f15a29;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #f15a29;
  text-decoration: none;
 background: transparent;
}
.column h5 span{
  text-transform: lowercase;
}
.blog-breadcum .caption-heading{
  left: 4%;
}
.blogdetils-breadcum .caption-heading {
  top: -79px;
  left: 7%;
}
.blogdetils-breadcum .caption-heading::before{
  top:-101px;
}
.blog-details{
  padding: 60px 0px;
}
.blog-details .blog-details-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-details .blog-details-wrapper .img-box{
  width: 31%;
    position: relative;
   
    margin: 0 auto;
}
.product-details .blog-details-wrapper .img-box{
  border: 1px solid #ccc;
  margin: 0 auto;
}
.product-details  .blog-details-wrapper .img-box .item img {
  width:100%;
  margin: auto;
  padding: 20px;
}
.blog-details .blog-details-wrapper .img-box h5 {
  background: #f15a29;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 0;
  padding: 5px 17px;
  z-index: 1;
  font-size: 20px;
}
.blog-details .blog-details-wrapper .content-box {
  width: 56%;
}
.blog-details .blog-details-wrapper .content-box p {
  font-size: 19px !important;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
  margin-bottom: 9px;
}

.blog-details .blog-details-wrapper .content-box h3{
  font-size: 23px;
  margin-bottom: 13px;
}

.blog-details .blog-details-wrapper .content-box ul{
   font-family: "Poppins", sans-serif;
   font-weight: 400;
  padding-left: 20px;
}
.blog-details .blog-details-wrapper .content-box ul li{
  list-style: disc;
  margin-bottom: 10px;
  font-size: 19px;
}
.blog-details .blog-details-wrapper .content-box h5 {
  font-size: 19px;
  margin: 16px 0px;
}
.blog-details .blog-details-wrapper .social-box {
  display: flex;
  align-items: center;
 
  
 }
 .blog-details .blog-details-wrapper .social-box a span {
  font-size: 71px;
  color: #f15a29;
  position: relative;
  left: -13px;
}
.blog-details .blog-details-wrapper .social-box a span.twitt {
  font-size: 38px;
  background: #f15a29;
  border-radius: 50px;
  padding: 7px;
  color: #fff;
  position: relative;
  left: -14px;
}
.blog-details .blog-details-wrapper .social-box a span:hover{
  color: #000;
}
.blog-details .blog-details-wrapper .social-box a span.twitt:hover{
  color: #fff;
  background-color: #000;
}
.blog-details .blog-details-wrapper .social-box h4 {
  font-size: 24px;
    margin-top: 0;
    padding-right: 16px;
}
.career{
  padding: 60px 0px;
}
.career h2 {
  font-size: 47px;
  margin-bottom: 16px;
}
.career p {
  font-size: 19px;
  color: #000;
  margin-bottom: 19px;
  
  width: 75%;
}
.career .img-box{
  position: relative;
}
.career .img-box img {
  width: 80%;
}
.career .img-box span.round {
  display: block;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  background: #f15a29ad;
  position: absolute;
  bottom: 3%;
  right: 22%;
}
.career .row{
  display: flex;
  align-items: center;
}


.job-opening{
  padding: 50px 0px;
  background-color: #edf1f2;
}
.job-opening .job-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.job-opening h2 {
  font-size: 47px;
  margin-bottom: 45px;
  text-align: center;
}
.job-opening .job-wrapper .job-single {
  font-size: 34px;
  text-align: center;
  width: 32%;
  background: #fff;
  padding: 40px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 9px;
  margin-right: 10px;
}
.job-opening .job-wrapper .job-single h4 {
  font-size: 22px;
  margin-bottom: 17px;
}
.job-opening .job-wrapper .job-single .common-btn {
  width: 153px;
  height: 52px;
  font-size: 19px;
}
.job-opening p {
  font-size: 29px;
  margin: 23px 0px 0;
  color: #717576;
  text-align: center;
}
.job-opening p a{
  color: #000;
  font-weight: 700;
}
.life{
  padding: 60px 0px 0;
}
.life h2 {
  font-size: 47px;
  margin-bottom: 45px;
  text-align: center;
}
.career-modal .modal-lg {
  max-width: 1132px;
}
.career-modal h5 b{
  font-size: 32px;
  font-weight: bold;
}
.career-modal h5 {
  font-size: 37px;
  font-weight: 100;
  text-align: center;
  margin-left: 11px;
}
.career-modal .text-box h4 {
  font-size: 32px;
  /* margin-bottom: 13px; */
  margin: 15px 0px 18px;
}
.career-modal .text-box p {
  font-size: 23px;
  margin-bottom: 24px;
  color: #696b6a;
}
.career-modal .text-box {
  background: #fefaef;
  padding: 16px 42px;
}
.career-modal .text-box ul li {
  font-size: 22px;
  color: #696b6a;
  margin-bottom: 16px;
  position: relative;
}
.career-modal .text-box ul li::before {
  position: absolute;
  content: "";
  background-color: #f88f1e;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  top: 12px;
  left: -20px;
}
.career-modal .text-box ul{
  padding-left: 23px;
}
.career-modal .form-box .form-group {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 44%;
  margin-bottom: 20px;
  margin-right: 46px;
}
.career-modal .form-box label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-right: 11px;
  width: 66%;
}
.career-modal .form-box label span{
  color: red;
}
.career-modal .form-box .form-control {
  border: 0;
  background: #f3f3f3;
  border-radius: 0;
  color: #555c60;
  padding: 4px 2px;
}
.career-modal .form-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
  margin-top: 52px;
}
.career-modal .form-box .form-group.msg-box {
  align-items: unset;
  width: 100%;
}
.career-modal .form-box .form-group.msg-box label{
  width: 20%;
}
select {
  background: url(../images/down-arrow.png) no-repeat #f3f3f3 !important;
  background-position: center !important;
  -webkit-appearance: none !important;
  background-position-x: 97% !important;
}
.career-modal .form-box .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.career-modal .form-box .btn-div .common-btn {
  width: 159px;
  height: 50px;
  font-size: 19px;
  margin-right: 10px;
}
.career-modal .form-box .btn-div .common-btn:nth-child(1){
  background-color: #fff;
  border:1px solid #f15a29;
  color: #f15a29;
}
.career-modal .form-box .btn-div .common-btn:nth-child(1)::before{
  background-color:#f15a29 ;
}
.career-modal .form-box .btn-div .common-btn:nth-child(1):hover{
  color: #fff;
}
.career-modal .close {
  background: #f15a29;
  height: 46px;
  opacity: 1;
}
.career-modal .close span {
  font-size: 31px;
  position: relative;
  top: -8px;
  color: #fff;
}
.services.product .nav-item {
    width: 18%;
    margin-left: 0px;
}
.faq-main{
  padding:50px 0px;
}
.faq{
  width: 70%;
  margin: auto;
}
.faq .card{
  margin-bottom: 15px;
}
.faq .card-header .btn-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 13px 17px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    background: #000000;
}
   .faq .card-header .btn-link br{
     display: none;
   }
   .faq .card-header .btn-link[aria-expanded="true"] {
    background: #f15a29;
    color: #fff;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
}
 
  .faq .icon-mathematical-addition-sign {
    float: right;
    font-size: 9px;
    padding: 9px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -2px;
    background: #f15a29;
    border-radius: 50%;
    transform: rotate(-90deg);
}
.faq .icon-minus-symbol {
    float: right;
    font-size: 9px;
    padding: 9px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #fff;
    background: #000000;
    
    border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid #f15a29;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
width: 100%;
margin: auto;
}
.faq .card-header{
  background: #fff;
  padding:0;
}
.faq .card-body p {
  font-size: 15px;
  width: 100%;
  padding: 20px;
}
.faq .card-body a{
  color: #008bd2;
}
.faq .card-body a:hover{
  color: #008bd2;
}
.common-page, .sitemap {
  padding: 50px 0px;
 
}
.common-page p {
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.common-page h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
  margin-bottom: 10px;
}
.sitemap .footer-wrapp {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .column h5{
  color: #000;
}
.sitemap .column a{
  color: #000;
  font-size: 16px;
}
.sitemap .column a:hover{
  color: #f15a29;
}
.sitemap .column {
  width: 19%;
  padding-left: 7%;
}
.social-wrapper .youtube:hover {
  color: red;
}

.slider-form .intl-tel-input {
  width: 100% !important;
}
.slider-form .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  padding: 14px 0px;
}

/*.slider-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0;
}*/
 .form-control:focus{
   outline:none;
   border:0;
 }
 .service-modal .modal-lg {
  max-width: 1000px;
}
.service-modal .text-box{
  padding: 10px 20px;
}
.service-modal .text-box p{
  font-size: 20px;
  margin-bottom: 10px;
}
.service-modal .text-box ul.f-light {
  margin-top: 10px;
  padding-left: 22px;
  margin-bottom: 10px;
}
.service-modal .text-box li {
  font-size: 18px;
  margin-bottom: 5px;
  list-style-type: disc;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
}
.service-modal .close {
  background: #f15a29;
  height: 37px;
  opacity: 1;
  width: 37px;
}
.service-modal .close span {
  font-size: 31px;
  position: relative;
  top: 0px;
  color: #fff;
}
.service-modal  {background-color:#000000ba;}
b{
  font-weight: 700;
}


.home-innovative .services-patch {
    width: 23%;
    position: absolute;
    left: -30px;
    top: 0px;
}


.product .gallery-single h5,
.product .gallery-single h5:hover{
  text-align: left;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #000;
}
.product .gallery-single .text-box{
  
  color: #000;
}
.product .gallery-single .text-box::before {
  position: absolute;
  content: "";
  background-color: #f15a29;
  height: 5px;
  width: 18%;
  bottom: -13px;
}
.product .gallery-single .text-box h5{
  font-size: 20px;
  margin-bottom: 0px;
}
.product .gallery-single .text-box h4 {
  margin-bottom: 0px;
  font-size: 17px;
  background: #f15a29;
  color: #fff;
  padding: 7px;
  display: initial;
  position: absolute;
  top: 20px;
  right: 0;
}
.product .gallery-single .text-box p{
  padding: 0;
}
..blog-wrapper .blog-single h4r{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-wrapper .product-single{
  width: 32%;
}
.product-images h2 {
  font-size: 52px;
  margin-bottom: 45px;
  text-align: center;
}
.product-images{
  padding: 50px 0;
  background-color: #cccccc3d;
}
.error-page {
  text-align: center;
  color: #000;
  padding-bottom: 50px;
  padding-top: 33px;
}
.error-page h1 {
  padding: 10px 0px;
}
.error-page p {
  padding: 10px 0px 20px;
}
.error-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-btn .common-btn{
  margin-right: 10px;
}
section.thanks {
  width: 50%;
  margin: 0 auto;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 0 15px #00000045;
  margin-bottom: 30px;}

  section.thanks img {
  width: 9%;
  margin-bottom: 20px;
}
.news-details .product-single{
  width: 24%;
}
.news-details .product-wrapper{
  justify-content: space-between;
}
.news-details{
  background-color: #fff;
}
.term-condi-bred .caption-heading::before{
  left: -3%;
}
.term-condi-bred .caption-heading {
  left: 0%;
}
.newsdetails .casestudy-slider .blog-single{
margin-bottom: 40px;
}
.client{
  padding: 50px 0px;
}
.client .owl-carousel .owl-item img {
  display: block;
  width: 80% !important;
}
.footer-bottom .caption-heading{
  left: 2%;
}
.service-modal ul {
    padding-left: 23px;
}

.product,
.csr-tab{
  padding: 60px 0px;

}
.product .nav,
.csr-tab .nav {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 45px;
}
.product li,
.csr-tab li {
    width: 27%;
} 
.product li:nth-child(1) .nav-link,
.csr-tab li:nth-child(1) .nav-link{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.csr-tab li:last-child .nav-link{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product li:last-child .nav-link,
.csr-tab li:nth-child(3) .nav-link{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product .nav-tabs .nav-link,
.csr-tab .nav-tabs .nav-link {
    text-align: center;
    background: #142626;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    padding: 15px 0px;
    border: none;
}
.product .nav-tabs .nav-item.show .nav-link, .product .nav-tabs .nav-link.active,
.csr-tab .nav-tabs .nav-item.show .nav-link, .csr-tab .nav-tabs .nav-link.active {
    background: #f15a29;
    color: #fff;
}
.product .team-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .team-wrapper .team-single{
  width: 23%;
  margin-bottom: 29px;
  position: relative;
  cursor: pointer;
}
.product .team-wrapper .text-wrapper h6{
  margin-bottom: 0;
  font-size: 15px;
}
.product .team-wrapper .text-wrapper p{
  font-size: 13px;
  margin-bottom: 0;
}
.product .text-wrapper {
    background: #08456296;
    color: #fff;
    padding: 14px 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .text-wrapper span{
  font-size: 13px;
  opacity: 0;
}
.product h2{
  font-size: 41px;
  margin-bottom: 45px;
  color: #fff;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.csr-tab .blog-single .text-box{
  height: 94px;
}
.services-view .img-wrappper span.aware{
  bottom: 0;
}
.csr-tab .blog-single .text-box h4{
  font-size: 17px;
  text-transform: capitalize;
}
span.white.slash {
  font-size: 23px;
}
/* .csr-tab .blog-single:hover .text-box{
  height: 194px;
} */
.services-view .core-slider .core-single{
width: 100%;
}
.services-view .img-wrappper span.round.round-cnc{
  bottom: 0;
}
.services-view.section3 .img-wrappper span.round.round-wire {
  bottom:8%;
  right: 12%;
}
.img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 33px;
  align-items: center;
}
.img-flex img{
  width: 24%;
}
.core-slider.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 40px;
 background-color: transparent;
}
.core-slider.owl-theme.black .owl-nav [class*=owl-]{
  color: #000;
}
.core-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
}
.core-slider.owl-theme .owl-nav {
  position: relative;
  top: -174px;
}
.core-slider.owl-theme .owl-next {
  position: absolute;
  right: -47px;
}
.core-slider.owl-theme .owl-prev {
  position: absolute;
  left: -47px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.service-modal h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 10px;
}
.career-modal .drop{
  background-color:transparent;
  padding: 0px 20px;
}
.career-modal .form-div .form-group label{
  background-color: #fefaef;
}
.career-modal .form-div .form-control{
  background-color: transparent;
}
.career-modal .btn-div{
  margin-top: 0;
}
.csr{
  padding: 60px 0px;
}
.csr h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
.csr p {
  font-size: 20px;
  color: #000;
  margin-bottom: 19px;
  width: 86%;
}
.csr .img-box{
  position: relative;
}
.csr .img-box img {
  width: 80%;
}
.csr .img-box span.round {
  display: block;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  background: #f15a29ad;
  position: absolute;
  bottom: 3%;
  right: 22%;
}
.csr-content h2{
  font-size: 30px;
  margin-bottom: 20px;
}
.csr-content p{
  font-size: 20px;
  margin-bottom: 10px;
}
.vendor-registration{
  padding:50px 0px;
}
.vendor-registration h2 {
  font-size: 47px;
  margin-bottom: 33px;
  text-align: center;
}
.vendor-registration .form-div{
  width: 70%;
  margin: auto;
}
.vendor-registration .form-div .form-group {
  width: 100%;
  padding: 0px 20px;
}
.vendor-registration .form-div .form-group label {
  background: #fff;
  padding: 0px 10px;
  left: 40px;
}
.vendor-registration .form-div .form-control{
  background-color: #fff !important;
  border:1px solid #ccc;
  padding: 22px 27px;
  width: 100%;
}
.vendor-registration .phone-number {
  display: flex;
  align-items: center;
}
.vendor-registration .btn-div .common-btn:nth-child(1) {
  width: 208px;
  background-color: #f15a29;
  color: #fff;
}
.vendor-registration .btn-div .common-btn:nth-child(1):hover{
  color: #f15a29;
}
.vendor-registration h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.vendor-registration h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.vendor-registration p {
  font-size: 20px;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.vendor-registration ul{
  padding-left: 24px;
  margin-bottom: 46px;
}
.vendor-registration ul li{
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
.vendor-registration ul li::before {
  position: absolute;
  content: "";
  background-color: #f15a29;
  height: 8px;
  width: 8px;
  left: -19px;
  top: 8px;
}
.vendor-registration h3 {
  margin-bottom: 39px;
  font-size: 25px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.product-details-slider .owl-prev {
  position: absolute;
  left: -45px;
}
.product-details-slider .owl-next {
  position: absolute;
  right: -45px;
}
.product-details-slider.owl-theme .owl-nav [class*=owl-],
.product-details-slider.owl-theme .owl-nav [class*=owl-]:hover{
  color: #000;
  font-size: 35px;
  background: transparent;  
}
.product-details-slider.owl-theme .owl-nav {
  margin-top: 10px;
  position: relative;
  bottom: 202px;
}

.product .blog-single:hover .text-box {
  background-color: #f15a29b8;
  height: 100%;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product .blog-single .common-btn{
  opacity: 0;
  margin: 0 auto;
}
.product .blog-single:hover .common-btn{
  opacity: 1;
 margin: 0 auto;
}

.product .blog-single .text-box .caption-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   width: 100%;
  height: 86px;
}
.product .blog-single .text-box:hover .caption-box{
  height: 300px;
}
.product .blog-single .text-box {
 bottom: 0;
}
.blog-details h2{
  margin-bottom: 9px;
    text-align: center;
    font-size: 37px;
}
.blog-details .common-btn{
  width: 112px;
    height: 41px;
    margin-bottom: 19px;
    font-size: 15px;
    margin-top: 10px;
}
.infrastructure {
  padding: 0px 0px 100px;
}
.infrastructure .infrastructure-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.infrastructure .infrastructure-wrapper .infrastructure-single {
  width: 24%;
  position: relative;
  cursor: pointer;
  margin-bottom: 73px;
  margin-right: 11px;
}
.infrastructure .infrastructure-wrapper .infrastructure-single .text-box {
  color: #fff;
  background: #494948;
  padding: 21px 0px;
  position: absolute;
  bottom: -40px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: all 0.3s ease-in-out;
  height: 76px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infrastructure .infrastructure-wrapper .infrastructure-single .text-box h4 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
  text-transform: capitalize;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
}
.infrastructure .infrastructure-wrapper .infrastructure-single:hover .text-box{
  background-color: #f15a29;
}

.infra-main .span-round{
  position: relative;
}
.infra-main .span-round .round {
  display: block;
  height: 172px;
  width: 172px;
  border-radius: 50%;
  background: #f15a29ad;
  position: absolute;
  bottom: 10%;
  right: 6%;
}
.home-about-slider.owl-carousel .owl-item img {
  display: block;
  width: 77% !important;
  margin: auto;
}
.home-about-slider.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
}
.home-about-slider.owl-theme .owl-prev {
  position: absolute;
  left: 41px;
}
.home-about-slider.owl-theme .owl-next {
  position: absolute;
  right: -708px;
}
.home-about-slider.owl-theme .owl-nav [class*=owl-],
.home-about-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000;
  font-size: 39px;
  padding: 0;
  background: transparent !important;
}
.form-group-check {
  display: block;
  position: relative;
  cursor: pointer;
  top: 24px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   font-family: "Poppins", sans-serif;
   font-weight: 400;
  margin-right: 48px;
}
.custom-check .form-group {
  padding-bottom: 18px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
.custom-check label {
  font-size: 20px !important;
  position: relative !important;
  left: 29px !important;
  margin-bottom: 22px !important;
}
 .form-group-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-group-check .checkmark {
    position: absolute;
    top: 3px;
    left: -21px;
    height: 20px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #f15a29;
}
.form-group-check input:checked ~ .checkmark {
  background-color: #f15a29;
}
.form-group-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-group-check input:checked ~ .checkmark:after {
  display: block;
}
.form-group-check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mycheckboxdiv{
  display: none;
}
.product-details-slider .item {
    /*width: 44%;*/
    margin: auto;
    height: 474px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-details-wrapper .content-box h2{
  text-align: left;
}
.blog-details p big{
  font-size: 20px;
}
.blog-details-wrapper .content-box{
      font-family: "Poppins", sans-serif;
      margin-bottom: 10px;
}
.commin-soon{
  padding: 40px 0px;
}
.commin-soon h1{
  text-align: center;
  font-size: 40px;
}
span.round.round-wire2 {
  bottom: 20% !important;
}
.product .blog-single .text-box {
  bottom: 0;
  height: 50px;
}
.footer-about .address-wrapper h3{
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-about .address-wrapper span {
  color: #fff;
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 21px;
}
.infrastructure h2 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.chairman{
  padding: 60px 0px;
}
.chairman .text-box h3 {
  color: #000;
  font-size: 30px;
  margin-bottom: 5px;
}
.chairman .text-box h6{
  color: #000;
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.chairman .text-box p{
  color: #222;
  font-size: 18px;
  margin-bottom: 11px;
}
.chairman .row {
  width: 87%;
  margin: 0 auto;
  margin-top: 35px;
}
.chairman .img-box{
  position: relative;
}

.chairman .text-box {
  padding-left: 0px;
}
#case-study-row ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  width: 22%;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0 17px;
  text-align: center;
  padding: 15px 0px;
 
  border-bottom: 0px;
}
#case-study-row ul li img{
  width: 100%;
}
#case-study-row .gridder-show {
  float: left;
  width: 98%;
  position: relative;
  padding: 5px;
   margin: 10px;
  padding: 44px 31px;
  background: #f15a29;
  border-radius: 10px;
}
#case-study-row .gridder-show p{
  color: #fff;
 font-size: 18px;
}
#case-study-row .close {
  position: absolute;
  right: 10px;
  padding: 0;
  top: 8px;
  background-color: #f15a29;
  opacity: 1;
  color: #fff;
}
#case-study-row h3 {
  font-size: 20px;
  color: #000;
}
div#case-study-row{
  width: 100%;
}
figcaption {
  background: #f15a29 ;
  padding: 0 35px 17px;
  height: 118px;
  margin-top: -34px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: -1;
}
figcaption h4 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 4px;
  padding-top: 44px;
  color: #fff;
}
figcaption h6 {
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.social-box {
  display: flex;
  align-items: center;
}
.social-box i{
  font-size: 20px;
  margin-right: 8px;
  color:#0065ad59;
}

.figcaption-active:after {
  content: " ";
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #f15a29;
  position: absolute;
  left: 41%;
  bottom: -18px;
  z-index: 1;
}
.figcaption-active {
  background: #f15a29 !important;
}
.figcaption-active h6,
.figcaption-active h4,
.figcaption-active i{
  color: #fff;
}
.members{
  padding: 60px 0px;
}

.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.members h2{
  font-size: 45px;
  text-align: center;
}
.chairman h2{
  font-size: 45px;
  text-align: center;
}
.new-icon-contact{
  font-size: 70px !important;
}


.team{
  padding: 50px 0px;
}
.team h2{
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.team .team-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team .team-wrapper .team-single{
  width: 20%;
  margin-right: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.img-wrapper {
  width: 100%;
}
.team .team-wrapper .team-single .text-box {
  /* background-color: #f15a29; */
  color: #000;
  padding: 20px 10px;
  margin-top: -10px;
  text-align: center;
}
.team .team-wrapper .team-single .text-box h4 {
  font-size: 19px;
}
.team .team-wrapper .team-single .text-box h6{
  font-size: 16px;
}
.team-content-wrapper {
  display: flex;
  padding: 20px 0px;
}
.team-content-wrapper img-wrapper {
  width:100%;
 }
 .team-content-wrapper .team-text {
  position: relative;
  left: 2px;
  padding-left: 23px;
}
.team-content-wrapper .team-text p{
  font-size: 17px;
}
.vendor-btn .common-btn:hover{
  color: #fff !important;
}
.team-content-wrapper .img-wrapper img:hover {
  transform: scale(1) !important;
}
.csr-tab .blog-wrapper .blog-single{
  cursor: unset !important;
}
.img-ruta{
  margin-top: 22px;
}
#csr-modal .close span {
    font-size: 31px;
    position: relative;
    top: -12px;
    left: -6px;
    color: #fff;
}
#csr-modal .owl-theme .owl-nav [class*=owl-]{
  background: #222;
}



.new-product{
  padding: 65px 10px 30px;
}
.new-product .nav-tabs .nav-link {
    color: #f15a29;
    padding: 15px 10px;
    margin-right: 4px;
    font-size: 18px;
    border: 1px solid #f15a29;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    border-radius: 11px;
    align-items: center;
}
.new-product .nav-tabs .nav-link span {
  font-size: 31px;
  margin-right: 10px;
}
 .new-product .nav-tabs .nav-item.show .nav-link, .new-product .nav-tabs .nav-link.active {
    color: #fff;
    border: 0;
    background: #f15a29;
    border: 1px solid #f15a29 !important;
}
.new-product .nav-tabs>li a:hover{
border: 1px solid #e02128 !important;
background: #fff;
color: #f15a29;
}
.new-product .nav-tabs {
    border-bottom: 0;
    display: block;
    align-items: center;
    justify-content: center;
  
    
}
.new-product .text-wrapper h2 {
    text-transform: uppercase;
    font-size: 19px;
    position: relative;
    left: 16px;
    margin-bottom: 17px;
}
.new-product .text-wrapper h2::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #8f7e33;
    top: -1%;
    left: -16px;
}
.new-product .text-wrapper {
    padding: 53px 10% 10px;
}
.new-product .text-wrapper ul{
  margin-bottom: 30px;
}
.new-product .text-wrapper ul li{
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
  position: relative;
  margin-left:20px;
}
.new-product .text-wrapper ul li span{
  font-size: 13px;
  color: #8f7e33;
  margin-right: 5px;
}
.new-product .text-wrapper .img-wrapper{
  overflow: hidden;
  margin: 30px 0;
}
.new-product .text-wrapper .img-wrapper img{
  transition: all 0.3s ease-in-out;
}
.new-product .text-wrapper .img-wrapper img:hover{
  transform: scale(1.1);
}
.new-product .text-wrapper .image-slider .item{
  position: relative;
}
.new-product .text-wrapper .image-slider p {
    background: #ffffffd1;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 19px;
    width: 100%;
}
.new-product .text-wrapper .image-slider{
  position: relative;
}
.new-product .text-wrapper .image-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 36px;
    background: transparent;
    position: absolute;
    top: 39%;
}
.new-product .blog-wrapper{
  margin-top: 20px;
}
.new-product .blog-wrapper .blog-single{
  margin-right: 6px;
}
.new-product .card {
   border-bottom: 0;
   background: transparent;
   border: 0;
}
.new-product .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.new-product .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.new-product .nav-tabs>li{
  float: unset;
}

 .new-product .icon-mathematical-addition-sign {
    float: right;
    font-size: 23px;
    color: #000;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 3px;
    border-radius: 50%;
}
.new-product .icon-minus-symbol {
    float: right;
    font-size: 23px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #000;
    top: -1px;
    transform: rotate(180deg);
}
.new-product .collapsed .icon-mathematical-addition-sign {
  display: block !important;

}
.new-product .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.new-product .icon-mathematical-addition-sign{
  display: none;
}

.new-product-single .img-box {
  box-shadow: 0px 0px 10px #ccc;
  padding: 20px;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-product-single h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 11px;
   font-family: "Poppins", sans-serif;
    color: #000;
    height: 33px;
}
.new-product-single {
    position: relative;
    width: 30%;
    margin-right: 12px;
    margin-bottom: 20px;
}
.new-product-single .img-box::before {
    position: absolute;
    content: "";
    background: #f15a2933;
    height: 0%;
    width: 100%;
    bottom: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.new-product-single .common-btn{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-product-single:hover .img-box::before{
  opacity: 1;
  height: 100%;
}
.new-product-single img{
  width: 100%;
}
.new-product-single .overlay {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-52%, -50%);
}
.new-product-single:hover .overlay{
  opacity: 1;
}
.new-product-single img {
    /*width: 33%;*/
    /* height: 278px; */
    /* object-fit: cover; */
}
.product-details .blog-details-wrapper .img-box .item img {
  width: 100%;
  margin: auto;
  padding: 23px;
  /* height: 300px; */
}
.product-images .product-details-wrapper .img-wrapper img {
   height: 316px;
  object-fit: cover;
}
.top-arrow {
    text-decoration: none;
    color: #fff;
    background: #f15a29;
    position: fixed;
    right: 41px;
    bottom: 11%;
    transition: all 0.3s ease-in-out;
  height: 50px;
    width: 50px;
  
    font-size: 32px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
   display: none;
}
.top-arrow i {
    position: relative;
    top: 5px;
}
.applications{
  text-align: center !important;
}
.services-view .application-row{
  align-items: unset;
}
.csr-tab .img-wrapper img {
    height: 300px;
    object-fit: cover;
} 
.csr-modal .close span {
    font-size: 31px;
    position: relative;
    top: -11px;
    color: #fff;
    left: -6px;
}
.team-content-wrapper h4{
  font-size: 24px;
}
.team-content-wrapper h6{
  font-size: 19px;
  margin-bottom: 10px;
}
.home-svg{
  width: 19%;
}
.product-details .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.product-details table{
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
}
.product-details table td {
    padding: 5px 3px;
    font-size: 12px;
    border: 1px solid #cccccc94;
}
.csr-img-slider.owl-loaded.owl-drag .item img {
    height: 560px;
    object-fit: cover;
}
.csr-tab .blog-wrapper .blog-single{
  cursor: pointer;
}
.precision-slider img{
  width: 80% !important;
  margin: 0 auto;
}
h3 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 7px;
}
.new-list h4{
 font-family: "Poppins", sans-serif !important;
  font-weight: 700;
    font-size: 25px !important;
    margin-bottom: 13px !important;
    line-height: 1.1;
}
.new-list{
  align-items: unset !important;
}
.brand-gallery-slider.owl-theme .owl-nav [class*=owl-],
.brand-gallery-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    font-size: 47px;
    background: transparent;
}
.brand-gallery-slider .owl-prev {
    position: absolute;
    top: 37%;
    left: -53px;
}
.brand-gallery-slider .owl-next {
    position: absolute;
    top: 37%;
    right: -53px;
}
.product-gallery h2{
  text-align: center;
    font-size: 47px;
    margin-bottom: 40px;
}
.solutions .row h2 {
    font-size: 30px;
    margin-bottom: 11px;
    text-transform: capitalize;
}
.solutions .row p {
    font-size: 17px;
    line-height: 1.4;
     margin-bottom: 11px;
}
.solutions .row img {
    width: 70%;
}
.solutions li{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
 font-size: 17px;
 margin-bottom: 5px;

}
.solutions ul.content-list li::before {
    position: absolute;
    content: "";
    background-color: #135683;
    height: 7px;
    width: 7px;
    top: 8px;
    left: -14px;
    border-radius: 50px;
}
.solutions ul.content-list {
    padding-left: 15px;
}
/*.solutions .content-row{
  align-items: center;
}*/

section#RTU {
    background: #f15a29;
}
section#RTU h2{
   color: #fff;
}
section#RTU li{
   color: #fff;
}
section#RTU ul li::before{
  background: #fff;
}
section#RTU .icon-box{
  background: #4c4c4c;
}
.rtu-svg {
    width: 56px;
    margin-right: 15px;
}
.btn-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -98px;
}
.home-integrated-wrapper .home-integrated-single:nth-child(3):hover .btn-flex{
margin-top: 0;
}
.btn-flex .common-btn {
    margin-right: 10px;
    width: auto;
    padding: 0px 29px;
}
.btn-flex .common-btn:nth-child(3),
.btn-flex .common-btn:nth-child(4){
  width: auto;
  padding: 0px 15px;
}
.ai{
  padding: 60px 0px;
}
.ai .img-wrappper img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.ai h2 {
  font-size: 47px;
  margin-bottom: 16px;
}
.ai p{
  font-size: 18px;
  margin-bottom: 17px;
}
.digital-supply h2 {
    font-size: 47px;
    text-align: center;
    margin-bottom: 71px;
}
.digital-supply{
  padding: 50px 0px;
}
.digital-supply .row {
    justify-content: center;
    display: flex;
    align-items: center;
}
.digital-supply .col-md-4{
  text-align: center;
}
.digital-supply h4 {
    font-weight: 700;
     font-family: "Poppins", sans-serif;
    text-align: right;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
.services-view h4{
    font-weight: 700;
     font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.services-view .second-row h4 span{
  font-size: 44px;
  margin-bottom: px;
}
.services-view .second-row{
  align-items: unset;
}
.digital-supply h4::before {
    position: absolute;
    content: "";
    background: #f15a29;
    height: 4px;
    width: 60%;
    /* left: 0; */
    bottom: 0;
    right: 0;
}
.digital-supply p {
   font-family: "Poppins", sans-serif;
    text-align: right;
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 21px;

}
.right-box p{
  text-align: left;
}
.right-box h4{
  text-align: left;
}
.digital-supply .right-box h4::before{
  left: 0;
}
.immersive-content p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}
section.immersive-content {
    padding: 50px 0px;
}
section.immersive-content img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
section.immersive-content h3 {
    margin-bottom: 15px;
    font-size: 40px;
}
#msg-error, .errors {
    color: red !important;
    font-size: .8rem !important;
    font-weight: 600;
    margin: 0.8rem 0 0 !important;
    text-align: left;
    width: 100% !important;
}


div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 1;
    width: 100%;
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.5;
}
div#cookieNotice .common-btn {
    display: initial;
    padding: 10px;
    background: #f15a29;
    border: 0;
    font-size: 15px;
}
div#cookieNotice .common-btn::before{
  background: none;
}
div#cookieNotice .common-btn:hover{
  color: #fff;
}


.intl-tel-input .flag-container {padding: 0 !important;}
.intl-tel-input.separate-dial-code .selected-flag {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.swal2-content { font-family: "Poppins", sans-serif !important;}
.intl-tel-input {width: 100%;}
.product-details .new-product-single .img-box {
    height: 442px;
}
.blog-details.product-details .product-wrapper-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}
.blog-details.product-details .product-wrapper-main .new-product-single {
    width: 100%;
}
.product-details .new-product-single .img-box img {
    width: 80%;
}
.who-we img {
    border-radius: 50%;
}
.precision-slider .item img,
.home-about-slider .item img{
  border-radius: 50%;
}
.video-modal .modal-body{padding: 0;}


.video-single {
    position: relative;
    cursor: pointer;
    margin-bottom:40px;
}.video-single i {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 56px;
    user-select: none;
}
.video{
  padding: 50px 0px;
}
.video-modal button.close {
    position: absolute;
    right: -48px;
    top: -47px;
    /* background: #000; */
    opacity: 1;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 6px;
}
button.close:hover{
   color: #fff;
}
.standard-single img {
    width: 57% !important;
    display: block;
    margin: 0 auto;
}
.standard-single {
    width: 100%;
    margin: 0px 14px;
}
.video-single img {
    height: 350px;
   
}
.video-single img{
   filter: brightness(0.6);
}
.video-single h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
}
.video-modal .modal-content{
  padding: 21px;
}
.video-single.big-video .play {
    height: auto;
    filter: unset;
    width: 9%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
}
.video-single .play{
  top: 45%;
   width: 10%;
    position: absolute;
     left: 50%;
    transform: translate(-50%, -59%);
    height: auto;
    filter: unset;
    pointer-events: none;
}
.video .row {
    justify-content: center;
}

.video-carousel .item {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.video-carousel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-carousel .caption {
    position: absolute;
    bottom: 50%;
    color: #fff;
    transform: translateY(60px);
    transition: all 1s ease;
    width: 100%;
}
.video-carousel .caption-main h2{
  align-items: center !important;
}
.video-carousel .caption-main{
   transform: translateX(-50%);
   left: 50%;
}




.video-carousel .caption h2.default-text {
    font-size: 53px;
    margin-bottom: 10px;
    font-weight: 100;
    transition: all 0.6s ease;
    font-family: "Oxanium", sans-serif;
    transform: translateY(5vw);
    opacity: 0;
    text-transform: uppercase;
     font-weight: 500;
}
.video-carousel .caption-main h2 {
    font-size: 53px;
    margin-bottom: 10px;
    font-weight: 100;
    transition: all 0.6s ease;
    font-family: "Oxanium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
   
}
.video-carousel .owl-item.active .item .caption h2.default-text{
   transform: translateY(0vw);
   opacity: 1;
  transition: all 0.6s ease;
}


.video-carousel .owl-item.active .caption h2.default-text {
    transform: translateY(-5vw);
}


.video-carousel .owl-item .caption-main h2 .text1{
  transform: translateY(7vw);
  opacity: 0;
  transition: all 0.4s;
  display: inline-block;
}
.video-carousel .owl-item.active .item .caption h2 .text1{
  transform: translateX(0vw);
  opacity: 1;

}

.video-carousel .owl-item .caption-main h2 .text2{
  transform: translateY(7vw);
  opacity: 0;
  transition: all 0.6s;
  display: inline-block;
}
.video-carousel .owl-item.active .item .caption h2 .text2{
  transform: translateX(0vw);
  opacity: 1;
}

.video-carousel .owl-item .caption-main h2 .text3{
  transform: translateY(7vw);
  opacity: 0;
  transition: all 0.8s;
  display: inline-block;
}
.video-carousel .owl-item.active .item .caption h2 .text3{
  transform: translateX(0vw);
  opacity: 1;
}

.video-carousel .owl-item.cloned .caption h2 {
    transform: translateY(60px);
}

.video-carousel .caption p {
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    line-height: 21px;
    font-weight: 300;
     transform: translateX(-5vw);
    opacity: 0;
     transition: all 0.6s ease;
}
.video-carousel .owl-item.active .item .caption p{
   transform: translateX(0vw);
   opacity: 1;
}
.video-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex ;
}


.video-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 50%;
  margin: 5px;
}


.video-carousel .owl-dot.active span {
  background: #fff;
}

