body{
	font-family: 'Roboto', sans-serif;
	background: #E5E5E533;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

#banner{
	padding-top: 4em !important;
	/* background: #F8FCFF; */
}

#banner h1 {
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
}
#banner h1 span{
	display:block;
	color: #00A238;
  	/* text-decoration: underline; */
}
#stat_section h2 {
	font-size: 70px;
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#banner a {
	color:#222223;
	text-decoration:none;
}
#banner a.text-dark {
	background: #00a238;
	padding: 10px 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: white !important;
	max-width: 260px;
	font-weight:500;
}
.prod-img{
	width:150px;
	height:150px;
	object-fit:cover;
	border:1px dashed green;
}
#banner a i {
	height: 35px;
	width: 35px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	background: none;
  	border: none;
	animation-duration: 3s;
}

#banner h2 {
	font-weight: 700;
	font-size: 32px !important;
	line-height: 2px;
	font-family:'Bai Jamjuree';
}
#banner h2 img{
	display: inline-block;
	margin-left: -18px;
	margin-top: -5px;
}

#banner h3{
	font-size:18px;
	font-family:'Bai Jamjuree';
}
#banner h3 span {
	display: block;
	font-size: 15px;
	color: green;
	cursor: pointer;
	text-transform: uppercase;
}
#banner p.txt{
	color:#5F5F64;
	font-weight:400;
	font-size:13px;
}

.jump_card{
	animation-name: jump_card;
	animation-duration: .5s;
	animation-iteration-count: infinite;
}

@keyframes jump_card{ 0%{transform: rotate(0deg);} 50%{transform: rotate(5deg);} 100%{transform: rotate(0deg);} }
@-moz-keyframes jump_card{ 0%{transform: rotate(0deg);} 50%{transform: rotate(5deg);} 100%{transform: rotate(0deg);} }
@-o-keyframes jump_card{ 0%{transform: rotate(0deg);} 50%{transform: rotate(5deg);} 100%{transform: rotate(0deg);} }
@-webkit-keyframes jump_card{ 0%{transform: rotate(0deg);} 50%{transform: rotate(5deg);} 100%{transform: rotate(0deg);} }

@keyframes shake {
	0%, 100% {
	  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
  
	10%, 30%, 50%, 70%, 90% {
	  -webkit-transform: translateX(-10px);
	  -ms-transform: translateX(-10px);
	  transform: translateX(-10px);
	}
  
	20%, 40%, 60%, 80% {
	  -webkit-transform: translateX(10px);
	  -ms-transform: translateX(10px);
	  transform: translateX(10px);
	}
  }
  .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  
  
  .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
  }

#frame13{
	position: relative;
	background: linear-gradient(to bottom, #b7ff981f, #00833275);
    animation: background-color 20s;
	transition: 5s ease;
}
#frame13 h3{
	font-size: 29px;
	font-weight: 500;
}
#frame13 h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 2px;
}

#frame13 .pie {
	position: absolute;
	top: -35px;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	right: 50%;
	width: 70px;
	height: 70px;
	transform: translate(-50%, 0%);
	filter: hue-rotate(250deg);
}

#stat_section .row.no-gutters .col-6 {
	border: 1.5px solid #909C92 !important;
	border-right:none !important;
	/* border-image-source: linear-gradient(0deg, #10E634 0%, #CDD2CE 100%) !important; */
}
#stat_section .row.no-gutters .col-6:first-child{
	border-left:none !important;
}

#stat_section p{
	font-size:13px;
	color:#767E7E;
}

#stat_section h4 {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}

#stat_section .no-gutters p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000000;
	letter-spacing: 0.1em;
	font-size: 18px;
}

#smart_work .bg-light{
	background: #CFEDFF !important;
}
#smart_work .toprated{
	max-width: 500px;
	max-height: 500px;
	object-fit: contain;
}
#smart_work .bg-light img {
	position: absolute;
	/* left: -30px; */
	height: 85%;
	top: 50%;
	bottom: 50%;
	transform: translate(-10%,-50%);
	width: 100%;
	object-fit:contain;
}

#smart_work h3{
	font-weight:600;
	font-size:52px;
}
#smart_work p{
	color: #727272;
}
#smart_work h4{
	color:#222222;
	font-size: 20px;
}

.slide-card {
	position: relative;
}
.slide-card p {
  background: #ffffff2e;
  padding: 40px;
  font-size: 18px;
  text-align: justify;
  box-shadow: 0 0px 75px 2px #0080001d;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
  font-weight:400;
}

.slide-card .img-fluid.img-1 {
	position: absolute;
	top: -70px;
	width: 89%;
	left: -40px;
	animation-name: jump_card;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	transform-origin: left bottom;
	animation-timing-function: ease-in-out;
}

#newsletter {
	background-color: #00a238;
	background-image: url('../images/bgimage.png');
	background-size: 408px;
	background-repeat: no-repeat;
	background-position: 80%;
}

#newsletter p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	
	padding-bottom: 2em;
}
#newsletter h3 {
	font-size: 40px;
	font-weight: 700;
	padding-left: 2em;
	text-transform: capitalize;
	color: #fff;
	border-left: 8px solid #2d653e;
	font-family:'Montserrat';
}
#newsletter a.btn {
	background-color: #00A238;
	width: 160px;
	height: 58px;
	margin-left: 6em;
	padding: 1em 0em;
	border: 1px solid #fff;
	color: #fff !important;
	font-weight: bolder;
	border-radius:30px;
}

#newsletter .card-img {
	transform: rotate(-90deg);
	max-width: 295px;
	margin-top: 3em;
	margin-bottom: 3em;
}

@media(max-width:991px){
	#banner h1{
		font-size: 30px;
	}
	.slide-card p{
		font-size: 20px;
	}
	#newsletter h3{
		font-size: 30px;
		padding-left: 1em;
	}
	#newsletter p{
		padding-bottom: 0;
	}
	#newsletter a.btn{
		margin: 0;
	}
}

#footer ul li a{
	color:#404041;
	font-weight:700;
	font-family:14px;
}
#footer ul li{
	background:none;
	border:none;
}
#footer hr{
	background:#565B58;
}
#footer .bottom_row {
	color: #1B1B1B59;
	font-size:12px;
}

@media(max-width:991px){
	#smart_work .bg-light img {
		position: unset;
		transform: translate(-5%);
		margin-top: 2em;
		margin-left: auto;
	}
	
	#header .row{
		align-items:start !important;
	}
	
	#stat_section .row.no-gutters .col-6:nth-child(3){
		border-left:none !important;
	}
	
	#newsletter .card-img {
		transform: rotate(0deg);
		max-width: 295px;
		margin-top: 8em;
		margin-bottom: 3em;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.upper_row .col-12{
		display: flex;
		justify-content: center;
	}
	.upper_row .col-12.col-lg-2.text-center {
		order: -1;
		margin-bottom: 1em;
	}
}



/* testimonial */

#frame13 .card{
	border-radius: 1rem;
    box-shadow: 0px -10px 0px #2d653e;
}
@media(min-width:768px){
#frame13 .card{
	height: 100%;
}
}
@media(max-width:767px){
    #frame13 .card{
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw;
    }
}
#frame13 .col-md-4{
    padding:0  0.5rem;
}
#frame13 .card-title{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'IM Fell French Canon SC';
}
#frame13 .card-text{
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem;
}
#frame13 .footer{ 
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 0rem 0 1.4rem 0;
    font-family: 'Varela Round';
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#frame13 .footer img{ 
	max-height: 30px;
	object-fit: contain;
}
#frame13 #name{
    font-size: 0.8rem;
    font-weight: bold;
}
#frame13 #position{
    font-size: 0.7rem;
}
#frame13 a{
    color: rgb(151, 248, 6);
    font-weight: bold;
}
#frame13 a:hover{
    color: rgb(151, 248, 6);
}


@media(max-width:767px){
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p{
		font-size: 14px;
	}
	#banner h1{
		font-size: 22px;
	}
	#banner a.text-dark{
		font-size: 13px;
  		padding: 10px 5px;
	}
	#banner a i{
		height: unset;
		width: unset;
	}
	.slide-card p{
		font-size: 18px;
	}
	#newsletter h3 {
		margin-bottom: 29px;
		margin-top: 20px;
	}
	#newsletter .play-text{
		max-width: 150px;
	}
	#newsletter a.btn {
		width: unset;
		height: unset;
		padding: 10px 20px;
	}
	#smart_work .toprated{
		max-width: 100% !important;
	}
}