@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 14px !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: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !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: 4px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

.btn-submit {
	background: #0EA1D7;
	color: #fff;
}

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

.btn:hover {
	background: #333 !important;
	color: #fff !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 styles
***************/
header {}

/*header.header-fixed-bar { 
 position: fixed !important;
 width: 100% !important;
 top: 0;
 z-index: 99; 
}*/

/*Top bar*/
header .top-bar {
	position:absolute;
	width:100%;
}

header .top-bar p {
	font-size: 14px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	padding: 10px 0 !important;
	margin-bottom: 0 !important;
}

/* Social Nav */
header .social-nav {
	float: right;
	z-index:11;
	position:relative;
}

header .social-nav ul {
	list-style: none;
	padding: 5px 5px !important;
}

header .social-nav li {
	float: left;
	padding: 5px 0 !important;
}

header .social-nav li a {
	position: relative;
}

header .social-nav li a .fa {
	color: #FFF;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	/* border: 1px solid #fff; */
	border-radius: 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;
	font-size: 13px !important;
}

header .social-nav li a:hover .fa {
	color: #fa5f0b;
	border-color: #fff;
	background: #fff;
}

/* Logo */
header .logo {
	display: block;
    position: relative;
    z-index: 999;
    width: 188px;
	padding:10px 0;
    margin: 0;	
}
header .logo:before{
	content: '';
    position: absolute;
	top:0;
    right: 30px;
    height: 85px;
    width: 2000px;
    background-color: #00aff5;
    z-index: -1;
    border-radius: 0;
}

header .logo img {
	max-width: 100%;
}

/* Nav Bar */
header .logo-bar {
	background: transparent;
	position:relative;
	width: 100%;
}

header .nav-bar {
	margin-top:0px !important;
}

/* Site Nav */
header .site-nav {
	float: left;
	margin: 24px 0;
}

header .cont-info {
	float: right;
    z-index: 999;
    position: relative;
}

header .cont-info ul {
	list-style: none;
	margin-top: 10px !important;
}

header .cont-info ul li {
	float: left;
	padding: 0 15px 0 15px !important;
}

header ul .cont-icon {
	width: 22px;
	display: inline-block;
	vertical-align: top;
}

header ul .cont-icon img {
	max-width: 100%;
}

header ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px !important;
	margin-right: 10px;
}

header ul .cont-text a {
	font-size: 14px;
	color: #fff !important;
	line-height: 20px;
	font-weight: 400;
	-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 ul .cont-text a:hover {
	color: #FFF !important;
}

/* Header Modal */
header .map-right {
	width: 100%;
	height: 250px;
}

header .modal .social-nav {
	float: left;
	position: relative;
}

header .modal .social-nav ul {
	background: transparent;
	padding: 0 0 !important;
	position: relative;
	overflow: hidden;
}

header .modal .social-blk {
	position: relative;
	overflow: hidden;
}

header .modal .social-nav li {
	padding-right: 15px !important;
	padding-top: 0px !important;
	float: left;
}

header .modal .social-nav li a .fa {
	border: 1px solid #fff;
	color: #fff;
}

header .modal .social-nav li a:hover .fa {
	background: #fff;
	color: #ff2e5b;
}

header .right-blk {
	display: block;
	text-align: center;
	width: 40px;
	right: -15px;
	top: 0px;
	position:absolute;
	border-radius: 100%;
	z-index: 9;
}
header .right-blk:after{
	content: '';
    position:inherit;
    top: 0;
    left: -15px;
    height: 85px;
    width: 1015%;
   /* background: linear-gradient(135deg,#ffc800,#ffc800 50%,#ffc800,#ff730c 75%) no-repeat scroll right bottom / 230% 100% #ff371e!important; */	
	background:#ffc826;
    z-index: -1;
    border-radius: 0;
}

header .right-blk img {
	max-width: 100%;
	margin-top: 22px !important;
}

header .phone-blk {
	padding: 10px;
	position: relative;
	border: 2px solid #d1a783;
	width: 200px;
	margin-top: 30px;
	text-align: center;
	z-index: 9;
}

header .phone-blk a {
	font-size: 16px !important;
	line-height: 24px;
	color: #FFF !important;
	font-weight: 600;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	z-index: 999;
	background: rgba(11, 34, 57, 0.9);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);

}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	/* background: rgba(11, 34, 57, 0.9); */
	/* background: linear-gradient(to top, #2b44ff 0%, #071dbd 100%); */
	background: #012a4a;
}

.modal.right .modal-body {
	padding: 15px 40px 80px 40px;

}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

.rgt-mdl-info .modal-header {
	border-bottom: 1px solid #e5e5e5;
	/* background: rgba(11, 34, 57, 0.9); */
}

header .rgt-mdl-info .logo {
	width: 110px;
	display: block;
	padding: 10px 0 20px;
	background: rgba(11, 34, 57, 0.9);
}

header .rgt-mdl-info .logo img {
	max-width: 100%;
}

header .rgt-mdl-info p {
	font-size: 14px !important;
	line-height: 24px;
	color: #FFF !important;
	text-align: justify;
}

header .rgt-mdl-info .mdl-cont-info {
	padding: 10px 0 0;
	position: relative;
}

header .rgt-mdl-info .mdl-cont-info h4 {
	font-size: 22px !important;
	line-height: 30px;
	color: #FFF !important;
	font-weight: 900;
	letter-spacing: 1.3px;
	font-family: 'Ysabeau', sans-serif;
	margin-bottom: 10px !important;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk {
	width: 100%;
	display: block;
	margin-bottom: 20px !important;

}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-icon {
	display: inline-block;
	width: 30px;
	vertical-align: top;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-icon img {
	max-width: 100%;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text {
	display: inline-block;
	width: calc(100% - 35px);
	vertical-align: top;
	padding-left: 10px;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text a {
	color: #FFF !important;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text p {
	/* font-size:16px !important; */
}

/*  */


header .rgt-mdl-info .mdl-close-outer {
	/* background: rgba(11, 34, 57, 0.9); */
	height: 56px;
	width: 65px;
	float: right;
	padding: 10px 20px;
}

header .rgt-mdl-info .close {
	float: right;
	font-size: 35px;
	line-height: 35px;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}

.rgt-mdl-info .modal-header {
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	/* background-color: #FAFAFA; */
}

/* ----- v CAN BE DELETED v ----- */

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

section.slider .magic-div img {
	animation: kenburns 5s infinite;
	width: 100%;
	/*animation-direction:alternate*/
}

@keyframes kenburns {
	100% {
		transform: scale3d(1.1, 1.1, 1.1) scale(1.1);
		opacity: 1
	}
}

/*  */
section.contents {}

/*main heading*/
.main-head {
	font-size: 40px !important;
	line-height: 55px !important;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #040505;
	margin-bottom: 20px !important;
	font-family: 'Montserrat', sans-serif;
}

/* .main-head strong {
	color: #ff2e5b;
} */

.main-head span {
	font-size: 18px !important;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	display: block;
	letter-spacing:1px;
	position: relative;
	display: table;
	font-family: 'Ysabeau', sans-serif;
}

.idx-btn {
	width: 160px;
	font-size: 16px !important;
	line-height:24px;
	font-weight: 700;
	padding: 15px 12px 15px !important;
	z-index: 1;
	position: relative;
	display: block;
	text-align: center;
	color: #012a4a !important;
	line-height: 1;
	background: #ffc826;
	border: none;
	margin-top:20px !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
/*
.idx-btn::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 150px;
	border: 1px solid #ff2e5b;
	padding: 29px 15px 20px;
	transition: all 0.8s ease 0s;
}

.idx-btn:hover::before {
	left: 0px;
	top: 0px;
}
*/

.idx-btn:hover {
	background: #01415d;
	color: #fff !important;
}

/* ******************************************
Home Page Css
****************************************** */

/* Home SLD */
.home-sld {
	padding: 15px 0px;
	position: relative;
	background: linear-gradient(to right, transparent 20%, #f8f6f7 20%);
	margin-top: -160px;
	margin-bottom: 80px;
	z-index: 7;
}

.sld-container {
	position: relative;
	padding: 0px 10px;
	border-right: 1px solid #777;
}

.sld-container-last {
	border: 0;
}

.sld-container .sld-icon {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
}

.sld-container .sld-icon img {
	max-width: 100%;
}

.sld-container .sld-text {
	display: inline-block;
	width: 190px;
}

.sld-container h4 {
	font-size: 20px !important;
	line-height: 30px;
	font-weight: 700;
	color: #003f86;
	font-family: 'Ysabeau', sans-serif;
	margin-bottom: 5px !important;
}

.sld-container p {
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 400;
	color: #333;
	text-align: justify;
}
/* Slider bottom */
.slider-btm{
	position:relative;
	margin-top:-50px;
	z-index:9;
	
}
.slider-btm .trans-blk{
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.slider-btm .trans-blk .h-block img{
	max-width:100%;
}
.slider-btm .trans-blk .t-details{
	padding:20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 100;
	height:52px;
	background-color:rgba(1,65,93,.85);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.slider-btm .trans-blk:hover .t-details{
	height:160px;
}
.slider-btm .trans-blk .t-details .icon{
	width:40px;
	float:left;
}
.slider-btm .trans-blk .t-details .icon img{
	max-width:100%;
}
.slider-btm .trans-blk .t-details .text{
	width:calc(100% - 40px);
	float:left;
	padding-left:10px;
}
.slider-btm .trans-blk .t-details .text h4{
	font-size:18px !important;
	line-height:27px;
	font-weight:700;
	margin-bottom:10px;
	color: #ffc800 !important;
}
.slider-btm .trans-blk .t-details .text p{
	font-size:13px !important;
	line-height:22px;
	font-weight:500;
	color: #fff;
}
/* CEO Message */
.idx-ceo-msg{
	padding:60px 0;
	position:relative;
}
.idx-ceo-msg .main-head{
	font-size:50px !important;
	line-height:65px;
}

.idx-ceo-msg p{
	font-size:18px !important;
	line-height:27px;
	color:#707375;
	font-weight:500;
}

.idx-ceo-msg .ceo-blk{
	display:block;
	width:100%;
	margin-top:40px !important;
}
.idx-ceo-msg .ceo-blk .ceo-left{
	width:100px;
	display:inline-block;
	vertical-align:top;
}
.idx-ceo-msg .ceo-blk .ceo-left img{
	max-width:100%;
	border-radius:50%;
}
.idx-ceo-msg .ceo-blk .ceo-right{
	width:calc(100% - 105px);
	display:inline-block;
	padding-left:20px !important;
	vertical-align:top;
}
.idx-ceo-msg .ceo-blk .ceo-right h4{
	font-size:20px !important;
	line-height:27px;
	color:#161921;
	font-weight:700;
	margin-top:20px !important;
}
.idx-ceo-msg .ceo-blk .ceo-right h4 span{
	font-size:16px !important;
	line-height:24px;
	color:#333;
	font-weight:500;
	display:block;
}
.idx-ceo-msg .ceo-content{
	position:relative;
	padding:0 0px 0 20px;
}
.idx-ceo-msg .text-left{
	width:50%;
	float:left;
	padding:0 10px;
}

.idx-ceo-msg .text-left p{
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
}
.idx-ceo-msg .text-left p .read-btn{
	color:#0b59a8 !important;
}
.idx-ceo-msg .text-left p .read-btn:hover{
	color:#ffc800 !important;
}



.idx-ceo-msg .text-left p .big{
	float: left;
	width: 0.7em;
	font-size: 400%;
    line-height: 80%;
	font-weight:800;
}
.idx-feature-blk{
	padding: 80px 0;
	position: relative;
	background:#01415d url(../design_img/feature-bg.jpg) no-repeat center center;
	background-size: cover;	
}
.idx-feature-blk .main-head{
	text-align:center;
	color:#FFF !important;
	margin-bottom:30px !important;
}

.idx-feature-blk .blk-front h2 {
    font-size: 40px !important;
    line-height: 45px;
    color: #ffc800;
    font-weight: 800;
}
.idx-feature-blk .blk-front h4 {
    font-size: 18px !important;
    line-height: 27px;
    color: #ffc800;
    font-weight: 500;
    margin-top: 7px !important;
}

.idx-feature-blk .blk-back {
    position: relative;
}
.idx-feature-blk .blk-back h2 {
    font-size: 124px;
    line-height: 74px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff52;
    -webkit-text-fill-color: transparent;
    opacity: 50%;
    position: absolute;
    font-weight: 700;
    left: 80px;
}

.idx-feature-blk  .blk-front{
	text-align:center;
}
.idx-feature-blk  .blk-front .h-icon{
	width:80px !important;
	margin:0 auto 10px !important;
}
.idx-feature-blk  .blk-front .h-icon.tons{
	width:120px !important;
	height:80px;
}
.idx-feature-blk  .blk-front .h-icon img{
	max-width:100%;
}
.idx-feature-blk  .blk-front h4{
	display:block;
	
}

/* Home About Us */
.idx-about-sec {
	padding: 80px 0;
	position: relative;
}
.idx-about-sec .about-left {
	position: relative;
}

.idx-about-sec .about-left img {
	max-width: 100%;
}

.idx-about-sec .about-right {
	padding-left: 20px !important;
	position: relative;
}
.idx-about-sec .yog-blk{
	position:relative;
	text-align:center;
	padding:20px 0px;
}
.idx-about-sec .yog-blk img{
	max-width:60px;
	margin-bottom:10px;
}
.idx-about-sec .yog-blk h4{
	font-size:20px !important;
	line-height:27px;
	color:#ecbd7f;
	font-weight:700;
	margin:0 auto 5px !important;
}
.idx-about-sec .yog-blk p{
	font-size:16px !important;
	line-height:24px;
	color:#9f3522;
	font-weight:500;
}


.idx-about-sec .about-right p {
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
	text-align:justify;
}

.idx-about-sec .marble-left {
	position: absolute;
	width: 130px;
	left: -88px;
	bottom: -45px;
	/*animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; */
}

.idx-about-sec .marble-right {
	position: absolute;
	width: 130px;
	right: -88px;
	bottom: -45px;
	/*animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; */
}

.idx-trainee-sec{
	padding:80px 0;
	position:relative;
	background:#fff5e7 url("../design_img/pattern-chakras-color.png") center center;
	background-attachment:fixed;
}
.idx-trainee-sec .main-head{
	text-align:center;
	margin-bottom:30px !important;
}
.idx-testimonial-sec{
	background:#fffdf6;
	padding:80px 0;
	position:relative;
}
.idx-testimonial-sec h2.main-head{
	text-align:center;
	margin: 0;
    z-index: 1;
    position: relative;
}
.idx-testimonial-sec h2.main-head span{
	margin:0 auto 0px !important;
}

.idx-testimonial-sec h2.main-head:after{
	content: "";
    background-image: url(../design_img/title-lotus.png);
    width: 254px;
    height: 149px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 35px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.3;
    z-index: -1;
}

.idx-testimonial-sec .client-block-here .co-top{
	margin: 0 auto 20px !important;
    text-align: center !important;
}
.idx-testimonial-sec .client-block-here .co-top img{
	margin:0 auto !important;
	border-radius:100%;
	max-width:180px !important;
}
.idx-testimonial-sec .testi-icon {
    position: relative;
    top: -20px;
    margin-bottom: -35px;
}
.idx-testimonial-sec .client-block-here .testi-icon img{
	margin: 0 auto 5px !important;
    border-radius: 100%;
	max-width:45px !important;
}
.idx-testimonial-sec .client-block-here .co-bottom{
	text-align:center;
}
.idx-testimonial-sec .client-block-here h4{
	font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 0px !important;
    color: #1d1d1d;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cormorant', serif;
}
.idx-testimonial-sec .client-block-here h5{
	font-size:14px !important;
	line-height:24px;
	color:#8f2614;
	font-weight:600;
}
.idx-testimonial-sec .client-block-here p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 600;
    color: #040404;
    text-align:center;
}





@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, -0px);
	}
}

.idx-about-sec .marble-left img {
	max-width: 100%;
}
.idx-about-sec .marble-right img {
	max-width: 100%;
}

/* Home Services */
.idx-services {
	padding: 80px 0 80px !important;
	position: relative;
	background: #f2f2f2;
}
.idx-services .main-head span{
	display:table;
	margin:0 auto !important;
}

.idx-services .services-heading {
	text-align: center;
	margin-bottom: 30px;
}

.idx-services .idx-head-upper {
	font-size: 15px !important;
	line-height: 30px;
	color: #f96003;
	text-transform: uppercase;
	font-weight: 800;
	width: 100%;
	margin-bottom: 10px !important;
}

.idx-services .idx-head-upper:after {
	position: absolute;
	content: "";
	top: 30px;
	height: 2px;
	width: 115px;
	background: #f96003;
	display: flex;
	justify-content: center;
	left: 41%;
	-webkit-transform: translateX(40%);
	-ms-transform: translateX(40%);
	transform: translateX(40%);
}

.idx-services .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	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);
	border: 1px solid #e5e5e5;
}

.idx-services .services-blk .co-top {
	position: relative;
	overflow: hidden;
}

.idx-services .services-blk .co-top img {
	max-width: 100%;
}

.idx-services .services-blk .co-down {
	width: 100%;
	display: block;
	background:#FFF;
}
.idx-services .ser-num{
	display:none;
}

.idx-services .services-blk .co-down .co-icon {
	width: 90px;
	padding: 20px 15px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	min-height: 91px;
	/* display: none; */
}

.idx-services .services-blk .co-down .co-icon img {
	width: 60px;
	margin: 0 auto;
}

.idx-services .services-blk .co-down .co-text {
	width: 100%;
	display: block;
	padding:15px;
	
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
}

.idx-services .services-blk .co-down .co-text p {
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
}

.idx-services .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color:#012a4a;
	font-weight: 700;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	text-align:left;
	
}

.idx-services .services-blk .co-link {
	padding: 20px 15px !important;
	background: #FFF !important;
	display: none;
}

.idx-services .services-blk .co-link .btn-link {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	color: #232323;
}

.idx-services .services-blk .co-link i {
	margin-left: 15px !important;
}

.idx-services .services-blk .co-bottom p {
	font-size: 14px !important;
	line-height: 24px;
	color: #707375;
	text-align: center;
}

.idx-services .services-blk .btn-outer {
	position: relative;
	text-align: center;
}

.idx-services .services-blk .btn-outer .btn-link {
	position: absolute;
	bottom: -20px;
	height: 40px;
	width: 40px;
	background: #FFF;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	left: 45%;
}

.idx-services .services-blk .btn-outer .btn-link i {
	font-size: 12px !important;
	line-height: 30px;
	color: #000;
	margin-left: 0px;
	font-weight: 100;
}

.idx-services .services-blk .btn-outer .btn-link:hover {
	background: #f96003;
}

.idx-services .services-blk .btn-outer .btn-link:hover i {
	color: #FFF;
}

.idx-services .ser-btn .idx-btn {
	margin: auto;
}

/* Home Products */
.idx-products {
	padding: 80px 0;
	position: relative;
}

.idx-products .main-head {
	text-align: left;
	margin-bottom: 20px !important;
}

.idx-products .main-head span {
	text-align: center;
	margin: 0 0;
}

.idx-products .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	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);
	border: 1px solid #e5e5e5;
}

.idx-products .services-blk .co-top {
	position: relative;
	overflow: hidden;
}

.idx-products .services-blk .co-top img {
	max-width: 100%;
}

.idx-products .services-blk .co-down {
	width: 100%;
	display: block;
	background: #1c8adb;
}

.idx-products .services-blk .co-down .co-icon {
	width: 90px;
	padding: 20px 15px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	min-height: 91px;
	display: none;
}

.idx-products .services-blk .co-down .co-icon img {
	width: 60px;
	margin: 0 auto;
}

.idx-products .services-blk .co-down .co-text {
	width: 100%;
	display: block;
	padding: 20px 10px 10px 10px;
}

.idx-products .services-blk .co-down .co-text h4 {
	font-size: 17px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 5px !important;
	text-transform: uppercase;
}

.idx-products .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', serif;
}

.idx-products .services-blk .co-link {
	padding: 20px 15px !important;
	background: #FFF !important;
	display: none;
}

.idx-products .services-blk .co-link .btn-link {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	color: #232323;
}

.idx-products .services-blk .co-link i {
	margin-left: 15px !important;
}

.idx-products .services-blk .co-bottom p {
	font-size: 14px !important;
	line-height: 24px;
	color: #777;
	text-align: center;
}

.idx-products .services-blk .btn-outer {
	position: relative;
	text-align: center;
}

.idx-products .services-blk .btn-outer .btn-link {
	position: absolute;
	bottom: -20px;
	height: 40px;
	width: 40px;
	background: #FFF;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	left: 45%;
}

.idx-products .services-blk .btn-outer .btn-link i {
	font-size: 12px !important;
	line-height: 30px;
	color: #000;
	margin-left: 0px;
	font-weight: 100;
}

.idx-products .services-blk .btn-outer .btn-link:hover {
	background: #f96003;
}

.idx-products .services-blk .btn-outer .btn-link:hover i {
	color: #FFF;
}

.idx-products .prod-btn {
	text-align: right;
}

.idx-products .prod-btn .idx-btn {
	margin: 0;
	float: right;
}

.idx-products .item-pic {
	height: 278px;
}

.idx-products .item-container:hover .item-pic::before {
	height: 250px;
}

.idx-products .item-container:hover .item-pic::after {
	width: 250px;
}

/* Home Vision Mission */
.home-vis-miss {
	padding: 80px 0;
	position: relative;
	background: #f2f2f2 url(../design_img/vis-miss-bg.png) no-repeat center center;
	background-size: cover;
}

.home-vis-miss .main-head {
	text-align: center;
	margin-bottom: 20px !important;
}

.home-vis-miss .main-head span {
	margin: 0 auto;
}

.col-vis-miss {
	position: relative;
	padding: 20px 20px;
	background: #fff url(../design_img/home-vision.jpg) no-repeat center center;
	background-size: cover;
	background-position: -10px center;
	transition: all 0.3s ease 0s;
	min-height: 390px;
}

.col-vis-miss:hover {
	background-position: 0px center;
}

.col-vis-miss::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	background: #fff;
	transition: all 0.6s ease 0s;
}

.col-vis-miss:hover::before {
	opacity: 0;
}

.col-vis-miss .col-vis-miss-inner {
	position: relative;
	z-index: 1;
}

/* .col-vis-miss .vis-miss-icon h3 {
	font-size: 80px;
	line-height: 1;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #777;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
} */

.col-vis-miss .vis-miss-icon {
	border-bottom: 1px solid #777;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

.col-vis-miss:hover .vis-miss-icon {
	border-bottom: 1px solid #fff;
}

.col-vis-miss .vis-miss-icon img {
	max-width: 20%;
}

.col-vis-miss:hover .vis-miss-icon img {
	filter: brightness(0) invert(1);
}

.col-vis-miss:hover .vis-miss-icon h3 {
	border-bottom: 1px solid #fff;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.9);
}

.col-vis-miss .vis-miss-text h4 {
	font-size: 25px !important;
	line-height: 35px;
	font-weight: 700;
	color: #003f86;
	font-family: 'Ysabeau', sans-serif;
	margin-bottom: 5px !important;
}

.col-vis-miss:hover .vis-miss-text h4 {
	color: #fff;
}

.col-vis-miss .vis-miss-text p {
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 400;
	color: #333;
	text-align: justify;
}

.col-vis-miss:hover .vis-miss-text p {
	color: #fff;
}

/*home tech-bar */
.home-tech-bar {
	padding: 50px 0 70px !important;
	background: #f2f2f2;
	border-top: 1px solid #DEF2F1;
}

.home-tech-bar .main-head {
	text-align: center;
}

.home-tech-bar .tech-logo {
	text-align: center;
}

.home-tech-bar .tech-logo img {
	max-width: 100%;
}

/* Home Gallery */
.home-gallery-bar {
	padding: 60px 0;
	position: relative;
	background: #f7f7f7;
}

/* ***********************************************
Home Page Css End's
*********************************************** */

section.contents .content-bar {
	padding: 50px 0;
	/*overflow:hidden;*/
}

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

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

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
	font-size: 40px !important;
	line-height: 10px;
	font-weight: 900;
	margin-bottom: 10px !important;
	color: #fff;
	text-align:left;
	position:relative;
	font-family: 'Montserrat', sans-serif;
}
.banner-bar .banner-content h1:after{
	content:"";
	top: 40.5px;
    position: absolute;
    left: calc(-100% + 200px / 1);
    transform: translateY(5.5px);
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #ffc826;
}


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

/*location*/
.location {
	display:none;
}

.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: '\f0da';
	font-family: 'FontAwesome';
	font-size: 16px;
	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;
	line-height: 24px;
	-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: #ffc800 !important;
}

.location li a.active {
	color: #ffc800 !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 {}

header .btn-enquire {
	font-size: 16px;
	font-weight: 500;
	padding: 18px 28px !important;
	color: #fff !important;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	background: #154d93;
	position: relative;
	border: none;
}

header .btn-enquire:before {
	position: absolute;
	content: '';
	left: 92%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: skewX(-25deg);
	background: #c72528;
}

header .btn-enquire:hover:before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background: #c72528;
}

header .btn-enquire:hover {
	background: #c72528;
}

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

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

.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: #faaa1d;
	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 .file-col {}

.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*/

/* **********************************************
Inner Page Css Start's
********************************************** */

/*About Us Page */
section.contents .content-bar.about-us {
	padding: 80px 0 60px;
}

.about-us-pg {
	margin: 0 -15px;
}

.about-us-pg .col-row {
	overflow: hidden;
	position: relative;
}
.about-us-pg .col-row.owner-blk{
	margin-top:30px !important;
}
.about-us-pg .col-row.owner-blk .col-img{
	float:right;
	width:calc(50% - 30px);
}
.about-us-pg .col-row.owner-blk .col-img img{
	max-width:100%;
}
.about-us-pg .col-row.owner-blk .col-desc{
	float:left;
	width:50%;
	padding:30px 20px 30px 0;
}


.about-us-pg .col-row.owner-blk.ceo-blk .col-desc{
	float:right;
	width:50%;
	padding:30px 0px 30px 20px;
}

.about-us-pg .col-row.owner-blk.ceo-blk .col-img {
    float: left;
    width: calc(50% - 30px);
}

.about-us-pg .col-row.owner-blk .col-desc p{
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
    text-align: justify;
}

.about-us-pg .inn-abt {
	padding-bottom: 50px;
}

.about-us-pg .inn-abt .col {
	position: relative;
	padding: 0 15px;
	width: 50%;
}

.about-us-pg .inn-abt .col-img {
	float: left;
	position: relative;
}

.about-us-pg .inn-abt.choose-row .col-desc {
	float:left;
	padding: 20px 15px 0 25px;
}
.about-us-pg .inn-abt.choose-row .col-img {
	float:right;
}


.about-us-pg .inn-abt .col-desc {
	float: right;
	padding: 20px 15px 0 25px;
}

.about-us-pg .inn-abt .col-desc p {
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
    text-align: justify;
}

/*  */
.about-us-pg .about-quality {
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid #f2f2f2;
	overflow: visible;
}

.about-us-pg .col-row.about-quality .col {
	width: 100%;
}

.about-us-pg .col-row.about-quality .col-desc {
	padding: 0px;
}


.corportate-yoga-sec .cor-yoga-head {
	text-align:center;
}
.corportate-yoga-sec .cor-yoga-head .main-head{
	margin-bottom:10px !important;
}

.cor-blk-sec{
	border-top:2px solid #9f3522;
	margin-top:30px !important;
	padding-top:30px;
}


.cor-blk-sec .corporate-blk{
	padding:15px 10px;
	position:relative;
	border:1px solid #b84d3a;
	text-align:center;
	margin-bottom:30px !important;
}
.cor-blk-sec .corporate-blk .h-icon{
	height:80px !important;
	width:80px;
	margin:0 auto 10px !important;
	border-radius:4px;
	background:#9f3522;
}
.cor-blk-sec .corporate-blk .h-icon img{
	max-width:100%;
	padding:10px;
}
.cor-blk-sec .corporate-blk h4{
	font-size:18px !important;
	line-height:25px;
	color: #040505;
	font-weight:700;
	font-family: 'Ysabeau', sans-serif;
}
.cor-blk-sec .main-head{
	text-align:center;
	margin-bottom:30px !important;
}

.corporate-yoga-bar .yoga-booking-bar{
  margin-top:60px !important;	
}


.corportate-yoga-sec .cor-yoga-head  p{
	font-size:18px !important;
	line-height:25px;
	font-weight:500;
	text-align:center;
}

.quality-col {
	position: relative;
    padding: 0px 0px;
    min-height: 140px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin: 0 10px;
    display: block;
    margin: 25px 0;
}

.quality-col-2 {
	border-radius: 0 25px 25px 0;
}

.quality-icon {
	    display: inline-flex;
    padding: 10px 17px 10px;
    /* background: #f70707; */
    background: linear-gradient(to bottom, #ffc826 0%, #fabc07 100%);
    transition: all 0.3s ease-in-out;
    vertical-align: top;
    height: 140px;
    width: 140px;
    align-items: center;
    justify-content: center;
    float: left;
}

.quality-col-2 .quality-icon {
	background: linear-gradient(to bottom, #a08963 0%, #7f6a47 100%);
}

.quality-col-3 .quality-icon {
	/* height: 192px; */
	background: linear-gradient(to bottom, #e24812 0%, #f36616 100%);
}

.quality-col-2 .quality-icon {
	border-radius: 0 25px 25px 0;
}

.quality-icon img {
	max-width:100%;
	margin: 0 auto;
}

.quality-icon p {
	font-size: 80px !important;
	line-height: 90px !important;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	margin-bottom: 0px !important;
	font-family: 'Teko', sans-serif;
}

.about-us .vsn-big-blk{
	text-align:center;
}
.about-us .vsn-big-blk.value-blk{
	margin-top:30px !important;
}



.about-us .vsn-big-blk p{
	 font-size: 16px !important;
    line-height: 26px;
    color: #333;
}


.dietitian-bar .diet-pack{
	position:relative;
}
.dietitian-bar .diet-pack .pack-top{
	position:relative;
}
.dietitian-bar .diet-pack .pack-top img{
	max-width:100%;
}
.dietitian-bar .diet-pack .pack-down{
	padding:10px 12px;
	text-align:center;
	position:relative;
	border:1px solid #e5e5e5;
}
.dietitian-bar .diet-pack .pack-down h4{
	font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #040505;
    margin-bottom: 0px !important;
}

.yoga-booking-bar .diet-pack {
	position:relative;
	-webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.yoga-booking-bar .diet-pack:hover{
		background:#ebba79;
		opacity:.95;
}
.yoga-booking-bar .diet-pack .pack-top{
	position:relative;
}
.yoga-booking-bar .diet-pack .pack-top img{
	max-width:100%;
}
.yoga-booking-bar .diet-pack .pack-down{
	padding:10px 12px;
	text-align:center;
	position:relative;
	border:1px solid #e5e5e5;
}
.yoga-booking-bar .diet-pack .pack-down h4{
	font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #040505;
    margin-bottom: 0px !important;
}




.dietitian-bar  .diet-choose-us {
	position:relative;
	margin-top:50px;
}
.dietitian-bar  .diet-choose-us .main-head{
	 text-align:center;
}
.dietitian-bar  .diet-choose-us .diet-choose-blk{
	position: relative;
    width: 100%;
    margin-bottom: 10px !important;
    overflow: hidden;
}
.dietitian-bar .diet-choose-blk .diet-icon{
	width:60px;
	float:left;
}
.dietitian-bar .diet-choose-blk .diet-icon img{
	max-width:100%;
}
.dietitian-bar .diet-choose-blk .diet-text{
	width:calc(100% - 60px);
	float:left;
	padding-left:10px !important;
}
.dietitian-bar .diet-choose-blk .diet-text p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 600;
    color: #040404;
    text-align:left;
}

.trainers-bar .trainer-detail-blk{
	margin: 10px auto;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
	word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.trainers-bar .trainer-detail-blk .h-top{
	overflow:hidden;
	height:200px;
}
.trainers-bar .trainer-detail-blk .h-top img{
	max-width:100%;
}
.trainers-bar .trainer-detail-blk .trainer-details{
	padding:10px 10px;
	position:relative;
	text-align:center;
}
.trainers-bar .trainer-detail-blk .trainer-details h5{
	font-size:15px !important;
	line-height:24px;
	color:#666;
	font-weight:600;
	margin-bottom:5px !important;
}
.trainers-bar .trainer-detail-blk .trainer-details p{
	font-size:14px !important;
	line-height:25px;
	font-weight:400;
	color:#333;
	text-align:left;
}
.trainers-bar .trainer-detail-blk .trainer-details p span{
	font-weight:700;
}
.trainers-bar .trainer-detail-blk .trainer-details a{
	padding:10px 0;
	background:#f5f5f5;
	font-size:15px;
	line-height:25px;
	display:block;
	margin-top:10px;
	bottom:0;
	font-weight:700;
	margin-top:30px !important;
}
.quality-text {
	margin-top: 15px !important;
    margin-bottom: 15px !important;
    /* display: inline-flex; */
    padding: 0 15px;
    float: left;
    width: calc(100% - 150px);
}
/*
.quality-col-2 .quality-text {
	width: 970px;
	margin-right: 25px;
}

*/

.quality-text h4 {
	font-size: 22px !important;
	line-height: 32px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #121212;
	margin-bottom: 5px !important;
	font-family: 'Ysabeau', sans-serif;
	text-align:left;
}

.quality-text p {
	font-size: 16px !important;
    line-height: 27px;
    color: #707375;
    font-weight: 400;
    text-align: justify;
}

/* About Us 2 */
.about-us-2 .container {
	width: 100%;
}

.about-us-pg-2 {
	margin: 0 -15px;
}

.about-us-pg-2 .col-row {
	overflow: hidden;
	position: relative;
}

.about-us-pg-2 .col {
	width: 50%;
	padding: 0 15px;
}

.about-us-pg-2 .col-img {
	float: left;
}

.about-us-pg-2 .col-desc {
	float: right;
}

.about-us-pg-2 .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

/*  */
.about-us-pg-2 .abt-text {
	position: relative;
	padding: 30px 100px 80px;
}

.about-us-pg-2 .about-text-2 {
	position: relative;
	padding: 80px 100px;
	background: #666 url(../design_img/about-us-bg-1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.about-us-pg-2 .about-text-2 .main-head {
	color: #fff;
}

.about-us-pg-2 .about-text-2 p {
	color: #fff;
}

.about-us-pg-2 .about-text-3 {
	position: relative;
	padding: 80px 100px;
}

.about-us-pg-2 .about-text-4 {
	position: relative;
	padding: 80px 100px;
	background: #666 url(../design_img/about-us-bg-2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.about-us-pg-2 .about-text-4 .main-head {
	color: #fff;
}

.about-us-pg-2 .about-text-4 p {
	color: #fff;
}

.about-us-pg-2 .about-text-5 {
	position: relative;
	padding: 80px 100px 30px;
}

.about-us-pg-2 .about-text-5 .col {
	width: 100%;
	padding: 0 15px;
}

.about-us-pg-2 .visi-miss {
	padding: 20px 20px;
	background: #f3f3f3;
}

.about-us-pg-2 .about-text-5 .vis-miss-icon {
	width: 60px;
	display: block;
}

.about-us-pg-2 .about-text-5 .vis-miss-icon img {
	max-width: 100%;
}

.about-us-pg-2 .about-text-5 .vis-miss-text {
	margin-top: 10px !important;
}

.about-us-pg-2 .about-text-5 .vis-miss-text .main-head {
	font-size: 25px !important;
	line-height: 30px;
}

/* Our Profile */
.our-profile-pg {
	margin: 0 -15px;
}

.our-profile-pg .col-row {
	overflow: hidden;
	position: relative;
}

.our-profile-pg .col-row .col {
	overflow: hidden;
	position: relative;
}

.our-profile-pg .profile-content {
	width: 50%;
	padding: 0 15px;
	float: right;
}

.our-profile-pg .profile-img {
	width: 50%;
	padding: 0 15px;
	float: left;
	position: relative;
}

.abt-img-block {
	position: relative;
	display: block;
}

.abt-img-block span.top {
	display: block;
	width: calc(75% - 15px);
	top: 0;
	left: 0;
	position: relative;
}

.abt-img-block span.top img {
	max-width: 100%;
}

.abt-img-block span.bottom {
	display: block;
	width: calc(50% - 15px);
	right: 0;
	top: -200px;
	left: 50%;
	position: relative;
	margin-bottom: -200px;
	border: 4px solid #FFF;
}

.abt-img-block span.bottom img {
	max-width: 100%;
}

.exper-blk {
	position: absolute;
	left: 0px;
	bottom: 63px;
	/* height: 100px;
	width: 180px; */
	border-radius: 0;
	padding: 15px;
	background: linear-gradient(to right, #258cd6 0%, #0464a8 100%) !important;
}

.exper-blk::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	opacity: 0.5;
	background: url(../design_img/calendar.png) no-repeat 92% 90%;
	background-size: auto;
	background-size: 60px;
}

.exper-blk h2 {
	font-size: 27px !important;
	line-height: 35px;
	color: #FFF !important;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.exper-blk p {
	font-size: 18px !important;
	line-height: 24px;
	color: #FFF !important;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 !important;
}

.exper-blk h4 {
	font-size: 22px !important;
	line-height: 37px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}

.border-left {
	position: absolute;
	right: 140px;
	top: 0;
	width: 4px;
	height: 195px;
	background: #0464a8;
}

.our-profile-pg .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

/* Company Profile */
section.contents .content-bar.company-profile {
	padding: 90px 0 0px;
}

.company-profile .container {
	width: 100%;
}

.comp-pg {
	margin: 0 -15px;
}

.comp-pg .col-row {
	position: relative;
	clear: both;
	overflow: hidden;
}

.comp-pg .comp-profile {
	width: 1170px;
	margin: 0 auto;
	overflow: unset;
}

.comp-pg .col {
	padding: 0 15px;
}

.comp-pg .comp-profile .col-desc {
	float: right;
	width: 45%;
	position: absolute;
	right: 50px;
	top: 170px;
	width: 750px;
	background: #fff;
	padding: 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.comp-pg .comp-profile .col-desc p {
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	text-align: justify;
}

.comp-pg .comp-profile .col-desc .spin-logo {
	position: absolute;
	width: 100px;
	height: 100px;
	right: -50px;
	top: -52px;
	animation: spin 10s linear infinite;
}

.comp-pg .comp-profile .col-desc .spin-logo::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 40px;
	top: 40px;
	background: #b2926c;
	border-radius: 100%;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

.comp-pg .comp-profile .col-desc .spin-logo img {
	max-width: 100%;
}

.comp-pg .comp-profile .col-img {
	float: left;
	width: 55%;
	position: relative;
	margin-bottom: 170px;
}

.comp-pg .comp-profile .col-img::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 284px;
	right: -70px;
	top: -90px;
	/* background: #b2926c; */
	background: #ddb477;
	z-index: -1;
}

/* Why Choose Us */
.why-choose-us {
	position: relative;
	padding: 80px 100px 80px;
	background: url(../design_img/why-choose-bg.jpg) no-repeat center center;
	background-size: cover;
}

.why-choose-us .main-head {
	color: #fff;
	text-align: center;
	margin-bottom: 30px !important;
}

.why-choose-us .main-head span {
	text-align: center;
	margin: 0 auto 8px !important;
	color: #ddb477;
}

.counter-outer .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 5px !important;
	text-align: center;
	transition: all 300ms linear;
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px;
	border: 3px solid #ddb477;
}

.counter-outer .icon img {
	max-width: 100%;
	transition: all 300ms linear;
	padding: 5px;
	background: #2d3239;
}

.counter-outer .text-outer {
	display: inline-block;
	padding-left: 22px;
}

.counter-outer .main-text {
	font-size: 27px !important;
	text-align: center;
	font-weight: 600;
	color: #ddb477;
	line-height: 40px;
	font-family: 'Gilda Display', serif;
}

.counter-outer .main-text::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
}

.counter-outer p {
	font-size: 20px !important;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #fff !important;
	font-family: 'Gilda Display', serif;
}

/* Vison Mission */
.comp-pg .vision-mission {
	width: 1170px;
	margin: 0 auto;
	padding: 120px 0 80px;
	overflow: visible;
}

.vis-miss-col {
	position: relative;
	background: #fff;
	/* background: linear-gradient(to right, #f1f2f5 0%, #eff0f3 100%); */
	padding: 20px 15px;
	border-radius: 30px;
	border: 5px solid #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	min-height: 218px;
}

.vis-miss-col::before,
.vis-miss-col::after {
	content: "";
	position: absolute;
	width: 90px;
	height: 238px;
	left: -15px;
	top: -15px;
	background: #ff1f01;
	z-index: -1;
	border-radius: 40px 0 0 40px;
}

.v-col-2::before,
.v-col-2::after {
	/* background: #6d0574; */
	background: #ddb477;
}

.v-col-3::before,
.v-col-3::after {
	/* background: #096e80; */
	background: #0a0a0a;
}

.vis-miss-col::after {
	right: -15px;
	left: unset;
	border-radius: 0 40px 40px 0;
}

.bottom-icon {
	display: none;
}

.vis-miss-top {
	position: absolute;
	background: #fff;
	padding: 15px;
	border-radius: 100%;
	font-size: 18px !important;
	color: #0a0a0a;
	font-weight: 600;
	top: -70px;
	left: 43%;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	font-family: 'Gilda Display', serif;
}

.vis-miss-bottom {}

.vis-miss-bottom h4 {
	font-size: 20px !important;
	line-height: 28px;
	font-weight: 600;
	color: #0a0a0a;
	text-align: center;
	font-family: 'Gilda Display', serif;
	margin-bottom: 10px !important;
}

.vis-miss-bottom p {
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	color: #333;
}

/* About Us End's */

/* Inner Service Page*/
.services-bar {}

.services-bar .col-row {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	background: linear-gradient(90deg, #0b59a8 10%, #f7fcff 10%);
	border-bottom: 1px solid #0b59a8;
	margin-bottom:50px !important;
}

.services-bar .col {
	padding: 25px;
}

.services-bar .col-img {
	width: 40%;
}

.services-bar .col-desc {
	width: 60%;
}

.services-bar .col-row:nth-child(2n+1) {
	background: linear-gradient(90deg, #f7fcff 90%, #0b59a8 90%);
}

.services-bar .col-row:nth-child(2n+1) .col-img {
	float: right;
}

.services-bar .col-row:nth-child(2n+1) .col-desc {
	float: left;
}

.services-bar .col-row:nth-child(2n) .col-img {
	float: left;
}

.services-bar .col-row:nth-child(2n) .col-desc {
	float: right;
}

.services-bar .col-desc .txt-title {
	display: block;
    color: #012a4a;
    font-weight:700;
    font-size: 27px !important;
    position: absolute;
    top: 25px;
	text-transform:capitalize;
}

.services-bar .col-desc .cont-col {
	padding-top: 40px;
}

.services-bar .col-desc p {
	font-size: 16px !important;
    line-height: 25px;
    color: #707375;
    font-weight: 400;
	text-align:justify;
}
.clientele .client-blk{
	border:1px solid #0b59a8;
	float: left;
    width: calc(33.33% - 30px);
    padding:5px;
    margin: 15px;
}
.clientele .client-blk:hover{
	transition: all .2s ease;
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) 
}
.col-bar .client-blk .img-col:hover:after, .col-bar .client-blk .img-col:hover a {
     opacity:0;
}

.contact-pg .enq-form {
    background: #f8f6f7;
    text-align: left;
    padding: 30px 30px;
    margin: 20px 0 0 0 !important;
    border-radius: 0px;
    width: 100%;
    min-height: 450px;
}
.contact-pg .enq-form h2 {
    font-size: 36px !important;
    line-height: 45px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #0a0a0a !important;
    margin-bottom: 0px !important;
    font-family: 'Montserrat', sans-serif;
}
.contact-pg .enq-form p {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px !important;
    color: #0b59a8;
    text-align: justify;
}
.contact-pg .enq-form .btn-submit{
	background:#ffc800;
	min-width:160px;
	padding:12px 15px !important;
	color:#FFF !important;
	font-size:15px !important;
	line-height:25px !important;
	font-weight:700;
}
.contact-pg .contact-blk  h4{
	font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #040505;
    margin-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
}
.contact-pg .contact-blk p{
	font-size: 16px !important;
    line-height: 25px;
    color: #707375;
    font-weight: 400;
}

/* Inner Service 2 */
.services-2-pg {
	margin: 0 -15px;
}

.services-2-pg .col-row {
	clear: both;
	overflow: hidden;
	position: relative;
}

.services-2-pg .col-row:nth-child(2n) .col-img {
	float: right;
}

.services-2-pg .col-row:nth-child(2n) .col-desc {
	float: left;
}

.services-2-pg .col-row:nth-child(2n+1) .col-img {
	float: left;
}

.services-2-pg .col-row:nth-child(2n+1) .col-desc {
	float: right;
}

.services-2-pg .col {
	width: 50%;
	padding: 0 15px;
}

.services-2-pg .col-row:nth-child(2) .col {
	width: 100%;
}

.services-2-pg p {
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
	color: #333;
	text-align: justify;
}

.feature-sec {
	padding: 50px;
	background: #effbff;
	margin-top: 50px;
	overflow: hidden;
}

.feature-sec h4 {
	font-size: 26px !important;
	line-height: 36px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #121212;
	margin-bottom: 20px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

.feature-sec .list-outer {
	width: 50%;
	float: left;
}

.services-2-pg .mylist {
	margin: 0 0 0px 28px !important;
	font-size: 16px;
	color: #333;
	list-style: none;
}

.services-2-pg .mylist li {
	font-size: 14px !important;
	line-height: 24px;
	margin-bottom: 10px !important;
	color: #333 !important;
	font-weight: 400;
	text-indent: -25px;
	text-align: justify;
}

.services-2-pg .mylist li::before {
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px !important;
	margin-right: 10px !important;
	color: #ffc72e;
	font-weight: 700;
}

/* Facilities */
.facilities-pg {
	margin: 0px -15px;
}

.facilities-pg .col-row {
	position: relative;
	overflow: hidden;
}

.facilities-pg .abt-img-full {
	padding: 30px 30px;
	position: relative;
	background: #FFF !important;
	border: 1px solid #e5e5e5;
}

.facilities-pg .abt-img-full img {
	max-width: 100%;
}

.facilities-pg .abt-left {
	padding: 20px 0px 0;
}

.facilities-pg .abt-left p {
	font-size: 15px !important;
	line-height: 25px;
	color: #333;
	text-align: justify;
	font-weight: 400;
	position: relative;
	margin-bottom: 0 !important;
}

.facilities-pg .abt-img-full strong {
	font-size: 16px !important;
	line-height: 26px;
}

.facilities-pg .mylist {
	margin: 0 0 0px 25px !important;
	color: #333;
	list-style: none;
}

.facilities-pg .mylist li {
	line-height: 24px;
	font-size: 15px !important;
	text-indent: -20px;
	font-weight: 400;
	text-align: left;
}

.facilities-pg .mylist li::before {
	content: "\f105 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #2f2f2f;
	font-size: 15px;
	font-weight: 500;
}

/* Treatments Page */
.treatments-pg {
	margin: 0px -15px;
}

/* Certificates */
.certificates-pg {
	margin: 0px -15px;
}

.certificates-pg .col-row {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	position: relative;
	margin-bottom: 15px;
}

/*Download Page*/
.download-bar {
	margin: 0px -15px;
}

.download-bar .col-row {
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
	margin-bottom: 15px;
}

.download-bar .col-file {
	border: 1px solid #f2f2f2;
	border-bottom: 0;
}

.download-bar .col-row p.txt-title {
	font-size: 13px;
	font-weight: 500 !important;
	text-align: center;
	display: block;
}

.download-bar .col-row p.txt-title a {
	display: block;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	width: 100%;
	padding: 15px 0 !important;
	background: #009ed6;
	color: #fff !important;
}

/* Gallery Page */
.gallery-bar {
	margin: 0 -15px;
}

.gallery-bar .col {
	padding: 0 15px;
	width: 33.3333%;
	float: left;
	margin: 12px 0;
}

.gallery-bar .col-desc {
	display: none;
}

.gallery-bar .col .txt-title {
	display: block;
	padding: 10px 0 !important;
	font-weight: 600;
	border-bottom: 1px solid
}

.gallery-bar .col .txt-title {
	display: block;
    border: none;
    background: #0b59a8;
    color: #fff;
    text-align: center;
    font-size: 16px !important;
    line-height: 25px;
    margin-bottom: 0 !important;
}

.gallery-bar .gallery-blk .col-container {
	border:1px solid #ddd;
}

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

/* Career Page */
.career .career-right {
	float: left;
}

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

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 13px;
	padding: 10px 10px;
	border: 1px solid #333 !important;
	background: #fff;
}

.career .btn-submit {
	width: 140px;
	color: #FFF !important;
	background: transparent !important;
	text-align: center;
	background: #ffc800 !important; 
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 13px 15px !important;
	margin-top: 10px;
	border-radius: 0px !important;
}

.career .btn-submit:hover {
	color: #fff !important;
	background: #01415d !important;
}

/* Contact Us Page */
.contact-pg {
	margin: 0 -15px;
}

/* Contact Details */
.cont-details-bg {
	padding-bottom: 0px !important;
}

.cont-details-bg .col-desc {
	padding: 0px 15px;
}

.contact-blk {
	padding: 20px 0px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	display: block;
	border-radius: 10px;
}

.contact-blk .h-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 9px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:#ffc826;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
	transition: all 300ms linear;
}

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

.contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	width: 345px;
}

.contact-blk .cont-text p {
	font-size: 16px !important;
	line-height: 24px;
	color: #121212;
}

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

/* Contact Form */
.enq-bar {
    background: #efd291;
    padding: 40px 0;
} 

.enq-bar .enq-form {
	/* background: #1c8adb; */
	text-align: left;
	padding: 0px 0px;
	margin: 0px 0 0 0 !important;
	border-radius: 0px;
	width: 100%;
}

.enq-bar .enq-form .btn-submit {
	width: 140px;
	color: #9f3522 !important;
	background: transparent !important;
	border: 1px solid #9f3522;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 13px 15px !important;
	margin: 10px auto 0!important;
	border-radius: 0px !important;
    display: table;
}

.enq-bar .enq-form .btn-submit:hover {
	color: #fff !important;
	background: #9f3522 !important;
}

.enq-bar .enq-form h2 {
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #040505 !important;
	margin-bottom: 0px !important;
    text-align:center
}

.enq-bar .enq-form p {
	font-size: 16px !important;
	line-height: 24px;
	color: #003f86 !important;
	text-align: center;
}
.enq-bar .enq-form .form-control{ border-color:#666}

/* CONTACT_FORM */
.cont-form-outer label {
	color: #333 !important;
	font-weight: 500;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #258cd6 !important;
	color: #121212;
}

/* Contact Map */
.map-outer iframe {
width:100%
}

.ftr-map {
	width: 100% !important;
	height: 150px !important;
	display:block;
	overflow:hidden;
}

/* **********************************************
Inner Page Css End's
********************************************** */

/*certificate bar*/
.certificate-pg {
	margin: 0 -15px;
	padding: 50px 0;
}

.certificate-pg .col-row {
	width: 33.3333%;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 10px;
}

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

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

.category-bar h4 {
	font-size: 22px !important;
	background: #ff2e5b;
	color: #fff;
	padding: 6px 15px !important;
	margin-bottom: 0 !important;
	font-weight: 500;
	font-family: 'Ysabeau', sans-serif;
}

.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 ul {
	display: none;
}

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

.category-list ul li a {
	font-size: 15px !important;
	line-height: 26px;
	display: block;
	color: #000 !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: #f79523 !important;
}

.category-list>ul>li>a:after {
	content: url(../design_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 .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 {
	font-size: 25px !important;
	font-weight: 800;
	font-family: 'Ysabeau', sans-serif;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	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: #ff2e5b;
	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;
}

/* enquiry 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(../design_img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}

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

.modal-dialog.frm-model .frm-content h4 {
	color: #666;
	font-weight: 400;
	margin-bottom: 20px !important
}

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

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

.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	background: #ff2e5b;
	padding: 10px 7px !important;
}

/*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;
	background: #fff;
}

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

/* .item-back {
	background: #333b44;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0;
	z-index: 1;
	transition: all 0.6s ease 0s;
}

.item-container:hover .item-back {
	opacity: 0.9;
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

.item-pic {
	/* height: 260px; */
	height: 192px;
	overflow: hidden;
}

/* .item-pic::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 2px;
	height: 0px;
	background: #ddb477;
	z-index: 1;
	transition: all 0.6s ease 0s;
}

.item-pic::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 0;
	height: 2px;
	background: #ddb477;
	z-index: 1;
	transition: all 0.7s ease 0s;
}

.item-container:hover .item-pic::before {
	height: 230px;
}

.item-container:hover .item-pic::after {
	width: 230px;
} */

.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 {
	display: none;
	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: #fff;
	font-size: 16px;
	color: #ffbd5a !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-container:hover .item-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

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

.item-btn a.view {}

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

.item-name {
	font-size: 17px !important;
	font-weight: 800;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 80%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	background: #ff2e5b;
	padding: 10px !important;
	text-align: left;
	position: absolute;
	left: 1px;
	bottom: 30px;
	z-index: 9;
	font-family: 'Ysabeau', sans-serif;
	opacity: 0;
	transition: all 0.6s ease 0s;
}

.item:hover .item-name {
	opacity: 1;
}

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

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

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

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

/**/
.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);
}

/*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: #00839f;
	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: #e9faf9;
}

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

/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}

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

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

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

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

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

/* Google Translator */
/* gotrns */
.google-trans {
	position: relative;
	z-index: 9;
	overflow: hidden;
	float:left;
}

.google-trans ul {
	list-style: none;
	margin-top: 25px !important;
}

.gotrns {
	float: left;
	color: #001d33 !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	padding: 15px;
	/* margin: 15px 0 !important; */
	/* background: #fff; */
	/* clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0); */
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed>span:nth-child(3) {
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
	font-size: 13px !important;
}

.gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}

header .gotrns a {
	/* color: #fff !important; */
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0 !important;
}

.gotrns span {
	color: #001d33 !important;
	font-weight: 600;
	font-size: 13px;
}

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

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

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

.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: #ec0b0b;
	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: #011828;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 10px 12px;
	height: auto;
	background: #FFF; 
	border: 0;
}

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

.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: #2759ab !important;
	color: #777;
}

.form-group textarea.form-control {
	resize: none;
}

/* ********************************************************************************
footer styles
************** */
footer {
	position: relative;
	
	/* background: linear-gradient(to right, #161e31 0%, #32425c 100%); */
	/* background: radial-gradient(#32425c, #161e31, #161e31); */
}

footer .footer-top {
	position: relative;
	background:#ffc826;
}
footer .ftr-contact{
	width:100%;
	padding:30px;
	position:relative;
}
footer .ftr-contact .ftr-left{
	width:50%;
	float:left;
}
footer .ftr-contact .ftr-left h4{
	font-size:20px !important;
	line-height:27px;
	color:#012a4a !important;
	font-weight:700;
	margin-bottom:20px !important;
}



/*  */
footer .footer-bar {
	padding: 50px 0 20px;
	position: relative;
	background: #8df9de url(../design_img/footer-bg.jpg) no-repeat center center;
	background-size: cover;
}

footer .logo {
	width:150px;
	display: block;
	margin:0px 0 20px !important;
}
footer .gst-blk{
	display:block;
	margin-bottom:10px !important;
}
footer .gst-blk h4{
	font-size:16px !important;
	line-height:27px;
	color:#fff;
	margin-bottom:5px !important;
	font-weight:600;
}
footer .gst-blk p{
	font-size:14px !important;
	line-height:25px;
	color:#fff;
	margin-bottom:5px !important;
	font-weight:400;
}

/*

footer .logo::before,
footer .logo::after {
	content: "";
	position: absolute;
	background: #777;
	width: 490px;
	height: 1px;
	left: 15px;
	top: 50px;
}

*/

footer .logo::after {
	left: unset;
	right: 15px;
}

footer .logo img {
	max-width: 100%;
}

footer h3 {
	text-align: left;
	color: #FFF;
	font-size: 22px !important;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px !important;
	text-transform: capitalize;
	position: relative;
	font-family: 'Ysabeau', sans-serif;
}

footer .footer-abt {
	padding: 0 0px !important;
}

footer .footer-abt h3::before {
	left: 0;
	right: 0;
	margin: 0 auto;
}

footer .footer-abt h3::after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

footer .footer-abt p {
	font-size: 15px !important;
	line-height: 24px !important;
	color: #FFF;
	font-weight: 400;
	text-align:left;
}

/* Social nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	float:right;
	font-size: 14px;
	font-weight: 300;
}

footer .social-nav li {
	float: left;
	line-height: 30px;
	margin-right: 10px !important;
}

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

footer .social-nav li a .fa {
	font-size: 13px !important;
	color: #3b5999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #555;
	border-radius: 100%;
	background: #FFF;
	-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 .social-nav li a .fa.fa-twitter {
	color: #55acee;
	border-color: #55acee;
}

footer .social-nav li a .fa.fa-linkedin {
	color: #0077b7;
	border-color: #0077b7;
}

footer .social-nav li a .fa.fa-instagram {
	color: #e4405f;
	border-color: #e4405f;
}

footer .social-nav li a:hover .fa.fa-instagram {
	background: #e4405f;
	color: #FFF;
	border-color: #FFF;
}

footer .social-nav li a:hover .fa.fa.fa-twitter {
	background: #55acee;
	color: #FFF;
	border-color: #FFF;
}

footer .social-nav li a:hover .fa.fa-linkedin {
	background: #0077b7;
	color: #FFF;
	border-color: #FFF;
}

footer .social-nav li a:hover .fa {
	color: #fff;
	border-color: #FFF;
	background: #3b5999;
}

/* Nav Manu */
footer .nav-menu ul {
	list-style: none;
}

footer .nav-menu ul li {
	font-size: 15px;
	line-height: 28px !important;
	font-weight: 400;
	color: #FFF !important;
	text-transform: capitalize;
}

footer .nav-menu ul li:before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #ffc800;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	top: 0px;
	transform: rotate(45deg);
}

footer .nav-menu ul li a {
	color: #FFF !important;
}

footer .nav-menu ul li:hover a {
	color: #ffc800 !important;
}

/* Footer Site Nav */
footer .f-cont-info {
	position: relative;
}

footer .site-nav ul {
	list-style: none;
	margin-top: 6px !important;
	margin-bottom: 0px !important;
}

footer .site-nav ul li {
	color: #87210f !important;
	margin-bottom: 15px !important;
}

footer .site-nav ul li .icon-outer {
	height: 27px;
	width: 27px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}

footer .site-nav ul li .icon-outer img {
	max-width: 100%;
}

footer .site-nav ul li .icon-outer i {
	margin-right: 0px;
	color: #1c8adb !important;
	font-size: 15px;
	padding-top: 8px;
	padding-left: 0px;
}

footer .add-text {
	display: inline-block;
	width: calc(100% - 45px);
	margin-left: 10px !important;
}

footer .add-text p {
	color: #87210f;
	font-size: 15px !important;
	line-height: 24px !important;
}

footer .add-text p b {
	font-size: 16px !important;
	line-height: 26px;
	letter-spacing: 0.8px;
}

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

footer .site-nav ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #012a4a !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 .site-nav ul li a:hover {
	color: #c18637 !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
	background: #012a4a;
	padding: 10px 0;
}

footer .footer-bar-bottom .com-right {}

footer .footer-bar-bottom .copy {
	color: #FFF !important;
	font-size: 15px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	font-weight: 400;
	padding-top:5px !important;
}

footer .footer-bar-bottom .copy2 {
	text-align: right !important;
}

footer .footer-bar-bottom .copy .co-name {
	color: #ffc800 !important;
	font-weight: 600;
}

footer .footer-bar-bottom .copy img {
	margin-left: 5px !important;
}

/* Footer Map */
footer .ftr-map {
	width: 100%;
	height: 210px;
}

/* footer_social_icon */
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	right: 15px;
	z-index: 9999;
}

.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: 65px;
}

.footer-social-icon .whats-mobile {
	display: none;
}

.social-chat-icon .cont-nav ul li img {
	max-width: 50px;
}

/*  */
.footer-zalo-icon {
	position: fixed;
	width: 80px;
	bottom: 80px;
	left: 15px;
	z-index: 9999;
}

.footer-zalo-icon .social-chat-icon {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.footer-zalo-icon .social-chat-icon .cont-nav {
	float: left;
}

.footer-zalo-icon .social-chat-icon .cont-nav ul {
	list-style: none;
	font-size: 14px;
}

.footer-zalo-icon .social-chat-icon .cont-nav ul li img {
	max-width: 65px;
}

.footer-zalo-icon .zolo-mobile {
	display: none;
}

.footer-zalo-icon .social-chat-icon .cont-nav ul li img {
	max-width: 50px;
}

/* top and down button */
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	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;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #ecbd7f;
	border: 3px solid #ecbd7f;
	z-index: 9999;
	font-size: 16px !important;
	line-height: 44px;
}

#goTop:hover,
#goDown:hover {
	background: #c7543f;
	border: 3px solid #c7543f;
	color: #fff !important;
}

/*  */