@import "font/stylesheet.css";


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{font-family: 'Roboto', sans-serif; overflow-x: hidden; color: #303030;}
body.mainmenuopened {
    overflow-y: hidden;
	color: #1b1d21;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 /* color: rgba(255,255,255,1.00);*/
  opacity: 0.7; /* Firefox */
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
.clearfix{ clear:both; float:none;}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.nopad{ padding-left:0 !important; padding-right:0 !important;}
.pad5{ padding-left:5px !important; padding-right:5px !important;}

.padNw{ padding-left:2px !important; padding-right:2px !important;}
.talignLeft{text-align: left !important;}
.hiddeNavBar {
    transform: translateY(-130%); transition: all 0.2s ease-in-out;
}
.headerContainer{    width: 100%;
    height: 135px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    
    box-shadow: 0 0 12px 0 rgba(0,0,0,.32); transition: all 0.4s ease-in-out;}


.headT{position: relative; left: 0; top: 0; width: 100%; z-index: 100; height: 40px; background: #fff;}
.header{position: relative; left: 0; top: 0; width: 100%; z-index: 100; height: 60px; margin: 0 0 0 0; padding:0; transition: all 0.2s ease-in-out; }

.headerStuck{ position:fixed; z-index:9999999; background:#fff; box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}


.header ul{ list-style:none;}

#menu{width:auto; float:left; height:40px; display:inline-block; margin:8px 0 0 0;}
#menu ul{ list-style:none; margin:0; padding:0; display:inline-block; float:right; margin-top:10px; transition:all .5s;}

#menu ul li{ display:inline-block; float:left; padding:0 0 0 25px; line-height:40px; position:relative;}
#menu ul li a{ display:inline-block; width:auto; height:40px; padding-right: 23px; line-height:40px; text-decoration:none; font-size:15px; font-weight:500;  color:#1F1F25; position:relative; transition:all .5s;}
#menu ul li a:before{
    position: absolute;
    content: "\f107";
	width:auto;
	height:auto;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 17px;
	color:#1F1F25;
	transition: all 0.2s linear;
	top:0px;
	right: 0; line-height: 38px;
}
#menu ul li:first-child a{padding-right: 0;}
#menu ul li a.activeM:before {
  display: none;
}
#menu ul li a.activeM {
  padding:0 0 0 0;
}

#menu ul li a:hover{color:#00b0bd;}
#menu ul li a:hover:before{
    position: absolute;
    content: "\f106";
	width:auto;
	height:auto;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 17px;
	color:#1F1F25;
	transition: all 0.2s linear;
	top:0px;
	right: 0; line-height: 38px;
}




#menu ul li a > i{ padding-left:3px;}
#menu ul li:hover > a.hover{ padding-bottom:57px;}
#menu ul li ul{ width:220px; position:absolute; margin:0; top:57px; left:0; background:#fff;  padding:20px; height:auto; opacity:0; visibility:hidden; z-index:500; transition:all .4s; border-radius:0; border-radius: 0 0 10px 10px; 	}
#menu ul li ul li{ padding:2px 0; width:100%; line-height:40px;border-bottom: 1px solid #eee;}
#menu ul li ul li a{ width:100%; font-weight:500; height:40px; padding-left:5px; ext-align:center; line-height:40px; color:#1e2849; font-size:15px; text-align:left; transition:all .5s; position:relative;}

#menu ul li ul li a > i{ width:0; overflow:hidden; transition:all .3s; float:left; padding:14px 0 0 10px; color:#1e2849;}
#menu ul li ul li a:hover{ color:#00b0bd;}
#menu ul li ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: auto;
    transition: all 0.2s linear;
    visibility: hidden;
	background: none !important;
    opacity: 0;
}
#menu ul li ul li a:hover:before {
    position: absolute;
    content: "";
    left: 0;
    width: 15px;
    height: auto;
    transition: all 0.2s linear;
    visibility: visible;
    opacity: 1;
}


#menu ul li a.hover{color:#00b0bd;}
#menu ul li a.hover:before {
    position: absolute;
    content: "\f106";
	width:auto;
	height:auto;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 17px;
	color:#1F1F25;
	transition: all 0.2s linear;
	top:0px;
	right: 0; line-height: 38px;
}


#menu ul li ul li ul{ width:200px !important; position:absolute; margin:0; top:0 !important; left:260px; background:#54a02a; padding:0; height:auto; opacity:0; visibility:hidden; z-index:500; transition:all .5s;	}
#menu ul li ul li ul li{ padding:0; width:100%; line-height:40px;}
#menu ul li ul li ul li a{ width:100%; font-weight:300; height:40px; ext-align:center; line-height:40px; color:#fff; font-size:12px; text-align:left; transition:all .5s;}
#menu ul li ul li ul li a > i{ width:0; overflow:hidden; transition:all .3s; float:left; padding:14px 0 0 10px; color:#54a02a;}
#menu ul li ul li ul li a:hover{ color:#0D1E67; background: #fff;}


.logo{width: auto; display:inline-block; float: left; position:relative; margin:0 30px 0 0; transition:all .5s;}
.logo img{width:200px;}

.headerStuck{ height:100px;}
.headerStuck .logo{width: auto; display:inline-block; float: left; position:relative; margin:28px 30px 0 0; top:3px; transition:all .5s;}
.headerStuck .logo img{width:200px;}
.headerTxt{width: 100%; display:inline-block; margin:7px 0 0 0; padding:0 0 15px 0; text-align:right; font-size:13.5px;}

.headerStuck .headerTxt{ margin:13px 30px 0 0;}

.headerStuck #menu{margin:20px 0 0 0; transition:all .5s;}

a.headSocial{ display:block; width:26px; height:26px; font-size:16px; line-height:25px; text-align:center; background: none; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out;}
a.headSocial:hover{  color:#000;}


.headSep {
    float: left;
    width: 1px;
    height: 17px;
    border-right: 1px solid #fff;
    margin: 11px 25px 0 25px;
}

.headeMail{width:auto; height:39px; float:left; display:inline-block;font-size:13px; padding-top: 13px; color:#fff; font-weight:400; transition: all 0.3s ease-in-out;}
.headPhone{width:auto; height:39px; float:left; display:inline-block;  font-size:13px; padding-top: 13px; color:#fff; margin-left:0; font-weight:400; transition: all 0.3s ease-in-out;}




.indexlogo{width: 100%; height: auto; padding: 60px 30px; border: 1px solid #fff; transition: all 0.2s linear;}
.indexlogo:hover{ border: 1px solid #00b0bd; background:  #00b0bd;}



a.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #21a2a7;
    border-radius: 3px;
    text-transform: capitalize;
}

.main-header .outer-box .link-box a.theme-btn {
    padding: 10px 30px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.main-header.style-two .outer-box .link-box {
    padding: 25px 0;
}

.indexSubTitC{width: 100%; height: auto; text-align: center;}
.indexSubTitC span{display: inline-block; width: auto; position: relative; font-size: 14px; font-weight: 700;}
.indexSubTitC span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #21a2a7;
}

.indexTitC {display: block; width: 100%; height: auto; text-align: center; position: relative; font-size: 36px; font-weight: 700; padding: 30px 0 0 0;}
.sec-title h2+.text {
    margin-top: 22px;
}
.sec-title {
    position: relative; text-align: center; width: 100%;
    color: #777777;
    font-size: 16px;
}




.about-image-thumbnail-3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 150px;
}

.about-image-thumbnail-3 .image-2 {
    position: absolute;
    right: 0;
    top: -150px;
    animation: jump-2 8s linear infinite;
}


.pl--60 {
    padding-left: 60px !important;
}
.title-three-left .bg-title {
    font-size: 150px;
    position: absolute;
    left: 0;
    top: -13px;
    z-index: -1;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 700;
    background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
    opacity: 0.06;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height:120px;
    display: flex;
    align-items: center;
    -webkit-text-stroke: 1px #000000;
}

.title-three-left span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
}

.title-three-left .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
    margin-top: 12px;
}

ul.tabMenu{display: inline-block; margin: 0; padding: 0; list-style: none;}

ul.tabMenu li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; border: 1px solid; border-color: #e9ecef #e9ecef #dee2e6;
    
}
ul.tabMenu li:hover{
background: #21a2a7;
}




ul.tabMenu li.active{
background: #21a2a7;
}


.tabContent { width:100%; height:auto; float:left; position:relative; padding:30px 0 0 0; margin:0 0 0 0; color:#666;}
.tabContent h3{    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 18px;
}
.tabContent p{ display: block;
    font-size: 14px;
    line-height: 22px;
    color: #848484;
    font-weight: 300;}
.tabContent1 { width:100%; height:auto; float:left; position:relative; padding:25px 0 0 0; margin:0 0 0 0;}
#tabContent { width:100%; position:relative; padding:0;}




a.rts-btn {
    padding: 20px 33px;
    font-family: var(--font-primary);
    line-height: 10px;
    max-width: auto;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    display: inline-block;
    min-width:auto;
	overflow: hidden;
	position: relative;
	background: #0C0A0A;
	color: #fff;
	z-index: 1;
}


a.rts-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #21a2a7;
    transform: translateY(110%);
    transition: 0.3s;
    z-index: -1;
}

a.rts-btn:hover:after{ transform: translateY(0);}

.title-three-center {
    position: relative;
    text-align: center;
}

.title-three-center .bg-title {
    font-size: 150px;
    position: absolute;
    
    top: -51px;
    z-index: -1;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 700;
    background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
    opacity: 0.06;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 115px;
    display: flex;
    align-items: center;
    -webkit-text-stroke: 1px #000000;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content; z-index: 0;
}

.title-three-center span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
}

.title-three-center .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
    margin-top: 12px;
}





.rts-single-service-three {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #E1E1E1;
}

.rts-single-service-three .thumbnail-area {
    overflow: hidden;
    position: relative;
    flex-basis: 56%;
}

.rts-single-service-three .content-area {
    margin-left: 22px;
}

.rts-single-service-three .content-area a .title {
    margin-bottom: 9px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    transition: 0.3s;
	font-size: 24px;
    line-height: 1.24;
	font-weight: 600;
	color: #0C0A0A;
}

.rts-single-service-three .content-area a .title:hover {
	color: #21a2a7;
}

.rts-single-service-three .content-area p.disc {
    margin-bottom: 5px;
	font-size: 16px; line-height: 26px; color: #6E777D;
}


.rts-single-service-three .content-area a.read-more-btn {
    display: flex;
    align-items: center;
    color: #0C0A0A;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    transition: 0.3s;
}

.rts-single-service-three .content-area a.read-more-btn i {
    margin-left: 7px;
    transition: 0.3s;
    margin-bottom: -3px;
}

.rts-single-service-three .content-area a.read-more-btn:hover { color: #21a2a7;}
.rts-single-service-three .content-area a.read-more-btn:hover i{margin-left: 10px;}

.rts-single-service-three .thumbnail-area img {
    max-width: 100%;
    transition: 0.3s;
    min-width: max-content;
    width: max-content;
}



a.acc_triggerr{
	margin:0 0 2px 0;
	height: 56px;
	width: 100%;
	font-size:18px;
	font-weight:500;
	line-height: 56px;
	overflow:hidden;
	color: #2a2d36;
	display: block;
	padding: 0 0 0 0;
	text-align:left;
	outline:none; clear:both; 
	
	transition: all 0.3s ease-in-out; 
	border-bottom: 1px solid rgb(173 173 173 / 40%) !important;
}

a.acc_triggerr .aLbxt{width:38px; height:38px; float:right; margin:11px 10px; transition: all 0.3s ease-in-out; display:block; position:relative; border-radius: 100%;}
a.acc_triggerr .aLbxt:before{content:""; background:#2a2d36; width:2px; height:16px; position:absolute; right:18px; font-size:20px; top:50%; margin-top:-8px; transition: all 0.3s ease-in-out;}
a.acc_triggerr .aLbxt:after{content:""; background:#2a2d36; width:16px; height:2px; position:absolute; right:11px; font-size:20px; top:50%; margin-top:-1px; transition: all 0.3s ease-in-out;}
a.acc_triggerr:hover{color:#21a2a7; padding: 0 0 0 5px;}

a.acc_triggerr:hover .aLbxt:before{ width:0; background:#2a2d36; }
a.acc_triggerr:hover .aLbxt:after{content:""; background:#2a2d36;}

.iconnnn{font-size:25px; float:left; padding-top:15px; color:#004181; padding-right:20px;}

a.aaaactivee {color:#21a2a7; }
a.aaaactivee .aLbxt:before{ width:0;  background:#2a2d36; }
a.aaaactivee .aLbxt:after{content:"";  background:#2a2d36; }

.acc_containerr {
	margin:0 0 0 0; padding:15px 0;
	overflow: hidden;
	clear: both;
	text-align:justify;
	font-size:14px; color:#2a2d36; line-height:24px; font-weight:300;
	
}

.acc_containerr p{font-size:16px; color:#777; line-height:24px; font-weight:300; padding-bottom:15px; text-align:justify;}
.acc_containerr h3{font-size:17px; color:#333; line-height:1.6; font-weight:600; padding-bottom:15px; text-align:justify;}
.acc_containerr {font-size:15px; color:#161616; line-height:1.6; font-weight:400; padding-bottom:0; text-align:justify;}
.acc_containerr ul{font-size:14px; color:#777; line-height:24px; font-weight:300; list-style:circle;}
.acc_containerr ul{ font-size:14px; color:#777; line-height:24px; font-weight:300; padding-bottom:5px !important; text-align:justify; list-style: circle; padding-left:20px;}
.acc_containerr ul li{ text-align:left !important; padding-bottom:15px;}
.faq-main-wrapper-threeeeeeeeeee {
    padding: 120px;
    background: #FDFDFD;
    box-shadow: 0px 7px 68px 7px rgba(0, 0, 0, 0.06);
    margin-top: -120px;
}

.faq-main-wrapper-three {
    padding: 120px;
    background: #FDFDFD;
}

.faq-main-wrapper-three .pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: #0C0A0A;
}

.faq-main-wrapper-three .title-main {
    font-weight: 600;
    font-size: 48px;
    line-height: 73px;
    font-family: var(--font-primary);
}

.pl--50 {
    padding-left: 50px !important;
}
.pr--50 {
    padding-right: 50px !important;
}


.title-wrapper-case .left-title-area-case span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.title-wrapper-case .left-title-area-case .title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    font-family: var(--font-primary);
}


.homeProductBox{width: 100%; height: auto; min-height: 300px; display: block; position: relative; overflow: hidden; cursor: pointer; border-radius: 8px;}


.homeProductBox img{transform: scale(1.06) translateX(0);  transition: transform .6s cubic-bezier(.61,1,.88,1);}
.homeProInner{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%	; min-height: 300px;
}
.homeProInner img{
    display: block;
    width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;
}
	
.homeProInnerHover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .35s ease
}
	
.homeProInnerHover a,
.homeProInnerHover img {
    display: block;
    width: 100%;
    height: 100%
}
.homeProInnerHover img {
    object-fit: cover
}
	
.homeProductBox:hover .homeProInnerHover {
    opacity: 1
}
	
.homeProductBox:hover img {
    transform: scale(1.06) translateX(6px)
}


.homeProInnerTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: left;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);background-color: #ffffff!important;
    transition: opacity .25s ease-out,transform .6s cubic-bezier(.25,.46,.45,.94);
	padding:10px 20px;
}	

	
.homeProductBox:hover .homeProInnerTitle {
    opacity: 1;
    transform: translateY(0)
}

.homeProInnerTitle .title{
    
    color: #141414!important;
    width: 100%!important;
    
    padding: 15px 0!important;
    border: 1px solid transparent!important;
	font-size: 25px; font-weight: 600;
}	

.subTc{ font-size: 16px; color: #6E777D; line-height: 24px; text-align: left; width: 100%;}



.swiper-slide-active .homeProInnerTitle {
    opacity: 1;
    transform: translateY(0)
}


.swiper-button-nexttH {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;  z-index: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in-out;

}
.swiper-button-prevvH {
  position: absolute;
  top: 0;
  right: 70px;
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;  z-index: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in-out;
}

.swiper-button-nexttH:hover,
.swiper-button-prevvH:hover{
	background: #21a2a7;
	border: 1px solid #21a2a7; color: #fff;
}



.swiper-button-nexttHH {
  position: absolute;
  top: 20px;
  right: -45px;
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;  z-index: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in-out;

}
.swiper-button-prevvHH {
  position: absolute;
  top: 20px;
  left: -45px;
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;  z-index: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3); transition: all 0.3s ease-in-out;
}

.swiper-button-nexttHH:hover,
.swiper-button-prevvHH:hover{
	background: #21a2a7;
	border: 1px solid #21a2a7; color: #fff;
}


.rts-section-gap3Top {
    padding-top: 70px;
}

.title-three-left {
    position: relative;
}

.title-three-left .bg-title {
    font-size: 150px;
    position: absolute;
    left: 0;
    top: -13px;
    z-index: -1;
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 700;
    background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
    opacity: 0.06;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 113px;
    display: flex;
    align-items: center;
    -webkit-text-stroke: 1px #000000;
}

.title-three-left span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
}
.title-three-left .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
    margin-top: 12px;
}


.main-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-top: 44px;
    border-top: 1px solid #D9D9D9;
}

.single-working-process-three {
    position: relative;
    width: 22%;
}

.single-working-process-three::before {
    position: absolute;
    content: "01";
    right: 30px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: 700;
    font-family: var(--font-primary);
    color: rgba(0, 0, 0, 0.05);
}

.single-working-process-three .icon {
    margin-bottom: 25px;
}

.single-working-process-three .title {
    margin-bottom: 10px;
	font-weight:700;
	font-size: 24px;
	color: #0C0A0A;
	
}

p {
    font-size:16px;
    line-height: 26px;
    font-weight:400;
    color: #6E777D;
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

.single-working-process-three::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #D9D9D9;
}

.single-working-process-three:nth-child(2)::before {
    content: "02";
}

.single-working-process-three:nth-child(3)::before {
    content: "03";
}
.single-working-process-three:nth-child(4)::before {
    content: "04";
}


.award-single-wrapper {
    height: 350px;
    display: flex;
    align-items: center;
}

.award-single-wrapper.bg-1 {
    background-image: url(../img/ikilii-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.award-single-wrapper .inner {
	background: rgba(0,0,0,0.5);
    padding-left: 60px;
}
.award-single-wrapper .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.award-single-wrapper .rts-readmore-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0C0A0A;
    transition: 0.3s;
}

.award-single-wrapper .rts-readmore-btn:hover{color: #21a2a7;}
.award-single-wrapper .rts-readmore-btn:hover i{
            margin-left: 6px;
        }


.award-single-wrapper.bg-2 {
    background-image: url(../img/ikilii-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.award-single-wrapper .rts-readmore-btn i {
    margin-left: 6px;
}



a.footerILink{width: auto; display: inline-block; font-size: 15px; color: #fff;}
a.footerILink i{display: inline-block; float: left; font-size: 22px;}
a.footerILink span{display: inline-block; float: left; padding-left: 15px; font-size: 15px; padding-top: 3px; font-weight: 300;}

a.footerILink:hover{ color: #21a2a7;}



a.footerILinkV2{width: auto; display: inline-block; font-size: 14px; color: #fff;}
a.footerILinkV2 i{display: inline-block; float: left; font-size: 18px; width: 30px;}
a.footerILinkV2 span{padding-left: 0; font-size: 14px; padding-top: 3px; font-weight: 300;}

a.footerILinkV2:hover{ color: #21a2a7;}




a.socialLink{ display:block; width:40px; height:40px; font-size:23px; line-height:40px; text-align:center; background: #21a2a7; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out; border-radius: 40px; border:1px solid #21a2a7;}
a.socialLink:hover{ background:none; border-color:#21a2a7; color:#fff;}


ul.footerMenu{margin: 0; padding: 0; list-style: none; display: block; width: 100%;}
ul.footerMenu li{width: 50%; height: auto; padding: 15px 0; display:inline-block;  position: relative;border-bottom: 1px solid rgba(0,0,0,.07); float: left;}
ul.footerMenu li a{font-size: 15px; color: #0C0A0A; transition: all 0.2s linear; font-weight: 400; opacity: 1; padding-left: 0;}
ul.footerMenu li a:hover{color:#21a2a7; opacity: 1;}

ul.footerTagMenu{margin: 0; padding: 0; list-style: none; display: block; width: 100%;}
ul.footerTagMenu li{width: auto; height: auto; padding:2px; display:inline-block;  position: relative; float: left;}
ul.footerTagMenu li a{font-size: 13px; color: #fff; transition: all 0.2s linear; font-weight: 400; opacity: 1; padding-left: 0; padding: 1em 2em; background: #21a2a7; border-radius: 4px; display: inline-block;}
ul.footerTagMenu li a:hover{color:#21a2a7; opacity: 1; background: #0C0A0A;}


.rts-secvice-area-solaric-banner-bottom {
    margin-top: -160px;
}

.single-service-solari {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
    overflow: hidden;
    display: block;
    position: relative;
    background-image: url(../img/design.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
    height: 100%;
}

.single-service-solari::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #1b1b1b86;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}

.single-service-solari .icon-area {
    margin-bottom: 26px;
}

.single-service-solari .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    transition: 0.3s;
    color: #1F1F25;
    max-width: max-content;
	font-weight: 500;
	line-height: 1.24;
}

.single-service-solari p.disc {
    margin-bottom: 0;
    color: #74787C;
    transition: 0.3s;
}

.single-service-solari::after {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
    border-radius: 10px;
}



.single-service-solari:hover:after{height: 0%;}
.single-service-solari:hover .icon-area svg{
                
                    fill: #fff;
               
            }
.single-service-solari:hover .title{color: #fff;}
.single-service-solari:hover p.disc{color: #fff;}
.single-service-solari:hover{}
.single-service-solari:hover{}


.single-service-solari.two {
    background-image: url(../img/manufacturing.jpg);
}
.single-service-solari.three {
    background-image: url(../img/shipping.jpg);
}
.single-service-solari.four {
    background-image: url(../img/installation.jpg);
}

.client-carousel-wrapper {
    background: #21a2a7;
    padding: 41px 0;
}
.client-carousel-wrapper .item{position: relative;}

.client-carousel-wrapper .item:before {
    content: '';
    width: 1px;
    height: 55px;
    background: #999;
    position: absolute;
    top: 50%;
    right: calc(100% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fLogo img{width: 75%;}





a.downBtn {
    width: auto;
    display: inline-block;
    padding: 13px 20px;
    background: #21a2a7;
    color: #fff;
    border-radius: 5px;
	font-size: 14px;
	border: 1px solid #21a2a7; transition: 0.3s;
}

a.downBtn:hover {
    width: auto;
    display: inline-block;
    background: transparent;
    color: #21a2a7;
    border-radius: 5px;
	border: 1px solid #21a2a7; transition: 0.3s;
}


.langBTN{width:auto; display:inline-block; float:right; margin-top:0; margin-left:0; transition: all 0.3s ease-in-out; color:#fff; font-weight:700; padding:0 10px; line-height:25px; font-size: 15px;}
.langBTN:hover{ background:#303030;}
.selectLang{ background:#86d7ec;}


a.c4Box{width: 100%; height: auto; position: relative; display: block; overflow: hidden;}
a.c4Box img{  transition: transform .6s cubic-bezier(.61,1,.88,1);}
a.c4Box:hover img{ /*animation: wobble 1s ease;*/ transform: scale(1.08) translateX(9px);}


a.c4BoxSb{position: relative; height: 100%;}
a.c4BoxSb img{
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}



a.indexC1Box{width: 100%; height: auto; position: relative; overflow: hidden; display: block; border-radius: 8px;}

a.indexC1Box .imgCon{width: 100%; height:100%; position: relative;}
a.indexC1Box .imgCon img{width: 100%; display: block;}

a.indexC1Box .contentMask{width: 100%; height:100%; position: absolute; background: rgba(0,0,0,0.6); left: 0; top: -100%; transition: all 0.2s linear; padding: 30px;}
.contentMask .textCon{width: 100%; height: auto; color: #fff; transition: all 0.4s linear;}
.contentMask .textCon i{transform: rotate(40deg); font-size: 25px; float: left;padding-right: 10px;}
.contentMask .textCon span{display: block; padding-top: 2px;}

a.indexC1Box .titleCon{width: 90%; height: 45px; position: absolute; left: 0; bottom: 20px; background: #fff; display: flex;}
a.indexC1Box .title{width:auto; background: #efefef; flex: 1;}
a.indexC1Box .title div{width: 100%; height: auto; line-height: 45px; padding-left: 10px; font-weight: 500; color: #303030;}
a.indexC1Box .titleIcon{background: #21a2a7; height: 45px; flex: 0 0 45px; text-align: center;}
a.indexC1Box .titleIcon i{ font-size: 25px; line-height: 45px; color: #303030;}

a.indexC1Box:hover  .contentMask{ top: 0;}
a.indexC1Box:hover  .textCon{ color: #21a2a7;}


.request-qoute-content-block .inner-column {
    position: relative;
}
.request-qoute-content-block .image-column img {
    max-width: none;
}
.request-qoute-content-block .image-column .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
}
.request-qoute-content-block .image-column .inner-box {
    display: table;
    width: 100%;
    height: 100%;
}
.request-qoute-content-block .image-column .content {
    display: table-cell;
    vertical-align: bottom;
}
.request-qoute-content-block .image-column .content h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    width: 55%;
    margin-bottom: 20px;
}

a.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #21a2a7;
    border-radius: 3px;
    text-transform: capitalize;
	transition: all 300ms ease;
	border: 1px solid #21a2a7;
}
 a.btn-style-one:hover {

    color: #21a2a7;
	background: none;

}


.form-column .inner-column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 770px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px 50px 30px;
}
.request-qoute-content-block .form-column .inner-column {
    position: relative;
    box-shadow: 0px 10px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.form-column .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}



.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group input:focus{border: 1px solid #21a2a7 !important;}
.form-group textarea:focus{border: 1px solid #21a2a7 !important;}

.form-group input:placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
}


.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}


.contact-form .form-group input[type="submit"], .contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #21a2a7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	cursor: pointer;
}

.request-qoute-content-block .contact-form .form-group button[type="submit"] {
    background: #F7F7F7;
}

.contact-form .form-group input[type="submit"]:hover, .contact-form button:hover {
    background-color: #21a2a7;
    color: #fff;
}


.request-qoute-content-block .contact-form .form-group button[type="submit"]:hover {
    background: #21a2a7;
}




.footerNewsL{width: 100%; height: auto; position: relative;}


.footerInput{background: #fff; width: 100%; height: 64px; padding: 0 120px 0 20px; border-radius: 35px; border: none;}

.footerSubmit{position: absolute;
    top: 4px;
    right: 23px;
    width: 56px;
    height:56px;
    border-radius:0 56px 56px 56px;
	background: #21a2a7;
	color: #fff;
	cursor: pointer;
	font-size: 0;
	transition: all 0.2s linear; font-weight: 500; border: none;
}
.footerSubmit:hover{ background:  #28323b;}

.footerSubmit:before{
	content: "\f3fe";
	font-family: 'Line Awesome Brands';
	font-size: 30px;
	z-index: 1;
	position: absolute;
	left: 0;
    width: 58px;
    height:58px;
	text-align: center;
	top: 15px;
	color: #fff;
}

ul.footerMenu{margin: 0; padding: 0; list-style: none; display: block; width: 100%;}
ul.footerMenu li{width: 46%; height: auto; padding: 15px 0; display:block;  position: relative; border-bottom: 1px solid rgba(255,255,255,0.1); margin-right: 4%;}
ul.footerMenu li a{font-size: 13px; color: #fff; transition: all 0.2s linear; font-weight: 400; opacity: 1; padding-left: 0;}
ul.footerMenu li a:hover{color:#21a2a7; opacity: 1;}


.iBoxSw .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: -40px;
}


.iBoxSw .swiper-pagination-bullet{
	background: no-repeat;
    border: 2px solid #21a2a7;
    opacity: 1;
}

.iBoxSw .swiper-pagination-bullet-active {
    opacity: 1;
    background: #21a2a7;;
}

.bg-breadcrumb {
    background-image: url(../img/0_1.jpg); position: relative;
}

.bg-breadcrumb:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(33, 162, 167, 0.9), rgba(33, 162, 167, .50), rgba(33, 162, 167, .20));
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.ptb--65 {
    padding: 65px 0 !important;
}

.con-tent-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}


.rts-bread-crumb-area .con-tent-main .wrapper .bg-text-stok {
    font-size: 200px;
    color: white;
    -webkit-text-fill-color: #8d8a8a00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    font-family: var(--font-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    min-width: max-content;
}

.con-tent-main .title {
    margin-top: 10px;
}

.word-line {
    overflow: hidden;
}

.con-tent-main .title a {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
}

.rts-section-gap {
    padding: 120px 0;
}

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}


.single-contact--info-wrapper {
    background: #F7F7F7;
    text-align: center;
    border-radius: 0 0 5px 5px;
    height: 100%;
}

.single-contact--info-wrapper .thumbnail {
    position: relative;
}

.single-contact--info-wrapper .thumbnail img {
    width: 100%;
}

.single-contact--info-wrapper .thumbnail .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.single-contact--info-wrapper .content {
    padding: 35px 5px;
}

.single-contact--info-wrapper .content span {
    color: #21a2a7;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}


.single-contact--info-wrapper .content .title.under-line {
    text-decoration: underline;
}

.single-contact--info-wrapper .content .title {
    margin-bottom: 0;
    transition: 0.3s;
	font-size: 20px;
	font-weight: 500;
	color: #000; line-height: 26px;
}


.single-contact--info-wrapper .thumbnail .icon path {
    fill:#21a2a7;
}

.rts-section-gapBottom {
    padding-bottom: 120px;
}

.form--area {
    background: #F7F7F7;
    padding: 80px;
    border-radius: 5px;
}

.title-area-left {
    text-align: left;
}

.title-area-left p.pre {
    color:#21a2a7;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: block !important;
}

.title-area-left p.pre span {
    padding: 3px 7px;
    background: #21a2a7;
    border-radius: 3px;
    color: #fff;
}

.title-area-left .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1F1F25;
    margin-top: -12px;
}

.mt--30 {
    margin-top: 30px !important;
}

.contact-page-form .name-email-wraper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.contact-page-form input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    height: 60px;
    padding: 5px 15px;
	width: 100%;
}
.contact-page-form select {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    height: 60px;
    padding: 5px 15px;
	width: 100%; color: #999;
}


.contact-page-form .name-email-wraper input {
    flex-basis: 48.8%;
}


.contact-page-form textarea {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 20px;
    height: 150px;
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 20px;width: 100%;
}




.rts-btna {
    padding: 19px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: var(--font-secondary);
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-width: max-content;
	color: #fff;
	
}

.rts-btna::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 100px;
}

.rts-btna.btn-primary::before {
    background:#21a2a7;
}

.rts-btna.btn-primary:hover {
    background: #1f1f25;
    color: #fff;
}

.rts-btna.btn-primary:hover:before{
                background:#21a2a7;
                transform: scaleX(0);
}


.map-area-wrapper {
    height: 100%;
}

iframe {
    width: 100%;
}

.mb--70 {
    margin-bottom: 70px !important;
}

.project-soalr-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.rts-solar-single-product-one {
    border-radius: 10px;
}

.rts-solar-single-product-one {
    position: relative;
    overflow: hidden;
	border: 8px solid #21a2a7;
}

.rts-solar-single-product-one:before{
	content: "";
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0px 0 220px 127px;
   border-color: transparent transparent transparent #21a2a7;
   transform: rotate(0deg);	
	position: absolute;
	left: -1px; top: -1px; z-index: 11;
}

.rts-solar-single-product-one:after{
	content: "";
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0px 0 255px 147px;
   border-color: transparent transparent transparent rgba(255,255,255,0.7);
   transform: rotate(0deg);	
	position: absolute;
	left: 0; top: -1px; z-index: 10;
}

.rts-solar-single-product-one .thumbnail {
    border-radius: 10px;
    display: block;
}

.rts-solar-single-product-one .thumbnail img {
    transition: 0.3s;
}

.rts-solar-single-product-one .thumbnail img:hover {
    transform: scale(1.2);
}


.rts-solar-single-product-one .inner-content {
    padding: 27px 30px;
    background: #21a2a7;
    border-radius: 5px 0 0 5px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 92%;
	
}


.rts-solar-single-product-one .inner-content a .title {
    margin-bottom: 7px;
    transition: 0.3s;
	font-size: 24px;
	line-height: 1.24;
}


.rts-solar-single-product-one .inner-content a{color: #fff; font-weight: 600;}
.rts-solar-single-product-one .inner-content a:hover{ color: #fff;}


.rts-solar-single-product-one .inner-content span{color: #fff; font-size: 16px;}



.img-wrapper {
    position: relative;
    margin-top: 15px;transition: 0.3s;
	height: 350px; border-radius: 15px; overflow: hidden; border: 7px solid #21a2a7;
}

.img-wrapper a{position: relative; height: 350px; display: block; width: 100%;}
.img-wrapper a .img-responsive{height: 100%; width: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; transition: 0.3s;
}

.img-wrapper:hover .img-overlay{opacity: 1;}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

.mt--50 {
    margin-top: 50px !important;
}


.portfolio-disc-content {
    margin-top: 50px;
}

.portfolio-disc-content .title-area span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color:#21a2a7;
}

.portfolio-disc-content .title-area .title {
    margin-top: 15px;
    font-size: 30px;
	font-weight: 500;margin-bottom: 20px;
}

.portfolio-disc-content p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #74787C;
    margin-bottom: 25px;margin: 0 0 40px;
}


.portfolio-disc-content p.quote {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #1F1F25;margin: 0 0 40px;
}

.check-area-pd {
    margin-top: 30px;
    margin-bottom: 30px;
}
.check-area-pd h5 {
    line-height: 1.24;
	font-weight: 500;
	font-size: 24px;margin-bottom: 20px;
}

.check-area-pd .single {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.check-area-pd .single p {
    margin-bottom: 0;
    color: #74787C;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}


.check-area-pd .single i {
    margin-top: 5px;
    margin-right: 10px;
    color: #21a2a7;
}


.big-bg-porduct-details {
    margin-top: 50px;
    border-radius: 7px;
    padding-left: 40px;
}

.big-bg-porduct-details .project-info {
    background: #F7F7F7;
    border-radius: 0 0 0 0;
}

.big-bg-porduct-details .project-info .info-head {
    padding: 24px 40px;
    background: #21a2a7;
    border-radius: 7px 7px 0 0;
}


.big-bg-porduct-details .project-info .info-head .title {
    color: #fff;
    margin-bottom: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.24;
}

.big-bg-porduct-details .project-info .info-body {
    padding: 15px 40px;
}

.big-bg-porduct-details .project-info .info-body .single-info {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #E9E9E9;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
    height: 50px;
    width: 50px;
    background: #F9F0F0;
    color: #21a2a7;;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 6px 31px rgba(0, 0, 0, 0.05);
}


.big-bg-porduct-details .project-info .info-body .single-info .info-details {
    margin-left: 20px;
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details span {
    margin-bottom: 5px; color: #6E777D;
}


.big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 3px; font-weight: 500;
}


.big-bg-porduct-details .project-info .info-body .single-info.last {
    border: none;
}


.left-service-details-wrapper .content--sd-top .title {
    margin-top: 40px;
    margin-bottom: 25px; font-size: 30px; line-height: 54px; font-weight: 500;
}


.left-service-details-wrapper .content--sd-top p.disc-1 {
    margin-bottom: 30px;    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #74787C;
}


.left-service-details-wrapper .content--sd-top p.disc-2 {
    margin-bottom: 60px;
	    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #74787C;
}

.left-service-details-wrapper .sm-sd-content-wrapper .title {
    font-size: 30px; line-height: 1.25; font-weight: 500;
}

.left-service-details-wrapper .sm-sd-content-wrapper .single-banifits {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.left-service-details-wrapper .sm-sd-content-wrapper .single-banifits i {
    color: #21a2a7;
    margin-right: 10px;
}

.left-service-details-wrapper .sm-sd-content-wrapper .single-banifits span{
   color: #6E777D;
	font-size: 16px; line-height: 26px;
}

.service-detials-step-2 .title {
    font-size: 30px; font-weight: 500; line-height: 1.24;     margin-bottom: 20px; 
}


.mb--25 {
    margin-bottom: 25px !important;
}

.service-detials-step-2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #74787C;
}

.rts-single-wized {
    background: #F6F6F6;
    border-radius: 7px;
    padding: 40px;
    margin-bottom: 40px;
}

.rts-single-wized {
    text-align: center;
}

.rts-single-wized .wized-body .rts-search-wrapper {
    position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
    background: #fff;
    height: 55px;
    border-radius: 100px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent; box-shadow: none;
    padding: 0 15px;
    outline: none; font-size: 16px; width: 100%;
}

.rts-single-wized .wized-body .rts-search-wrapper button {
    position: absolute;
    max-width: max-content;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    background:#21a2a7;
    display: inline-block;
    padding: 0 19px;
    right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.rts-single-wized .wized-header .title {
    margin-bottom: 10px; font-size: 24px; line-height: 1.24; font-weight: 500; text-align: left !important;
}

.rts-single-wized .wized-body {
    margin-top: 30px;
}
.rts-single-wized .single-categories {
    margin-bottom: 15px;
    padding: 0;
}

.rts-single-wized .single-categories li {
    list-style: none; font-size: 16px;
     line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6E777D;
}

.rts-single-wized .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 100px;
}

.rts-single-wized .single-categories li a i {
    color: #21a2a7;
    transition: 0.3s;
}


.rts-single-wized .single-categories li a:hover{
                    background:#21a2a7;
                    transform: translateY(-5px) scale(1.03);
                    color: #fff;  
}


.rts-single-wized .single-categories li a:hover i{
                    color: #fff;  
}


.rts-single-wized .single-categories li a.active{
                    background:#21a2a7;
                    color: #fff;  
}


.rts-single-wized .single-categories li a.active i{
                    color: #fff;  
}

.rts-single-wized .title {
    margin-bottom: 10px;
    margin-top: 28px; font-size: 24px; line-height: 1.24; font-weight: 600;
}

.rts-single-wized .opc {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #74787C;
    margin-bottom: 20px;
}

.get-in-touch-single-side {
    text-align: left;
    margin-top: 24px;
}


.get-in-touch-single-side .rts-single--cta {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.get-in-touch-single-side .rts-single--cta i {
    margin-top: 0;
    margin-right: 15px;
    color:#21a2a7;
    font-size: 18px;
}

.get-in-touch-single-side .rts-single--cta a {
    font-size: 16px;
    color: #74787c;
    transition: 0.3s;
}

.get-in-touch-single-side .rts-single--cta a:hover{
                color: #21a2a7;
            }


.rts-single-wized .wized-header .title {
    margin-bottom: 10px; margin-top: 0;
}



.rts-about-left-image-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    position: relative;
}


.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.custom-nav-soalr-about {
    margin-bottom: 20px;
}

.custom-nav-soalr-about li {
    margin-right: 20px;
}





.custom-nav-soalr-about li button {
    padding: 15px 33px;
    background: #fff !important;
    color: #1F1F25 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px !important; cursor: pointer; transition: 0.3s;
}
.custom-nav-soalr-about li:hover button {
    background:#21a2a7 !important;
    color: #fff !important;
}

.custom-nav-soalr-about li.active button {
    background:#21a2a7 !important;
    color: #fff !important;
}



.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.single-about-content-solar p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #74787C;
}
.single-about-content-solar p.disc {
    margin-bottom: 30px;
    width: 90%;
}


.single-about-content-solar .single-ckeck-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.single-about-content-solar .single-ckeck-wrapper img {
    margin-right: 10px;
}

.single-about-content-solar .single-ckeck-wrapper p {
    color: #1F1F25;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
}

.single-about-content-solar .vedio-area-start {
    position: relative;
    margin-top: 30px;
}


.vedio-icone .video-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
}

.vedio-area-start .vedio-icone .video-play-button {
    left: 44%;
}

.vedio-icone .video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -32%;
    top: -31%;
    display: block;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #21a2a7;
    animation: waves 3s ease-in-out infinite;
}

.vedio-icone .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #21a2a7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 47%;
}

.vedio-area-start .vedio-icone .play-video .text {
    max-width: max-content;
    min-width: max-content;
    margin-bottom: 0;
    margin-left: 90px;
    color: #1F1F25;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
}

.vedio-icone .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #21a2a7;
    transition: all 200ms;
    border-radius: 50%;
}

.vedio-icone .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
    display: none;
}



.vedio-icone .video-overlay .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.vedio-area-start .vedio-icone .play-video .text::after {
    position: absolute;
    content: "";
    left: -40px;
    height: 1px;
    width: 30px;
    background: #21a2a7;
    top: 44%;
}




.title-area-center {
    text-align: center;
}

.title-area-center p.pre {
    color: #21a2a7;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    
}

.title-area-center p.pre span {
    padding: 3px 7px;
    background:#21a2a7;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
	
}


.title-area-center .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1F1F25;
    margin-top: -12px;
}

.rts-single-working-process {
    background-image: url(../img/01_.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 386px;
    padding: 50px 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: #00000052;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}

.rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: #4aab3d12;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}


.rts-single-working-process .icon svg path {
    fill:#21a2a7;
    transition: 0.3s;
}

.rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background: #21a2a7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--70 {
    margin-top: 70px !important;
}

.rts-single-working-process .content h5{
	    font-size: 24px;
    line-height: 1.24;
	font-weight: 600;margin-bottom: 20px;
}



.rts-single-working-process:hover .icon {
            background: #21a2a7;
            
    }

.rts-single-working-process:hover .icon svg path {
          fill: #fff;
    }





.cta-main-wrapper-one {
    display: flex;
    align-items: center;
    background: #17161B;
    padding: 60px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
}

.cta-main-wrapper-one .icon {
    margin-right: 20px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17161B;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.cta-main-wrapper-one .icon::after {
    width: 90px;
    height: 90px;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #212025;
    z-index: -1;
    border-radius: 50%;
}



.cta-main-wrapper-one .info-area span {
    color: #21a2a7;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}


.cta-main-wrapper-one .info-area h4.title {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    font-family: "Exo", sans-serif;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 8px;
}


.cta-main-wrapper-one .info-area p {
    color: #676767;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}


.cta-main-wrapper-one::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../img/01___.png) !important;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: contain;
}



.cta-main-wrapper-one.cta_primary {
    background:#21a2a7;
}

.cta-main-wrapper-one.cta_primary .icon {
    background:#21a2a7;
}
.cta-main-wrapper-one.cta_primary .icon::after {
    background: #FFFFFF;
}

.cta-main-wrapper-one.cta_primary .info-area p {
    color: #FFFFFF;
}

.cta-main-wrapper-one.cta_primary .info-area span {
    color: #FFFFFF;
}

.cta-main-wrapper-one.cta_primary .icon svg path {
    fill: #21a2a7;
}


@keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.mt--20 {
    margin-top: 20px !important;
}


.single-solari-steps-start .thumbnail {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.single-solari-steps-start .thumbnail img {
    border-radius: 10px;
	width:100%;
    transition: 0.5s; 
}


.single-solari-steps-start .thumbnail .steps {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 72px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 0 10px 0 0;
}

.single-solari-steps-start .thumbnail .steps span {
    font-size: 37px;
    letter-spacing: 0.05em;
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #21a2a7;
    color: #fff;
}


.single-solari-steps-start h5{
	    font-size:24px;
    line-height: 1.24;
	font-weight: 600;;
}

.single-solari-steps-start:hover img{
	 transform: scale(1.1);
}






a.showSpec{font-size: 20px; color: #6E777D; text-decoration: underline; transition: 0.3s; position: relative; padding-right: 25px;}
a.showSpec:hover{ color: #21a2a7;}

a.showSpec:before{
    position: absolute;
    content: "\f107";
	width:auto;
	height:auto;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 20px;
	transition: all 0.2s linear;
	top:13px;
	right: 0; line-height: 0;
}

a.specActive{color: #21a2a7;}

a.hideSpec:before{
    position: absolute;
    content: "\f107";
	width:auto;
	height:auto;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 20px;
	transition: all 0.2s linear;
	top:13px;
	right: 0; line-height: 0;
}


.pDetailCon{width: 100%; height: auto; background: rgba(0,0,0,.02); border-radius: 10px; position: relative; padding: 50px; display: none;}

.pDSpecTitle{width: 100%; height: auto; font-size: 16px; color:#6E777D; font-weight: 600;}
.pDSpecTxt{width: 100%; height: auto; font-size: 16px; color:#6E777D; padding: 20px 0; line-height: 24px;}



.footerLogo{}




.rts-solar-single-product-one-org {
    border-radius: 10px;
}

.rts-solar-single-product-one-org {
    position: relative;
    overflow: hidden;
}

.rts-solar-single-product-one-org .thumbnail {
    border-radius: 10px;
    display: block;
}

.rts-solar-single-product-one-org .thumbnail img {
    transition: 0.3s;
}

.rts-solar-single-product-one-org .thumbnail img:hover {
    transform: scale(1.2);
}


.rts-solar-single-product-one-org .inner-content {
    padding: 27px 30px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 92%;
}


.rts-solar-single-product-one-org .inner-content a .title {
    margin-bottom: 7px;
    transition: 0.3s;
	font-size: 24px;
	line-height: 1.24;
}


.rts-solar-single-product-one-org .inner-content a{color: #000; font-weight: 600;}
.rts-solar-single-product-one-org .inner-content a:hover{ color: #21a2a7;}


.rts-solar-single-product-one-org .inner-content span{color: #6E777D; font-size: 16px;}

.pSubCon p{font-size:18px; line-height: 26px;}
.pSubCon p strong{font-size: 20px;}
.pSubCon ul{ margin:0; padding:0; list-style:none;}
.pSubCon ul li{ padding:4px 0 12px 0; float:left; width:100%; position:relative; font-size: 18px; line-height: 26px; color:#6E777D; padding-left:25px;}
.pSubCon ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
	content: "\f105";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	color:#21a2a7;
}


a.iconUp {
    width: 50px;
    height: 50px;
    margin: 0 3px;
    background-color: #21a2a7;
    border: none;
    float: left;
    color: #fff;
    outline: none;
    text-decoration: none;
    text-align: center;
    line-height: 54px;
    font-size: 36px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 3000;
}


a.iconUp:hover{
  background-color: #f2f2f2;
  -o-transition:color .2s ease-out, background 0.3s ease-in, border 0.3s ease-in;
  -ms-transition:color .2s ease-out, background 0.3s ease-in, border 0.3s ease-in;
  -moz-transition:color .2s ease-out, background 0.3s ease-in, border 0.3s ease-in;
  -webkit-transition:color .2s ease-out, background 0.3s ease-in, border 0.3s ease-in;
  transition:color .2s ease-out, background 0.3s ease-in;
  color:#21a2a7;
  padding-top:0;
}

.mh135{height:135px;}
.mh100{height: 100px;}
.mh100b{height: 100px;}
.oServT{width: 100%; height: auto; position: relative; background: #F8F8F8; padding: 150px 0 70px 0;}
.oServTCN{position:relative;top: -100px;}
.footerTitleC{width: 100%; height: auto;}

.pDetailFImg{ padding-left: 70px;}
.pDetailFImgF{ padding-left: 70px;}
.pDetailTitle1{width: 100%; padding-top: 20px; font-size: 45px; font-weight: 600; color: #21a2a7;}
.pDetailCont{width: 100%; padding-top: 20px; font-size: 18px; line-height: 26px; color: #6E777D;}
.pDetailTitle2{width: 100%; padding-top: 60px; font-size: 30px; font-weight: 600; color: #21a2a7;}

.p50p{height: 50px;}

.w33{width: 33% !important;}
.dpad{padding: 120px 0 50px 0;}


.swal2-styled{background-color: #21a2a7 !important; box-shadow:none !important;}


.footerIcon{width: 28px; height: 28px; display: inline-block; float: left; color: #00b0bd; font-size: 16px; text-align: center; line-height:32px; border-radius: 28px;}

