* {
    margin: 0px;
    font-family: 'Overpass', sans-serif;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}
.height-h {
    height: 120px;
}
.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/textileloader.gif) 50% 50% no-repeat #fff;
}
.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 7%);
}
.sticky_header .top-header {
    display: none;
}
.scrollToTop {
    background-image: url(../images/eddy-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
	border: 2px solid #173571;
	border-radius:6px;
	background-size:cover;
}
/*----onscroll animation start-----*/

.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.main-title {
	color: #e41c57;
	font-size: 1.875rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	line-height: 25px;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.sub-title {
	color: #1d3557;
	font-size: 2.6rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	line-height: 55px;
    text-transform: uppercase;
	letter-spacing: 1.8px;
}
.sub-title span {
	 color: #1d3557;
    font-size: 2.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 3px 1px 0px #fc6d8b;
    text-transform: uppercase;
	
}
.para {
	color: #585858;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	line-height: 30px;
    font-size: 1.125rem;
}
.top-header {
    padding: 1.3rem 0 5rem 0;
    background-color: #14124a;
}
.top-right ul {
    padding-top: 5px;
}
.top-header a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-decoration: none;
}
.top-left a:first-child {
    padding-right: 20px;
}
.top-left img {
    margin-top: -9px;
}
.top-left a:last-child {
    padding-left: 20px;
}
.top-header .top-left i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.top-header .top-right {
    text-align: right;
}
.top-header .top-right i {
	color: #14124a;
	font-size: 15px;
	background-color: #fff;
	border-radius: 15px;
	padding: 6px 8px;
	margin-right: 25px;
}
.navbar-collapse {
    justify-content: end;
}
.header-area {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #3e3e3e;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    transition: all .3s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #016494 !important;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}
.navbar {
    background-color: #fff;
    width: 100%;
    margin-top: -60px;
    padding: 15px 20px !important;
    border-radius: 15px;
}
a.nav-link {
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}
.h-height {
    height: 125px;
}
.bottom-footer {
	background-color: #14124a;
    padding: 0.8rem;
}
.bottom-footer p, .bottom-footer a {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-decoration: none;
}
#contact-form {
	padding: 7% 0;
}
#contact-form .contact-details-icon img {
	width: 85%;
    padding: 20px;
    background-color: #e41c57;
    border-radius: 7px;
}
#contact-form .contact-details-title h2 {
	color: #1d3557;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	margin-bottom:10px;
    font-size: 1.875rem;
}
#contact-form .contact-details-title p {
	color: #585858;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	line-height: 30px;
    font-size: 1.125rem;
}
#contact-form  .form-control {
	background-color: #ebf7f8;
    padding: 20px;
    border: none;
    margin-bottom: 20px;
}
#contact-form  textarea {
	height: 175px;
	resize: none;
}
#contact-form  .harsith-btn {
	background-color: #e41c57;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 15px 15px;
    width: 175px;
    text-align: center;
}
#about-us {
	padding: 7% 0;
	background-color:#ebf7f8;
}
#about-us .about-left-image {
	padding: 0 50px;
}
#about-us .about-right-content h5 {
	color: #275471;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 33px;
    font-size: 1.305rem;
    margin-top: 25px;
}
#about-us .stefen {
	color: #e41c57;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 33px;
    font-size: 1.25rem;
	text-transform: uppercase;
    border-right: 1px solid #585858;
    padding-right: 20px;
    margin-right: 20px;
}
#about-us .xenmax {
	color: #2c2c2c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 33px;
    font-size: 1.125rem;
}
#about-us .about-right-content img {
	padding-right: 10px;
}
#brand-section {
	background-color: beige;
    background-image: linear-gradient(to right, #e3ddde, #f4f5f7);
}
#what-do-we-deal {
	padding: 7% 0;
}
#what-do-we-deal .we-deal-bottom-box {
	background-color: #14124a;
	padding: 15px;
}
#what-do-we-deal .we-deal-bottom-box p {
	color: #fff;
}
#what-do-we-deal .we-deal-bottom-box h2 {
	color: #fff;
}
#what-do-we-deal .we-deal-left {
	background-color:#ebf7f8;
	height:100%;
}
#what-do-we-deal .we-deal-left-content {
	padding-left: 30px;
}
#what-do-we-deal .we-deal-left-img {
	padding-right: 30px;
	height:100%;
}
#what-do-we-deal .we-deal-left-img img {
	width: 94.1%;
	height:100%;
}
#what-do-we-deal .col-md-4 .we-deal-right:nth-child(1){
    margin-bottom:20px !important;
}
#what-do-we-deal .we-deal-right {
	background-color:#ebf7f8;
	margin-bottom: 0px !important;
}
#what-do-we-deal .we-deal-right-content {
	padding-left: 10px;
}
#what-do-we-deal .we-deal-right-img {
	width: 100%;
}
#about-us .about-left-image {
	position: relative;
}
#about-us .loss h2, #about-us .genuine h2, #about-us .risk h2 {
	color: #e41c57;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 20px;
	font-size: 1.375rem;
	margin-bottom: 5px;
}
#about-us .loss p, #about-us .genuine p, #about-us .risk p {
	color: #275471;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 320x;
     font-size: .8rem;
	 margin-bottom: 0;
}
#about-us .loss {
	text-align: center;
	position: absolute;
    bottom: -35px;
    left: 35%;
    background-color: #fff;
    border-radius: 50px;
    padding: 17px 25px;
}
#about-us .genuine {
	text-align: center;
	position: absolute;
    top: 40%;
    left: 0%;
    background-color: #fff;
    border-radius: 50px;
	padding: 18px 18px;
}
#about-us .risk {
	text-align: center;
	position: absolute;
    top: -25px;
    right: 25%;
    background-color: #fff;
    border-radius: 50px;
	padding: 18px 25px;
}
#counter-section {
	background: url(../images/harsith_counter_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	padding: 7% 0;
}
#counter-section .counter-number h2  {
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 35x;
     font-size: 3.5rem;
	 margin-bottom: 0;
}
#counter-section .counter-number p {
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 35x;
     font-size: 1.675rem;
	 margin-bottom: 0;
}
#counter-section .counter-img {
	position: relative;
	width: 26%;
}
#counter-section .counter-img::after {
	content: "";
	border-width: 0px 2px 2px 2px;
	width: 120px;
	bottom: -42px;
	border-radius: 0px 0px 4px 4px;
	height: 20px;
	position: absolute;
	left: 19px;
	border-style: solid;
	border-color: #fff; 
}
#counter-section .counter-img::before {
	content: "";
	border-width: 2px 2px 0px 2px;
	width: 120px;
	top: -38px;
	border-radius: 4px 4px 0px 0px;
	height: 20px;
	position: absolute;
	left: 19px;
	border-style: solid;
	border-color: #fff;
}
#banner-section .banner-title {
	position: absolute;
    left: 0;
    top: 25%;
}
#banner-section {
	position: relative;
}
#banner-section .round-letter {
	position: absolute;
    right: 5%;
    top: 14%;
}
#banner-section .round-letter img {
	animation: animName 3s linear infinite;
    animation-duration: 30s;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

#banner-section .banner-title h2 {
	
}
#banner-section .banner-title h3 {
	color: #1d3557;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
     font-size: 5rem;
	 margin-bottom: 50px;
	 text-transform: uppercase;
	 margin-top: -80px;
}
#banner-section .banner-title h4 {
	 color: #1d3557;
    font-size: 8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 3px 1px 0px #fc6d8b;
    text-transform: uppercase;
}
#intersinting-facts{
	padding:5% 0%;
}
/* swipe-slider */
.service-active{
	position:relative;
}
.service-wrapper{
	position:relative;
	z-index: 1;
	padding-bottom: 25px;
	margin: 0 15px;
}
.service-wrapper::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	background: url('../images/harsith_how-does-it-work_main-image.png') no-repeat center;
	bottom: 14px;
	left: 0;
	z-index: -1;
	border-radius: 20px;
	border: 15px solid #232150;
	background-size: cover;
}
.section-title {
	padding-left: 70px;
	margin-top: 25px;
}
.service-wrapper .main-title{
	margin-bottom:15px; 
}
.w-text{
	color:#fff;
}
.service-box {
	background-color: #fff;
	padding: 35px 30px;
	border-radius: 10px;
	box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
}	
.service-active .swiper-container .swiper-wrapper .swiper-slide {
	padding: 50px 25px;
}
.service-active .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n+1) {
	margin-top: 50px;
}
.service-active .swiper-container {
	margin-left: -110px;
	margin-right: -110px;
	padding: 0 20px;
}
.service-box .box-content {
	padding-top: 24px;
}
.service-box .box-content p {
	margin-top: 12px;
	font-size: 1.2rem;
	color:#585858;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0;
}
.box-content .title {
	font-size: 1.8rem;
}
#what-do-we-deal .we-deal-bottom-box h2{
	font-size:1.7rem;
}

.service-box .box-icon {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 10px;
}
.box-icon-content {
	font-size: 130px;
	color: #d2d7dd;
	position: absolute;
	top: -73px;
	z-index: -1;
	left: 8px;
	font-family: 'Playfair Display', serif;
	font-weight:500;
}
.swiper-button-next::after, .swiper-button-prev::after{
	font-size: 14px;
	color: #16144c;
	font-weight: bold;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	top: 0;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}
.swiper-button-prev{
	right: 80px;
	left:unset;
}
.swiper-button-next{
	right:27px;
}
.counter-number {
  width: 54%;
}
.fa-brands.fa-twitter{
	padding: 7px !important; 
} 
.about-right-content .main-title{
	font-family: 'Playfair Display', serif !important;
}
.about-right-content .sub-title{
	max-width: 85%;
}
.sticky_header .top-header{
	display:none !important;
}
.sticky_header .navbar{
	margin-top:0px !important;
}
.sticky_header .container{
	background:#fff;
}
.sticky_header .container .navbar{
	padding: 5px 20px !important;
}
.img-spl-name{
	width:100%
}
/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.whats-app {
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 80px;
}
.whats-app i {
  font-size: 50px;
  color: #25d667;
  transition: all .3s linear;
  position:relative;
}
@media (max-width: 767px) {
	.whats-app {
    right: 20px;
}
	#banner-section .banner-title{
		top: 12%;
	}
	#banner-section .banner-title h3, #banner-section .banner-title h4{
		font-size:2rem;
	}
	#banner-section .banner-title h4{
		margin-top: -50px;
	}
	.header-area .container {
		padding:0px 0px !important;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		margin: auto;
		border: 1px solid #000;
	}
	.we-deal-bottom-box > div:first-child{
		justify-content:center;
	}
	.sub-title{
		letter-spacing:0;
	}
	.sub-title span{
		font-size:2rem;
	}
	.bottom-footer .container .row div p{
		text-align:center !important;
	}
	.contact-details-title {
		text-align: center;
	}
	.contact-details-icon{
		 text-align:center;
	}
	.contact-details-icon img{
		width:auto !important;
		margin-bottom: 20px;
	}
	#counter-section .counter-img, .zoop-para{
		text-align:center;
	}
	.counter-number{
		justify-content:center;
		width:100%;
		margin-bottom:20px !important;
	}
	#counter-section .container .row > div:last-child .counter-number{
		margin-bottom:0 !important;
	}
	#counter-section .counter-img::before, #counter-section .counter-img::after{
		content:unset;
	}
	.we-deal-bottom-box img{
		margin-bottom:20px;
	}
	#what-do-we-deal .we-deal-bottom-box{
		padding: 15px 0px; 
	}
	.we-deal-right-img{
		text-align: right;
	}
	.we-deal-right-img img{
		width:70%;
		margin-top: 20px;
	}
	.we-deal-right-img{
		text-align:right;
	}
	.we-deal-right-content .sub-title{
		margin-bottom:0;
	}
	#what-do-we-deal .we-deal-left-img img{
		width:100%;
	}
	#what-do-we-deal .we-deal-right-content{
		padding:0;
		margin-top: 20px;
	}
	.rc-col-m-7{
		margin:20px 0px;
	}
	#what-do-we-deal .we-deal-left-content{
		padding: 20px 0px;
	}
	.service-box{
		margin-top: 50px;
		box-shadow: 0px 8px 46px 0px rgba(192, 200, 217, 0.08);
		border: 1px solid #1b3973;
	}
	.service-active .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n+1){
		margin-top:0px;
	}
	.service-active .swiper-container .swiper-wrapper .swiper-slide{
		padding:0 !important;
	}
	.service-active .swiper-container{
		margin-left:0px !important;
		margin-right:0px !important;
		padding: 0 0px;
	}
	.service-active .swiper-container .swiper-wrapper .swiper-slide{
		padding:0px 25px;
	}
	.service-wrapper::before{
		content:unset;
	}
	.service-wrapper{
		padding-bottom:0px;
	}
	.sub-title{
		font-size: 2rem;
	}
	.service-wrapper .sub-title{
		line-height: 45px;
		margin-bottom:0;
	}
	.w-text{
		color:#1d3557;
	}
	.service-wrapper .main-title{
		margin-bottom:0;
	}
	.section-title{
		padding-left:0 !important;
		margin-top:0 !important;
	}
	.about-right-content {
		margin-top: 65px;
		text-align: center;
	}
	.main-title{
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
	.about-right-content .sub-title{
		max-width:100%;
	}
	.sticky_header .container{
		background:#fff !important;
	}
	.navbar{
		margin-top:0;
		padding: 8px 15px !important;
	}
	.h-height{
		height: 90px;
	}
    .scrollToTop {
        right: 27px;
        bottom: 20px;
    }
    .navbar-light .navbar-nav .nav-link:after {
        position: unset !important;
    }
    .top-header {
        padding: .5rem 0;
    }
    .top-left {
        margin-bottom: 0rem;
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }
    .scrollToTop {
        right: 20px;
    }
    .container {
        padding: 0px 15px !important;
    }
    .navbar-light .navbar-nav .nav-link::before {
        content: unset;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }
    .navbar-nav {
        margin-top: 10px !important;
    }
    .navbar-light .navbar-brand img {
        width: 175px;
    }
    .top-header .top-right {
        display: none;
    }
}

@media (max-width: 575px) {
    .top-left {
        margin-bottom: 0rem;
    }
    .top-header .top-left i {
        display: none;
    }
    .top-left,
    .top-right {
        text-align: center !important;
    }
    .scrollToTop {
        right:20px;
    }
    .top-left a:first-child {
        padding-right: 0px;
    }
    .top-left a:last-child {
        padding-left: 0px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .container {
        padding-right: 3vw !important;
        padding-left: 3vw !important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }
    .navbar-nav {
        margin-top: 10px !important;
    }
    .scrollToTop {
        right: 40px;
        bottom: 20px;
    }
    .top-left a:first-child {
        padding-right: 5px;
    }
    .top-left a:last-child {
        padding-left: 5px;
    }
    .top-header .top-right i {
        font-size: 16px;
        margin-right: 12px;
        margin-top: 9px;
    } 
}

@media (max-width: 1200px) {
    
}
@media (max-width: 991px) and (min-width: 576px) {
    
}
@media (max-width: 1200px) and (min-width: 992px) {
    
}
@media (max-width: 991px) {
    
}
@media (min-width:576px) and (max-width:767px) {
   
}
@media (max-width:375px) {
    
}
.whats-app i::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    left: 2px;
    z-index: -1;
}
