.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
  border: 10px #8080801f solid;
}

.img-hover-zoom:hover img {
  transform: scale(1.05);
}

.overlayr {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 92%)
}

.overlayr-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlayr .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlayr .closebtn:hover {
  color: #ccc;
}

.overlayr input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  border-radius: 10px 0px 0px 10px;
  width: 80%;
  background: white;
}

.overlayr input[type=text]:hover {
  background: #f1f1f1;
}

.overlayr input[type=password] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  border-radius: 10px 0px 0px 10px;
  width: 80%;
  background: white;
}

.overlayr input[type=password]:hover {
  background: #f1f1f1;
}

.overlayr button {
  float: left;
  width: 20%;
  border-radius: 0px 10px 10px 0px;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlayr button:hover {
  background: #bbb;
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;    
}

.lights {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

button:focus{
  outline: none;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
.img-blogsmall {
 width:269px !important;height:180px !important;object-fit: cover;    
}
.img-blogbig {
width:571px !important;height:390px !important;object-fit: cover;
}
.img-mblogsmall {
 width:100% !important;height: 250px !important;object-fit: cover;    
}

.img-mabout {
    height: 250px !important;
    width: 100%;
    object-fit: cover; 
}

.oneline {
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;    
}
.twoline {
    overflow: hidden;
    max-width: 100% !important;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;   
}
.open-button {
border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    left: 28px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.chatwith.svelte-aoit06 .slide-in-left.svelte-aoit06 {
    -webkit-animation: svelte-aoit06-slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: svelte-aoit06-slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.chatwith.svelte-aoit06 .chatwith-bubble.svelte-aoit06 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
    min-width: 280px;
    width: 300px;
}

.chatwith-header.svelte-lkffd5.svelte-lkffd5 {
    position: relative;
    padding: 20px 10px 5px;
}

.close-chatwith.svelte-lkffd5.svelte-lkffd5 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.close-chatwith.svelte-lkffd5 svg.svelte-lkffd5 {
    width: 25px;
    height: 25px;
}

.chatwith-header.svelte-lkffd5 .chatwith-intro.svelte-lkffd5 {
    text-align: center;
    color: white;
    font-size: 14px;
}

.chatwith.svelte-aoit06 .banner.svelte-aoit06 {
    height: auto;
    width: 100%;
    margin: auto;
    display: block;
}

.chatwith.svelte-aoit06 .people.svelte-aoit06 {
    background: white;
}
.chatwith.svelte-aoit06 .peopleScroll.svelte-aoit06 {
    overflow-y: scroll;
    max-height: 320px;
}
.chatwith-header.svelte-lkffd5 .profile-img.svelte-lkffd5 {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 200px;
    background: white;
    -o-object-fit: cover;
    object-fit: cover;
}

.chatwith.svelte-aoit06.svelte-aoit06 {
    position: fixed;
    bottom: 10px;
    font-family: Arial, sans-serif;
}

.chatwith.svelte-aoit06 .person.svelte-aoit06:last-child {
    border-bottom: #fff 1px solid;
}

.chatwith.svelte-aoit06 .person.svelte-aoit06 {
    border-bottom: #efefef 1px solid;
    padding: 10px 0;
    background: #fff;
}
.chatwith-person.svelte-1m23jck .chatwith-active.svelte-1m23jck {
    cursor: pointer;
    line-height: 1.1em;
}
.chatwith-person.svelte-1m23jck .chatwith-singleperson.svelte-1m23jck {
    display: flex;
    color: #5c5b5b;
}
.chatwith-person.svelte-1m23jck .chatwith-avatar.svelte-1m23jck {
    flex: 1;
    display: flex;
    justify-content: center;
}
.chatwith-person.svelte-1m23jck .chatwith-avatar-pic.svelte-1m23jck {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: auto;
    display: block;
}
.chatwith-person.svelte-1m23jck .chatwith-persondata.svelte-1m23jck {
    flex: 3;
}
.chatwith-person.svelte-1m23jck .chatwith-post.svelte-1m23jck {
    font-size: 12px;
    color: #5c5b5b;
    line-height: 1.1em;
}
.chatwith-person.svelte-1m23jck .chatwith-name.svelte-1m23jck {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.1em;
}
.chatwith-person.svelte-1m23jck .chatwith-active .chatwith-status.svelte-1m23jck {
    color: green;
}
.chatwith-person.svelte-1m23jck .chatwith-status.svelte-1m23jck {
    font-size: 11px;
    color: #ccc;
}
.chatwith-person.svelte-1m23jck .chatwith-active .chatwith-circle.svelte-1m23jck {
    background: green;
}
.chatwith-person.svelte-1m23jck .chatwith-circle.svelte-1m23jck {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: inline-block;
    background: #ccc;
}
.product-name {
border-left: 3px #20aeae solid;
    padding-left: 5px;    
}
.product-name:hover {
border-left: 3px #ffffff solid;
    padding-left: 5px;    
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #20aeae;
    border-color: #20aeae;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #20aeae;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.number-counters .counters-item {
    display: inline-block;
}

.number-counters .counters-item {
    padding: 0 15px;
}

.number-counters .counters-item p.data {
    margin: 0;
    line-height: 1;
    color: #0f0f0f;
}

.number-counters .counters-item p.data > strong {
    font-size: 75px;
}

#quality {
    background: #121416;
}
.padding {
    padding-bottom: 80px;
    padding-top: 80px;
}
.padding-top {
    padding-top: 80px;
}
#quality h2, #quality p {
    color: #fff;
}
.heading_space {
    margin-bottom: 40px;
}
.quality_wrap, #quality .quality_wrap .left {
    position: relative;
}
#quality .left {
    bottom: -43px;
    height: 100%;
    transform: translate(40px) scaleX(1.15);
    width: 100%;
    z-index: 2;
}
#quality .right {
    position: relative;
    background: #fff;
    padding: 35px 15px 20px 75px;
}
#quality .left, #quality .left > img {
    position: relative;
    width: 100%;
}
#quality .right .media-object {
    height: 66px;
    width: 66px;
    display: inline-block;
    border: 1px solid #20aeae;
    overflow: hidden;
    border-radius: 68px;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
    position: relative;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bottom10 {
    margin-bottom: 10px;
}
#quality .right .media-body p {
    color: #888888;
}
.bottom15 {
    margin-bottom: 15px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}

/*Accordions*/
.accordion-container{
  position: relative;
  width:100%;
  height: auto;
}
.accordion_title{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom:10px;
}
.accordion_title > a{
  display: block;
  padding:20px 15px;
  text-decoration: none;
  font-size:18px;
  font-weight:600;
  border: 1px solid #d9d9d9;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.accordion_title > a i{
  position:relative;
  float: right;
  margin-top:4px;
}
.accordion_title > a.active, .accordion_title > a:hover, .accordion_title > a:focus{
  color: #20aeae;
  margin-bottom:0;
}
.accordion_title > a.active i{
  color: #20aeae;
}

.content {
    border: 1px solid #d9d9d9;
}
.content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border: 1px solid #d9d9d9;
    border-top: none;
    display: none;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom0 {
    margin-bottom: 0;
}

.blog_item:hover a, .blog_item:focus a{
	color:#20aeae;
}
.blog_item{}

.blog_item ol, ul{
    margin: 0 0 12px 24px;
    padding: 0;
}
.blog_item li{
padding: 15px 10px 5px 0;
list-style: circle !important;
}
.blog_item .media-left{
  padding-right: 20px;
}
.blog_item .blog_date > li + li:before{
	content:'|';
	padding:0 3px;
}
.blog_item .blog_date li{
	display:inline-block;
	color:#828282;
	font-size:12px;
}
.blog_item .continue{
	display:inline-block;
	font-size:13px;
	text-decoration:none;
	color:#888888;
}
.blog_item  .find{
	border-bottom:1px solid #b7b7b7;
	padding-bottom:10px;
}
.blog_item  .find span{
	display:inline-block;
	font-size:12px;
}
.blog_item  .find span a{
	color:#20aeae;
	padding:0 3px;
}
.blog_item .blog_rep{
	border-bottom:1px solid #b7b7b7;
	padding:15px 0;
}
.blog_item .blog_rep h4{
	font-size:18px;
}
.blog_item .blog_rep h4 small{
	font-size:12px;
}
.single_post .text {
    vertical-align: middle;
    padding-left: 10px;
}

.single_post .post, .single_post .text {
    display: table-cell;
}

/*Overlays*/
.overlay{
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	background:rgb(32 174 174 / 65%);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	transition-duration:.7s;
}
.layout_second .overlay{
	background:rgba(239,35,67, .8);
}
.overlay.white{
	background:rgba(255,255,255, .8);
}
.service_wrap .overlay, #layout-project .overlay{
	background:rgb(32 174 174 / 65%);
}
.overlay, .overlay .overlay_inner, .overlay .overlay_center{
	position:absolute;
}
.overlay .overlay_inner{
	padding:15px;
	display:inline-block;
	bottom:0;
}
.overlay .overlay_inner h4{
	font-size:18px;
}
.overlay .overlay_inner h4, .overlay .overlay_inner p{
	color:#fff;
}
.overlay .overlay_inner p{ font-size:14px;}
.overlay.white .overlay_inner h4{ color:#20aeae; }
.overlay.white .overlay_inner p{ color:#767676;}
.overlay .overlay_center{
	left:50%;
	top:50%;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.overlay a.overlay_center{
	padding:5px 10px;
	background:#fff;
	color:#1f1f1f;
	font-size:20px;
}
.overlay a.overlay_center:hover, .overlay a.overlay_center:focus{
	background:#20aeae;
	color:#fff;
}
.cbp-item:hover .overlay, .service_wrap:hover .overlay{
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}

a.back-to:hover, a.back-to:focus {
    background: #20aeae;
}
a.back-to {
    background: #575757;
    border-radius: 50%;
    bottom: 23px;
    display: none;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 28px;
    text-align: center;
    width: 40px;
    z-index: 999;
    font-size: 20px;
    color: #fff;
}

.btn-white:before, .btn-green:before, .btn-border:before, .btn-yellow:before, .btn-dark:before, .btn-border-white:before,
 header, .navbar-brand > img, .topbar, .attr-nav, .sticked, .sticked.navbar-brand, 
 #layout_bottom, nav.navbar.bootsnav ul.nav > li > a.border:before,
.info .icon_box, .team_wrap .image .list_content,
a, .image, .owl-controls .owl-page span, .layout_first, #quality .right .media-object, .overlay,
.contact .address span, .image img, .services ul.tabs li, #project-filter .cbp-filter-item:after,
#menu_bars span, #menu_bars.active, .pushmenu, .pushmenu-push, .team_wrap .team_overlay{
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
 -webkit-transition:all .3s ease-in-out;
}

/* ----------------- Our Team  ----------------- */
#team{}
.team_wrap .image { box-shadow:10px 10px 0px #f7f7f7;}
.layout_third .team_wrap .image{ box-shadow: none;}
.team_wrap .team_overlay{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(255,255,255,.9);
	padding:20px 15px;
	height:90px;
}
.team_wrap:hover .team_overlay{ height:150px;}
 .team_overlay .social_icon{ display:none;}
.team_wrap:hover .team_overlay .social_icon{ display:block;}
.team_wrap .image .list_content{
  background:#0f0f0f;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform: perspective(400px) rotateY(90deg);
  -ms-transform: perspective(400px) rotateY(90deg);
  -o-transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  transform: perspective(400px) rotateY(90deg);
  -moz-transform-origin: left center 0;
  -ms-transform-origin: left center 0;
  -o-transform-origin: left center 0;
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  width:60px;
}
.list_content .team_social{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
  margin-left:14px;
}
.list_content .team_social li a{
	height:30px;
	width:30px;
	border-radius:50%;
	text-align:center;
	border:1px solid #5c5c5c;
	color:#fff;
	display:block;
	line-height:30px;
	margin:5px 0;
}
.list_content .team_social li:first-child a:hover{
	background:#3b5998;
	border-color:#3b5998;
}
.list_content .team_social li:nth-child(2) a:hover{
	background:#00aced;
	border-color:#00aced;
}
.list_content .team_social li:nth-child(3) a:hover{
	background:#517fa4;
	border-color:#517fa4;
}
.image:hover .list_content{
  transform: perspective(400px) rotateY(0deg);
}
.team_wrap span{
	font-size:14px;
	color:#888888;
	display:inline-table;
}
.team_wrap:hover h3, .news:hover h4{
	color:#20aeae;
}
.layout_second .team_wrap:hover h3, .layout_second .news:hover h4{
	color:#FF9F1C;
}

.team_wrap:hover .image img,
.blog_item:hover .image img{
	-moz-transform: scale3d(1.09, 1.1, 1);
	-ms-transform: scale3d(1.09, 1.1, 1);
	-o-transform: scale3d(1.09, 1.1, 1);
	-webkit-transform: scale3d(1.09, 1.1, 1);
  transform: scale3d(1.09, 1.1, 1);
}
/* ----------------- Our Team Ends  ----------------- */