@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'Hind', 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-fixed-bar{
	position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
   	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*logo bar*/
header .top-bar {
	background: #f97704;
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

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;
   /* background: linear-gradient(90deg, #ffcf27 0%, #ffa54a 90%); */
    overflow: hidden;
    height: 50px;
    width: 100%;
}

header .social-nav ul {
	list-style: none;
	display:table;
	margin:0 auto !important;
	float:right;
}

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

header .social-nav li a .fa {
	color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
	margin-top:5px !important;
    border-radius: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 13px !important;
}

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

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

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

/* */
header .logo-bar {
	padding: 10px 0;
	background: #fff;
}

header .logo {
	display: block;
	position: relative;
	z-index: 999;
	width: 155px;
	text-align:center;
}

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

/* nav bar */

/*site nav*/
header .site-nav {
	float: right;
	margin: 12px 0 8px;
}

header .cont-info {
	float: left;
}

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

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

header ul .cont-icon {
	width: 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;
}
header ul .cont-text span{
	font-size:16px !important;
	line-height:20px;
	font-weight:600;
	margin-bottom:0;
	display:block;
	color:#e9e9e9;
}

header ul .cont-text a {
	font-size: 15px;
	color: #192437 !important;
	line-height: 25px;
	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 a:hover {
	color: #1c8adb !important;
}

header .logo-bar {
    background: linear-gradient(90deg, #00b1a9 0%, #00b076 80%);
	padding: 0;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .logo {
	position:relative;
    width: 210px;
	margin-top:10px;
    z-index: 99;
}
header .logo img {
	max-width: 95%;
}

header.header-fixed-bar .logo {
    position: absolute;
    height: 112px;
    width: 180px;
}

header.header-fixed-bar .logo img{
	max-width:200px;
}
/*cont nav*/
header .cont-nav {
	margin: 5px 10px 0px 0px;
}

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

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

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

header .cont-nav ul span.cont-text {
	font-size: 14px;
	color: #000 !important;
	font-weight: 500;
}
header .cont-nav ul li{
	font-size: 14px;
	color: #000 !important;
	font-weight: 500;
}
header .cont-nav ul li .cont-ex{
	color:#999 !important;
}


header .cont-nav ul li .fa {
	top: 0;
	left: -55px;
	position: absolute;
	color: #333 !important;
	background: #f2f2f2;
	font-size: 17px;
	width: 45px;
	height: 45px;
	text-align: center;
	padding-top: 14px;
	border-radius: 100%;
}

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

header .cont-nav ul a:hover {
	color: #124f0d !important;
}

header .menu-bar-outer {
	position: relative;
}

header .btn-enquire{
	display: block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 !important;
    overflow: hidden;
    background: linear-gradient(90deg, #a0bdcc 0%, #0b939e 90%);
    line-height: 25px;
    text-transform: capitalize;
    padding: 10px 15px !important;
    border-radius: 22px;
	border:none;
}
header .btn-enquire:hover{
	background:#0b939e !important;
}







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


/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 35px !important;
	line-height:45px !important;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	color: #04ae9a;
	margin-bottom: 20px !important;
	font-family: 'Roboto Slab', serif;
}

.main-head span {
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffa54a;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px !important;
	position: relative;
	display: table;
}

.idx-services .main-head span {
	text-align::center;
	margin:0 auto !important;
}
.idx-btn {
	 border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #04ae9a;
	/*background: linear-gradient(90deg, #065073 0%, #0b939e 90%); */
    color: #fff !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    padding: 12px 25px;
    margin-top: 12px !important;
	width: 150px;
}

.idx-btn span{
	position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0b939e;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}

.idx-btn:hover span {
    width: 225%;
    height: 562.5px;
}


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

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

.idx-about-sec .about-left {
	position: relative;
	z-index: 11;
}
.idx-about-sec .abt-big-pics{
	position:relative;
	right:0;
	top:0;
	float:right;
	
}
.idx-about-sec .abt-big-pics img {
	max-width: 100%;
	border-radius: 170px 170px 0 0;
}
.idx-about-sec .abt-small-pics{
	position: absolute;
    left: 10px;
    height: 400px;
    width: 400px;
    top: 50px;
}
.idx-about-sec .abt-small-pics img{
	max-width:100%;
	border-radius:100%;
}


.achi-blk {
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
    margin: 0;
    padding: 30px 10px 20px;
    position: relative;
	text-align:center;
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
	-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:hover{
	box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
}

.achi-blk .idx-heading{
	font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #065073;
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}



.achi-blk h4 span.second {
	display: inline-block;
}
.achi-blk p.task {
	font-size:17px !important;
	line-height:24px;
	color:#065073;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
}
.achi-gape{
	margin-top:50px;
}

.idx-quote-sec{
	position: relative;
	background:#6a804e;
}
.idx-quote-sec .quote-blk{
	position: relative;
	background-image:  url("../design_img/Check-img.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	height:340px;
	width:100%;	
}
.idx-quote-sec .quote-right{
	padding: 65px 55px;
    position: relative;
}

.idx-quote-sec .quote-right h4{
	font-size:20px !important;
	line-height: 35px;
	color:#FFF;
	font-weight: 500;
	text-align: left;
	font-family: 'Roboto Slab', serif;
}

.idx-quote-sec .idx-btn {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 150px;
    text-align: center;
    padding: 16px 15px !important;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
	background: #008080;
    border: none;
	margin-top:20px !important;
}

.idx-quote-sec .idx-btn:hover{
	background: #f2bb22 !important;
    color: #121212 !important;
}





.idx-about-sec .about-right {
	padding:30px 20px 0 20px !important;
	position: relative;
}

.idx-about-sec .about-right p {
	font-size: 15px !important;
	line-height: 26px;
	color: #424242;
	font-weight: 500;
	text-align: justify;
}

/* Home Services */
.idx-services {
	padding: 80px 0 80px !important;
	position: relative;
	background: #f2f2f2;
}
.idx-services:after{
	position: absolute;
    content: "";
    background-image: url(../design_img/shape-bg.png);
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .2;
}

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

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

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

.idx-services .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	border: 1px solid #e5e5e5;
}

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

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

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

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

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

.idx-services .services-blk .co-down .co-text {
	width: 100%;
	display: block;
	padding: 20px 15px;
	min-height:250px;
}

.idx-services .services-blk .co-down .co-text h4 {
	font-size: 15px;
	line-height: 26px;
	color: #424242;
	margin-bottom: 0px !important;
}

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

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

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

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

.idx-services .services-blk .co-bottom p {
	font-size: 14px !important;
	line-height: 24px;
	color: #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: 0 auto;
	display:block;
}

.idx-services .ser-btn-outer{
	position:absolute;
	bottom:20px;
	width:100%;
}

.idx-services .ser-btn-outer .loan-apply{
    position: relative;
    display: inline-block;
	text-align:center;
    background-color: #04ae9a;
    color: #fff !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 5px;
    opacity: 1;
	font-size:13px !important;
	line-height:20px;
    font-weight: 500;
    padding: 7px 10px;
    margin-top: 12px !important;
    width: 120px;
}
.idx-services .ser-btn-outer .loan-apply:hover{
	background-color:#ffa54a;
}

.idx-services .ser-btn-outer .loan-details{
	color:#0b939e !important;
	font-size:14px;
	line-height:24px;
	font-weight:500;
	padding-left:30px !important;
	text-transform:uppercase;
}
.idx-services .ser-btn-outer .loan-details:hover{
	color: #ffa54a !important;
}

/* Customer Benefits */
.idx-customer-benefits{
	padding:60px 0 40px;
	position:relative;
}

.padding-8{
	padding-left:8px !important;
	padding-right:8px !important;
}

.idx-customer-benefits .services-block{
	padding:0px 0px 0px;
	text-align:center;
	display:block;
	overflow:hidden;
}
.idx-customer-benefits .services-block .h-icon{
	width:60px;
	height:60px;
	margin:0!important;
	display:inline-block;
	
	vertical-align:top;
}

.idx-customer-benefits .services-block .ser-text{
	width:calc(100% - 65px) !important;
	display:inline-block;
	padding-left:10px;
	vertical-align:top;
}

.idx-customer-benefits .services-block .h-icon img{
	max-width:100%;
}
.idx-customer-benefits .services-block h4{
	font-size:18px !important;
	line-height:25px;
	font-weight:700;
	margin-bottom: 10px !important;
	color:#222;
	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;
	font-family: 'Roboto Slab', serif;
}
.idx-customer-benefits .services-block p{
    font-size: 15px !important;
    line-height: 24px;
    color: #424242;
    font-weight: 500;
    text-align: left;
}
.idx-customer-benefits .services-block a:hover h4{
	color:#08437b;
}
.idx-customer-benefits  .ser-brd{
	border-right:1px solid #d9d9d9;
}
.idx-customer-benefits  .brd-top{
	border-top:1px solid #d9d9d9;
}
.idx-customer-benefits .main-head{
	text-align:center;
	margin-bottom:30px !important;
}

.idx-more-facts{
	padding:80px 0;
	position:relative;
}
/* Index Choose Us */
.idx-choose-sec{
	padding:60px 0;
	position:relative;
    background: #40b3c5;
}
.idx-choose-sec .choose-head{
	display:table;
	margin:0 auto 10px !important;
}
.idx-choose-sec .choose-head .main-head{
	color:#fff !important;
}
.idx-choose-sec .ch-blk h3{
	display:none;

}
.idx-choose-sec .ch-blk .co-top{
	position:relative;
	margin:0 auto 10px !important;
	height:120px;
	width:120px;
	
}
.idx-choose-sec .ch-blk .co-top img{
	max-width:100%;
	border-radius:50%;
}
.idx-choose-sec .ch-blk .co-down{
	text-align:center;
}
.idx-choose-sec .ch-blk .co-down h4{
	font-size:22px !important;
	line-height:30px;
	color:#fff !important;
	font-weight:600;
	margin-bottom:10px !important;
}
.idx-choose-sec .ch-blk .co-down p{
	font-size:16px !important;
	color:#fff;
	font-weight:600;
	line-height:24px;
	text-align:center;
}
.idx-choose-sec .ch-blk .co-link{
	display:none;
}
/* Vision Mission */
.idx-more-facts{
	padding:80px 0;
	position:relative;
	background:#f2f2f2;
}
.idx-more-facts .facts-left{
	position:relative;
}
.idx-more-facts .facts-left h4{
	font-size:22px !important;
	line-height:30px;
	color:#065073;
	font-weight:700;
	margin-bottom:10px !important;
	font-family: 'Roboto Slab', serif;
}
.idx-more-facts .facts-left p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
}

.idx-more-facts .facts-right{
	position:relative;
}
.idx-more-facts .facts-right img{
	max-width:100%;
}

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

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

.idx-products .main-head span{
	margin:0 auto !important;
}

.idx-products .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	border: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.idx-products .prod-btn {}

.idx-products .prod-btn .idx-btn {
	margin: auto;
}

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

.home-tech-bar .main-head {
	text-align: center;
}
.home-tech-bar .main-head span{
	margin:0 auto;
}


.home-tech-bar .tech-logo {
	text-align: center;
	border:1px solid #a4a4a4;
	padding:10px 15px;
}

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

/* Home Gallery */
.home-gallery-bar {
	padding: 60px 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 bottom;
	padding: 100px 0 100px;
	background-size: cover;
}

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

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

.banner-bar .banner-content h1 {
	font-weight: 600;
	color: #FFF;
	font-size: 35px !important;
	line-height: 45px;
	margin-bottom: 10px !important;
	font-family: 'Roboto Slab', serif;
	text-align:left;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);

}

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

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

.location li {
	color: #FFEACF !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	font-size:16px !important;
	line-height:25px;
	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: #ffc62e;
}

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

.location li a {
	color: #065073 !important;
	font-size: 16px !important;
	line-height: 24px;
	font-weight:600;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

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

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

/* core classes */

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

.col-bar {}

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

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

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

.col-bar .cont-col {}


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

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

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

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

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

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

.col-bar .file-col {}

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

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

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

/* core classes ends here*/

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

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

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

.about-us-pg .col-row {
	/* overflow: hidden; */
	position: relative;
	width: 50%;
	padding: 0 15px;
}

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

.about-us-pg .col-row:nth-child(n+1) .col-desc {
	padding:10px 30px 40px;
	position: relative;
}
.about-us-pg .col-row:nth-child(n+3) .col-desc {
	padding:50px 0px 46px 30px;
	position: relative;
}


.about-us-pg .col-row:nth-child(2n) {
	float: right;
}
/*
.about-us-pg .main-head span::after {
	content: "";
	position: absolute;
	width: 55px;
	height: 2px;
	right: -58px;
	bottom: 7px;
	background: #f70707;
}
*/
.about-us-pg .col-img {
	float: right;
	position: relative;
}

/*

.about-us-pg .col-img .col-container::before {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background: #f70707;
	left: -20px;
	top: -20px;
}

*/
/*
.about-us-pg .col-img .col-container::after {
	background-image: url(../design_img/abt-dott.png);
	content: '';
	position: absolute;
	z-index: -1;
	right: -17px;
	top: 0px;
	bottom: -20px;
	width: 45%;
}

*/

.about-us-pg .col-desc p {
	font-size: 15px !important;
	line-height: 26px;
	font-weight: 500;
	color: #424242;
	text-align: justify;
}

.about-us-pg .inn-abt {
	padding-left:0 !important;
	padding-right:0 !important;
}

.qlt-blk1 {
	padding: 30px 20px;
	padding-right: 40px;
	background: #000000c7;
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 15px;
	width: 400px;
	display: flex;
}

.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::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 50px;
	background: #f70707;
	right: -30px;
}

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

.about-us-pg .qlt-blk1 p {
	font-size: 21px !important;
	line-height: 27px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	color: #FFF !important;
	text-transform: capitalize;
	text-align: left !important;
	margin-left: 50px !important;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
}

/*  */
.about-us-pg .about-quality {
	width: 100%;
	padding-top: 50px;
}

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

.quality-col {
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
    margin: 0;
    padding: 35px 30px 25px;
	min-height:390px;
    position: relative;
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.quality-col:hover{
	box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
}


.quality-icon {
	display: inline-block;
	height:80px;
	width:80px;
	border-radius:50%;
	background: #008080;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
	padding:15px;
}
.quality-icon img{
	max-width:55px;
}

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

.quality-heading {
    display: block;
    margin-left: 0;
    margin-top: 15px;
}

.quality-heading h4 {
	font-size: 20px !important;
    line-height: 27px;
    color: #124f0d;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-align: left;
}

.quality-text {
	margin-top: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-us-pg-2 .about-text-5 .vis-miss-text .main-head {
	font-size: 25px !important;
	line-height: 30px;
}
/* DSA Apply */
.dsa-apply .dsa-right{
	padding:20px 30px;
	position:relative;
}
.dsa-apply .dsa-right p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
}
.dsa-apply .dsa-right h4{
	font-size: 20px !important;
    line-height: 27px;
    color: #065073;
    font-weight: 700;
    margin-bottom: 5px !important;
    text-transform: capitalize;
    text-align: left;
}
.dsa-apply .dsa-right  ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 20px 15px !important;
}
.dsa-apply .dsa-right  ul li{
	font-size: 15px !important;
    line-height: 25px;
    color: #333 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.dsa-apply .dsa-right  ul li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #00659e;
    font-size: 10px;
    font-weight: 700;
}

.dsa-apply .dsa-top{
	text-align:center;
	margin-bottom:30px !important;
}
.dsa-apply .dsa-top p{
	font-size: 17px !important;
    line-height: 27px;
    color: #424242;
    font-weight: 600;
}

.commitment-pg .commitment-right{
	position:relative;
	padding: 0 0 0 20px;
}
.commitment-pg .commitment-right p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    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 {
	overflow: hidden;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.our-profile-pg .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}
/* Service */
.service-pg .mort-right{
	padding:10px 0px 10px 30px;
	position:relative;
}
.service-pg .mort-right p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
}

.service-pg .mylist{
	list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 15px 25px !important;
    font-size: 14px;
}
.service-pg .mylist li{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
    text-indent: -25px;
}
.service-pg .mylist li:before{
	content: "\f013";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #00afa8;
    font-size: 15px;
}
.our-presence .presence-blk{
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 25px 30px 15px;
    min-height: 290px;
    position: relative;
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.presence-blk h4{
	font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #04ae9a;
    margin-bottom: 10px !important;
    font-family: 'Roboto Slab', serif;
}
.presence-blk ul.mylist{
	list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 15px 25px !important;
    font-size: 14px;
}
.presence-blk ul.mylist li{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
    text-indent: -25px;
}
.presence-blk ul.mylist li:before{
	content: "\f013";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #00afa8;
    font-size: 15px;
}

.loan-term{
	margin:30px 0;
	position:relative;
}
.loan-term .main-head{
	text-align:center;
}
.loan-service .loan-blk{
	padding:20px 30px;
	position:relative;
	margin-bottom:40px;
	background:#FFF;
	box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
}
.loan-service .loan-blk h4{
	font-size: 22px !important;
    line-height: 30px;
    color: #065073;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-family: 'Roboto Slab', serif;
}
.loan-service .loan-blk p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
}

section.contents .mytable.table-document tbody>tr>td {
    text-align:left;
    font-size: 15px;
	line-height:26px;
	font-weight:500;
}


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

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

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

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

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

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

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

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

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

.tieup-logo{
	padding:10px 15px;
	position: relative;
	-moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	margin:0 10px 30px;
	width:calc(25% - 30px) !important;
}
.tieup-logo:hover{
	box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
}

.tieup-logo .col-bar .img-col:after {
   display:none;
}

.col-bar .tieup-logo .img-col:hover:after, .tieup-logo.col-bar .img-col:hover a {
    opacity: 0;
}

.col-bar .tieup-logo .img-col a .fa {
   display:none;
}






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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-icon {
	display: none;
}

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

.vis-miss-bottom {}

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

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

/* About Us End's */

/* Inner Service Page*/
.services-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-desc {
	float: left;
}

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

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

.services-pg .service-1 {
	position: relative;
	padding: 30px 0 0;
}

.services-pg .service-2 {
	position: relative;
	padding: 80px 0 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 15px;
	line-height:25px;
	padding: 10px 10px;
	background: #f4f4f4;
	
}

.career .btn-submit {
	font-size: 16px;
    font-weight: 500;
    display: block;
    width: 150px;
    text-align: center;
    padding: 16px 15px !important;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background-color: #065073;
    border: none;
	margin-top:20px !important;
	border-radius:4px !important;
}

.career .btn-submit:hover {
	background-color: #0b939e !important;
    color: #FFF !important;
}

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

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

.contact-blk {
	padding: 20px 20px 20px;
	position: relative;
	text-align: center;
	display: block;
	min-height: 200px;
	border-radius: 0px;
	box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.03);
}
.contact-blk:hover {
	-moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.contact-blk .h-icon {
	display: flex;
	width: 70px;
	height: 70px;
	padding: 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #065073;
	border-radius: 50%;
	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: 16px !important;
    line-height: 24px;
    color: #121212;
    font-weight: 500;
}

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

/* Contact Form */
/*.contact-us .contact-form.col-sm-6{
	width: 75%;
    position: relative;
    display: table;
    margin: 0 auto !important;
    text-align: center;
    left: 12%;
}
*/


.contact-pg .enq-form {
	text-align: left;
	padding: 20px 20px;
	margin: 0px auto 0 !important;
	border-radius: 0px;
	min-height: 450px;
	-moz-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-pg .enq-form h2 {
	font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #065073;
    margin-bottom: 20px !important;
    font-family: 'Roboto Slab', serif;
}

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

.contact-us .btn-submit{
	font-size: 16px;
    font-weight: 500;
    display: block;
    width: 150px;
    text-align: center;
    padding: 16px 15px !important;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background-color: #065073;
    border: none;
}

.contact-us .btn-submit:hover{
	background-color: #0b939e !important;
    color: #FFF !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 .map-outer iframe {
	margin-bottom: 50px !important;
}

.contact-pg .ftr-map {
	width: 100% !important;
	height:460px !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;
	text-transform: capitalize;
	font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #124f0d;
    margin-bottom: 10px !important;
    font-family: 'Roboto Slab', serif;
}
}

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

.product-detail-bar .pr_desc p{
	font-size: 15px !important;
    line-height: 26px;
    color: #424242;
    font-weight: 500;
    text-align: justify;
}

/* 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: #008080 !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: #008080;
	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: #008080;
	padding: 10px !important;
	text-align: center;
	font-weight:600 !important;
	font-size:15px !important;
	line-height:25px;
}

.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;
	padding:10px 15px;
	vertical-align: middle !important;
	font-size: 15px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important;
	padding:10px 15px;
	text-align:left;
}
section.contents .mytable td{
	width:30%;
}
section.contents .mytable td:first-child{
	width:10%;
}
section.contents .mytable td:last-child{
	width:60%;
}

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: #f4f4f4;
	border-color: #f4f4f4;
}

.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: #efefef !important;
	background:#FFF !important;
	color: #424242;
}

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

/* ********************************************************************************
footer styles
************** */
footer .footer-top {
	position: relative;
	background: -moz-linear-gradient(45deg, #f2bb22 0%, #008080 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f2bb22), color-stop(100%, #008080));
    background: -webkit-linear-gradient(45deg, #f2bb22 0%, #008080 100%);
    background: -o-linear-gradient(45deg, #f2bb22 0%, #008080 100%);
    background: -ms-linear-gradient(45deg, #f2bb22 0%, #008080 100%);
    background: linear-gradient(45deg, #f2bb22 0%, #008080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#f2bb22', GradientType=1 );
    padding: 25px 0;
}
footer .footer-top h4{
	font-size: 24px !important;
	line-height: 32px;
	font-weight:700;
	margin-bottom:0 !important;	
	font-family: 'Roboto Slab', serif;
	color:#FFF !important;
}

footer .footer-bar{
	padding: 50px 0 40px;
	position: relative;
	background:#065073;
}
footer .footer-bar:before{
	    position: absolute;
    content: "";
    background-image: url(../design_img/shape-2.png);
    background-repeat: no-repeat;
    background-size: 420px 400px;
    height: 100%;
    width: 400px;
    top: 0;
    right: 0;
}
footer .footer-bar:after{
	    position: absolute;
    content: "";
    background-image: url(../design_img/shape-1.png);
    background-repeat: no-repeat;
    background-size: 220px 350px;
    height:250px;
    width: 200px;
    top: 0;
    left: 0;
}


footer .logo {
	width:220px;
	display: block;
	margin-bottom: 10px !important;
}

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

footer h3 {
	text-align: left;
	color: #ffa54a;
	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: 16px !important;
	line-height: 24px !important;
	color: #FFF;
	font-weight: 500;
	text-align: justify;
}

/* Social nav */
footer .social-nav{
	width:100%;
	display:grid;
	margin-top:15px !important;
}
footer .social-nav ul {
	list-style: none;
    padding: 0px !important;
    display: table;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    float: left;
}

footer .social-nav li {
	float: left;
    line-height: 30px;
    /* margin-left: 10px !important; */
    width: 25%;
    background: #3b5a9a;
    padding: 20px !important;
    /* display: inline-block; */
    text-align: center;
}
footer .social-nav li:nth-child(2){
	background:#ff0000;
}
footer .social-nav li:nth-child(3){
	background:#db2e7d;
}
footer .social-nav li:nth-child(4){
	background:#007bb5;
}

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

footer .social-nav li a .fa {
	font-size: 22px !important;
    /* color: #3b5999; */
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	color:#fff !important;
    /* border: 1px solid #555; */
    border-radius: 100%;
    /* background: #FFF; */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
footer .social-nav li a .fa.fa-twitter {
	color: #55acee;
	border-color: #55acee;
}

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

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

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

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

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

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

/* Nav Manu */
footer .nav-menu ul {
	list-style: none;
	margin-left:20px !important;
}

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

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

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

footer .nav-menu ul li:hover a {
	color: #ffae00 !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 .add-text {
	display: inline-block;
	width: calc(100% - 45px);
	margin-left: 10px !important;
	font-size: 15px !important;
	line-height: 25px !important;
	font-weight: 500;
	color: #FFF;
}
footer .add-text strong{
	display:block;
	font-size:18px !important;
	line-height:25px;
	color:#38d2f2;
}

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

footer .site-nav ul li a {
	font-size: 15px;
	line-height: 25px;
	color: #FFF !important;
	text-align: left;
	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;
}

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

/* Footer Bottom */
footer .footer-bar-bottom {
	border-top: 1px solid #222;
    background: #09192c;
	padding: 5px 0;
}

footer .copy {
	text-align: center;
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 27px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

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

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

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

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

/*  */