/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif !important;
	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: 13px !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 {
	position: relative;
	z-index: 99;
}

header .top-bar {
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	border: 1px solid #eee;
}

/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0 0px
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 20px;
	color: #666 !important;
	border-left: 1px solid #ccc;
	-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 a img {
	margin-right: 10px;
	width: 20px;
}

header .cont-nav ul li:first-child a {
	padding-left: 0;
	border: 0;
}

header .cont-nav ul a span.cont-text.text {
	margin-left: 34px;
}

header .cont-nav ul a:hover {}

/*social links*/
header .social-nav {
	float: right;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header .social-nav li a {}

header .social-nav li a .fa {
	color: #222 !important;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: 5px;
	font-size: 14px
}

header .social-nav li a:hover .fa {
	color: #fdc30a !important;
}

/*logo bar*/
header .logo-bar {
	background: #fff;
	border-top: 5px #222 solid;
}

header .logo-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header .logo-fixed-bar .top-bar {
	display: none
}

header .logo-fixed-bar img {
	margin: 2px 0 !important;
}

header .logo-fixed-bar .site-nav {
	margin: 13px 0 !important;
}

header .logo {
	display: block;
}

header .logo img {
	max-width: 95%;
	margin: 6px 0 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;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
	float: right;
	margin: 18px 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;
}

header .mobile-whatup {
	display: none;
}

/*********************************************************************************
section styles
***************/
section.slider {
	top: -25px;
	position: relative;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	text-align: left;
	line-height: 38px !important;
	font-weight: 600;
	font-size: 30px;
	color: #3a5da8;
}

.main-head span {
	font-size: 14px !important;
	font-weight: 400;
	color: #666;
	text-transform: none;
	display: block;
}

.main-head span.brdr {
	background: #3a5da8;
	height: 2px;
	display: block;
	width: 50px;
}

.main-head span.brdr img {
	width: 32px;
	height: 41px;
	margin: auto;
	margin-top: -27px
}

/**/
.home-abt-bar {
	background: #fff;
	padding: 50px 0px 50px 0px !important;
}

.home-abt-bar .main-head {
	margin-bottom: 15px !important
}

.home-abt-bar img {
	max-width: 98%;
}

.home-abt-bar p {
	text-align: justify;
}

.home-abt-bar .btn-more {
	overflow: hidden;
	display: inline-block;
	color: #222 !important;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding: 10px 0px !important;
	width: 90px;
	display: block !important;
	border-bottom: 2px solid #ffd872;
	font-weight: 600;
	letter-spacing: 1px;
}

.home-abt-bar .btn-more span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.home-abt-bar .btn-more span::before {
	position: absolute;
	right: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #fdc30a;
	width: 100%;
}

.home-abt-bar .btn-more:hover {
	padding: 10px 0px !important;
	background: #fff !important;
}

.home-abt-bar .btn-more:hover span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

/**/
.home-web-col-bar {
	background: #009fe3 url(../design_img/home-back-1.jpg) left top;
	background-size: cover;
}

.idx-quality {
	margin-top: 15px;
}

.home-web-col-bar .main-head {
	color: #222
}

.home-web-col-bar img {
	max-width: 100%;
}

.home-web-col-bar .home-web-col-main {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 60px
}

.home-web-col {
	display: block;
	position: relative;
	padding: 5px 20px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.home-web-col:nth-child(2),
.home-web-col:nth-child(4) {
	border-right: 0
}

.home-web-col:nth-child(3),
.home-web-col:nth-child(4) {
	border-bottom: 0
}

.home-web-col h4 {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	text-align: center;
	line-height: 23px;
	margin: 20px 0 10px !important;
}

.home-web-col .h-icon {
	width: 65px;
	height: 65px;
	margin: auto;
}

.home-web-col .h-icon img {
	max-width: 100%;
}

/**/
.product-slide-bar {
	background: #fff;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.product-slide-bar .main-head {
	text-align: center;
}

.product-slide-bar #OurProducts {
	padding: 30px 0;
	width: 1000px;
	margin: auto;
}

.product-slide-bar .product {
	margin-left: 90px;
}

.product-slide-bar .product .product-pic {
	position: relative;
	width: 650px;
	background: eee;
}

.product-slide-bar .product .product-pic img {
	max-width: 100%;
}

.product-slide-bar .product .product-txt {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: calc(100% - 140px);
	width: 300px;
	background: #fdc30a;
	padding: 30px;
}

.product-slide-bar .product .product-txt h4 {
	margin-bottom: 15px !important;
	font-weight: 600;
}

.product-slide-bar .product .product-txt ul.mylist {
	margin: 0 0 15px 16px !important;
	font-size: 13px;
}

.product-slide-bar .product .product-txt ul.mylist li {
	text-indent: -16px;
}

.product-slide-bar .product .product-txt ul.mylist li::before {
	content: "-";
	color: #000;
}

.product-slide-bar .product .product-txt a {
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding: 5px 0;
}

/**/

section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #333 url(../design_img/InnerBanner.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px;
	margin-top: -25px;
}

.banner-bar .banner-content {
	text-align: center;
}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	font-size: 35px !important;
	line-height: 45px;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0 auto !important;
}

.location li {
	color: #F6f6f6 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	font-size: 16px !important;
	line-height: 24px;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '\f178 ';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 10px;
	color: #FFF;
	margin-top: 3px;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #999 !important;
	font-size: 13px;
	-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: #fdc30a !important;
}

.location li a.active {
	color: #FFF !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: #0072b8;
	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: #fdc30a;
	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: #0072b8;
	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-our-presence-sec {
	padding: 60px 0;
}

.idx-our-presence-sec .main-head{
	font-size:45px !important;
	line-height:55px !important;
	font-weight: 600;
	margin-bottom:30px !important;
}

.idx-our-presence-sec .fea-blk {
	margin-top: 40px;
	text-align: center !important;
	text-align: center;
    padding: 20px 15px;
    border: 1px solid #e5e5e5;
    min-height: 340px;
}

.idx-our-presence-sec .rb-spinners {
	text-align: center;
	margin-top: 30px;
}
.idx-our-presence-sec .rb-spinners img{
	width: 20%;
}
.idx-our-presence-sec .fea-blk .h-icon {
	text-align: center;
	width: 170px;
	margin: 0 auto;
}

.idx-our-presence-sec .fea-blk img {
	width: 70%;
}

.idx-our-presence-sec .fea-blk h4 {
	line-height: 32px !important;
	font-weight: 600;
	font-size: 25px !important;
	color: #3a5da8;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px !important;
}

.idx-our-presence-sec .fea-blk p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333 !important;
	text-align: center;
	margin-top: 10px;
}
/*  */


.legal-bar {
	padding: 80px 0;
	position: relative;
}

.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;
	background: #FFF;
}

.legal .product:hover {
	background: #FFF;
}

.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;
}


.legal .product {
	margin: 0 10px 30px;
}

.legal.last-row .product {
	margin: 0 10px 0px;
}

.legal .product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.legal .product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.legal .product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.legal .product-pic {}

.legal .product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.legal .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -56px;
	margin-left: -25px;
	background: none;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.legal .product-btn a.cart {
	background: #666;
	top: 30px;
	opacity: 0;
}

.legal .product-btn a.view {
	background: #fdc30a;
	bottom: 50px;
	opacity: 0;
}

.legal .product-btn a:hover {
	background: #fff !important;
	border-color: #FFF !important;
	color: #fdc30a !important
}
.product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px !important;
	margin: 10px 6px 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}


.product-name a {
	color: #333 !important;
}

.product-name span {
	color: #999
}

.product-price {
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	display: none
}

.product-price .price-before {
	color: #999;
	text-decoration: line-through;
	font-size: 17px;
}

.product-price .price-now {
	font-weight: 600;
	color: #1393dd;
	margin: 0 5px;
	font-size: 17px;
}



.legal .product-container:hover .product-back {
	visibility: visible;
	opacity: 0.2;
	top: 0;
	bottom: 0%;
}

.legal .product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.legal .product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}
/*  */
.idx-sector-sec{
	padding:70px 0;
	position:relative;
}
.idx-sector-sec .sector-left{
	margin-top:10px;
}
.idx-sector-sec .client-sector-outer{
	margin:10px 15px;
}
.idx-sector-sec .client-sector-outer .client-blk{
	padding:20px 10px;
	position:relative;
	min-height:120px;
	background:#fff;
	border-radius:10px;
	text-align:center;
	box-shadow:  2px 0px 9px 4px rgba(0,0,0,0.10);
	-webkit-box-shadow:  2px 0px 9px 4px rgba(0,0,0,0.10);
	-moz-box-shadow:  2px 0px 9px 4px rgba(0,0,0,0.10);
	   /* -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); */
	
}
.idx-sector-sec .client-sector-outer .client-blk img{
	max-width:100%;
}
.idx-sector-sec .client-sector-outer .client-blk h4{
	font-size:20px !important;
	line-height:27px;
	color:#083d5f;
	font-weight:700;
	margin-bottom:0 !important;
	margin-top:10px !important;
}

.idx-sector-sec .client-sector-outer:hover .client-blk h4{
	color:#FFF;
		}
.idx-sector-sec .product-heading.company{
	margin-bottom: 30px;
}
.product-heading.company p{
	font-size: 18px !important;
    line-height: 24px;
    color: #747474 !important;
}
/*********************************************************************************
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;
}

/*********************************************************************************
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: #fdc30a !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: url(../design_img/footer-back.jpg) no-repeat center top #284179;
	background-size: cover;
}

footer .footer-bar {
	padding: 60px 0 30px 0;
}

footer p {
	color: #fff;
}

footer p a {
	color: #ffd872 !important
}

footer h4 {
	text-align: left;
	color: #fff;
	font-family: 'Teko', sans-serif !important;
	font-size: 20px !important;
	font-weight: 600;
	margin-bottom: 30px !important;
	text-transform: capitalize;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
	margin-left: 25px !important;
}

footer .site-nav ul li {
	line-height: 25px;
	color: #eee !important;
	margin-bottom: 10px !important;
	text-indent: -20px;
}

footer .site-nav ul li i {
	margin-right: -5px;
	color: #fdc30a !important;
	/* background: #2d2d2d; */
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 6px;
	border-radius: 2px;
}

footer .site-nav ul a {
	color: #eee !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 30px 15px !important;
}

footer .nav-menu ul li {
	line-height: 28px;
	display: block;
	text-indent: -15px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	color: #eee !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;
}

footer .nav-menu ul a:before {
	font-family: 'FontAwesome';
	color: #fdc30a;
	margin-right: 10px;
	content: '\f105  ';
	font-weight: normal;
	font-size: 15px;
}

footer .nav-menu ul a:hover {
	color: #fdc30a !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #0075ad;
	color: #eee;
	padding: 20px !important;
	margin-bottom: 40px;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: left;
}

footer .footer-bar-bottom .co-name {
	color: #fdc30a;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
}

footer .footer-bar-bottom .designer img {
	border-radius: 100%;
}

/* top and down button*/
#goTop,
#goDown {
	box-shadow: 0 0 0 7px #fdc30a35;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	padding-top: 10px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 30px;
	-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: #fdc30a;
	z-index: 9999;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}