/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"); */



@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");



:root {

  --primary: #e63e38;

  --secondary: #373433;

  --text-color: #373433;

}

* {

  margin: 0px;

  padding: 0px;

  box-sizing: border-box;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  /* font-family: "Manrope", sans-serif; */

  font-family: "IBM Plex Sans", sans-serif;

  margin-bottom: 5px;

}

h1 {

  font-size: 40px;

  font-weight: 700;

}

h2 {

  font-size: 35px;

  font-weight: 700;

}

h3 {

  font-size: 24px;

  font-weight: 700;

}

h4 {

  font-size: 23px;

  font-weight: 700;

}

h5 {

  font-size: 20px;

  font-weight: 700;

}

h6 {

  font-size: 18px;

  font-weight: 700;

}

html {

  scroll-behavior: smooth;

}



p,

li,

a {

  /* font-family: "Roboto", sans-serif; */

  font-family: "IBM Plex Sans", sans-serif;

  font-size: 15px;

}



a {

  text-decoration: none;

}



.sec_padding {

  padding: 70px 0;

}

.sec_padding_m {

  padding: 35px 0px !important;

}



.sec_title {

  font-size: 37px;

  font-weight: 800;

}

.sec_title span {

  color: var(--primary);

}



.button {

  line-height: 1;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  gap: 0.75rem;

  background-color: var(--primary);

  color: #fff;

  border-radius: 10rem;

  padding: 0.75rem 1.5rem;

  padding-left: 20px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  transition: background-color 0.3s;

}



.button__icon-wrapper {

  flex-shrink: 0;

  width: 25px;

  height: 25px;

  position: relative;

  color: var(--primary);

  background-color: #fff;

  border-radius: 50%;

  display: grid;

  place-items: center;

  overflow: hidden;

}



.button:hover {

  background-color: #000;

  color: #fff;

}



.button:hover .button__icon-wrapper {

  color: #000;

}



.button__icon-svg--copy {

  position: absolute;

  transform: translate(-150%, 150%);

}



.button:hover .button__icon-svg:first-child {

  transition: transform 0.3s ease-in-out;

  transform: translate(150%, -150%);

}



.button:hover .button__icon-svg--copy {

  transition: transform 0.3s ease-in-out 0.1s;

  transform: translate(0);

}



.breadcrumb {

  background-repeat: no-repeat;

  background-position: right;

  background-size: cover !important;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  padding: 14% 0 3% 0;

  width: 100%;

  margin-top: 75px;

}


.cctv-amc{
  background-size: cover !important;
  background-position: left !important;
}

.breadcrumb1 {

  background-repeat: no-repeat;

  background-size: cover !important;

  background-position: right !important;

  padding-top: 180px;

  padding-bottom: 120px;

  position: relative;

}

.breadcrumb1 .container {

  position: relative;

  z-index: 9;

}

.breadcrumb1::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0px;

  top: 0px;

  background: rgba(0, 0, 0, 0.685);

}

.breadcrumb1 h1 {

  font-weight: 600;

}



.breadcrumb_title {

  font-size: 40px;

  font-weight: 600;

}



.text-red {
  position: relative;
  z-index: 3;
  color: var(--primary);

}



@media only screen and (max-width: 992px) {

  .sec_padding {

    padding: 40px 0;

  }



  .sec_title {

    font-size: 28px;

    font-weight: 800;

  }

  .breadcrumb_title {

    font-size: 28px;

    font-weight: 600;

  }

  br {

    display: none;

  }

  .breadcrumb {

    padding: 20% 4% 15% 4%;

    width: 100%;

    margin-top: 0px;

  }

  .breadcrumb1 {

    background-repeat: no-repeat;

    background-size: cover !important;

    background-position: center center !important;

    padding-top: 50px;

    padding-bottom: 50px;

    position: relative;

  }

  .breadcrumb1 h1 {

    margin: 0px 0px 5px 0px;

    font-weight: 600;

    font-size: 28px;

  }

  h2 {

    font-size: 28px;

    font-weight: 700;

  }

}



.c-links {

  list-style-type: none;

  padding: none;

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

}

.c-links li {

  display: flex;

}

.c-links .icon {

  margin-right: 10px;

  color: var(--primary);

}

.c-links li a {

  color: black;

}

.c-links li a:hover {

  color: var(--primary);

}

/* top bar  */

/* #header{

  position: relative;

}

.contact-links-container{

  position:absolute;

  width:auto;

  right:0px;

  bottom:0px;

  transform: translate(0%,100%);

}

.contact-links-wrapper{

  list-style-type: none;

  display: flex;

  background:green;

  padding:5px;



}

.contact-links-wrapper li{

  display: flex;

}

.top_bar {

  background-color: var(--primary);

}

.right_top {

  margin-bottom: 0;

  display: flex;

  justify-content: end;

  column-gap: 30px;

}

.right_top li {

  display: flex;

  text-decoration: none;

  list-style: none;

  padding: 10px 0;

}

.right_top li svg {

  height: 20px;

  margin-right: 10px;

  color: #fff;

}

.right_top li a {

  color: #fff;

} */

/* .page-header{

  position:relative;

}



.links-list{

  z-index:1;

  position:absolute;

  right:0px;

  width:auto;

  background:var(--primary);

  padding:10px;

  display: flex;

}

.page-header.is-sticky .links-list{

  display: none;

}

.triangle{

  width:0px;

  position:relative;

}

.triangle::after{

  content:"";

  position:absolute;

  width:40px;

  height:43px;

  background:var(--primary);

  top:-9.5px;

  right:10px;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 19%);

}

.links-list li{

  display: flex;

  align-items: center;

  margin-right:20px;

}

.links-list li a{

  white-space:nowrap;

  margin-left:7px;

  color:white;

} */



/* menu css  */



.page-header {

  background-color: #fff;

  z-index: 999;

  position: fixed;

  width: 100%;

  border-bottom: 1px solid #e1e1e1;

}



a.brand img {

  width: 85px;

}



#nav-bar .brand img {

  height: 45px;

}



#menu-bar .navbar {

  z-index: 999999;

  position: static;

}



#menu-bar .header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: auto;

  z-index: 100;

  margin: 0 auto;

  z-index: 99999;

}



.wrapper {

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  padding: 5px 0px;

  margin: 0 auto;

}



.left-area {

  display: flex;

  justify-content: center;

}



.navbar .menu {

  margin-top: 0;

  margin-bottom: 0;

}



#menu-bar .menu-item {

  display: inline-block;

  margin-left: 40px;

}



#menu-bar .menu-item a {

  text-decoration: none;

}



#menu-bar .menu-link {

  display: flex;

  justify-content: center;

  align-items: center;

  column-gap: 20px;

  font-size: 17px;

  font-weight: 400;

  line-height: inherit;

  cursor: pointer;

  text-transform: capitalize;

  color: #000;

  transition: all 0.3s ease-in-out;

  position: relative;

}



#menu-bar .menu-link::before {

  content: "";

  position: absolute;

  bottom: -26.5px;

  left: 0;

  width: 0;

  height: 2.5px;

  background-color: var(--primary);

  transition: 0.5s ease;

}



#menu-bar .menu-link:hover:before {

  width: 100%;

}



#menu-bar .menu-link a {

  text-decoration: none;

  color: #000;

}



#menu-bar .menu-link > i.fas {

  font-size: 16px;

  margin-left: -14px;

  color: inherit;

}



#menu-bar .menu-link:hover {

  outline: none;

  color: var(--primary);

}



#menu-bar .menu-link:hover a {

  outline: none;

  color: var(--primary);

}



.header-btns {

  display: flex;

  gap: 7px;

}



#menu-bar .submenu-link {

  font-size: 16px;

  font-weight: 600;

  line-height: inherit;

  cursor: pointer;

  color: #000;

}



#menu-bar .submenu-link i {

  font-size: 14px;

  margin-left: 10px;

}



#menu-bar .submenu-item .submenu-desc {

  font-size: 13px;

}



#menu-bar .submenu-item:hover .submenu-link,

#menu-bar .submenu-item:hover .submenu-desc {

  color: var(--colorPink);

}



#menu-bar .submenu {

  position: absolute;

  top: 77.5px;

  left: 0;

  width: 100%;

  height: auto;

  padding: 15px 30px;

  opacity: 0;

  visibility: hidden;

  transform: translateY(-1rem);

  background-color: #fff;

  transition: all 0.3s ease-in-out;

  border-top: 2px solid #e1e1e1;

  box-shadow: 0 5px 10px -5px #00000030;

}



#menu-bar .noHover:hover .submenu-link,

#menu-bar .noHover:hover .submenu-desc {

  color: #000;

}



#menu-bar .submenu-item {

  display: block;

  margin-top: 0;

  padding: 10px 20px;

  color: #000;

  text-decoration: none;

  list-style: none;

}



/* #menu-bar .submenu-item:hover {

    background-color: var(--colorPink);

    color: #fff;

} */



/* #menu-bar .submenu-item:hover .submenu-link {

    color: #fff;

} */



.menu-drop::after {

  content: "\21AA";

  position: absolute;

  right: 20px;

  display: none;

}



.close {

  position: absolute;

  top: 16px;

  right: 5%;

  display: none;

  z-index: 99999;

  text-align: center;

  background-color: #ffffff;

  border: 1px solid var(--colorPurple);

  padding: 3px 17px;

  border-radius: 3px;

}



.close i {

  font-size: 14px;

}



.brand-nav img {

  height: 50px;

  margin-left: 15px;

  margin-bottom: 20px;

  margin-top: 0px;

  display: none;

}



#menu-bar .burger {

  position: relative;

  display: none;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  width: 2rem;

  height: 1.15rem;

  opacity: 0;

  visibility: hidden;

  background: transparent;

}



#menu-bar .burger-line {

  position: absolute;

  display: block;

  right: 0;

  width: 100%;

  height: 2.5px;

  opacity: 1;

  border: none;

  outline: none;

  background: #fff;

}



#menu-bar .burger-line:nth-child(1) {

  top: 0px;

  width: 80%;

}



#menu-bar .burger-line:nth-child(2) {

  top: 0.5rem;

  width: 100%;

}



#menu-bar .burger-line:nth-child(3) {

  top: 1rem;

  width: 70%;

}



#menu-bar .overlay {

  position: fixed;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  z-index: 999;

  opacity: 0;

  visibility: hidden;

  transition: all 0.35s ease-in-out;

  background-color: rgba(0, 0, 0, 0.65);

}



.page-header.is-sticky {

  position: fixed;

  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

  padding: 0px 0;

  opacity: 1;

  animation: slideDown 0.3s ease-out;

  z-index: 999;

  width: 100%;

  top: 0;

}



.page-header .logo-img {

  height: 40px;

  filter: brightness(0) invert(1);

}



.page-header.is-sticky a.brand img {

  filter: brightness(1);

}



@keyframes slideDown {

  from {

    transform: translateY(-100%);

  }



  to {

    transform: translateY(0);

  }

}



.page-header.is-sticky #menu-bar .menu-link {

  color: #1f243c;

}



.page-header.is-sticky #menu-bar .menu-link a {

  text-decoration: none;

  color: #1f243c;

}



/* .page-header.is-sticky #menu-bar .submenu {

    background-color: var(--colorPurple);

    color: #fff;

} */



/* .page-header.is-sticky #menu-bar .submenu-item:hover {

    background-color: var(--colorPink);

    color: #fff !important;

    transition: .2s all;

} */



/* .page-header.is-sticky #menu-bar .submenu-item:hover .submenu-link {

    color: #fff !important;

} */



.page-header.is-sticky #menu-bar .burger-line {

  background: #1f243c;

}



@media only screen and (max-width: 992px) {

  .page-header {

    overflow-x: hidden;

    position: sticky;

    top: 0;

  }



  .wrapper {

    display: flex;

    width: 100%;

    justify-content: inherit;

    /* background-color: #EE4466; */

    padding: 5px 0;

  }



  a.brand img {

    height: auto;

  }



  .mbl-header {

    display: flex;

    justify-content: space-between;

  }



  #menu-bar .navbar {

    position: fixed;

    top: 0;

    left: -100%;

    width: 90%;

    height: 100%;

    z-index: 99999;

    opacity: 0;

    overflow-y: scroll;

    visibility: hidden;

    background-color: #f7f7f7;

    transition: all 0.5s ease;

  }



  #menu-bar .navbar.active {

    left: 0rem;

    opacity: 1;

    visibility: visible;

  }



  #menu-bar .navbar.active .submenu .submenu-link {

    padding: 8px 0;

  }



  .left-area {

    width: 100%;

    /* padding: 10px 20px; */

    /* background-color: #212529; */

  }

  .left-area nav {

    margin: auto;

  }



  .header-btns {

    display: none;

  }



  /* .page-header {

        background-color: #EE4466;

    } */



  .page-header .container {

    max-width: 100%;

  }



  #menu-bar .menu {

    width: 100%;

    height: 100%;

    padding: 1rem 0;

  }



  #menu-bar .menu-item {

    display: block;

    margin: 0 auto;

  }



  #menu-bar .menu-link {

    justify-content: space-between;

    padding: 2px 20px 20px 20px;

  }



  .wrapper {

    margin: 0 auto;

    row-gap: 0rem;

  }



  #menu-bar .menu-link:hover {

    outline: none;

    color: var(--colorPink);

  }



  #menu-bar .burger {

    display: block;

    opacity: 1;

    visibility: visible;

    margin-top: 15px;

  }



  #menu-bar .overlay.active {

    display: block;

    opacity: 1;

    visibility: visible;

  }



  .page-header.is-sticky #menu-bar .menu-link {

    color: #1f243c;

  }



  .page-header.is-sticky #menu-bar .menu-link a {

    text-decoration: none;

    color: #1f243c;

  }



  .page-header.is-sticky #menu-bar .submenu {

    background-color: transparent;

  }



  .page-header.is-sticky #menu-bar .submenu-item:hover {

    width: 86.5% !important;

  }



  #menu-bar .submenu-item:hover {

    width: 86.5% !important;

  }



  #menu-bar .submenu {

    position: relative;

    top: -0.5rem;

    left: 0.5rem;

    width: 96%;

    max-height: 0;

    padding: 0px;

    border: none;

    outline: none;

    border-top: 1px solid #e1e1e1;

    color: #1f243c;

    opacity: 1;

    overflow: hidden;

    -webkit-overflow-scrolling: touch;

    /* visibility: visible; */

    transform: translateY(0px);

    box-shadow: none;

    background: #fff !important;

    border-radius: 0px !important;

  }

  #menu-bar .menu-item.menu-dropdown.active .submenu {

    visibility: visible;

    visibility: visible;

    backface-visibility: hidden;

  }

  #menu-bar .submenu-link {

    color: #1f243c;

    font-weight: bold;

  }



  .close {

    display: block;

    background-color: #fff;

  }



  .close i {

    color: var(--colorPurple) !important;

  }



  .menu-link i {

    display: none;

  }



  #menu-bar .submenu-item {

    padding: 5px 10px;

  }



  .menu-drop::after {

    content: "\f078";

    font-family: "Font Awesome 5 pro";

    font-weight: 600;

    position: absolute;

    right: 20px;

    display: block;

  }



  .brand-nav img {

    display: block;

  }



  #menu-bar .burger-line {

    background-color: #1f243c;

  }

}



@media only screen and (min-width: 993px) {

  #menu-bar .menu-dropdown:hover > .submenu {

    display: block;

    opacity: 1;

    visibility: visible !important;

    transform: translateY(0);

    overflow: hidden;

    -webkit-overflow-scrolling: touch;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1100px) {

  .left-area {

    /* display: flex; */

    /* justify-content: left; */

  }

  #menu-bar .menu-item {

    margin-left: 15px;

  }

  #menu-bar .menu-link > i.fas {

    font-size: 16px;

    margin-left: 0px;

    color: inherit;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1280px) {

  .phone {

    display: none;

  }



  .right-area {

    display: flex;

    align-items: center;

    justify-content: space-around;

  }

  #menu-bar .menu-item {

    display: inline-block;

    margin-left: 35px;

  }

}



@media only screen and (min-width: 1280px) and (max-width: 1400px) {

  #menu-bar .menu-item {

    display: inline-block;

    margin-left: 35px;

  }

}



/* slider banner  */



.banner .item {

  height: 90vh;

  position: relative;

}



.banner .item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center center;

}

.banner .item .cover {

  /* padding: 75px 0; */

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  /* background: rgba(0, 0, 0, 0.353); */

  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));

  display: flex;

  align-items: center;

}

.banner .item .cover .header-content {

  position: relative;

  padding: 56px;

  overflow: hidden;

  margin-top: 10%;

}



.banner .item .cover .header-content span {

  color: var(--primary);

}



.banner .item .cover .header-content .line {

  content: "";

  display: inline-block;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  position: absolute;

  border: 9px solid #fff;

  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);

  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);

}



.banner .item .cover .header-content h1 {

  font-size: 50px;

  font-weight: 600;

  margin: 5px 0 20px;

  word-spacing: 3px;

  /* color: var(--primary); */

  color: #fff;

}

.banner .item .cover .header-content h2 {

  font-size: 50px;

  font-weight: 600;

  margin: 5px 0 20px;

  word-spacing: 3px;

  /* color: var(--primary); */

  color: #fff;

}



.banner .item .cover .header-content p {

  font-size: 17px;

  font-weight: 400;

  line-height: 1.6;

  color: #fff;

  padding: 20px 0px;

}

/* .banner .owl-item{

  opacity:0;

}

.banner .owl-item.active{

opacity:1;

} */

.banner .owl-item.active h1 {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInDown;

  animation-delay: 1s;

}

.banner .owl-item.active p {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInUp;

  animation-delay: 0.5s;

}

.banner .owl-item.active .button-wrapper {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInUp;

  animation-delay: 0.9s;

}

.banner .owl-item.active h2 {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInDown;

  animation-delay: 1.2s;

}

.banner .owl-item.active h4 {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInUp;

  animation-delay: 0.3s;

}



.banner .owl-item.active .line {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  animation-name: fadeInLeft;

  animation-delay: 0.3s;

}



.banner .owl-nav {

  background: green;

  /* height:20px; */

  display: flex;

  align-items: center;

  justify-content: center;

}



.banner .owl-nav .owl-prev,

.banner .owl-nav .owl-next {

  /* background:black !important; */

  width: 50px;

  height: 50px;

  border-radius: 50%;

  position: absolute;

  border: 1px solid white !important;

  transition: all 0.3s ease-in-out;

  color: red !important;

}

.banner .owl-nav .owl-prev {

  transform: translate(-60%, -120%);

}

.banner .owl-nav .owl-next {

  transform: translate(60%, -120%);

}



.banner .owl-nav .owl-prev:hover,

.banner .owl-nav .owl-next:hover {

  background: var(--primary);

  color: white !important;

}



/* .banner .owl-nav .owl-prev {

  position: absolute;

  left: 86%;

  top: 80%;

  opacity: 0.5;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

  background: transparent !important;

  width: 50px;

  cursor: pointer;

  height: 50px;

  position: absolute;

  border: 1px solid var(--primary) !important;

  display: block;

  z-index: 1000;

  border-radius: 50px;

}

.banner .owl-nav .owl-prev span {

  font-size: 1.6875rem;

  color: #fff;

}

.banner .owl-nav .owl-prev i,

.banner .owl-nav .owl-next i {

  color: #fff;

}

.banner .owl-nav .owl-prev:focus {

  outline: 0;

}

.banner .owl-nav .owl-prev:hover {

  background: var(--primary) !important;

}

.banner .owl-nav .owl-next {

  position: absolute;

  right: 5%;

  top: 80%;

  opacity: 0.5;

  -webkit-transition: all 0.4s ease-out;

  transition: all 0.4s ease-out;

  background: transparent !important;

  width: 50px;

  border: 1px solid var(--primary) !important;

  cursor: pointer;

  height: 50px;

  position: absolute;

  display: block;

  z-index: 1000;

  border-radius: 50px;

}

.banner .owl-nav .owl-next span {

  font-size: 1.6875rem;

  color: #fff;

}

.banner .owl-nav .owl-next:focus {

  outline: 0;

}

.banner .owl-nav .owl-next:hover {

  background: var(--primary) !important;

}

.banner .owl-prev:hover {

  opacity: 1;

}

.banner .owl-next:hover {

  opacity: 1;

} */



@media only screen and (max-width: 575px) {

  .top_bar {

    display: none;

  }

  .main-menu .container-fluid {

    padding-top: 0;

    padding-bottom: 0;

  }

  .banner .item {

    height: 500px;

  }



  .banner .item .cover .header-content h2 {

    font-size: 30px;

    margin: 10px 0;

  }

  .banner .item .cover .header-content h1 {

    font-size: 30px;

    margin: 10px 0;

  }

  .banner .item .cover .header-content h4 {

    font-size: 16px;

    font-weight: 300;

    line-height: 1.4;

    margin-top: 17px;

  }

  .banner .item .cover .header-content p {

    font-size: 15px;

  }

  .banner .item .cover .header-content .line {

    border: 4px solid #fff;

  }

  .banner .item .cover .header-content {

    position: relative;

    padding: 20px 15px;

    overflow: hidden;

  }

  .banner .owl-nav .owl-next {

    right: 30%;

    width: 40px;

    height: 40px;

  }

  .banner .owl-nav .owl-prev {

    left: 83%;

    width: 40px;

    height: 40px;

  }

  .banner .item img {

    object-position: center right;

  }

  .banner .item .cover .header-content p {

    font-size: 16px;

    padding: 0px 0px;

  }

  #menu-bar .menu-link::before {

    display: none;

  }

}



/* css for the coutner section  */

.counter-section {

  /* height: 40; */

  margin: 3% 0;

  position: relative;

}



.counter-section .counter-wrapper {

  border-radius: 30px;

  background: linear-gradient(180deg, #f84747 0%, #d02525 100.08%);

  padding: 40px 0px;

  margin: auto;

  border-radius: 30px;

}



/* .counter-section .content-wrapper {

  position: absolute;

  width: 90%;

  padding: 35px;

  background: #373433;

  top: 0px;

  left: 50%;

  transform: translate(-50%, -70%);

  border-radius: 30px;

} */



.counter-section .content-wrapper h2 {

  color: #fff;

}

.counter-section .content-wrapper p {

  color: #fff;

}



.counter-section .single-counter {

  border-right: 1px solid #e2e2e2;

}

.counter-section h3{

  font-weight: 500;

  color: #fff;

  font-size: 35px;

}

.counter-section h3,

.counter-section p {

  color: #fff;

  padding-top: 10px;

}

.counter-section .single-counter:last-child {

  border: none;

}



@media only screen and (max-width: 767px) {

  br {

    display: none;

  }

  .counter-section {

    margin: 0% 0 8% 0;

    position: relative;

  }

  .counter-section .content-wrapper {

    position: static;

    width: 100%;

    padding: 25px;

    background: #373433;

    transform: translate(0%, 0%);

  }

  .counter-section .counter-wrapper {

    padding: 20px 10px;

  }

  .counter-section h2 {

    font-weight: 700;

    color: #fff;

    font-size: 28px;

  }

  .counter-section .single-counter {

    border-right: none;

    border-bottom: 1px solid #e1e1e1;

    border-right: 1px solid #e1e1e1;

    padding: 10px 0;

  }

  .counter-section .single-counter:last-child{

    border-right: 1px solid #e1e1e1;

  }

}



/* solution css  */

.solution-card {

  position: relative;

  border-radius: 15px;

  overflow: hidden;

  transition: 0.4s all;

}

.solution-img {

  height: 430px;

  width: 100%;

  border-radius: 15px;

}

.solution-img img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: top center;

  border-radius: 15px;

}

.solution_content {

  position: absolute;

  bottom: -70px;

  left: 0;

  padding: 20px 20px 20px 20px;

  color: #fff;

  background: linear-gradient(to top, #000000b5 70%, rgba(0, 0, 0, 0) 100%);

  transition: 0.4s all;

  width: 100%;

}

.solution_content h3 {

  color: #fff;

  font-weight: 600;

  font-size: 24px;

  padding-bottom: 10px;

}

.solution_content p {

  color: #fff;

  font-weight: 300;

  font-size: 15px;

  text-overflow: ellipsis;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  transition: 0.4s all;

}

.solution-card:hover .solution_content {

  transition: 0.4s all;

  bottom: 0px;

  background: linear-gradient(to top, #ff000080 80%, rgba(255, 0, 0, 0) 100%);

}



.solution-card:hover .solution_content p {

  font-size: 15px;

  text-overflow: ellipsis;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 14;

  -webkit-box-orient: vertical;

}



@media only screen and (max-width: 767px) {

  .solution-img {

    height: 350px;

    width: 100%;

    border-radius: 15px;

  }

}



/* testimonial css  */



.author-wrapper {

  display: flex;

  align-items: end;

  gap: 20px;

  margin-bottom: 20px;

}

.author-wrapper img {

  width: 45px !important;

   

}

.author-wrapper h3 {

  font-size: 20px;

  color: var(--primary);

  font-weight: 600;

}



.testimonial-card {

  padding: 30px 20px 30px 20px;

  background-color: #ffffff;

  border-radius: 9px 9px 9px 9px;

  box-shadow: 6px 6px 0px 0px

    rgba(230.1375, 226.0350580737902, 226.0350580737902, 0.23);

  margin-bottom: 20px;

  height: 100% !important;

  min-height: 300px;

}



.testimonial-content p span {

  background-color: rgb(255, 173, 173);

  border-radius: 30px;

  padding: 2px 12px;

}



/* .client-sec {

    background-color: #E8ECF7;

} */



.customer-item {

  height: 110px;

  background-color: #fff;

  padding: 4px;

  border-radius: 10px;

  transition: 0.4s all;

  /* box-shadow: 0px 2px 4px #00000015; */

  border: 1px solid #00000015;

}

.customer-item img {

  height: 100%;

  width: 100%;

  object-fit: contain;

  transition: 0.4s all;

  object-position: center center;

}



.customer-item:hover img {

  transform: scale(1.1);

}



.cta-wrapper {

  background: linear-gradient(180deg, #f84747 0%, #d02525 100.08%);

  padding: 60px 50px;

  margin: auto;

  border-radius: 30px;

  z-index: 99;

}

.cta-wrapper h2 {

  font-size: 40px;

}





footer .left_sec img {

  width: 110px;



}



.footer_link {

  color: #fff;

}

.footer_link_2 ul li {

  display: flex;

  justify-content: start;

}

.footer_link_2 ul li svg {

  height: 20px !important;

  width: 20px !important;

  margin-right: 10px;

  color: var(--primary);

}



.footer_link h2 {

  font-size: 24px;

  margin-bottom: 20px;

}



.footer_link ul {

  padding-left: 0;

}

.footer_link ul li {

  text-decoration: none;

  list-style: none;

  padding-top: 10px;

  transition: 0.4s all;

}

.footer_link ul li a {

  text-decoration: none;

  color: #fff;

  transition: 0.4s all;

}

.footer_link ul li:hover a {

  color: var(--primary);

  margin-left: 10px;

}

.social-icon {

  display: flex;

  justify-content: end;

}

.social-icon ul {

  display: flex;

  justify-content: end;

  gap: 15px;

}

.social-icon ul li {

  text-decoration: none;

  list-style: none;

  height: 40px;

  width: 40px;

  border: 1px solid #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 30px;

  cursor: pointer;

}

.social-icon ul li:hover {

  background-color: var(--primary);

  border: 1px solid var(--primary);

}

.social-icon i {

  color: #fff;

}



@media only screen and (max-width: 767px) {

  .customer-item {

    height: 100px;

    padding: 7px;

  }

  .cta_section {

    padding: 40px 10px;

  }

  .cta-wrapper h2 {

    font-size: 28px;

  }

  .cta-wrapper {

    padding: 30px 20px;

  }

  .footer_link {

    color: #fff;

    padding-left: 30px;

  }

  .social-icon {

    display: flex;

    justify-content: center;

  }

  .social-icon ul {

    display: flex;

    justify-content: center;

    gap: 15px;

  }

}



/* .counter.col-lg-2 {

  width: 14.2% !important;

} */



@media (min-width: 992px) {

  .single-counter.col-lg-2 {

    width: 14.2% !important;

  }

}





@media only screen and (max-width: 767px) {

  .single-counter.col-lg-2 {

    width: 49.7% !important;

  }

}











.testimonial-wrapper .owl-prev {

  position: absolute;

  top: -25%;

  left: 90%;

  color: #000000;

  border-radius: 50% !important;

  font-size: 16px;

  padding: 0px 7px 7px 7px !important;

  height: 40px;

  width: 40px;

  background-color: transparent;

  border: 1px solid #d02525 !important;

}



.testimonial-wrapper .owl-prev i {

  color: #d02525;

}



.testimonial-wrapper .owl-next {

  position: absolute;

  top: -25%;

  right: 0%;

  color: #000000;

  border-radius: 50% !important;

  font-size: 16px;

  padding: 0px 7px 7px 7px !important;

  height: 40px;

  width: 40px;

  background-color: transparent;

  border: 1px solid #d02525 !important;

}



.testimonial-wrapper .owl-next i {

  color: #d02525;

}



.testimonial-wrapper .owl-prev:hover , .testimonial-wrapper .owl-next:hover{

  background-color: #d02525 !important;

}



.testimonial-wrapper .owl-prev:hover i, .testimonial-wrapper .owl-next:hover i{

  color: #fff;

}

.benifit-sec{

  padding: 30px;

  border: 1px solid #e1e1e1;

  height: 100%;

}

.benifit-sec img{

  width: 80px;

}

.benifit-sec h3{

  font-size: 22px;

  font-weight: 500;

  padding: 10px 0;

}









.connect-icon {

  position: fixed;

  right: 15px;

  bottom: 60px;

  display: flex;

  flex-direction: column;

  z-index: 99;

}



.connect-icon img {

  width: 55px;

  height: 55px;

  border-radius: 50%;

}





/* key_card */



.key_Strength {

  margin-top: -80px;

}



.key_card {

  background-color: #f7f7f7;

  padding: 20px;

  height: 100%;

  border-radius: 10px;

  transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);

}



.key_card:hover {

  background-color: #f84747;

}



.key_card:hover * {

  color: #fff;

}



.key_icon {

  width: 80px;

  height: 80px;

  padding: 10px;

  border-radius: 8.649px;

  border: 2px dashed #e63e38;

  background-color: #fff;

}



.key_icon img {

  height: 100%;

  width: 100%;

}

.key_card:hover .key_icon{

  border: 2px solid #e63e38;

}

/* subhendu */
.add-ons .col-lg-4 {
  padding: 40px 32px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.add-ons .col-lg-4:last-child {
  border-right: 0px solid #000;
}
.add-ons .col-lg-4 * {
  margin-bottom: 20px;

}
.add-ons .col-lg-4 img {
  width: 80px;
}
.add-ons .col-lg-4 svg {
  width: 80px;
}

.add-ons .col-lg-4 h3 {
  margin-bottom: 20px;
  font-size: 26px;
}
.add-ons .col-lg-4 p {
  margin-bottom: 20px;
}
.benifit-sec.bg-white img{
  background-color: #f4f4f4;
    width: 90px;
    padding: 11px;
    border-radius: 10px;
}






/* breadcrumb_form} */
.breadcrumb_form form{
  background-color: #fff;
  padding:20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 0px;
}

.input{
  width: 100%;
  padding: 10px;

  border-width: 0px;
  border-bottom: 1px solid black;
  
}

.input:hover{
  border-bottom:1px solid #dc3545;
}
textarea{
  height:60px;
}

textarea::placeholder {
  color:grey; 
  
}


textarea:focus,
input:focus {
  outline: none;
}




.breadcrumb_button{
  width: 35%;
}

@media (max-width:770px){
  .breadcrumb_button{
    width:20%;
  }
}
@media(max-width:430px) {
  .breadcrumb_button{
    width:50%;
  }

  .industries-carousel{
    margin-top: 100px;
  }
  .testimonial-wrapper{
    margin-top: 20px;
  }
  .testimonial-wrapper .owl-next{
    top: -70px;

  }
  .testimonial-wrapper .owl-prev{
    left: 230px;
    top: -70px;
  }
}







.flex-c{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-safety-services{
  background:linear-gradient(180deg, #f84747 0%, #d02525 100.08%);;
}



/* industries-carousel - Hyd Page */

.industries-carousel .owl-prev,
.industries-carousel .owl-next {
    position: absolute !important;
    top: -80px !important;
    background-color: #e63e38 !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
    font-size: 18px !important;
    z-index: 999 !important;
}

.industries-carousel .owl-prev:hover,
.industries-carousel .owl-next:hover {
    background-color: #c93430 !important;
    transform: scale(1.1) !important;
}

.industries-carousel .owl-prev {
    right: 60px !important;
}

.industries-carousel .owl-next {
    right: 0px !important;
}


.industries-carousel .owl-prev span{
  height: 80px;
  font-size: 45px;
}
.industries-carousel .owl-next span{
  height: 80px;
  font-size: 45px;
}

.industries-carousel .owl-dots{
  display: none;
}







/* From Uiverse.io by SteveBloX */ 
.htc-card {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  transition: all 0.5s;
  
 
  padding: 30px;
}

.htc-card:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.htc-card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}
.htc-img{
  width: 80px;
  object-fit: contain;
}
.htc-card h3{
  font-size: 24px;
}

/* Enhanced comparison table styles */
.table-comparison {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  background: #fff;
}
.table-comparison thead th {
  background: linear-gradient(90deg, var(--primary) 60%, #ff6a5b 100%);
  color: white;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  border: none;
}
.table-comparison tbody th {
  background: #f3f4f6;
  font-weight: 600;
  color: var(--secondary);
  border-right: 1px solid #eaeaea;
}
.table-comparison td {
  background: #fff;
  color: black;
  border: none;
  border-right: 1px solid #f1f1f1;
  transition: background 0.2s;
}
.table-comparison tr {
  border-bottom: 1px solid #eaeaea;
}
.table-comparison tbody tr:hover td, .table-comparison tbody tr:hover th {
  background: #fff6f5;
}
.table-comparison th, .table-comparison td {
  padding: 1.1rem 1.2rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-comparison th, .table-comparison td {
    padding: 0.7rem 0.5rem;
    font-size: 0.97rem;
  }
  .table-comparison thead th {
    font-size: 1rem;
  }
}
/*--------------*/

.add-ons .col-lg-3 img {
    width: 80px;
}

.add-ons .col-lg-3 *{
    margin-bottom: 20px;
}
.add-ons .col-lg-3{
    padding: 40px 32px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.team-img{
      border-radius: 30px;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: bottom;
}


      .accolade-pill {
        display: inline-flex;
        align-items: center;
        padding: 8px 15px;
        border-radius: 50px;
        color: white;
        font-size: 0.9rem;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }

      .accolade-pill:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      }

      .accolade-icon {
        margin-right: 8px;
        font-size: 1rem;
      }

      .accolade-text {
        white-space: nowrap;
      }

      /* For mobile responsiveness */
      @media (max-width: 768px) {
        .accolades-wrapper {
          margin: 15px 0;
        }
        .accolade-pill {
          padding: 6px 12px;
          font-size: 0.8rem;
        }
      }

      /* From Uiverse.io by alexruix */
      .acc-card {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        background: #f5f5f5;
        position: relative;
        padding: 1.8rem;
        border: 2px solid #c3c6ce;
        transition: 0.5s ease-out;
        overflow: visible;
      }

      .acc-card-details {
        color: black;
        height: 100%;
        gap: 0.5em;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }

      .acc-card-details h3 {
        font-size:24px;
      }

      .text-body {
        color: rgb(134, 134, 134);
      }

      /*Text*/
      .text-title {
        font-size: 1.5em;
        font-weight: bold;
      }

      /*Hover*/
      .acc-card:hover {
        border-color: red;
        box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
      }

      .acc-img {
        width: 70px;
        height: 70px;
      }

      .awards h3 {
        font-size: 20px;
        font-weight: normal;
      }
      .awards-card {
        background-color: whitesmoke;
        border-radius: 30px;
        padding: 20px;
        width: 100%;
        height: 100%;
      }


      .linked-in-logo{
        width: 100px;
        object-fit: contain;
        padding: 10px;
        background-color: white;
        border-radius: 6px;
        transition: all 0.5s ease;
      }

      .linked-in-logo:hover{
        transform: scale(1.1);
        background-color:#ffe5e5 ;

      }


       .locations-section {
        background: linear-gradient(135deg, #fff5f5 0%, #ffecec 100%);
        padding: 60px 0;
        position: relative;
        overflow: hidden;
      }

     

      

      .location-card {
        background: white;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
        height: 100%;
        border-left: 4px solid #e74c3c;
      }

      .location-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(231, 76, 60, 0.15);
      }

      .location-card h3 {
        color: #2c3e50;
        margin-bottom: 15px;
        font-size: 1.3rem;
      }

      .location-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .location-card ul li {
        padding: 5px 0;
        position: relative;
        padding-left: 25px;
      }

      .location-card ul li::before {
        content: "\f3c5";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 6px;
        color: #e74c3c;
        font-size: 14px;
      }

      .highlight-badge {
        position: absolute;
        top: -10px;
        right: 15px;
        background: #e74c3c;
        color: white;
        padding: 3px 10px;
        border-radius: 20px;
        font-size: 0.7rem;
        font-weight: bold;
      }

.box-des-32{
  margin: 10px;
  text-align: center;
}
.box-des-32 img{
  border-radius: 20px !important;
}
    
.box-des-32 h3{
  margin: 20px 0;
}

.what-does h3 {
  padding-top: 10px;
  font-size: 22px !important;
  font-weight: 500 !important;
}

.why-us h3 {
  position: relative;
  z-index: 1;
}


/*Public addres system amc services bangalore */
.public-address-system {
  font-family: Arial, sans-serif;
}

.public-address-system .table-container {
  overflow-x: auto;
}

.public-address-system table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 600px;
}

.public-address-system th,
.public-address-system td {
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center; /* default center */
}

/* First column (Features) - left align */
.public-address-system th:first-child,
.public-address-system td:first-child {
  text-align: left;
}

.public-address-system th {
  background: linear-gradient(180deg, #f84747 0%, #d02525 100.08%);
  color: #fff;
}

.public-address-system .check {
  color: green;
}

.public-address-system .cross {
  color: red;
}

/* Mobile */
@media (max-width: 768px) {
  .public-address-system th,
  .public-address-system td {
    font-size: 14px;
    padding: 10px;
  }
}


.single-type ul {
    list-style: none;   /* removes black dots */
    padding-left: 0;    /* removes left gap */
    margin: 0;
}

.single-type ul li {
    margin-bottom: 6px; /* small space between items */
}


.why-chse img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.why-chse .single-solution ul {
    padding-left: 80px;
    min-height: 100px;
}

.why-chse .sol-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.why-chse .single-solution ul li {
    list-style: circle;
    margin: 8px 0;
}

.why-chse h3 {
    font-size: 22px;
    font-weight: 500;
}

.our-proven h3 {
  font-size: 22px;
  font-weight: 500;
}


.facing-fire {
  background: #fff;
}

/* Box styling */
.facing-fire .ff-box {
  padding: 25px 20px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-left: 4px solid #dc3545;
  border: 1px solid #e1e1e1;
}
.facing-fire .ff-box {
  padding: 25px 20px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease-in-out;

  border: 1px solid #e1e1e1;   /* all sides */
  border-left: 4px solid #dc3545; /* override left */
}
/* Hover effect */
.facing-fire .ff-box:hover {
  transform: translateY(-6px);
 
}

/* Heading */
.facing-fire .ff-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* List styling */
.facing-fire .ff-box ul {
  padding-left: 0;
  margin: 0;
}

.facing-fire .ff-box ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Custom bullet */
.facing-fire .ff-box ul li::before {
  content: "âœ”";
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545;
  font-size: 14px;
}

/* Responsive spacing */
@media (max-width: 991px) {
  .facing-fire .ff-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
.op-head h3{
  padding-top: 10px;
}
}
a.brand img {
    width: 136px;
    padding: 5px 0px;
    /* height: 48px; */
    /* max-width: 174px; */
}
ul.submenu li {
    list-style: none;
}ul.submenu li {
    list-style: none;
    display: flex;
}.awards .awards-card img {
    height: 240px;
}ul.submenu li {
    list-style: none;
    display: flex;
	margin-bottom:18px;
	
}#menu-bar .menu-link::before {
    content: "";
    position: absolute;
    bottom: -2.0px;
    left: 0;
    width: 0;
    height: 2.5px;
    background-color: var(--primary);
    transition: 0.5s ease;
}.facts-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--thm-black);
    z-index: -1;
}.facts-area.services .facts-area-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 43%);
    /* background: linear-gradient(0deg, rgb(0 0 0 / 56%) 0%, rgb(0 0 0 / 27%) 0%, rgb(0 0 0 / 24%) 40%, rgb(26 28 35 / 27%) 60%, rgba(26, 28, 35, 0) 100%); */
}.facts-area {
    position: relative;
    display: block;
    padding: 150px 0 ;
    z-index: 10;
}.facts-area-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(26, 28, 35);
    background: linear-gradient(0deg, rgb(0 0 0 / 55%) 0%, rgb(26 28 35 / 94%) 0%, rgb(0 0 0 / 55%) 40%, rgb(0 0 0 / 50%) 60%, rgba(26, 28, 35, 0) 100%);
}section.facts-area.services h2 {
    color: #fff;
}section.facts-area.services.servico p {
    color: #fff;
}.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}.card-body {
    padding-top: 20px;
}section.why-fire-section {
   
    background: #f5f5f5;
}.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    background: #f5f5f5 !important;
}.content {
    padding-right: 10%;
}.caption.serv {
    padding-left: 20%;
    padding-right: 20%;
   
}



a#myBtn5 {
    position: fixed;
    right: -55px;
    top: 399px;
    z-index: 999;
    transform: rotate(-90deg);
    background: #000000;
}.site-button, .site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 17px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}.site-button.gradient.bb {
    background-image: linear-gradient(to right,#9c684d 0,#daa478 51%,#9c684d 100%);
    background-size: 200%;
    color: white;
    font-weight: 600;
    position: fixed;
} a.phone.modemm {
    display: inline-flex;
    margin-top: 20px;
}  .modal-backdrop.show {
    opacity: 0.7;
}

.mode {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}
.mode-header {
    padding: 2px 16px;
    background-color:#c9b579;
    color: #fff!important;
}.mode-header h3 {
    font-size: 25px;
    color: #fff!important;
    font-family: serif;
}
/* mode Content */
.mode-content {
    position: fixed;
    bottom: 103px;padding:20px;
    background-color: #fefefe;
    width: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    margin: auto;
    margin-left: 25%;
    margin-right: 50%;height: 400px;
    overflow-y: scroll;
}

/* The Close Button */
.mode .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mode .close:hover,
.mode .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}a#myBtnrr {
    font-size: 15px;
}



.mode-body {padding: 2px 16px;}

.mode-footer {
  padding: 2px 16px;
 background-color: #c9b579;
  color: white;
}

.site-button.gradient.bb {
    background-image: linear-gradient(to right,#9c684d 0,#daa478 51%,#9c684d 100%);
    background-size: 200%;
    color: white;
    font-weight: 600;
    position: fixed;
  
}
a#myBtn {
    background: #dfb162;
    color: #000000;
    border: 1px solid #e3e3e3;
    padding: 5px 12px;
    z-index: 999;
    transform: rotate( 
-90deg
 );
    font-size: 20px;
    padding: 9px 12px;
    position: fixed;
    right: -65px;
    font-weight: 700;
    top: 550px;
    text-transform: uppercase;
}.mainmode h3 {
    margin-left: 14px;
}.contactform label i {

    left: 17px;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #882f92;
}form.row.contactform.wrap-form.clearfix {
    margin-bottom: 24px;
}
.contactform .text-input, .contactform .text-area {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 9px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}.col-bg-img-three1.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../../assets/images/abt.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}a.phone.mode {
    display: inline-flex;
    margin-top: 60px;

}a.phone {
    font-size: 25px;
    font-weight: 600;
    color: #c65911;
}.contactform textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .contactform .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    padding: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    outline: none;
    line-height: inherit;
}.rqcall textarea, input[type="text"], .rqcall .uneditable-input, select {
    padding: 17px 20px;
}
.modal-dialog {
    top: 100px;
}.mainmode h3 {
    margin-left: 14px;
    color: #882f92;
    font-weight: 500;
    font-size: 23px;
}.modal-content.mainmode {
    max-width: 600px;
    margin: auto;
}.modal-dialog {
    max-width: 800px;
 
}i.fas.fa-phone {
    transform: rotate(90deg);
}a.phone.modemm {
    display: flex;
    margin-top: 20px;
    /* margin: 30px; */
    /* padding: 8px; */
}i.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 5px;
    font-size: 21px;
} .message-btn {
    position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: #882f92;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 30px;
    border: 2px solid #882f92;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
} .message-btn:hover {
    background: #c65911;
    border-color: #c65911;
}


a.bold {
    font-weight: 800!important;
    font-size: 17px!important;
}.serv {
    width: 80%;
    display: inline-block;
}.offer-section.indus:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    background-color: #f9f8fc;
}.indus .offer-block .inner-box .lower-content {
    position: relative;
    padding-top: 40px;
    background: none;
    padding: 23px 0px!important;
}


@media only screen and (max-width: 767px){
section.popupp.ttm-row.contact-form-section.bg-layer.break-991-colum img {
    height: 150px;
}a.phone.modemm {
   
    margin-bottom: 30px;
}.serv {
    width: 100%;
    display: inline-block;
}.text.dnone {
    display: none;
}}

.scroll-to-top {
  
    display: none!important;
}.default-form.btnsubm {
    padding-top: 30px;
}.modal-dialog {
    max-width: 750px;
}.media-body.ms-4 h4 {
    padding-right: 23px;
}
a#myBtn5 {
    position: fixed;
  right: -51px;
    top: 399px;padding: 9px 9px;
    z-index: 999;
    transform: rotate(-90deg);
    background: #000000;display: none;
}


@media only screen and (max-width: 599px){
a#myBtn5 {
   display:block!important;
}
    img.ttm-equal-height-image {
    /* height: 330px; */
    display: none;
} .rqcall .uneditable-input, select {
    padding: 0px 20px;
}


.top-bar-info {
    margin-right: 0px!important;
    text-align: center;
    float: left;
    margin: auto;
     display: contents;
}.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 1px 0;
    display: inline-block;
    margin-bottom: 0;
}.d-flex.rod {
    display: list-item!important;
    /* margin-bottom: 12px; */
    /* padding-bottom: 8px; */
    text-align: center;
}a#myBtn5 {
    position: fixed;
    right: -44px;
    top: 399px;
    font-size: 15px;
    padding: 9px 9px;
    z-index: 999;
    transform: rotate(-90deg);
    background: #009a97;
    display: none;
}.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0;

}.navbar-nav {
   
    top: 85px;
   
}.overlap-column>[class*="col-"]:first-child {
    position: relative;
    left: 0rem;
}}

section.mtp {
    padding: 0px 0px 120px;
}.content-bottom-widgets {
    background-size: cover !important;
}
img.ttm-equal-height-image {
    height: 250px;
}.contactform label i {
    left: 17px;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #335e86;
}.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 10rem;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    
    margin-top: 20px;
}a#myBtn {
    background: #e63e38;
    color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 5px 12px;
    z-index: 999;
    transform: rotate(-90deg);
    font-size: 14px;
    padding: 12px 22px;
    position: fixed;
    right: -40px;
    font-weight: 500;
    top: 450px;
    text-transform: uppercase;
}


button#submit-button {
    width: 150px;
}#myBtn {
    background: #e63e38;
    color: #fff;
    border: 1px solid #0055a5;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .2);
    z-index: 9999;
    transform: rotate(-90deg);
    font-size: 15px;
    padding: 8px 30px;
    position: fixed;
    right: -39px;
    font-weight: 500;
    top: 450px;
    line-height: 22px;
}
#myBtn {
    background: #e63e38;
    color: #fff;
    border: 1px solid #0055a5;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .2);
    z-index: 9999;
    transform: rotate(-90deg);
    font-size: 15px;
    padding: 8px 30px;
    position: fixed;
       right: -36px;
    font-weight: 500;
    top: 450px;
    line-height: 22px;
}
#menu-bar .submenu {
    position: absolute;
    top: 77.5px;
    left: 36%;
    width: 390px;
    height: auto;
    padding: 15px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid #e1e1e1;
    box-shadow: 0 5px 10px -5px #00000030;


}input.input.verify-mail {
    padding: 17px 20px;
}

@media only screen and (max-width: 650px) {
    input#phone {
    margin-top: 10px;
}#menu-bar .submenu {
        position: relative;
        top: -0.5rem;
        left: 0.5rem;
        width: 96%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        border-top: 1px solid #e1e1e1;
        color: #1f243c;
        opacity: 1;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        /* visibility: visible; */
        transform: translateY(0px);
        box-shadow: none;
        background: #fff !important;
        border-radius: 0px !important;
    }li.first-li {
           padding-top: 20px;
}  li.last-li {
           padding-bottom: 20px;
}   #menu-bar .menu-link {
        justify-content: space-between;
        padding: 2px 0px 0px 20px;
    }    #menu-bar .menu-item.menu-dropdown.active .submenu {
        visibility: visible;
        visibility: visible;
        backface-visibility: hidden;
        margin-top: 20px;
    }ul.submenu li {
    list-style: none;
    display: flex;
            margin-bottom: 15px;
}  
ul.submenu li {
    font-weight: 600;
}
  .page-header.is-sticky #menu-bar .menu-link a {
    
        font-size: 17px;
        font-weight: 600;
    }#menu-bar .menu-item a{

    text-decoration: none;

   
    font-size: 15px;
    font-weight: 600;
   
}ul.ul-in li a {
    font-weight: 400!important;
}    #menu-bar .menu-item {
        display: block;
        margin: 15px auto;
    }.close i {
    font-size: 25px;
    padding-top: 6px;
}
    #menu-bar .menu-item.menu-dropdown.active .submenu {
        visibility: visible;
        visibility: visible;
        backface-visibility: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
    }input.input.verify-mail {
    padding: 17px 20px;
    margin-top: 10px;
}
}