@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'Roboto', 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 .logo-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.17);
}

/*Top Bar*/
header .top-bar {
	position: relative;
    z-index: 1;
	background:#0ca1a3;
}

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

header .social-nav {
	float:right;
}

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

header .social-nav li a {
	position: relative;
	display: block;
}
header .appoint-outer{
	float:right;
}

header .btn-appoint {
	color: #fff !important;
    padding: 10px 10px !important;
    display: inline-block;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: #ffa45b;
    background: #ffa45b;
    line-height: 1.42857;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
    border-radius: 5px;
}

header .btn-appoint:before,
header .btn-appoint:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(255, 230, 91, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.1);
}

header .btn-appoint:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: #ffa45b;
}

header .btn-appoint:hover:before,
header .btn-appoint:hover:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
header .social-nav {
    float: right;
    margin: 15px 0 !important;
}
header .social-nav ul {
    list-style: none;
}
header .social-nav li
{
    float: left;
}
header .social-nav li a {
    border: 0 !important;
    padding: 0 !important;
    color: #FFF !important;
}
header .social-nav li a .fa {
    color: #fff !important;
    background: #e9ecf2;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px !important;
    text-align: center;
    margin-left: 5px;
    margin-right: 8px;
    border-radius: 100%;
    margin-top: -2px;
}
header .social-nav li a .fa-facebook {
    background: #63bff5;
}
header .social-nav li a .fa-twitter {
    background: #28a8e0;
}
header .social-nav li a .fa-instagram {
    background: #ce4482;
}
header .social-nav li a .fa-linkedin {
    background: #117bb8;
}
header .social-nav li a .fa-youtube-play {
    background: #ff0006;
}

header .cont-info {
	float:left;
}

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

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

header ul .cont-icon {
	width: 35px;
	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;
	font-size:14px !important;
	line-height:24px !important;
	color:#fff !important;
}

header ul .cont-text span {
	font-size: 15px !important;
	font-weight: 600;
}

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 .logo-bar {
	position: relative;
    top: 0;
    background: #ffffff; 
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


header .logo {
	display: inline-block; 
	padding:8px 0;
}

header .logo2 {
	display: inline-block; 
	padding:8px 0;
}

header .logo img {
	max-width: 170px;
    margin-top: 10px;
}

header .logo2{
	display: block;
    position: relative;
    z-index: 999;
    padding: 4px 0;
    width: 70px;
    float: right;
    margin-right: 20px;
}
header .logo2 img{
	max-width:100%;
}

header .logo-white {
	display: none;
}

/* header .logo-fixed-bar {
	background: #11567ad9;
} */

header .logo-fixed-bar .logo-white {
	display: block;
}

header .logo-fixed-bar .nav-bar {}

header .logo-fixed-bar .social-nav {
	margin-top: 15px;
}

/* nav bar */
header .nav-bar { background:linear-gradient(175deg, #c3f2fd 0%,  white 60%);border-top: 1px solid #c2ecf5;}

/*site nav*/
header .site-nav {
	position:relative;
	float:left;
	margin-top:22px;
}

header .cont-info {
	float: left;
	padding:4px 0;
}

header .cont-info ul {
	list-style: none;
}

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

header ul .cont-icon {
	width: 40px;
	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: 7px !important;
	margin-right: 7px;
	color: #595959;
	font-size:13px;
	line-height:20px;
	font-weight:500;
}
header .cont-info ul li {
    float: left;
    padding: 0 8px 0 8px !important;
}
header ul li .cont-text {
	margin-right:0 !important;
}

header ul .cont-text a {
	font-size: 14px;
	color: #fff !important;
	line-height: 22px;
	font-weight: 500;
	-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 span {
	display: block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

header ul .cont-text a:hover {
	color: #fdf03b !important;
}
header ul.top-contact{
	list-style:none !important;
	padding:0 !important;
	margin:0 !important;
}
header ul.top-contact li{
	display: inline-block;
    margin-right: 20px !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
    margin-top: 7px !important;
}
header ul.top-contact li a{
	color:#fff !important;
}
header ul.top-contact li i{
	color:#08a755;
	margin-right:8px !important;
	margin-top:5px !important;
}

/*  */

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


/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 37px !important;
	line-height: 47px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #055d95;
	margin-bottom: 20px;
	font-family: 'Yantramanav', sans-serif;
}

.main-head strong {
	color: #8db53b;
}

.main-head span {
	font-size: 16px !important;
	line-height: 25px;
	color: #8db53b;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.idx-btn {
	color: #fff !important;
	padding: 14px 30px !important;
	display: inline-block;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: #2d72bb;
    background: #2d72bb;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	position: relative;
	overflow: hidden;
	min-width: 150px;
	z-index: 1;
	margin-top: 8px !important;
}

.idx-btn:before,
.idx-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
   background-color: rgba(52, 170, 225, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.1);
}

.idx-btn:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	 background: #0067ac;
}

.idx-btn:hover:before,
.idx-btn:hover:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}


/* ******************************************
Home Page Css
****************************************** */
/* Home Fact Sec */
.home-fact-sec {
	padding: 60px 0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.home-web-col {
	width: 100%;
	float: left;
	clear: both;
	height: 100%;
	position: relative;
	border: 5px solid #eee;
	padding: 95px 15px 0 15px;
	border-radius: 0px;
	min-height: 230px;
}

.home-web-col:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.3s ease-in-out 0s;
}

.home-web-col h4 {
	font-size: 22px !important;
	line-height: 28px;
	color: #0e141f;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 5px !important;
	font-family: 'Yantramanav', sans-serif;
}

.home-web-col p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333 !important;
	text-align: justify;
}

.home-web-col .number-holder {
	position: absolute;
	width: 70px;
	height: 80px;
	left: 50px;
	top: -5px;
	font-size: 36px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #D24E1A; */
	background: linear-gradient(to bottom, #11567a 0%, #1ebcb5 70%) !important;
	color: #eee
}

.home-web-col .number-holder:after {
	border-top: 70px solid rgba(17, 86, 122, 0.4);
	content: '';
	position: absolute;
	left: 100%;
	top: 10px;
	border-right: 20px solid transparent;
	transition: all .3s ease;
	border-top-color: rgba(17, 86, 122, 0.5);
}

.home-web-col .number-holder img {
	max-width: 50px;
}

.working-sector{
	padding:20px 0px 60px;  
	position:relative;
}
.col-sm-15{
	padding-left:10px !important;
	padding-right:10px !important;
	float:left;
}
.working-sector .work-heading{
	text-align:center;
}
.working-sector .work-heading h2.main-head{
	font-size:27px !important;
	line-height:35px !important;
	font-weight:700;
	margin-bottom:10px !important;
}
.working-sector .work-heading  p{
	font-size:15px !important;
	line-height:25px !important;
	font-weight:700;
	margin-bottom:20px !important;
}

.work-blk {
	padding: 40px 10px;
	text-align: center;
	background: #fafaf6;
	/*border-bottom: 1px solid #E2E2E0;
	border-right: 1px solid #E2E2E0; */
	text-align: center;
	margin-bottom:40px;
}
.bdr-right{
	border-right:1px solid #33333350;
}
.bdr-bottom{
	border-bottom:1px solid #33333350;
}
.work-blk .h-icon {
	width: 80px;
	margin: 0 auto 10px;
}

.work-blk .h-icon img {
	max-width: 100%;
}

.work-blk h4 {
	font-size: 17px !important;
	line-height: 27px;
	color: #055d95;
	font-weight: 700;
	margin-bottom: 0 !important;
}


.home-abt-bar {
	padding: 80px 0px 0 !important;
	position:relative;
}

.home-abt-bar .main-head {
	text-align:left;
}
.home-abt-bar .about-right{
	padding:20px 15px 10px 0;
	position:relative;
}

.home-abt-bar .about-left{
	position: relative;
    bottom: -60px;
    z-index: 1;
    margin-top: -60px;
	
}
.home-abt-bar .about-left img{
	max-width:100%;
	border-radius:20px;
}
/*
.home-abt-bar .about-left:before{
	content: '';
    position: absolute;
    width: 170px;
    height: 270px;
    background-color: #e1bb4f;
    left: -40px;
    top: -30px;
    border-radius: 0 50px 0 0;
    z-index: -1;
}
*/

.home-abt-bar p {
	text-align:justify;
	font-size:15px !important;
	line-height: 25px;
	font-weight:400;
}


.home-abt-bar a.btn-more {
	text-transform:capitalize;
	display: table;
	margin: 30px 0;
	text-align:center;
	padding: 14px 20px !important;
	background:#2d72bb;
	border-radius: 5px !important;
	position: relative;
	min-width:150px;
	color:#FFF !important;
	font-weight:500;
}
.home-abt-bar a.btn-more:hover{
	background:#4d4144 !important;
}


/* Home About Us */
.idx-about-sec {
	padding: 60px 0;
	position: relative;
	background: #fafaf6;
}

.idx-about-sec .about-left {
	position: relative;
	z-index: 11;
}

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

.idx-about-sec .about-right {
	padding:0 20px 0 0;
}
.idx-about-sec .about-right .dr-top{
	height:150px !important;
	width:150px !important;
	float:left;
	margin-bottom:30px !important;
}
.idx-about-sec .about-right .dr-top img{
	max-width:100%;
	border-radius:100%;
	border:6px solid #b8d37f;
}
.idx-about-sec .about-right .dr-text{
	width:calc(100% - 150px) !important;
	float:left;
	padding-left:15px;
	margin-top:37px;
}
.idx-about-sec .about-right .dr-text h4{
	font-size: 25px !important;
    line-height: 32px;
    color: #0070b4;
    font-weight: 800;
    margin-bottom: 5px !important;
}
.idx-about-sec .about-right .dr-text h5{
	font-size:16px !important;
	line-height:25px;
	color:#21201e;
	font-weight:600;
}
.vision-mission-goal .about-us-pg .col-row {
    padding-top: 0px;
}

.idx-about-sec .about-right p {
	font-size: 15px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}
.idx-about-sec .dr-educ{
	padding:20px 0px;
	background:#fff;
}
.idx-about-sec .dr-educ .nav-tabs li{
	padding:10px 15px;
	font-size:15px !important;
	background:#13a9f0;
	font-size:16px !important;
	line-height:25px;
	border-right:1px solid #fff;
}
.idx-about-sec .dr-educ .nav-tabs li a{
	color:#fff !important;
}
.dr-educ  .nav-tabs>li.active>a, .dr-educ  .nav-tabs>li.active>a:focus, .dr-educ  .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #90c509;
    border-bottom-color: transparent;
	border-right-color:transparent;
}
.dr-educ .tab-content{
	background: #f2f2f2;
    padding: 20px;
    position: relative;
}
.idx-services .dr-educ .tab-content{
	background: #fff;
   padding:0;
    position: relative;
}
.idx-services .dr-educ .tab-content .treat-blk{
	position:relative;
}
.idx-services .dr-educ .tab-content .treat-blk img{
	max-width:100%;
}
.idx-services .dr-educ .tab-content .treat-blk .sv-01{
	width:100%;
	height:auto;
	margin-top:50px;
}
.idx-services .dr-educ .tab-content .treat-blk .sv-02{
	width:100%;
	height:500px;
}
.idx-services .dr-educ .tab-content .treat-blk .sv-03{
	width:100%;
	height:400px;
}
.idx-services .dr-educ .tab-content .treat-details{
	padding: 40px 15px;
	position:relative;
}

.idx-services .dr-educ .tab-content .treat-details h2.main-head{
	text-align:left;
	text-transform:capitalize;
}
.idx-services .dr-educ .tab-content .treat-details p{
	font-size:15px !important;
	line-height:25px;
	color:#333 !important;
	text-align:justify;
}
.idx-services .dr-educ .tab-content .treat-details h4{
	font-size:16px !important;
	line-height:25px;
	color:#8bb339;
	font-weight:600;
	margin-bottom:10px !important;
}

.dr-educ .tab-content{
	background: #fff;
    padding: 20px;
    position: relative;
}
.dr-educ .nav>li>a:focus, .dr-educ .nav>li>a:hover {
    text-decoration: none;
    background-color: #90c509 !important;
}

.dr-educ .tab-content ul.mylist{
	font-size: 14px;
    margin: 0 0 15px 25px !important;
    color: #898989;
    list-style: none;
}
.dr-educ .tab-content ul.mylist li{
	line-height: 26px;
    font-size: 15px !important;
    color: #333;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
	margin-bottom:5px !important;
}
.dr-educ .tab-content ul.mylist li:before{
	content: "\f192";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px !important;
    color: #21201f;
    font-size: 16px;
    font-weight: 600;
}
.idx-about-sec2.idx-about-sec{
	padding:60px 0;
	position:relative;
	background:#fff;
}

.clear-fix{
	clear:both;
}
.idx-about-sec .about-right ul {
	font-size: 15px;
	margin: 0 0 10px 15px !important;
	color: #333;
	list-style: none;
	margin-top: 20px !important;
}

.idx-about-sec .about-right ul li {
	line-height: 26px;
	font-size: 14px !important;
	color: #333;
	text-indent: -30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
	text-align: justify;
}

.idx-about-sec .about-right ul li::before {
	content: "\f192";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px !important;
	color: #11567a;
	font-size: 15px;
	font-weight: 700;
}

.qlt-blk1 {
	padding: 20px 40px;
	background: #0b2b43;
	background: linear-gradient(to right, #11567a 0%, #1ebcb5 100%);
	float: left;
	text-align: center;
	font-family: 'Yantramanav', sans-serif;
}

.idx-about-sec .about-right .qlt-blk1 .h-icon {
	width: 60px;
	margin: 0 auto 5px !important;
	position: relative;
}

.idx-about-sec .about-right .qlt-blk1 .h-icon img {
	max-width: 100%;
}

.qlt-blk1 .exper-heading {
	position: relative;
	font-size: 40px !important;
	line-height: 50px;
	font-weight: 700;
	color: #FFF !important;
	text-align: left;
}

.qlt-blk1 .exper-heading::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
	position: absolute;
	top: -9px;
}

.idx-about-sec .about-right .qlt-blk1 p {
	font-size: 18px !important;
	line-height: 27px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	color: #FFF !important;
	text-transform: capitalize;
	text-align: left !important;
}

.idx-about-sec .about-right .qlt-blk1 p span {
	color: #fff120;
}

/* Home Services */
.idx-services {
	padding: 60px 0 60px !important;
	position: relative;
}

.idx-services .main-head {
	text-align: center;
}

.idx-services .main-head span {
	color: #fe8423;
}

.idx-services .main-head strong {
	color: #ffc516;
}



.idx-services .services-blk {
	margin: 0px 15px 20px;
	padding: 0px 0px 20px;
	border-radius:10px;
	-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: #fafaf6; */
	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);
}

.idx-services .services-blk .co-top {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	margin: 0 auto 15px;
}

/*.idx-services .services-blk .co-top::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fe8423;
	border-radius: 100%;
	left: 27px;
	top: -11px;
}
*/
.idx-services .services-blk .co-top img {
	max-width: 100%;
	z-index: 1;
	position: relative;
	border-radius:10px;
}

.idx-services .services-blk .co-down {
	width: 100%;
	display: block;
}

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

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

.idx-services .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color: #11567a;
	font-weight: 700;
	margin-bottom:0px !important;
	text-transform: none;
	text-align: center;
	font-family: 'Yantramanav', sans-serif;
}

.idx-services .services-blk .co-down .co-text h4 p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0px !important;
	text-align: center;
}

.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: #777;
	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: 20px auto 0 !important;
}

.idx-services .ser-btn {
	text-align: center;
}
/* Our Services */
.idx-ser-pg .service-blk{
	width:calc(25% - 30px);
	margin:0 15px;
	float:left;
	margin: 0px 15px 20px;
    padding: 0px 0px 5px;
    border-radius: 10px;
    -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: #fafaf6; */
    position: relative;
	min-height:355px;
    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);
}
.idx-ser-pg .txt-title{
	display:block !important;
	font-size: 20px !important;
    line-height: 27px;
    color: #11567a;
	margin-top: 10px !important;
    font-weight: 700;
    margin-bottom: 0px !important;
    text-transform: none;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
}
.idx-ser-pg .cont-col p{
	font-size: 15px !important;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0px !important;
    text-align: center;
}
.idx-ser-pg .col-desc .txt-title{
	display:none !important;
}


/* Feature Section */
.feature-sec {
	padding: 40px 0;
	position: relative;
	background: #28a0b2 url("../design_img/bg-shape-1.png")center center no-repeat;
	background-size:cover;
}
.feature-sec .patient-blk{
	position: relative;
    background: #f2f2f2 url(../design_img/feature-blk-bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px;
    border-radius:15px;
}
.feature-sec .patient-blk .main-head{
	padding-left:20px !important;
}
.achi-blk {
	    margin: 0;
    padding: 20px 20px 15px 40px;
    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;
    display: block;
    overflow: hidden;
}
.achi-blk .achi-left{
	width: 50px;
    float: left;
    vertical-align: top;
    display: inline-block;
}
.achi-blk .achi-left img{
	max-width:100%;
}
.achi-blk .achi-right{
	width: calc(100% - 50px);
    float: left;
    padding-left: 30px !important;
    vertical-align: top;
    display: inline-block;
}

.achi-blk .idx-heading {
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #055d95;
	margin-bottom: 5px !important;
	position: relative;
}

.achi-blk .idx-heading::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
	position: absolute;
	top: -9px;
}

.achi-blk p.task {
	font-size: 18px !important;
	line-height: 24px;
	color: #343434;
	font-weight: 700;
}


.achi-blk .h-icon {
	width: 80px;
	margin: 0 auto 10px !important;
}

.achi-blk .h-icon img {
	max-width: 100%;
}
.feature-sec .ceo-blk{
	padding:10px;
	background:#f2f2f2;
	border-radius:10px;
	margin-top:50px;
	margin-bottom:10px !important;
}
.feature-sec .ceo-blk img{
	max-width:100%;
}
.feature-sec .ceo-blk-outer h4{
	font-size: 27px !important;
    line-height: 35px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #fff;
	text-align:center;
    margin-bottom: 10px;
    font-family: 'Yantramanav', sans-serif;
}
.feature-sec .ceo-blk-outer h4 span{
	font-size: 22px !important;
    line-height: 25px;
    color: #ffe841;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
/* Home Products */


/*home tech-bar */


/* Home Gallery */
.home-gallery-bar {
	padding: 60px 0;
	position: relative;
	background:#fafaf6;
}
.home-gallery-bar.tpa-bar{
	padding:15px 15px 40px 15px!important;
}
/*.home-gallery-bar.tpa-bar{
	position:fixed;
	bottom:0;
	z-index:111;
	
	background:#ffffff75;
	padding:10px 0;
	width:100%;
	display:table;
	margin:0 auto !important;
}*/
.home-gallery-bar .main-head {
	margin-bottom: 20px !important;
	text-align:center;
}
.home-gallery-bar .main-head span{
	line-height:20px;
}
.home-gallery-bar .idx-btn{
	margin:40px auto 0!important;
	display:table;
}

.idx-doctor-sec{
	padding:80px 0;
	position:relative;
}


/* ***********************************************
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: 130px 0 90px;
    background-size: cover;
}

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

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

.banner-bar .banner-content h1 {
	color: #295798;
	font-size: 40px !important;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px !important;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	z-index: 1;
}

.banner-bar .banner-content h1:after {
	content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #c2eb57;
    border-radius: 100%;
    right: -12px;
    top: 41px;
    z-index: 0;
}


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

/*
.colorborder {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 200px;
	margin: 2px auto 10px;
}

.colorborder::after {
	background: #fff120 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 60px;
	top: -1px;
}

*/

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px 0 0 !important;
	padding: 10px 15px !important;
	background: #00000045;
	position: relative;
	float:left;
}

.location:before {}

.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: #c2eb57 !important;
}

.location li a.active {
	color: #c2eb57 !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 */
.about-us-pg {
	margin: 0 -15px;
}

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

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

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

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

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

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

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

.our-profile-pg .col-row .col {
	position: relative;
	width: 50%;
	padding: 0 15px;
}

.our-profile-pg .col-row .col-desc {
	position: relative;
	padding-top: 0px;
	float: right;
}

.our-profile-pg .col-row .col-img {
	position: relative;
	float: right;
}
.our-profile-pg .col-row.work-exper{
	margin-bottom:40px;
}
.our-profile-pg .col-row.work-exper .col-img{
	float:left;
}

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

.our-profile-pg .profile-content {
	padding-bottom: 50px;
}

.our-profile-pg .profile-content.more-content {
   padding-bottom:0px;
}
.our-profile-pg .profile-content.more-content .cont-col{
	padding-top:50px !important;
}

.our-profile-pg .inner-facts {
	padding-top: 50px;
	border-top: 1px solid #f2f2f2;
}

.our-profile-pg .inner-facts .col-desc {
	width: 100%;
}

.our-profile-pg .qlt-blk1 p {
	font-size: 18px !important;
	line-height: 27px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	color: #FFF !important;
	text-transform: capitalize;
	text-align: left !important;
}

.our-profile-pg .qlt-blk1 p span {
	color: #fff120;
}

.our-profile-pg ul {
	font-size: 15px;
	margin: 0 0 10px 28px !important;
	color: #333;
	list-style: none;
	margin-top: 20px !important;
}

.our-profile-pg ul li {
	line-height: 26px;
	font-size: 15px !important;
	color: #333;
	text-indent: -30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
	text-align: justify;
}

.our-profile-pg ul li::before {
	content: "\f192";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px !important;
	color: #11567a;
	font-size: 15px;
	font-weight: 700;
}

/* About Us End's */
/* Doctor's Details */
.dr-details-pg 	.dr-blk-left img{
	border:10px solid #fafaf6;
	border-radius:10px;
}
.dr-details-pg 	.dr-blk-left .col-desc{
	text-align:center;
	padding-top:15px !important;
}
.dr-details-pg 	.dr-blk-left .col-desc h4{
	font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #055d95;
    margin-bottom: 5px !important;
    font-family: 'Yantramanav', sans-serif;
}
.dr-details-pg 	.dr-blk-left .col-desc p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
	font-weight:500;
    text-align: center;
}
.dr-details-pg 	.dr-blk-left .col-desc p span{
	font-size:13px !important;
	line-height:20px;
	display:block;
	color:#777;
}
.dr-details-pg 	.dr-blk-right{
	padding:0 25px;
	position:relative;
}
.dr-details-pg 	.dr-blk-right p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
	font-weight:400;
    text-align: left;
}
.dr-details-pg 	.dr-blk-right h4{
	font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #055d95;
    margin-bottom: 5px !important;
    font-family: 'Yantramanav', sans-serif;
}
.dr-details-pg 	.dr-blk-right .mylist{
	font-size: 14px;
    margin: 15px 0 20px 25px !important;
    color: #333;
    list-style: none;
}
.dr-details-pg 	.dr-blk-right .mylist li{
	line-height: 26px;
    font-size: 15px !important;
    color: #333;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px !important;
}
.dr-details-pg 	.dr-blk-right .mylist li:before{
	content: "\f192";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px !important;
    color: #21201f;
    font-size: 16px;
    font-weight: 600;
}

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

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

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

.services-pg .col-row:nth-child(2n+1) .col-img {
	float: right;
}
.services-pg .col-row:nth-child(2n+1) .col-img .img-col img{
	border:1px solid #e5e5e5;
}

.services-pg h4.treat-sub{
	font-size: 20px !important;
    line-height: 27px;
    color: #8bb339;
    font-weight: 600;
    margin-bottom: 15px !important;
}
.services-pg h5{
	font-size: 16px !important;
    line-height: 25px;
    color: #0093d3;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.services-pg .col-desc ul.mylist{
	margin-bottom:15px !important;
}
.services-pg .col-desc ul.mylist li{
	line-height: 26px;
    font-size: 15px !important;
    color: #333;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px !important;
}
.services-pg .col-desc ul.mylist li:before{
	content: "\f192";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px !important;
    color: #21201f;
    font-size: 16px;
    font-weight: 600;
}

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

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

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

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

.services-pg .col-desc h2 {
	font-size: 37px !important;
	line-height: 47px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #11567a;
	/* margin-bottom: 20px; */
	font-family: 'Yantramanav', sans-serif;
}

.services-pg .col-desc p {
	 text-align: justify;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
}

.services-pg .col-desc ul {
	font-size: 14px;
	margin: 15px 0 0px 25px !important;
	color: #333;
	list-style: none;
}

.services-pg .col-desc ul li {
	line-height: 24px;
	font-size: 14px !important;
	text-indent: -20px;
	font-weight: 500;
	text-align: left;
}

.services-pg .col-desc ul li::before {
	content: "\f105 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #11567a;
	font-size: 16px;
	font-weight: 700;
}
.appoint-popup{
	position:relative;
}
.modal-content {
    position: relative;
    background-color: #f2f2f2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.appoint-popup .modal-header {
 	padding:5px 10px !important;
	border:none;
}
.appoint-popup .appoint-blk{
	width:100%;
	display:block;
	overflow:hidden;
}

.appoint-popup .appoint-blk .appoint-left{
	width:40%;
	float:left;
	text-align:center;
	padding:0 30px;
}
.appoint-popup .appoint-blk .appoint-left h4{
	font-size:18px !important;
	line-height:25px;
	color:#039ee0;
	font-weight:600;
	margin-bottom:5px !important;
}
.appoint-popup .appoint-blk .appoint-left p{
	font-size:14px !important;
	line-height:24px;
	font-weight:400;
	margin-bottom:10px;
}
.appoint-popup .appoint-blk .appoint-left img{
	max-width:300px;
}
.appoint-popup .appoint-blk .appoint-right{
	width:60%;
	float:right;
	padding:0px 20px 0;
}

.appoint-popup .appoint-blk .appoint-right .form-group .form-control {
    background: transparent;
    border-color: #e5e5e5;
}
.appoint-popup  .modal-dialog{
	top:12% !important;
}



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

.treatments-pg .col-row {
	position: relative;
	width: 50%;
	padding: 0 15px;
}

.treatments-pg .treatment-content {
	float: right;
	position: relative;
}

.treatments-pg .treatment-content p {
	font-size: 15px !important;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: justify;
}

.treatments-pg .col-img {
	position: relative;
}

.treatments-pg .col-desc {
	position: relative;
}

.treatments-pg .treatment-img {
	float: left;
	position: relative;
}

.treatments-pg .treatment-img .tr-img img {
	max-width: 100%;
	z-index: 1;
	position: relative;
}

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

.facility-service-blk .col-img{
	float:right;
	width:calc(50% - 30px);
}
.facility-service-blk .col-desc{
	float:left;
	padding:30px 20px;
	position:relative;
	width:50%;
}
.facility-service-blk .col-desc p{
	text-align: justify;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
}


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

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

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

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

.gallery-pg .col .txt-title {
	display: none;
}

.gallery-pg .col-bar .img-col {
	border: 1px solid #e8e8e8;
}

.gallery-pg .main-head {
	font-size: 30px !important;
	line-height: 40px !important;
	color: #fff;
	background: #35465a;
	padding: 5px 15px !important;
}

.gallery-implant {
	margin-top: 30px !important;
}

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

.treatments-bar.col-bar .img-col:before {
	position: absolute;
	height: 80%;
	width: 85%;
	top: 25px;
	right: -58px;
	content: "";
	display: block;
	background-color: #f5f5f5;
	z-index: -1;
}

.treatments-bar.col-bar .img-col img {}

.services-pg .col-row:nth-child(2n) .col-img .img-col:before {
	position: absolute;
	height: 80%;
	width: 85%;
	top: 25px;
	left: -58px;
	right: inherit;
	content: "";
	display: block;
	background-color: #f2f2f2;
	z-index: -1;
}

/* Video Gallery Page */
.video-pg {
	margin: 0 -15px;
}

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

.video-pg .col-desc {}

.video-pg .col-desc #video {
	width: 100%;
	height: 220px;
}

.video-pg .col .txt-title {
	font-size: 20px !important;
	display: block;
	padding: 10px 15px !important;
	font-weight: 600;
	border-bottom: 1px solid;
	background: #35465a;
	color: #fff;
	font-family: 'Yantramanav', sans-serif;
}

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

.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 {
	min-width: 150px;
	color: #FFF !important;
	border-color: #9bb951;
    background: #9bb951;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 15px !important;
	margin-top: 20px;
	border-radius: 4px !important;
	text-transform:capitalize;
}

.career .btn-submit:hover {
	border-color: #0067ac !important;
    background: #0067ac !important;
}

/* Contact Us Page */
.contact-us {
	padding: 50px 0 !important;
}

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

/* Contact Details */
/* .contact-blk {
	padding: 10px 20px 10px;
	position: relative;
	text-align: left;
	display: block;
	min-height: 0;
	border-radius: 10px;
}
*/

.contact-blk {
	margin: 0px 0px 30px;
	padding: 20px 20px 10px;
	-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: #fafaf6;
	position: relative;
	min-height: 95px;
	overflow: visible !important;
	text-align: left;
	display:block;
	-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);
}

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

.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% - 55px);
	float:left;
	text-align:left;
	padding-left:20px;
}

.contact-blk .cont-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #121212;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-blk .cont-text strong {
	font-size: 16px !important;
	color: #11567a;
}

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

.contact-pg .social-nav {
	display:table;
	margin:0 auto 40px !important;
}

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

.contact-pg .social-nav li a {
	position: relative;
	display: block;
}

.contact-pg .social-nav li a .fa {
	color: #11567a;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #11567a;
	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;
	border-radius:2px !important;
}

.contact-pg .social-nav li {
	padding-left: 8px !important;
	padding-top: 5px !important;
}

.contact-pg .social-nav li {
	float: left;
}

.contact-pg .social-nav li a:hover .fa {
	color: #fff;
	border-color: #11567a;
	background: #11567a;
}

.details-left .col-desc {
	position: relative;
	overflow: hidden;
}

.details-left .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
}

.contact-pg .btn-submit {
	color: #fff !important;
    padding: 14px 30px !important;
    display: inline-block;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: #2d72bb;
	background: #2d72bb;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    position: relative;
    overflow: hidden;
    min-width: 150px;
    z-index: 1;
    margin-top: 8px !important;
}

.contact-pg .btn-submit:hover {
	color: #fff !important;
	background: #0067ac !important;
	border-color: #0067ac !important;
}

.contact-pg .main-head strong{
    color: #8db53b;
}
.contact-pg .main-head span{
	line-height:20px;
}
.contact-pg .details-left{
	text-align:center;
}
.contact-pg .cont-details-bg{
	margin-top:50px;
}

/* Contact Form */
.contact-pg .enq-form {
	background: #fff;
	text-align: left;
	padding: 20px 20px;
	margin: 0px auto 0 !important;
	border-radius: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	min-height: 490px;
}

.contact-pg .enq-form .main-head {
	margin-bottom: 0 !important;
}

.contact-pg .enq-form p {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 500;
	color: #008aa0 !important;
	text-align: justify;
	margin-bottom: 20px !important
}

/* 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 */
.contact-pg .cont-map {
	padding-top: 50px;
	position: relative;
}

.contact-pg .map-outer iframe {
	margin-top: 20px !important;
}

.contact-pg .ftr-map {
	width: 100% !important;
	min-height: 320px;
}

/* Book Appointment */
.appointment-pg {
	margin: 0 -15px;
}

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

.appointment-pg .col {
	width: 100%;
	padding: 0 15px;
}

.appointment-pg .col-desc .enq-form {
	width: 500px;
	margin: 0 auto;
}

.appointment-pg .col-desc .enq-form p {
	font-size: 22px !important;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px !important;
	color: #99bc4b;
}

.appointment-pg .col-desc .enq-form p span {
	color: #055d95; !important;
}

.appointment-pg .col-desc .enq-form .btn-submit {
	color: #fff !important;
    padding: 14px 30px !important;
    display: inline-block;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: #9bb951;
    background: #9bb951;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    position: relative;
    overflow: hidden;
    min-width: 150px;
    z-index: 1;
    margin-top: 8px !important;
}

.appointment-pg .col-desc .enq-form .btn-submit:hover {
	color: #fff !important;
	background: #0067ac !important;
}

footer .appointment-btn {
	position: relative;
	display: table;
	font-size: 15px !important;
	line-height: 25px;
	border-color: #9bb951;
    background: #9bb951;
	color: #fff !important;
	padding: 8px 15px;
	text-align: center;
	width: 200px;
	border-radius:2px !important;
}
footer .appointment-btn:hover{
	background: #0067ac !important;
}


/* **********************************************
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 {
	background: #0EA1D7;
	color: #fff;
	padding: 6px 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 ul {
	display: none;
}

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

.category-list ul li a {
	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 {
	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: #0EA1D7;
	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: #0EA1D7;
	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;
	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: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.4;
	z-index: 1;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-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: #fff;
	font-size: 16px;
	color: #0EA1D7 !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: #0EA1D7;
	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;
	background: #0EA1D7;
	padding: 10px !important;
	text-align: center;
}

.item-name a {
	color: #fff !important;
	font-weight: 500;
	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;
}

.item-container:hover .item-back {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

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

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

.gotrns {
	float: right;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    line-height: 0px;
    padding: 10px 12px;
    margin: 11px 0 !important;
    background: #fff;

}

.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: #fff !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
}


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

.gotrns span {
	color: #002f60 !important;
}

.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: 8px 12px;
	height: auto;
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.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:#121212;
}

footer .footer-top {
	padding: 0;
	border-bottom: 50px solid #0ca1a3;
    border-top: 30px solid #194e99;
}
footer .footer-top .footer-contact{
	position:absolute;
	top:-50px;
	box-shadow: 0px 0px 20px 0px rgba(33, 33, 33, 0.25);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
	background-color:#fff;
	border-radius:15px;
}

footer .footer-bar {
	padding: 40px 0 40px;
	position: relative;
}

footer .logo {
	width: 250px;
    display: block;
    margin-top: 0px;
    margin-bottom: 40px !important;
}

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

footer h3 {
	text-align: left;
	color: #2ff6f9;
	font-size: 20px !important;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	position: relative;
	font-family: 'Yantramanav', sans-serif;
}

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

footer .footer-abt p {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
	font-weight: 400;
}
footer .important-link-sec p{
	font-size:14px !important;
	line-height:24px;
	color:#fff;
	margin-bottom:0px !important;
}

/* Social nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0 !important;
	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 .fa.fa-youtube-play {
   color: #ff0006;
	border-color: #ff0006;
}

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-youtube-play {
    background: #ff0006 !important;
	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;margin-bottom: 20px!important;
}

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

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

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

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

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

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

footer .icon-outer {
	width: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

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

footer .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% - 55px) !important;
    margin-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #051a39;
    vertical-align: top;
    margin-bottom: 10px !important;
}
footer .add-text p{
	margin-bottom:0 !important;
}

footer .add-text a {
	font-size: 14px;
	line-height: 24px;
	color: #051a39 !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 .add-text strong {
	font-size: 16px;
}

footer .add-text a:hover {
	color: #1c4d99 !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #3873c7;
    padding: 10px 0;
}

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

footer .footer-bar-bottom .copy {
	text-align: left!important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	margin-top:6px !important;
}
footer .social-nav {
	float:right;
}

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

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

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

/* Footer Map */
footer .ftr-map {
	width: 100%;
	height: 210px;
}
footer .footer-map{
	margin-bottom:0 !important;
}
footer .footer-map p{
	margin-bottom:0 !important;
}

/* footer_social_icon */
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 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;
}

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

#goTop:hover,
#goDown:hover {
	background: #ddd;
	border: 3px solid #ddd;
	color: #4c85c1 !important;
}

/*  */