/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR INTECH               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. banner styles
* 4. blog styles
* 5. cta styles
* 6. footer styles
* 7. inner-banner styles
* 8. search-popup styles
* 9. contact styles
* 10. sidebar styles
* 11. appointment styles
* 12. service styles
* 13. funfact styles
* 14. testimonials styles
* 15. project styles
* 16. team styles
* 17. brand styles
* 18. about styles
* 19. video styles
* 20. faq styles
* 21. pricing styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/



@font-face {
    font-family: 'CustomFont';
    src: url('fonts/custom-font.woff2') format('woff2'),
         url('fonts/custom-font.woff') format('woff'),
         url('fonts/avenir-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
  --thm-font: 'Open Sans';
  --heading-font: 'Work Sans';
  --thm-base-color: #df202c;
  --thm-base-color-rgb: 32, 223, 227;
  --thm-primary-color: #5538f4;
  --thm-primary-color-rgb: 85, 56, 244;
  --thm-black-color: #2d2c2c;
  --thm-black-color-rgb: 45, 44, 44;
  --thm-gray-color: #f0f1f5;
  --thm-text-color: #848484;
}

/* *{
	font-family: Avenir-Roman !important;
} */

body {
  font-family: var(--thm-font);
  color: #2a2a2a;
  font-size: 15px;
  line-height: 26px;
/*  font-family: Avenir-Roman !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
/* 	font-family: Avenir-Roman !important; */
}


li > a{
	 font-family: var(--heading-font) !important;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

hr.style-one {
  margin: 0;
  border-top: 0px solid rgba(0,0,0,.1);
}

@-webkit-keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
            box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
  }
}

@keyframes inctechPulse {
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
            box-shadow: 0 0 0 15px rgba(var(--thm-base-color-rgb), 0.3), 0 0 0 30px rgba(var(--thm-base-color-rgb), 0.1);
  }
}

.post-filter {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.post-filter li + li {
  margin-left: 30px;
}
.header-navigation .container .navbar-brand img{max-width: 295px;}
.brand-one h2 {
  text-align: center;
  padding-top: 37px;
}

.post-filter li span {
  cursor: pointer;
  color: var(--thm-text-color);
  font-family: var(--heading-font);
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-filter li span:hover {
  color: var(--thm-primary-color);
}

.post-filter li.active span {
  color: var(--thm-primary-color);
}

.block-title {
  margin-bottom: 31px;
}

.block-title__tag-line {
  color: var(--thm-base-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: var(--heading-font);
}

.block-title__tag-line + .block-title__title {
  margin-top: 10px;
}

.block-title__title {
  margin: 0;
  color: var(--thm-black-color);
  font-family: var(--heading-font);
  font-weight: 600; 
  font-size: 35px;
  line-height: 50px;
}
.plogo {
  box-shadow: 1px 1px 10px #e6e6e6;
  margin-bottom: 30px; background: #fff;  
  text-align: center;  padding:22px 0px; 
}

.block-title__title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
	
}

/* .block-title__title span::before {
  content: ''; 
  position: absolute; 
  bottom: 5px; 
  width: 100%;
  height: 10px;
  background-color: var(--thm-base-color);
  opacity: 0.3;
} */

.block-title__title + .block-title__text {
  margin-top: 15px;
  text-align: center !important;
	font-size: 25px;
}

.blockqoute-one {
  background-color: var(--thm-primary-color);
  padding: 42px 0;
  padding-left: 130px; 
  padding-right: 40px; 
  margin-bottom: 80px;
  position: relative;
}

.blockqoute-one:before {
  position: absolute;
  top: 60px;
  left: 40px; 
  content: '';
  width: 60px; 
  height: 3px;
  background-color: var(--thm-base-color);
}

.blockqoute-one:after {
  content: '';
  background-color: transparent;
  background-image: url(../images/resources/block-qoute-1-1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 63px;
  height: 48px;
  opacity: 0.2;
  position: absolute;
  top: 30px;
  left: 160px;
}

.blockqoute-one p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: var(--heading-font);
  font-weight: 300;
}

.blockqoute-one p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: -20px;
  background-color: #cce9ed;
  z-index: -1;
}

.blockqoute-one p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  bottom: -40px;
  background-color: #ebfdff;
  z-index: -2;
}

.thm-btn {
  border: none;
  outline: none;
  background-color: #df202c;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  padding: 14.5px 39.5px;
  -webkit-transition: background-color .4s ease, color .3s ease;
  transition: background-color .4s ease, color .3s ease;
}

.thm-btn:hover {
  color: #fff;
  background-color: var(--thm-black-color);
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-pagination a {
  font-size: 24px;
  font-family: var(--heading-font);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--thm-black-color);
}

.post-pagination a.active, .post-pagination a:hover {
  color: var(--thm-base-color);
}

.post-pagination a i {
  font-size: 25px;
  color: #cccccc;
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.post-pagination a i:hover {
  color: var(--thm-base-color);
  -webkit-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
}

.post-pagination a.prev-page i {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.post-pagination a + a {
  margin-left: 30px;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--thm-gray-color);
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--thm-base-color);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--thm-base-color);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0; 
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://smanikdemo.in/inbeam/wp-content/uploads/2025/02/im-beam-ICON.png');
}

.scroll-to-top {
  display: inline-block;
  width: 45px; 
  height: 45px; 
  background: #59b4d0; 
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  background: var(--thm-black-color);
}

.scroll-to-top:hover i {
  color: #fff;
}


.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide img {
  position: relative;
  z-index: 0; /* Ensures images stay behind the overlay */
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.my-box {
  position: relative; /* Only apply relative to my-box */
  z-index: 2;
  color: white;
  text-align: center;
}


.banner-box {
  position: absolute;
  bottom: 130px;
  z-index: 9999;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.banner-box > div {
  position: relative;
  overflow: hidden;
}

.banner-box > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #d7111d;
  animation: borderMove 6s linear infinite;
}

@keyframes borderMove {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}





.swiper-container { width: 100%; height: 650px; margin: auto; overflow: hidden; }
        .swiper-slide { display: flex; align-items: center; justify-content: center; position: relative; }
        .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }



        @media screen and (max-width: 768px) {
            .swiper-container { height: 450px; }
            
        }


	.my-box {
  display: block;
}

.boxes {
  display: none;
}
@media screen and (max-width: 550px) {

.banner-text h2 {
    font-size: 29px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 30px !important; 
}
	
.banner-text {
	top: 200px !important;
    left: 32px !important;	
}
	
.banner-text a {
  font-size: 17px !important;
	}
	
	.my-box {
  display: none;
}
.boxes {
  display: block;
  padding: 10px 12px;
  background: #3f3f3f;
}


.boxes h3 {
	  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Adjust spacing */
  font-size: 1.5rem; /* Adjust text size as needed */
  color: white; /* Ensures visibility */
	font-size: 14px;
    color: #fff;
	padding: 6px 0;
	}
	
.boxes h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Border thickness */
  background: #fff; /* Border color */
  animation: borderMove 8s linear infinite;
}

@keyframes borderMove {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
	
.banner-box2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 20px 10px;
  background: #e1e1e1;
}
	
	.banner-box2 h3 {
  font-size: 15px;
}
	
	
}

/*
* 2. header styles
*/
.header-navigation {
/*   background-color: transparent; */
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: #000000db;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
  height: 90px;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	height: 100%;
}

@media (max-width: 769px) {
  .header-navigation .main-navigation {
	  height: auto;
  }
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 42px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 600;
  font-size: 16px;
  color: var(--thm-black-color);
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.header-navigation ul.navigation-box > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
}

.header-navigation ul.navigation-box > li > a:only-child:after {
  content: '';
  display: none;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: var(--thm-base-color);
}

.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 85%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-black-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
text-align: left !important;
}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #800000;
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--thm-black-color);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: var(--thm-base-color);
}

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
  /* no more nested showen */
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
	height: 90px;
}

.header-one__btn {
  padding: 12px 37px;
}

.site-header__header-one .header-navigation .container {
  padding-right: 195px;
}

.site-header__header-one .header-navigation ul.navigation-box + ul.navigation-box {
  margin-left: 50px;
}

.site-header__header-one .header-navigation ul.navigation-box > li > a {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--thm-black-color);
}

.site-header__header-one .header-navigation ul.navigation-box > li.current > a,
.site-header__header-one .header-navigation ul.navigation-box > li:hover > a {
  color: var(--thm-base-color);
}

.site-header__header-two {

  width: 100%;
/* 	position: absolute;
	z-index: 999999; */

}

.site-header__header-two .header-navigation ul.navigation-box + ul.navigation-box {
  margin-left: 50px;
}

.site-header__header-two .header-navigation ul.navigation-box > li > a {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: #000;
	font-weight: 600;
/* 	font-family: Avenir-Roman !important; */
}

.site-header__header-two .header-navigation ul.navigation-box > li.current > a,
.site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
  color: var(--thm-base-color);
}

.site-header__header-two .stricked-menu {
  background-color: #fff;
}

/*topbar styles*/
.topbar-one {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: var(--thm-black-color);
}

.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topbar-one__left-text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-family: var(--heading-font);
}

.topbar-one__right-info {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__right-info i {
  color: var(--thm-base-color);
  margin-right: 10px;
}

.topbar-one__right-info li {
  color: #fff;
  font-size: 15px;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__right-info li + li {
  margin-left: 40px;
}

.topbar-one__light {
  background-color: var(--thm-gray-color);
}

.topbar-one__light .topbar-one__right-info li,
.topbar-one__light .topbar-one__left-text {
  color: var(--thm-text-color);
}

/*
* 3. banner styles
*/
.banner-one .container {
  padding-top: 229px;
  padding-bottom: 275px;

}

.banner-one .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
	position: absolute;
  top: 120px;
}

.banner-one__is-animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-one__tag-line {
  font-size: 17px;
  font-weight: 600;
  color: var(--thm-base-color);
  font-family: var(--heading-font);
  margin: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.banner-one__tag-line + .banner-one__title {
  margin-top: 15px;
}

.banner-one__tag-line + .banner-one__text {
  margin-top: 35px;
}

.banner-one__title {
  margin: 0;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.banner-one__title + .banner-one__text {
  margin-top: 30px;
}

.banner-one__title + .banner-one__tag-line {
  margin-top: 10px;
}

.banner-one__text {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-one__text + .banner-one__btn {
  margin-top: 40px;
}

.banner-one__btn {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-one__text + .banner-one__btn-group {
  margin-top: 40px;
}

.banner-one__moc {
  position: absolute;
  bottom: -40px;
  right: 0;
  
}

.banner-one__btn-white-bg {
  background-color: #fff;
  color: var(--thm-black-color);
}

.banner-one__slide-2 .banner-one__moc {
  bottom: 0;
}

.banner-one__btn-group .banner-one__btn + .banner-one__btn {
  margin-left: 15px;
}

.active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.active .banner-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.active .banner-one__btn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.active .banner-one__moc {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*
* 4. blog styles
*/
.blog-one {
  padding-top: 40px;
  padding-bottom: 40px;
	display: none;
}

.blog-one .owl-carousel .owl-item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.blog-one .owl-theme .owl-dots {
  text-align: left;
}

.blog-one .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
}

.owl-dots {
  display: flex;
}

.owl-dot {
  width: 4%;
}

@media (max-width: 991px) {
  .blog-one .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
  }
}

.blog-one .owl-theme .owl-dots .owl-dot {
  border: none;
  outline: none;
}
.home-aboutimg img {
  border-radius: 5px;
}
.blog-one .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e5e5;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-one .owl-theme .owl-dots .owl-dot:hover span,
.blog-one .owl-theme .owl-dots .owl-dot.active span {
  border-radius: 50%;
  background-color: var(--thm-primary-color);
}

.blog-one__featured-image > img {
  width: 100%;
}

.blog-one__content {
  padding-right: 65px;
}

.blog-one__content .block-title {
  margin-bottom: 15px;
}

.blog-one__text {
  margin: 0;
  color: #848484;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.blog-one__meta img {
  border-radius: 50%;
  margin-right: 15px;
}

.blog-one__meta-text {
  color: #848484;
  font-size: 15px;
}

.blog-one__author {
  font-weight: 600;
  color: var(--thm-black-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-one__author:hover {
  color: var(--thm-base-color);
}

.blog-one__date {
  color: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-one__date:hover {
  color: var(--thm-base-color);
}

/*blog two*/
.blog-two {
  padding: 100px 0;
}

.blog-two .post-pagination {
  margin-top: 100px;
}

.blog-one__featured-image-single,
.blog-two__image {
  position: relative;
  overflow: hidden;
}

.blog-one__featured-image-single > img,
.blog-two__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__featured-image__hover-content,
.blog-two__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--thm-black-color-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, transform .4s ease;
  transition: background-color .3s ease, transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__featured-image__hover-content a,
.blog-two__hover-content a {
  width: 60px;
  height: 60px;
  background-color: #d8121f;
  text-align: center;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .3s ease;
  transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease;
}
.blog-one__featured-image__hover-content a:hover,
.blog-two__hover-content a:hover {
  background-color: var(--thm-black-color);
}
.blog-one__featured-image-single:hover > img,
.blog-two__single:hover .blog-two__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-one__featured-image-single:hover .blog-one__featured-image__hover-content,
.blog-two__single:hover .blog-two__hover-content {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.blog-one__featured-image-single:hover .blog-one__featured-image__hover-content a,
.blog-two__single:hover .blog-two__hover-content a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.blog-two__single + .blog-two__single {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}

.blog-two__content {
  padding-left: 60px;
}

.blog-two__title {
  margin: 0;
  font-size: 30px;
  color: var(--thm-black-color);
  line-height: 40px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.blog-two__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__title a:hover {
  color: var(--thm-base-color);
}

.blog-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.blog-two__two-col .blog-two__single {
  margin-bottom: 80px;
}

.blog-two__two-col .blog-two__content {
  padding-left: 0;
  padding-right: 70px;
  padding-top: 30px;
}

.blog-two__two-col .post-pagination {
  margin-top: 10px;
}

.blog-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details__header {
  background-color: var(--thm-black-color);
  background-image: url(../images/blog/blog-header-1-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 500px;
}

.blog-details__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black-color);
  opacity: 0.2;
}

.blog-details__content {
  padding-right: 20px;
}

.blog-details__title {
  font-size: 40px;
  line-height: 50px;
  color: var(--thm-black-color);
  font-weight: 600;
  font-family: var(--heading-font);
  margin: 0;
  margin-bottom: 25px;
}

.blog-details .blog-one__meta {
  margin-bottom: 30px;
}

.blog-details__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin: 0;
  margin-bottom: 25px;
}

.blog-details__text {
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin: 0;
  margin-bottom: 25px;
}

.blog-details__image {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}

.blog-tags-list,
.blog-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-tags-list span,
.blog-share-links span {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
  color: var(--thm-black-color);
  font-size: 20px;
}

.blog-tags-list a {
  color: var(--thm-text-color);
  font-size: 17px;
  line-height: 1em;
  margin-left: 10px;
}

.blog-share-links {
  margin-top: 10px;
}

.blog-share-links a {
  font-size: 17px;
  color: #c2c2c2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 30px;
}

.blog-share-links a:hover {
  color: var(--thm-black-color);
}

.comment-block {
  margin-top: 70px;
}

.comment-block__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-block__single + .comment-block__single {
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
  margin-top: 45px;
}

.comment-block__img-block {
  width: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
}

.comment-block__img {
  border-radius: 50%;
  max-width: 100%;
}

.comment-block__content {
  position: relative;
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 80px);
          flex: 1 1 calc(100% - 80px);
}

.comment-block__title,
.comment__title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 500;
}

.comment__title {
  margin-bottom: 40px;
}

.comment-block__title {
  font-size: 20px;
  line-height: 1em;
}

.comment-block__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  margin-top: 10px;
}

.comment-block__date {
  font-size: 15px;
  font-style: italic;
  color: #848484;
  margin: 0;
}

.comment-block__btn {
  font-size: 15px;
  padding: 4px 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.leave-comment {
  margin-top: 70px;
}

.leave-comment__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  display: block;
  margin-bottom: 30px;
}

textarea.leave-comment__input {
  height: 250px;
  padding-top: 15px;
}



.banner-text {
  position: absolute;
  top: 200px;
  left: 125px;
  z-index: 9999;

}

/*
* 5. cta styles
*/
.cta-one {
  padding: 40px 0;
  background-color: var(--thm-gray-color);
  background-image: url(../images/resources/cta-1-bg-1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	display: none;
}

.cta-one__title {
  color: var(--thm-black-color);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
}

.cta-one__phone {
  margin: 0;
  font-weight: 600;
  font-size: 45px;
  line-height: 1em;
  color: #fd0413;
  margin-top: 28px;
}

.cta-one__phone a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cta-one__phone a:hover {
  color: var(--thm-black-color);
}

/*cta two*/
.cta-two .container-fluid {
  padding: 0;
}

.cta-two .block-title {
  margin-bottom: 0;
}

.cta-two .block-title__title {
  color: #fff;
}

@media (max-width: 1440px) {
  .cta-two .block-title__title {
    font-size: 35px;
  }
  .cta-two .block-title__title br {
    display: none;
  }
}

.cta-two .block-title__title:before {
  opacity: 0.5;
}

.cta-two__left {
  padding-top: 95px;
  padding-bottom: 100px;
  padding-left: 150px;
  background-color: #5538F4;
  min-height: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  .cta-two__left {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.cta-two__right {
  padding-top: 95px;
  padding-bottom: 100px;
  padding-left: 150px;
  background-color: #359CEA;
  min-height: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1440px) {
  .cta-two__right {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.cta-two__phone {
  font-size: 45px;
  font-weight: 600;
  color: #47FBFF;
  font-family: var(--heading-font);
  margin-top: 30px;
}

.cta-two__phone a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cta-two__phone a:hover {
  color: var(--thm-black-color);
}

.cta-two__btn {
  margin-top: 30px;
}

.cta-three {
  background-color: var(--thm-gray-color);
  background-image: url(../images/background/cta-3-1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.cta-three .my-auto {
  width: 100%;
}

.cta-three .block-title {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .cta-three .block-title__title {
    font-size: 35px;
    line-height: 1.2em;
  }
}

.cta-three .block-title__title + .block-title__text {
  margin-top: 30px;
}

.cta-three__content {
  padding-left: 115px;
  width: 100%;
  max-width: 810px;
}

@media (max-width: 1440px) {
  .cta-three__content {
    padding-left: 75px;
    padding-right: 50px;
  }
  .cta-three__content br {
    display: none;
  }
}

.cta-three__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-three__btn-one {
  background-color: #59b4d0;
  margin-right: 20px;
}

.cta-four .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  background-color: var(--thm-black-color);
  background-image: url(../images/background/cta-4-1.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: -125px;
  margin-bottom: -125px;
  position: relative;
  z-index: 10;
}

.cta-four .block-title {
  margin-bottom: 0;
}

.cta-four .block-title__title {
  color: #fff;
}

.cta-four .thm-btn:hover {
  background-color: #fff;
  color: var(--thm-black-color);
}

.cta-four__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-four__btn-one {
  background-color: var(--thm-primary-color);
  margin-right: 20px;
}

/*
* 6. footer styles
*/
.site-footer {
/*   background-color: #008db7de; */
	background-image: url(https://smanikdemo.in/inbeam/wp-content/uploads/2025/02/freepicdownloader.com-industrial-electrical-control-panel-with-indicator-lights-switches-large.jpg);
}

.site-footer__upper {
  padding-top: 65px;
  padding-bottom: 25px;
  background: #000;
}
.site-footer__bottom {
  background: #000;
}
.site-footer__bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-widget__links a {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-15px);
  transition: all .4s ease;
}


.site-footer__bottom .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site-footer__links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer__links a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__links li + li::before {
  content: '|';
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer__copy {
  margin: 0;
  color: #fff; display:block; width: 100%;
}

.footer-widget__title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
	padding-top: 0 !important;
}

.footer-widget__title + .footer-widget__text {
  margin-top: -10px;
}

.footer-widget__text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 0;
}
.footer-widget__text a {
  color: inherit;
  transition: all 500ms ease;
}
.footer-widget__text a:hover {
  color: #fff;
}

.footer-widget__text + .footer-widget__text {
  margin-top: 12px;
}

.footer-widget__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.footer-widget__social a {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__icon img{width:100%;}

.footer-widget__social a + a {
  margin-left: 30px;
}

.footer-widget__social a:hover {
  opacity: 1;
  color: #fff;
}

.footer-widget__links {
  margin: 0;
  margin-top: -5px;
}

.footer-widget__links li + li {
  margin-top: 7px;
}

.footer-widget__links a {
  color: #fff;
  display: inline;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.footer-widget__links a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links a:after {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* .footer-widget__links a:hover {
  color: #fff;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
 */
.footer-widget__links a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.footer-widget__links a:hover:after {
  opacity: 1;
}

.footer-widget__logo {
  display: inline-block;
  margin-bottom: 12px;
  max-width: 333px;
}
.footer-widget__logo img{width:100%;}
/*
* 7. inner-banner styles
*/
.inner-banner {
  background-color: var(--thm-black-color);
  background-image: url('https://smanikdemo.in/inbeam/wp-content/uploads/2025/02/electrician-testing-electric-current-control-panel_34936-2970.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  padding: 165px 0 70px;
}

.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--thm-black-color);
  opacity: 0.5;
}

.inner-banner .container {
  position: relative;
}

.inner-banner__content-wrap {
  background-color: rgba(var(--thm-primary-color-rgb), 0.9);
  display: inline-block;
  padding: 20.5px 89px;
}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

/*breadcrumb*/
.thm-breadcrumb {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.thm-breadcrumb li + li::before {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li,
.thm-breadcrumb a {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 600;
}

.thm-breadcrumb .active a {
  color: var(--thm-base-color);
}

/*
* 8. search-popup styles
*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .7s ease;
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: .7;
  cursor: none;
}

.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}

.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  color: var(--thm-black-color);
  font-size: 18px;
  background-color: white;
  padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--thm-black-color);
}

.search-popup__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--thm-black-color);
}

.search-popup__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--thm-black-color);
}

.search-popup__form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--thm-black-color);
}

.search-popup__form button[type=submit] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--thm-base-color);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
  background-color: var(--thm-black-color);
  color: var(--thm-base-color);
}

/*
* 9. contact styles
*/
.contact-one {
  background-color: var(--thm-gray-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .contact-one .container {
    max-width: 800px;
  }
}

.contact-one__form input,
.contact-one__form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  height: 50px;
  color: #848484;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 30px;
	border: 1px solid black;
}

.contact-one__form input::-webkit-input-placeholder,
.contact-one__form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--thm-text-color);
}

.contact-one__form input::-moz-placeholder,
.contact-one__form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--thm-text-color);
}

.contact-one__form input:-ms-input-placeholder,
.contact-one__form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--thm-text-color);
}

.contact-one__form input:-moz-placeholder,
.contact-one__form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--thm-text-color);
}

.contact-one__form input.error,
.contact-one__form textarea.error {
  background-color: red;
  color: #ffffff;
}

.contact-one__form input.error::-webkit-input-placeholder,
.contact-one__form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.contact-one__form input.error::-moz-placeholder,
.contact-one__form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.contact-one__form input.error:-ms-input-placeholder,
.contact-one__form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.contact-one__form input.error:-moz-placeholder,
.contact-one__form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.contact-one__form label.error {
  display: none !important;
}

.contact-one__form textarea {
  height: 150px;
  padding-top: 10px;
  margin-bottom: 50px;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.contact-one__form .bootstrap-select > .dropdown-toggle {
  padding: 12px 20px;
  background-color: #fff;
  color: var(--thm-text-color);
  border-radius: 0;
  border: none;
}

.contact-info-one {
  padding: 90px 0;
}

.contact-info-one__box {
  background-color: #fff;
  -webkit-box-shadow: 30.091px 39.932px 120px 0px rgba(26, 46, 85, 0.15);
          box-shadow: 30.091px 39.932px 120px 0px rgba(26, 46, 85, 0.15);
  position: relative;
  padding: 43px 45px;
}

.contact-info-one__single + .contact-info-one__single {
  margin-top: 40px;
}

.contact-info-one__box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #e0121f57;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}

.contact-info-one__label {
  margin: 0;
  color: var(--thm-text-color);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 1em;
  margin-bottom: 20px;
}

.contact-info-one__text {
  margin: 0;
  margin-top: -8px;
  font-size: 20px;
  font-weight: 500;
  color: var(--thm-black-color);
  line-height: 28px;
  font-family: var(--heading-font);
}
.contact-info-one__text a {
  color: inherit;
  transition: all 500ms ease;
}
.contact-info-one__text a:hover {
  color: var(--thm-primary-color);
}

.contact-info-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info-one__social a {
  font-size: 18px;
  color: #c2c2c2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-info-one__social a:hover {
  color: var(--thm-base-color);
}

.contact-info-one__social a + a {
  margin-left: 30px;
}

.google-map__contact {
  width: 100%;
  height: 360px;
  border: none;
  margin: 0;
}

.contact-cta {
  background-color: #F0F1F5;
}

.contact-cta .cta-two__right,
.contact-cta .cta-two__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-cta .cta-two__right {
  background-color: #fff;
  padding-top: 81.5px;
  padding-bottom: 81.5px;
}

@media (max-width: 1440px) {
  .contact-cta .cta-two__right {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.contact-cta .cta-two__right .block-title__title {
  color: var(--thm-black-color);
}

.contact-home-two {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 110px;
}

@media (max-width: 1440px) {
  .contact-home-two {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.contact-home-two .contact-one__form textarea {
  margin-bottom: 30px;
}

/*
* 10. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 70px;
  }
}

.sidebar__single + .sidebar__single {
  margin-top: 65px;
}

.sidebar__title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 35px;
}

.sidebar__search-form {
  border: 1px solid #e6e6e6;
  position: relative;
}

.sidebar__search-form input {
  border: none;
  outline: none;
  background-color: transparent;
  color: #848484;
  font-size: 15px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.sidebar__search-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #848484;
  font-size: 17px;
}

.sidebar__cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__cat-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1em;
}

.sidebar__cat-list li + li {
  margin-top: 26px;
}

.sidebar__cat-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dcdde0;
}

.sidebar__cat-list li a {
  font-size: 17px;
  color: #3b3b3b;
  font-family: var(--heading-font);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__cat-list li:hover::before {
  background-color: var(--thm-base-color);
}

.sidebar__cat-list li:hover a {
  color: var(--thm-base-color);
}

.sidebar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar__social a {
  width: 75px;
  height: 75px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--thm-text-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar__social a:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.sidebar__social a + a {
  margin-left: 10px;
}

.sidebar__single .datepicker-inline {
  width: 100%;
}

.sidebar__single .datepicker table {
  width: 100%;
}

.sidebar__single .datepicker table thead tr:nth-child(2) {
  background-color: #f2f4f7;
}

.sidebar__single .datepicker table thead tr:nth-child(2) th {
  font-size: 17px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--thm-black-color);
  padding: 17px 0;
}

.sidebar__single .datepicker table thead tr:nth-child(3) th {
  font-size: 17px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #3B3B3B;
  padding-top: 20px;
  padding-bottom: 10px;
}

.sidebar__single .datepicker table tbody td {
  font-size: 15px;
  color: #3B3B3B;
}

.sidebar__single .datepicker td,
.sidebar__single .datepicker th {
  width: 30px;
  height: 30px;
}

.sidebar__single .datepicker table tr td span.active.active,
.sidebar__single .datepicker table tr td span.active.disabled.active,
.sidebar__single .datepicker table tr td span.active.disabled:active,
.sidebar__single .datepicker table tr td span.active.disabled:hover.active,
.sidebar__single .datepicker table tr td span.active.disabled:hover:active,
.sidebar__single .datepicker table tr td span.active:active,
.sidebar__single .datepicker table tr td span.active:hover.active,
.sidebar__single .datepicker table tr td span.active:hover:active,
.sidebar__single .datepicker table tr td.active.active,
.sidebar__single .datepicker table tr td.active.disabled,
.sidebar__single .datepicker table tr td.active.disabled.active,
.sidebar__single .datepicker table tr td.active.disabled.disabled,
.sidebar__single .datepicker table tr td.active.disabled:active,
.sidebar__single .datepicker table tr td.active.disabled:hover,
.sidebar__single .datepicker table tr td.active.disabled:hover.active,
.sidebar__single .datepicker table tr td.active.disabled:hover.disabled,
.sidebar__single .datepicker table tr td.active.disabled:hover:active,
.sidebar__single .datepicker table tr td.active.disabled:hover:hover,
.sidebar__single .datepicker table tr td.active.disabled:hover[disabled],
.sidebar__single .datepicker table tr td.active.disabled[disabled],
.sidebar__single .datepicker table tr td.active:active,
.sidebar__single .datepicker table tr td.active:hover,
.sidebar__single .datepicker table tr td.active:hover.active,
.sidebar__single .datepicker table tr td.active:hover.disabled,
.sidebar__single .datepicker table tr td.active:hover:active,
.sidebar__single .datepicker table tr td.active:hover:hover,
.sidebar__single .datepicker table tr td.active:hover[disabled],
.sidebar__single .datepicker table tr td.active[disabled] {
  background-image: none;
  background-color: #FE721D;
  color: #fff;
}

.sidebar__single .datepicker table tr td.old,
.sidebar__single .datepicker table tr td.new {
  opacity: 0.7;
}

.sidebar__post-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--thm-black-color);
  margin: 0;
}

.sidebar__post-title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__post-title a:hover {
  color: var(--thm-base-color);
}

.sidebar__post-single {
  position: relative;
  padding: 8px 0;
  padding-left: 115px;
}

.sidebar__post-single + .sidebar__post-single {
  margin-top: 30px;
}

.sidebar__post-single > img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 90px;
}

.sidebar__tagscloud {
  margin-left: -11px;
  margin-top: -15px;
}

.sidebar__tagscloud a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  color: #848484;
  padding: 6px 19px;
  font-size: 14px;
  font-family: var(--heading-font);
  margin-left: 11px;
  margin-top: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar__tagscloud a:hover {
  background-color: var(--thm-base-color);
  border-color: var(--thm-base-color);
  color: #fff;
}

/*
* 11. appointment styles
*/


.appointment-one.head-form {
  background-color: #008db7a6;
}


.appointment-one {

}

.appointment-one .inner-container {
/*   background-color: var(--thm-primary-color); */
/*   background-image: url(../images/background/appointment-bg-1-1.jpg); */
/*   background-repeat: no-repeat;
  background-position: center center; */
  padding: 57px 0;
  padding-left: 0px;
  padding-right: 0px;
	padding-bottom: 224px;
}

.appointment-one__title {
  margin: 0;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.appointment-one__text {
  font-size: 15px;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}

.appointment-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.appointment-one__form {
  margin-top: 35px;
}

.appointment-one__form input {
  border: none;
  outline: none;
  width: 100%;
  display: block;
 background-color: #fff;
  height: 60px;
  padding-left: 20px;
  color: #000;
  font-size: 15px;
}

.appointment-one__form input::placeholder{
	color: #000 !important;
}

/* Thanks for Ashu Bhai */
.appointment-one__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.appointment-one__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.appointment-one__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.appointment-one__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.appointment-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.appointment-one__form .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.appointment-one__form .bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: #645cff !important;
  color: #fff;
}

.appointment-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.appointment-one__form .bootstrap-select > .dropdown-toggle {
  background-color: #645cff;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #fff;
  padding: 19px 20px;
}

/*
* 12. service styles
*/
.service-one {
  background-color: var(--thm-gray-color);
  background-image: url(../images/background/service-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 35px;
  padding-bottom: 0px;
  background: #8c8c8c !important;
  border-top: 1px solid;
}

/* .service-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 74px 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
	padding-top: 45px;
	padding-bottom: 45px;
} */
.service-one__single {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 60px;
  transition: all .4s ease;
  padding-top: 0px;
  padding-bottom: 45px;
}

.service-one__single::before {
  background-color: #008db7;
}

.service-one__single:hover {
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.2);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.2);
}

.service-one__single:hover .service-one__link {
  opacity: 1;
  -webkit-transform: perspective(60px) translate(-50%, 50%) translatez(0px);
          transform: perspective(60px) translate(-50%, 50%) translatez(0px);
}

.service-one__single:hover .service-one__title {
  color: #fff;
}

.service-one__single:hover .service-one__icon img {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-one__single:hover .service-one__icon img.normal-icon {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.service-one__single:hover .service-one__icon img.hvr-icon {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.service-one__icon {
  width: 200px;
  height: 90px;
  position: relative;
}

.service-one__icon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-one__icon > img.normal-icon {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.service-one__icon > img.hvr-icon {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

/* .service-one__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin-top: 58px;
  margin-bottom: 13px;;
} */
.service-one__title {
  font-size: 21px;
  color: var(--thm-black-color);
  margin-top: 27px;
  margin-bottom: 12px;
  font-weight: 800;
}

.service-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__title a:hover {
  color: var(--thm-base-color);
}
.service-one__link {
  color: #fff;
  background-color: var(--thm-black-color);
}
.service-one__text {
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
  text-align: justify !important;
  margin-right: 24px;
  margin-left: 29px;
}

.service-one__link {
  width: 60px;
  height: 60px;
  background-color: #d8101c;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, background .4s ease;
  transition: opacity .4s ease, transform .4s ease, background .4s ease, -webkit-transform .4s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: perspective(60px) translate(-50%, 50%) translatez(10px);
          transform: perspective(60px) translate(-50%, 50%) translatez(10px);
}

.service-one__link:hover {
  color: #fff;
  background-color: var(--thm-black-color);
}

.service-one__link i {
  color: inherit;
  font-size: 30px;
}

.service-one__home-two {
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 210px;
}

.service-one__home-three {
  padding: 0;
  background-image: none;
  background-color: transparent;
  position: relative;
  z-index: 100;
  margin-top: -115px;
}

.service-one__home-three .inner-container {
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.service-one__home-three .service-one__single {
  margin-bottom: 0;
}

.service-three {
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #f5f6fa;
}

.service-three__single {
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.service-three__single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  right: -25px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(26, 46, 85, 0.15);
          box-shadow: 0px 20px 70px 0px rgba(26, 46, 85, 0.15);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-three__single:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.service-three__icon {
  position: relative;
}

.service-three__icon img {
  max-width: 53px;
}

.service-three__content {
  position: relative;
  padding-left: 30px;
}

.service-three__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: 15px;
  color: var(--thm-black-color);
}

.service-three__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-three__title a:hover {
  color: var(--thm-base-color);
}

.service-three__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: var(--thm-text-color);
}

.service-three__link {
  display: inline-block;
  vertical-align: middle;
  color: var(--thm-base-color);
  font-size: 15px;
  font-family: var(--heading-font);
  margin-top: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-three__link:hover {
  color: var(--thm-primary-color);
}

.services-details .testimonials-one {
  padding-top: 140px;
}

.services-details .testimonials-one .container hr.style-one {
  display: none;
}

.services-details__content .about-two__tab-title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.services-details__content .about-two__tab-title-item {
  width: 100%;
}

.services-details__content .about-two__tab-title-item .about-two__tab-title-link {
  display: inline-block;
}

.services-details__content {
  background-color: #8c8c8c;
  padding-top: 50px;
  padding-bottom: 50px;
}

.services-details__content .block-title {
  margin-bottom: 0;
}

.services-details__content-info {
  background-color:#565662;
  padding: 0 50px;
  padding-top: 50px;
  padding-bottom: 45px;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.services-details__content-info-title {
  margin: 0;
  color: #f5e6e6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-details__content-info-text {
  margin: 0;
  color: var(--thm-text-color);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.services-details__sub-title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 600;
}

.services-details__content-text {
  margin: 0;
  color: #434343; 
  font-size: 15px;
  line-height: 26px;
}

.service-details__client-block {
  background-color: #fff;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.service-details__client-block [class*=col-] {
  padding: 17px;
}

.service-details__client-block [class*=col-] + [class*=col-] {
  border-left: 1px solid #e1e2e6;
}

.service-details__client-block [class*=col-] img {
  opacity: 0.2;
}

.service-details__client-block [class*=col-]:nth-child(2),
.service-details__client-block [class*=col-]:nth-child(3),
.service-details__client-block [class*=col-]:nth-child(1) {
  border-bottom: 1px solid #e1e2e6;
}

.service-details__client-block [class*=col-]:last-child {
  border-right: 1px solid #e1e2e6;
}

.services-details__image {
  position: relative;
}

.services-details__image::before {
  content: '';
  width: 138px;
  height: 403px;
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-transform: translateX(40%) translateY(-20%);
          transform: translateX(40%) translateY(-20%);
  background-image: url(../images/resources/dot-pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2;
}




/*
* 13. funfact styles
*/
.funfact-one {
  background-color: #008db7;
  padding:60px 0;
/*   background-image: url(../images/background/funfact-bg-1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat; */
	
	display: none;
}

.funfact-one .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.funfact-one__single {
  text-align: center;
}

.funfact-one__title {
  margin: 0;
  font-size: 70px;
  color: #fd0413;
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1em;
}

.funfact-one__text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
  margin-top: 10px;
}

/*
* 14. testimonials styles
*/
.testimonials-one {
  background: url('http://smanik.co.in/paragon-new/wp-content/uploads/2025/06/modern-tokyo-street-background1.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.testimonials-one span {
  color: #fff;
}

.testimonials-one .container {
  padding-bottom: 45px;
  overflow: hidden;
}

.testimonials-one .container hr.style-one {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .testimonials-one .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1260px;
  }
}

.testimonials-one__single {
  padding: 22px 25px;
  background-color: white;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
	height: 250px;
}

.testimonials-one__image,
.testimonials-one__content {
  display: table-cell;
  vertical-align: top;
}

.testimonials-one__image {
  width: 90px;
}

.testimonials-one__image > img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
          box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
	height: 100px;
  top: 50px;
}

.testimonials-one__content {
  padding-left: 35px;
  position: relative;
}

.testimonials-one__qoute {
  position: absolute;
  top: -10px;
  left: 28px;
}

.testimonials-one__text {
  margin: 0;
  color: #848484;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
font-family: Avenir-Roman;
}

.testimonials-one__title,
.testimonials-two__title {
  color: var(--thm-black-color);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
	font-family: Avenir-Roman;
}

.testimonials-one__title span,
.testimonials-two__title span {
  font-weight: 400;
  font-size: 15px;
  color: var(--thm-text-color);
}

.testimonials-one__stars,
.testimonials-two__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-one__stars i,
.testimonials-two__stars i {
  font-size: 15px;
  color: #fed61d;
}

.testimonials-one__stars i + i,
.testimonials-two__stars i + i {
  margin-left: 5px;
}

.testimonials-one__carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonials-one__carousel .owl-dots .owl-dot {
  outline: none;
  border: none;
}

.testimonials-one__carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
  margin: 0;
  background-color: #e5e5e5;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span {
  background-color: var(--thm-primary-color);
}

.testimonials-one__carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-one__carousel .owl-nav.disabled + .owl-dots {
  margin: 0;
  line-height: 1em;
  margin-top: 10px;
	justify-content: center;
}

.testimonials-one__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonials-one__btn-left,
.testimonials-one__btn-right {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-one__btn-left i,
.testimonials-one__btn-right i {
  font-size: 28px;
  color: #e5e5e5;
  line-height: 60px;
}

.testimonials-one__btn-left:hover,
.testimonials-one__btn-right:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.testimonials-one__btn-right {
  margin-left: 10px;
}

.testimonials-one__home-two {
  background-color: #fff;
  background-image: none;
}

.testimonials-one__about-page {
  padding-top: 150px;
}

.testimonials-one__about-page .testimonials-one__carousel {
  margin-top: 50px;
}

.testimonials-two {
  background-color: var(--thm-black-color);
  padding-top: 275px;
  position: relative;
}

.testimonials-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-two .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonials-two .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.testimonials-two .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.testimonials-two .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 12px;
}

.testimonials-two .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: var(--thm-base-color);
  opacity: 0.6;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.testimonials-two .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-two__content {
  background-color: var(--thm-primary-color);
  background-image: url(../images/background/testi-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  padding: 60px 120px;
  position: relative;
  z-index: 100;
}

.testimonials-two__text {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-family: var(--heading-font);
  font-weight: 400;
  margin: 0;
  margin-top: 25px;
}

.testimonials-two__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
}

.testimonials-two__info img {
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-two__title {
  font-size: 20px;
  color: var(--thm-base-color);
}

.testimonials-two__title span {
  font-size: 17px;
  color: #fff;
}

.testimonials-two__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}

/*
* 15. project styles
*/
.project-one {
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
}

.project-one:before {
  content: '';
  background-color: var(--thm-gray-color);
  background-image: url(../images/background/project-1-1-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
}

.project-one .block-title{
	margin-bottom: 30px;
}

.project-one .gallery-product-filter{
	padding-top: 0;
}

.project-btn{
display: flex;
  justify-content: center;
}

.project-one .filter-button {
  margin-top: 0;
}

.project-one .container-fluid {
  position: relative;
  padding: 0 50px;
}

.project-one .container-fluid .row.high-gutters > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.project-one__image {
  position: relative;
  overflow: hidden;
}

.project-one__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.project-one__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--thm-black-color-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, -webkit-transform .4s ease;
  transition: background-color .3s ease, transform .4s ease;
  transition: background-color .3s ease, transform .4s ease, -webkit-transform .4s ease;
}

.project-one__hover-content a {
  width: 60px;
  height: 60px;
  background-color: var(--thm-primary-color);
  text-align: center;
  line-height: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity .3s ease, background-color .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, background-color .3s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .3s ease, background-color .3s ease;
  transition: transform .4s ease, opacity .3s ease, background-color .3s ease, -webkit-transform .4s ease;
	display:none;
}

.project-one__hover-content a:hover {
  background-color: var(--thm-black-color);
}

.project-one__single:hover .project-one__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-one__single:hover .project-one__hover-content {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center; 
          transform-origin: bottom center; 
}

.project-one__single:hover .project-one__hover-content a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-one__title {
  color: var(--thm-black-color);
  font-size: 22px;
  margin: 0; 
  font-weight: 600;
  margin-top: 20px;
}

.project-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-one__title a:hover {
  color: var(--thm-base-color);
}

.project-one__category {
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-base-color);
  font-family: var(--heading-font);
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-one__category:hover {
  color: var(--thm-primary-color);
}

.project-one__category + .project-one__title {
  margin-top: 7px;
}

.project-one__bottom {
  margin-top: 70px;
}

.project-one__home-three {
  background-color: #F5F6FA;
  padding-top: 150px;
  padding-bottom: 110px;
}

.project-one__home-three::before {
  display: none;
}

.project-one__home-three .container-fluid {
  width: 80.5%;
  padding-left: 0;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  padding-right: 195px;
}

@media (max-width: 1440px) {
  .project-one__home-three .container-fluid {
    width: 93.5%;
  }
}


@media(max-width: 550px){
	.project-one .gallery_product{
		width: 50%;
	}
	
	.project-one::before {
		height: 100%;
	}
	
	.project-btn {
  margin-bottom: 14px;
}
}
	
	.gallery_product


.project-one__carousel {
  margin-top: 60px;
}

.project-one__carousel .owl-item img {
  width: auto;
}

.project-one__carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__project-page::before {
  display: none;
}

.project-one__project-page .project-one__single {
  margin-bottom: 65px;
}

.project-one__project-page .project-one__bottom {
  margin-top: 5px;
}

.project-one__project-page-one::before {
  display: none;
}

.project-one__project-page-one .project-one__single {
  margin-bottom: 60px;
}

.project-one__project-page-one .project-one__bottom {
  margin-top: 15px;
}

.case-details__header {
  background-color: var(--thm-black-color);
  background-image: url(../images/background/case-bg-1-1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.case-details__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-black-color);
  opacity: 0.5;
}

.case-details__header .container {
  position: relative;
  padding-top: 240px;
  padding-bottom: 65px;
}

.case-details__header-category {
  margin: 0;
  color: var(--thm-base-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.case-details__header-title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.case-details__content {
  padding-top: 150px;
  padding-bottom: 150px;
}

.case-details__content .col-lg-8 > .row + .row {
  margin-top: 90px;
}

.case-details__content-info {
  margin-top: -350px;
  position: relative;
  z-index: 100;
}

.case-details__content-info .contact-info-one__box {
  padding-top: 80px;
  padding-bottom: 80px;
}

.case-details__content-title {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 600;
}

.case-details__content-text {
  margin: 0;
  color: var(--thm-text-color);
  font-size: 15px;
  line-height: 26px;
}

.case-details__content-text + .case-details__content-text {
  margin-top: 25px;
}

.case-details__content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}

.case-details__content-list li {
  font-size: 16px;
  color: var(--thm-text-color);
  position: relative;
  padding-left: 30px;
}

.case-details__content-list li + li {
  margin-top: 10px;
}

.case-details__content-list li img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-details .testimonials-one {
  padding-top: 140px;
}

.case-details .testimonials-one .container hr.style-one {
  display: none;
}

.case-details__pagination {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0f1f5;
}

.case-details__pagination-list {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.case-details__pagination-list:hover {
  background-color: var(--thm-base-color);
}

.case-details__pagination-list:hover i {
  color: #fff;
}

.case-details__pagination-list i {
  color: var(--thm-black-color);
  font-size: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=case-details__pagination-link-] {
  color: var(--thm-black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--heading-font);
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=case-details__pagination-link-]:hover {
  color: var(--thm-base-color);
}

[class*=case-details__pagination-link-]:hover i {
  opacity: 1;
}

[class*=case-details__pagination-link-] i {
  color: var(--thm-text-color);
  opacity: 0.3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.case-details__pagination-link-next i {
  margin-left: 10px;
}

.case-details__pagination-link-prev i {
  margin-right: 10px;
}

/*
* 16. team styles
*/
.team-one {
  padding-top: 140px;
  padding-bottom: 20px;
}

.team-one__block {
  margin-bottom: 120px;
}

.team-one__single {
  text-align: center;
  margin-bottom: 120px;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: perspective(300px) scale(1, 1) translateZ(2px);
          transform: perspective(300px) scale(1, 1) translateZ(2px);
}

.team-one__image {
  position: relative;
  display: inline-block;
}

.team-one__image > img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.team-one__social {
  background-color: rgba(var(--thm-primary-color-rgb), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
  -webkit-transform: perspective(300px) scale(0, 1) translateZ(2px);
          transform: perspective(300px) scale(0, 1) translateZ(2px);
}

.team-one__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__social a:hover {
  color: var(--thm-base-color);
}

.team-one__social a + a {
  margin-left: 30px;
}

.team-one__block-btn {
  margin-top: 15px;
}

.team-one__title {
  color: var(--thm-black-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.team-one__title a {
  color: inherit;
}

.team-one__designation {
  text-transform: uppercase;
  margin: 0;
  color: var(--thm-text-color);
  font-size: 14px;
  font-weight: 500;
}

.team-two {
  background-color: var(--thm-gray-color);
  padding-top: 140px;
  padding-bottom: 90px;
}

.team-two .row.high-gutters {
  margin-left: -30px;
  margin-right: -30px;
}

.team-two .row.high-gutters > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.team-two__single {
  margin-bottom: 60px;
}

.team-two__single:hover .team-two__social {
  -webkit-transform: perspective(70px) scale(1, 1) translateZ(0px);
          transform: perspective(70px) scale(1, 1) translateZ(0px);
}

.team-two__images {
  position: relative;
}

.team-two__images > img {
  width: 100%;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
}

.team-two__social {
  background-color: var(--thm-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: perspective(70px) scale(1, 0) translateZ(2px);
          transform: perspective(70px) scale(1, 0) translateZ(2px);
}

.team-two__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-two__social a:hover {
  color: var(--thm-base-color);
}

.team-two__social a + a {
  margin-left: 30px;
}

.team-two__name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin-top: 20px;
  margin-bottom: 5px;
}

.team-two__name a {
  color: inherit;
}

.team-two__designation {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.team-three {
  padding-bottom: 80px;
  background-image: url(../images/background/team-3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.team-three .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.team-three__inner {
  max-width: 305px;
  width: 100%;
  margin-left: auto;
  margin-right: 95px;
}

.team-three__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.2%;
          flex: 0 0 42.2%;
  max-width: 42.2%;
}

.team-three__carousel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.8%;
          flex: 0 0 57.8%;
  max-width: 57.8%;
}

.team-three__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-three__btn-left,
.team-three__btn-right {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-three__btn-left i,
.team-three__btn-right i {
  font-size: 28px;
  color: #e5e5e5;
  line-height: 60px;
}

.team-three__btn-left:hover,
.team-three__btn-right:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.team-three__btn-right {
  margin-left: 10px;
}

/*
* 17. brand styles
*/
.brand-one .container {
  padding-bottom: 50px;
}

.brand-one .container hr.style-one {
  margin-bottom: 50px;
}

.brand-one img {
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.brand-one img:hover {
  opacity: 1;
}

.brand-two {
  background-color: #f5f6fa;
  padding-top: 81.5px;
  padding-bottom: 81.5px;
}

.brand-two img {
  opacity: 0.3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.brand-two img:hover {
  opacity: 1;
}

/*
* 18. about styles
*/
.about-one,
.about-two {
  padding-top: 55px;
  padding-bottom: 150px;
}

.about-one .block-title,
.about-two .block-title {
  margin-bottom: 25px;
}



.about-one__tab-title {
  border: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}

.about-one__tab-title .about-one__tab-title-item {
  	margin: 0;
  	padding-left: 5px;
  	padding-right: 5px;
	margin-bottom: 5px;
}

.about-one__tab-title .about-one__tab-title-link {
  border: 0;
  border-style: solid;
  border-width: 1px;
/*   border-color: #e5e5e5; */
  border-radius: 0;
  padding: 9px 29px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--heading-font);
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-one__tab-title .about-one__tab-title-link:hover, .about-one__tab-title .about-one__tab-title-link.active {
  color: #d80f1b;
  border-color: #d80f1b;
}

.about-two__text,
.about-one__text {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

.about-two__list,
.about-one__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-two__list-item,
.about-one__list-item {
  color: var(--thm-text-color);
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}

.about-two__list-item + .about-two__list-item,
.about-one__list-item + .about-two__list-item, .about-two__list-item +
.about-one__list-item,
.about-one__list-item +
.about-one__list-item {
  margin-top: 5px;
}

.about-two__list-item:before,
.about-one__list-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdde0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-two .block-title__title + .block-title__text {
  margin-top: 40px;
}

.about-two__content {
  padding-right: 37px;
}

.about-two__tab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-two__tab-title {
  width: 170px;
}

.about-two__tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
  border-left: 1px solid #e5e5e5;
  padding-left: 50px;
}

.about-two__tab-title {
  border: none;
  margin: 0;
}

.about-two__tab-title .about-two__tab-title-item {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.about-two__tab-title .about-two__tab-title-link {
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading-font);
  color:#fff;
  padding-left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.about-two__tab-title .about-two__tab-title-link:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--thm-base-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1, 0);
          transform: translateY(-50%) scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.about-two__tab-title .about-two__tab-title-link:hover, .about-two__tab-title .about-two__tab-title-link.active {
  color: #f1ede5f5;
  border-color:#f1ede5f5;
  padding-left: 35px;
}

.about-two__tab-title .about-two__tab-title-link:hover::before, .about-two__tab-title .about-two__tab-title-link.active::before {
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

.about-three {
  background-color: #f0f1f5;
  background-image: url(../images/resources/about-3-map.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.about-three .block-title__title + .block-title__text {
  margin-top: 25px;
}

.about-three .block-title {
  margin-bottom: 60px;
}

.about-three__img {
  float: right;
}

.about-three__content {
  width: 100%;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1550px) {
  .about-three__content {
    padding-left: 80px;
    padding-right: 70px;
  }
}

.about-three__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-three__single + .about-three__single {
  margin-top: 40px;
}

.about-three__icon {
  width: 100px;
}

.about-three__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-black-color);
  margin: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}

.about-three__para {
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin: 0;
}

.about-four {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-four .about-one__list {
  margin-bottom: 44px;
}

.about-four .block-title {
  margin-bottom: 35px;
}

.about-four__content {
  padding-left: 37px;
}

.about-four__image {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.about-four__image > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
          box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
}

.about-four__image-content {
  position: absolute;
  right: -24.5%;
  top: 30%;
  background-color: var(--thm-primary-color);
  text-align: center;
  z-index: 100;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-family: var(--heading-font);
  padding: 49px 35px;
}

.about-four__image-content span {
  color: var(--thm-base-color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  margin-top: -8px;
}

.about-four__about-page {
  background-color: #F5F6FA;
}

/*
* 19. video styles
*/
.video-one {
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
}

/* 

.video-one::before {
  content: '';
  width: 63%;
  height: 96%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(40%) translateY(-20%);
          transform: translateX(40%) translateY(-20%);
  background-image: url(../images/resources/dot-pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0.2;
} 

*/

.video-one > img {
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
          box-shadow: 0px 20px 40px 0px rgba(14, 40, 41, 0.25);
	border-radius: 51px;
}

.video-one__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 90px;
  right: -45px;
  background-color: var(--thm-base-color);
  border-radius: 50%;
  -webkit-animation: inctechPulse 3s infinite;
          animation: inctechPulse 3s infinite;
	display:none;
}

.video-one__link i {
  color: #fff;
  font-size: 15px;
}

/*
* 20. faq styles
*/
.faq-one {
  padding-top: 275px;
  padding-bottom: 150px;
  background-image: url(../images/background/faq-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-one .accrodion-grp {
  padding-left: 70px;
}

.faq-one .accrodion {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
}

.faq-one .accrodion.active {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}

.faq-one .accrodion.active .accrodion-title h4:before {
  content: '\f106';
  color: var(--thm-base-color);
}

.faq-one .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one .accrodion-title {
  cursor: pointer;
}

.faq-one .accrodion-title h4 {
  margin: 0;
  color: var(--thm-black-color);
  font-size: 20px;
  font-weight: 600;
  padding: 32px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq-one .accrodion-title h4 span {
  margin-right: 15px;
}

.faq-one .accrodion-title h4:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 20px;
  color: var(--thm-black-color);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.faq-one .accrodion-content {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
  padding-bottom: 33px;
}

.faq-one .accrodion-content p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: var(--thm-text-color);
}

.faq-one__block {
  padding-right: 60px;
}

.faq-one__block .block-title__title + .block-title__text {
  margin-top: 35px;
}

.faq-one__home-three {
  padding-top: 110px;
  padding-bottom: 100px;
}

.faq-one__faq-page {
  padding-top: 150px;
  background-image: url(../images/background/faq-bg-2.jpg);
}

.faq-one__faq-page .block-title {
  margin-bottom: 30px;
}

/*
* 21. pricing styles
*/
.pricing-one {
  padding-top: 140px;
  padding-bottom: 100px;
}

.pricing-one__single {
  background-color: #fff;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.pricing-one__icon-block {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F6FA;
}

.pricing-two__title,
.pricing-one__title {
  margin: 0;
  text-transform: uppercase;
  color: #848484;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  font-family: var(--heading-font);
  margin-bottom: 25px;
}

.pricing-one__amount {
  margin: 0;
  font-size: 20px;
  color: #848484;
  font-family: var(--heading-font);
  line-height: 1em;
  margin-bottom: 45px;
}

.pricing-one__amount span {
  font-size: 48px;
  color: var(--thm-black-color);
  display: inline-block;
}

.pricing-one__list,
.pricing-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

.pricing-one__list li,
.pricing-two__list li {
  color: #848484;
  font-size: 16px;
}

.pricing-one__list li img,
.pricing-two__list li img {
  margin-right: 10px;
}

.pricing-one__list li + li,
.pricing-two__list li + li {
  margin-top: 10px;
}

.pricing-one__btn {
  margin-top: -10px;
  background-color: #fff;
  color: var(--thm-black-color);
}

.pricing-one__btn:hover {
  background-color: var(--thm-base-color);
  color: #fff;
}

.pricing-one__about {
  background-color: #F5F6FA;
}

.pricing-two {
  background-color: #F0F1F5;
  padding-top: 140px;
  padding-bottom: 100px;
}

.pricing-two__single {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
          box-shadow: 0px 50px 120px 0px rgba(26, 46, 85, 0.1);
  background-color: #fff;
}

.pricing-two__top {
  padding: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-two__title {
  margin: 0;
}

.pricing-two__amount {
  margin: 0;
  font-size: 20px;
  color: #848484;
  font-family: var(--heading-font);
  line-height: 1em;
  margin-top: 25px;
}

.pricing-two__amount span {
  font-size: 48px;
  color: var(--thm-black-color);
  display: inline-block;
}

.pricing-two__list {
  margin: 0;
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 95px;
}

.pricing-two__btn {
  margin: 0;
  background-color: var(--thm-primary-color);
}

.pricing-two__text {
  font-size: 15px;
  line-height: 26px;
  color: var(--thm-text-color);
  margin: 0;
  margin-bottom: 25px;
  margin-top: 15px;
}

.pricing-two__popular {
  background-image: url(../images/background/pricing-active-ribbon.png);
  background-position: 100% 90%;
  background-repeat: no-repeat;
}

.pricing-two__popular .pricing-two__top {
  background-image: url(../images/background/pricing-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricing-two__popular .pricing-two__btn {
  background-color: var(--thm-base-color);
}

.pricing-two__popular .pricing-two__btn:hover {
  background-color: var(--thm-black-color);
}

.pricing-two__popular .pricing-two__title,
.pricing-two__popular .pricing-two__amount,
.pricing-two__popular .pricing-two__text {
  color: #E4E1FD;
}

.pricing-two__popular .pricing-two__amount span {
  color: var(--thm-base-color);
}



._desk_whatsapp {
  position: fixed;
  right: 3px;
  bottom: 99px;
  width: 50px;
  z-index: 99999;
}


.block-title p {
  text-align: left !important;
}

 .container.text-center p {
  text-align: center !important;
} 

.menu-solution-offering-container ul li a {
  text-align: left !important;
}

.row.new-about-page ul li {
  text-align: justify !important;
  padding-bottom: 22px;
	font-size: 16px;
}

.new-vel-vis-div {
  border: 1px solid #d59c1b;
  border-radius: 15px;
	margin-top: 55px;
}

.new-vel-vis-div ul li {
  padding: 0 20px 0 0;
}

.new-vel-vis {
  background: #d59c1b;
  border-radius: 15px 15px 0 0;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  font-weight: 800;
  font-size: 34px;
}


.new-usp {
  text-align: center;
  margin-top: 60px;
  border: 1px solid #d59c1b;
  border-radius: 15px;
}

.new-usp h2 {
  background: #d59c1b;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 9px 0px;
  font-size: 34px;
  font-weight: 900;
}

.new-usp ul li {
  padding-right: 15px;
}

.new-usp ul {
  background: transparent;
  margin: -8px auto;
  border-radius: 0 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
	padding-top:15px; 
}
.services-details__content ul {
    padding-left: 24px;
}


@media (max-width: 400px) {

.cta-three__btn-block .thm-btn {
  padding: 13.5px 27.5px important;
	}
}


.carousel-inner p {
  position: absolute;
  bottom: 150px;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  left: 85px;
}


@media (min-width: 400px) {

.carousel-p {
display: none:
}
	
}

@media (max-width: 400px) {	
	
.testimonials-one__image .testimonials-one__qoute {
  display:none;
}
	
}



/* WOrking Process */

.our-working{
	padding: 50px 0px;
	background: #59b4d06e;
}

.site-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #59b4d0;
  position: relative;
  border-bottom: 2px solid #59b4d0;
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color: #242424;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.site-title span {
  color: #59b4d0;
}

.process-single {
  position: relative;
}


.process-single::before {
  content: url('https://smanikdemo.in/inbeam/wp-content/uploads/2025/02/05.png');
  position: absolute;
  right: -72px;
  top: 34px;

}

.process-single span {
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 14px;
  background: #d80f1c;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  left: -3px;
  top: -5px;
  font-weight: 600;
}


.process-single .icon {
  height: 140px;
  width: 140px;
  display: inline-block;
  position: relative;
  line-height: 135px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 75px;
  color: #FF9100;
}

.process-single h4 {
  margin-bottom: 10px;
}

.icon img{
    color: #FF9100;
}
.process-single:last-child::before {
    display: none;
}




@media (max-width: 400px) {
.site-title-tagline {
  font-size: 10px;
	
	}
	
	.site-title {
  font-size: 27px;
	}	
	.process-single::before {
		display: none;
	}
	
	.process-single {
  padding-bottom: 25px;
}
	
	.process-single .icon {
  margin-bottom: 15px;
	}
	
	.process-single .icon {
  height: 120px;
  width: 120px;
	}
	
	.icon img {
  width: 60px;
  height: 60px;
}
	
	.process-single h4 {
  font-size: 15px;
}
	
}



/* Gallery */

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 13px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
/* .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

} */
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.header-container{
	max-width: 1330px !important;
}
.home-button{
  width: 100%;
}
.appointment-one__title{
  margin-bottom: 14px;
}
#menu-quick-link{
  	padding: 0;
	list-style: none;
/* 	padding-left: 25px; */
}
#menu-solution-offering{
	padding: 0;
	list-style: none;
/* 	padding-left: 25px; */
}
.testimonials-one__single{
	border-radius: 45px;
}
.our-workingg{
    background: #59b4d0;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.owimg img{
    width: 70%;
}
.owcontent h3{
    font-size: 22px;
    color: white;
	font-weight: 600;
}
.our-workingg:hover{
    border: 1px solid white;
	background: #df202c;
}
.home-form{
	height: 55px;
	padding: 18px;
	border-radius: 12px;
}
.home-button{
	height: 55px;
	padding: 18px;
	border-radius: 12px;
}
.appointment-one .inner-container{
	padding-top: 18px;
	padding-bottom: 18px;
}
.home-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 37px;
  color: #242424;
  margin-top: 0px;
  margin-bottom: 0;
	padding-bottom: 18px;
}

.home-aboutuscontent li {
  padding-bottom: 15px;
}
/* .home-title span{
    color: #df202c;
} */
.site-title-tagline1 {
  text-transform: uppercase;
/*   letter-spacing: 4px; */
  font-size: 18px;
  font-weight: 700;
  color: #df202c;
  position: relative;
  border-bottom: 2px solid #df202c;
}
.testimonials-one__single{
	position: relative;
	border-bottom: 6px solid #df202c;
}
.home-aboutus{
	padding: 50px 0px;
}
@media (min-width: 200px) and (max-width: 767px){
  .header-navigation .container .navbar-brand img {
  max-width: 180px;
}
.menu-toggler .fa{
  float: right;
}
	.owcontent h3 {
  font-size: 15px;
  color: white;
  font-weight: 600;
}
	.owimg img{
    width: 100%;
}
}
.gallery-title{
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
	margin-top: 30px;
}
.gallery-title span{
    color: #df202c;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 18%;
    left: 40%;
    height: 45px;
    border-bottom: 2px solid #df202c;
    bottom: -8px;
}
.filter-button{
    font-size: 13px;
    border: 1px solid #df202c;
    border-radius: 5px;
    text-align: center;
    color: #df202c;
    margin-bottom: 30px;
    padding: 6px;
    color: white;
    background: #df202c;
    width: 150px;
}
/* .filter-button:hover{
    font-size: 18px;
    border: 1px solid #df202c;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #df202c;
} */
.filter-button-1{
    font-size: 18px;
    border: 1px solid #df202c;
    border-radius: 5px;
    text-align: center;
    color: #df202c;
    margin-bottom: 0px;
    padding: 6px;
    color: white;
    background: #df202c;
	width: auto;
	padding: 10px 15px;
}
.filter-button-1:hover{
    font-size: 18px;
    border: 1px solid #df202c;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #df202c;
}
.btn-default:active .filter-button:active{
    background-color: #df202c;
    color: white;
}
.btn-default:active .filter-button-1:active{
    background-color: #df202c;
    color: white;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}
.gallery-product-filter{
    padding-top: 18px;
}
.breadcrumb-detail{
    padding: 50px 30px;
    color: white;
}
.breadcrumb-detail h1{
    color: white;
    font-weight: 700;
    font-size: 55px;
	text-align: center;
}
.breadcrumbb{
    background-color: #570000f0;
}
.testimonail-title{
	font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.contact-form{
	padding: 50px 0px;
}
.home-aboutuscontent p{
    text-align: justify !important;
}
.whychooseus-homepage {
        padding: 50px;
      }

      .whychooseus-heading h1 {
        color: #df202c;
        font-size: 55px;
        font-weight: 600;
      }

      .whychooseusinner {
  border: 2px solid #007dc7;
  margin-bottom: 20px;
  padding: 0px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 20px;
  min-height: 234px;
  padding: 0 15px;
}
.whychooseusinner {
  position: relative;
}

.whychooseusinner h3 {
  padding-top: 15px;
  color: #007dc7;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding-bottom: 10px;
}

.whychooseusinner p {
  font-size: 15px;
  line-height: 28px;
  color: #898b96;
  margin-bottom: 16px;
}
.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec {
    background-color: #f5f5f5;
}

.advertisers-service-sec span {
    color: #e41f2c;
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#2fa0c2, #e41f2c);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
	text-align: justify !important;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #e41f2c;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}

.col-m {
    margin-bottom: 20px;
}
.site-footer{
	border-top: 6px solid #df202c;
}
@media (min-width: 200px) and (max-width: 767px){
    .home-title{
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 5px;
		text-align: center;
    }
	.home-aboutus {
  padding: 27px 0px;
}
	#tabs .tabs li {
	  font-size: 13px !important;
		font-weight: 800 !important;
	}
	
    .testimonail-title{
        font-size: 44px;
    }
    .whychooseus-heading h1 {
        font-size: 36px;
    }
    .filter-button{
        margin: 6px;
    }
	  .filter-button-1{
        margin: 6px;
    }
    .gallery-title{
        font-size: 35px;
    }
	.breadcrumb-detail h1{
        font-size: 44px;
    }
	.services-details__content-info{
        padding: 35px 18px;
    }
	.site-footer__upper{
        padding: 35px 0px;
    }
	.services-details__content{
        padding-top: 35px;
        padding-bottom: 0px;
    }
}
#advertisers h2{
    font-size: 44px;
    font-weight: 600;
	padding-top: 20px;
}
@media only screen and (max-width: 600px) {
	.services-details__image::before{
		display: none
	}
	.breadcrumb-detail{
		padding: 15px 15px;
		color: white;
	  }
	  .breadcrumb-detail h1{
		  font-size: 31px;
	}
}
.services-details__content .title-h3ti{
	color: #df202c;
	font-weight: 700;
}
.services-details__content .title-cchhuu{
	color: #0089b5;
    font-weight: 600;
	font-size: 25px;
	padding-top: 10px;
}
.services-details__content .para-cchhuu{
	text-align: justify !important;
}
.title-he{
  display: none;
}
.sd-image img {
	position: relative;
    opacity: 1;
}
.OS-title{
	font-size: 36px; 
}
.os-sd {
	padding: 20px;
}

/* =============our service csss */

.banner-heading {
position: absolute;
  bottom: 50%;
  left: 25%;
  transform: translateX(-50%);
  color: #000000;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
}

.custom-carousel-container .owl-dots {
  display: flex;
  justify-content: center;

}

#owl-gallery-carousel .owl-item {
    width: auto !important; /* Ensures items take their natural width */
}

#owl-gallery-carousel .gallery_product img {
    width: auto !important; /* Keeps original image size */
    max-width: 100% !important; /* Prevents overflow */
    height: auto !important; /* Keeps aspect ratio */
    display: block; /* Removes unwanted spacing */
    margin: 0 auto; /* Centers images */
}

#tabs .nav {
        justify-content: center;
        margin-top: 10px;
      }
      #tabs {
        padding-top: 50px;
      }
      #tabs .nav .nav-link{text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 22px;}
      #tabs .nav .nav-link.active{border-bottom: #b67f6e 2px solid;}
        .archf-project-img-text .archf-project-more a {
          color: #fff;
          font-weight: 700;
          font-family: "Poppins"; }
          .archf-project-img-text .archf-project-more a i {
            color: #b67f6e;
            margin-left: 10px; }
      
      .archf-project-slider .owl-item.active.center .archf-project-img-text:before {
      
        visibility: visible; }
      
      .archf-project-slider .owl-item.active.center .archf-project-text {
        opacity: 1;
        visibility: visible; }
      
      .archf-project-slider .owl-item.active.center .archf-project-more {
        opacity: 1;
        visibility: visible; }
      
      .archf-project-slider .owl-dots {
        margin-top: 60px;
        text-align: center; }
      
      /*---------------------------------------------------- */
      /*(6)- Service area*/
      /*----------------------------------------------------*/
      .contlist3.clearfix {
        display: flex; 
        flex-wrap: wrap;
        justify-content: center; padding-left:0px; 
      }
      
      
      .listing-nie .archf-section-title-2 h2 {
        color: #000000;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 35px;
      }
      .listing-nie {
        padding: 70px 0px 30px;
      }
      .contlist3.clearfix li img {
        max-width: 100px; 
      }
      .contlist3.clearfix li span {
        display: block;
        margin-top: 11px;
        color: #000;
        font-weight: 700;
        text-transform: capitalize;
        font-size: 18px;
      }
      .numbr {
        position: absolute;
        top: -31px;
        right: -15px;
        font-size: 38px;
        font-weight: bolder;
        font-family: "Poppins";
      color: #0000002e;}
      .archf-service-item:hover .numbr{color: #fff;}
      
      
      
      
      .tp-faq {
        padding: 52px 0px 50px; background: #f9eddf;
      }
      .about-left-img{
          border-radius:25px;
      }
      .about-left-img img{
          outline:3px solid #fff;
          outline-offset: -20px;
          border-radius:25px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      }
      .about-right-text.i{
          /*background: #f9eddf66;*/
          margin-bottom:20px;
          padding:10px;
          margin-top:20px;
      }
      .accordion-block .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 0px; box-shadow: 0 0 10px #b67f6e; }
        .accordion-block .panel-heading { padding: 15px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; }
        .accordion-block .panel-default>.panel-heading {color: #b67f6e;
        background-color: #fff;
        padding-right: 25px;
        position: relative;
        border-radius: 0px;}
          .accordion-block .panel-title{letter-spacing: 0px;
        font-size: 17px;
        margin-bottom: 0px;}
        .accordion-block .panel-body { padding: 15px; background-color: #f9f9f9; }
        
        
        
        .accordion-block .panel-title a:after {
          font-family: Flaticon; 
          content: "\f119"; 
          float: right; 
          color: #b67f6e;  position: absolute;
        right: 10px;
        top: 15px;
      }
      
      section.listing-nie {
        margin-top: 25px;
        margin-bottom: -48px;
        background: #f3fcff;
        padding-bottom: 75px; 
      }
      .contlist3.clearfix li {
        float: left;
        width: 16.33%;
        padding: 0px 13px;
        text-align: center;
        color: #222;
        margin-bottom: 20px;
        font-weight: 500; list-style:none;
      }
      .contlist3.clearfix li img {
        max-width: 115px;
        display: inline-block; border-radius:50%;
      }
      .contlist3.clearfix li span {
        display: block;
        margin-top: 5px;
        font-size: 17px;
      }
          .accordion-block .panel-title a.collapsed:after {
          content: "\f119";   
      }
      
      .archf-service-section {
        padding: 30px 0px 70px; }
        .archf-service-section .archf-service-side-img {
          top: 0;
          right: 0;
          width: 35%;
          text-align: right;
          position: absolute; }
      
      .archf-service-content {
        padding-top: 40px; }
        .archf-service-content .archf-section-title-2 {
      }
        .archf-service-content .archf-section-title-2 h2{margin-bottom:10px;}
      .acrhf-service-item-wrapper {
        padding-top: 40px; }
      
      .archf-service-item {
        padding: 30px; margin-bottom: 30px;  border-radius: 7px;
        border: 1px solid #ccd0d9;  min-height: 258px; background: #fff;}
        .arc5-roadmap-column {
          padding: 20px 10px 18px;
          border: 1px solid #c8cac1; 
          text-align: center; border-radius: 7px; min-height: 400px;
          margin-bottom: 30px; background:#fff;
      } 
      .arc5-roadmap-column .roadmap-column-top {
          position: relative;
          margin-bottom: 20px;
      }
      .arc5-roadmap-column .roadmap-column-top .roadmap-icon {
          /*width: 90px;*/
          /*height: 90px;*/
          /*background-color: #b67f6e;*/
          text-align: center; 
          color: #fff; 
          margin: 0 auto;
      }
      .archf-feature-list-item .archf-feature-list-icon img{max-width: 65px;} 
      .arc5-roadmap-column .roadmap-column-top .roadmap-icon span {
          font-size: 50px;
          line-height: 94px;
      }
      .roadmap-show-more a{background: #000;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        line-height: 35px;
        color: #fff;}
      .arc5-roadmap-column .roadmap-column-top img.roadmap-bg-shape {
          position: absolute;
          bottom: -30px;
          left: 0;
          width: 100%;
          z-index: -1;
      }
      .arc5-roadmap-column .roadmap-column-txt h4 {
          margin-bottom: 8px;     font-size: 24px;
      }
      .arc5-roadmap-section {
        background: #f9eddf;
        padding: 60px 0px 30px;
      }
      .arc5-roadmap-column .roadmap-column-txt p{
          font-size:14px;
      }
      
        .archf-service-item .archf-service-item-img {
          top: 0;
          left: 0;
          opacity: 0;
          width: 100%;
          height: 100%;
          visibility: hidden;
          position: absolute;
          -webkit-transition: 500ms all;
          -o-transition: 500ms all;
          transition: 500ms all; }
          .archf-service-item .archf-service-item-img img {
            width: 100%;
            height: 100%; }
          .archf-service-item .archf-service-item-img:before {
            content: '';
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8); }
            
            
            
            
        .archf-service-item .archf-service-item-icon-text {
          z-index: 2;
          position: relative; }
        .archf-service-item .archf-ser-icon {
          line-height: 1;
          padding-bottom: 25px; }
          .archf-service-item .archf-ser-icon i {
            font-size: 50px;
            color: #b67f6e;
            -webkit-transition: 500ms all;
            -o-transition: 500ms all;
            transition: 500ms all; }
        .archf-service-item .archf-ser-text h3 {
          color: #000;
          font-size: 24px;
          font-weight: 700;
          padding-bottom: 15px; }
        .archf-service-item .archf-ser-text p {
          -webkit-transition: 500ms all;
          -o-transition: 500ms all;
          transition: 500ms all; }
        .archf-service-item:hover .archf-service-item-img {
          opacity: 1;
          visibility: visible; }
        .archf-service-item:hover .archf-ser-icon i {
          color: #fff; }
        .archf-service-item:hover .archf-ser-text h3, .archf-service-item:hover .archf-ser-text p {
          color: #fff; }



.gallery-block {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block .inner-box {
  position: relative;
}

.gallery-block .inner-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.gallery-block .inner-box .image img {
  width: 400px;
  height: 250px;
}

.gallery-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0,0,0,0.70);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.gallery-block .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

h3 {
  font-size: 36px;
}

.gallery-block .inner-box .overlay-box h4 {
  position: relative;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.gallery-block h4, h6 {
 color: #000000;
  font-size: 20px;
  text-align: center;
  padding: 13px 0;
  border-radius: 5px;
  font-weight: 600;
}

.new-bullet li {
  margin: 0 30px;
  line-height: 25px;
  text-align: left;
}

.sevv {
  margin-bottom: 50px;
}


.port-head{
font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color: #242424;
	text-align: center;
  margin-top: 30px;
}

.port-head span {
  color: #df202c;
}
.filter-btn{
font-size: 18px;
  border: 1px solid #df202c;
  border-radius: 5px;
  text-align: center;
  color: #df202c;
  margin-bottom: 30px;
  padding: 6px;
  color: white;
  background: #df202c;
  width: 150px;
}

.filter-btns { margin-bottom: 20px; text-align: center; display: flex;}
        .carousel-item img { max-height: 250px; object-fit: cover; width: 100%; }
        .carousel-container { display: none; }
        .active-carousel { display: block !important; }

.my-port .carousel-control-prev, .carousel-control-next {
  background: none;
  border: none;
}

.service-page-details {
  padding: 12px;
  margin-bottom: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  max-width: 31%;
  margin-right: 15px;
}

@media (max-width: 400px) {
.service-page-details {
	width: 100%;
	max-width: 100%;
	margin-left: 10px;
	}
	
#menu-quick-link{
	padding-left: 0px;
	}
	
#menu-solution-offering{
	padding-left: 0px;
	}
}



.footer-custom-a{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.footer-custom-a:hover{
	  color: #fff;	
}

/* .footer-widget__text.footer-custom-p {
  padding-top: 28px;
} */


.career-page {
  padding: 72px 0;
}

.career-page1 label {
  font-size: 16px;
}

.postion-applied select {
  padding: 15px;
  width: 100%;
  background: #fff;
  border: 1px solid;
}


.banner-box h3 {
  color: #fff;
	font-size: 22px;
}

.banner-text h2 {
  font-size: 33px;
  font-weight: 800;
  color: #fff;
}

.banner-text a {
  font-size: 25px;
  color: #fff;
}



.banner-text a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.banner-text a::after {
  content: "";
  position: absolute;
  bottom: -3px; /* Adjust distance from text */
  left: 0;
  width: 0;
  height: 1px;
  background: white; /* Adjust underline color */
  transition: width 0.4s ease-in-out;
}

.banner-text a:hover {
  color: #ddd; /* Slight color change on hover */
}

.banner-text a:hover::after {
  width: 100%;
}



/* Career page */

.career-page img{
border-radius: 12px;
}


.career-page .contact-one__form input{
	margin-bottom: 10px;
}

.career-page .contact-one__form textarea{
	margin-bottom: 15px;
}

.career-page p{
	margin-bottom: 0;
}

.career-btn input {
  margin-left: 6px;
}


.home-aboutuscontent ul{
	width: 412px;
	
}

.home-aboutuscontent ul li{
	text-align: justify;	
}


.inb-foot p {
  padding-left: 20px;
}


.inb-foot .footer-widget__social {
  padding-left: 20px;
}


.about-box {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.about-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#2fa0c2, #e41f2c);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}


.home-aboutuscontent ul li {
  text-align: justify;

}
.home-aboutuscontent li {
  padding-bottom: 15px;

}

.tabs li{
font-size: 18px;
  border: 1px solid #df202c;
  border-radius: 5px;
  text-align: center;
  color: #df202c;
  margin-bottom: 0px;
  padding: 6px;
  color: white;
  background: #df202c;
  width: auto;
  padding: 10px 15px;
	margin-bottom: 10px;
}


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

.about-box {
  width: 85%;
}
	
.about-right .about-text {
  width: auto !important;
}
	}



.about-right .about-text {
  width: 395px;
	text-align: justify !important;
}




.service-page-details {
    text-align: center;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.service-page-details::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#2fa0c2, #e41f2c);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}


.about-area .about-text{
	    text-align: center;
    height: 100%;
    padding: 1em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.about-area .about-text::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#2fa0c2, #e41f2c);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.home-aboutuscontent h3 {
  font-size: 23px;
}


/* form */


.hm-pg.contact-section {
  padding: 50px 0px;
	background: #000;
  border-top: 1px solid;
}
.contact-section {
  position: relative;
}


.hm-pg.contact-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.hm-pg.contact-section .form-inner {
  position: relative;
  background: #bcbcbc;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 70px;
  padding-top: 20px;
}

.form-inner input{
  background: #ffffff;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #868686;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.btn-1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding: 17px 45px 16px;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  transition: .5s;
  background-color: #052542;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.hm-pg .form-inner textarea{
	margin: 0;
	width: 100%;
}


.testimonials-one .owl-dot {
  width: 1%;
}


@media screen and (max-width: 550px) {
	.testimonials-one__single {
		height: 100%;
	}
}



.project_box {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.project_box img {
  width: 100%;
  transition: all 0.5s ease;
}

/* .project_content:hover {
    left: 0;
} */

.project_content {
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #1B4F72C4;
  padding: 10px 19px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
}
.project_box:hover .project_content {
  left: 0;
}
.project_content h4 {
  color: #fff;
font-size: 16px;
  font-weight: 500;
}

.project_content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.project_content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}



/* Heading */

.banner-heading {
  left: 50%;
  background:#0000005c;
}
.main-banner h1{
  font-size: 85px;
  font-weight: 800;
  -webkit-text-stroke: 2px #fff;
  color: #00000061;
	text-align: center;
	text-transform: uppercase;
}
.banner-heading.banner-main-heading p {
  font-size: 22px;
  color: #fff;
  font-family: sans-serif;
}



/* footer */

.footer-widget__social a {
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
}

.footer-widget.inb-foot h1 {
  padding-left: 18px;
}

/* about us */

.about_section {
  padding: 40px 0;
	background: #8c8c8c;
	margin-bottom: 0;
}

.about_img {
            position: relative;
        }

        .about_img img {
            width: 100%;
            border-radius: 10px;
        }

        .about_content h2 {
            font-size: 45px;
            font-weight: 600;
        }

        .about_content span {
            color: #df202c;
        }

        .about_content p {
            text-align: justify !important;
            line-height: 1.8;
        }

        .ab_flex {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #00225a;
            color: #fff;
            padding: 10px 10px;
            position: absolute;
            right: -18px;
            bottom: -68px;
            border-bottom: 4px solid #df202c;
        }

        .ab_count {
            font-size: 55px;
        }
        
        .ab_flex_content p{
		font-size: 15px;
		  margin-bottom: 0;
		  line-height: 25px;
        }
        .ab_flex_content b {
            font-size: 36px;
        }



.pointer {
  padding: 30px 0;
  background-image: linear-gradient(#000000b2, #000000d1), url("http://smanik.co.in/paragon-new/wp-content/uploads/2025/06/beautiful-exterior-building-with-glass-window-pattern-textures2.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}


.pointer h2 {
  padding-bottom: 22px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}


.about-data {
  position: relative;
  
}


.about-data i {
  color: #f12d2d;
}

.about-data .data-number {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.about-data .media {
  display: flex;
  margin-bottom: 22px;
  border: 1px solid #fff;
  padding: 5px;
  height: 62px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.about-data .media i {
 font-size: 22px;
 padding-right: 8px;
}

.abt-services{
    background: url('./texture-cold-gray.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.pointer-img {
  width: 40px;
  height: 40px;
  filter: invert(1);
  margin-right: 12px;
}

.about_section .abt-head h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}


.about-one img {
  height: 450px;
}

.footsbtb{
	display: none;
}


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 92px;
  right: 23px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float i {
  margin-top: 16px;
}

.float:hover {
  background: #25d366;
  color: #fff;
}

@media(max-width: 769px){
	ab_flex {
		padding: 5px 7px;
	}
	
	.ab_flex {
		right: -15px;
	    bottom: 18px;
	}
	
	.ab_count {
	  font-size: 30px;
	}
	
	.ab_flex_content p {
	  font-size: 9px;
      line-height: 15px;
	}
	
.ab_flex_content b {
  font-size: 18px;
}
	
	.banner-heading {
	width: 100%;
  bottom: 28%;
		padding: 0 10px;
	}
	
	.main-banner h1 {
  font-size: 38px;
	}
	
	.banner-heading.banner-main-heading p {
  font-size: 17px;
		text-align: center;
	}
	
	.about-data .media {
		height: 100%;
	}
	
	.footer-widget.inb-foot h1 {
	  padding-left: 0;
	}

	.site-footer{
		padding-bottom: 28px;
	}
	
	.float {
		display: none;	
	}
	 .footsbtb.clearfix {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: #fff 1px solid;
        z-index: 99999;
    }

    .footsbtb.clearfix .sbn1{
        float: left;
        width: 50%;
        text-align: center;
        color: #fff;
        background: #2271B1;
        display: block;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        font-weight: 600;
    }
	.footsbtb.clearfix .sbn2{
        float: left;
        width: 50%;
        text-align: center;
        color: #fff;
        background: #73bd19;
        display: block;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        font-weight: 600;
    }
	
    .footsbtb.clearfix .sbn1 i, .footsbtb.clearfix .sbn2 i {
        margin-right: 5px;
    }
	
	
	.project_content {
  padding: 4px 10px;
		line-height: 8px;
	}
	
	.project_content h4 {
	  font-size: 10px;
/* 		margin-bottom: 0; */
	}
	
	.project_content p {
  font-size: 9px;
	}
}

@media (max-width: 1199px) {
  .header-navigation ul.navigation-box > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.17) !important;
	  
	}
}



/* New About us section */


.exprt-sec2 {
  background-image: linear-gradient(#000000b2, #000000d1), url("http://smanik.co.in/paragon-new/wp-content/uploads/2025/06/beautiful-exterior-building-with-glass-window-pattern-textures2.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}
.exprt-sec {
  padding: 50px 0;
}

.exprt-sec2 h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.expert-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
  align-items: stretch;
  justify-content: center;
}

.exprt-sec2 .expert-box::after {
  position: absolute;
  content: "";
  background: #ffffffad;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.expert-main .expert-box {
  flex: 0 0 18%;
}
.exprt-sec2 .expert-box {
  background-image: url("https://www.smanik.co.in/newcon/public/front/assets/images/about_img.jpeg");
  background-size: 299px;
  position: relative;
  border-bottom: 4px solid #fc9523;
}
.expert-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #f3f3f3;
  padding: 20px 0px;
  margin-bottom: 10px;
  border-bottom: 4px solid #fc9523;
}

.exprt-sec2 .expert-box .icon-box {
  position: relative;
  z-index: 2;
}
.expert-box .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2a3c9a;
  padding: 15px;
  margin: auto;
}

.icon-box img {
  width: 100%;
  filter: invert(1);
}

.exprt-sec2 .expert-content {
  position: relative;
  z-index: 2;
}
.expert-content {
  margin-top: 10px;
}

.expert-content h3 {
  font-size: 15px;
}

.form-inner textarea {
  background: #ffffff;
  width: 100%;

  padding: 0 20px;
  border: 1px solid #868686;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
	padding-top: 10px;
}

.hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }






/* updates */

.site-header.site-header__header-two {
  background: #191919;
}
.site-header__header-two .stricked-menu {
  background-color: #191919 !important;
}


.main-navigation ul li a {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.main-navigation .submenu li a {
  font-size: 15px !important;
}

.main-navigation .submenu li a:hover {
  background: #800000;
}


/* Hero Video */

/* #myVideo{
	
} */

/* about */
.about-one {
  background: #8c8c8c !important;
  border-top: 3px solid #800000;
}

.about_section .abt-head h2 {
  color: #800000;
}

.about_content p {
  color: #fff;
}

.about_section .thm-btn.abt-btn {
  background: #800000 !important;
}



/* Service */

.service-one h2 {
  color: #800000;
}

.service-one .heading {
  background: #f0f0f0;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-one .heading h4 {
  color: #800000 !important;
}

/* why choose */

.about-one h3 {
  color: #800000;
}

.about-one .about-one__text {
  color: #fff;
  font-size: 16px;
  text-align: justify !important;
}

.thm-btn.about-one__btn {
  background: #800000;
}


/* Projexts */


.archf-section-title-2 h2 span {
  color: #800000 !important;
}

#tabs {
  background: #8c8c8c;
  border-top: 3px solid #800000;
}


/* Services  */

.content-post {
  color: #fff;
}

.content-post h4 {
  color: #800000;
  padding-top: 12px;
	font-weight: 700;
}

.services-details__content-block {
  color: #fff;
}

.services-details__content-block h4, h3, h2 {
  color: #800000;
  padding-top: 12px;
	font-weight: 700;
}

.services-details__image.sd-image img {
  height: 600px;
  width: 100%;
}



/* footer */

.footer-widget.inb-foot h1 {
  color: #800000 !important;
}

.footer-widget__title , .footer-custom-a{
  color: #800000 !important;
}

	
/* 	sandeep code */
	.services-details__content .carousel-item img{
		max-height:550px!important;
		border-radius:10px;
	}


.hvidcont p {
  font-size: 18px !important;
}


.services-details__content .carousel-indicators {
  z-index: 1 !important;
}

.main-navigation .submenu li a {
  color: #fff !important;
}

.submenu li:last-child a {
  white-space: normal !important;
  display: block !important;
  width: 400px !important;
  word-wrap: break-word !important;
	overflow: hidden !important;
}

#myVideo {
  display: block;
}

@media (max-width: 769px) {
	.main-navigation ul li a {
	  color: #000 !important;
	}
	
	.services-details__content .carousel-item img {
	  max-height: 172px !important;
	}
	
	.hm-pg.contact-section h2{
		font-size: 20px;
	}
	.block-title__title {
		font-size: 25px;
	}
	
}