
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #757b82;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 15px;
	color: #2a354e;
    font-weight: 600;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 44px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #0c54ad;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #2a354e;
    text-decoration: none;
}

#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #1AA15F;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    border:1px solid #1AA15F;
    transition-duration: 500ms;
}
#scrollUp:hover {
    border:1px solid #0c54ad;
    background-color: #0c54ad;
    transition-duration: 500ms;
}
.clear{
	clear:both;
}
.color{
    color: #0c54ad;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('images/Logo-n-content/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #0c54ad;
    text-shadow: none;
}
::selection {
    background: #0c54ad;
    text-shadow: none;
}
.bg-color{
    background:#f5f5f5;
}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #2a354e;
    padding: 0.2em 0;
}
.area-padding{
	padding: 100px 0px;
}
.area-padding-2{
    padding: 100px 0px 70px;
}
.area-padding-3{
    padding: 70px 0px 100px;
}
.area-padding-4{
    padding: 100px 0px 50px;
}
.section-headline {
    padding-bottom: 40px;
    position: relative;
}
.section-headline h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 48px;
}
.section-headline p {
    max-width: 560px;
    font-size: 17px;
    margin: 0 auto;
}
.white-headline h3{
   color:#fff; 
}
.section-headline h4 .color {
    color: #0c54ad;
    font-weight: 600;
}
.mar-row{
    margin-top: 50px;
}
.simple-text{
    font-weight: 400;
}
.color-text{
    color: #0c54ad
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:transparent;
}
.topbar-left ul li a {
    color: #2a354e;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.60px;
}
.topbar-left ul li a i {
    color: #0c54ad;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.top-social {
    float: right;
    padding: 10px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    opacity: 0.8;
    border-radius: 50%;
	background: #0c54ad;
}
.top-social ul li a:hover{
	color:#fff;
	opacity: 1;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area{
	background:transparent;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    color: #2a354e;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 15px;
    text-transform: capitalize;
    position: relative;
}
.main-menu > ul.navbar-nav >li >a::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: 34px;
    border: 1px solid #0c54ad;
    width:0;
    transition: 0.4s;
    opacity: 0;
}
.header-area.stick .main-menu > ul.navbar-nav >li >a::before {
    left: 16px;
    bottom: 27px;
}
.main-menu > ul.navbar-nav >li >a:hover::before {
    width:50%;
    transition: 0.4s;
    opacity: 1;
}
.main-menu ul.navbar-nav li a:hover{
	color: #0c54ad;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0c54ad;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #0c54ad;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#0c54ad;
}
.header-right-link {
    float: right;
    width: 180px;
    padding: 37px 0px;
    margin-left: 70px;
    text-align: right;
}
.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}
.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #2a354e;
    cursor: pointer;
    line-height: 28px;
}
.s-menu {
    padding: 10px 20px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
	
}
.s-menu:hover {
    border: 1px solid #0c54ad;
    background: transparent;
	color:#0c54ad;
    transition: 0.4s;
	cursor: pointer;
}
.header-area.stick  .header-right-link {
    padding: 27px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #f9f9f9;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 15px;
    color: #2a354e;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #0c54ad;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#0c54ad
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #2a354e;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #2a354e;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-home{
	position: relative;
	overflow: hidden;
    z-index: 1;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -180px;
}

.slider-content {
    position: relative;
}
.layer-1 h2 {
    color: #2a354e;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    max-width: 640px;
    margin-bottom: 20px;
}
.layer-2 p {
    font-size: 18px;
}
.ready-btn {
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.ready-btn:hover{
    color: #0c54ad;
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*--------------------------------*/
/* 4.About Area
/*--------------------------------*/
.about-area {
    position: relative;
}
.about-image {
    position: relative;
}
.about-text h3 {
    font-size: 34px;
    line-height: 40px;
}
.about-text li {
    display: block;
    position: relative;
}
.about-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}
.about-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\2714";
    font-family: lopard;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    background: #0c54ad;
}
.ab-btn {
    padding: 8px 20px;
    border: 1px solid #1AA15F;
    background: #1AA15F;
    color: #fff;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
}
.ab-btn:hover{
    background: transparent;
    color: #1AA15F;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  5. Services Area
/*----------------------------------------*/
.service-img {
    margin-bottom: 20px;
}
.single-service {
    padding: 36px 30px;
    border:1px solid #fff;
    position: relative;
    min-height: 300px;
}
.all-service {
    padding-left: 15px;
    padding-right: 15px;
}
.all-service .col-md-4,
.all-service .col-sm-6{
    padding-left: 0px;
    padding-right: 0px;
}
.text-service{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}
.service-content h4 a{
	color:#2a354e;
}
.single-service:hover{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 a:hover {
	color:#0c54ad;
}
.single-service h3 {
    font-size: 34px;
    line-height: 40px;
}
.single-service p {
    margin-bottom: 0px;
}
.service-btn {
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.service-btn:hover{
    border: 1px solid #0c54ad;
    background: transparent;
    color: #0c54ad;
    transition: all 0.4s ease 0s;
}
/*--------------------------------*/
/* 6.tab Area
/*--------------------------------*/
.tab-area{
	position: relative;
}
.tab-menu {
    display: block;
}
.tab-menu ul.nav{
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 20%;
}
.tab-menu ul.nav li a {
    border-radius: 0;
    display: flex;
    color: #2a354e;
    padding: 10px;
    align-items: center;
}
.tab-menu .nav-tabs{
	border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border-color: #f5f5f5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff !important;
  cursor: default;
  position: relative;
  background: #0C54AD;
}
.tab-menu ul.nav li a:hover{
    background:transparent;
}
.tab-menu ul.nav li.active a:hover{
    background:#0C54AD;
}
.cha-icon {
    display: inline-block;
    margin-right: 15px;
    font-size: 50px;
    line-height: 50px;
}
.title-date {
    display: inline-block;
    position: relative;
}
.tab-menu ul.nav li.active .cha-title,
.tab-menu ul.nav li.active .cha-date {
    color: #fff;
}
.cha-title {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    width: 70%;
}
.single-machine{
	position: relative;
}
.tab-menu ul.nav li:first-child a{
	margin-top: 0px;
}
.tab-content {
    margin-top: 40px;
}
.machine-text {
    margin-top: 20px;
}
.machine-text h3 {
    font-size: 32px;
    line-height: 40px;
}
.machine-text li {
    display: block;
    position: relative;
}
.machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}
.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\2714";
    font-family: lopard;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    background: #0c54ad;
}
/*----------------------------------------
  7. Achivement Area Css
----------------------------------------*/
.single-achive {
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 30px 20px;
    align-items: center;
}
.achive-image {
    width: 36%;
    height: 100%;
    margin-right: 15px;
}
.achivement-text h4 {
    color: #2a354e;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 500;
}
.achive-number {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color:#0c54ad;
}

.we-services {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-top: 60px;
}
.digital-services {
    width: 20%;
    float: left;
}
.digital-wel {
    text-align: center;
    border: 4px solid #ddd;
    padding: 30px;
}
.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}
.digital-content h4 {
	color: #ffffff;
	font-family: rockwell;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  8. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index:4;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}
.project-dec h4 {
    color: #2a354e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.project-dec h4::after {
    position: absolute;
	content: "\2192";
    right: 40px;
    top: 0px;
    font-family: lopard;
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 30px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
     transition: 0.5s;
}
.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#0c54ad;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #0c54ad;
    border: 1px solid #0c54ad;
}
/*----------------------------------------
 9.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.testimonial-inner {
    padding: 0px 50px 0px 0px;
}
.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}
.review-head p {
    font-size: 17px;
}
.reviews-btn{
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.reviews-btn:hover{
    border: 1px solid #0c54ad;
    background: #fff;
    color: #0c54ad;
}
.single-testi {
    margin: 0px 0px 50px;
}
.clients-text{
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testi-img {
    position: relative;
    margin-top: 50px;
}
.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    margin-right: 20px;
}
.reviews-content .active.center .testi-img img {
    border: 2px solid #0c54ad;
}
.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}
.reviews-content {
    margin-bottom: 5px;
}
.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 10px;
}
.testi-text span a{
    color:#0c54ad;
}
.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.reviews-content .active.center .single-testi .clients-text{
    background: #0c54ad;
}
.reviews-content .active.center .single-testi .clients-text p{
    color:#fff;
}
.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #0c54ad;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #0c54ad;
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}
.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}
.admin-type i,
.date-type i,
.comments-type i{
    color: #0c54ad;
    margin-right: 5px;
}
.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}
.blog-content p {
    line-height: 28px;
     transition: 0.4s;
}
.blog-content a h4:hover{
    color:#0c54ad;
    transition: 0.4s;
}
.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}
.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #0c54ad;
    margin-right: 10px;
}
.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog-meta {
    margin-bottom: 15px;
}
.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}
.blog-btn:hover{
    color: #0c54ad;
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*----------------------------------------*/
/*  11. Footer Area
/*----------------------------------------*/
.footer1 {
    background:url(https://image.shutterstock.com/image-vector/widescreen-abstract-financial-chart-uptrend-260nw-1684808446.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
	opacity: 0.95;
}
.footer1::after {
    background: url(https://image.shutterstock.com/image-vector/widescreen-abstract-financial-chart-uptrend-260nw-1684808446.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}
.footer-area {
    padding: 40px 0px;
}
.footer-content{
    overflow: hidden;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-head p {
    color: #757b82;
}
.logo-footer .footer-head p {
    color: #757b82;
    margin-bottom: 0px;
}
.footer-head h4 {
    color: #2a354e;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #0c54ad;
    border-radius: 2px;
    background: #0c54ad;
    transition: 0.4s;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #0c54ad;
    background: #fff;
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #757b82;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 30px;
}
.footer-list {
    width: 50%;
    float: left;
}
.footer-contacts p span {
    color: #0c54ad;
    font-weight: 700;
}
.subs-feilds {
    margin-top: 30px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}
.footer-content.logo-footer {
    padding-right: 30px;
}
.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}
.suscribe-input button {
    background: #0c54ad;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #0c54ad;
    transition: 0.4s;
}
.suscribe-input button:hover{
    color: #0c54ad;
    background: #fff;
     transition: 0.4s;
}
.footer-list li a {
    color: #757b82;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 400;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #757b82;
    left: 0;
}
.footer-list li a:hover{
    color: #0c54ad;
}
.footer-list li a:hover::after{
    background: #0c54ad;
}
.footer-area-bottom {
    padding: 25px 0;
    background:#f2f2f2;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#0c54ad;
}
.copyright-text a {
    color: #0c54ad;
}
.copyright > p {
    margin-bottom: 0;
    color: #757b82;
}
.copyright a {
    color: #0c54ad;
}
/*----------------------------------------*/
/*  12. Home page 02
/*----------------------------------------*/
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.intro-area-2{
    position: relative;
    z-index: 1;
}
.intro-area-2::after {
    background: rgba(0,0,0,0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.intro-area-2 .intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -118px;
}
.header-area-2 .main-menu ul.navbar-nav li a{
    color:#fff;
}
.header-two .topbar-left ul li a{
    color:#ddd;
}
.header-two .topbar-left ul li a i{
    color:#1AA15F;
}
.header-two .top-social ul li a{
    background: #1AA15F;
}
.header-area-2 .black-logo {
    display: none;
}
.header-area-2.stick .logo a.white-logo {
    display: none;
}
.header-area-2.stick .black-logo {
    display: block;
}
.header-area-2.stick.main-menu ul.navbar-nav li a{
    color:#2a354e;
}
.intro-area-2 .layer-1 h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    max-width: 900px;
    margin: 0px auto 20px;
    text-align: center;
}
.intro-area-2 .layer-2 p {
    color: #ddd;
    max-width: 600px;
    text-align: center;
    margin: 0px auto 20px;
}
.intro-area-2 .layer-3{
    text-align: center;
}
.color-2{
    color:#1AA15F;
}
.service-area-2 .service-btn,
.header-area-2 .s-menu,
.intro-area-2 .ready-btn{
    background: #1AA15F;
    border:1px solid #1AA15F;
    transition: 0.4s;
}
.header-area-2 .s-menu:hover{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
}
.service-area-2 .service-btn:hover,
.intro-area-2 .ready-btn:hover{
    background:transparent;
    color:#1AA15F;
    transition: 0.4s;
}
.header-area-2.stick .s-menu:hover{
    background: transparent;
    border:1px solid #1AA15F;
    transition: 0.4s;
    color:#1AA15F;
}
.header-area-2 .main-menu > ul.navbar-nav >li >a::before{
    border: 1px solid #1AA15F;
}
.header-area-2 .header-right-link {
    margin-left: 140px;
}
.footer2{
    position: relative;
    z-index: 1;
}
.footer2 {
    background: url(images/footer/2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.footer2::after {
    background: rgba(0,0,0,0.86);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer2 .footer-list li a,
.footer2 .footer-head p{
    color:#ddd;
}
.footer2 .footer-head h4{
    color:#fff;
}
.footer2 .footer-list li a::after{
    background: #ddd;
}
.footer2 .footer-area-bottom{
    background: rgba(0,0,0, 0.80);
}
.footer2 .copyright > p{
    color:#ddd;
}
.footer2 .footer-contacts p span{
    color:#1AA15F;
}
.footer2 .suscribe-input button{
    background: #1AA15F;
    border:1px solid #1AA15F;
}
.footer2 .footer-icons ul li a{
    background: #1AA15F;
    border:1px solid #1AA15F;
}
.footer2 .footer-icons ul li a:hover{
    background:transparent;
    color: #1AA15F;
}
.footer2 .suscribe-input button:hover{
    background:#fff;
    color: #1AA15F;
}
.footer2 .footer-list li a:hover{
    color:#1AA15F;
}
.footer2 .footer-list li a:hover::after{
    background: #1AA15F;
}
.footer2 .copyright a{
    color:#1AA15F;
}
/*--------------------------------*/
/* 12.2 .home-2 welcome Services Area
/*--------------------------------*/
.well-services {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.well-services::before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(images/aboutus/about/wl.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.well-services::after{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(12,84,173,0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.big-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: #0c54ad;
}
.main-wel {
    padding: 20px 0px 0px;
}
.wel-content p {
    margin-bottom: 0px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 500;
}
.well-services:hover .big-icon {
    transition: 0.4s;
    color: #fff;
}
.well-services:hover::before{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover::after{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover .wel-content h4,
.well-services:hover .wel-content p {
    color:#fff;
}
/*----------------------------------------*/
/*  13. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}
.page-area {
    background: url(images/background/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-area::after{
    position: absolute;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}

.page-area .section-headline::after {
    display: none;
}

.brand-content {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px;
}
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}
.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/*  14.	About page area
/*----------------------------------------*/
.single-proses {
    margin-top: 45px;
}
.proses-icon a {
    width: 100px;
    height: 100px;
    line-height: 97px;
    font-size: 36px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    background:#fff; 
}
.proses-icon {
    position: relative;
    display: inline-block;
}
.point-view {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}
.proses-text p {
    margin-bottom: 0px;
}
.point-blue .point-view{
    background: #0c54ad;
    border: 1px solid #0c54ad;
}
.point-orange .point-view{
    background: #b91ca8;
    border: 1px solid #b91ca8;
}
.point-green .point-view{
    background: #1AA15F;
    border: 1px solid #1AA15F;
}
.point-blue.proses-icon a{
    color:#0c54ad;
}
.point-orange.proses-icon a{
    color:#b91ca8;
}
.point-green.proses-icon a{
    color:#1AA15F;
}
.proses-text h4 {
    text-transform: capitalize;
    font-size: 22px;
    max-width: 270px;
    margin: 0px auto 15px;
}
/*----------------------------------------*/
/*  15. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 100%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(16,103,219,0.96) none repeat scroll 0 0;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #fff;
}
.team-content p {
    margin-bottom: 0;
    color: #ddd;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #0c54ad;
    color: #0c54ad;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #fff;
}
.social-icon li a:hover{
    border:1px solid #fff;
    color:#0c54ad;
	background: #fff;
}
.single-member .team-img::after{
    background: rgba(16,103,219,0.97) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 50%;
    margin-top: -65px;
    transition: 0.5s;
    background: rgba(16,103,219,0.01) none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.faq-area{
    position: relative;
}
.company-faq {
    display: block;
    overflow: hidden;
}
.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}
.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}
.single-faq .number {
    color: #0c54ad;
    font-weight: 600;
    padding-right: 10px;
    float: left;
}
.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-faq p {
    padding-left: 40px;
}
span.q-text {
    padding-left: 40px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}
.single-faq {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  17. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #0c54ad;
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #0c54ad;
}
.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #0c54ad;
}
.blog-left-content .blog-content::after{
    display: none;
}
.left-side {
    padding-right: 40px;
}
.right-side{
    padding-left: 40px;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px 25px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 12px;
}
.left-blog ul li span {
    display: inline-block;
    border: 1px solid #0c54ad;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #0c54ad;
    line-height: 24px;
}
.pst-content .date-type{
	font-size: 14px;
}
.blog-category ul li:after {
    position: absolute;
    content: "\e876";
    right: 5px;
    top: 8px;
    font-family: lopard;
    color: #3d5368;
    font-size: 14px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    padding-right:10px;

}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #0c54ad;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#0c54ad;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #0c54ad;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0c54ad;
    border-color: #0c54ad;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
/*----------------------------------------*/
/*  18. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #0c54ad;
}
.comments-content-wrap span a:hover {
    color: #0c54ad;
}
.comment-respond .add-btn.contact-btn {
    background: #0c54ad;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #0c54ad;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
	color: #0c54ad;
    border:1px solid #0c54ad;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments,
.related-post{
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.blog-details .blog-content h5 {
    font-size: 20px;
}
.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 15px;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
/*----------------------------------------*/
/* 19.Contact CSS
/*----------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}
.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}
.contact-content-right {
    padding:100px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 140px;
    padding: 20px;
    width: 100%;
}
.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #0c54ad;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #0c54ad;
}
.contact-form button[type=submit]:hover{
    color:#0c54ad;
    border: 1px solid #0c54ad;
    background: #fff;
    transition: all 0.3s ease 0s;
}
.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color:#0c54ad;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}
/*----------------------------------------*/
/* 20. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.page-head-left {
    margin-right: 40px;
}
.single-services-page p{
    color: #757b82;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu{
    border: 1px solid #ddd;
    padding: 20px 20px;
}
.left-menu li {
    display: block;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #0c54ad;
    position: relative;
}
.left-menu ul li a:hover {
    color: #0c54ad;
}
.left-menu ul li a {
    color: #2a354e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li.active a::after, 
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: lopard;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
}
.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.download-btn h4{
	text-transform: uppercase;
}
.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}
.single-well h3 {
    font-size: 34px;
}
.down-btn {
    border: 1px solid #ddd;
    color: #2a354e;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#0c54ad;
    background: #fff;
    border: 1px solid #0c54ad;
}
.single-page-head .clients-testi {
    padding: 30px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    border-radius: 3px;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}
.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
}
.single-page-head .review-img {
    margin-top: 0px;
    width: 80px;
    height: 80px;
    margin: auto;
}
.single-page-head .review-img img{
	border-radius: 50%;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.mar-well {
    margin-bottom: 40px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #0c54ad;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #2a354e;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: lopard;
    color: #0c54ad;
    font-weight: 700;
}
.single-services-page .marker-list li {
    color: #2a354e;
}
.blog-details .blog-category {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/* 21. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #2a354e;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-new h4 {
    color: #fff;
    font-size: 26px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #0c54ad;
    border: 1px solid #0c54ad;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #1AA15F;
    border: 1px solid #1AA15F;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 22px;
}
.project-name ul li {
    color: #2a354e;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.hire-btn{
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #0c54ad;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}
.hire-btn:hover{
    border: 1px solid #fff;
    background: #0c54ad;
    color: #fff;
    transition: 0.4s;
}
.new-project {
    background: #0c54ad;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}
.project-new h4 {
    color: #fff;
}
/*----------------------------------------*/
/*  22.	Animation  CSS
/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.last-item{
    margin-bottom: 0px;
}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

/*--------------------------------*/
/* button CSS
/*--------------------------------*/
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {background-color: #008CBA;}

.sustainability-images{
    display:flex;
    flex-wrap: wrap;
}


/*--------------------------------*/
/* .End CSS
/*--------------------------------*/











































/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #757b82;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
	margin: 0 0 15px;
	color: #2a354e;
    font-weight: 600;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 44px;
		
}
h3{
	font-size: 30px;
	line-height: 38px;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}

a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #2a354e;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #757b82;
    font-family: 'Nunito', sans-serif;
	font-size: 16px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}
#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #1AA15F;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    border:1px solid #1AA15F;
    transition-duration: 500ms;
}
#scrollUp:hover {
    border:1px solid #0c54ad;
    background-color: #0c54ad;
    transition-duration: 500ms;
}
.clear{
	clear:both;
}
.color{
    color: #0c54ad;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #0c54ad;
    text-shadow: none;
}
::selection {
    background: #0c54ad;
    text-shadow: none;
}
.bg-color{
    background:#f5f5f5;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #2a354e;
    padding: 0.2em 0;
}


.mar-row{
    margin-top: 50px;
}
.simple-text{
    font-weight: 400;
}
.color-text{
    color: #0c54ad
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:transparent;
}
.topbar-left ul li a {
    color: #2a354e;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.60px;
}
.topbar-left ul li a i {
    color: #0c54ad;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.top-social {
    float: right;
    padding: 10px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    opacity: 0.8;
    border-radius: 50%;
	background: #0c54ad;
}
.top-social ul li a:hover{
	color:#fff;
	opacity: 1;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area{
	background:transparent;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 27px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    color: #2a354e;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 15px;
    text-transform: capitalize;
    position: relative;
}
.main-menu > ul.navbar-nav >li >a::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: 34px;
    border: 1px solid #0c54ad;
    width:0;
    transition: 0.4s;
    opacity: 0;
}
.header-area.stick .main-menu > ul.navbar-nav >li >a::before {
    left: 16px;
    bottom: 27px;
}
.main-menu > ul.navbar-nav >li >a:hover::before {
    width:50%;
    transition: 0.4s;
    opacity: 1;
}
.main-menu ul.navbar-nav li a:hover{
	color: #0c54ad;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0c54ad;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
	padding: 10px 0px;
    border-radius: 3px;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    font-size: 15px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #0c54ad;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#0c54ad;
}
.header-right-link {
    float: right;
    width: 180px;
    padding: 37px 0px;
    margin-left: 70px;
    text-align: right;
}
.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}
.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #2a354e;
    cursor: pointer;
    line-height: 28px;
}
.s-menu {
    padding: 10px 20px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
}
.s-menu:hover {
    border: 1px solid #0c54ad;
    background: transparent;
	color:#0c54ad;
    transition: 0.4s;
}
.header-area.stick  .header-right-link {
    padding: 27px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #f9f9f9;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 15px;
    color: #2a354e;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #2a354e;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #0c54ad;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#0c54ad
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #2a354e;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #2a354e;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-home{
	position: relative;
	overflow: hidden;
    z-index: 1;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -180px;
}
.slider-content {
    position: relative;
}
.layer-1 h3 {
    color: #2a354e;
    font-size: 10px;
    font-weight: 600;
    line-height: 58px;
    max-width: 640px;
    margin-bottom: 20px;
}
.layer-2 p {
    font-size: 18px;
}
.ready-btn {
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.ready-btn:hover{
    color: #0c54ad;
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*--------------------------------*/
/* 4.About Area
/*--------------------------------*/

.aboutus-bg {
    background: url(../images/aboutUs-content/aboutus.webp) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 85vh;
    position: relative;
    z-index: 1;
}
.aboutus-bg::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



.about-area {
    position: relative;
}
.about-image {
    position: relative;
}
.about-text h3 {
    font-size: 34px;
    line-height: 40px;
}
.about-text li {
    display: block;
    position: relative;
}
.about-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}
.about-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #1AA15F;
}
.ab-btn {
    padding: 8px 20px;
    border: 1px solid #1AA15F;
    background: #1AA15F;
    color: #fff;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
}
.ab-btn:hover{
    background: transparent;
    color: #1AA15F;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  5. Services Area
/*----------------------------------------*/
.service-img {
    margin-bottom: 20px;
}
.single-service {
    padding: 36px 30px;
    border:1px solid #fff;
    position: relative;
    min-height: 300px;
}
.all-service {
    padding-left: 15px;
    padding-right: 15px;
}
.all-service .col-md-4,
.all-service .col-sm-6{
    padding-left: 0px;
    padding-right: 0px;
}
.text-service{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}
.service-content h4 a{
	color:#2a354e;
}
.single-service:hover{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: 0.5s;
}
.service-content h4 a:hover {
	color:#0c54ad;
}
.single-service h3 {
    font-size: 34px;
    line-height: 40px;
}
.single-service p {
    margin-bottom: 0px;
}
.service-btn {
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.service-btn:hover{
    border: 1px solid #0c54ad;
    background: transparent;
    color: #0c54ad;
    transition: all 0.4s ease 0s;
}
/*--------------------------------*/
/* 6.tab Area
/*--------------------------------*/
.tab-menu {
    display: block;
}
.tab-menu ul.nav{
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li a {
    border-radius: 0;
    display: flex;
    color: #2a354e;
    padding: 20px;
    align-items: center;
}
.tab-menu .nav-tabs{
	border-bottom: none;
}

.tab-menu ul.nav li a:hover{
    background:transparent;
}
   

.title-date {
    display: inline-block;
    position: relative;
}
.tab-menu ul.nav li.active .cha-date {
    color: #fff;
}
.single-machine{
	position: relative;
}
.tab-menu ul.nav li:first-child a{
	margin-top: 0px;
}
.tab-content {
    margin-top: 40px;
}
.machine-text {
    margin-top: 20px;
}
.machine-text h3 {
    font-size: 32px;
    line-height: 40px;
}
.machine-text li {
    display: block;
    position: relative;
}
.machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}
.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #1AA15F;
}
/*----------------------------------------
  7. Achivement Area Css
----------------------------------------*/
.single-achive {
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 30px 20px;
    align-items: center;
}
.achive-image {
    float: left;
    width: 36%;
    height: 100%;
    margin-right: 15px;
}
.achivement-text h4 {
    color: #2a354e;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 500;
}
.achive-number {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color:#0c54ad;
}

.we-services {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-top: 60px;
}
.we-services .digital-services {
    width: 20%;
    display: inline-block;
}

.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}
.digital-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  8. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index:4;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}
.project-dec h4 {
    color: #2a354e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.project-dec h4::after {
    position: absolute;
    content: "\F138";              /* Bootstrap Icons arrow-right */
    right: 40px;
    top: 0px;
    font-family: "bootstrap-icons";
    font-size: 20px;
    width: 50px;
    height: 30px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
    transition: 0.5s;
}

.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#0c54ad;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -60px;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #0c54ad;
    border: 1px solid #0c54ad;
}
/*----------------------------------------
 9.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.testimonial-inner {
    padding: 0px 50px 0px 0px;
}
.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}
.review-head p {
    font-size: 17px;
}
.reviews-btn{
    border: 1px solid #0c54ad;
    background: #0c54ad;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}
.reviews-btn:hover{
    border: 1px solid #0c54ad;
    background: #fff;
    color: #0c54ad;
}
.single-testi {
    margin: 0px 0px 50px;
}
.clients-text{
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testi-img {
    position: relative;
    margin-top: 50px;
}
.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    margin-right: 20px;
}
.reviews-content .active.center .testi-img img {
    border: 2px solid #0c54ad;
}
.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}
.reviews-content {
    margin-bottom: 5px;
}
.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 10px;
}
.testi-text span a{
    color:#0c54ad;
}
.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.reviews-content .active.center .single-testi .clients-text{
    background: #0c54ad;
}
.reviews-content .active.center .single-testi .clients-text p{
    color:#fff;
}
.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #0c54ad;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #0c54ad;
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}
.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}
.admin-type i,
.date-type i,
.comments-type i{
    color: #0c54ad;
    margin-right: 5px;
}
.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}
.blog-content p {
    line-height: 28px;
     transition: 0.4s;
}
.blog-content a h4:hover{
    color:#0c54ad;
    transition: 0.4s;
}
.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}
.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #0c54ad;
    margin-right: 10px;
}
.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog-meta {
    margin-bottom: 15px;
}
.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}
.blog-btn:hover{
    color: #0c54ad;
    background: transparent;
    transition: all 0.4s ease 0s;
}
/*----------------------------------------*/
/*  11. Footer Area
/*----------------------------------------*/
.footer1 {
    background:url(images/footer/fg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.footer1::after {
    background: url(images/background/shape-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}

.footer-logo {
    margin-bottom: -25px;
}
.footer-head p {
    color: #757b82;
}

.footer-head h4 {
    color: #2a354e;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #0c54ad;
    border-radius: 2px;
    background: #0c54ad;
    transition: 0.4s;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #0c54ad;
    background: #fff;
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #757b82;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 30px;
}
.footer-list {
    width: 50%;
    float: left;
}
.subs-feilds {
    margin-top: 30px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}
.suscribe-input button {
    background: #0c54ad;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #0c54ad;
    transition: 0.4s;
}
.suscribe-input button:hover{
    color: #0c54ad;
    background: #fff;
     transition: 0.4s;
}
.footer-list li a {
    color: #757b82;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 400;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #757b82;
    left: 0;
}
.footer-list li a:hover{
    color: #0c54ad;
}
.footer-list li a:hover::after{
    background: #0c54ad;
}

.copyright-text a:hover{
	text-decoration: underline;
	color:#0c54ad;
}
.copyright-text a {
    color: #0c54ad;
}
.copyright > p {
    margin-bottom: 0;
    color: #757b82;
}
.copyright a {
    color: #0c54ad;
}
/*----------------------------------------*/
/*  12. Home page 02
/*----------------------------------------*/
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}


.header-area-2 .main-menu ul.navbar-nav li a{
    color:#fff;
}
.header-two .topbar-left ul li a{
    color:#ddd;
}

.header-area-2 .black-logo {
    display: none;
}
.header-area-2.stick .logo a.white-logo {
    display: none;
}
.header-area-2.stick .black-logo {
    display: block;
}
.header-area-2.stick.main-menu ul.navbar-nav li a{
    color:#2a354e;
}


.color-2{
    color:#1AA15F;
}

.header-area-2 .s-menu:hover{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
}

.header-area-2.stick .s-menu:hover{
    background: transparent;
    border:1px solid #1AA15F;
    transition: 0.4s;
    color:#1AA15F;
}
.header-area-2 .main-menu > ul.navbar-nav >li >a::before{
    border: 1px solid #1AA15F;
}
.header-area-2 .header-right-link {
    margin-left: 140px;
}
.footer2{
    position: relative;
    z-index: 1;
}
.footer2 {
    background: url(images/footer/fg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.footer2::after {
    background: rgba(0,0,0,0.86);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer2 .footer-list li a,
.footer2 .footer-head p{
    color:#ddd;
}
.footer2 .footer-head h4{
    color:#fff;
}
.footer2 .footer-list li a::after{
    background: #ddd;
}


.footer2 .copyright > p{
    color:#ddd;
}

.footer2 .suscribe-input button{
    background: #1AA15F;
    border:1px solid #1AA15F;
}
.footer2 .footer-icons ul li a{
    background: #1AA15F;
    border:1px solid #1AA15F;
}
.footer2 .footer-icons ul li a:hover{
    background:transparent;
    color: #1AA15F;
}
.footer2 .suscribe-input button:hover{
    background:#fff;
    color: #1AA15F;
}
.footer2 .footer-list li a:hover{
    color:#1AA15F;
}
.footer2 .footer-list li a:hover::after{
    background: #1AA15F;
}
.footer2 .copyright a{
    color:#1AA15F;
}
/*--------------------------------*/
/* 12.2 .home-2 welcome Services Area
/*--------------------------------*/
.well-services {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
}
.well-services::before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(images/aboutus/about/wl.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.well-services::after{
    position: absolute;
    content:"";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(12,84,173,0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.big-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: #0c54ad;
}
.main-wel {
    padding: 20px 0px 0px;
}
.wel-content p {
    margin-bottom: 0px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 500;
}
.well-services:hover .big-icon {
    transition: 0.4s;
    color: #fff;
}
.well-services:hover::before{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover::after{
    transition: 0.4s;
    opacity:1; 
}
.well-services:hover .wel-content h4,
.well-services:hover .wel-content p {
    color:#fff;
}

/*----------------------------------------*/
/*  14.	About page area
/*----------------------------------------*/
.single-proses {
    margin-top: 45px;
}
.proses-icon a {
    width: 100px;
    height: 100px;
    line-height: 97px;
    font-size: 36px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    background:#fff; 
}
.proses-icon {
    position: relative;
    display: inline-block;
}
.point-view {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}
.proses-text p {
    margin-bottom: 0px;
}
.point-blue .point-view{
    background: #0c54ad;
    border: 1px solid #0c54ad;
}
.point-orange .point-view{
    background: #b91ca8;
    border: 1px solid #b91ca8;
}
.point-green .point-view{
    background: #1AA15F;
    border: 1px solid #1AA15F;
}
.point-blue.proses-icon a{
    color:#0c54ad;
}
.point-orange.proses-icon a{
    color:#b91ca8;
}
.point-green.proses-icon a{
    color:#1AA15F;
}
.proses-text h4 {
    text-transform: capitalize;
    font-size: 22px;
    max-width: 270px;
    margin: 0px auto 15px;
}
/*----------------------------------------*/
/*  15. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
    height: 230px;
    background-size: cover;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 100%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    width: 100%;
    height: 230px;
}
.team-content h4 a {
    color: #fff;
}
.team-content p {
    margin-bottom: 0;
    color: #ddd;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.advisor-member{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.advisor-member .single-member img{
    height: 230px;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #0c54ad;
    color: #0c54ad;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #fff;
}
.social-icon li a:hover{
    border:1px solid #fff;
    color:#0c54ad;
	background: #fff;
}
.single-member .team-img::after{
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 50%;
    margin-top: -65px;
    transition: 0.5s;
    background: rgba(16,103,219,0.01) none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.faq-area{
    position: relative;
}
.company-faq {
    display: block;
    overflow: hidden;
}
.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}
.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}
.single-faq .number {
    color: #0c54ad;
    font-weight: 600;
    padding-right: 10px;
    float: left;
}
.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-faq p {
    padding-left: 40px;
}
span.q-text {
    padding-left: 40px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}
.single-faq {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  17. Blog Sidebar Area
/*----------------------------------------*/

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #0c54ad;
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #0c54ad;
}
.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #0c54ad;
}
.blog-left-content .blog-content::after{
    display: none;
}
.left-side {
    padding-right: 40px;
}
.right-side{
    padding-left: 40px;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px 25px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 12px;
}
.left-blog ul li span {
    display: inline-block;
    border: 1px solid #0c54ad;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #0c54ad;
    line-height: 24px;
}
.pst-content .date-type{
	font-size: 14px;
}
.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    right: 5px;
    top: 8px;
    font-family: themify;
    color: #3d5368;
    font-size: 13px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    padding-right:10px;

}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #0c54ad;
}

.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
    max-width: 80px;
	height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#0c54ad;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #0c54ad;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0c54ad;
    border-color: #0c54ad;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
/*----------------------------------------*/
/*  18. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #0c54ad;
}
.comments-content-wrap span a:hover {
    color: #0c54ad;
}
.comment-respond .add-btn.contact-btn {
    background: #0c54ad;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #0c54ad;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
	color: #0c54ad;
    border:1px solid #0c54ad;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments,
.related-post{
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.blog-details .blog-content h5 {
    font-size: 20px;
}
.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 15px;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin: 30px 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
/*----------------------------------------*/
/* 19.Contact CSS
/*----------------------------------------*/

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}
.contact-content-right {
    padding:100px;
}


/*----------------------------------------*/
/* 20. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.page-head-left {
    margin-right: 40px;
}
.single-services-page p{
    color: #757b82;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu{
    border: 1px solid #ddd;
    padding: 20px 20px;
}
.left-menu li {
    display: block;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #0c54ad;
    position: relative;
}
.left-menu ul li a:hover {
    color: #0c54ad;
}
.left-menu ul li a {
    color: #2a354e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li.active a::after, 
.left-menu ul li a:hover::after {
    content: "\e649";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
}
.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.download-btn h4{
	text-transform: uppercase;
}
.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}
.single-well h3 {
    font-size: 34px;
}
.down-btn {
    border: 1px solid #ddd;
    color: #2a354e;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#0c54ad;
    background: #fff;
    border: 1px solid #0c54ad;
}
.single-page-head .clients-testi {
    padding: 30px;
    border: 1px solid #0c54ad;
    background: #0c54ad;
    border-radius: 3px;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}
.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
}
.single-page-head .review-img {
    margin-top: 0px;
    width: 80px;
    height: 80px;
    margin: auto;
}
.single-page-head .review-img img{
	border-radius: 50%;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.mar-well {
    margin-bottom: 40px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #0c54ad;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #2a354e;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    color: #0c54ad;
    font-weight: 700;
}
.single-services-page .marker-list li {
    color: #2a354e;
}
.blog-details .blog-category {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/* 21. Project Details page
/*----------------------------------------*/

.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-new h4 {
    color: #fff;
    font-size: 26px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #0c54ad;
    border: 1px solid #0c54ad;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #1AA15F;
    border: 1px solid #1AA15F;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 22px;
}
.project-name ul li {
    color: #2a354e;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.hire-btn{
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #0c54ad;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}
.hire-btn:hover{
    border: 1px solid #fff;
    background: #0c54ad;
    color: #fff;
    transition: 0.4s;
}
.new-project {
    background: #0c54ad;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}
.project-new h4 {
    color: #fff;
}
/*----------------------------------------*/
/*  22.Home area 03
/*----------------------------------------*/

.topbar-area-3{
    background:rgba(0,0,0,0.4);
    border-bottom: 1px solid #333;
}
.header-three .header-area-2 .main-menu ul.navbar-nav li a {
    color: #2a354e;
}
.header-three .header-area-2 .main-menu ul.navbar-nav li a:hover {
    color: #5C7D47;
}
.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.welcome-area-2 .big-icon {
    color: #1AA15F;
}
.welcome-area-2 .well-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,161,95,0.96);
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.welcome-area-2 .well-services:hover::after{
    transition: 0.4s;
    opacity:1; 
}
.green-btn {
    border: 1px solid #1AA15F;
    background: #1AA15F;
}
.green-btn:hover {
    border: 1px solid #1AA15F;
    background: transparent;
    color: #1AA15F;
    transition: all 0.4s ease 0s;
}

.project-area-2 .project-dec h4::after {
    border: 1px solid #1AA15F;
    background: #1AA15F;
}
.project-area-2 .single-awesome-project:hover .project-dec h4 {
    color: #1AA15F;
}
.project-area-2 .awesome-img > a::after {
    background: rgba(26,161,95,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.project-area-2 .single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.project-area-2 .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-area-2 .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #1AA15F;
    border: 1px solid #1AA15F;
}
.blog-area-2 .admin-type i, 
.blog-area-2 .date-type i, 
.blog-area-2 .comments-type i{
    color:#1AA15F;
}
.blog-area-2 .blog-content a h4:hover {
    color: #1AA15F;
    transition: 0.4s;
}
.footer-3 {
    background: url(images/footer/fg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.footer-3::after {
    background: rgba(18,32,61,0.86);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*----------------------------------------*/
/*  23.Pricing area css
/*----------------------------------------*/
.table-list {
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.top-price-inner {
    position: relative;
    text-align: center;
    padding: 40px 30px 0px;
    background: #0c54ad;
    margin-bottom: 80px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.top-price-inner::after {
    border-top: 99px solid #0c54ad;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: -55px;
    transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
span.users {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
span.dolar {
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    top: -17px;
}
.prices {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}
.table-list:hover{
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}
.table-list ol li {
    color: #888e94;
    padding: 8px 0px;
    position: relative;
    text-align: center;
    font-weight: 400;
}
.table-list li.check{
    position: relative;
}
.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    left: 10%;
    top: 9px;
    color: #0c54ad;
    font-weight: 300;
}
.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #FF5B5B;
}
.price-btn {
    padding: 30px 20px;
}
.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 34px;
    background: #0c54ad;
    border: 1px solid #0c54ad;
}
.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.price-btn a:hover {
    background: #fff;
    color: #0c54ad;
    border: 1px solid #0c54ad;
}
.table-list ol {
    margin-top: 10px ;
}
.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: #1FC157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    transform: rotate(45deg);
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
/*----------------------------------------
22. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}
.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}
.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}
.login-image {
    width: 50%;
    float: left;
}
.login-image, .log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}
.login-area form#contactForm {
    border: none;
    border-radius:0;
    box-shadow: none;
    background: #fff;
}
.login-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}
.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.slide-btn.login-btn {
    border: 1px solid #0c54ad;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 0px;
    background: #0c54ad;
    color: #fff;
    height: 46px;
    font-size: 16px;
}
.slide-btn.login-btn:hover{
    border: 1px solid #0c54ad;
    background: #fff;
    color: #0c54ad;
    transition: all 0.4s ease 0s;
}
.flex-box{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.check-group {
    position: relative;
    margin: 10px 0px 20px;
}
.check-box{
    color: #444;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}
.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}
.remember-text {
    color: #444;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}
.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}
.separetor {
    margin-top: 20px;
}
.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px;
}
.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.sign-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}
.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 600;
}
.sign-icon ul li a.facebook{
    color: #3B5998
}
.sign-icon ul li a.twitter{
    color: #00ACED
}
.sign-icon ul li a.google{
    color: #C32F10
}
.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}
.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}
.signup-page .login-image, .signup-page .log-inner img {
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    margin-top: 40px;
}
/*----------------------------------------*/
/*  23. Home-04 css
/*----------------------------------------*/

.header-three .topbar-area {
    background: transparent;
}
.header-three .topbar-left ul li a i,
.header-three .topbar-left ul li a{
    color:#ddd;
}
.header-three .header-area .header-right-link {
    margin-left: 10px;
    width: 150px;
}
.intro-4 .layer-1 h2{
    color:#fff;
}
.intro-4 .color{
    color:#1AA15F;
}
.header-three .header-area .s-menu{
    background: #1AA15F;
    border: 1px solid #1AA15F;
    transition: 0.4s;
}
.header-three .header-area .s-menu:hover{
    background:transparent;
    color:#1AA15F;
    transition: 0.4s;
}

.about-area-2 .about-content {
    margin-right: 20px;
}
.about-area-2 .about-text{
    margin-left: 20px;
    margin-top: 30px;
}
.service-area-2 .all-service .col-md-4, 
.service-area-2 .all-service .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.head-service{
    padding: 0px;
    border: none;
    margin-bottom: 30px;
}
.head-service:hover{
    box-shadow: none;
    background: inherit;
}
.service-area-2 .single-service{
    margin-bottom: 30px;
}


/*----------------------------------------
 10. Quote Area
----------------------------------------*/
.quote-area {
	height: auto;
	width: 100%;
    background: #12203D;
}
.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border:1px solid rgba(26,161,95,0.4);
    border-radius: 3px;
    color: #fff;
}
.quote-area #contactForm input.last-part{
	margin-bottom: 0px;
}


.quote-area .quote-btn:hover{
    background:transparent!important;
    color:#1AA15F !important;
    transition: 0.4s;
}
.help-block.last-part{
	margin:0px;
}
.green-color{
    color:#1AA15F;
}
.pricing-area-3 .top-price-inner{
    background: #1AA15F;
}
.pricing-area-3 .top-price-inner::after{
    border-top: 99px solid #1AA15F;
}
.pricing-area-3 .price-btn a {
    color: #fff;
    background: #1AA15F;
    border: 1px solid #1AA15F;
}
.pricing-area-3 .price-btn a:hover {
    color: #1AA15F;
    background:transparent;
}
.table-list li.check::before{
    color:#1AA15F;
}
/*----------------------------------------*/
/*  24.	Home-5  CSS
/*----------------------------------------*/



span.new {
    float: right;
    background: #1AA15F;
    padding: 2px 5px;
    line-height: 20px;
    color: #fff !important;
    border-radius: 3px;
}

/*----------------------------------------*/
/*  25.	Animation  CSS
/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.last-item{
    margin-bottom: 0px;
}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

@keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

























































































/*--------------------------------*/
/* home page CSS===============================================================================================================
/*--------------------------------*/

.nav {
  display: flex;
}

.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}



.nav-menu li a{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration:none;
  padding: 5px 0;
  margin-top: 10px;
}

.nav-link:hover {
  color: #5C7D47;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #5C7D47; /* your brand green */
  transition: width 0.3s ease;
}

.nav-link:hover::after, 
.nav-link.active::after {
  width: 100%;
  color: #5C7D47;
}


/* === Responsive === */
@media (max-width: 900px) {
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    background: #ffffff;
    height: 100vh;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 30px;
    box-shadow: -8px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
  }

  .nav.active {
    right: 0;
  }


  .contact-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .contact-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .contact-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    flex-direction: column;
    gap: 25px;
  }

  .nav-link {
    font-size: 1.2rem;
    color: #333;
  }
}


/* Responsive Logo */
.site-logo {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .site-logo { height: 48px; }
}

/* Hero Background Animation */

@keyframes oceanBreath {
  0% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}

/* Smooth Fade Slider */
.owl-fade .owl-item {
  transition: opacity 1.2s ease-in-out;
}

/* Subtle Button & Hover Effects */


.about-img{
    border-top-right-radius:50px;
    border-bottom-left-radius:50px;
    height: 420px;
    width: 100%;

}

/* Tabs container */
.navtabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

/* Each tab */
.navtabs li {
  cursor: pointer;
  padding: 12px 25px;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  margin:5px;
  height: 30%;
  width:25%;
}

/* Active tab */
.navtabs li.active {
  border: 2px solid #1F3B64;
  color: #5C7D47;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(92, 125, 71, 0.2);
}

/* Hover effect */
.navtabs li:hover {
  color: #5C7D47;
  transform: translateY(-3px);
}

/* Icons inside tabs */
.cha-icon {
  display: block;
  color: #5C7D47;
  font-size: 20px;
  margin-bottom: 6px;
  padding: auto;
  transition: all 0.3s ease;

}

.cha-title {
    color: #5C7D47;
}

.navtabs li.cha-container {
  height: 130px;
  width: 500px;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
}

/* Icon hover bounce */
.navtabs li:hover .cha-icon {
  color: #5C7D47;
  transform: scale(1.2) rotate(10deg);
}

/* Tab content */
.tab-content .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
}

/* Active pane */
.tab-content .tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tab-content .tab-pane h3 {
    text-align: center;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.45s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.biosolutions-head{
    margin-top: 300px;
    text-align: center;
    color: white;
}

.tab-image{
    height: 350px;
    width: 500px;
    border-radius: 5px;
}

.biosolutions-head h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    font-family: sans-serif;
    
}



.slide-up-text{
  opacity: 0;
  transform: translateY(50px);
  filter: blur(3px);
  animation: fadeSlideUp 1.1s cubic-bezier(.22,.61,.36,1) forwards;
}
.delay-1 {
  animation-delay: 0.6s;
}
.delay-2 {
  animation-delay: 0.9s;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(35px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}



.home-digital-services
{
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../images/Homepage-Content/Digital-services/digital2.jpg') center/cover no-repeat;
	opacity: 0.85;
    color: #fff;
    height: 450px;
    
}

.digital-services{
    height: 250px;
    width: 230px;
}

.digital-services-icon img{
    height: 100px;
    width: 100px;
    text-align: center;
}

.digital-services-content h4{
    text-align: center;
    font-size:12px;
    color: #fff;
    font-weight:bold;
}

.hover-modal {
  position: fixed;
  top: 120px; /* below navbar */
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 60%;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 9999;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.hover-modal.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.hover-modal a {
  color: #005f56;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hover-modal a:hover {
  color: #0a9396;
}

.bio-main-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  justify-content: center;
}

.bio-main-list li {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color:#1F3B64;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.bio-main-list li:hover,
.bio-main-list li.active {
  color: #36588b;
  transform: scale(1.05);
}

.bio-main-list li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0a9396;
  transition: width 0.3s ease;
}

.bio-main-list li:hover::after,
.bio-main-list li.active::after {
  width: 100%;
}

.bio-sub-sections {
  margin-top: 20px;
  position: relative;
  width: 100%;
  min-height: 100px;
}

.bio-sub {
  display: none;
  justify-content: center;
  gap: 20px;
  transition: opacity 0.3s ease;
}

.bio-sub.active {
  display: flex;
  opacity: 1;
}

.bio-card {
  background: #f6f8f7;
  border: 2px solid #5C7D47;
  border-radius: 12px;
  padding: 15px 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #004f4a;
  text-align: center;
  min-width: 160px;
  transition: all 0.3s ease;
}

.bio-card:hover {
  background: #0a9396;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.footer-embeded-map iframe{
    width: 100%;
    height: 200px;
    border-radius:5px;
    margin-top:5%;
    border-color: #005f4b;

}


.footer-logo img{
    height: 150px;
    width: 500px;
    margin-right: 0px;
    margin-top:10%;
    padding: 0px;
    margin-left:10%;
}   


.footer-area{
    background: whitesmoke;
    padding: 40px 0px;
    color: hsl(0, 0%, 100%);
    text-align: center;
}

.biodiversity-section h3{
    font-size: 36px;
}






/*----------------------------------------*/
/*  Sustainability area
/*----------------------------------------*/

#sustainability_impact {
    padding: 80px 0;
    background-color: #ffffff;
  }

  /* Section header */
  #sustainability_impact .impact-header {
    max-width: 700px;
    margin: 0 auto 60px auto;
    text-align: center;
  }

  #sustainability_impact .impact-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
  }

  #sustainability_impact .impact-header p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
  }

  /* Top cards row */
  #sustainability_impact .impact-cards {
    margin-bottom: 60px;
  }

  #sustainability_impact .impact-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #sustainability_impact .impact-card:not(:last-child) {
    margin-bottom: 30px;
  }

  #sustainability_impact .impact-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  #sustainability_impact .impact-icon {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #f3f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sustainability_impact .impact-icon i {
    font-size: 26px;
    color: #1d4ed8;
  }

  #sustainability_impact .impact-percentage {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
  }

  #sustainability_impact .impact-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
  }

  #sustainability_impact .impact-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
  }

  #sustainability_impact .impact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  }

  /* Features list */
  #sustainability_impact .impact-features {
    margin-top: 40px;
  }

  #sustainability_impact .impact-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  #sustainability_impact .impact-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
  }

  #sustainability_impact .impact-feature-icon i {
    font-size: 18px;
    color: #1d4ed8;
  }

  #sustainability_impact .impact-feature-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
  }

  #sustainability_impact .impact-feature-text p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
  }

  /* Desktop spacing similar to screenshot */
  @media (min-width: 992px) {
    #sustainability_impact .impact-card:not(:last-child) {
      margin-bottom: 0;
    }
  }

.sustainability-bg {
    background: url(../images/Sustainability-content/sustainability-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 85vh;
    position: relative;
    z-index: 1;
}

.sustainability-bg::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.top-bg-section{
    background: transparent;
    color: #fff;
    opacity: 0;
  transform: translateY(50px);
  filter: blur(3px);
  animation: fadeSlideUp 1.1s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.5s;
}

.top-bg-section h1{
    color: #fff;
    margin-top: 550px;
    text-align:start;
    font-size: 48px;
    font-weight: 700;

}
.top-bg-section h1 span{
    color:#5C7D47 ;

}
 .top-bg-section p{
    color: #ddd;
    margin-top: 20px;
    text-align:start;
    font-size: 18px;
    line-height: 1.8;
 }



.brand-content {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px;
}

.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}


.sustainability-tab-section {
  padding: 80px 0;
  background: #f9fcfa;
  font-family: "Poppins", sans-serif;
}

.sustainability-goals-section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sustainability-main-head {
  text-align: start;
  font-size: 42px;
  font-weight: 400;
  color: #5C7D47;
  margin-top:30px;
  margin-bottom: 10px;
}

.sustainability-main-head span {
  font-weight: 700;
    color: #003c2f;
}


.sustainability-subtext {
  text-align: start;
  color: #4d4d4d;
  margin-bottom: 50px;
}

.goals-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.goal-card {
  margin-top: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100px;
  width: 100px;
  padding-top:20px;
  text-align: center;
}

.goal-number {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 160px;
  font-weight: 700;
  color: rgba(0,0,0,0.15);  /* faint background number */
  z-index: 0;
  pointer-events: none;     /* doesn’t block text selection */
}



.goal-card i {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.goal-card h4 {
  font-size: 10px;
  color: #fff;
  font-weight:700;
  text-align: center;
  padding: 0px;
}

.goal-card:hover {
  transform: translateY(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.goal-card.active {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.goals-content {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.goal-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.goal-content.active {
  display: block;
  height:200px;
}

.goal-content h3 {
  color: #003c2f;
  margin-bottom: 10px;
}

.goal-content p {
  color: #333;
  line-height: 1.6;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sustainability-footer-area{
    background: whitesmoke;
    padding: 40px 0px;
    color: hsl(0, 0%, 100%);
    text-align: center;
}

.sustainability-footer-embeded-map iframe{
    width: 100%;
    height: 300px;
    border-radius:5px;
    border-color: #005f4b;

}


/*----------------------------------------*/
/*  Contact Us Page CSS
/*----------------------------------------*/


/* === Contact Header Base === */
.contact-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.contact-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Logo === */
.contact-logo img {
  height: 60px;
  width: auto;
  transition: transform 0.3s ease;
}

.contact-logo img:hover {
  transform: scale(1.05);
}

/* === Menu === */
.contact-nav {
  display: flex;
}

.contact-menu {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.contact-menu li a{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  text-decoration:none;
  padding: 5px 0;
}

.contact-link:hover {
  color: #5C7D47;
}

.contact-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #5C7D47; /* your brand green */
  transition: width 0.3s ease;
}

.contact-link:hover::after, 
.contact-link.active::after {
  width: 100%;
  color: #5C7D47;
}


/* === Responsive === */
@media (max-width: 900px) {
  .contact-nav {
    position: fixed;
    top: 0;
    right: -100%;
    background: #ffffff;
    height: 100vh;
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 30px;
    box-shadow: -8px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
  }

  .contact-nav.active {
    right: 0;
  }


  .contact-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .contact-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .contact-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .contact-menu {
    flex-direction: column;
    gap: 25px;
  }

  .contact-link {
    font-size: 1.2rem;
  }
}

/*top heading and tagline */

.contact-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #5C7D47;/* eco-green tone */
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
}


.contact-section {
  background: #fff;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

/* Left form */
.contact-form-area {
  flex: 1 1 60%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.form-group span {
  color: red;
}

input, select, textarea {
  padding: 10px 12px;
  border: 1px solid #7ed957;
  border-radius: 4px;
  outline: none;
  font-size: 15px;
  transition: border 0.3s ease;
}

input:focus, select:focus, textarea:focus {
  border-color: #4caf50;
}

.submit-btn {
  align-self: flex-start;
  padding: 10px 28px;
  background: #5C7D47;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #5cbf3a;
}

/* Right info */
.contact-info-area {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-block i {
  color: #7ed957;
  font-size: 22px;
}

.map-block iframe {
  border-radius: 10px;
  width: 420px;
  height: 250px;
  border: #000;
}

.follow-block .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  color: #7ed957;
  border: 1px solid #7ed957;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #7ed957;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
  }
}

.contactus-footer-area{
    background: whitesmoke;
    padding: 40px 0px;
    color: hsl(0, 0%, 100%);
    text-align: left;
}


.contactus-footer-logo img{
    width: 700px;
    height: auto;
    text-align: end;
    
}

.footer-contacts span{
    color:#7ed957 ;
    font-size:medium;
    margin-right:5px;
}



/*----------------------------------------*/
/*  FEED PRODUCTS Page CSS
/*----------------------------------------*/


/* --- Hero Section --- */
.hero-section {
    background-size: cover;
    background-position: center;
    height: 700px; 
    display: flex;
    align-items: flex-end; 
    padding: 0 5%;
    position: relative;
    z-index:1;
}


/* Dark overlay for text readability */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Subtle dark overlay */
}

.hero-content {
    z-index: 10;
    color: white;
    padding-bottom: 50px;
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.hero-content p {
    font-size: 24px;
    margin-top: 5px;
    font-weight: 300;
}

/* --- background images of feed products --- */
.feed-pro-bg-1{
    background-image: url('../images/feed-product-aqua-booster/aqua-booster-cover-page.jpeg'); /* Replace with a high-res image */

}
.feed-pro-bg-2{
    background-image: url('../images/Bio-solutions/feed-pro2-bg.webp'); /* Replace with a high-res image */
}


/* ---Background image of biostimulant --- */

.biostimulant-bg{
    background-image: url('../images/biostimulant-content/biostimulant-cover.jpeg'); /* Replace with a high-res image */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

/* --- Background image of granules --- */

.granules-bg{
    background-image: url('../images/Granules-content/Granules-cover-image.jpeg'); /* Replace with a high-res image */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.PDR-bg{
    background-image: url('../images/PDR-content/PDR-cover-image.jpeg'); /* Replace with a high-res image */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}



/* --- Product Description & Dosage Section --- */
.product-details-section {
    display: flex;
    padding: 50px 5%;
    gap: 40px;
    align-items: flex-start;
}

.description-text {
    flex: 2;
}

.description-text p {
    margin-bottom: 15px;
    font-size: 18px;
}

.dosage-info {
    margin-top: 20px;
    font-size: medium;
}

.dosage-info h3 {
    color: var(--sea6-light-green);
    margin-top: 20px;
    font-size: 22px;
}

.product-image-container {
    flex: 1;
    text-align: center;
}

.product-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- Benefits Section UI Improvements --- */
.benefits-section {
    padding: 80px 5%; /* Increased padding for more breathing room */
    background-color: #f4f4f4;
}

.benefits-section h2 {
    font-size: 44px;
    color: var(--sea6-green);
    margin-bottom: 50px;
    text-align: center; /* Centering the heading for prominence */
}

.benefits-grid {
    display: flex;
    justify-content: center; /* Center the grid on the page */
    gap: 35px;
    flex-wrap: wrap;
}

.benefit-card {
    flex: 0 0 calc((100% - 70px) / 3);
    min-width: 300px;
    max-width: 400px;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px; /* Smoother corners */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Deeper, more noticeable shadow */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 280px; /* Slightly taller for better content spacing */
}

.benefit-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* Icon Styling (Focus on high contrast and size) */
.icon-circle {
    font-size: 36px;
    padding: 15px;
    color: #1F3B64;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.benefit-card.green-bg .icon-circle {
    /* Override for the dark card to maintain contrast */
    color: #1F3B64;
}
.icon-circle{
    background-color: #1F3B64; /* Eco-green background for icons */
}

.benefit-card p {
    font-size: 19px;
    font-weight: 400;
    color: #1F3B64; /* Inherits white for green card, dark for white card */
}

.benefit-card p strong {
    font-weight: 700;
}

/* --- Key Features Section Enhancements --- */
.key-features-section {
    display: flex;
    justify-content: space-between;
    padding: 60px 5%;
    background-color: var(--sea6-text-light);
    text-align: center;
    border-top: 1px solid #eee;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.03); /* Subtle separation line */
}

.feature-item {
    flex: 1;
    padding: 0 30px;
    border-left: 1px solid #ddd; /* Vertical dividers between features */
}

.feature-item:first-child {
    border-left: none; /* Remove divider for the first item */
}

.feature-icon {
    font-size: 55px;
    margin-bottom: 15px;
    color: #5C7D47; /* Giving the icons a subtle color */
}

.feature-item p {
    font-size: 16px;
    font-weight: 500;
}

.map-footer-area{
    background: rgba(255, 255, 255, 0.97);
    padding: 40px 0px;
    color: hsl(0, 0%, 100%);
    text-align: center;
}



/*----------------------------------------*/
/*  22.Food products Page CSS  
/*----------------------------------------*/

.food-pro-bg{
    background-image: url('../images/Bio-solutions/food-pro-bg.jpg');
    background-size: cover;
    background-position: center;;
    height: 600px
}

.food-pro2-bg{
    background-image: url('../images/Bio-solutions/food-pro2-bg.webp');
    background-size: cover;
    background-position: center;;
    height: 600px
}

/* --- Product Applications Section Styles --- */
.product-applications-section {
    padding: 60px 5%;
    background-color: #ffffff; /* Clean white background */
    text-align: left;
    position: relative; /* Needed for positioning scroll controls */
    overflow: hidden; /* To ensure content stays within bounds if we implement sliding */
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--app-green);
    margin-bottom: 40px;
    margin-left: 20px; /* Aligned with the card start */
}

/* Grid Layout (Assuming three items per row) */
.application-grid {
    display: flex;
    justify-content: center;
    gap: 50px; 
    margin: 20px;/* Space between cards */
    margin-bottom: 40px; /* Space between rows */
}

.application-card {
    width: calc(33.33% - 20px); /* Approx 1/3 width minus gap allowance */
    max-width: 400px;
    text-align: center;
    flex-grow: 1;
}

.app-image {
    width: 350px;
    height: 350px;

    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.app-label {
    font-size: 22px;
    font-weight: 600;
    color: var(--app-text-dark);
    letter-spacing: 1px;
}

/* Scroll Controls (Circles in the top right) */
.scroll-controls {
    position: absolute;
    top: 60px;
    right: 5%;
    display: flex;
    gap: 10px;
}

.control-circle {
    width: 40px;
    height: 40px;
    border: 2px solid var(--app-text-dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    color: var(--app-text-dark);
    font-weight: 300;
}

.application-carousel-wrapper {
    overflow: hidden; 
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
}

/* Updated width to reflect 6 original + 3 cloned cards = 9 total */
.application-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    width: calc((100% / 3) * 9); /* Total width is 300% of the visible area */
    margin: 0 -15px; 
}

/* Updated card width to reflect 9 items in the track */
.application-card {
    width: calc(100% / 9); 
    min-width: calc(100% / 9);
    text-align: center;
    padding: 0 15px;
    flex-shrink: 0;
}




/*----------------------------------------*/
/*  21. R&D Page CSS 
/*----------------------------------------*/

.RnD-bg {
    background: url(../images/R&D-content/RnD-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 85vh;
    position: relative;
    z-index: 1;
}

.RnD-bg::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}





.RnD-top-section{
    background: transparent;
    color: #fff;
    opacity: 0;
  transform: translateY(50px);
  filter: blur(3px);
  animation: fadeSlideUp 1.1s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.5s;
}

.RnD-top-section h1{
    color: #fff;
    margin-top: 550px;
    text-align:start;
    font-size: 48px;
    font-weight: 700;

}

.RnD-top-section p{
    color: #ddd;
    margin-top: 20px;
    text-align:start;
    font-size: 18px;
    line-height: 1.8;
}

.RnD-footer-area{
    background: whitesmoke;
    padding: 40px 0px;
    color: hsl(0, 0%, 100%);
    text-align: center;
}

.RnD-footer-embeded-map iframe{
    width: 100%;
    height: 300px;
    border-radius:5px;
    border-color: #005f4b;

}

.RnD-footer-logo img{
    height: 150px;
    width: 500px;
    margin-right: 0px;
    margin-top:10%;
    padding: 0px;
    margin-left:10%;
}


/* Section base */
#research_development {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Header */
#research_development .rd-header {
  max-width: 720px;
  margin: 0 auto 60px auto;
}

#research_development .rd-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

#research_development .rd-header p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

/* Focus cards */
#research_development .rd-focus-areas {
  margin-bottom: 60px;
}

#research_development .rd-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 28px 26px 24px;
  margin-bottom: 30px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#research_development .rd-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

/* Card background accents */
#research_development .rd-card-primary { background: #f0f7ff; }
#research_development .rd-card-secondary { background: #fff8f2; }
#research_development .rd-card-accent { background: #e9fbf8; }

/* Icon circle */
#research_development .rd-card-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

#research_development .rd-card-icon-circle i.fa {
  font-size: 22px;
  color: #ffffff;
}

/* Icon colors */
#research_development .rd-icon-primary { background-color: #2563eb; }
#research_development .rd-icon-secondary { background-color: #f97316; }
#research_development .rd-icon-accent { background-color: #0f766e; }

/* Card text */
#research_development .rd-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

#research_development .rd-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Card list with ticks */
#research_development .rd-card ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#research_development .rd-card ul li {
  font-size: 14px;
  color: #374151;
  margin-bottom: 6px;
}

#research_development .rd-card ul li i.fa {
  color: #16a34a;
  margin-right: 8px;
}

/* Timeline */
#research_development .rd-timeline-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

#research_development .rd-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

#research_development .rd-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e5e7eb;
  left: 50%;
  transform: translateX(-50%);
}

#research_development .rd-timeline-item {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

#research_development .rd-timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #16a34a;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.25);
  top: 8px;
}

#research_development .rd-timeline-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  max-width: 320px;
}

/* Align left/right */
#research_development .rd-timeline-item.rd-left .rd-timeline-card {
  margin-right: auto;
  margin-left: 0;
}

#research_development .rd-timeline-item.rd-right .rd-timeline-card {
  margin-left: auto;
  margin-right: 0;
}

/* Timeline text */
#research_development .rd-timeline-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

#research_development .rd-timeline-card p {
  font-size: 14px;
  color: #6b7280;
}

/* CTA button */
#research_development .rd-cta {
  margin-top: 40px;
}

#research_development .rd-cta-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 999px;
  background-color: #16a34a;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#research_development .rd-cta-btn i.fa {
  margin-left: 6px;
}

#research_development .rd-cta-btn:hover {
  background-color: #15803d;
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.35);
}

/* Mobile adjustments */
@media (max-width: 767px) {
  #research_development {
    padding: 60px 0;
  }

  #research_development .rd-header h2 {
    font-size: 30px;
  }

  #research_development .rd-timeline-line {
    left: 20px;
    transform: none;
  }

  #research_development .rd-timeline-dot {
    left: 20px;
    transform: none;
  }

  #research_development .rd-timeline-card {
    margin-left: 48px !important;
    margin-right: 0 !important;
    max-width: none;
  }
}







/*----------------------------------------*/
/*  23.	biosolutions  CSS
/*----------------------------------------*/
.biosolutions-bg {
    background: url(../images/Bio-solutions/biosolutions-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 85vh;
    position: relative;
    z-index: 1;
}
.biosolutions-bg::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/* Section background and spacing */
#bio_solutions {
  padding: 80px 0;
  background-color: #f9fafb;
}

/* Header */
#bio_solutions .bio-solutions-header {
  max-width: 720px;
  margin: 0 auto 60px auto;
}

#bio_solutions .bio-solutions-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

#bio_solutions .bio-solutions-header p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

/* Cards grid */
#bio_solutions .bio-solutions-grid {
  margin-top: 20px;
}

/* Card */
#bio_solutions .bio-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 32px 32px 28px;
  margin-bottom: 40px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#bio_solutions .bio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

/* Card top row */
#bio_solutions .bio-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* Icon circle */
#bio_solutions .bio-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bio_solutions .bio-card-icon i {
  font-size: 20px;
  color: #16a34a;
}

/* Different accent colors per card */
#bio_solutions .icon-green { background-color: #e7f6ec; }
#bio_solutions .icon-green i { color: #16a34a; }

#bio_solutions .icon-orange { background-color: #fff4e5; }
#bio_solutions .icon-orange i { color: #f97316; }

#bio_solutions .icon-teal { background-color: #e0f7f7; }
#bio_solutions .icon-teal i { color: #0f766e; }

/* Number in top-right */
#bio_solutions .bio-card-number {
  font-size: 18px;
  font-weight: 600;
  color: #9ca3af;
}

/* Text inside card */
#bio_solutions .bio-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

#bio_solutions .bio-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Bullet list */
#bio_solutions .bio-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#bio_solutions .bio-card ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

#bio_solutions .bio-card ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-size: 18px;
  line-height: 1;
}

/* CTA card */
#bio_solutions .bio-card-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#bio_solutions .bio-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #e7f6ec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

#bio_solutions .bio-cta-icon i {
  font-size: 26px;
  color: #16a34a;
}

#bio_solutions .bio-cta-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 26px;
  border-radius: 999px;
  background-color: #16a34a;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#bio_solutions .bio-cta-btn:hover {
  background-color: #15803d;
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.35);
}

/* Responsive tweaks */
@media (max-width: 767px) {
  #bio_solutions {
    padding: 60px 0;
  }

  #bio_solutions .bio-card {
    padding: 24px 22px;
  }

  #bio_solutions .bio-solutions-header h2 {
    font-size: 30px;
  }
}

/* Tick bullets inside bio_solutions cards */
#bio_solutions .bio-card ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#bio_solutions .bio-card ul li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

#bio_solutions .bio-card ul li i.fa {
  color: #16a34a;
  margin-right: 8px;
}
/* Base spacing */
#bio_solutions .bio-solutions-grid {
  margin-top: 20px;
}
/* Desktop zig-zag */
@media (min-width: 992px) {
  #bio_solutions .bio-solutions-grid .col-md-6 {
    transition: transform 0.3s ease;
  }

  /* Card 1: slightly left / up */
  #bio_solutions .bio-solutions-grid .col-md-6:nth-child(1) {
    transform: translate(-10px, -10px);
  }

  /* Card 2: slightly right / down */
  #bio_solutions .bio-solutions-grid .col-md-6:nth-child(2) {
    transform: translate(10px, 20px);
  }

  /* Card 3: slightly right / up (cross to card 2) */
  #bio_solutions .bio-solutions-grid .col-md-6:nth-child(3) {
    transform: translate(10px, 40px);
  }

  /* Card 4: slightly left / down (cross to card 3) */
  #bio_solutions .bio-solutions-grid .col-md-6:nth-child(4) {
    transform: translate(-10px, 60px);
  }
}

/* On tablets/mobile keep them straight */
@media (max-width: 991px) {
  #bio_solutions .bio-solutions-grid .col-md-6 {
    transform: none;
  }
}


/* ===== Glass highlighted header (isolated) ===== */
#glass-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

/* Blur + brightness field */
#glass-header::before {
    content: "";
    position: absolute;
    /* Increase the inset or use a fixed height to give the blur room to fade */
    inset: -50px -10%; 
    z-index: -1;

    background: radial-gradient(
        circle at left,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0) 50%
    );

    /* The Secret Sauce: Masking the blur itself */
    backdrop-filter: blur(20px) brightness(1.1) saturate(140%);
    -webkit-backdrop-filter: blur(20px) brightness(1.1) saturate(140%);

    /* This creates the smooth transition from blur to clear */
    mask-image: radial-gradient(
        ellipse at center, 
        black 0%, 
        rgba(0, 0, 0, 0.5) 40%, 
        transparent 70%
    );
    -webkit-mask-image: radial-gradient(
        ellipse at center, 
        black 0%, 
        rgba(0, 0, 0, 0.5) 40%, 
        transparent 70%
    );

    pointer-events: none;
}
#glass-header img {
    max-height: 60px;
    width: auto;

    /* This is what actually makes it pop */
    filter:
        drop-shadow(0 2px 6px rgba(0,0,0,0.45))
        contrast(1.15)
        brightness(1.05);
}


/* Logo clarity — scoped strictly */
#glass-header img:hover {
    filter:
        drop-shadow(0 4px 12px rgba(0,0,0,0.55))
        contrast(1.25)
        brightness(1.1);
}

/* Menu readability — scoped */
#glass-header a {
    font-weight: 600;
}

#glass-header a:hover {
    color: #16a34a;    
}

.agri-icon {
    color: #ffffff;
    font-size: 32px;   /* don’t go smaller */
    line-height: 1;
  }






/*----------------------------------------*/
/*  bio-agri  CSS
/*----------------------------------------*/


.analysis-tables {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-size: medium;


}