/*********************************************************************************
common styles
***************/
body {
	color:#333!important;
	font-family: 'Poppins', sans-serif!important;
	font-size:13px!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:#fc910f
}
.text-blue {
	color:#0072b8
}
.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-pr {
	padding: 7px 15px !important;
	color:#fff;
	border-radius:3px!important;
	margin:0 3px;
}
/**/
.btn-top-bar {
	padding:15px 0;
}
.btn-top-bar .btn-gr {
	display:table;
	margin:auto
}
.btn-top-bar .btn {
	color:#fff!important;
}
/**/
.btn-blue {
	background: #0072b8;
}
.btn-orange {
	background: #fc910f;
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
	position: absolute;
	width: 100%;
	z-index: 99;
}  
 
/* logo bar */

header .logo-bar {
	padding:35px 0 0;
}
header .logo-fixed-bar {
	background:rgba(255, 255, 255, 0.97);
	padding:10px 0 10px;
	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: 65%;
}
header .logo-fixed-bar .nav-bar {
	margin-top:5px;
}
header .logo {
	display: block;
	position: absolute;
	top:-15px;
	z-index:99;
}
header .logo img {
	max-width:95%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* nav bar */
header .nav-bar {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*site nav*/
header .site-nav {
	float:right;
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative
}
section.slider #home-slider-mob{
	display: none;
}
section.slider .slide-down {
	width:100%;
	position: absolute;
	bottom:40px;
	left:0;
	z-index:9;
	cursor:pointer;
}
section.slider .slide-down p {
	text-transform:uppercase;
	font-size:12px!important;
	letter-spacing:2px;
	margin-top:12px!important;
}
section.slider .slide-down a {
	width: 45px;
	height: 45px;
	border: 1px solid #666;
	border-radius: 100%;
	display:block;
	float:left;
	margin-right:15px
}
section.slider .slide-down a img {
	display:block;
	margin:15px auto 0;
	position:relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	line-height:35px!important;
	color:#613a91;
	margin-bottom: 15px !important; 
	font-weight:700;  
}
.main-head strong {
	color:#000
}
.main-head span {
	font-size:16px!important;
	font-weight:400;  
	color:#666
}
.main-head span.brdr {
	background: #1089cb;
	width:50px;
	height:1px; 
	float:left;
	margin:21px 10px 0 0;
}
/*sub heading*/
.sub-head{
	margin-bottom: 15px !important;font-weight:600;  
}
 
/* home web col bar  */
.home-web-col-bar {
	background: #fff;
}
.home-web-col-bar .home-web-col-container {
	border-top:1px solid #eee;
	padding: 60px 0px;
}
.home-web-text-col {
	padding:20px 0px 10px 30px!important;
}
.home-web-text-col p {
	text-align:justify
}
/**/
.home-web-col {
	display:block;
	padding:20px !important;
	text-align: center;
	border-radius: 10px;
	-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 h4 {
	font-size:17px;
	font-weight:600; 
	text-transform:uppercase;
	margin:20px 0 10px !important
}
.home-web-col p {
	color:#666; 
	font-size:13px!important; 
}
.home-web-col .h-icon {
	width:70px;
	height:70px;
	margin: 0 auto;
	color:#999;
}
.home-web-col .h-icon img {
	max-width:100%;
}
.home-web-col.active {
	background:linear-gradient(45deg, #584498 35%, #1075cb 100%)
}
.home-web-col.active h4 {
	color:#fff;
}
.home-web-col.active p {
	color:#fff;
}
.home-web-col.active .h-icon img {
	filter: brightness(0) invert(1) ;
}
/*home abt bar */
.home-abt-bar {
	background:linear-gradient(280deg, #f8f6ff 25%, #f8fcff 50%);
	padding: 60px 0px;
} 
.home-abt-bar .h-brdr {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 20px 0 20px;
}
.home-abt-bar img {
	max-width:100%;border-radius: 10px;
}
.home-abt-bar p {
	text-align:justify;
	font-size:15px!important;
}
/*home price bar */
.home-price-bar {
	background:#fff;
	padding: 80px 0px 80px;
	text-align: center;	  
} 
.home-price-bar h1{
	font-weight: 700; color: #613a91;
}
.home-price-bar h1 span{
	font-size: 19px;
	font-weight: 500;
	color: #666;
	display: block;
	margin-top: 12px;
}
/*home enq bar*/
.home-enq-bar {
	background:linear-gradient(45deg, #584498 35%, #1075cb 100%);
	padding: 60px 0px;
}
.home-enq-bar .main-head{margin-top: 40px!important;}
.home-enq-bar .main-head, .home-enq-bar .main-head span {
	color:#fff;
} 
.home-enq-bar p {
	text-align:justify;
	color:#fff;
}
.home-enq-bar .cont-list ul {
	list-style:none;
	margin-top: 40px !important;    margin-left: 31px !important;
}
.home-enq-bar .cont-list ul li {
	line-height: 24px;
	margin-bottom: 10px !important; 
	text-indent: -15px;
}
.home-enq-bar .cont-list ul a {
	display:block;
	color:#fff!important;
}
.home-enq-bar .cont-list ul a i {
margin-right: 10px;	 
	font-size: 15px;
}
.home-enq-bar .cont-list ul a span {
 
}
/* enq form */
.enq-form {
	background:rgb(10 63 120);
	padding:50px 30px 30px; border-radius: 10px;
}
.enq-form .main-head {
	color:#fff;
	margin-bottom:30px!important
}
.enq-form label {
	color:#fff;
	margin-bottom: 0;
}
.enq-form .form-control {
	border:0px;
	background:none;
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
	padding:2px 0!important;
	color:#fff;
	font-size:17px;
}
.enq-form .form-control:focus {
	border-color:#000!important;
}
.enq-form .btn-submit, .enq-form .btn-submit:hover {
	background: url(../design_img/btn-send.png) no-repeat center top!important;
	width:50px;
	height:50px;
	background-size:contain!important;
	margin-top:20px;
	border:0
}
/**/
section.contents .content-bar {
	padding:40px 0 60px;
	overflow:hidden;
}
section.contents .content-bar .head-4 {
	color:#0072b8;
	margin-bottom:5px!Important;
	margin-top:20px!Important
}
/* page banner*/
.banner-bar {
	background:#0072b8 url(../design_img/banner-back.jpg) no-repeat center bottom;
	background-size:cover;
	padding:250px 0 80px;
}
.banner-bar .banner-content {
}

.banner-bar .banner-content h1 {
	font-weight:700;
	color: #613a91 !important;
	text-transform:capitalize;
	font-size:30px !important;
	line-height:40px;
	position:relative;
}
/*
.banner-bar .banner-content h1:before {
	content: '';
	border-top: 1px solid #0fdbfc;
	width: 30px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
} */
/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.location li {
	color:#fff!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:#333
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:15px;
	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;
}
.location li a:hover {
	color: #9a34a5 !important;
}
.location li a.active {
	color: #9a34a5 !important;
}
/**************************/

.abt-bar {
	background:#fff;
	padding:100px 0px 100px 0px!important;
	position:relative
}
.abt-bar .col-left {
	width: 40%;
	height: 100%;
	background: #32afe4;
	position: absolute;
	left: 0;
	top:0
}
.abt-bar .col-right {
	width: 40%;
	height: 100%;
	background: #fc910f;
	position: absolute;
	right: 0;
	top:0
}
.abt-bar img {
	max-width:90%;
}
/*management team*/
.mgmt-team {
	background: #0072b8;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 40px 20px 30px;
	outline: 1px solid #52ace3;
	outline-offset: -10px;
}
.mgmt-team h4 {
	margin-bottom:10px!Important;
	color:#fff
}
.mgmt-team p {
	color:#ffffffe6
}
.mgmt-team .sign {
	font-family: 'AlexBrushRegular';
	font-size: 25px;
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}
.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: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #efefef;
	border-radius: 4px;
	border-left: 5px solid #2e5ca1;
}
.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
}
/**/
.pr-bar {
	padding:20px 0 0;
}
.pr-bar .product {
	margin-bottom:30px;
}
.pr-bar .product-name {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0px !important;
	padding-bottom: 10px !important;
	font-weight: 600;
}
.pr-bar .product-price {
	display: block;
	display:none
}
.pr-bar .product-price strong {
	color: #e97e30;
}
/* accordian bar*/
.acc-bar {
}
.acc-bar .accordion-header {
	background: #e8f4f8;
	margin-top: 10px;
}
.acc-bar .accordion-header-active {
	background:#0072b8 !important
}
.acc-bar h1 {
	text-shadow: inherit!important;
	color: #333;
	font-size: 13px !important;
}
.acc-bar .accordion-header-icon::before {
 color: #4aa4c0;
}
.acc-bar .accordion-header-icon.accordion-header-icon-active::before {
 color: #fff;
}
.acc-bar .accordion-item-active .accordion-header h1 {
	color: #fff;
}
.acc-bar .accordion-content {
	padding: 20px 12px 10px 12px;
}
.acc-nav {
	list-style: none;
}
.acc-nav li {
	margin-bottom:10px!important;
}
.acc-nav li:last-child {
	margin-bottom:0px!important;
}
.acc-nav li a {
	padding: 10px 15px;
	background: #e8f4f8;
	border: 1px solid #8ccfe4;
	width: 100%;
	display: block;
}
.acc-nav li a:hover {
	background: #fff;
}
/*tab top*/
.tab-top {
	margin-bottom:20px
}
.tab-top p {
	margin-bottom:0px!important;
	margin-top:10px!important
}
.tab-top .tab-form {
}
.tab-top .tab-form .form-group {
	margin-bottom:0!important;
	float:left;
	width:170px;
	margin-right:10px;
}
.tab-top .tab-form .form-control {
}
.tab-top .tab-form select.form-control {
	padding-bottom: 6px;
}
.tab-top .tab-form .btn-sub {
	margin: 0!important;
	padding: 8px 8px !important;
}
/*tables*/
section.contents .mytable {
	margin-bottom:0;
	table-layout:auto;
}
section.contents .mytable .cap-lg {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#0072b8;
	text-transform:uppercase;
	text-align:center;
	margin: 0 0 10px 0;
	padding: 0;
}
section.contents .mytable .cap-sm {
	text-align:center;
	font-size:14px;
	margin: 0 0 12px 0;
	padding: 0;
}
section.contents .mytable th {
	background:#0072b8;
	border-bottom-width:1px;
	border-color:#f2f2f2;
	color:#fff;
	font-weight:500;
	vertical-align:middle!important;
	font-size:14px;
	text-transform:uppercase;
	padding:11px;
	white-space:nowrap
}
section.contents .mytable td {
	vertical-align:middle!important;
	padding:11px;
	border-color:#f2f2f2;
	white-space:nowrap
}
section.contents .mytable tr:nth-child(even) {
background:#f2f2f2;
}
/**/
.opp-bar {
}
.opp-bar p {
	text-align:justify
}
.opp-bar .opp-top {
	background:#d6fbff;
	padding:40px 0;
	margin-top:30px;
}
.opp-bar .opp-top h3 {
	text-align:center;
	margin-bottom:15px!important;
	text-transform:uppercase;
	color: #fc6b0f;
}
.opp-bar .opp-top p {
	text-align:center;
	max-width:800px;
	margin:auto!important;
}
.opp-bar .opp-middle {
	padding:40px 0 20px;
}
.opp-bar .opp-middle h3 {
	text-align:center;
	margin-bottom:45px!important;
	text-transform:uppercase;
	color: #fc6b0f;
}
.opp-bar .opp-middle .opp-inc-col {
	margin-bottom:20px;
}
.opp-bar .opp-middle .opp-inc {
	width:170px;
	height:170px;
	margin:0 auto 15px;
	border-radius:100%;
	position:relative;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.opp-bar .opp-middle .opp-inc h1 {
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	width:100%;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translateY(-50%);
}
.opp-bar .opp-middle .opp-inc h1 sup {
	font-size:20px;
	top: -2px;
	margin-left:4px;
}
.opp-bar .opp-middle h5 {
	text-transform:uppercase;
	line-height:25px;
	text-align:center;
	font-weight:600;
	color: #666;
}
.opp-bar .opp-middle .opp-inc-col:hover .opp-inc {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	transform:scale(1.05);
}
.opp-bar .opp-bottom {
	background:#fef9e6;
	padding:40px 0;
	margin-top:30px;
}
.opp-bar .opp-bottom h2 {
	text-align:center;
	margin-bottom:35px!important;
	text-transform:uppercase;
	color: #000;
}
.opp-bar .opp-bottom h4 {
	text-transform:uppercase;
	padding:15px 20px !important;
	background:#009ab5;
	margin-bottom:20px!important;
	color:#fff;
	border-radius:25px;
}
/* Policy Pages */

.policy-sec h4{
	font-weight: 700;
    color: #613a91 !important;
    text-transform: capitalize;
    font-size: 24px !important;
    line-height: 32px;
    position: relative;
	margin-bottom:10px !important;
}
.policy-sec p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
	font-weight:400;
	text-align:justify;
}
/* news bar*/
.news-bar {
}
.news-bar h4 {
	margin-bottom:10px!important;
	color:#fc910f;
}
/* download col*/
/* .download-col {
	margin-top:15px;
	text-align: center;
	background:#ff9913;
	padding:20px;
	display:block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.download-col p {
	margin: 15px 0px 0px!important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #fff;
	text-transform:uppercase
}
.download-col img {
	margin:auto;
	width:60px;
}
.download-col:hover {
	transform:scale(1.08)
}*/
 .download-col {
	margin-top:15px;
	text-align: center;
	background:#f2f2f2;
	padding:10px;
	display:block; 
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.download-col p {
	margin: 5px 0px 5px!important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #0072b8;
	text-transform:uppercase
}
.download-col .download-pic{
	height:220px;
}
.download-col .download-pic img {
	max-height:100%;
	max-width:100%;
	margin:auto;
}
.download-col:hover {
	transform:scale(1.08)
}
/*joining process*/
 .step-process {
	padding:15px 0 !important;
	color:#444 !important;
	font-size:15px;
}
.step-process h3 {
	font-size:55px;
	line-height:30px;
	color:#ff9913;
	text-align:left;
	text-transform:capitalize;
	position:relative;
	font-weight:600;
	margin-top:80px!important;
	margin-bottom:40px!important;
}
.step-process h3:after {
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background:#0072b8;
	top:50px;
	left:0;
}
.step-process p {
	margin:20px 0 !important;
	font-size:16px !important;
	line-height:30px;
	text-align:left;
}
.step-process p span {
	cursor:pointer;
	color:#0072b8;
}
.step-process img.login-btn {
	width:100px;
} 


/* order form */
.order-form {
	width:100%;
	max-width:800px;
	height:auto;
	padding:20px 20px 20px;
	border:1px solid;
	background:#fff;
	margin:auto;
}
.order-form img {
	max-width:100%;
}
.order-form .order-header {
}
.order-form .order-header .logo {
	max-width:140px;
	margin-top:12px;
}
.order-form .order-header p {
	font-size:12px!important;
	color:#666;
	line-height:20px;
}
.order-form .order-header p strong {
}
.order-form .order-header h4 {
	text-align:center;
	background:#fff;
	color:#333;
	border-top:1px solid #333;
	border-bottom:2px solid #333;
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
	padding:8px 0px!Important;
	margin:5px 0 15px!important;
}
.order-form .order-middle {
}
.order-form .order-middle p {
	margin-bottom:0!important;
	font-size:12px!important;
	color:#444;
}
.order-form .order-middle p strong {
	color:#0072b8;
	font-weight:600
}
.order-form .order-middle span.txt-head {
	float:left;
	margin-right:10px;
}
.order-form .order-middle span.txt-fill {
	display:grid;
	border-bottom: 1px solid #666;
	color:#666;
	height: 20px;
}
.order-form .order-middle span.txt-box {
	margin-top:5px;
	border:1px solid;
	width:20px;
	height:12px;
	display:inline-block;
}
.order-form .order-middle p.note {
	margin-top:5px!important;
}
.order-form .order-middle .table {
	font-size: 12px !important;
	margin-top:10px;
}
.order-form .order-middle .table th {
	border:1px solid #333;
	border-top:1px solid #333!important;
	font-weight:600;
	padding:2px 5px;
	background:#f2f2f2;
}
.order-form .order-middle .table td {
	border:1px solid #333;
	padding:1px 5px;
}
.order-form .order-middle p.remark {
	display:table;
	margin:auto!important;
	text-align:center;
	border:1px solid #000;
	padding:0px 5px!Important
}
 @media print {
 @page {
 size: A4!important;
 margin:3mm;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
.order-form {
	padding:10px 15px!important;
	border:0px!important;
}
.order-form .order-header .logo {
	max-width:140px!important;
	margin-top:12px!important;
}
.order-form .order-header p {
	font-size:12px!important;
	color:#666!important;
	line-height:20px!important;
}
.order-form .order-middle .table {
	font-size: 12px !important;
	margin-top:10px!important;
}
.order-form .order-middle .table th {
	border:1px solid #333!important;
	border-top:1px solid #333!important;
	font-weight:600!important;
	padding:2px 5px!important;
	background:#f2f2f2!important;
}
.order-form .order-middle .table td {
	border:1px solid #333!important;
	padding:1px 5px!important;
}
.order-form .order-middle p {
	color:#444!important;
}
.order-form .order-middle p strong {
	color: #0072b8!important;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float:left!important
}
.col-sm-12 {
	width:100%!important
}
.col-sm-11 {
	width:91.66666667%!important
}
.col-sm-10 {
	width:83.33333333%!important
}
.col-sm-9 {
	width:75%!important
}
.col-sm-8 {
	width:66.66666667%!important
}
.col-sm-7 {
	width:58.33333333%!important
}
.col-sm-6 {
	width:50%!important
}
.col-sm-5 {
	width:41.66666667%!important
}
.col-sm-4 {
	width:33.33333333%!important
}
.col-sm-3 {
	width:25%!important
}
.col-sm-2 {
	width:16.66666667%!important
}
.col-sm-1 {
	width:8.33333333%!important
}
}
/* */
.contact-bar {
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-top:10px;
	clear: both;
	display: table;
	width: 100%;
}
.contact-bar .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	padding-top: 17px;
	margin: 0 15px 15px 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
	background:#0072b8;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#666;
	font-size:14px;
	text-align:left;
	float:left;
	width: calc(100% - 80px);
}
.contact-bar .inner-box .text h4 {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-bottom:2px!important
}
.contact-bar .inner-box .text a {
	color:#666!important;
}
.contact-bar iframe {
	width: 100%;
	height: 420px;
}
/*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:262px;
	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%;
}
/*********************************************************************************
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:-20px;
	margin: 5px 0 !important;
}
ul.mylist li:before {
	content: "\f111";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	font-size:8px !important;
	color:#757575;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#666;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.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: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(50deg, #f8f6ff 25%, #f8fcff 50%);;
	position:relative
}
/**/
footer .logo {
	width:120px;
	display:block;
	margin: 0 auto 20px;
}
footer .logo img {
	max-width:100%;
}
/**/
footer p {
	color:#666;
}
footer p a {
	color:#1089cb !important
}
footer h2 {
	text-align:center;
	color: #613a91;
	font-size: 18px!important;
	font-weight:600;
	margin-bottom:20px!important;
	text-transform: capitalize; 
}
footer h2:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	width: 30px;
	height: 2px;
	background: #1089cb;
	 
}
footer .footer-bar {
	margin:65px 0 20px 0;
} 
/* Social nav */
footer .social-nav ul {
    list-style: none;
	display: table; margin: auto!important;    
}
footer .social-nav li {
    float:left;
    margin:0 4px!important
}

footer .social-nav li a { }
 
footer .social-nav li a .fa {
 color:#fff!important;
 width:30px;
 height:30px;
 line-height:30px;
 text-align:center; 
 border-radius:25px;
 vertical-align:middle; 
 font-size: 15px;
 -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-facebook {
    background: #3b5a9a;
}
footer .social-nav li a .fa-instagram {
    background: linear-gradient(255deg, #6c23e1 0%, #e94eb2 80%);
}
footer .social-nav li a .fa-x-twitter {
    background: #1e3050; 
}
footer .social-nav li a .fa-x-twitter:before {
    content: url(../design_img/icon-x-twitter.png); 
    vertical-align: -5px;
}
footer .social-nav li a .fa-linkedin {
    background: #068ed7;
}
footer .social-nav li a .fa-youtube-play {
    background: #cb0505;
}

footer .social-nav li a:hover .fa{ 
 background: #00074d;
} 
/*footer bar bottom*/
footer .footer-bar-bottom {
    background: #ffffff82;
	border-top: 1px solid #e9f3fb;
    padding: 20px 0 20px!important;
}
footer .footer-bar-bottom .copy {
	margin-bottom:0px!important;
	text-align:left;
}
footer .footer-bar-bottom .co-name {
	margin-right:5px;
	color:#613a91;
}
footer .footer-bar-bottom .designer {
	margin-bottom:0px!important;
	text-align:right;
	font-size:13px!important;
}
footer .footer-bar-bottom .designer a {
	color: #0072b8!important;
}
footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}


footer .site-nav ul {
    list-style: none;
    margin: 30px auto 0!important;
    display: table; 
}
footer .site-nav ul li{
	display:inline-block;
	float:none;
	margin:0px auto  0px !important;
	padding:0 20px !important;
	border-right:1px solid #ddd;
}
footer .site-nav ul li:last-child{
	border:none;
	padding-right:0 !important;
}
footer .site-nav ul a {
    display: block;
    color: #083d59 !important;
    font-size: 13px;
	line-height:14px;
    font-weight: 400;
    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;
}
footer .site-nav ul a:hover{
	color: #a133a2 !important;
}
/**/
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 #e9f3fb;
	border-radius: 100%;
}
footer .go-top img {
	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);
}
/* 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
}
}

 