@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: #2684b3;
    /*border-bottom:1px solid #0000000f */
}

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 .appoint-outer{
	float:right;
}

header .btn-appoint {
	color: #fff !important;
	padding: 10px 25px !important;
	display: inline-block;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: #ff0202;
	background: #ff0202;
	line-height: 1.42857;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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 ul {
	list-style: none;
}
header .social-nav li a {
	position: relative;
	display: block;
}
header .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;
}

header .social-nav li {
	padding-left: 8px !important;
	padding-top: 5px !important;
}

header .social-nav li {
	float: left;
}

header .social-nav li a:hover .fa {
	color: #029bde !important;
}

header .social-nav li a .fa.fa-twitter {
    color: #55acee;
    border-color: #55acee;
}
header .social-nav li a .fa.fa-instagram {
    color: #e4405f;
    border-color: #e4405f;
}
header .social-nav li a .fa.fa-linkedin {
    color: #0077b7;
    border-color: #0077b7;
}
header .social-nav li a:hover .fa {
    color: #fff !important;
    border-color: #3b5999;
    background: #3b5999;
}
header .social-nav li a:hover .fa.fa.fa-twitter {
    background: #55acee;
    color: #FFF !important;
    border-color: #55acee;
}
header .social-nav li a:hover .fa.fa-instagram {
    color: #fff !important;
    border-color: #e4405f;
	background:#e4405f;
}
header .social-nav li a:hover .fa.fa-linkedin {
    color: #fff !important;
    border-color: #0077b7;
	background:0077b7;
}
/* */
header .logo-bar {
	position: relative;
    top: 0;
    background: #ffffff;
	padding:10px 0;
    -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-bar.logo-fixed-bar {
    padding: 5px 0;
}
header .logo-bar.logo-fixed-bar .site-nav {
    position: relative;
    display: table;
    margin: 0px;
    float: right;
    padding: 15px 0 10px !important;
}
header .logo {
	display: block;
    padding: 6px;
    margin-top: -8px;
    position: absolute;
    width: 200px;
    z-index: 99;
    background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .logo-bar.logo-fixed-bar .logo {
	display: block;
    padding:0px;
    margin-top: 0px;
    position: absolute;
    width: 120px;
	box-shadow: none;
}

header .logo img {
	max-width: 100%;
}
header .logo2{
	display: block;
	position: relative;
	z-index: 999;
	padding:4px 0;
	width:50px;
	float:right;
}
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;
	display:table;
	margin: 0px;
	float:right;
	padding:20px 0 10px !important;
}

header .cont-info {
	float: right;
	padding:12px 0 8px;
}

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: #595959 !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: 18px !important;
	font-weight: 600;
	line-height: 25px;
	color: #06b5e9;
}

header ul .cont-text a:hover {
	color: #ffb478 !important;
}
header ul.top-contact{
	list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
}
header ul.top-contact li{
	display: inline-block;
    margin-right: 20px !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
    margin-top: 8px !important;
}
header ul.top-contact li a{
	color:#fff !important;
}
header ul.top-contact li i{
	color: #ff0202;
	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: #354751;
	margin-bottom: 20px;
	font-family: 'Yantramanav', sans-serif;
}

.main-head strong {
	color: #ff0202;
}

.main-head span {
	font-size: 16px !important;
	line-height: 25px;
	color: #ff0202;
	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: #ff0202;
    background: #ff0202;
	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(105, 105, 105, 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: #354751;
}

.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:60px 0px;
	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;
}

.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 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;
}
.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 150px !important;
	position: relative;
	/*background: #fafaf6; */
}

.idx-services .main-head {
	text-align: center;
}

.idx-services .main-head span {
	color: #ff0202;
}

.idx-services .main-head strong {
	color: #ffc516;
}


.idx-choose-us{
	padding:0px 0 80px;
	position:relative;
	background:#ecf9fd75;
}
.idx-choose-us .why-us-blk{
	padding:30px;
	position:relative;
	background:#354751;
	margin-top:-120px;
	margin-bottom:80px;
	border-radius:40px !important;
	/* top:-120px; */
	/* margin-bottom:-120px; */
}
.idx-choose-us .why-us-blk .idx-heading{
	text-align:center;
	color:#FFF;
}
.idx-choose-us .why-us-blk .choose-blk{
	text-align:center;
}
.idx-choose-us .why-us-blk .choose-blk .h-icon{
	width:80px;
	height:80px;
	margin:0 auto 15px !important;
	background:#FFF;
	border-radius:100%;
	-webkit-box-shadow: 0px 7px 6px 1px rgba(0,0,0,0.18); 
	box-shadow: 0px 7px 6px 1px rgba(0,0,0,0.18);
}
.idx-choose-us .why-us-blk .choose-blk .h-icon img{
	max-width:100%;
	padding:16px;
}
.idx-choose-us .why-us-blk .choose-blk h4{
	font-size:16px !important;
	line-height:24px;
	color:#FFF;
	font-weight:600;
	margin-bottom:0 !important;
}
.idx-choose-us .service-left img{
	max-width:100%;
}
.idx-choose-us .service-right{
	padding:40px 15px;
	position:relative;
}
.idx-choose-us .service-right ul{
	font-size: 14px;
    margin: 0 0 0px 25px !important;
    list-style: none;
}
.idx-choose-us .service-right .idx-heading{
	margin-bottom:20px !important;
}
.idx-choose-us .service-right ul li{
	line-height: 32px;
    font-size: 14px !important;
    color: #1e1e1e;
    text-indent: -20px;
    font-weight: 700;
    text-align: left;
	margin-bottom:10px !important;
}
.idx-choose-us .service-right ul li:before{
	content: "\f058 ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #20b2aa;
    font-size: 18px;
    font-weight: 700;
}


.idx-services .services-blk {
	margin: 0px 15px 20px;
	padding: 0px 0px;
	-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;
}

.idx-services .services-blk .co-down {
	width: 100%;
    display: block;
    padding: 0 15px 10px;
    min-height: 240px;
}

.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: #397f99;
	font-weight: 700;
	margin-bottom: 10px !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:11px !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;
}

.idx-services .services-blk .co-down .link{
	position: fixed;
    bottom: 25px !important;
    left: 38%;
}
.idx-services .services-blk .co-down .link a{
	font-size:15px !important;
	line-height:24px;
	font-weight:400;
	color: #ff0202 !important;
}
.idx-services .services-blk .co-down .link a:hover{
	color:#2684b3 !important;
}
/* Before After Gallery */

/* Home Gallery */
.home-gallery-bar {
    padding: 60px 0px;
    position: relative;
	background:#f8f8f8;
}

.home-gallery-bar .main-head {
    margin-bottom: 20px !important;
	text-align:center;
	
}
.home-gallery-bar .gal-img-outer{
	
}
.home-gallery-bar .gal-img {
    position: relative;
    cursor: pointer;
}

.home-gallery-bar .gal-img img {
    max-width: 100%;
	
}

.home-gallery-bar .idx-btn{
	text-align: center;
    margin: 40px auto 0 !important;
    display: table;
}


/* Feature Section */
.feature-sec {
	padding: 40px 0;
	position: relative;
	background: #354751 url("../design_img/bg-shape-1.png")center center no-repeat;
	background-size:cover;
}

.achi-blk {
	margin: 0;
	/*padding: 45px 30px 35px; */
	position: relative;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.achi-blk .idx-heading {
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff;
	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: #FFF;
	font-weight: 700;
}


.achi-blk .h-icon {
	width: 80px;
	margin: 0 auto 10px !important;
}

.achi-blk .h-icon img {
	max-width: 100%;
}


/* Home Products */


/*home tech-bar */


/* Home Gallery */
.home-gallery-bar {
	padding: 60px 0;
	position: relative;
}

.home-gallery-bar .main-head {
	margin-bottom: 20px !important;
}

/* ***********************************************
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: 150px 0 0px;
	background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
	color: #fff;
	font-size: 30px !important;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 8px !important;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	z-index: 1;
	text-align:center;
}

.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;
    padding: 10px 15px !important;
    background: #ffffff45;
    position: relative;
    float: none;
    display: table;
    margin: 0 auto !important;
}

.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: #ff0202 !important;
}

.location li a.active {
    color: #ff0202 !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 */

/* 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: #ff0202;
    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: 10px 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 {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.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;
}

/* 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: #ff0202;
    background: #ff0202;
	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: #354751 !important;
    background: #354751;
}

/* 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 20px;
	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: 195px;
	overflow: visible !important;
	text-align: center;
	-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: flex;
	width: 50px;
	height: 50px;
	padding: 0px;
	align-items: center;
	justify-content: center;
	text-align: center;
	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;
}

.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 {
	float: left;
	margin-top: 4px;
}

.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 {
	padding-top: 120px;
	position: relative;
	overflow: hidden;
}

.details-left .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 500;
	text-align: justify;
}

.contact-pg .btn-submit {
	color: #fff !important;
    padding: 14px 30px !important;
    display:table;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: #ff0202;
    background: #ff0202;
    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: 8px  auto 0!important;
}

.contact-pg .btn-submit:hover {
	color: #fff !important;
    background: #354751 !important;
	border-color: #354751 !important;
}

.contact-pg .main-head strong{
    color: #ff0202;
}

/* Contact Form */
.contact-pg .enq-form {
	background: #fff;
	text-align: left;
	padding: 20px 20px;
	margin: 20px 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;
	text-align:center;
}

.contact-pg .enq-form p {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 500;
	color: #ff0202 !important;
	text-align: center;
	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: #ff0202;
}

.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: #ff0202;
    background: #ff0202;
    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: #354751 !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 {}

.google-trans ul {
	list-style: none
}

.gotrns {
	float: left;
	color: #fff !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	padding: 20px;
	/* margin: 15px 0 !important; */
	background: #fff;
	clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.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;
}

.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:tranparemnts;
	border-color: #91999d;
}

.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:#c1c1c1 url(../design_img/footer-bg.jpg) center center no-repeat;
	background-size:cover;
	padding:60px 0 0;
}
footer .site-nav{
	border-bottom:1px solid #1d1d1d;
	padding:0px 0 !important;
	position:relative;
	margin:0 0 50px !important;
}
footer .ftr-cont-blk{
	width: 25%;
    float: left;
    border-right: 1px solid #1d1d1d;
    padding: 0 15px !important;
	min-height:127px;
}
footer .ftr-cont-blk.first{
	width:28%;
}
footer .ftr-cont-blk.sec{
	width:18%;
}
footer .ftr-cont-blk.third{
	width:28%;
}
footer .ftr-cont-blk.fourth{
	width:26%;
	border:none;
}

footer .icon-outer {
	width: 32px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

footer .icon-outer img {
	max-width: 100%;
	/*filter: brightness(0) invert(1) */
}

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% - 37px);
	padding-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color:#1d1d1d;
}



footer .add-text a {
	font-size: 14px;
	line-height: 24px;
	color: #1d1d1d !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: 18px;
	font-family: 'Red Hat Display', sans-serif;
	line-height:25px !important;
	color:#1d1d1d;
}

footer .add-text p{
	color:#1d1d1d !important;
}

footer .add-text a:hover {
	color: #ffc516 !important;
}
footer .footer-top {
	
}

footer .footer-bar {
	padding: 0px 0 40px;
	position: relative;
}

footer .logo {
	width: 180px;
    display: block;
    margin: 0px 0 20px;
}

footer .logo img {
	max-width: 100%;
}

footer h3 {
	text-align: left;
	color:#1d1d1d;
	font-size: 20px !important;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-abt {
	padding-right: 30px !important;
}

footer .footer-abt p {
	font-size: 14px !important;
	line-height: 24px !important;
	color:#1d1d1d;
	font-weight: 400;
}

/* Social nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0px 0 30px !important;
	font-size: 14px;
	font-weight: 300;
	margin-top: 8px !important;
}

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: 4px;
	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 {
	color: #1d1d1d !important;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px !important;
}
/* 
footer .nav-menu ul li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #fee377;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	top: 0px;
	transform: rotate(45deg);
} */

footer .nav-menu ul li a {
	color:#1d1d1d; !important;
}

footer .nav-menu ul li:hover a {
	color: #ff0202 !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 .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 .site-nav ul li i {
	margin-right: 8px;
	color: #eed518 !important;
}

footer .site-nav ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .site-nav ul li:hover a {
	color: #1c8adb !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #354751;
	padding: 10px 0;
}

footer .footer-bar-bottom .com-right {}

footer .footer-bar-bottom .copy {
	text-align: center !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
}

footer .footer-bar-bottom .copy .co-name {
	color: #ff0202 !important;
	font-weight: 600;
}

footer .footer-bar-bottom .copy img {
	margin-left: 5px !important;
}

/* Footer Map */
footer .ftr-map{
	width:100%;
	height:270px;
}

/* 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;
	z-index: 9999;
	font-size: 16px !important;
	line-height: 44px;
}

#goTop:hover,
#goDown:hover {
	background: #ddd;
	border: 3px solid #ddd;
	color: #4c85c1 !important;
}

/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #fdca2d;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #5a6821;
}

#goTop .fa,
#goDown .fa {
	color: #5a6821;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #ff0202;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}
