@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #334862;
}
a:hover{
	color: #111;
}
.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}
body {
    font-weight: 400;
    font-style: normal;
	font-family: Lato, sans-serif;
	line-height:1.6;
	color: #777;
	box-sizing: border-box;
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
   left: 0px;
    bottom:0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #0eef87;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #01c369;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}



.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index:999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #19498d;
    color: #fff;
    transition: all 0.4s;
}



img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
	font-family: Lato, sans-serif;
	 color: #555;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
}
h1 {
    font-size: 1.6em;
}
h1, h2 {
    line-height: 1.3;
}
 h3 {
    font-size: 1.25em;
}
header{
	position: relative;
	height: 88px;
}
 

.top-logo img{
    width: 250px;
}

 .bg-body-tertiary {
    transition: all 0.3s ease;
    background: #fff !important;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    animation: slide-down 0.7s;
}


@media all and (min-width: 992px) {
.navbar .nav-item .nav-link {
    padding: 10px 15px;
    font-size: .9em;
    font-weight: 700;
	letter-spacing: .02em;
    color: #000000;
    text-transform: uppercase;
  }
  
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 0px;
    border: none;
    border-top: 4px solid #034ea2;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #034ea2;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 0px;
    height: 2px;
    opacity: 0;
    background: #fff;
    transition: all .7s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before{
    width: 28px;
    opacity: 1;
  }
    
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #00aeef;
    color: #fff;
    padding-left: 33px;
  }

  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #00aeef;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }



}  

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    padding: 0;
}

.hero h2 {
    font-size: 2.9em;
	color: #fff;
}

.hero p {
    color: #f1f1f1;
	margin-bottom: 1em;
    margin-top: 1em;
    padding: 0 1em;
}



.carousel-caption {
    background:  rgba(18, 18, 18, 0.65);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
	width: 100%;
	right: 0;
	left: 0;

}

@media screen and (min-width: 850px) {
    .carousel-caption {
        top: 50%;
        transform: translateY(-50%) !important;
    }
}

.pt-80{
	padding-top: 80px;
}

.pb-100{
	padding-bottom: 100px;
}

.section-title-container {
    margin-bottom: 1.5em;
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
	font-size: 30px;
}

.section-title span {
    margin: 0 15px;
}

.section-title span {
    text-transform: uppercase;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    opacity: .9;
    background-color: #95c93d;
}

.pera{
	color:  rgb(0,0,0);
}
.green h3{
	color: #95c93d;
}
.lowercase {
    text-transform: none !important;
}

.primary, input[type=submit], input[type=submit].button {
    background-color: #446084;
}

.primary.is-link, .primary.is-outline, .primary.is-underline {
    color: #446084;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: transparent;
    border: 2px solid;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}
.is-outline:hover, .primary.is-outline:hover {
    background-color: #446084;
    border-color: v#446084;
    color: #fff;
}

.reuse {
    position: relative;
    background: rgb(7 132 193);
}

.banner h3 {
    font-size: 2em;
	color: #FFFFFF;
}
.pt-20 {
    padding-top: 20px;
}

.image-color img{
    filter: grayscale(100%);
	width: 35%;
}

.is-small, .is-small.button {
    font-size: .8em;
}

.service-box {
    background: #F0F2F4;
    padding: clamp(42px, 3.333vw, 84px) clamp(16px, 1.354vw, 42px) clamp(36px, 3.125vw, 78px);
    border-radius: 20px;
    margin-bottom: 32px;
    box-shadow: 37px 14px 16px rgba(0, 0, 0, 0.01), 9px 3px 10px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}

.service-box:hover {
    background: #1A3F6D;
    box-shadow: 37px 14px 16px rgba(0, 0, 0, 0.01), 9px 3px 10px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
	color: #fff;
}

.service-box:hover h3 {
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    color: #FAFAFA;
}
.p-20{
	padding: 40px 20px;
}

.about-check p i {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px 0px 20px 20px;
    text-align: center;
    background-image: linear-gradient(-86deg, #dd1d25 0%, #fb9737 100%);
    color: #fff;
    display: inline-block;
    margin-right: 11px;
}

.call-do-action-content {
    background: transparent url(../images/cd-bg-1.jpg) center center / cover no-repeat scroll;
    padding: 85px 40px !important;
      position: relative;
    z-index: 1;
}

.call-do-action-title h2 {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}

.call-do-action-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.call-do-action.upper {
  padding: 0px 40px 80px !important;
  position: relative;
  z-index: 1;
}
.call-do-action.upper .call-do-action-content {
  background: #a273fd;
  padding: 80px 40px !important;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.call-do-action-content.style-two {
  margin-bottom: 0;
  margin-top: -130px;
}

.call-do-btn a:hover {
    color: #ffffff;
    background-color: #7744d9;
    border: 2px solid #7744d9;
}
.call-do-btn a {
    color: #ffffff;
    background-color: rgba(112, 193, 179, 0);
    font-weight: 600;
    border: 2px solid #ffffff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
}
.section-padding {
    padding: 100px 0px;
}

.overview-image {
    text-align: center;
}
.overview-content h2 {
    color: #404040;
    font-size: 38px;
    margin: 8px 0 15px 0;
}

.overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

.overview-content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.overview-content .features-list li span {
    position: relative;
    z-index: 1;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    border-left: 2px solid rgb(7 132 193);
    background-color: #ffffff;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: rgb(7 132 193);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}

.hire-section {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    text-align: center;
    background-image: url(../images/Untouched-River-Source-NuWaters-Clean-Water-Vision.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hire-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #1f1f54;
}

.hire-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
}

.hire-content p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.offer-banner {
    position: relative;
    background: linear-gradient(0deg, rgb(50 123 192) 8.81%, rgb(26, 75, 136) 91.19%);
}

.pb-70 {
    padding-bottom: 70px;
}
.p-relative {
    position: relative;
}
.white {
    color: #fff;
}
.about-icon {
    float: left;
    margin-right: 10px;
}
.pt-100 {
    padding-top: 100px;
}

.about-icon i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(50 123 192) 0%, rgb(26 75 136) 100%);
    border-radius: 50%;
    display: inline-block;
}

.single-service-box {
    padding: 40px 20px 33px;
    filter: drop-shadow(0px 10px 20px rgba(221, 29, 38, 0.07));
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgb(50 123 192) 8.81%, rgb(26, 75, 136) 91.19%);
	
    background-image: linear-gradient(-45deg, #134686 0%, #327bc2 100%);
    transform: scale(.2, 1);
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}
.single-service-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 74px;
    bottom: 0;
    margin: auto;
    width: 218px;
    height: 218px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.102;
    animation: dance3 2s alternate infinite;
}

/*serice icon*/
.service-icons {
    position: relative;
}
.service-icons:before {
    position: absolute;
    content: "";
    right: 0;
    left: 60px;
    margin: auto;
    top: -2px;
    width: 51px;
    height: 51px;
    line-height: 51px;
    background: #dd1d26;
    border-radius: 50%;
    opacity: .102;
}
.service-icons img {
    transition: .5s;
}
/*service content*/
.service-content h3 {
    font-size: 24px;
    padding: 23px 0 21px;
    transition: .5s;
    color:#000;
}
.service-content p {
    transition: .5s;
}

.single-service-box:hover .service-icons:before {
    opacity: .400;
    background: #fff;
}
.single-service-box:hover .service-icons img {
    filter: brightness(0) invert(1);
}
.single-service-box:hover .service-content h3 {
    color: #fff;
}
.single-service-box:hover .service-content p {
    color: #fff;
}
.single-service-box:hover .service-button a {
    color: #fff;
}

.single-service-box:hover:before{
    transform: scale(1);
    opacity: 1;
}

.bg-grey {
    background-color: #f7f8f8;
}


.blog-single-item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
}

.blog-single-item .blog-description {
	padding: 20px 25px;
}

.blog-single-item .blog-description .blog-info {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 0;
}

.blog-single-item .blog-description .blog-info li {
	color: #7b68ee;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	list-style-type: none;
	margin-right: 15px;
}

.blog-single-item .blog-description .blog-info li:last-child {
	margin-right: 0;
}

.blog-single-item .blog-description .blog-info li i {
	position: relative;
	top: 0px;
	color: #7b68ee;
	margin-right: 3px;
}

.blog-single-item .blog-description .blog-info li i::before {
	font-size: 15px;
}

.blog-single-item .blog-description .blog-info a {
	color: #555;
	text-decoration: none;
}

.blog-single-item .blog-description .blog-text {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-single-item .blog-description .blog-text h3 {
	color: #404040;
	font-size: 22px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin: 10px 0px 10px 0px;
}

.blog-single-item .blog-description .blog-text h3:hover {
	color: #7b68ee;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-single-item .blog-description .blog-text p {
	color: #6a6c72;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.blog-single-item .blog-description .blog-text a {
	text-decoration: none;
}

.blog-single-item .blog-description .blog-text .blog-btn {
	margin-top: 15px;
}

.blog-single-item:hover .blog-description {
	border-top: none;
}

.blog-single-item:hover .blog-text h3 {
	color: #7b68ee;
}

.partner-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
}

.partner-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.partner-list .partner-item {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.partner-list .partner-item a {
	position: relative;
    display: block;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ededed;
    margin-bottom: 30px;
}

.partner-list .partner-item:nth-child(6) {
	margin-left: 10%;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer {
      background-color: rgba(0, 0, 0, 0.65);
}

.pb-30 {
    padding-bottom: 30px;
}

.footer-social {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social i {
    color: #184988;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-social i:hover {
    color: #ffffff;
    border: 1px solid #184988;
    background-color: #184988;
}

footer p {
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
}

.footer-heading {
    margin-bottom: 25px;
}

.footer-heading h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.footer-quick-links {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-quick-links li {
    padding-bottom: 18px;
    list-style-type: none;
}
.footer-quick-links li a {
    display: inline-block;
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
}

.footer-info-contact h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.footer-info-contact i {
    color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-info-contact {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
}

.footer-info-contact span {
    color: #ececec;
    font-size: 15px;
    font-weight: 400;
}

.footer-info-contact span a {
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-heading h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    margin: 0;
}

section.feature-section.style-two {
    background-color: #ebf5ff;
}
section.feature-section {
    padding: 100px 0;
}

.feature-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-item-title h5 {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.feature-item-desc p {
    margin: 0;
}

.about_elements img {
    max-width: 40px;
}

.content_box h3 {
    font-size: 20px;
    margin-top: 0px;
    color:#19498d;
}
/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/

.breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
     
}


.breadcrumbs .breadcrumbs-inner {
    padding: 160px 0;
}

.breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}
.breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
}
.breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #ffffff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}

.single-process {
    text-align: center;
}

.single-process-thumb {
    text-align: center;
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(-9deg, #1a4b88 0%, #327dc1 97%);
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    transition: .5s;
}

.process-number {
    position: absolute;
    top: 70px;
    margin: auto;
    transform: translateY(-50%);
    left: -11px;
    transition: .5s;
}

.process-number span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(-9deg, #1a4b88 0%, #327dc1 97%);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}

.process-number span:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(-9deg, #1a4b88 0%, #327dc1 97%);
    border-radius: 50%;
    margin: auto;
    left: -5px;
    top: -5px;
    opacity: 0.6;
}

.process-number span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -10px;
    top: -10px;
    height: 60px;
    width: 60px;
    background: -webkit-linear-gradient(-9deg, #1a4b88 0%, #327dc1 97%);
    border-radius: 50%;
    opacity: 0.4;
    margin: auto;
}

.process-title h2 {
    font-size: 24px;
    margin-top: 25px;
    transition: .5s;
    margin-bottom: 12px;
        background: linear-gradient(to right, #154985, #2e7abe, 50%, #1B1D21 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}


.single-process:hover .process-number{
    top:50px;
}
.single-process:hover .process-title h2 {
    background-position: 0;
}


.single-pricing-box {
    position: relative;
    text-align: center;
}

/* ===================
blog css 
====================== */

.blog-item {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.blog-item-img{
  overflow: hidden;
  border-radius: 8px;
}

.blog-item-img img {
  border-radius: 8px;
  webkit-transition: all 0.3s 
ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s 
ease-out 0s;

}

.blog-item:hover .blog-item-img img{
  transform: scale(1.1);
  } 

.blog-item-info {
  padding: 15px;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #151423;
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: #19498d;
}

.blog-item-meta a:hover {
  color: #19498d;
}

.blog-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info h4 a {
  color: #555;
}

.blog-item-info h4 a:hover {
  color: #19498d;
}

@media all and (max-width: 991px) {
  .blog-item-info {
    padding: 23px 15px 30px 15px;
  }
}

/*===================
35. Contact us css 
=====================*/

.contact-wrapper {
  background: #FFF;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-img img{
  width: 100%;
}

.contact-form{
  padding: 25px;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 0px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #19498d;
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-left: 4px solid #19498d;
  background:#fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.contact-info-icon{
  font-size: 35px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  background: #19498d;
}

.contact-info-icon::before{
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 3px solid #19498d;
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color:  #19498d;
}

.contact-info p{
  color:  #19498d;
  font-weight: 500;
  font-size: 16px;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}

.theme-btn1 {
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #19498d;
    box-shadow:  0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.theme-btn1:hover {
  color: #fff;
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn1::before {
  content: "";
  position: absolute;
  height: 95%;
  width: 0;
  background:  #000;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.theme-btn1:hover::before {
  width: 100%;
}


/*--------------------------------------------------------------
# Blog Hero Section
--------------------------------------------------------------*/
.blog-hero {
  padding: 0;
}

.blog-hero .blog-hero-slider {
  position: relative;
  overflow: hidden;
}

.blog-hero .blog-hero-item {
  position: relative;
  height: 80vh;
  min-height: 600px;
}

.blog-hero .blog-hero-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero .blog-hero-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.blog-hero .blog-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 60px;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.blog-hero .blog-hero-content .category {
  display: inline-block;
  background-color: #2986cc;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-hero .blog-hero-content h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .blog-hero .blog-hero-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .blog-hero .blog-hero-content h1 {
    font-size: 28px;
  }
}

.blog-hero .blog-hero-content .meta {
  margin-bottom: 30px;
  font-size: 14px;
}

.blog-hero .blog-hero-content .meta span {
  display: inline-block;
  margin-right: 20px;
  color: color-mix(in srgb, #ffffff, transparent 20%);
}

.blog-hero .blog-hero-content .meta span:last-child {
  margin-right: 0;
}

.blog-hero .blog-hero-content .meta span a {
  color: #ffffff;
  font-weight: 600;
}

.blog-hero .blog-hero-content .meta span a:hover {
  color: var(--accent-color);
}

@media (max-width: 767px) {
  .blog-hero .blog-hero-content .meta span {
    display: block;
    margin: 0 0 10px 0;
  }
}

.blog-hero .blog-hero-content .read-more {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}

.blog-hero .blog-hero-content .read-more i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.blog-hero .blog-hero-content .read-more:hover {
  color: #2986cc;
}

.blog-hero .blog-hero-content .read-more:hover i {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .blog-hero .blog-hero-content {
    padding: 30px;
  }
}

.blog-hero .swiper-button-prev,
.blog-hero .swiper-button-next {
  color: #ffffff;
  width: 60px;
  height: 60px;
}

.blog-hero .swiper-button-prev::after,
.blog-hero .swiper-button-next::after {
  font-size: 32px;
}

.blog-hero .swiper-button-prev:hover,
.blog-hero .swiper-button-next:hover {
  color: #2986cc;
}

.blog-hero .swiper-wrapper {
  height: auto !important;
}
