/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 13px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ef642d
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #016d3b;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.log-body .btn-sub:hover,
.log-body  .btn-cancel:hover {
	background: #223561 !important;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}
body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
}

/*********************************************************************************
header styles
***************/
header {}

header .top-bar {
	position: relative;
	padding:3px 0 !important;
	background:#fff;
}

/* header .top-bar .top-col {
	background: #127f95;
}

header .top-bar .top-col::before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	width: 100px;
	background: #127f95;
	-ms-transform: skewY(40deg);
	-moz--transform: skewY(40deg);
	-webkit-transform: skewY(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom-left-radius: 10px;

}
header .top-bar .top-col::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	width:50px;
	background: #127f95;
	-ms-transform: skewY(-40deg);
	-moz--transform: skewY(-40deg);
	-webkit-transform: skewY(-40deg);
	transform: skewX(-40deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom-right-radius:10px;

}

 */

/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0;
	position: relative;
	z-index: 1;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 20px;
	font-size: 13px;
	color: #59a02d !important;
	border-left: 1px solid #ffffff54;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .cont-nav ul a img {
	margin-right: 10px;
	width: 20px;
}

header .cont-nav ul li:first-child a {
	padding-left: 0;
	border: 0;
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*user nav*/
header .user-nav {
	float: right;
	margin: 5px 10px 5px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
}

header .user-nav ul a {
	display: block;
	margin-left: 5px;
	padding: 4px 15px 3px;
	font-size: 13px;
	color: #fff !important;
	text-transform: capitalize;
	border-radius: 5px;
	border: 1px solid #ffffffb0;
}

header .user-nav ul a.login {
	background: #ffe438;
	color:#333 !important;
	border-color:#ffe438;
}
header .user-nav ul a.flogin.login {
    border-color: #fff;
    background: #223561;
    color: #fff !important;
}
header .user-nav ul a.join {
	background: #126012;
}

header .user-nav ul a:hover,
header .user-nav ul a:hover .fa {
	background: #333 !important;
	color:#fff !important;
}

/*social links*/
header .social-nav{
	float:right;
}
header .social-nav ul {
	list-style: none;
    margin: 4px auto 0 !important;
    text-align: center;
}

header .social-nav li {
	float: left;
	margin-right: 5px !important;
	line-height: 27px;
}

header .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}
header .social-nav li a .fa{
	color: #FFF;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 13px !important;
	margin: 0px 5px 0px 5px;
}

header .social-nav ul .fa-facebook {
    background: #3b5a9a;
    border: 1px solid #3b5a9a;
}
header .social-nav ul .fa-twitter {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
}
header .social-nav ul .fa-instagram {
    background: #813cac;
    border: 1px solid #813cac;
}
header .social-nav ul .fa-youtube {
    background: #f51e1e;
    border: 1px solid #f51e1e;
}

/*logo bar*/
/* header .logo-bar {
	background: #FFF;
} */
header .logo-bar {
	position: relative;
	background: #5579BC;
	padding:5px 0 0;
}
header .logo-bar:after{
	position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 400px;
    content: "";
    background-color:#5579BC;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    z-index: 2;
}

header .logo-fixed-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header .logo-fixed-bar .logo {
	margin-top:0;
	padding: 9px 15px;
}

header .logo-fixed-bar .logo img {
	max-width: 74%;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}
header .logo {
	position: relative;
	z-index: 2; 
	padding: 10px 0px;
	text-align: left;
	/*-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.14);
	background: #FFF; /* Ensure background color matches */
  }
header .logo img {
	max-width:145px;
	margin-top:3px;
}
/* nav bar */
header .nav-bar {
	position: relative;
	background:red;
}
/*site nav*/
header .site-nav {
	float:right;
	padding:10px 0;
	margin-right:10px;
}
.menu-shape2{
	position: absolute;
	  background-image: url(../design_img/header-shape2.png);
	  right: -4%;
	  top: 0;
	  height: 100%;
	  width: 24%;
	  background-position: top right;
	  background-repeat: no-repeat;
}
.menu-shape1{
	position: absolute;
	background-image:url("../design_img/header-shape1.png");
    left: 0;
    top: 0;
    height: 100%;
    width: 33%;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
}

header .cont-btn{
	display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
	margin-top:10px;
	float:right;
}
header .cont-btn:before{
	content: 'Downloads';
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 25px 10px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #127f95;
    color: #ffffff;
}
header .cont-btn:hover:before{
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

header .cont-btn span{
	border: 2px solid #ff7e00;
    background: #ff7e00;
    padding: 10px 25px;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 2;
}

header .cont-btn:hover span{
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
} 

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 40px !important;
	font-weight: 600;
	font-size: 30px !important;
	color: #fff;
}


.main-head span {
	font-size: 16px !important;
	font-weight: 600;
	color: #569e2e;
}

.main-head span.brdr {
	background: #569e2e;
	height: 2px;
	display: inline-block;
	width: 30px;
	margin: 5px 10px 5px 0 !important;
}

.main-head span.brdr img {
	width: 32px;
	height: 41px;
	margin: auto;
	margin-top: -27px
}

/**/
.home-abt-bar {
	padding: 80px 0 80px 0 !important;
	/*background:#fff url('../design_img/home-bg.jpg') center center no-repeat;
 background-size:cover;*/
	background: #fff;
}

.home-abt-bar .main-head {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}

.home-abt-bar .home-img-col {
	position: relative
}

.home-abt-bar .home-img-col::before {
	content: '';
	position: absolute;
	background: #44d766;
	top: 30px;
	bottom: 30px;
	width: 100%;
	left: -15px;
	z-index: -1;
}

.home-abt-bar .home-img-col img {
	max-width: 100%;
}

.home-abt-bar .home-abt-other {
	background: #fff;
	padding: 15px 100px 20px 22px;
	position: absolute;
	bottom: 50px;
	right: -35px;
	border-left: 10px solid #8bb925;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.home-abt-bar .home-abt-other p {
	margin: 0 !important;
	line-height: 28px;
	font-weight: 500
}

.home-abt-bar .home-abt-other p strong {
	display: block;
	font-size: 30px;
	color: #298947;
}

.home-abt-bar .home-abt-other a.btn-more {
	position: absolute;
	color: #fff !important;
	background: linear-gradient(90deg, #223561 0%, #284a99 50%);
	width: 45px;
	height: 45px;
	display: block;
	margin: 15px 0 0px;
	padding: 0 !important;
	border-radius: 100% !important;
	overflow: hidden;
	bottom: 15px;
	right: 20px;
}

.home-abt-bar .home-abt-other a.btn-more:before,
.home-abt-bar .home-abt-other a.btn-more:after {
	content: '';
	background: url(../design_img/right-arrow-wht.png) no-repeat center;
	background-size: 20px !important;
	position: absolute;
	width: 45px;
	height: 45px;
	left: -45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home-abt-bar .home-abt-other a.btn-more:after {
	left: 0px;
}

.home-abt-bar .home-abt-other a.btn-more:hover:before {
	left: 0px;
}

.home-abt-bar .home-abt-other a.btn-more:hover:after {
	left: 38px;
}

.home-abt-bar p {
	text-align: justify;
	font-size:15px !important;
	line-height:25px;
	color:#223561;
}



/*home-cont-bar*/
.home-cont-bar {
	padding: 60px 0px;
	position:relative;
	background: #e9ecf2;
	text-align:center;
}

.home-cont-bar p {
	font-size: 17px !important;
	line-height:25px;
	color: #1a1a1a;
}

.home-cont-bar .btn-more {
	width: 140px;
	color: #fff !important;
	background: linear-gradient(90deg, #8bb925 0%, #05753c 50%);
	margin: 20px auto 0px;
	padding: 10px 10px !important;
	display: block !important;
	text-transform: capitalize;
	border-left:0;
}

.home-cont-bar .btn-more:hover {
	padding: 10px 10px !important;
	background: linear-gradient(90deg, #223561 0%, #2b437a 50%) !important;
}

/*home-info-bar*/
.home-info-bar {
	padding: 80px 0 0px 0 !important;
	background: #fff;
	position: relative;
	z-index: 1;
}

.home-info-bar img {
	max-width: 100%;
	margin-top: -30px;
}

.home-info-bar .main-head {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}

.home-info-bar .home-info-txt {
	border-top: 5px solid #223561;
	padding: 50px 65px;
}

.home-info-bar p {
	text-align: justify;
}

.home-info-bar .btn-more {
	width: 140px;
	color: #fff !important;
	background: linear-gradient(90deg, #cd6728 0%, #ee8432 50%);
	margin: 30px 0 0 0px;
	padding: 10px 10px !important;
	display: block !important;
	text-transform: capitalize;
}

.home-info-bar .btn-more:hover {
	padding: 10px 10px !important;
	background: linear-gradient(90deg, #1aa84b 0%, #298947 50%) !important;
}

/* count bar*/
.count-bar {
	/*background: linear-gradient(90deg, #2d9155 0%, #09420e 50%); */
	background:#2d9155 url("../design_img/feature-bg.jpg") no-repeat center center;
	background-attachment:fixed;
	padding: 300px 30px 50px;
	position: relative;
	margin-top: -250px;
	z-index: 0;
}

.count-col {}

.count-col.count-brdr {
	/*border-right:1px solid #ccc*/
}

.count-col .icon {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 10px !important;
	text-align: center;
	line-height: 75px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.count-col .icon img {
	max-width: 50px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.count-col .main-text {
	font-size: 35px !important;
	text-align: center;
	font-weight: 600;
	color: #edb928;
	line-height: 40px;
	padding-left: 12px;
}

.count-col .main-text::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
}

.count-col .common-text {
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #fff;
}

.count-col:hover .icon {
	background: #44d766;
	transform: scale(1.1);
}

.count-col:hover .icon img {
	filter: brightness(0) invert(1);
	transform: scale(0.8);
}

.product-slide-bar {
	padding: 60px 0 60px;
	border-bottom:1px solid #e5e5e5;
}

.product-slide-bar .product-slide-container {
	padding: 0 80px;
}

.product-slide-bar .main-head {
	text-align: center
}

.product-slide-bar .main-head span.brdr {
	margin: 20px auto 15px !important;
}

.product-slide-bar .product-pic-container {
	padding: 10px;
}

.product-slide-bar .owl-nav .fa {
	background: #298947;
	line-height: 27px;
}

.product-slide-bar .owl-item.active.center .product-pic {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: 308px;
	position: relative;
	overflow: hidden;
    border: 1px solid #e5e5e5;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.product-back {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 50%;
	right: 50%;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0; 
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.legal .product-back {
	 border-radius: 0;
}
.product-pic {
	 
}
.legal .product-pic {
    border-radius:0; 
}
.legal .product-btn a {
    padding-top: 9px;
}

.product-pic img {
    width: 95%;
    height: 95%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    margin-bottom: -50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.discount {
	background: #ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -56px;
	margin-left: -25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

.product-btn a {
	background: #1c823c;
	font-size: 14px;
	color: #fff !important;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 2px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.product-btn a:hover {
	background: #fff;
	color: #333 !important
}

.product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px !important;
	margin: 10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}

.product-name a {
	color: #333 !important;
}

.product-name span {
	color: #999
}

.product-price {
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	display: none
}

.product-price .price-before {
	color: #999;
	text-decoration: line-through;
	font-size: 17px;
}

.product-price .price-now {
	font-weight: 600;
	color: #1393dd;
	margin: 0 5px;
	font-size: 17px;
}

.product-container:hover .product-back {
	visibility: visible;
	opacity: 0.3;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
}

.product-container:hover .product-btn a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}



/**/
section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #101010 url(../design_img/inner-banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px !important;
	line-height: 40px;
	position: relative;
	text-align: left;
	margin-bottom: 10px !important;
	font-family: 'Lora', serif;
	letter-spacing: 1px;
	margin-top: 10px !important;
}

/*location*/
.location {
	list-style: none;
    position: relative;
    text-align: right;
    float: left;
    padding: 10px 15px !important;
    background: rgba(177, 203, 30, 0.75) !important;
}

.location li {
	color: #FFF !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '~';
	font-family: 'FontAwesome';
	font-size: 24px !important;
	line-height: 32px;
	font-weight: 600;
	margin-left: 10px;
	color: #FFF;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #FFF !important;
	font-size: 16px !important;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #ffe438 !important;
}

.location li a.active {
	color: #ffe438 !important;
}

/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top:100px;
}

.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banker-col p {
	color: #333;
	font-size: 14px !important;
	margin-bottom: 0 !important
}
.scan-pay{
	padding:20px;
	border:1px solid #e5e5e5;
	position: relative;
}
.scan-pay img{
	max-width:100%;
}

/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

/* download col*/
.download-col {
	text-align: center;
	border:1px solid #e5e5e5;
	min-height:260px;
}

.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform: uppercase
}

.download-col a {
	font-size: 14px;
	background: #bc661c;
	text-transform: uppercase;
	color: #fff !important;
	padding: 5px 10px;
	letter-spacing: 1.8px;
}

.download-col a:hover {
	background: #007c42;
}

.download-col img {
	margin: auto;
	max-width:150px;
}

/* contact bar */
.contact-bar {}

.contact-bar .cont-nav {
	background: #f5dd96;
	padding: 40px;
	overflow: hidden;
}

.contact-bar .cont-nav h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px 0 !important;
	text-align: left
}

.contact-bar .cont-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
}

.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.contact-bar .cont-nav ul a {
	display: block;
	color: #333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}

.contact-bar .cont-nav ul a i {
	margin-right: 25px;
	float: left;
	margin-top: 4px;
	font-size: 20px;
	width: 20px;
}

.contact-bar .cont-nav ul a span {
	float: left;
	display: block;
	width: calc(100% - 50px);
}

/**/
.contact-bar .main-head {
	text-align: center;
	margin: 30px 0 !important;
}

.contact-bar .iframe-form {
	width: 100%;
	height: 400px;
}

.contact-bar .form-group {
	position: relative;
	margin-bottom: 7px !important;
}

.contact-bar .input-group-addon {
	border-radius: 3px !important;
	background: #eee;
	border: 0;
	color: #999;
	width: 42px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.contact-bar .input-group {
	width: 100%;
}

.contact-bar input[type="text"],
.contact-bar input[type="email"],
.contact-bar input[type="password"],
.contact-bar select,
.contact-bar textarea {
	display: block;
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 15px 10px;
	height: auto;
	background: #f6f6f6 !important;
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border: 0px solid #ececec !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-bar textarea {
	height: 160px;
	resize: none;
	padding-left: 10px !important;
}

.contact-bar .button {
	font-size: 16px;
	margin-top: 10px;
	margin: auto;
	display: table;
}

/*rankers*/
.rankers .achievers {
	background: #fff;
	border: 1px solid #eee;
	border-bottom-color: #eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	margin: auto;
}

.rankers .achievers-container {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #eee;
}

.rankers .achievers-pic-container {
	width: 100%;
	height: 260px;
	margin-bottom: 0px;
	position: relative;
}

.rankers .achievers-pic-container img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-bottom: -50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rankers .achievers-back {
	position: absolute;
	bottom: 0%;
	left: 0;
	top: 0%;
	right: 0;
	background: #000;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
	height: 100%;
}

.rankers .achievers-btn {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.rankers .achievers-btn p {
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
}

.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}

.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}

.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}

.rankers .achievers-container:hover .achievers-btn {
	top: 50%;
}

.prduct-list .alert {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #105ea3;
}
/* Vision Mission */
.inner-abt-sec .vsn-blk{
	border:1px solid #ddd;
	position:relative;
	padding:30px 25px;
	min-height:200px;
	margin-bottom:40px;
}
.inner-abt-sec .vsn-blk.msn-blk{
	padding:30px 25px 20px;
}
.inner-abt-sec .vsn-blk .h-icon{
	width:80px;
	height:80px;
	border-radius:50%;
}
.inner-abt-sec .vsn-blk .mission-big{
	position:relative;
	margin-bottom:22px;
}
.inner-abt-sec .vsn-blk .mission-big img{
	max-width:100%;
}
.inner-abt-sec .vsn-blk .h-icon img{
	max-width:100%;
}
.inner-abt-sec .vsn-blk h4{
	font-size: 18px !important;
    font-weight: 600;
    color: #569e2e;
	line-height:25px;
	margin-bottom:10px !important;
}
.inner-abt-sec .vsn-blk p{
	text-align: justify;
    font-size: 15px !important;
    line-height: 25px;
    color: #223561;
}


/*Inner Page Css start */
.inner-abt-sec {
	padding: 80px 0 !important;
	position: relative;
}

.inner-abt-sec.inner-abt-sec2 {
	background: #f4fff9;
}

.inner-abt-sec .abt-left img {
	max-width: 100%;
}

.inner-abt-sec .abt-right {
	padding: 15px 20px;
	position: relative;
}

.main-head {
	font-size: 32px !important;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 20px !important;
	font-family: 'Kanit', sans-serif;
	color: #223561;

}

.inner-abt-sec .abt-right p {
	font-size: 14px !important;
	line-height: 24px;
	color: #454545;
	text-align: justify;
}


.inner-abt-sec.vsn-msn-sec .abt-right {
	padding: 15px 30px 0 !important;
}

.inner-abt-sec.vsn-msn-sec .main-head {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 10px !important;
}

.inner-abt-sec.vsn-msn-sec .abt-right {
	padding: 15px 30px 0 !important;
}

.inner-abt-sec.vsn-msn-sec .main-head {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 10px !important;
}


.idx-story-sec {
	padding: 80px 0;
	position: relative;
	background: #c2cce385;
}

.idx-story-sec .fea-blk {
	position: relative;
	text-align: center;
}

.idx-story-sec .fea-blk .fea-icon {
	width: 60px;
	margin: 0 auto 10px !important;
}

.idx-story-sec .fea-blk .fea-icon img {
	max-width: 100%;
}

.idx-story-sec .fea-blk .fea-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	margin-bottom: 5px !important;
	font-weight: 600;
	color: #2e3c2d;
}

.idx-story-sec .fea-blk .fea-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #1a1a1a;
}

/* */







.director-msg .meet-team-blk {
	padding: 30px 20px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.director-msg .meet-team-blk .team-sub-blk {
	padding: 4px;
	/* border: 1px solid #efefef; */
	margin-bottom: 10px;
}

.director-msg .meet-team-blk .team-sub-blk img {
	max-width: 100%;
}

.inner-abt-sec .meet-team-blk h4 {
	font-size: 18px !important;
	line-height: 27px;
	color: #03852e;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-align: center;
}

.inner-abt-sec .meet-team-blk h4 span {
	font-size: 15px !important;
	line-height: 24px;
	color: #333
}


.inner-abt-sec .meet-team-blk .team-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: justify;
}


/* INNER_CONTACT_PAGE */
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}

.inner-contact-sec .contact-info {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: #223561;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 12px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #232323 !important;
	font-weight: 600;
	margin-bottom: 5px !important;
	font-family: 'Kanit', sans-serif;
}

.inner-contact-sec .contact-info .contact-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
	font-weight: 600;
}

.inner-contact-sec .social-blk h4 {
	font-size: 22px !important;
	line-height: 28px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 15px !important;
}

.inner-contact-sec .contact-left {
	padding-left: 30px;
}

.map-box {
	width: 100% !important;
	height: 400px;
}

.inner-contact-sec .social-nav {
	float: left;
	margin: 10px 0;
}

.inner-contact-sec .social-nav ul {
	list-style: none;
}

.inner-contact-sec .social-nav li {
	float: left;
	padding-right: 10px !important;
}


.inner-contact-sec .idx-btn {
	width: 150px;
    text-align: center;
    border: 0px !important;
    padding: 12px 15px !important;
    background: linear-gradient(90deg, #479630 0%, #b3cd1e 50%);
    border-radius: 6px !important;
    color: #FFF !important;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 600;
}

.inner-contact-sec .idx-btn:hover {
	background: #223561 !important;
}

.inner-contact-sec .form-group {
	margin-bottom: 25px !important;
}

.inner-contact-sec .social-nav li a .fa {
	color: #fff !important;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.inner-contact-sec .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

.inner-contact-sec .social-nav li a .fa-twitter {
	background: #28a8e0;
}

.inner-contact-sec .social-nav li a .fa-linkedin {
	background: #117bb8;
}

.inner-contact-sec .social-nav li a .fa-youtube {
	background: #d81a1a;
}

.inner-contact-sec .form-group .form-control {
	padding: 12px 12px !important;
	background: transparent;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	border-radius:5px !important;	
	font-weight: 400;
}

.inner-contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #117bb8 !important;
	color: #454545;
}

.inner-contact-sec .main-head span {
	display: block;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0px;
}

.con-row{
	margin-top:50px !important;
}
.con-row .main-head{
	text-align:center;

}

/* Gallery Sections Start */
.content-bar.inn-galler-sec {
	padding: 80px 0 50px !important;
}

.inn-galler-sec .gallery {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	/* height:220px; */
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.portfolio-sec.infra-sec .gallery {
	border: 1px solid #1280ba;
	height: auto;
}

.inn-galler-sec .gallery img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	max-width: 100%;

}

.inn-galler-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.glr-gape {
	margin-top: 40px !important;
}

/* Policy Pages */
.policy-sec p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.policy-sec h3 {
	font-size: 24px !important;
	line-height: 32px;
	color: #007c42;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 15px !important;
}

.policy-sec h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #bc661c;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 15px !important;
	text-transform: capitalize;
}

.policy-sec ul.mylist li {
	line-height: 24px;
	font-size: 14px;
	text-indent: -25px;
	text-align: justify;
	margin-bottom: 10px !important;
}

.policy-sec ul.mylist li:before {
	content: "\f06c ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #0ea85d;
}




/*********************************************************************************
default form styles start
***************/
.inner-contact-sec .cont-form-outer label {
	font-weight: 700;
	font-size: 13px;
	color: #666;

}

.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #f99c54;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #f99c54;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
	color: #121212;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #145383;
	color: #121212;
}

.form-group textarea.form-control {
	resize: none;
}



/*********************************************************************************
my table start
***************/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #34b576;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}
section.contents .mytable.achi-table th:last-child {
	width:25%;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

section.contents .mytable tr:nth-child(odd) {
	background: #f0fff8;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 14px
}

ul.mylist li {
	line-height: 22px;
	text-indent: -25px;
}

ul.mylist li:before {
	content: "\f138   ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #f88530;
}

ul.mylist li li:before {
	content: "- ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #f88530;
}

/*********************************************************************************
login form 
***************/
.log-body {
	padding: 60px 0 60px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative;
}

/*
.log-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}*/

.log-model {
	width: 95%;
	max-width: 400px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	border-radius: 10px;
	padding: 20px 40px 40px;
	display: table;
	margin: auto;
	position: relative;
	z-index: 1
}

.log-model h2 {
	font-size: 20px;
	color: #223561;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center
}

.log-model .btn-sub {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.log-model .link-forgot {
	text-align: right;
	display: block;
	color: #eca254 !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.log-model .alert {
	margin-bottom: 0;
	margin-top: 20px
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 60px 0 100px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/
.join-model {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1
}

.join-nav {
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
}

.join-nav .join-nav-container {
	display: table;
	margin: auto;
}

.join-nav ul {
	list-style: none;
	display: flex;
}

.join-nav li {
	float: left;
	margin-right: 10px !important
}

.join-nav li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1
		);
	cursor: default;
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #f69826 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #f69826;
	color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}

.join-form-box h4 {
	color: #0f5c89;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	margin: 0px 0 30px !important;
}

.join-form-box p {
	color: #666;
	font-weight: 600;
	font-size: 18px !Important;
	margin-bottom: 15px !important
}

.join-form-box input[type=file] {
	padding: 6px 9px;
}

.join-form-box .join-type-col {
	display: none
}

.join-form-box .join-type-col.col-active {
	display: block
}

.join-form-box .btn-search {
	background: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #089f58;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #333 !important;
	color: #fff;
}

.join-form-box .alert {
	margin-top: 40px
}

/* password show hide*/
.toggle-password {
	position: absolute;
	right: 10px;
	width: 10px;
	color: #fff !important;
	text-align: center;
	top: 32px;
	padding: 13px 11px 11px 10px;
	float: right;
	margin-right: 1px;
}

.toggle-password.open-eye {
	background: url(../design_img/icon-show-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggle-password.close-eye {
	background: url(../design_img/icon-hide-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #ffa34a;
	color: #ffa34a
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: linear-gradient(to left, #5579BC 20%, #5579BC 70%);
	position: relative
}

footer .footer-abt{
	padding-right:30px;
}
footer .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

footer h2.da-gape {
	margin-top: 20px !important;
}

footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .down-app2 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .footer-bar {
	padding: 80px 0 50px;
}

footer .abt-sec {
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
}

footer .footer-bar p {
	font-size: 15px !important;
	line-height: 25px;
	color: #FFF !important;
	text-align: justify;
}

footer .footer-mid{
	padding:20px;
	position: relative;
	background:#EB1E24;
	border-radius:20px;
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 30px !important;
	text-transform: capitalize;
	position: relative;
}

footer h2:before {
	content: '';
	border-top: 2px solid #efb007;
	width: 30px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2
}

footer .footer-bar .banker-block {}

footer .footer-bar .banker-block img {
	max-width: 150px;
	background: #fff;
	padding: 5px 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

footer .footer-bar .banker-block p {
	font-size: 13px !important;
}

footer .icon-outer {
	width: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

footer .icon-outer img {
	max-width: 100%;
}
footer .ftr-contact-blk{
	position: relative;
	margin-bottom:25px !important;
}


footer .add-text {
	display: inline-block;
	width:calc(100% - 55px);
	margin-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
}

footer .add-text a {
	color: #FFF !important;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fff !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}

/* For Footer Menu */
/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 20px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #feaf4f !important;
}

footer .site-nav ul a {
	font-size: 14px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 25px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #fff !important;
}

footer .nav-menu ul a:hover {
	color: #efb007 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	margin: 0px auto 40px !important;
	text-align: center;
}

footer .social-nav li {
	float: left;
	margin-right: 5px !important;
	line-height: 35px;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 18px !important;
	margin: 0px 5px 0px 5px;
}

footer .social-nav ul .fa-facebook {
	background: #3b5a9a;
	border: 1px solid #3b5a9a;
}

footer .social-nav ul .fa-twitter {
	background: #1d9bf0;
	border: 1px solid #1d9bf0;
}

footer .social-nav ul .fa-instagram {
	background: #813cac;
	border: 1px solid #813cac;
}

footer .social-nav ul .fa-youtube {
	background: #f51e1e;
	border: 1px solid #f51e1e;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

footer .sm-gape {
	margin-top: 30px !important;
}

footer .logo {
	display: block;
    width: 70%;
    margin:-60px auto 20px;
    background: #fff;
    padding: 10px;
    text-align: center;
}

footer .logo img {
	max-width: 150px;
    text-align: center;
    margin: 0 auto;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #38B44A;
	padding: 10px 0 !important;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #f3f3f3;
	font-size: 15px !important;
	line-height: 25px;
	margin-top: 10px !important;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #efb007;
	font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

footer .footer-bar-bottom .logo {
	width: 80px;
	display: block
}

footer .footer-bar-bottom .logo img {
	max-width: 100%;
}
/* For Whatsapp */
/* Footer Social Icon*/
.footer-social-icon{
	position:fixed;
	width:60px;
	bottom:20px;
	left:15px;
	z-index:9999;
	
}
.footer-social-icon .social-chat-msg{
	width:125px;
	display:inline-block;
}
.footer-social-icon .whats-mobile{
	display:none;
}
.footer-social-icon .social-chat-msg p{
	font-size:17px !important;
	line-height:24px;
	color:#0566c7 !important;
	font-weight:600;
	font-family: 'Roboto Slab', serif;
	text-transform:capitalize;
	margin-top:5px !important;
	margin-bottom:0 !important;
}
.footer-social-icon  .social-chat-icon{
	/* width:100%; */
	display:inline-block;
	vertical-align:top;
}
.social-chat-icon .cont-nav{
	float:left;
}
.social-chat-icon .cont-nav ul{
	list-style: none;
    font-size: 14px;
}
.social-chat-icon .cont-nav ul  li  img {
    max-width:55px;
}
.whats-mobile{
	display:none;
}

footer .call-social-icon{
	position: fixed;
    bottom: 20px;
    left: 92px;
    z-index: 9999;
}
footer .call-social-icon .social-chat-icon a img{
	max-width:65px;
}

/* End Whats App */



/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	padding-top: 0px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #ffae00;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #fff;
}

#goTop .fa,
#goDown .fa {
	color: #fff;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

/* 08-10-2022 Start's */
.policy-sec h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #62b565;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
}

.faq-complaints {
	margin-top: 30px;
}

/* 08-10-2022 End's */