@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*  font-family: "Open Sans", sans-serif;*/

body {
	  font-family: "Open Sans", sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.grey-bg {
	background:#e4e4e4;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#fdb813;
	text-decoration:none;
}

.main-title{
	width:100%;
	text-align:center;
}

.main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:42px;
	line-height:36px;
	color:#DBB250;
	font-weight:bold;
	margin-top:0;
	margin-bottom:38px;
	text-transform:capitalize;
	position:relative;
}


.main-title h2{
	color:#000;
	display:inline-block;
	position:relative;
}


 
 
 .main-title h2:after{
	content:'';
	display:block;
	width:114px;
	height:4px;
	background:#99CB58;
	position:absolute;
 
	left:50%;
	transform:translateX(-50%);
	bottom:-25px;
}


.main-title h3 {
	font-family: 'Inter', sans-serif;
	font-size:30px;
	line-height:30px;
	color:#DBB250;
	font-weight:bold;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Inter', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#DBB250;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	font-family: 'Open Sans', sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:bold !important;
	border:none !important;
	background:#346A9E;
	border-radius:0px;
}
.btn-primary, .button, .size, .ClsButton {
	font-size:16px;
	background:#00a3da;
	color:#fff;
	font-weight:600;
	text-decoration:none;
	padding:13px 30px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:0 20px !important;
	border:none;
	position:relative;
}
.btn-primary:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .05);
    z-index: 1;
    transition: opacity .2s ease-in-out;
    opacity: 0;
	border-radius:0 20px !important;
}

.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
	font-size:16px;
	background:#00a3da;
	color:#fff !important;
	font-weight:600;
	text-decoration:none;
	letter-spacing:1px;
	padding:13px 30px;
	text-transform:uppercase;
	border-radius:0 20px !important;
}

.btn-primary:hover:after{
	opacity: 1;
}
/*.btn-primary:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .05);
    z-index: 1;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}*/

.view-more {
	font-size:14px;
}
.white {
	color:#fff !important;
}




.view-more {
	font-size:14px;
	margin-left:20px;
}
.white, .white:hover {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}
.csreq-form-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}
.btn-hldr {
	float:left;
	width:46%;
	margin-left:2%;
	margin-right:2%;
}
.hldr-left {
	padding-left:20px;
}

/*==============================================================
Keyhighlight sec  CSS STARTS HERE
================================================================*/
.kh-sec{
	float:left;
	width:100%;
	
}
.rpb-sec{
	float:left;
	width:100%;
}

.kh-title{
	font-size:30px;
	line-height:41px;
	color:#050505;
	text-align:center;
}
.kh-val{
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
}
.kh-val span{
	font-size:30px;
	line-height:41px;
	color:#050505;
	font-weight:400;
}

.kh-in-val{
	float:left;
	width:100%;
	border-bottom:5px solid #99CB58;
}

.kh-footer{
	float:left;
	width:100%;
	margin-top:50px;
}
.eod{
	float:left;
	width:100%;
	font-size:14px;
	line-height:19px;
	color:#ACACAC;
	text-align:right;
}

/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}







/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

.main-title h2{
	font-size:38px;
	line-height:34px;
}
.stk-price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}

	
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.main-title h2{
	font-size:24px;
	line-height:24px;
}

	
}
@media (min-width: 768px) {
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.main-title h2{
	font-size:32px;
	line-height:32px;
}	
.kh-in-val{
	margin-bottom:30px;
}
.kh-title {
    font-size: 24px;
    line-height: 24px;
    color: #050505;
}
.kh-val {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.kh-footer {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.kh-footer [class*="col-"]:nth-child(1){
	order:2;
	text-align:center;
}
.kh-footer [class*="col-"]:nth-child(2){
	order:1;
	text-align:center;
	margin-bottom:15px;
}
.eod{
	text-align:center;
}



}

 @media (max-width:576px) {
	 
.main-title h2{
	font-size:28px;
	line-height:32px;
}

}



/* Portrait phones and smaller */
@media (max-width: 480px) {
}
 @media(max-width:414px) {
}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
}