/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	background: #fff !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: 24px;
	margin-bottom: 10px !important;
	font-size: 15px !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: #f88530
}

.btn {
	padding: 10px 25px !important;
	border-radius: 0px !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-submit {
	background: #d9251e;
	color: #fff;
}

.btn-cancel {
	background: #ff5d05;
	color: #fff;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;

}

.btn-more {
   border-radius: 25% 10% !important;
    background: #d9251e;
    border-color: #d9251e;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    text-align: center;
    display: table;
    margin:20px auto 0;
    color: #fff !important;
    width: 120px !important;
    padding: 8px 10px !important;
}
.btn-more:hover{
	background:#343039 !important;
	color:#fff !important;
}

/*********************************************************************************
header styles
***************/
header {
	background: #fff7db;
}

header.header-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header.header-fixed-bar .top-bar {
	display: none
}

header.header-fixed-bar .logo-bar {
	padding: 2px 0 ;
} 

header.header-fixed-bar .logo {
     margin: 3px 0;
    width: 90px;
    margin-top:0px;
}
header.header-fixed-bar .logo-bar .founder-right {
       position: absolute;
    top: 5px;
    right: 20px;
}

header.header-fixed-bar .logo-bar .founder-right img{
   width:65px;
}

header.header-fixed-bar .logo img{
	padding:0;
}


/*top bar*/
header .top-bar {
	background: linear-gradient(90deg, #cc6023 0%, #dc451b 50%);
	/*background-color: #ff4880 !important; */
    padding: 1px 0;
    overflow: hidden;
    border-bottom-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

header .top-bar .wel-txt {
	margin-bottom: 0 !important;
	color: #fff
}
/* Header */
header .qu-blk{
	width:100%;
	display:block;
	overflow:hidden;
	margin-top:36px;
}
header .qu-blk .qu-left{
	width:50px;
	float:left;
}
header .qu-blk .qu-left img{
	max-width:45px;
}
header .qu-blk .qu-right{
	width:calc(100% - 50px);
	float:left;
	padding-left:10px !important;
}
header .qu-blk .qu-right h4{
	font-size: 18px !important;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
header .qu-blk .qu-right h4 span{
	display:block;
	font-size:14px !important;
	line-height:25px;
	font-weight:600;
}
/*translater*/
header .gotrns {
	float: right;
	color: transparent!important;
	font-size: 14px;
	position: relative;
	line-height: 15px;
	margin: 0 !important;
	border-radius: 25px; 
}

header .gotrns .goog-te-gadget-simple {
	border: 0px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
 
header .gotrns a {
  display: none;
} 

header .gotrns span {
	color: #fff !important;
	border-color: #fff !important
}

header .gotrns a.goog-te-menu-value span:nth-child(3),
header .gotrns a.goog-te-menu-value img {
	display: none
}

header .gotrns img {
	background: url("../img/icon-glob.png") !important;
	background-repeat: no-repeat !important
}

header .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}

/*logo bar*/
header .logo-bar {
	background: #fff7db;
	padding:0;
	position: relative;
	-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 .logo {
       z-index: 99;
    display: block;
    margin: 3px 0;
    width: 100px;
    right: -40px;
    position: relative;
}

header .logo img {
	max-width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 3px;
}

/*cont nav*/
header .cont-nav {
	margin: 5px 0 5px 20px;
    float: left;
    border: 0;
}

header .cont-nav ul {
	list-style: none;
	font-size: 13px;
}

header .cont-nav ul li {
	float: left;
	color: #999 !important;
	margin-left:0px !important;
	position: relative;
	margin-right: 5px !important;
}

header .cont-nav ul li:last-child {
	margin-right: 0px !important;
}

header .cont-nav ul span.cont-text {
	font-size: 14px;
	color: #fff !important;
	font-weight: 600;
}

header .top-bar .cont-nav ul li .fa {
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.15);
    color: #ffdb2d;
    margin-right: 10px;
    padding-top: 8px !important;
}

header .cont-nav ul a {
	color: #fff !important;
}

header .cont-nav ul a:hover {
	color: #fff !important;
}
header .founder-right{
	position: absolute;
    top: -33px;
    right: -60px;
}
header .founder-right img{
	width:110px;
}

/*social links*/
header .social-nav {
	float: right;
	margin: 5px 20px !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;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header.social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

header .social-nav li a .fa {
	color: #fff !important;
	background: #e9ecf2;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	margin-left: 5px;
	border-radius: 100%;
	-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 .social-nav ul a .fa-facebook {
	background: #3b5a9a; 
}

header .social-nav ul a .fa-twitter {
	background: #1d9bf0; 
}
header .social-nav li a .fa-linkedin {
    background: #117bb8;
}
header .social-nav ul a .fa-instagram {
	background: #813cac; 
}
header .social-nav ul a .fa-youtube {
	background: #f51e1e; 
} 
header .social-nav li a:hover .fa {
	background: #eee;
	color: #105fa3!important;
}
/**/
.btn-adm {
    background: #ff8100;
	color: #fff!important;
    text-transform: uppercase;
    font-weight: 600!important;
	letter-spacing: 1px;
	border: 1px solid #fff!important;
	border-bottom: 0!important;
    position: fixed;
    right: -44px;
	top: 50%;
	margin-bottom: -50%;
	z-index: 99;
	transform: translateY(-50%) rotate(-90deg);
}
/*search*/
.search-btn,
.search-load {
	background: url(../img/icon-search.png) no-repeat center;
	background-size: 50%;
	width: 40px;
	height: 35px;
	display: block;
	float: right;
	cursor: default;
}

.search-load {
	background: url(../img/icon-load.jpg) no-repeat center;
	background-size: 60%;
}

/*search bar*/
.search-bar {
	border-radius: 25px;
	background: #f7f3f3;
	position: relative;
	z-index: 999;
}

.search-bar:after {
	content: '';
	display: table;
	clear: both;
}

.search-bar input[type=text] {
	background: transparent;
	color: #666;
	border: 0;
	width: calc(100% - 40px);
	padding: 8px 20px;
	float: left;
}

.search-bar input[type=text]:focus {
	outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-webkit-input-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar #search-result {
	position: absolute;
	width: 100%;
	top: calc(100% - 15px);
	left: 0;
	z-index: -1;
	overflow: hidden;
	background-color: #f7f3f3;
	padding: 25px 20px 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: none;

}

.search-bar #search-result ul {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 0
}

.search-bar #search-result ul li a {
	padding: 3px 0;
	display: block
}

.search-bar #search-result ul li a:hover {
	text-decoration: underline !important;
}

.search-bar #search-result ul li a span {
	color: #f08e76;
}

/* nav bar */
header .nav-bar {
        margin: 20px 0;
    float: right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    right: -65px;
}

header.header-fixed-bar .nav-bar {
    margin: 8px 0;
}

header.header-fixed-bar .qu-blk {
    margin-top:20px;
}

header .nav-bar .scroll-left,
header .nav-bar .scroll-right {
	width: 30px;
	padding: 22px 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
}

header .nav-bar .scroll-left {
	background: url(../img/icon-arrow-left.png) no-repeat center #eee;
	background-size: 10px;
	left: 0;
}

header .nav-bar .scroll-right {
	background: url(../img/icon-arrow-right.png) no-repeat center #eee;
	background-size: 10px;
	right: 0;
}

header .nav-bar .nav-container {
	white-space: nowrap;
	overflow-x: auto;
	/*margin-right: 30px;*/
}

/*site nav*/
header .site-nav {
	margin-top:18px !important;
}

header .gotrns {
    color: #fff !important;
    font-size: 16px;
    position: relative;
    line-height: 15px;
    margin: 4px 0px 0 0 !important;
    /* border-radius: 25px; */
    padding: 6px 0 6px 10px;
    float: right;
    width: 168px;
    height: 36px;
}

header .quick-btn{
	border-radius: 25% 10% !important;
    background: #d9251e;
    border-color: #d9251e;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    text-align: center;
    display: table;
    margin: 0px;
	float:right;
    color: #fff !important;
    width: 150px !important;
    padding: 8px 10px !important;
}
header .quick-btn:hover{
	background: #343039 !important;
    color: #fff !important;
	border-color:#343039;
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background: #00000050;
}

section.slider video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 35px !important;
	line-height: 40px !important;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
	font-family: "Fredoka", sans-serif;
	margin-bottom: 15px !important;
	letter-spacing:1.3px;
}

.main-head span {
	font-size: 16px !important; 
	color: #ff8700;
	font-weight:700;
	text-transform: initial;
	display: block;
}

.main-head span.brdr {
	background: #fe0000;
	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
}

.sub-head {
	font-size: 25px !important;
    font-weight: 700;
    color: #d6261c;
    margin-bottom: 10px !important;
    position: relative;
    text-align: center;
}

/**/
.home-abt-bar {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:80px 0;
} 
.home-abt-bar ul li {
    line-height: 25px!important; 
}
.home-abt-bar ul li:before {
    content: "\f111"!important; 
}
.home-abt-bar ul li:nth-child(1):before{color: #1170f7!important;}
.home-abt-bar ul li:nth-child(2):before{color: #5fb364!important;}
.home-abt-bar ul li:nth-child(3):before{color: #f6b71e!important;}
.home-abt-bar ul li:nth-child(4):before{color: #de1b1f!important;}

.home-abt-bar .img-col{width: 100%; display: block; margin: 0px auto; position: relative;}
.home-abt-bar .img-col:after{
	content: ''; 
	position: absolute; 
	top: 50%;  
	bottom: 0;
	left: 0; 
	right: 0; 
	background: #23183466;
}
.home-abt-bar img{
	max-width:100%;
	border-radius:20px;
}
.home-abt-bar .img-col img{max-width: 100%;}
.home-abt-bar .img-col .btn-play {
    width: 70px;
    height: 70px;
    background: #ff8700;
    text-align: center;
    color: #fff!important;
    line-height: 70px;
    font-size: 20px;
	border-radius: 100%;
    outline: 15px solid #ffffffa6;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1; 
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -50%);
}

/*.advantage bar */
.advantage-bar {
	background: #231834;  
	padding: 50px 0
}
.advantage-bar .main-head{
	color: #fff;
    font-weight: 700;
    font-size: 25px !important;
    margin-top: 10px !important;
    line-height: 36px !important;
    text-align: center;
}
.advantage-bar .main-head span {
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.advantage-bar .advantage {
	overflow: hidden;
}

.advantage-bar .advantage-icon {
    width: 70px;
    margin: 0 auto 10px;
}

.advantage-bar .advantage-icon img {
	max-width: 100%;
}

.advantage-bar .advantage-text {
    width: 100%;
    text-align: center;
}

.advantage-bar .advantage-text p {
	color:#fff;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 16px !important; 
	margin-bottom: 0 !important
}

.advantage-bar .advantage-text p a {
	color: #fff !important;
	text-transform: capitalize;
}

.advantage-bar .advantage-text p span {
	opacity: .7;
	font-size: 14px !important; 
	line-height: 20px;
	font-weight: 400; 
	text-transform: none;
	color: #fff;
	display: block;
	margin-top: 5px;
}

/*yojana sec*/
.pro-sec{
	padding:80px 0;
	background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
	position:relative;
}
.pro-sec .pro-blk{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 45px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
	border:1px solid;
	border-color: rgb(255, 72, 128) !important;
	padding:25px 20px;
	z-index:1px;
}
.pro-sec .pro-blk:after{
	position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}
.pro-sec .pro-blk:hover:after{
	background: #4D65F9;
    width: 100%;
    opacity: 1;
    z-index: 1;
}
.pro-blk .test-inner{
	position: relative;
    z-index: 2;
}
.pro-sec .pro-blk .h-icon{
	width:50px;
	margin:0 auto 20px;
	display:table;
}
.pro-sec .pro-blk .h-icon img{
	max-width:100%;
}
.pro-sec .pro-blk:hover .h-icon img{
	filter: brightness(0) invert(1);
}
.pro-sec .pro-blk:hover h4{
	color:#fff !important;
}
.pro-sec .pro-blk h4{
	font-weight: 600;
    font-family: Montserrat, sans-serif;
	font-size:24px !important;
	line-height:32px;
	margin-bottom:10px !important;
	text-align:center;
}
.pro-sec .pro-blk  p{
	font-size:14px !important;
	line-height:25px;
	color:#340201;
	font-weight:400;
}
.pro-sec .pro-blk:hover p{
	color:#fff !important;
}
.pro-sec .main-head{
	text-align:center;
	margin-bottom:30px !important;
}
.pro-sec .pro-blk a.btn-read{
	border-radius: 25% 10% !important;
    background: #d9251e;
    border-color: #d9251e;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    text-align: center;
    display: table;
    margin: auto;
    color: #fff !important;
    width: 120px !important;
    padding: 8px 10px !important;
}
.pro-sec .pro-blk a.btn-read:hover{
	border-color:#eab20e !important;
	background:#eab20e !important;
}

.member-pg{
	position:relative;
}
.member-pg .col-row{
	width:calc(33.33% - 30px);
	margin:0 15px 30px;
	position:relative;
	float:left;
}
.member-pg .mem-blk{
	padding:20px 30px;
	background:#ffeedf;
	text-align:center;
	min-height:157px;
}
.member-pg .mem-blk h4{
	font-size:25px!important;
	line-height:32px;
	font-weight: 800;
    color: #333;
    margin-bottom: 10px !important;
}
.member-pg .mem-blk h4 span{
	font-size:15px!important;
	line-height:25px;
	color:#600;
	display:block;
	color:#454545;
	margin-bottom:0px !important;
}
.member-pg .mem-blk h5{
	font-size:18px!important;
	line-height:25px;
	color:#00aeef;
	font-weight:700;
}

/*product slide bar */
.product-slide-bar {
	padding: 30px 0px 30px !important;
	background: #fdf6ef;
}
.product-slide-bar:nth-child(odd) {
 background:#fff;
}
.product-slide-bar .btn-more {
    float: right;
    margin: -10px 0 20px;
}
/**/
.product-slide-bar.top-category {
    padding: 50px 0 40px!important;
}
.product-slide-bar.top-category .main-head{
	text-align: center; 
	margin:0 auto 25px!important; 
}
.product-slide-bar.top-category .item-pic {
    height: auto; text-align: center;
}
.product-slide-bar.top-category .item-pic img {
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: inherit;
    margin-right: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.product-slide-bar.top-category .item-pic img[src="admin/img/logo.png"] {
 max-width:120px;
 margin:20px auto;
}
	
.product-slide-bar.top-category .item-name { 
    /*display: none;*/
}

/* brand bar */
.brand-bar {
	padding-top: 40px !important;
	padding-bottom: 30px !important;
	background: #fff;
}
.brand-bar .main-head{
	text-align: center; 
	margin:0 auto 20px!important; 
}
 
.brand-bar .brand-logo {
	height: 90px;  
	/*border: 1px solid #999; */
}

.brand-bar .brand-logo img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: auto;
	display: table;
}

/*  achiever bar */
.achiever-bar {
	padding: 60px 0; background: #eee;
}
.achiever-bar h2{text-align: center;   margin-bottom:25px!important;}
 
.achiever-bar .achiever {
    background: linear-gradient(0deg, #dd231b 0%, #dd7b1b 50%);
    padding: 5px; 
}
.achiever-bar .achiever .achiever-img{margin-bottom: 5px;}
.achiever-bar .achiever .achiever-img img{max-width: 100%; }
.achiever-bar .achiever p{ text-align: center;  font-size: 13px!important; font-weight: 700; color: #04ffe8; line-height: 18px;margin-bottom: 2px!important;} 
.achiever-bar .achiever p.achiever-name{
	font-weight: 600; color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap ;
	width: 100%; }

/*  Gallery bar */
.gallery-bar {
	padding: 50px 0; 
}

.gallery-bar .main-head {
	text-align: center
}

.gallery-bar .main-head span {
	font-size: 15px !important; 
	color: #999;
	font-weight:400; 
}

.gallery-bar .btn-more {
    margin: 30px auto 10px;
}

/* */
section.contents .content-bar {
	padding: 50px 0;
}
.test-sec{
	padding:80px 0;
	position:relative;
	background:#fee2c3;
}
.test-sec .sub-head{
	font-size:16px !important;
	line-height:25px;
	position:relative;
	display:line-block;
}

.test-sec .main-head{
	margin-bottom:30px;
	text-align:center;
}
.test-sec .test-blk{
	border-radius: 50% 20% / 10% 40%;
    border: 1px solid #ff4880 !important;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 20px;
    min-height: 425px;
}
.test-sec .test-blk .test-top{
	border-bottom:1px solid #ff4880;
	padding:10px 0 20px;
	width:100%;
	display:block;
}
.test-sec .test-blk .test-top .top-left{
	 width: 80px;
    height: 80px;
    border-style: dotted;
    /* float: left; */
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
}
.test-sec .test-blk .test-top .top-left img{
	border-radius: 50% !important;
	padding: .5rem !important;
	max-width:100%;
}
.test-sec .test-blk .test-top .top-right{
	width: calc(100% - 85px);
    padding-left: 15px !important;
    display: inline-block;
}
.test-sec .test-blk .test-top .top-right h4{
	color: #393d72 !important;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	font-size:20px !important;
	line-height:27px;
}
.test-sec .test-blk .test-top .top-right p{
	font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #70747f;
}
.test-sec .test-blk .test-down{
	position:relative;
	min-height:260px;
	padding-top:20px !important;
}
.test-sec .test-blk .test-down p{
	font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #70747f;
}


/* page banner*/
.banner-bar {
	background: #666 url(../img/page-banner.jpg) no-repeat center TOP;
    padding: 115px 0 100px;
    background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {
	position: relative;
	padding-bottom: 2px;
}
 

.banner-bar .banner-content h1 {
	color: #fff;
	font-size: 35px !important;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 38px;
	text-align: left;
	font-family: "Fredoka", sans-serif;
}

.banner-bar .banner-content p {
	color: #fff;
	margin: 0px 0 0px !important;
}

/*location*/
.location {
    list-style: none;
    display: table;
    margin:0 !important;
}


.location li {
	color: #666 !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: 16px;
	margin-left: 10px;
	color: #ddd;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #ddd !important;
}

.location li a:hover {
	color: #fff !important;
}

.location li a.active {
	color: #ffe10b  !important;
}

/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}

.col-bar {}

.col-bar:after {
	content: '';
	display: table;
	clear: both;
}

.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}

.col-bar .col .txt-title {
	display: none;
}

.col-bar .cont-col {}


.col-bar .img-col {
	position: relative;
}

.col-bar.photo-gallery-bar .img-col {
	height: 190px;
	position:relative;
    width: 250px;
}

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.425);
	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;
}

.col-bar .img-col img {
   max-width:100%;
}
.gallery-bar.col-bar .img-col img {
	border:1px solid #df822c;
}
.col-bar.photo-gallery-bar .img-col img{
	 position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 95%;
    height: 190px;
    margin: 0 auto;
}
.bankers-pg .img-col img {
	max-width: 100%;
    height: 240px;
    margin: 0 auto;
}
.bankers-pg  .img-col:hover:after {
    right: 0;
    height: 240px;
}

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	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;
}

.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 50%;
	color: #df822c;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
	opacity: 1;
}
.col-bar .img-col:hover:after{ 
	right: 0;
}

.col-bar .file-col {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.col-bar .file-col img {
	max-width: 100%;
}

.cont-bar {
	/*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

.abt-us .col-row {
	margin-bottom: 25px;
	text-align: justify
}

.abt-us .main-head {
	font-size: 30px !important;
	font-weight: 600;
	text-transform: inherit;
	margin-bottom: 10px !important;
	color: #1170f7;
	text-align:left;
} 

.abt-us .techtable{

}
.abt-us .techtable tr th, .abt-us .techtable tr td{
	text-align: left!important;
}
.abt-us .techtable tr th:nth-child(1), .abt-us .techtable tr td:nth-child(1){
	width: 80px;text-align: center!important;
}
.abt-us .techtable tr th:nth-child(3), .abt-us .techtable tr td:nth-child(3){
	width: 200px;
}

.abt-us .qr-code .col-img {
    max-width: 350px;
    display: table;
	margin:auto;
    border: 1px solid;
}

/**/
.our-vision{}  
.our-vision .main-head {
	font-size: 30px !important;
	font-weight: 500;
	text-transform: inherit;
	margin-bottom: 10px !important;color: #1170f7;
} 
.our-vision p{
	text-align: justify;
} 

.vision-mission-bar .main-head{
	background:#f19025;
	padding:6px 8px !important;
	margin-bottom:20px !important;
	color:#fff !important;
	text-align:center;
	width:300px !important;
	margin-top:20px !important;
} 

/**/
.desk-msg{ 
	 
} 
.desk-msg .col-row{
	margin: 0 -15px;
}
.desk-msg .col-row:after {
	content: '';
	display: table;
	clear: both;
}
.desk-msg .col{float: left;padding: 0 15px;}
.desk-msg .col-img{
	width: 300px; 
}
.desk-msg .col-desc{
	width: calc(100% - 300px); 
} 
.desk-msg p{
	text-align: justify;
	font-size:15px !important;
	line-height:25px;
	color:#333;
	
} 
.desk-msg h3{
	font-size:20px !important;
	line-height:27px;
	font-weight:600;
	color:#333;
	margin-bottom:10px !important;
	font-family: "Fredoka", sans-serif;
}
.desk-msg h4{
	font-size:18px !important;
	line-height:25px !important;
	color: #ff8700;
	font-weight:700;
}
.desk-msg h4 span {
	display: block;
    font-size: 14px !important;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}
.desk-msg .half-msg{
	padding:20px 30px 20px 10px;
	position:relative;
	border:1px solid #ddd;
	margin-bottom:30px !important;
}
.desk-msg .half-msg .col-img{
	width: 200px;
}
.desk-msg  .half-msg .col-desc {
    width: calc(100% - 200px);
}
/* Team */
.team-pg .team-blk{
	position:relative;
	margin-bottom:30px;
}
.team-pg .team-blk h3{
	font-size:16px !important;
	line-height:25px;
	background: linear-gradient(0deg, #dd231b 0%, #dd7b1b 50%);
    padding:8px 10px !important;
	color:#fff;
	text-align:center;
}
/**/
.facility-pg .library-details .col-img{
	float:right;
	width:50%;
	padding:0 15px !important;
}
.facility-pg .library-details .col-img img{
	border-radius:10px !important;
}
.facility-pg .library-details .col-desc{
	float:left;
	width:50%;
	padding:0 15px !important;
}
.facility-pg .library-details p{
	font-size:15px !important;
	line-height:25px;
	color:#333 !important;
	text-align:left;
}

.pg-facility {

} 
.pg-facility h3 {
    margin: 0 0 15px!important; 
    color: #393185; 
}
.pg-facility .col-row {
	margin: 0 -15px; 
}
.pg-facility .col-row .col{
	float: left;
 	padding: 0 15px; 
}
.pg-facility .col-row .col.col-img{
	width:30%; 
}
.pg-facility .col-row .col.col-desc{
	width:70%; 
}
/**/
.pg-achiever {
    margin: 0 -10px;
}
.pg-achiever .col-row {
    width: calc(16.6666% - 20px);
    float: left;
    padding: 8px;
    background: linear-gradient(0deg, #1061df 0%, #01d1f3 50%);
	margin: 0 10px 15px;
}
.pg-achiever .col-row {
	 width: calc(20% - 30px);
    float: left;
    padding:15px;
    background: linear-gradient(0deg, #1061df 0%, #01d1f3 50%);
	margin: 0 10px 15px;
}
.pg-achiever .col-row .col-img .txt-title {
    display: block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 100%;
    margin: 0!important;
    font-size: 13px!important;
}
.pg-achiever .col-row .col-desc p{
    text-align: center;
    font-size: 13px!important;
    font-weight: 700;
    color: #04ffe8;
    line-height: 18px;
    margin-bottom: 2px!important;
}

/**/
.pg-academic {

} 
.pg-academic h3{
	margin: 15px 0 10px!important;
    color: #1170f7;
}
.pg-academic p{
	text-align: justify;
}

/**/
.pg-download{
	margin: 0 -10px;
}
.pg-download .col-row {
    width: calc(25% - 20px);
    float: left; 
    margin: 0 10px 0;
}

.pg-download .col-row p.txt-title {
    display:block; 
    text-align: center;
	margin: 0!important;
} 
.pg-download .col-row p.txt-title a {
   padding: 8px 10px !important;
    display: block !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    background: #666;
    min-height: 90px;
    margin-bottom: 30px !important;
}
.pg-download .col-row:hover p.txt-title a {
    background: #ff8100;
}

/**/
.why-choose {
	margin: 15px -15px; 
}
.why-choose .main-head {
	font-size: 30px !important;
	font-weight: 600;
	text-transform: inherit;
	margin-bottom: 10px !important;color: #1170f7;
}
.why-choose .col-row {
    width: calc(25% - 30px);
    height: 220px;
    float: left;
    padding: 20px;
    margin: 10px 15px;
    background: #fbfbfb;
	text-align: center;
}

.why-choose .col-row .col-img .img-col {
    margin-bottom: 15px;
    background: #38649b;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 10px;
    line-height: 80px; 
}

.why-choose .col-row .col-img .img-col:after,
.why-choose .col-row .col-img .img-col a {
	display: none
}

.why-choose .col-row .col-img .img-col img {
    max-width: 45px;
    filter: brightness(0) invert(1);
}

.why-choose .col-row .col-desc p {
	color: #333;
	text-transform: capitalize;
	font-size: 15px !important;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.why-choose .col-row .col-desc p span {
	font-size: 13px !important;
	font-weight: 400;
	text-transform: none;
	color: #999;
	display: block;
	margin-top: 5px;
}
.branch-outer .table-dark tr th{
	background:#2e3192;
	height:40px;
	color:#fff;
	font-size:15px !important;
	line-height:25px;
	font-weight:600;
}


/*.advantage bar */
.advantage-bar {
	position: relative;
    background-image: url(../design_img/fea-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
	padding:80px 0;
}
.advantage-bar:before{
	content: "";
    position: absolute;
    background: #da251c;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}

.advantage-bar .main-head span {
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 8px;
    color: #FFF;
    font-weight: 400;
    text-transform: initial;
    display: block;
	z-index:2;
    position: relative;
}
.advantage-bar .main-head span:before{
	display:none;
}
.advantage-bar .main-head{
	font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    color: #FFF !important;
	letter-spacing:1.3px;
}
.advantage-bar .adv-left{
	position:relative;
	margin-top:30px !important;
}
.advantage-bar .adv-left img{
	max-width:100%;
}
.advantage-bar .adv-right{
	text-align:center;
}
/* count bar*/
.count-bar {
 }
.count-col {
	text-align: center;
    margin: 0 auto 0px !important;
    display: table;
}
.count-col .icon {
 width: 50px;
 height: 50px;
 margin: 0 auto 10px !important;
 text-align: center;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 display:none
}
.count-col .icon img {
 max-width: 100%;
}
.count-col .main-text {
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center;
    font-weight: 800;
    color: #fee064;
    margin-bottom: 0px !important;
    font-family: 'Noto Sans', sans-serif;
}
 .count-col .main-text::after {
 content: '+';
 font-size: 32px;
 margin-left: 0px;
 vertical-align: 2px;
}
.count-col .common-text {
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #fff;
	line-height: 32px;
	font-weight:700;
	font-size: 22px !important;
}

.advantage-bar .advantage {
	overflow: hidden;
}

.advantage-bar .advantage-icon {
	width: 55px;
	float: left;
}

.advantage-bar .advantage-icon img {
	max-width: 100%;
}

.advantage-bar .advantage-text {
	width: calc(100% - 70px);
	float: right;
}

.advantage-bar .advantage-text p {
	color: rgba(0, 0, 0, 1);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px !important;
	margin-bottom: 0 !important
}

.advantage-bar .advantage-text p a {
	color: rgba(0, 0, 0, 1) !important;
	text-transform: capitalize;
}

.advantage-bar .advantage-text p span {
	opacity: .7;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	letter-spacing: initial;
	color: rgba(0, 0, 0, 0.8);
	display: block;
}





/* Infrastructure Page */
.infrastructure-pg {
	margin: 0 -15px;
}

.infrastructure-pg .col {
	width: 33.33%;
	float: left;
	padding: 10px 15px 10px;
}

.infrastructure-pg .col-desc {
	display: none;
}

.infrastructure-pg .main-head {
	font-size: 30px !important;
	line-height: 40px !important;
	color: #fff;
	background: linear-gradient(90deg, #c90a1c 0%, #fe0000 50%);
	padding: 5px 15px !important;
	margin-bottom: 0 !important;
}

/* photo gallery */
.pg-ph-gallery{ 
	margin: 15px -10px; 
} 

.pg-ph-gallery .col-row {
	width: calc(25% - 20px);
	float: left;
	padding: 12px;
	margin: 0 10px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}

/* video gallery */
.pg-vd-gallery{ 
	margin: 15px -10px; 
}
.pg-vd-gallery .col-row {
	width: calc(33.3333% - 20px);
	float: left;
	padding: 12px;
	margin: 0 10px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}
.pg-vd-gallery .col-row P{margin-bottom: 0!important;line-height: 0;}
.pg-vd-gallery .col-row iframe{
	width: 100%;
	height: 195px;
}

/* Career Page */ 
.career .career-form {
    max-width: 600px;
    width: 95%;
    margin: auto;
    background: #f5f9f8;
    padding: 20px;
}

.career-msg p {
	text-align: center;
} 

.career .btn-submit { 
	font-weight: 600; 
	margin-top: 10px; 
} 

/* Contact Us Page */
.contact-us-bar {position: relative;}

.contact-pg {}

.contact-pg .col-row {}
.contact-pg .col-row:nth-child(1) {
    width: 100%;
}
.contact-pg .col-row:nth-child(3) {
    width: 75%;
    background: #fff;
    padding-right: 0px;
    float: right;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-top: 40px;
    -moz-box-shadow: 0px 5px 40px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 5px 40px rgb(0 0 0 / 14%);
    box-shadow: 0px 5px 40px rgb(0 0 0 / 14%);
}
.contact-pg .col-row:nth-child(2) {
   /* width: 50%;
    float: right; */
}  
 
.contact-blk {
	padding: 25px 15px 0;
    background: #ef592f;
    position: relative;
    width: calc(33.33% - 30px);
    margin: 0 13px !important;
    border-radius: 5px !important;
    display: inline-block;
}

.contact-blk .h-icon {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	padding: 0 8px;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}

.contact-blk .cont-text {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 65px);
    padding-bottom: 8px;
    min-height: 138px;
}

.contact-blk .cont-text p {
	line-height: 24px;
	color: #fff;
}

.contact-blk .cont-text p a {
	color: #fff !important;
}

.contact-pg iframe {
	width: 100%;
	height: 335px;
}
.banker-block {
    padding: 15px;
    margin: 0px 0;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    min-height: 238px;
}
.banker-block img {
    margin-bottom: 12px;
    display: inline-block;
    max-width: 250px !important;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.banker-sec p {
    font-size: 15px !important;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    font-family: 'Noto Sans Devanagari', sans-serif !important;
}

.income-msg h4{
	text-align:center;
	padding:15px 15px !important;
	font-size:20px !important;
	line-height:27px;
	color:#121512;
	background:#fff2e7;
	margin-bottom:40px !important;
}
/* Contact Form */
.contact-pg .enq-form {
	padding: 50px 0 20px 30px;
}

.contact-pg .enq-form h2 {
	font-weight: 600;
	color: #8f490e;
	margin-bottom: 0px !important;
	text-align:center;
}

.contact-pg .enq-form p {
	line-height: 24px;
	margin-bottom: 20px !important;
	text-align:center;
}

.contact-pg .enq-form .form-control{
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 4px !important;
    padding: 0px 0 8px;
    color: #000;
}
.contact-pg .enq-form .btn-submit {
	margin: 5px 0;
}
.col-bar .legals-pg .col .txt-title {
    display: block;
	padding:8px 10px !important;
	background:#00aeef;
	font-size:16px;
	line-height:25px;
	text-align:center;
	margin-bottom:10px;
	color:#fff !important;
	font-weight:600;
}

/* shop filter */
.shop-filter {
	margin-bottom: 15px;
}

.shop-filter .form-group {
	margin-bottom: 0 !important;
}

.shop-filter .form-group label {
	padding-top: 10px !important;
	color: #666;
	font-weight: 600;
	color: #f08e76
}

.shop-filter .form-control {
	width: 100%;
	text-transform: capitalize
}

.shop-filter:after {
	content: '';
	display: table;
	clear: both;
}
.contact-pg .btn-submit{
	border-radius: 25% 10% !important;
    background: #d9251e;
    border-color: #d9251e;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    text-align: center;
    display: table;
    margin: auto;
    color: #fff !important;
    width: 120px !important;
    padding: 8px 10px !important;
}
.contact-pg .btn-submit:hover{
	border-color: #eab20e !important;
    background: #eab20e !important;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
	background: #fe0000;
	color: #fff;
	padding: 12px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
}

.category-list {
	background: #fff;
	padding: 12px 15px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.category-list ul {
	list-style: none;
}

.category-list ul li {
	margin: 10px 0 !important;
}

.category-list ul li ul {
	display: none;
}

.category-list ul li ul.active {
	display: block;
	margin-top: 8px !important;
}

.category-list ul li a {
	display: block;
	color: #666 !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category-list ul li a.active {
	color: #000 !important;
	font-weight: 600;
}

/*.category-list>ul>li>a:after {
	content: url(../img/icon-plus.png);
	float: right;
}

.category-list>ul>li>a.active:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

.category-list ul ul li a {
	color: #666 !important;
}

.filter-list {
	background: #fff;
	padding: 20px 15px 40px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
}

/* product list ********************************************/
.pr_list .col-item:nth-child(3n+1) {
	clear: both
}

.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}

.product-detail-bar img {
	max-width: 100%;
}

.product-detail-bar h4.pr_name {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-weight: 600;
	text-transform: capitalize
}

/**/
.product-detail-bar .pr_rate {
	color: #333;
	padding-bottom: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.product-detail-bar .pr_rate_before {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
	border: 1px solid #333;
	color: #333;
	padding: 0px 15px;
	margin-left: 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
	margin: 15px 0px 0;
	padding: 10px 20px !important;
	background: #fe0000;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 200px;
}

/**/
.product-detail-bar .social.mob {
	display: none
}

.product-detail-bar .social {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-top: 18px !important;
}

.product-detail-bar .social li {
	float: left;
	margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
	line-height: 33px !important;
	font-weight: 600
}

.product-detail-bar .social li a .fa {
	background: #f2f2f2;
	color: #fff !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
	border: 0px;
	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;
}

.product-detail-bar .social li a .fa-facebook {
	background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
	background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/**/
.product-detail-bar .pr_desc {
	word-break: break-word;
}

/* model box */

.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}
.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
	z-index:9;
}

.modal-dialog.frm-model .frm-content {
	padding: 20px 20px 20px;
}

.modal-dialog.frm-model .frm-content h4 {
	color: #ffca35;
	font-weight: 600;
	margin-bottom: 15px !important
}

.modal-dialog.frm-model .frm-content h4 b {
	color: #fe0000;
	font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
} 

.modal-dialog.frm-model .frm-content .btn-submit {
    width: 100%; 
    font-weight: 600;
    font-size: 16px; 
    margin-top: 10px;
}
 
.modal-dialog.video-modal{max-width: 800px;}
.modal-dialog.video-modal .modal-content .close {
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    font-size: 25px;
    font-weight: 700;  
	padding: 0 5px;
    width: inherit;
    height: inherit;
}

/*after open popup
.modal.fade .modal-dialog.frm-model {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.frm-model {
	-webkit-transform: translate(-50%, -53%);
	transform: translate(-50%, -53%);
}*/

/*items*/
.item {
	margin-bottom: 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative; 
}

.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	/*border: 1px solid #ddd;*/
	border-radius: 0px;
	background: #fff;
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-pic {
	height: 239px;
	overflow: hidden;
}

.item-pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item .discount {
	background: #f48736;
	border-bottom-left-radius: 10px;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	opacity: 0;
	visibility: hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a {
	background: #fe0000;
	font-size: 16px;
	color: #fff !important;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 11px 15px;
	border-radius: 5px;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a.cart {
	background: #d4b037;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #666;
	color: #fff !important;
}

.item-name {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important; 
	padding: 10px 10px 5px !important;
	text-align: center;
}

.item-name a {
	color: #666 !important;
	font-weight: 500;
	text-align: center;
}

.item-price {
	text-transform: capitalize;
	margin-bottom: 15px !important;
	line-height: 15px;
	text-align: center;
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #fe0000;
}

.item-container:hover .item-back {
	opacity: 0.2;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.item-container:hover .item-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

/**/
.no-item {
	display: table;
	margin: 0 auto 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.idx-founder-sec{
	padding: 80px 0;
    background: linear-gradient(rgb(220 210 190 / 50%), rgba(255, 205, 228, 0.9));
    position: relative;
}
.idx-founder-sec .found-blk{
	border-radius: 10px !important;
	position:relative;
}
/*.idx-founder-sec .found-blk div{
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}*/
.idx-founder-sec .found-blk .found-top{
	border:1px solid #ddd;
	overflow: hidden !important;
	/*width: 300px;
	height: 200px; */
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.idx-founder-sec .found-blk img{
	transition: 0.75s;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*.idx-founder-sec .found-blk:hover{
	transform: scale(1.1);
} */
.idx-founder-sec .found-blk:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.idx-founder-sec .founder-name h4{
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #393d72;
	padding:8px 0;
	text-align:center;
	padding:10px 0 !important;
}
.idx-founder-sec .founder-name h4:hover{
	color:#FF4880;
}

/*tables*/
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: #5fb364;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

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;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #fff8e2;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
list styles start
***************/
.mylist,
.home-abt-bar ul,
.pg-facility ul,
.our-vision ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0px 25px !important; 
}

.mylist li,
.home-abt-bar ul li,
.pg-facility ul li,
.our-vision ul li {
	line-height: 24px;
	text-indent: -25px;
}

.mylist li:before,
.home-abt-bar ul li:before,
.pg-facility ul li:before,
.our-vision ul li:before{
	content: "\f138"; 
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #f88530;
}

.mylist li li:before{
	content: "- ";  
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #f88530;
}
/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 12px !important;
	position: relative;
}

.form-group label {
	font-weight: normal;
}

.form-group label.error {
	background: #f14848;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 11px;
	position: absolute;
	font-weight: normal;
	left: 0px;
	z-index: 1;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #f14848;
	position: absolute;
	top: -14px;
	left: 20px;
}

.form-group .form-control {
    border-radius: 4px !important;
    height: auto;
    font-size: 13px;
    padding: 10px 10px;
    border-color: #666;
    box-shadow: inherit;
    border-radius: 0!important;
}

.form-group select.form-control {}

.form-group input[type=file] {
	border: 0 !important
}

.form-group textarea {
	resize: none;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
	margin-top: 0px;
}

.form-group .checkbox a {
	color: #e16d18 !important
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #f4b724
}

/*********************************************************************************
footer styles
***************/
footer {
	background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .logo img {
	max-width: 100px;
	margin-bottom: 15px
}
 
footer p {
	 color: #430300;
    line-height: 24px;
    font-size: 14px !important;
}

footer p a {
	color: #69c76e  !important
}
footer p.site-visit {
	 
}
footer p.site-visit b{
	 
}
footer p.site-visit b span {
    display: inline-block;
    padding: 0 5px;
    background: #00ab0d;
    color: #ffffff;
    margin: 0 2px;
    line-height: 18px;
    border-radius: 3px;
}

footer h2 {
	text-align: left;
	color: #d1291d;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-bar {
	margin: 60px 0 0px 0
}

/* footer site nav*/
footer .site-nav ul {
    list-style: none;
    margin-left: 25px!important;
}

footer .site-nav ul li {
	color: #430300 !important;
    line-height: 24px;
    text-indent: -12px;
    margin-bottom: 10px !important;
    font-size: 14px;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #430300 !important;
}

footer .site-nav ul a {

	color: #430300 !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 .web-blk{
	position:relative;
}
footer .web-blk img{
	max-width:100%;
	margin-bottom:20px;
}
/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 15px !important;
}

footer .nav-menu ul li {
	line-height: 28px;
	display: block;
	text-indent: -15px;
}

footer .nav-menu ul li.last {
	white-space: nowrap;
}

footer .nav-menu ul a {
	display: block;
    color: #430300 !important;
    text-transform: capitalize;
    -webkit-transition: all 300mslinear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300mslinear;
    font-size: 14px;
    line-height: 25px;
}

footer .nav-menu ul a:hover {
	text-decoration: underline !important
}

footer .ftr-map{
	margin-top:20px;
	height:300px;
	width:100%;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	overflow: hidden;
	margin: 15px 0 !important;
}

footer .social-nav li {
    margin-bottom: 10px !important;
	display:inline;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color: #fff !important;
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #393939
}

footer .social-nav ul a .fa-facebook {
	background: #3b5a9a; 
}

footer .social-nav ul a .fa-twitter {
	background: #1d9bf0; 
}
footer .social-nav li a .fa-linkedin {
    background: #117bb8;
}
footer .social-nav ul a .fa-instagram {
	background: #813cac; 
}
footer .social-nav ul a .fa-youtube {
	background: #f51e1e; 
}

footer .social-nav li a:hover .fa {
	background: #eee;
	color: #105fa3!important;
}

footer iframe{
	width: 100%;
	height: 200px;
}

/*footer bar middle*/
.footer-bar-middle {
	padding: 60px 0 10px;  
}

/*footer bar bottom*/
footer .footer-bar-bottom { 
	color: #fff;
	background:#500803;

}

footer .footer-bar-bottom .container {
	border-top: 1px solid #ffffff20;
}

footer .footer-bar-bottom .copy {
	margin: 10px !important;
	text-align: center;
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #f6b71e; 
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
}

footer .footer-bar-bottom .designer img {
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #d2e976;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #5a6821;
}

#goTop .fa,
#goDown .fa {
	color: #5a6821;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #d2e976;
	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;
	}
}