/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !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 {}

header .top-bar {
	background: #0097df;
	overflow: hidden;
	padding: 20px 0 0px;
}

/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0 6px;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
	color: #fff !important;
	padding: 0px 8px !important;
}

header .cont-nav ul a {
	display: block;
	/* padding: 0px 20px; */
	font-size: 14px;
	color: #fff !important;
	/* border-right: 1px solid #6875a4; */
	-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:hover {
	color: #fdec20 !important;
}

header .cont-nav>ul:nth-child(1)>li:nth-child(1) {
	padding-left: 0px !important;
}

header .cont-nav ul .fa {
	color: #fdec20;
	margin-right: 7px;
}

header .cont-nav ul a img {
	margin-right: 10px;
	width: 20px;
}

header .cont-nav ul li:last-child a {
	padding-right: 0;
	border: 0;
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*social links*/
header .social-nav {
	margin-top: -5px;
}

header .social-nav ul {
	list-style: none;
	margin-top: 0px !important;
	float: right;
}

header .social-nav li {
	float: left;
	margin-left: 10px !important;
}

header .social-nav li a {
	display: block;
	box-shadow: 0 0 0 2px #fdec20 inset;
	border-radius: 100%;
	padding: 8px;
	-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:hover {
	color: #FFF !important;
	background: #fdec20;
	box-shadow: 0 0 0 2px #fdec20 inset;
}

header .social-nav li a .fa {
	color: #0097df !important;
	background: #fff;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
}

/* header .social-nav li a:hover .fa {
	color: #FFF !important;
	background: #f5821f;
} */

/*logo bar*/
header .logo-bar {
	background: #fff;
	padding: 10px 0;
}

header .logo {
	display: block;
	padding: 6px 0 0;
	width: 190px;
}

header .logo img {
	max-width: 100%;
}

header .phone-blk {
	/* width: 100%; */
	display: block;
	margin-top: 7px;
	/* margin-left: 15px; */
	float: right;
}

header .phone-blk .phone-blk-left {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
}

header .phone-blk .phone-blk-left img {
	max-width: 100%;
	padding: 0px;
}

header .phone-blk .phone-blk-right {
	/* width: calc(100% - 70px); */
	padding-left: 8px;
	display: inline-block;
}

header .phone-blk .phone-blk-right h4 {
	font-size: 13px !important;
	line-height: 22px;
	color: #888888 !important;
	font-weight: 600;
}

header .phone-blk .phone-blk-right a {
	font-size: 14px !important;
	line-height: 24px;
	color: #0e0e0e !important;
	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;
}

header .phone-blk .phone-blk-right a:hover {
	color: #f4572e !important;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
	float: right;
	margin: 6px 0 0;
}

/* gotrns */
.google-trans {}

.google-trans ul {
	list-style: none
}

.gotrns {
	float: right;
	color: #fff !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	padding: 20px;
	/* margin: 15px 0 !important; */
	background: #fff;
	clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
	font-size: 13px !important;
}

.gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}

header .gotrns a {
	/* color: #fff !important; */
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0 !important;
}

.gotrns span {
	color: #fff !important;
}

.gotrns a.goog-te-menu-value span:nth-child(3),
.gotrns a.goog-te-menu-value img {
	display: none
}

.gotrns img {
	background: url("public/uploads/why-choose-main-photo.jpg") !important;
	background-repeat: no-repeat !important;
	display: none;
}

.gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

/**/
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: 135px 0 100px;
	position: relative;
}

.banner-bar .bnr-left-design {
	width: 100px;
	height: 150px;
	display: block;
	background: #0c4d72;
	position: absolute;
	top: -40px;
	border-left: 7px solid #f4922e;
}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	padding-left: 35px !important;
	margin-top: 10px !important;
	font-size: 40px !important;
	line-height: 50px !important;
	opacity: 0.9;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	text-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}

/* .banner-bar .banner-content h1:before { */
/* content: ''; */
/* border-top: 1px solid #999; */
/* width: 30px; */
/* position: absolute; */
/* left: 0; */
/* top: -15px; */
/* z-index: 2; */
/* } */
/*location*/
.location {
	list-style: none;
	position: relative;
	display: flex;
	padding-left: 35px !important;
}

.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: 14px;
	margin-left: 10px;
	color: #FFF;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #FFF !important;
	font-size: 14px;
	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: #f4922e !important;
}

.location li a.active {
	color: #f4922e !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;
}

/* Under-Cons */
.under-cons {
	text-align: center;
}

.under-cons img {
	max-width: 100%;
}

/* 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
}

/*********************************************************************************
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: #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: url(../design_img/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative; */
}

footer .logo img {
	max-width: 200px;
	margin-bottom: 5px;
	filter: brightness(0) invert(1);
	margin-top: 20px;
}

footer .brdr-center {
	width: 1px;
	height: 200px;
	/* background:#ffffff20; */
	margin: auto
}

footer p {
	color: #fff;
	font-size: 14px !important;
	line-height: 28px;
	text-align: justify
}

footer p a {
	color: #ed9c01 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px !important;
	position: relative;
	text-indent: 40px;
}

footer h2:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	background: #f4572e;
	height: 3px;
	width: 30px;
}

footer .footer-bar {
	margin: 30px 0 0px 0
}

.footer-nav {
	display: grid;
	align-items: center;
	justify-content: center;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
}

footer .site-nav ul li {
	color: #FFF !important;
	margin-bottom: 5px !important;
}

footer .site-nav ul li .icon-outer {
	height: 30px;
	width: 30px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	font-size: 16px !important;
	line-height: 24px;
	color: #ff7200 !important;
}

footer .add-text {
	display: inline-block;
	width: calc(100% - 45px);
	margin-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
}

footer .add-text a {
	color: #FFF !important;
}

footer .add-text:hover a {
	color: #ff7200 !important;
}

/* footer .site-nav ul li i { */
/* margin-right:8px; */
/* color:#0176bd!important; */
/* } */
/* footer .site-nav ul strong { */
/* font-weight:600 */
/* } */
/* footer .site-nav ul a { */
/* font-size:13px; */
/* 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;
}

footer .nav-menu ul li {
	line-height: 24px;
	font-size: 14px !important;
	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
}

footer .nav-menu ul li.last {
	white-space: nowrap;
}

footer .nav-menu ul a {
	display: block;
	font-size: 14px !important;
	line-height: 24px;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color: #f4572e !important;
}

/*social links*/
footer .social-nav {
	margin-top: -5px;
}

footer .social-nav ul {
	list-style: none;
	margin-top: 0px !important;
	float: right;
}

footer .social-nav li {
	float: left;
	margin-left: 10px !important;
}

footer .social-nav li a {
	display: block;
	box-shadow: 0 0 0 2px #0097df inset;
	border-radius: 100%;
	padding: 8px;
	-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:hover {
	color: #FFF !important;
	background: #0097df;
}

footer .social-nav li a .fa {
	color: #252775 !important;
	background: #fff;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
}

/*  */

footer .footer-cont {
	/* padding-left: 50px !important; */
	position: relative;
}

/*footer bar middle*/
.footer-bar-middle {
	padding: 50px 0 50px;
	position: relative;
	background: url(../design_img/footer-bg.jpg) center center no-repeat;
	background-size: cover;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #00081d;
	/* border-bottom: 10px solid #f06c02; */
	/* color: #1b2f68; */
	padding: 12px 15px 10px !important;
}

footer .footer-bar-bottom .copy {
	font-size: 14px !important;
	margin-bottom: 0px !important;
	text-align: left;
	color: #fff;
	font-weight: 600;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	font-weight: 600;
	color: #fdec20
}

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;
}

.cont-map {
	max-width: 100%;
	height: 250px;
}

/*  */
.sld-bottom {
	background: #0097df;
	margin-top: -100px;
	margin-bottom: 50px;
}

.sld-bottom .sld-web-col {
	padding: 20px 30px 20px;
	position: relative;
	width: 100%;
	display: block;
	min-height: 125px;
}

.sld-bottom .sld-web-col .sld-web-icon {
	width: 55px;
	display: inline-block;
	vertical-align: top;
	background: #0da8f1;
	padding: 12px;
	border-radius: 100%;
}

.sld-bottom .sld-web-col .sld-web-icon img {
	max-width: 100%;
}

.sld-bottom .sld-web-col .sld-web-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	width: 250px;
}

.sld-bottom .sld-web-col .sld-web-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #fff !important;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
}

.sld-bottom .sld-web-col .sld-web-text p a {
	color: #fff !important;
	text-transform: none;
}

.br-qul-right {
	border-right: 1px solid #fff;
}

/*  */

/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #ff7200;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #fff;
}

#goTop .fa,
#goDown .fa {
	color: #fff;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #ff7200;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}


/* ***************************************************************************** */
/* Home Page Css */
.main-head {
	font-size: 35px !important;
	line-height: 30px !important;
	font-weight: 700;
	color: #0d0e43;
	text-align: center;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}

.main-head span {
	font-size: 15px !important;
	font-weight: 600;
	color: #f4572e;
	display: block;
}

.main-head span.brdr {
	background: #f4572e;
	height: 2px;
	display: block;
	width: 50px;
	margin: 15px 10px 0px 0 !important;
}

/*  */

.idx-abt-sec {
	position: relative;
	padding: 80px 0;
}

.idx-abt-sec .main-head {
	text-align: left;
}

.abt-left img {
	max-width: 100%;
}

.abt-shap {
	width: 350px;
	height: 350px;
	background: rgb(255, 255, 255);
	position: absolute;
	top: 90px;
	left: -160px;
	border-radius: 40px;
	rotate: 45deg;
	display: grid;
	align-items: center;
	justify-content: center;
}

.abt-text {
	rotate: -45deg;
	display: grid;
	align-items: center;
	justify-content: center;
	text-align: justify;
	padding: 0px 25px 0px 0px;
}

.abt-text p {
	font-size: 14px !important;
	line-height: 24px !important;
}

/*  */
.abt-img {
	width: 200px;
	margin: auto;
	margin-top: 125px;
}

.logo-ring {
	width: 250px;
	position: absolute;
	left: 113px;
	top: 100px;
	/* animation: cms-spin 5s infinite; */
	animation: spin 7s linear infinite;
}

.logo-ring img {
	max-width: 100%;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

/* @-webkit-keyframes cms-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes cms-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes cms-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes cms-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes cms-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
} */

/*  */

.idx-quality-sec {
	position: relative;
	padding: 50px 0 80px;
	background: #f2f2f2 url(probg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed
}

.idx-quality-sec .main-head span {
	text-transform: none
}

.idx-quality-sec .main-head span.brdr {
	margin: 15px auto 0 !important;
}

.quality-col-outer {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
	width: 210px;
	height: 210px;
	background-color: #0a1b47;
	rotate: 45deg;
	border-radius: 40px;
	display: grid;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.quality-col-outer-2 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-outer-3 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-outer-4 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-outer-5 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-outer-6 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-outer-7 {
	background: url(public/uploads/why-choose-main-photo.jpg) no-repeat center center;
	background-size: cover;
}

.quality-col-box {
	width: 190px;
	height: 190px;
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
	display: grid;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.quality-col-box:hover {
	background-color: #03b2f5;
}

.quality-col-box:hover .quality-col-text h5 {
	color: #fff;
}

.quality-col-text {
	rotate: -45deg;
	text-align: center;
}

.quality-col-text h5 {
	color: #337ab7;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
}

.quality-col-text a {
	margin-top: 15px !important;
	display: block;
}

.quality-col-text .fa-long-arrow-right {
	background: #ff7965;
	color: #fff;
	padding: 5px;
	font-size: 14px !important;
	border-radius: 100%;
}

.quality-col-box:hover .quality-col-text .fa-long-arrow-right {
	background: #fff;
	color: #f25830;
}

.quality-col-box:hover .quality-col-text .quality-icon {
	filter: brightness(0) invert(1);
}

.quality-icon {
	max-width: 35%;
	margin-bottom: 10px;
}

.quality-row-gap {
	margin-top: 70px;
}

.quality-col-margin {
	margin: 0 75px !important;
}

/* Home Info Bar */
.home-info-bar {
	padding: 30px 0 30px 0;
	background: #f4922e;
	position: relative;
}

.home-info-bar .main-head {
	text-align: left;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 32px !important;
	margin-bottom: 12px !important;
}

.home-info-bar p {
	color: #fff;
	font-weight: 500;
	font-size: 15px !important;
}

.home-info-bar .idx-btn {
	width: 150px;
	border: 2px solid #fff;
	color: #fff !important;
	text-transform: uppercase;
	margin: 15px auto 0;
	padding: 12px 10px !important;
	display: block !important;
	border-radius: 0 !important;
	font-weight: 600
}

/*  */
.idx-partner-sec {
	position: relative;
	padding: 80px 0 100px;
}

.idx-partner-sec .main-head span {
	text-transform: none
}

.idx-partner-sec .main-head span.brdr {
	margin: 15px auto 0 !important;
}

.partner-img {
	text-align: center;
	animation: heartbeat 4s infinite;
}

.partner-img img {
	max-width: 100%;
}

.tech-cricle {
	height: 250px;
	width: 250px;
	background-color: #1badf3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	bottom: -250px;
	animation: ripple 1.5s linear infinite;
	z-index: -1;
	opacity: .2;
	right: 0;
	margin: 0 auto;
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 #4ac4f3, 0 0 0 1em #4ac4f3, 0 0 0 3em #4ac4f3, 0 0 0 5em #4ac4f3
	}

	100% {
		box-shadow: 0 0 0 1em #4ac4f3, 0 0 0 3em #4ac4f3, 0 0 0 5em #4ac4f3, 0 0 0 10em rgb(74, 196, 243, 0)
	}
}

@keyframes heartbeat {
	0% {
		transform: scale(.65);
	}

	20% {
		transform: scale(1);
	}

	40% {
		transform: scale(.65);
	}

	60% {
		transform: scale(1);
	}

	80% {
		transform: scale(.65);
	}

	100% {
		transform: scale(.65);
	}
}

/* Innner Products Page */
.inner-product-pg {
	padding: 80px 0 120px;
	position: relative;
}

.inner-product-pg h3 {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
	color: #000 !important;
	background: #fff;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: grid;
	align-items: center;
	justify-content: center;

}

.inner-product-pg .heading {
	/* background: #0097df; */
	width: 50px;
	height: 50px;
	display: grid;
	align-items: center;
	justify-content: center;
	border: 2px solid #2aa1d6;
	border-radius: 100%;
	margin-bottom: 20px !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;
}

.inner-product-pg .heading::before {
	content: " ";
	background: #2aa1d6;
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	left: -5px;
}

.inner-product-pg .heading::after {
	content: " ";
	/* background: #0097df; */
	background: #2aa1d6;
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	left: 65px;
}

.prod-col:hover .heading {
	background: #0097df;
	border: 5px solid #0097df;
}

.prod-col:hover h3 {
	background: #0097df;
	color: #FFF !important;
}

.inner-product-pg .prod-col:hover .heading::before {
	background: #0097df;
}

.inner-product-pg .prod-col:hover .heading::after {
	background: #0097df;
}

.prod-col ul li a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.prod-col ul li a:hover {
	color: #fdec20 !important;
}

.inner-product-pg .mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 15px
}

.inner-product-pg .mylist li {
	line-height: 25px;
	text-indent: -25px;
}

.inner-product-pg .mylist li:before {
	content: "\21D2   ";
	font: normal normal normal 20px/1 FontAwesome;
	margin-right: 10px;
	color: #dd3ebc;
}

.inner-product-pg .mylist li li:before {
	content: "- ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #f4572e;
}

.prod-row-gap {
	margin-top: 20px !important;
	padding-top: 30px !important;
	border-top: 1px solid #f2f2f2;
}

.inner-product-pg .abt-head {
	margin-bottom: 50px;
}

.inner-product-pg .abt-head p {
	font-size: 16px !important;
	line-height: 27px;
	color: #333 !important;
	font-weight: 600;
	text-align: center;
}

/* Inner About Us */
.map-img {
	/* margin-top: 50px; */
}

.map-img img {
	max-width: 100%;
}

/* Vision Mission */
.vision-mission-sec {
	padding: 80px 0 120px;
	position: relative;
	background: #f9f9f9;
}

.vis-miss-outer {
	background: #fff;
	padding: 15px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 20px 20px 20px 20px;
	border-top: 5px solid #f4572e;
	min-height: 200px;
	margin-bottom: 20px;
}

.vis-miss-icon {
	width: 60px;
	/* margin: auto; */
	margin-bottom: 15px !important;
}

.vis-miss-icon img {
	max-width: 100%;
}

.vis-miss-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

/* Principals Sec */
.principals-sec {}

.principals-sec .prin-logo {
	border: 1px solid #f2f2f2;
	padding: 0px 20px;
	margin-top: 30px;
}

.principals-sec .prin-logo img {
	max-width: 100%;
}

.principals-sec .abt-head .main-head {
	text-align: center;
}

.principals-sec .abt-head p {
	font-size: 16px !important;
	line-height: 27px;
	color: #333 !important;
	font-weight: 600;
	text-align: center;
}

/*  */
.idx-client-sec {
	padding: 80px 0;
	position: relative;
	background: #f7f7f7;
}

.idx-client-sec .tech-logo {
	margin: 0 auto;
}

.idx-client-sec .tech-logo img {
	max-width: 95%;
	margin: 0 auto;
}

.idx-client-sec .main-head span {
	text-transform: none;
}

/* 19-10-2022 */
/* Inner Industries Sec */
.industries-sec {
	position: relative;
	padding: 40px 0 120px;
}

/*  */