/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: "Lato", sans-serif;
	font-size:13px!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:#ef642d
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
	background: #0072b8;
	color:#fff;
	padding:10px 20px !important;
	border-radius:3px!important;
	margin-right:10px;
	margin-top:15px;
}
.btn-cancel {
	background:#fc910f;
}  
.btn:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header .top-bar {
	position: relative;
	padding: 5px 0px;
	background: linear-gradient(90deg, #17b1ab 0%, #0f7c87 80%);
}

header .top-bar .contact-sec {
	position: relative;
}

header .cont-nav {
	float: left;
}

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

header .cont-nav ul li {
	float: left;
	display: block;

}

header .cont-nav ul a {
	display: block;
	padding: 0px 10px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF !important;
	/* border-left:1px solid #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 .cont-nav ul li:last-child a {
	padding-right: 0 !important;
}

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

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

header .cont-nav ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px !important;
	line-height: 20px;
	font-weight: 600;
	color: #FFF !important;
	margin-top: 2px;
}

header .cont-nav ul .address {
	margin-right: 10px;
}

header .social-nav {
	float: right;
	margin: 0;
}

/* Start User Nav */
/*user nav*/
header .user-nav {
	float: right;
	margin: 13px 0px 13px 0;
}

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

header .user-nav ul li {
	float: left;
	margin-left: 5px !important;
	position: relative
}

header .user-nav ul a {
	display: block;
	padding: 8px 12px 8px 10px;
	font-size: 13px;
	text-transform: capitalize;
	color: #fff !important;
	background: #86c819;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	z-index: 1;
	min-width:135px;
	text-align:center;
	font-weight:600;
}

header .user-nav ul a .fa {
	margin-right: 8px;
	color: #fff;
	font-size: 16px;
}

header .user-nav ul a img {
	margin-right: 8px;
	max-width: 12px;
	vertical-align: -1px
}

header .user-nav ul a.login {
	background: #0078bf;
}

header .user-nav ul a.join {
	background: #eb6e23;
}

header .user-nav ul a.join .fa {
	color: #fff;
}

header .user-nav ul a:hover {
	background: #666;
}

/**/
header .user-nav ul ul {
	min-width: 90%;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 9999;
	list-style: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-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);
	-ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .user-nav ul ul li {
	float: none;
	white-space: nowrap;
	margin-left: 0px !important;
}

header .user-nav ul ul li a {
	background: #fff;
	border-radius: 0px;
	border: 0;
	border-bottom: 1px solid #f8f8f8;
	color: #666 !important;
	margin-left: 0;
	cursor: pointer;
	font-size:15px !important;
	text-align:left;
}

header .user-nav ul ul li a:hover {
	background: #eee;
}

.user-nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 30px;
}

/* End User Nave */
/*search bar*/
.search-bar {
	border-radius: 25px;
    background: #f7f3f3;
    position: relative;
    z-index: 999;
    width: calc(100% - 125px);
    float: left;
    margin-top: 12px;
    float: right;
}

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

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

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

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

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

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

}

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

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

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

.search-bar #search-result ul li a span {
	color: #f08e76;
}
.search-btn, .search-load {
    background: url(../design_img/icon-search.png) no-repeat center;
    background-size: 50%;
    width: 40px;
    height: 35px;
    display: block;
    float: right;
    cursor: default;
}
/**/


.cont-nav>ul:nth-child(1)>li:nth-child(2)>a:nth-child(1)>div:nth-child(1) {
	width: 18px;
	margin-top: 3px;
}

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

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

header .social-nav li a .fa {
	color: #fff !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px !important;
    text-align: center;
    border: 0px;
    border-radius: 100%;
    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;
}

header .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0;
}

header .social-nav li a .fa-instagram {
	background: #9c389b;
}

header .social-nav li a .fa-youtube-play {
	background: #fe0002;
}

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

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

header .logo-fixed-bar .logo {
	position: inherit;
	top: inherit;
}

header .logo-fixed-bar .logo img {
	max-width: 95%;
}

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

header .logo {
	width: 140px !important;
	display: inline-block;
	margin-bottom: 0px;
	z-index: 999;
	position: relative;
}
header .logo-sec {
	width: 140px !important;
	display: inline-block;
	margin-bottom: 0px;
	z-index: 999;
	position: relative;
	text-align:right;
}
header .logo-sec img{
	max-width:100%;
	padding: 10px 0px 5px 10px;
}

/* header .logo{
	width: 180px !important;
    display: block;
     margin-bottom: -50px;
    z-index: 999;
    position: absolute;
	background: #25437a;
	box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 14%);
	display:none;
} */
header .logo img {
	max-width: 100%;
    padding: 10px 0px 0;
}

header .nav-bar {
	display: table;
    margin: 0 auto;
}

header .btn-enquire {
	width: 150px;
	display: block;
	background: #8d298c;
	/* border:1px solid #262941; */
	color: #FFF !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 15px 13px !important;
	float: right;
}

/* header .btn-enquire:hover{
	background:#e52528 !important;
	color:#FFF !important;
	
} */
header .enquire-btn-outer {
	margin: 10px 0;
	position: relative;
}

/* Menu Bar */
.menu-bar{
	position:relative;
	background:#ea526c;
	padding:8px 0;
}

@media (min-width: 1430px) {
	.menu-bar .container {
		width: 1400px;
	}
}


/*********************************************************************************
section styles
***************/
section.slider {
}
/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
.banner-bar {
	background:#0072b8 url(../design_img/inner-banner.jpg) no-repeat center center;
	background-size:cover;
	padding:100px 0 100px;
	position:relative;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	text-align: left;
    color: #066369;
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    position: relative;
    font-family: "Merriweather", serif;
}

/*location*/ 
.location {
	list-style:none;
	position: relative;
	padding:8px 10px !important;
	background:#ffffff75;
	display:inline-block;
}
.location li {
	color:#999!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: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#999
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:15px;
	line-height:25px;
	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:#fbcf48 !important;
}
.location li a.active {
	color: #f14f6a !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* download col*/
 .download-col {
	text-align: center;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform:uppercase
}
.download-col a {
	font-size:14px;
	background:#f34747;
	text-transform:uppercase;
	color:#fff!important;
	padding:5px 10px;
	letter-spacing:1.8px;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !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;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-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-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:260px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}
/*********************************************************************************
my table start
***************/
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:#3b8334;
	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;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}

.idx-abt-sec{
	padding:80px 0;
	position:relative;
}
.idx-abt-sec .home-col-outer{
	top: -90px;
    z-index: 99;
    position: relative;
    margin-bottom: -90px;
}


.home-web-col{
	padding:30px 15px 10px;
	width:100%;
	background:#FFF;
	display:block;
	min-height:210px;
	box-shadow: -1px 4px 14px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: -1px 4px 14px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: -1px 4px 14px 0px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.home-web-col:hover{
	background: #f9a542 !important;
}
.home-web-col .home-web-icon{
	width:50px;
	height:50px;
	display:block;
	vertical-align:top;
	background:url(../design_img/feature-icon-1.png) no-repeat center center;
	background-size:cover;
	margin:0 0 10px;
}
.home-web-col .home-web-icon.home-web-icon2{
	width:50px;
	height:50px;
	display:block;
	vertical-align:top;
	background:url(../design_img/feature-icon-2.png) no-repeat center center;
	background-size:cover;
	margin:0 0 10px;
}
.home-web-col .home-web-icon.home-web-icon3{
	width:50px;
	height:50px;
	background:url(../design_img/feature-icon-3.png) no-repeat center center;
	background-size:cover;
	margin:0 0 10px;
}
.home-web-col .home-web-icon.home-web-icon4{
	width:50px;
	height:50px;
	background:url(../design_img/feature-icon-4.png) no-repeat center center;
	background-size:cover;
}
.home-web-col:hover .home-web-icon{
	width:50px;
	height:50px;
	display:block;
	vertical-align:top;
	background:url(../design_img/feature-icon-1-white.png) no-repeat center center;
	background-size:cover;
	margin:0 0 10px;
}
.home-web-col:hover .home-web-icon.home-web-icon2{
	width:50px;
	height:50px;
	background:url(../design_img/feature-icon-2-white.png) no-repeat center center;
	background-size:cover;
}
.home-web-col:hover .home-web-icon.home-web-icon3{
	width:50px;
	height:50px;
	background:url(../design_img/feature-icon-3-white.png) no-repeat center center;
	background-size:cover;
}
.home-web-col:hover .home-web-icon.home-web-icon4{
	width:50px;
	height:50px;
	background:url(../design_img/feature-icon-4-white.png) no-repeat center center;
	background-size:cover;
}


.home-web-col .home-web-text{
	/* width:calc(100% - 85px); */
	/* display:inline-block; */
	/* vertical-align:top; */
	/* padding-left:px; */
	position:relative;
	
}
.home-web-col .home-web-text h4{
	font-size:18px !important;
	line-height:24px;
	color:#2471b2;
	font-weight:600;
	    font-family: 'Signika', sans-serif;
	margin-bottom:5px !important;
	text-transform:capitalize;
	
}
.home-web-col:hover .home-web-text h4{
	color:#FFF;
}
.home-web-col .home-web-text p{
	font-size:14px !important;
	line-height:24px;
	color:#232323;
	font-weight:400;
}
.home-web-col:hover .home-web-text p{
	color:#FFF;
}
.home-web-col:hover .icon-bt-rg{
	position:absolute;
	bottom:-10px;
	right:-10px;
	background:url(../design_img/feature-icon-1-white.png) no-repeat center center;
	background-size:cover;
	height:80px;
	opacity: 0.3;
	width:80px;
}
.home-web-col:hover .icon-bt-rg2{
	position:absolute;
	bottom:-10px;
	right:-10px;
	background:url(../design_img/feature-icon-2-white.png) no-repeat center center;
	background-size:cover;
	height:80px;
	opacity: 0.3;
	width:80px;
}
.home-web-col:hover .icon-bt-rg3{
	position:absolute;
	bottom:-10px;
	right:-10px;
	background:url(../design_img/feature-icon-3-white.png) no-repeat center center;
	background-size:cover;
	height:80px;
	opacity: 0.3;
	width:80px;
}
.home-web-col:hover .icon-bt-rg4{
	position:absolute;
	bottom:-10px;
	right:-10px;
	background:url(../design_img/feature-icon-4-white.png) no-repeat center center;
	background-size:cover;
	height:80px;
	opacity: 0.3;
	width:80px;
}
.abt-gape{
	margin-top:0px;
}
.idx-heading{
	text-align: left;
    color: #066369;
    font-size: 30px !important;
    line-height:40px;
    font-weight: 600;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    position: relative;
    font-family: "Merriweather", serif;
}
.idx-abt-sec .abt-left{
	padding:20px 10px;
	position:relative;
}
.idx-abt-sec .abt-left p{
	font-size:16px !important;
	line-height:25px;
	color:#232323;
	text-align:justify;
	font-weight:400;
}
.idx-abt-sec .abt-right img{
	max-width:95%;
	border-radius:20px;
}




.idx-btn{
	color: #fff !important;
    padding: 12px 20px !important;
    display: inline-block;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: #ea526c;
    background: #ea526c;
    line-height: 1.42857;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    position: relative;
    overflow: hidden;
    min-width: 135px;
    z-index: 1;
    margin-top: 5px !important;
}
.idx-btn:before{
	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);
}

.idx-btn:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background: #354751;
}
.fea-gape{
	margin-top:40px;
}
.idx-abt-sec .fea-gape h2.idx-heading{
	text-align:center !important;
	margin-bottom:10px !important;
}
.idx-abt-sec .fea-gape p{
	font-size:20px !important;
	line-height:27px;
	font-weight:500;
	margin-bottom:30px !important;
	text-align:center;
}
.idx-abt-sec .feature-outer{
	margin: 0px 12px 10px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden !important;
    padding: 20px 15px 10px !important;
    min-height: 285px !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-abt-sec .feature-outer:before{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    border-top: 3px solid #36c0da;
    border-bottom: 3px solid #36c0da;
    transform: scale(0, 1);
}
.idx-abt-sec .feature-outer:after{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    border-left: 3px solid #36c0da;
    border-right: 3px solid #36c0da;
    transform: scale(1, 0);
}
.idx-abt-sec .feature-outer:hover:before, .idx-abt-sec .feature-outer:hover:after{
	opacity: 1;
    transform: scale(1);
}
.idx-abt-sec .feature-outer .co-top{
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto 10px;
	background: linear-gradient(90deg, #17b1ab 0%, #0f7c87 80%);
}
.idx-abt-sec .feature-outer .co-top img{
	max-width:100%;
	padding:15px;
}
.idx-abt-sec .feature-outer h4{
	font-size:20px !important;
	line-height:27px;
	font-weight:600;
	margin-bottom:10px !important;
	color:#ea526c;
	text-align:center;
}
.idx-abt-sec .feature-outer p{
	font-size: 16px !important;
    line-height: 25px;
    color: #232323;
	margin-bottom:10px !important;
    font-weight:500;
}


.idx-exper-sec{
	padding:80px 0;
	position:relative;
	background:#ea526c url(../design_img/experience-background.jpg) no-repeat center center;
	/*position: relative; */
	background-attachment:fixed;
}
.idx-exper-sec .idx-heading{
	text-align:center;
	margin-bottom:10px !important;
}

.idx-exper-sec .fea-heading{
	text-align:center;
}
.idx-exper-sec .fea-heading .idx-heading{
	color:#FFF !important;
}
.idx-exper-sec .fea-heading p{
	font-size:20px !important;
	line-height:27px;
	color:#fff !important;
	margin-bottom:40px !important;
}
.idx-exper-sec .exp-left img{
	max-width:100%;
	border-radius:10px;
}
.idx-exper-sec .exp-right{
	padding:60px 20px 20px;
	position:relative;
}
.idx-exper-sec .exp-right .idx-heading{
	color:#FFF !important;
	font-size:50px !important;
	line-height:60px;
}
.idx-exper-sec .exp-right .idx-heading span{
	color:#81b84d !important;
}
.idx-exper-sec ul{
	margin: 0 0 0px 20px !important;
    font-size: 16px;
    color: #898989;
    list-style:none;
}
.idx-exper-sec ul li{
	font-size:20px !important;
	line-height:40px;
	margin-bottom:10px !important;
	color:#FFF !important;
	font-weight:600;
	text-indent:-20px;
	text-align:left;
}
.idx-exper-sec ul li:before{
	content: "\f058 ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #81b84d;
    font-size: 24px;
    font-weight: 700;
}
.idx-service-sec{
	padding:80px 0 60px;
	position:relative;
}
.idx-service-sec.idx-card{
	background:#f6f6f6;
}
.idx-service-sec.idx-card .blog-outer.feature-outer{
	padding:20px 15px !important;
	background:#fff;
	min-height:100px !important;
}
.idx-service-sec.idx-card .blog-outer.feature-outer  .co-top{
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto 10px;
	background: linear-gradient(90deg, #ea526c 0%, #f059a0 80%);
}
.idx-service-sec.idx-card .blog-outer.feature-outer  .co-top img{
	max-width:100%;
	padding:15px !important;
}
.idx-service-sec.idx-card .feature-outer h4{
	color:#1c4075 !important;
	font-size:18px;
	line-height:27px;
	font-weight:700;
	
}
.idx-service-sec .services-heading .idx-heading{
	margin-bottom:10px !important;
	text-align:center !important;
}
.idx-service-sec .services-heading  p{
	margin-bottom:30px !important;
	font-size:16px !important;
	line-height:25px;
	color:#232323;
	text-align:cente;
}

.idx-service-sec.idx-abt-sec .co-top{
	width:100%;
	height:auto;
	background:transparent;
	border-radius:0;
}
.idx-abt-sec .blog-outer.feature-outer {
    margin: 0px 12px 10px;
    position: relative;
    overflow: hidden !important;
    padding: 0px 0px 0px !important;
    min-height: 390px !important;
	border-radius:20px;
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}
.idx-abt-sec.inn-service-sec .blog-outer.feature-outer {
	margin:0 0 40px !important;
}

.idx-abt-sec .blog-outer.feature-outer .co-bottom h4{
	text-align:left;
}
.idx-abt-sec .blog-outer.feature-outer:hover:before{
	 opacity:0;
    transform: scale(1);
}
.idx-abt-sec .blog-outer.feature-outer:hover:after{
	 opacity:0;
    transform: scale(1);
}
.idx-service-sec .services-heading{
	text-align:center;
}
.idx-service-sec .achi-blk{
	border-bottom:1px solid #b4c4cf;
	padding:0 0 20px !important;
}
.idx-service-sec .achi-blk h2{
	font-size:50px !important;
	line-height:60px;
	color:#81b84d;
	font-weight:700;
	margin-bottom:0px !important;
}

.idx-service-sec .achi-blk h4{
	color:#083d5f;
	font-size:20px !important;
	line-height:27px;
	font-weight:700;
}


.idx-service-sec .blog-outer .co-top{
	position: relative;
    overflow: hidden;
}
.idx-service-sec .blog-outer .co-top img{
	max-width:100%;
	padding:0 !important;
}
.idx-service-sec .blog-outer .co-bottom{
	padding: 0px 15px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.idx-service-sec .blog-outer .co-bottom h4{
	font-size:18px !important;
	line-height:27px;
	color:#1c4075 !important;
	font-weight:800;
	margin-bottom:10px !important;
}
.idx-service-sec .blog-outer:hover .co-bottom h4{
	color:#004161 !important;
}
.idx-service-sec .blog-outer .co-bottom p{
	font-size:14px;
	line-height:24px;
	color:#888;
	font-weight:400;
}
.idx-req-blk{
	padding:80px 0 60px;
	position:relative;
	background:#2b6488 url(../design_img/request-a-call-back.html) no-repeat center center;
	background-size: cover;
    position: relative;
}
.idx-benefits-sec{
	padding:60px 0 !important;
	position:relative;
}
.idx-benefits-sec .idx-heading{
	margin:0px 0 20px !important;
	text-align:center;
	
}
.idx-benefits-sec .feature-outer{
	margin: 0px 12px 10px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden !important;
    padding: 20px 15px 10px !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-benefits-sec .feature-outer:before{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    border-top: 3px solid #ea526c;
    border-bottom: 3px solid #ea526c;
    transform: scale(0, 1);
}
.idx-benefits-sec .feature-outer:after{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    border-left: 3px solid #ea526c;
    border-right: 3px solid #ea526c;
    transform: scale(1, 0);
}
.idx-benefits-sec .feature-outer:hover:before, .idx-benefits-sec .feature-outer:hover:after{
	opacity: 1;
    transform: scale(1);
}
.idx-benefits-sec .feature-outer .co-top{
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto 10px;
	background: linear-gradient(90deg, #17b1ab 0%, #0f7c87 80%);
}
.idx-benefits-sec .feature-outer .co-top img{
	max-width:100%;
	padding:15px;
}
.idx-benefits-sec .feature-outer h4{
	font-size:20px !important;
	line-height:27px;
	font-weight:600;
	margin-bottom:10px !important;
	color:#ea526c;
	text-align:center;
}



.idx-score-sec{
	background:#f6f6f6;
	padding:50px 0;
	position:relative;
}
.idx-score-sec .achiev-block {
    width: calc(100% - 30px);
    display: block;
    vertical-align: top;
    background: url(../design_img/experience-bg.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    margin: 0 auto 0px;
    padding: 22px 40px;
}
.idx-score-sec .achiev-block.trust-client {
    width: calc(100% - 30px);
    display: block;
    vertical-align: top;
    background: url(../design_img/trusted-clients.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    margin: 0 auto 0px;
    padding: 22px 40px;
}
.idx-score-sec .achiev-block.pro-ser {
    width: calc(100% - 30px);
    display: block;
    vertical-align: top;
    background: url(../design_img/professional-services.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    margin: 0 auto 0px;
    padding: 22px 40px;
}
.idx-score-sec .achiev-block .h-icon {
    width: 80px;
    height:80px;
    margin: 0 0 10px !important;
}
.idx-score-sec .achiev-block .h-icon img{
	max-width:100%;
}
.idx-score-sec .achiev-block h2 {
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px !important;
	font-family: 'Mulish', sans-serif;
}
.idx-score-sec .achiev-block h2 span.last{
	font-size:20px !important;
	line-height:27px !important;
	
}
.idx-score-sec .achiev-block h4{
	 font-size: 14px !important;
    line-height: 24px !important;
    font-weight:500;
	text-transform:uppercase;
    color: #fff;
	 font-family: 'Mulish', sans-serif;
	 letter-spacing:1.3px;
}
.brd-rgt{
	border-right:1px solid rgba(255,255,255,0.3);
}

.idx-partner{
	padding:60px 0;
	position:relative;
	background:#FFF;
}
.idx-partner .tech-logo{
	margin:0 auto;
}
.idx-partner .tech-logo img{
	max-width:100%;
	margin:0 auto;
}
/* Inner Page Start */
.idx-abt-sec.inn-abt h4{
	 color: #ea526c;
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    position: relative;
    font-family: "Merriweather", serif;
}
.idx-abt-sec.inn-abt ul.mylist li{
	font-size: 15px !important;
    line-height: 28px;
    color: #232323;
    text-indent: -25px;
}
.idx-abt-sec.inn-abt ul.mylist li:before{
	    content: "\f013";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #ea526c;
    font-size: 15px;
}
.idx-abt-sec.inn-service-sec .blog-outer.feature-outer {
   position:relative;
   margin-bottom:30px;
   margin:0;
   background:transparent;
}
.idx-abt-sec.inn-service-sec .blog-outer.feature-outer img{
	max-width:100%;
}
.idx-abt-sec.inn-service-sec .card-dright h4{
	font-size:20px !important;
	line-height:27px;
	font-weight:600;
	margin-bottom:10px !important;
	color:#ea526c;
}
.idx-abt-sec.inn-service-sec .card-dright p{
	font-size: 16px !important;
    line-height: 25px;
    color: #232323;
    text-align: justify;
    font-weight: 400;
}




/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}

/* INNER_CONTACT_PAGE */
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}
.inner-contact-sec .main-head{
	margin-bottom:30px !important;
	text-align:center;
}
.inner-contact-sec .cont-form-outer .main-head{
	text-align:left;
}
.inner-contact-sec .contact-info {
	width: 100%;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 18px 15px;
    min-height: 150px;
}

.sec-row{
	margin-top:40px !important;
}

.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ea526c;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #666 !important;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.inner-contact-sec .contact-info .contact-text p {
	font-size: 14px !important;
    line-height: 26px !important;
    color: #0d264b;
    font-weight: 400;
    text-align: left;
	margin-bottom:0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
	font-weight: 600;
}


.inner-contact-sec .contact-left {
	padding-left: 30px;
}

.map-box {
	width: 100% !important;
	height: 400px;
}

.inner-contact-sec .social-nav {
	float: left;
	margin: 10px 0;
}

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

.inner-contact-sec .social-nav li {
	float: left;
	padding-right: 10px !important;
}

.inner-contact-sec .idx-btn {
	width: 150px;
	text-align: center;
	border: 0px !important;
	padding: 12px 15px !important;
	background: #ea526c;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 600;
	border-radius:8px !important;
}

.inner-contact-sec .idx-btn:hover {
	background: #696969;
}

.inner-contact-sec .form-group {
	margin-bottom: 25px !important;
}

.inner-contact-sec .form-group .form-control {
	padding: 12px 12px !important;
	background: #f2f3f4;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	font-weight: 400;
}

.inner-contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #ff8400 !important;
	color: #454545;
}
.inner-contact-sec .main-head span {
	display: block;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0px;
	color:#ff8400;
}
.map-box{
	width:100%;
	height:505px;
}

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

.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.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;
}
/*@-moz-document url-prefix() {
   .form-group select.form-control {
	   padding: 7px 20px 7px 4px;
   }
}*/
.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:#ffa34a;
color:#ffa34a
}
.form-group textarea.form-control {
resize:none;
}






/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.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;
}
 /*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.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:#ffa34a;
	color:#ffa34a
}
.form-group textarea.form-control {
	resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
	background: linear-gradient(90deg, #0a9cb6 0%, #0f7c87 80%);
	position: relative
}

footer .footer-bar p{
	
}

/**/
footer .logo {
	width: 150px;
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 25px;
}

footer .logo img {
	max-width: 100%;
}
footer .logo2 {
	width: 150px;
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 25px;
	margin-left:20px !important;
}

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

/**/
footer p {
	color: #fff;
	font-size:14px !important;
	line-height:25px;
	font-weight:400;
	
}

footer p a {
	color: #f8af3d !important
}

footer h2 {
	text-align: left;
    color: #fff;
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px !important;
    text-transform: capitalize;
    position: relative;
    font-family: "Merriweather", serif;
}

footer h2:before {
	content: '';
	border-top: 2px solid  #ffe300 !important;
	width: 30px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 2
}

footer .footer-bar .banker-block {}

footer .footer-bar .banker-block img {
	max-width: 150px;
	background: #fff;
	padding: 5px 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

footer .footer-bar .banker-block p {
	font-size: 13px !important;
}


footer .footer-bar {
	margin: 70px 0 40px 0;
}

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

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 25px;
	font-size:15px !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

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

footer .site-nav ul a {
	font-size: 15px;
	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 nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 20px 0px !important;
}

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

footer .nav-menu ul a {
	display: block;
	font-size: 14px !important;
	line-height:25px;
	color: #fff !important;
}

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

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

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

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

footer .social-nav li a img {
	width: 25px;
}

footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .down-app2 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .qr-blk{
	position:relative;
	margin-bottom:30px !important;
}
footer .qr-blk img{
	max-width:150px;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

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

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

footer .sm-gape {
	margin-top: 20px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #ea566d;
    padding: 15px 0 10px !important;
}

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

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #ffe300 !important;
	font-weight: 600;
}

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

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

/**/
footer .go-top {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
	z-index: 9;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

footer .go-top img {
	filter: brightness(0) invert(0);
	display: block;
	margin: 13px auto 0;
	position: relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

/* */

/* Footer Social Icon*/
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 15px;
	z-index: 9999;

}

.footer-social-icon .social-chat-msg {
	width: 125px;
	display: inline-block;

}

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

.footer-social-icon .social-chat-msg p {
	font-size: 17px !important;
	line-height: 24px;
	color: #0566c7 !important;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

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

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

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

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

.whats-mobile {
	display: none;
}

footer .call-social-icon {
	position: fixed;
	bottom: 20px;
	left: 92px;
	z-index: 9999;
}

footer .call-social-icon .social-chat-icon a img {
	max-width: 65px;
}






/* jump*/
@-webkit-keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}

@keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}

/* Custom menu bar width for large screens */
@media (min-width: 1430px) {
    .menu-bar .container {
        width: 1400px;
        max-width: 1400px;
    }
}