
/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}



.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 70px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}


/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 0px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 15px;
}

.menu_main.rslinks {
	width: 60%;
}


.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #0f7eac;
	border-bottom: 1px solid #f9f9f9;
	font-size: 14px;
	color: #fff;
}
.top_nav .left {
	float: left;
	width: 40%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #fff;
}
.top_nav .left a {
	color: #fff;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 60%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	/*margin: 0px 12px 0px 0px;*/
	padding: 0px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #ddd;
	padding:8px 13px;
}
.top_nav .topsocial li:first-child{ border-left:1px solid #ddd;}

.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}





.menu_rlinks {
	float: right;
	margin-top: 25px;
}
.menu_rlinks a {
	color: #fff;
	font-family: 'poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 22px;
	/*border-radius: 20px;*/
	background: #6ebe46;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.menu_rlinks a:hover {
	color: #fff;
	background: #0f7eac;
}



.slidermar {
	margin-top: 65px;
}
.hero-banner-text{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    padding-left: 7%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 1;
    justify-content: center;

}
.hero-banner-text .text1 {
	    color: #fff;
    font-size: 26px !important;
    line-height: 32px;
    font-family: 'poppins', sans-serif;
    font-weight: 300 !important;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 25px;
}
.ms-layer{position: relative !important}

.hero-banner-text .text2 {
	color: #fff;
    font-size: 30px !important;
    line-height: 44px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 18px;
}

.hero-banner-text .text3 {
	color: #fff;
	font-size: 16px !important;
	line-height: 30px !important;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	width: 50%;
	margin-bottom: 25px;
}
.sbut1 {
	    color: #0eb7d4;
    font-size: 15px !important;
    line-height: 24px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    border: 2px solid #0eb7d4;
    padding: 8px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    border-radius: 20px;
}
.sbut1:hover {
	color: #fff;
	background: #0eb7d4;
}
/*----------------------------------------------------
   home SECTIONS
------------------------------------------------------*/
.home-about{
	width: 100%;
	float: left;
	padding-top: 80px;
	position: relative;
}
.home-about:before{
    position: absolute;
    content: "";
    left: 0px;
    width: 300px;
    height: 350px;
    top: 0px;
    background: url(../images/about-shapes.png) no-repeat top;
    opacity: 0.6;
}
.home-about .left{
	width: 55%;
	float: left;
	margin-right: 5%;
}
.home-about .right{
	width: 40%;
	float: left;
	padding-top: 30px;
}

h2.main-title{
	color: #333;
	font-size: 36px;
	line-height: 45px;
	font-weight: 800;
	margin-bottom: 20px;
}
h5.sub-title{
	font-size: 15px;
    color: #01a4c9;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    margin-left: 70px;
}
 h5.sub-title::before{
    position: absolute;
    content: "";
    background: #01a4c9;
    height: 1px;
    width: 60px;
    left: -70px;
    top: 7px;
}
 h5.sub-title::after {
    position: absolute;
    content: "";
    background: #01a4c9;
    height: 1px;
    width: 60px;
    left: -70px;
    top: 11px;
}
.home-about p{
	color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    text-align: justify;
}
.home-about .read-more{
	margin-top: 40px;
	width: 100%;
	float: left;
}
.home-about .read-more a{
	background: linear-gradient(90deg, #0a9dc3, #73bf4a);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
	padding: 10px 30px;
	color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
	font-family: "Poppins",sans-serif;
	transition: all 0.5s ease-in;
}
.home-about .read-more a:hover{
	background: #0679a9;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.about-image{
	position: relative;	
	width: 100%;
	float: left;

}

.about-image img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.about-image-text{
	position: absolute;
    content: "";
    left: 0px;
    bottom: 6px;
    background: #74c04f;
    width: 180px;
    padding: 18px 20px;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.about-image-text h4{
	color: #fff;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    text-align: 	center;
}
.boxes-about .box{	
	float: left;
	margin-right: 2%;
	border:1px solid rgb(0 0 0 /0.1);
	border-radius:  20px;
	text-align: center;
	padding:10px 40px;
	margin-top:10px;
}
.boxes-about .box i{
	font-size: 30px;
	color: #E42F07;
}
.boxes-about .box h6 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-style: normal;
}
/*=================================*/

.service-section {
    padding: 80px 0 100px;
    background: #f2f2f2  url(../images/service-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.service-box{
    position: relative;
    overflow: hidden;
        border-bottom:  1px solid #ebeaea;
}
.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition:all .5s;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.service-content h3{
    color: #000;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.service-thumb img {
    width: 100%;
    transition: .5s;
    margin-bottom: -6px;
}
.service-icon-thumb img{
    filter: brightness(0)invert(1);
        width: 40px;
}
.service-icon-thumb{
    background: #0f7eac;
    padding: 10px;
    height: 100%;
}
.service-hover-content{
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: #0009;
    height: 100%;
    transition:all .5s;
    opacity: 0;
    visibility: hidden;
}
.service-hover-content-inner {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.service-hover-content-inner h3{
    color: #fff;
    font-weight: 600;
}
.service-hover-content-inner  p{
    color: #fff;
    font-weight: 400;
}
.service-hover-content-inner  a{
    background: #09b3d3;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 5px;
}
.service-hover-content-inner  .hover-btn{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.service-hover-content-inner .service-number{    
    position: absolute;
    font-size: 4rem;
    top: 60px;
    right: 10px;
    transform: translateX(0px) translateY(-100%);
    z-index: 10;
    opacity: .35;
    font-weight: 700;
    color: #fff;
}

.service-box:hover .service-hover-content{
     visibility: visible;
    opacity: 1;
}
.service-box:hover  .service-content{
    transform: translateX(100%);
}

/*
======================================================
<-- Constre projects Area Css -->
======================================================***/
.projects-area {
	width: 100%;
	float: left;
    padding: 100px 0 100px;
    position: relative;
}
.projects-area:before{
    position: absolute;
    content: "";
    left: 0px;
    width: 300px;
    height: 350px;
    top: 0px;
    background: url(../images/about-shapes.png) no-repeat top;
    opacity: 0.6;
}
.projects-single-box {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

/*.projects-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(0deg, #098ccd 0%, rgba(21,24,72,0) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}
*/
.projects-thumb img {
    width: 100%;
}

.projects-content {
    position: absolute;
    bottom: -67px;
    left: 5%;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
    background:#fff;
    border-radius: 5px;
    width: 90%;
}
.projects-content h3{margin-bottom: 0px;}

h3.projects-title a {
        display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #0e7eaa;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 5px;

}

span.projects-text {
    font-size: 18px;
    line-height: 28px;
    color: #1c1632;
    font-weight: 500;
    margin: 0;
}


.projects-single-box:hover::before {
    opacity: 1;
}

.projects-single-box:hover .projects-content {
    opacity: 1;
    bottom: 29px;
    padding: 10px;
}
.projects-list{
    margin-top: 30px;
}
.projects-list .slick-slider {
    margin:0 -15px;
}
.projects-list .slick-slide {
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}


.product-btn {
    display: inline-block;
}

.product-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #098ccd;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.product-btn a::before {
    position: absolute;
    content: "";
    background-color: #f26222;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.product-btn a:hover::before {
    height: 104%;
}
/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  padding: 70px 0 0px;
}

.process .section-title {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  float: left;

}
.process h2 {
 color: #282828;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins",sans-serif;
    text-transform: capitalize;
}
.process .section-sub-title {
color: #0f7dac;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
   width: 100%;
  float: left;
}

.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}

.process-shape-1 img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px 0;
  margin-bottom: 22px;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.process__icon {
      position: relative;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 227, 231);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 10%);
    height: 98px;
    width: 98px;
    margin: 0 auto;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.process__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #0f7eac;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.process__single:hover .process__icon:before {
  transform: scaleX(1);
}

.process__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process__single:hover .process__icon img {
  transform: scale(0.9);
  filter:  brightness(0) invert(1);
}

.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #6fbe49;
  z-index: 2;
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 50%;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process__single:hover .process__count:before {
  background-color: #4fb852;
}
.process__icon img{margin-bottom:-3px; width: 55px}

.process__content {
  position: relative;
  display: block;
  margin-top: 26px;
}

.process__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
    /* font-family: poppins,sans-serif; */
    color: #000;
}

.process__text {
  font-size: 14px;
  letter-spacing: 0.3px;
  font-family: poppins,sans-serif;
}


.process__single-2 {
  margin-top: 100px;
}

.process__single-2 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

.process__single-3 {
  margin-top: 50px;
}
.process__single-4{
	margin-top: 100px;
}
.process__single-4 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
.process .col-md-6{
	width: 20%;
	float: left;
}
/*===================*/

.cta-devider{
	background:  url(../images/cta-bg.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  padding: 60px 0px 60px;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 80px;
}
.cta-devider:before{
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255,0.2);
}
.cta-devider h3{  
  color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    border-left: 4px solid #fff;
    padding-left: 30px;
    margin-bottom: 0px;
}
.cta-devider h4{  
  color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 3.5rem;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.cta-devider a{  
color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 0px;
    border: 2px solid #fff;
    padding: 13px 30px;
    border-radius: 20px;
}
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
	background: #121834;
	color: #fff;
    transition: all 0.3s ease;
    font-size: 15px;
	/*border-top: 4px solid #9fcd46;*/
	font-family: 'poppins',sans-serif;
	position: relative;
}
.footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/map-bg.png) no-repeat center;
    object-fit: contain;
    background-size: 53%;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'poppins',sans-serif;
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
}
.footer h4:before {
  position: absolute;
  content: "";
  background: #fdf6f6;
  width: 50px;
  height: 1px;
  top:100%;
  left: 0px;
}
.footer h4:after {
  position: absolute;
  content: "";
  background: #16b6d5;
  width: 20px;
  height: 4px;
  top:97%;
  left: 0px;
  border-radius: 20px;
}
.footer-box1 {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.footer-box2 {
    width: 25%;
    float: left;
    margin-right: 2%;
}

.footer-box3 {
        width: 38%;
    float: left;
    margin-right: 0%;
    background: rgb(22 182 213 / 25%);
    border-radius: 10px;
    padding: 30px 30px 30px 40px;
}

.footer-box4 {
    width: 28%;
    float: left;
    margin-right: 0%;
}


/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
padding-left: 20px;
padding-top: 2px;
padding-bottom: 5px;
	margin: 0px;
  color:#fff;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
      letter-spacing: 0.5px;
}
.faddress li a {
	color: #fff;
  font-family: 'poppins',sans-serif;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}
.faddress li i{
  float: left;
  color: #16b6d5;
  margin-left: -20px;
  padding-top: 5px;
  font-weight: 500;
}

.faddress li:hover i {
  color: #73c04c;
}
/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
	padding-left: 20px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
  font-size: 15px;
  
}
.qlinks li a:hover {
	 color: #0ab1ef;
}
.qlinks li a i {
	margin-right: 3px;
	color: #16b6d5;
	margin-left: -15px;

}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
	margin-left: -20px;
}



/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 16px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #f9f9f9;
	font-size: 13px;
	 font-family: 'poppins',sans-serif;
	font-weight: normal;
	background: #d5800e17;
	/*border-top: 2px solid #1f5ca9;*/
}
.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(22 182 213 / 100%);
	text-align: right;
	 font-family: 'poppins',sans-serif;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}
.copyright_info p{font-family: 'poppins',sans-serif;}

.copyright-text{
	width: 100%;
	float: left;
	text-align: center;


}
.social-links{
	width: 100%;
	float: left;
	margin-top: 20px;
}

/* footer social links */
ul.footer_social_links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.footer_social_links li a i {
	width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 33px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #16b6d5;
    color: #16b6d5;
    transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}




/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


/*==============pages========================*/

.page-banner{
  width: 100%;
  float: left;
  background: url(../images/page-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 64px;
}
.page-banner:before{  
width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(18 70 137/80%), rgb(29 151 46 / 40%));
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
.pagebanner-text{
  padding: 35px 0px;  
  width: 100%;
  float: left;
  position: relative;
}
.pagebanner-text h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
}
.pagebanner-text p{
      color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;

}
.pagebanner-text p a{ color: #ffeb3b;}

.inner-page{
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.inner-page p{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 15px;
  text-align: justify;
}
.inner-page p:last-child{ padding-bottom: 0px;}

.inner-page li{ 
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-family: "poppins", sans-serif; 
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 10px;  
  text-align: justify;
}
.inner-page li:last-child{ padding-bottom: 0px;}


/*====================================*/
.mission-box{gap:20px;}
.mission-text{
  border-left:2px solid #117eac;
  padding:15px;
  padding-right: 0px;
  position: relative;
}
.mission-text h4{ 
      font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
    color: #000;
}
.mission-text:before{
  position:absolute;
  content: "";
  width:50px;
  height:2px;
  background:#117eac;
  left:0px;
  top:0px;
}
.mission-text:after{
  position:absolute;
  content: "";
  width:50px;
  height:2px;
  background:#117eac;
  left:0px;
  bottom:0px;
}
.mission-text li b{display: block}

/*=======service-page===========*/
.service-page-box{
  box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 10%);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.service-page-box img{width: 100%; }
.service-page-text{
padding: 20px;
}
.service-page  h3{ 
         color: #333;
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}
.service-page  h4{ 
      font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    color: #000;
}
.text-center{text-align: center !important;}
/*===============================*/
#contact {
  /*background-color: #6a9ac4;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact-box {
  width: 100%;
  margin: 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-links, .contact-form-wrapper {
  width: 50%;
  padding: 5% 5% 5% 5%;
}


.contact-links {
  background-color: #1f2e43;
  background:
  radial-gradient(
      circle at 55% 92%, #426691 0 12%, transparent 12.2%
    ), 
  radial-gradient(
      circle at 94% 72%, #426691 0 10%, transparent 10.2%
    ), 
  radial-gradient(
      circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
    ), 
  radial-gradient(
      circle at 0% 0%, #263a53 0 40%, transparent 40.2%
    ), 
    #1f2e43;
  border-radius: 10px 0 0 10px;
}

.contact-form-wrapper {
  background-color: #bdd2e5;
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 800px) {
  .contact-links, .contact-form-wrapper {
    width: 100%;padding: 7%;
  }
  
  .contact-links {
    border-radius: 10px 10px 0 0;
  }
  
  .contact-form-wrapper {
    border-radius: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-box {
    width: 100%;
    margin: 0% 0%;
  }
}

#contact h2 {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: center;
}
#contact h4{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}

#contact i {
  width: 40px;
  height: 40px;
    /* filter: hue-rotate(185deg) drop-shadow(2px 4px 4px #0006); */
  transition: 0.2s;
  user-select: none;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #e2ecff;
  color: #7da9fc;
  justify-content: center;
  font-size: 22px;
}
.address-box{
  display: flex;
  gap:20px;
  margin-top: 28px;
}
.address-box p, .address-box a{
  color: #f9f9f9;
  font-size: 15px;
  text-align: left;
}
.form-item {
  position: relative;
}

label, input, textarea {
  font-family: 'Poppins', sans-serif;
}

#contact label {
  position: absolute;
  top: 10px;
  left: 2%;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  user-select: none;
  font-weight: 500;
}

#contact input, #contact textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 14px;
}

#contact input:focus+label, 
#contact input:valid+label, 
#contact textarea:focus+label, 
#contact textarea:valid+label {
  font-size: 13px;
  color: #777;
  top: -20px;
  transition: all .225s ease;
}

#contact .submit-btn {
  background-color: #0f7dac;
  filter: drop-shadow(2px 2px 3px #0003);
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  display: block;
  padding: 12px 30px;
  margin: 2px auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}

#contact .submit-btn:hover {
  transform: scale(1.1, 1.1);
}
/*=========gallery=======================*/
.gallery .fit-image{
  width: 100%;
  margin-bottom: -6px;
  border-radius: 5px;
}
.gallery .gallery-box,.gallery1 .gallery-box{
  float: left;
  width:100%;
  margin-bottom: 1.2%;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

   
.gallery .overlay-img,.gallery1  .overlay-img {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 /0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 5px;
}
.gallery .gallery-box:hover .overlay-img, .gallery1 .gallery-box:hover .overlay-img {
  height: 100%;
  }

.gallery .hover-text, .gallery1 .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}    
.gallery .hover-text i, .gallery1 .hover-text i{
  background: #0f7eac;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
} 
.gallery .hover-whatsapp{background: #62ad3d !important;}
/*=======popup==============*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  background: #1882b0;
  padding: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.popup .close {
  position: absolute;
  top: -8px;
  right: -8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #f1f1f1;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 45px;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  /*max-height: 30%;*/
  height: 400px;
  padding-right: 15px;
  overflow: auto;
}

@media screen and (max-width: 700px){ 
  .popup{
    width: 95%;
  }
}
.fit-image{
  width: 100%;
  }
.table-responsive{
  overflow-x: auto;
}
.thead-light{
  background: #f1f1f1;
}
.product-popup h3{
  font-weight: 600;
  margin-top: 15px;
  color: #1882b0;
}
.popup-row{
  width: 100%;
  float: left;
}
.popup-left-box{
  width: 40%;
  float: left;
  margin-right: 5%;
  position: sticky;
  top: 0px;
}
.popup-right-box{
  width: 55%;
  float: left;
}

.engslabs-left{width: 55%; float: left; margin-right: 5%}

.engslabs-right{width: 40%; float: left}

.engslabs-left h3{    
  font-weight: 500;
  margin-top: 15px;
  color: #1882b0;
  }

.engslabs-right h3{    
  font-weight: 500;
  margin-top: 15px;
  color: #1882b0;
}


.why-chosee h3{font-weight: 500;
    margin-top: 15px;
    color: #1882b0;
    font-size: 18px}

.why-chosee h4{font-weight: 500;
    margin-top: 15px;
    color: #000;
    font-size: 16px}

.why-ul ul li{
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    text-align: justify;
  }

.large-project{background-color: #f8fff4; border-radius: 5px; border:1px solid #bdeaa6; padding: 16px; margin-top: 15px;}

.large-project p{font-size: 18px;
    line-height: 28px;
    font-family: "poppins", sans-serif;
    font-weight: 500;}

.areas-application ul{margin: 0}

.areas-application ul li{
  float: left;
    width: 33.333%;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
}












.project-name {
  text-align: center;
  padding: 10px 0;
}

.success {
  background: #78AD42 !important;
}

.timeline-container {
  max-width: 1000px;
  margin: 0 auto;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e1e1e1;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #1C71A4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
  position: relative;
  top: 13px;
  left: 14px;
  font-size: 24px;
  color: #fff;
}

#timeline .timeline-item .timeline-icon .bi {
  position: relative;
  top: 13px;
  left: 14px;
  font-size: 24px;
  color: #fff;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
     padding: 5px 22px;
    background: #1C71A4;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
}
#timeline .timeline-item .timeline-content p {
  padding-top: 10px;
  padding-bottom: 10px;    text-align: left;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1C71A4;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #1C71A4;
}


@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: -9px;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #1C71A4;
  }
  #timeline .timeline-item .timeline-icon {
            left: -8px;
  }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
  visibility: hidden;
}
.timeline-icon.animate-it {
  visibility: visible;
   -webkit-animation: bounce-1 0.6s;
   -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
  visibility: hidden;
}
.timeline-content.animate-it {
  visibility: visible;
   -webkit-animation: bounce-2 0.6s;
   -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
  }
@media only screen and (min-width: 769px) {
  /* Inverse bounce effect on even content blocks */
.timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 768px) {
  /* Inverse bounce effect on all content blocks */
.timeline-content.animate-it, .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }f
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
