@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/Inter-Bold.otf') format('otf');
	font-style: bold;
	font-display: swap;
}
@font-face {
    font-family: 'AeonikTRIALBold';
    src: url('../fonts/AeonikTRIALBold.eot');
    src: url('../fonts/AeonikTRIALBold.eot') format('embedded-opentype'),
    url('../fonts/AeonikTRIALBold.woff2') format('woff2'),
    url('../fonts/AeonikTRIALBold.woff') format('woff'),
    url('../fonts/AeonikTRIALBold.ttf') format('truetype'),
    url('../fonts/AeonikTRIALBold.svg#AeonikTRIALBold') format('svg');
}
* {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none !Important;
	list-style-type: none;
}
html,body {
	height:100%;
	background-color:#fdf4ef;
}
a{
	text-decoration: none;
}
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html {
	overflow-x: hidden;
}
html::-webkit-scrollbar {
	width: 10px;
}
html::-webkit-scrollbar-track {
	background: #424242;
}
html::-webkit-scrollbar-thumb {
	background: #f58727;
}
section {
	padding:3% 5%;
}

/* header related class */
.header {
	background-color: #f4f4f4;
	border-bottom: 5px solid #424242;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	padding:6px 25px;
}
.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}
.navbar {
	margin-bottom: 0px;
}
.affix ~ .container-fluid {
	position: relative;
	top: 50px;
}
.navbar-nav .nav-link {
    padding: 14px 20px;
    color: #454545;
    font-size: 17px;
    margin: 0px 10px;
    min-width: 150px;
    text-align: center;
}
.navbar-nav .nav-link:hover {
    padding: 14px 20px;
    background-color: #454545;
	color:#fff;
	border-radius: 50px 20px;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    padding:14px 20px;
	background-color: #FDA135;
	color:#fff;
	border-radius: 50px 20px;
}
/* Slider related class */
.home {
	padding: 80px 0px 0px 0px;
}
.home .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 600px;
	background-size: cover !important;
	background-position: center !important;
}
.home .slide .content {
	width: 100%;
	padding-left:12%;
}
.home .slide .content h2 {
	font-size: 40px;
	color: #3a3a3a;
	font-style:bold;
	letter-spacing:1px;
	line-height:65px;	
	font-family:'AeonikTRIALBold';
}
.home .slide .content h3 {
	font-size: 40px;
	color: #3a3a3a;
	font-style:bold;
	letter-spacing:1px;
	line-height:65px;
	font-family:'AeonikTRIALBold';
}
.home .slide .content p {
	font-size: 20px;
	line-height: auto;
	text-transform: normal;
	color: #fff;
	padding: 1rem 0;
	font-style:normal;
	max-width:600px;
}
#container-anim {
    font-size:25px;
    width:100%;
    bottom:45%;
    display:block;
}
#flip {
	margin-top:5px;
    height:60px;
    overflow:hidden;
}
#flip > div > div {
	color:#fff;
    padding:4px 0px;
    height:55px;
    margin-bottom:40px;
    display:inline-block;
}
#flip div:first-child {
	animation: show 15s linear infinite;
}
@keyframes show {
	0% {margin-top:-270px;}
	5% {margin-top:-180px;}
	33% {margin-top:-180px;}
	38% {margin-top:-90px;}
	66% {margin-top:-90px;}
	71% {margin-top:0px;}
	99.99% {margin-top:0px;}
	100% {margin-top:-270px;}
}
.swiper-pagination-bullet-active {
	background: #6e6043;
}
.swiper-button-next, .swiper-button-prev{color: #efefef;}
.btn {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #4F5052;
	background: #4F5052;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 5px;
	letter-spacing:1px;
}
.btn:hover {
	background: #fff;
	color: #4F5052;
}

/* Our Community */
.our-community-bg{background-image: linear-gradient(161deg, rgba(218, 218, 218, 0.03) 0%, rgba(218, 218, 218, 0.03) 21%,rgba(145, 145, 145, 0.03) 21%, rgba(145, 145, 145, 0.03) 49%,rgba(34, 34, 34, 0.03) 49%, rgba(34, 34, 34, 0.03) 58%,rgba(64, 64, 64, 0.03) 58%, rgba(64, 64, 64, 0.03) 68%,rgba(151, 151, 151, 0.03) 68%, rgba(151, 151, 151, 0.03) 78%,rgba(96, 96, 96, 0.03) 78%, rgba(96, 96, 96, 0.03) 85%,rgba(181, 181, 181, 0.03) 85%, rgba(181, 181, 181, 0.03) 100%),linear-gradient(101deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 1%,rgba(233, 233, 233, 0.03) 1%, rgba(233, 233, 233, 0.03) 4%,rgba(139, 139, 139, 0.03) 4%, rgba(139, 139, 139, 0.03) 34%,rgba(177, 177, 177, 0.03) 34%, rgba(177, 177, 177, 0.03) 42%,rgba(130, 130, 130, 0.03) 42%, rgba(130, 130, 130, 0.03) 75%,rgba(38, 38, 38, 0.03) 75%, rgba(38, 38, 38, 0.03) 91%,rgba(216, 216, 216, 0.03) 91%, rgba(216, 216, 216, 0.03) 100%),linear-gradient(54deg, rgba(8, 8, 8, 0.03) 0%, rgba(8, 8, 8, 0.03) 25%,rgba(166, 166, 166, 0.03) 25%, rgba(166, 166, 166, 0.03) 39%,rgba(181, 181, 181, 0.03) 39%, rgba(181, 181, 181, 0.03) 41%,rgba(200, 200, 200, 0.03) 41%, rgba(200, 200, 200, 0.03) 74%,rgba(18, 18, 18, 0.03) 74%, rgba(18, 18, 18, 0.03) 83%,rgba(134, 134, 134, 0.03) 83%, rgba(134, 134, 134, 0.03) 86%,rgba(56, 56, 56, 0.03) 86%, rgba(56, 56, 56, 0.03) 100%),linear-gradient(264deg, rgba(209, 209, 209, 0.03) 0%, rgba(209, 209, 209, 0.03) 18%,rgba(31, 31, 31, 0.03) 18%, rgba(31, 31, 31, 0.03) 26%,rgba(77, 77, 77, 0.03) 26%, rgba(77, 77, 77, 0.03) 27%,rgba(3, 3, 3, 0.03) 27%, rgba(3, 3, 3, 0.03) 36%,rgba(125, 125, 125, 0.03) 36%, rgba(125, 125, 125, 0.03) 37%,rgba(233, 233, 233, 0.03) 37%, rgba(233, 233, 233, 0.03) 64%,rgba(118, 118, 118, 0.03) 64%, rgba(118, 118, 118, 0.03) 100%),linear-gradient(90deg, rgb(26, 26, 26),rgb(24, 24, 24));}

.our-community-heading{
	color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 36px;
    font-weight: 600;
}

.our-community-box{
	padding:50px 30px 0px 0px;
	justify-content:none;
}

.our-community-text{
	color:#fff;
	font-size:16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height:30px;
	padding:5px 0px 0px 0px;
}




/* Product Section */

.our-services.hero-v1 {
    overflow: hidden;
    margin-top: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: radial-gradient(circle at 29% 55%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 4%,transparent 4%, transparent 44%,transparent 44%, transparent 100%),radial-gradient(circle at 85% 89%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 51%,transparent 51%, transparent 52%,transparent 52%, transparent 100%),radial-gradient(circle at 6% 90%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 53%,transparent 53%, transparent 64%,transparent 64%, transparent 100%),radial-gradient(circle at 35% 75%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 6%,transparent 6%, transparent 98%,transparent 98%, transparent 100%),radial-gradient(circle at 56% 75%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 16%,transparent 16%, transparent 23%,transparent 23%, transparent 100%),radial-gradient(circle at 42% 0%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 3%,transparent 3%, transparent 26%,transparent 26%, transparent 100%),radial-gradient(circle at 29% 28%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 51%,transparent 51%, transparent 75%,transparent 75%, transparent 100%),radial-gradient(circle at 77% 21%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 35%,transparent 35%, transparent 55%,transparent 55%, transparent 100%),radial-gradient(circle at 65% 91%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 46%,transparent 46%, transparent 76%,transparent 76%, transparent 100%),linear-gradient(45deg, rgb(254,161,65),rgb(255,123,6));
    color: #fff;
}
.logo-small {
    position: absolute;
    left: auto;
    top: 22%;
    right: 20%;
    bottom: auto;
    width: 10vw;
    opacity: 0.08;
}

.logo-big {
    position: absolute;
    left: auto;
    top: auto;
    right: 50%;
    bottom: -5%;
    width: 26vw;
    max-width: 480px;
    opacity: 0.08;
}

.wave-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 4vw;
}
.wave-top {
    position: absolute;
    left: 0%;
    top: -1%;
    right: 0%;
    bottom: -5px;
    z-index: 1;
    width: 100%;
    height: 4vw;
}
.our-services .slide {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.our-services .slide .image {
  padding: 2rem;
}
.our-services .slide .image h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #60553f;
}
.our-services .heading{
	color: #f4f4f4;
}
.our-services .slide .subheading{
	text-align: left;
	margin-bottom: 1rem;
	font-size: 31px;
	text-transform: capitalize;
	color: #fff;
}

.our-services .slide ul li{
	font-size: 16px;
    font-weight: normal;
	text-align: left;
	color: #fff;
	line-height:35px;
	margin-left:20px;
}

.solutions-text{
	font-size: 22px;
    font-weight: normal;
	color: #fff;
	text-align: justify;
	line-height:45px;
	padding:20px 0px;
	font-style: italic;
	letter-spacing:1px;
}
/* Join Section 
.join-box{	
	padding:20px 10px;
	margin:60px 0px;
	background-color:#ebebeb;
	overflow: visible;
	overflow-x: hidden;
}
.computer {
	position: relative;
	top: 0;
	left: 20%;
	right:0;
}
.doctor{
	position: absolute;
	top:0;
	left:auto;
	right:45%;
	bottom:0;
}
.join-heading{
	text-align: center;
    color: #60553f;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
	line-height:55px;
}

.join-inner-box{	
	padding:10px;
	margin:10px;
	text-align: center;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(235,235,235,0.60), 0 6px 6px rgba(255,255,255,0.23);
	background-color:#faf8f5;
	height:200px;
}
.join-inner-box-heading{	
	text-align: center;
    color: #b67d0a;
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
}
.join-inner-box-subheading{	
	text-align: center;
    color: #b67d0a;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
}
*/



/*-----Testimonial-------*/
.testimonial-heading {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    z-index: 999;
}

.testimonial-subheading {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    position: relative;
	margin-top: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
    z-index: 999;
}

.testimonial-subheading-border {
    content: ' ';
    height: 20px;
    width: 100%;
    background: url(../images/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial {
	max-height: 575px;
	position: relative;
	background: url(../images/testimonials11.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: center;
	background-size: cover;
}
#testimonial4 .carousel-inner:hover{
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
	overflow: hidden;
}

.testimonial4_slide{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 18px;
   text-align: right;
}

.testimonial .carousel {
	padding-bottom:50px;
}

/* ------ News Section  ---*/
.news-box{
	background-image: url(../images/orange-wave-top-orang.png),  url(../images/orange-wave-bottom-orang.png);
	background-position:
	top right, /* this positions the first image */
	bottom left; /* this positions the second image */
	background-repeat:
	no-repeat; /* this applies to both images */
}

.news-heading{
	text-align: center;
    color: #60553f;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
	padding-top:150px;
}

.news-inner-box{	
	padding:10px;
	margin:50px 5px 200px 5px;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(235,235,235,0.60), 0 6px 6px rgba(255,255,255,0.23);
	background-color:#f2f2f2;
	height:200px;
}

.news-inner-box-heading{	
	text-align: left;
    color: #323232;
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
}
.news-inner-box-subheading{	
	text-align: left;
    color: #323232;
    font-size: 18px;
    font-weight: normal;
    text-transform: normal;
}

/* ------ Footer Section  ---*/
.footer {
  background: #424242;
  margin-top:100px;
}

.footer .box h3 {
  font-size: 28px;
  text-transform: capitalize;
  color: #FBF6E8;
  padding: 20px 0;
}

.footer .box p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  padding: 0px 0px;
}


.footer .box .share a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #f58727;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  text-decoration: none; border-radius:100px;
}

.swiper-pagination {
    bottom: calc(100% - 2rem);
}

.footer .box .share a:hover {
  background-color: #60553f;
  text-decoration: none
}
.footer .contact-us-container h2 {
	font-family:'Poppins', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	color: #fff;
	padding:10px 0;
	text-shadow: 1px 1px 2px #4f4f4f;
}
.footer .contact-us-container h3 {
	font-family:'Poppins', sans-serif;
	font-size:21px;
	text-transform: capitalize;
	color: #fff;
	padding: 10px 0;
}
.footer .contact-us-container h4 {
	font-size:18px;
	text-transform: normal;
	color: #fff;
	padding: 10px 0;
	font-weight: normal;
}
.contact-us-success{
	background-color:#fff;
	border-radius:10px;
}
.contact-us-success h2 {
	font-family:'Poppins', sans-serif;
	font-size: 28px;
	text-transform: normal;
	color: #74471c;
	padding: 10px 0;	
}
.contact-us-success h3 {
	font-family:'Poppins', sans-serif;
	font-size: 21px;
	text-transform: normal;
	color: #f2a423;
	padding: 10px 0;
}

.contact-us-success h4 {
	font-family:'Poppins', sans-serif;
	font-size: 18px;
	text-transform: normal;
	color: #332111;
	padding:10px 0;
}


.footer .copyright {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: #FBF6E8;
  border-top: 2px solid #FBF6E8;
}

.footer .copyright span {
  color: #FBF6E8;
}

/* -- Jump To Top -- */
#jump-to-top-scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:35px;
    height:35px;
    background-color:#f58727;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
	z-index:1111;
}
#jump-to-top-scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#f4f4f4;	
}
#jump-to-top-scroll:hover {
    background-color:#f4f4f4;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#jump-to-top-scroll:hover span {
    border-bottom-color:#f58727;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* -- Inner-Pages -- */
.rd-banner-bg{
	background: url(../images/rd-bg.jpg) no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:660px;
}

.in-banner-heading {
    font-size: 40px;
    color: #3a3a3a;
    font-style: bold;
    letter-spacing: 1px;
    line-height: 65px;
    font-family: 'AeonikTRIALBold';
	margin-left:1%;
}

.in-banner-subheading {
	font-family:'AeonikTRIALBold';
	font-size:30px;
	line-height: 65px;
	color: #454545;
	font-weight:600;
	margin-left:5%;
}

.demo-data-box{ padding:1% 0% 0% 1%}

.demo-data-box h3 {
	font-family:'Poppins', sans-serif;
	font-size: 31px;
	text-transform: normal;
	font-weight:normal;
	color: #60553f;
	line-height: 1.5;
}

.demo-data-box h4 {
	font-family:'Poppins', sans-serif;
	font-size: 18px;
	text-transform: normal;
	font-weight:normal;
	color: #60553f;
	line-height: 1.5;
}

.demo-data-box p {
	font-family: 'Poppins', sans-serif !important;
    margin-bottom: 1rem;
    font-size: 16px;
    text-transform: normal;
    color: #424242;
    padding-top: 20px;
    line-height: 28px;
}

.bounce-in-fwd {
	-webkit-animation: bounce-in-fwd 1.1s both;
	        animation: bounce-in-fwd 1.1s both;
}
/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.demo-form-box{
	background-color:#454545;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	border-radius:20px;
	padding:5px 10px;
	color:#fff
}

.demo-form-box h3{
	color:#fff;
	font-family:'Poppins', sans-serif ;
	font-size:32px ;
	font-weight:normal;
	letter-spacing:0.5px;
	padding-bottom:20px;
	padding-top:20px;
}

.col-form-label{
	color:#fff !Important;
	font-family:'Poppins', sans-serif ;
	font-size:18px !Important;
	font-weight:normal !Important;
	line-height:19px !Important;
	letter-spacing:0.5px;	
}
.required::before { 
	content:" *";
	color:#FFD147;
	font-weight:normal;
}
.form-control {
	border:1px solid #FFD147;
	border-radius:5px;
	height:31px;
	font-family:'Poppins', sans-serif ;
	font-size:14px !Important;
	font-weight:normal !Important;
	color:#454545;
	margin:10px 0px;
}

select.form-control[size] {
   height:31px;
}

.modal-content .close{
	background-color:#f00;
	color:#fff;
	border-radius:3px;
}
.modal-body h1 { 
    font-weight:500; 
    font-size:24px;
    text-transform:normal;
	line-height:50px;
	color:#4bb71b;
}

.modal-body p { 
	font-weight:500; 
	font-size:18px;
	text-transform:normal;
	line-height:35px;
	color:#454545;
}
  
.modal-body a.pre-order-btn { 
	color:#000;
	background-color:#F58727;
	border-radius:1em;
	padding:1em;
	display: block;
	margin: 2em auto;
	width:50%;
	height:50%;
	font-size:16px;
}
  
.modal-body a.pre-order-btn:hover { 
	background-color:#454545;
	text-decoration:none;
	color:#fff;
}

.success-animation{padding:20px 0px}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
	margin: 0 auto;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; 
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


.solutions-banner-bg{
	background: url(../images/solutions-bg.jpg) no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:660px;
}




.object-fit-contain {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}











.in-light-bg-aboutus{
	background-color:#fef5e8;
	display: block;
	box-sizing: border-box;
	clip-path: ellipse(300% 105% at -80.5% 0%);
}

.about-us-box-heading{
	color:#60553F;
	font-family: 'Poppins', sans-serif !important;
	font-size: 36px;
	line-height:auto;
	font-weight:600;
}
.about-us-box-heading span{
	font-size: 28px;
	font-weight:500;
}

.about-us-box-content{
	color:#60553F;
	font-family: 'Poppins', sans-serif !important;
	font-size: 21px;
	line-height:auto;
	padding:10px 0px;
	text-align:justify;
}
.aboutus-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:60vh;
  overflow: hidden;
  padding-top:10px;
}
.aboutus-card-wrapper {
  position: relative;
  height: 250px;
  width: 400px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.5s;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  background-color:#FEF5E8;  
  border:1px dashed #f4f4f4;
}
.aboutus-card-wrapper:hover {
  height: 420px;
  width: 450px;
  transition: 0.5s;
}
.aboutus-card-wrapper:hover .user-pic {
  height: 250px;
  width: 250px;
  transition: 0.5s;
}
.user-pic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  top: -75px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: 0.5s;
  border:1px dashed #f4f4f4;
}
.user-pic img {
  height: 100%;
  display: block;
  margin-left: -25%;
}
.name {
	font-family: 'Poppins', sans-serif !important;
	font-size: 32px;	
	text-align: center;
	position: relative;
	top: 150px;
	transition: 0.5s;
}
.aboutus-card-wrapper:hover .name {
  top: 200px;
}
.social-details {
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
  opacity: 0;
  transition: 0.5s;
}
.social-details p{
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height:auto;
	padding:10px 0px;
}
.aboutus-card-wrapper:hover .social-details {
  opacity: 1;
  position: relative;
  top: 200px;
}
.aboutus-card-btn {
  position: relative;
  top: 200px;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  padding: 0 50px;
  opacity: 0;
  transition: 0.1s;
}
.aboutus-card-wrapper:hover .aboutus-card-btn {
  opacity: 1;
  transition-delay: 0.3s;
}
/*.aboutus-card-btn button {
  width: 100px;
  padding: 5px 10px;
  font-size: medium;
  font-family: "Poppins", sans-serif;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgb(136, 136, 136);
  color: rgb(136, 136, 136);
  transition: 0.3s;
}
.aboutus-card-btn button:hover {
  color: white;
  background-color: #c850c0;
  transition: 0.3s;
  border: 1px solid white;
}*/


/* Customer page style */

.customer-bg{
	background: url(../images/customer-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.exact-center-box {
	width:500px;
	height:500px;
	position: fixed;	
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;	
}
.customer-login-box{background-color: rgba(235 235 235 / 86%);
	-webkit-box-shadow: 0 10px 60px -6px #777;
	   -moz-box-shadow: 0 10px 60px -6px #777;
	        box-shadow: 0 10px 60px -6px #777;
	border-radius: 10px;
	padding:2px;}




.heading {
	font-family: 'Poppins', sans-serif !important;
	text-align: center;
	margin-bottom: 10px;
	font-size: 34px;
	color: #424242;
}
.subheading {
	font-family: 'Poppins', sans-serif !important;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 31px;
	text-transform: capitalize;
	color: #424242;
}
.smallheading {
	font-family: 'Poppins', sans-serif !important;
	text-align: center;
	font-size: 21px;
	color: #424242;
}
.normal-font-L {
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px;
	text-transform: normal;
	color: #424242;
	padding-top:10px;
	line-height:auto;
}
.normal-font-M {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	text-transform: normal;
	color: #424242;
	padding-top:10px;
	line-height:auto;
}
.normal-font-R {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	text-transform: normal;
	color: #424242;
	line-height:auto;
}
.special-font-big{
	font-family: 'Poppins', sans-serif !important;
	font-size: 30px;
	color: #424242;
	padding:0px 0px 10px 0px;
	font-weight:bold;
}
.special-font-medium{
	font-family: 'Poppins', sans-serif !important;
	font-size: 25px;
	color: #424242;
	padding:0px 0px 10px 0px;
}
.special-font-normal{
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	color: #424242;
	padding:0px 0px 10px 0px;
}
.special-font-small{
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px;
	color: #424242;
	padding:5px 0px;
}
.special-font-verysmall{
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #424242;
	padding:10px 25px;
	line-height:30px;
}
.normal-font p{
	font-family: 'Poppins', sans-serif !important;
	text-align: center;
	margin-bottom: 3rem;
	font-size: 16px;
	text-transform: normal;
	color: #424242;
	padding-top:10px;
}

.small-normal-font p{
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 1rem;
	font-size: 16px;
	text-transform: normal;
	color: #424242;
	padding-top:20px;
	line-height:28px;
}










/* Buttons style */
.demo-form-button{
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	border: 2px solid #ff683c;
	background: #f58727;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 5px;
}

.common-button{
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
	border: 2px solid #ff683c;
	background: #f58727;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 5px;
}

.common-button:hover{
	display: inline-block;
	padding: 5px 20px;
	font-size: 16px;
	border: 2px solid #ff683c;
	background: #f58727;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 5px;
}

.demo-request-button{
	padding: 5px 10px;
	font-size: 14px;
	border: 2px solid #424242;
    background-color: #424242;
    color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	margin-right:10px;
}
.demo-request-button:hover{
	padding: 5px 10px;
	font-size: 14px;
	border: 2px solid #FEA94F;
	background-color: #FEA94F;
	color: #424242;
	cursor: pointer;
	border-radius: 5px;
	margin-right:10px;
}

.demo-request-button-active{
	padding:14px 20px;
	background-color: #FDA135;
	color:#fff;
	border-radius: 50px 20px;
}


.right-side-border{border-right:1px dashed #cfcfcf}

.tabs--container {
  margin: 0 auto;
}

.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs--scrollable {
  display: flex;
  position: relative;
  top: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
}

.tabs__scroller {
  background: #454545;
  border: 0 none;
  color: #fff;
  font-size: 1em;
  padding: 0 0.75em;
  margin:0px 5px;
  border-radius:5px;
}
.tabs__scroller .fa {
  position: relative;
}
.tabs__scroller--left .fa {
  left: -1px;
}
.tabs__scroller--right .fa {
  right: -2px;
}
.tabs__scroller[disabled] {
  opacity: 0.5;
}
.tabs__scroller:focus {
  outline: none;
}

.tabs__toggle-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.tabs__toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
  /* flex-basis: 0%; */
  white-space: nowrap;
}

.tabs__toggle {
  margin: 0 2px;
  padding: 10px 24px;
  color: #454545;
  text-align: center;
  background: #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #e4e4e4;
}
.tabs__toggle:first-child {
  margin-left: 0;
}
.tabs__toggle:hover {
  color: #58595b;
}
.tabs__toggle--active {
  color: #fff;
  background: #3e3d3d;
  border-right: 1px solid #3e3d3d;
  border-left: 1px solid #3e3d3d;
  border-bottom-color: transparent;
}
.tabs__toggle--active::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 4px;
  background-color: #3e3d3d;
}

.tabs__tab {
  width: 100%;
  padding: 24px;
}

.tabs__left {
  position: absolute;
  left: 0;
  opacity: 0.5;
}
.tabs__left::before {
  content: "<";
  background: #0195e7;
  color: #fff;
  width: 30px;
  display: inline-block;
}
.tabs__left--active {
  opacity: 1;
}

.tabs__right {
  position: absolute;
  right: 0;
  opacity: 0.5;
}
.tabs__right::after {
  content: ">";
  background: #0195e7;
  color: #fff;
  width: 30px;
  display: inline-block;
}
.tabs__right--active {
  opacity: 1;
}

.fadeInAnimation {
            animation: fadeInAnimation ease 2s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

.slide-left {
  animation: 1s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

/* Overlay Styles */
.overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height:100%;
}
/* Popup */
.popup {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  width: 80%;
  /*Change your width here*/
  height: 100%;
  /*Change your height here*/
  margin: auto;
  /* Popup Inner */
}
@media (max-width: 768px) {
  .popup {
    width: 90%;
    margin: auto 5%;
  }
}
.popup .popup-inner {
  position: relative;
  padding: 1em;
  background:#fff;
  margin-top:100px;
}
.popup .popup-inner input.s3-btn-close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  background: black;
  border: solid 2px white;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  outline: none;
}


.certification-font{
	background:transparent;
	font-size:14px;
}



.api-data-box{padding:7% 5%;}

.api-heading,.api-heading a {
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:21px;
	color:#333;
	font-style:normal;
	font-weight:bold;
}

.api-heading a {
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:21px;
	color:#BC5B00;
	font-style:normal;
	font-weight:normal;
}



.api-subheading{
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:18px; 
	color:#333;
	font-style:normal;
	font-weight:bold;
}

.api-data-box p{
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:16px;
    margin-bottom:8px;
	line-height:35px;
	font-style:normal;
	font-weight:normal;
    color: #444;
	letter-spacing:1px;
}

.api-data-box p a:link{
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:18px;
    margin-bottom:8px;
	line-height:35px;
	font-style:normal;
	font-weight:normal;
    color: #BC5B00;
	padding:0px;
	margin-left:0;
}

.api-data-box p a:hover{
	text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:18px;
    margin-bottom:8px;
	line-height:35px;
	font-style:normal;
	font-weight:normal;
    color: #ccc;
	padding:0px;
	margin-left:0;
}

.api-data-box ul li{text-align:left;	
	font-family:'Poppins', sans-serif;
	font-size:18px;
    margin-bottom:8px;
	line-height:35px;
	font-style:normal;
	font-weight:normal;
    color: #444;
	padding:0px;
	margin-left:0;}

.api-table-heading{
	background-color:#FFB459;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
    color: #000;
	height:21px;
	padding:5px;
	letter-spacing:0.5px;
	white-space:nowrap;
}
.api-table-data{
	background-color:#fff;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
    color: #000;
	padding:5px;
	letter-spacing:0.5px;
}
.white{
	background-color:#FFF;	
}


.inner-footer {
	background: #424242;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color: #fff;
	padding:5px;
	letter-spacing:0.5px;
	text-align:center;
}

pre {
	font-family:'Poppins', sans-serif;
	font-size:16px;	
} 

