/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Lobster+Two:wght@400;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@700&family=Hind+Madurai:wght@700&family=Meera+Inimai&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'Dosis', sans-serif;
font-family: 'Lobster Two', cursive;
font-family: "Teko",sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Hind Madurai', sans-serif;
font-family: 'Meera Inimai', sans-serif;
*/
:root {
	--stc-font:"Dosis", sans-serif;
	--stc-heading-font:"Jost", sans-serif;
	--stc-base: #03b7c8;
	--stc-base-rgb: 255, 168, 1;
	--stc-primary: #0e51a1;
	--stc-primary-rgb: 228, 69, 133;
	--stc-secondary: #f69425;
	--stc-secondary-rgb: 17,17,17;
	--stc-black: #082740;
	--stc-black-rgb: 8, 39, 64;
	--stc-gray: #eceeef;
	--stc-color-text:#1A1A1A;
}
body {
  font-family:var(--stc-font);
  font-weight: 500;
  font-style: normal;
}
.bg-color-1 {
  background: #1A1A1A;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
  text-decoration: none;	
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.cta-form input:focus:-moz-placeholder {
  opacity: 0;
}
.cta-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--stc-heading-font);
  color: var(--stc-primary);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color:#201f1f;
  margin-bottom: 15px;
  font-family:var(--stc-font);
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.scrollToTop {
  width:65px;
  height:65px;
  line-height:80px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:var(--stc-base) url("../images/milk-tank.png") no-repeat;
  background-position: center center;	
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 999;
  margin:5px;
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: var(--stc-primary);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: var(--stc-primary);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--stc-primary);
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/*Section Title*/
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; 
}
.section-title {
	margin-bottom:40px;
}
.section-title .subtitle {
	font-weight:500;
	text-transform: uppercase;
	color:var(--stc-primary);
	display: block;
}
.section-title .subtitle {
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--stc-secondary);
  display: block;
  font-size:27px;	
}
.section-title span {
	color:#41c281;
}
.section-title .title {
  font-size: 45px;
  font-weight: 600;
  color: var(--stc-primary);
  line-height: 45px;
}
.section-title .txt {
  line-height: 24px;
  color: var(--stc-text-body);
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (max-width:991px) {
	.section-title{margin-bottom: 35px;}
	.section-title .title {font-size:30px;}
}


/* button style */
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: var(--stc-primary);
  border-radius: 0;
  font-family:var(--stc-heading-font);
}
.test-space {
  padding-top: 415px;
}
.btn-border {
  background: transparent;
  border: 2px solid var(--stc-primary);
  padding:18px 47px;
  color:var(--stc-primary);
  text-decoration:none;
  font-weight: 700;	
}
.btn.btn-line {
  padding: 20px 56px;
}
.btn-border:hover {
  background: #fff;
  color: #ff62a3;
}
/*Buttons*/
.default-primary-btn {
  padding: 18px 30px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 3px;
  position: relative;
  background:var(--stc-secondary);
  color: #fff;
  border: none;
  outline: none;
}

.default-primary-btn:hover {
  background:var(--stc-primary);
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.primary-icon-btn {
  padding: 18px 90px 18px 30px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 3px;
  position: relative;
  background: #18ab63;
	text-decoration:none;
  color: #fff;
  border: none;
}

.primary-icon-btn:hover {
  background: #127e49;
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.primary-icon-btn i {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  border-radius: 0 3px 3px 0;
  background: rgba(255, 255, 255, 0.2);
}

.secondary-icon-btn {
  padding: 18px 90px 18px 30px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  border-radius: 3px;
  position: relative;
  background: #1B1464;
  color: #fff;
  border: none;
}

.secondary-icon-btn:hover {
  color: #fff;
  background: #100c3a;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.secondary-icon-btn i {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  border-radius: 0 3px 3px 0;
  background: rgba(255, 255, 255, 0.2);
}
/** main-header **/
.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*Theme Page Header CSS*/
.page-title{
  position:relative;
  padding: 165px 0px;
  background: #000;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background-color: var(--stc-primary);
  mix-blend-mode: multiply;
  opacity: 0.0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: var(--bs-white);
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--stc-heading-font);
  text-transform: uppercase;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 2px;
  right: 0px;
  font-size: 15px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

/* Page Header End Here */
/*Hero Css*/
.hero{
	position: relative;
	background: url('../images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 350px 0 280px;
    overflow: hidden;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--primary-color);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

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

.hero.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
    padding: 350px 0 280px;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
	opacity: 30%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2));
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

.hero-content{
	position: relative;
	z-index: 2;
}

.hero-content .section-title h1{
  font-family: var(--stc-heading-font);
  font-size:64px;
  color:var(--stc-secondary);
  font-weight: 600;
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: var(--bs-white);
  text-transform: uppercase;	
}
.hero-content .section-title p {
  font-size: 36px;
  color: var(--bs-white);
}

.hero-social-media{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-36%);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	z-index: 2;
}

.hero-social-media h3{
	position: relative;
	font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    transform: rotate(180deg);
    cursor: none;
	writing-mode: vertical-rl;
	padding-bottom: 85px;
    transition: all 0.3s ease-in-out;
}

.hero-social-media h3:after{
	position: absolute;
	content: '';
	height: 76px;
	width: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: var(--text-color);
}

.hero-social-media ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hero-social-media ul li{
	line-height: normal;
	margin-bottom: 10px;
}

.hero-social-media ul li:last-child{
	margin-bottom: 0;
}

.hero-social-media ul li a{
	color: var(--white-color);
}

.hero-social-media ul li i{
	font-size: 16px;
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.hero-social-media ul li i:hover{
	color: var(--accent-color);
}

.hero-btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

/** about-section **/
.about-section{
  position: relative;
  padding:90px 0px;
}
.about-section .video-inner{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-section .video-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%);*/
}

.about-section .video-inner .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-section .video-inner .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .video-inner .image-box img{
  width: 100%;
}

.about-section .video-inner .video-btn{
  position: absolute;
  left: 35px;
  bottom: -10px;
  width: 175px;
  height: 175px;
  text-align: center;
  background: #f0f5f9;
  padding: 10px;
  border-radius: 50%;
}

.about-section .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 155px;
  height: 155px;
  line-height: 155px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  z-index: 1;
}

.about-section .video-inner .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  opacity: 0.85;
  z-index: -1;
}

.about-section .video-inner .video-btn:after, 
.about-section .video-inner .video-btn:before {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.6);
  box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-section .video-inner .video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

h4{
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
}

h4 a{
  color: #222;
}



/*Our gallery Section Start Here*/
.our-gallery-section {
  position: relative;
}
.gallery-block .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.gallery-block .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .image-box img{
  opacity: 0.7;
}
.gallery-block .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: rgba(102, 145, 255, 0.8);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .image-box:before{
  opacity: 1;
}
.gallery-block .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gallery-block .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 86px;
  font-size: 30px;
  color: #fff;
  background:var(--stc-secondary);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 35px;
  top: -15px;
  opacity: 0;
}
.gallery-block .inner-box .content-box .view-btn a:hover{
  background: var(--stc-primary) !important;
  color:var(--bs-white);
}
.gallery-block .inner-box:hover .content-box .view-btn a{
  top: 0px;
  opacity: 1;
}
.gallery-block .inner-box .content-box .text-box{
  position: relative;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .content-box .text-box{
  top: 0px;
  opacity: 1;
}
.gallery-block .inner-box .content-box .text-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 6px;
}
.gallery-block .inner-box .content-box .text-box h3 a{
  display: inline-block;
  color: var(--stc-secondary);
}
.gallery-block .inner-box .content-box .text-box h3 a:hover{
  text-decoration: underline;
}
.gallery-block .inner-box .content-box .text-box p{
  color: var(--bs-white);
  font-size: 18px;
  font-weight: 700;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}
.owl-nav button{
  background: transparent;
}
/*Our Gallery Section End Here*/
.turnkey {
	position:relative;
	padding:60px 0;
}

.turnkey p {
  font-size:16px;
  font-weight:500;
  line-height: 27px;
}
.stc-experience {
	background:#e6f8fa;
}
.counter-item {
  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;
  gap: 20px;
  color: var(--black);
}
.counter-item i {
  font-size: 40px;
  color: var(--stc-primary);	
}
.counter-item h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  color:var(--stc-primary);	
}
.counter-item p {
	font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
/*Intro Video Css*/
.intro-video{
    position: relative;
    background: url(../images/intro-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 200px 0 100px;
}

.intro-video::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#191A1F;
    opacity: 60%;
}

.intro-video .section-title{
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.intro-video .intro-video-box{
    position: inherit;
    transform: translate(0, 0);
    text-align: end;
}

.intro-video .intro-video-box .video-play-button{
	display: inline-block;
}

.intro-video .intro-video-box .video-play-button a{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
	background: var(--primary-color);
    color: var(--white-color);
    width: 140px;
    height: 140px;
    border: none;
    border-radius: 50%;
    margin: 0 0 0 auto;
    transition: all 0.3s ease-in-out;
}

.intro-video .intro-video-box .video-play-button:hover a{
	background: var(--accent-color);
}

.intro-video-counter-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid var(--dark-divider-color);
    padding-top: 80px;
    margin-top: 200px;
    z-index: 1;
}

.intro-video-counter-item{
    position: relative;
    text-align: center;
    width: calc(25% - 22.5px);
	padding: 0 10px;
}

.intro-video-counter-item::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background-color: var(--dark-divider-color);
    width: 1px;
    height: 70%;
}

.intro-video-counter-item:last-child::before,
.intro-video-counter-item:nth-of-type(4n + 4):before{
    display: none;
}

.intro-video-counter-item h3{
    font-size: 18px;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.intro-video-counter-item h2{
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--white-color);
    margin-bottom: 5px;
}

.intro-video-counter-item p{
    color: var(--white-color);
    margin-bottom: 0;
}



/** brand-section **/

.brand-section {
  padding:60px 0;
  position: relative;
}

.brand-section .brand-logo{
  position: relative;
  display: block;
}

.brand-section .brand-logo img{
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: all 500ms ease;
}

.brand-section .brand-logo img:hover{
  transform: scale(1.03);
}

.brand-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}

.brand-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -600px;
  right: 0px;
  width: 1300px;
  height: 1300px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
}



/** rtl-css **/



/** responsive-css **/

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

}

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

}

@media only screen and (max-width: 767px){
  .brand-section.pb_150{
    padding-bottom: 70px;
  }
}

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

}

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

}


.our-product {
	padding:90px 0;
	position:relative;
}
.our-product h2 {
	font-family: var(--stc-font);
  font-size:24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5122em;
  text-decoration: none;
  color: var(--stc-primary);
  text-transform: uppercase;
}
.our-product h3 {
	font-family:var(--stc-font);
	font-size:24px;
	color: var(--stc-secondary);
}
.our-product-dis {
    margin-top:25px;
}
.our-product-dis img {
	border-radius:9px;
}
.our-product-box {
	-webkit-box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding:20px;
	border: none;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
	/*color:#FFF;*/
}
.our-product-box ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 20px;
}
.our-product-box ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.our-product-box ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}

.whatsapp-button {
    background-color: #25D366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
	margin: 5px 0;
}

html {
    scroll-behavior: smooth;
}



/*Client logo Start Here*/

.clients-section {
	position:relative;
	padding:95px 0px 60px;
}
.clients-block {
	position:relative;
	margin-bottom:40px;
}
.clients-block .inner-box {
	position:relative;
	text-align:center;
	padding:5px;
	background-color:transparent;
	border: 1px solid #ddd;
	border-radius:10px;
}

.rts-contact-area-page {
	position:relative;
	padding:90px 0;
}

.quick-contact-page-1 {
  padding: 38px 30px;
  border-radius: 10px;
  background: #e6f8fa;
}
.quick-contact-page-1 .title {
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 18px;
  color:var(--stc-primary);
}

.contact-main-wrapper-left span {
  color:var(--stc-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.contact-main-wrapper-left .title-main {
  font-size: 44px;
  font-weight: 700;
  color:var(--stc-primary);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-main-wrapper-left .title-main {
    font-size: 32px;
    line-height: 1.3;
  }
  .contact-main-wrapper-left .title-main br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .contact-main-wrapper-left .title-main {
    font-size: 26px;
    line-height: 1.3;
  }
}
.contact-main-wrapper-left p.disc {
  max-width: 90%;
}

.contact-form-area-wrapper {
  padding: 60px;
  background:#e6f8fa;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form-area-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area-wrapper {
    padding: 15px;
  }
}
.contact-form-area-wrapper .title {
  font-size: 32px;
  color: var(--stc-primary);
  margin-bottom: 30px;
  font-family: var(--stc-font);
}
@media only screen and (max-width: 575px) {
  .contact-form-area-wrapper .title {
    font-size: 26px;
  }
}
.contact-form-area-wrapper input {
  height: 50px;
  background:#fff;
  border-radius:10px;
  border: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 15px;
  font-family: var(--stc-font);
  font-size: 18px;
  font-weight: 500;	
}
.contact-form-area-wrapper input:focus {
  border: 1px solid var(--stc-primary);
}
.contact-form-area-wrapper .half-inpur-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.contact-form-area-wrapper .half-inpur-wrapper .single {
  width: 100%;
}
.contact-form-area-wrapper textarea {
  height: 150px;
  background: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 15px;
 font-family: var(--stc-font);
  font-size: 18px;
  font-weight: 500;	
}
.contact-form-area-wrapper textarea:focus {
  border: 1px solid var(--stc-primary);
}
.contact-form-area-wrapper button {
  border: none;
  box-shadow: none;
}




/*Contact css*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stc-contact-rounded-cercale {
    text-align: left !important;
  }
}
.stc-contact-port-content-box {
  padding: 70px 40px;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: var(--bs-white);
}
.stc-contact-port-number a {
  color:#121212;
  font-size: 30px;
  font-weight: 600;
  text-decoration: underline;
  font-family:var(--stc-font);
}
.stc-contact-port-rounded-img {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stc-contact-port-rounded-img {
    margin-bottom: 30px;
  }
}
.stc-contact-port-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.stc-contact-port-morinfo.stc-border-bottom {
  border-bottom: 1px solid #E0E0E0;
}
.stc-contact-port-morinfo h6 {
  color:var(--stc-primary);
  font-family:var(--stc-font);
  font-size: 26px;
}
.stc-contact-port-morinfo a {
  color:#121212;
  font-family:var(--stc-font);
  font-size: 18px;
  font-weight:500;
  line-height:21px;	
  background-image: linear-gradient(#121212, #121212), linear-gradient(#121212, #121212);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stc-contact-port-morinfo a:hover {
  background-image: linear-gradient(#121212, #121212), linear-gradient(#121212, #121212);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.stc-contact-port-social a {
  color:var(--stc-primary);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  font-size: 18px;
}
.stc-contact-port-social a:hover {
  background: var(--stc-secondary);
  border-color: var(--stc-secondary);
}
.stc-contact-port-form .input {
  font-family: var(--stc-font);
  font-size: 18px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E0E0E0;
  color:#121212;
  padding: 10px 30px;
  height: 60px;
  border-radius: 30px;
}
.stc-contact-port-form .input:focus {
  border-color:var(--stc-secondary);
}
.stc-contact-port-form .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
  font-family:var(--stc-font);
}
.stc-contact-port-form .input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
  font-family:var(--stc-font);
}
.stc-contact-port-form .input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 18px;
  font-weight: 400;
  font-family:var(--stc-font);
}
.stc-contact-port-form .input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 18px;
  font-weight: 400;
  font-family:var(--stc-font);
}
.stc-contact-port-form .input::placeholder { /* MODERN BROWSER */
  font-size: 18px;
  font-weight: 400;
  font-family:var(--stc-font);
}
.stc-contact-port-form .textarea {
  font-family:var(--stc-font);
  font-size: 18px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E0E0E0;
  min-height: 200px;
  resize: none;
  color:#121212;
  padding: 20px 30px;
  border-radius: 30px;
}
.stc-contact-port-form .textarea:focus {
  border-color: var(--stc-secondary);
}
.stc-contact-port-form .textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
  font-family: var(--stc-font);
}
.stc-contact-port-form .textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
  font-family: var(--stc-font);
}
.stc-contact-port-form .textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 18px;
  font-weight: 400;
  font-family: var(--stc-font);
}
.stc-contact-port-form .textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 18px;
  font-weight: 400;
  font-family: var(--stc-ff-kanit);
}
.stc-contact-port-form .textarea::placeholder { /* MODERN BROWSER */
  font-size: 18px;
  font-weight: 400;
  font-family: var(--stc-font);
}

.google-map .container-fluid{
    padding: 0;
	overflow:hidden;
}

.google-map-iframe,
.google-map-iframe iframe{
    width: 100%;
    height: 600px;
}


/*Marquee Section*/
.marquee-section {
  position: relative;
  padding: 42px 0;
  background:var(--stc-primary);
}
@media (max-width: 1199.98px) {
  .marquee-section {
    padding: 60px 0;
  }
}
.marquee-section .icon-leaves-37 {
  position: relative;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  position: relative;
  font-size: 48px;
  font-weight:600;
  line-height: 36px;
  font-family: var(--stc-heading-font);
  color: var(--bs-white);
  padding: 0 80px;
  text-transform: uppercase;
  /*-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b5cde1;*/
}
@media (max-width: 1199.98px) {
  .marquee .text {
    padding: 30px;
  }
}
.marquee .text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color:var(--stc-secondary);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

/*Footer Section Start Here*/
.theme-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.theme-btn .text{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family:var(--stc-font);
  color:var(--bs-white);
  text-align: center;
  border-radius: 50px;
  padding: 10px 30px;
  background:var(--stc-secondary);
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn .text:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: linear-gradient(84.25deg, #FFAE2F 0%, #EF721F 100%);
  transition: all 500ms ease;
}

.theme-btn:hover .text:before,
.theme-btn:hover .text:after{
  width: 100%;
}

.theme-btn:hover .text{
  color: #fff;
}

.theme-btn i{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: var(--title-color);
  background: var(--theme-color);
  border-radius: 50%;
  transition: all 500ms ease;
}

.theme-btn:hover i{
  color: #fff;
}