﻿
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&display=swap');






body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Proxima Nova Rg';
	background: url(../images/fullbackground.png);
}

li,
p {
	font-family: 'Proxima Nova Rg';
	font-size: 15px;
	color: #777
}

p {
	line-height: 1.7
}

h1 {
	font-size: 40px;
	font-weight: 400;
	text-align: inherit;
	text-transform: none;
	font-family: 'Proxima Nova Rg'
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url(../fonts/ProximaNova-Regular.woff2) format('woff2'), url(../fonts/ProximaNova-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url(../fonts/ProximaNova-Bold.woff2) format('woff2'), url(../fonts/ProximaNova-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Proxima Nova Alt Lt';
	src: url(../fonts/ProximaNovaA-Light.woff2) format('woff2'), url(../fonts/ProximaNovaA-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

h4 {
	font-size: 18px;
	margin: 10px 0
}

.img-fluid {
	width: 100%;
	height: auto
}

.timing {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px
}

.timing-tst {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px
}

.timing-tst a:hover {
	color: #4aa3f0;
	transition: .1s
}

.icon {
	margin-top: 9px;
	padding: 0;
	float: right
}

.timing-tst a {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 500
}

.timing .fa {
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-size: 12px
}

.clr-fix {
	clear: both
}

.navber {
	width: 100%;
	background: #fff
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.sticky+.content {
	padding-top: 102px;
	z-index: 999999999999
}

.send-btn {
	background: #0083cb;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	width: 35%;
	cursor: pointer
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #315b7c;
	font-size: 30px;
	height: 30px;
	font-weight: 500
}

.silder-tst {
	position: absolute;
	top: 10%;
	left: 6%;
	right: 0;
	background: rgb(253, 253, 253, .7);
	width: 400px;
	border-left: 3px solid #0083cb;
	padding: 20px 0 40px
}

.silder-tst h1 {
	white-space: nowrap;
	font-size: 21px;
	line-height: 39px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
	font-family: "Josefin Sans";
	text-transform: uppercase;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	border-width: 0;
	margin-left: 15px;
	padding: 0;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	transform-origin: 50% 50% 0;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.silder-tst h5 {
	white-space: nowrap;
	font-size: 23px;
	line-height: 39px;
	font-weight: 400;
	color: #4aa3f0;
	letter-spacing: 0;
	font-family: "PT Serif";
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	border-width: 0;
	margin-left: 15px;
	padding: 0;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	transform-origin: 50% 50% 0;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.silder-tst h4 {
	z-index: 14;
	white-space: nowrap;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
	font-family: "Josefin Sans";
	text-transform: uppercase;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	border-width: 0;
	margin-left: 15px;
	padding: 0;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	transform-origin: 50% 50% 0;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.silder-tst {
	-webkit-animation: fade-in-right 1s;
	animation: fade-in-right 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-right {
	0% {
		transform: translateX(-100%);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

.why-are {
	margin: 0;
	padding: 20px 0;
	background: #0083cb;
	width: 100%
}

.why-are p {
	color: #fff;
	text-align: justify;
	margin: 0;
	padding: 10px
}

.white-sec {
	margin: 0;
	width: 100%
}

.white-sec p {
	color: #1e1e1e;
	text-align: justify;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
}

.white-sec h1 {
	text-align: inherit;
	text-transform: none;
	color: #000;
	padding: 0
}

.headding11 {
	font-family: 'PT Serif', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 25px
}

.gst {
	margin: 0;
	padding: 0
}

.gst p {
	color: #fff;
	margin: 0;
	padding: 10px 0
}

.check ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #777
}

.check1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-top: 10px
}

.check3 ul {
	list-style: none;
	margin: 0;
	padding: 0 0;
	color: #777;
	margin-bottom: 0;
	line-height: 35px
}

.check3 strong {
	font-size: 18px;
	line-height: 30px
}

.check3 a {
	text-decoration: none;
	color: #4aa3f0;
	display: inline-block;
	border: 2px solid #4aa3f0;
	padding: 25px 50px;
	text-align: center;
	font-weight: 400
}

.check3 a:hover {
	background: #4aa3f0;
	transition: .1s;
	color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	margin-top: 20px
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 30px;
	font-size: 1rem;
	line-height: 1.5;
	float: left;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn {
	color: #fff;
	background-color: #003471;
	border-color: #003471;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 3px 12px;
	margin: 0 4px;
	border-radius: 0px;
}

.btn-warning {
	display: block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 10px 20px;
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 10px;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline: 0
}

.btn-warning:hover {
	color: #fff;
	background-color: #ff1027;
	border-color: #ff1027
}

.view {
	margin-top: 44px
}

.our-tst1 h1 {
	font-size: 40px;
	color: #000;
	margin: 0;
	padding: 30px 0;
	font-weight: 400
}

.our-tst1 p {
	color: #5c6265;
	margin: 0;
	padding: 0;
	font-weight: 700
}

.border {
	background: #0083cb;
	padding: 2px 0;
	width: 80px;
	margin: 0 auto;
	opacity: 0;
	display: none
}

.Auditing {
	margin: 0;
	padding: 0;
	float: left;
	width: 15%
}

.Assurance a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 400;
	font-size: 20px
}

.Assurance {
	width: 85%;
	display: inline-block;
	color: #000;
	text-decoration: none;
	list-style: none
}

p.Assurances.text-left {
	min-height: 92px
}

.Assurance::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #4aa3f0;
	transition: width .3s;
	display: none
}

.Assurance:hover::after {
	width: 25%;
	transition: width .3s
}

.check2 ul {
	margin-left: 12px;
	list-style: none;
	color: #777;
	font-size: 14px;
	margin-top: 15px
}

.check2 .fa {
	margin: 0;
	padding: 8px 0
}

.btn-success {
	color: #fff;
	background-color: #4aa3f0;
	border-color: #4aa3f0;
	margin-left: 50px;
	font-size: 14px;
	padding: 6px 20px
}

.btn-success:hover {
	background: #095681;
	transition: .1s;
	border-color: #095681
}

.border1 {
	text-align: left;
	background: #4aa3f0;
	padding: 2px 0;
	width: 10%;
	margin: 0
}

.our-tst p {
	color: #777
}

.our-tst h1 {
	color: #000;
	font-size: 40px;
	font-weight: 400;
	padding: 30px 0
}

.gray-sec {
	background: #f8f8f8;
	margin: 0;
	padding: 34px 30px;
	text-align: left
}

.we-are-here-to-help {
	width: 100%;
	background: url(../images/help.jpg) no-repeat right top;
	padding-top: 0!important;
	margin-top: 50px
}

.gray-sec1 {
	background: #f8f8f8;
	margin: 0;
	padding: 50px 0!important
}

.Mission {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	float: left;
	width: 45%
}

.Mission span {
	color: #777;
	font-weight: 400;
	font-size: 30px
}

.Mission span:hover {
	color: #4aa3f0;
	transition: .1s
}

.Mission p {
	color: #777;
	text-align: justify
}

.Mission1 {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	float: right;
	width: 45%
}

.Mission1 span {
	color: #777;
	font-weight: 400;
	font-size: 30px
}

.Mission1 span:hover {
	color: #4aa3f0;
	transition: .1s
}

.Mission1 p {
	color: #777;
	text-align: justify
}

.Mission h4 {
	font-family: 'PT Serif', serif
}

.dt-sc-icon-box.type3 .icon-wrapper {
	width: 100%;
	margin: 0
}

.carcle .fa {
	display: inline-block;
	font-size: 48px;
	line-height: 90px;
	border: 15px solid #ededed;
	width: 120px;
	height: 120px;
	text-align: center;
	background-color: #ededed;
	color: #adadad;
	border-radius: 60px;
	margin-bottom: 20px
}

.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.dt-sc-icon-box.type3 .icon-content h5 {
	display: inline-block;
	color: #a6a6a6
}

.dt-sc-icon-box.type3 .icon-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	display: inline-block;
	background: #0083cb;
	display: block;
	padding: 2px 0;
	color: #fff;
	width: 185px;
	margin: 0 auto 10px
}

.dt-sc-icon-box.type3 .icon-content h6 {
	text-align: center;
	font-size: 16px
}

.dt-sc-icon-box.type3 .icon-content p {
	margin: 10px 0 0;
	clear: both;
	color: #777
}

.dt-sc-icon-box.type3.dt-sc-rounded .icon-wrapper:after {
	content: "";
	background-color: #e5e5e5;
	position: absolute;
	right: -20%;
	top: 0;
	width: 112px;
	height: 2px;
	display: inline-block;
	bottom: 150px;
	margin: auto
}

.carcle .fa:hover {
	border-color: #0083cb
}

.dt-sc-icon-box.type3 .icon-content h6:hover {
	border-color: #4aa3f0
}

.quick {
	position: absolute;
	top: 27%;
	right: 0;
	z-index: 999;
	cursor: pointer
}

.black-sec {
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0!important;
	width: 100%;
	margin-top: 50px
}

.black-sec .headding11 {
	color: #fff
}

.join {
	margin: 0;
	padding: 0;
	text-align: center
}

.join h1 {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 400
}

.join img {
	text-align: center;
	margin: 0;
	padding: 0 0 11px
}

.join p {
	color: #fff;
	line-height: 25px;
	margin-bottom: 40px
}

.join a {
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	margin: 0;
	padding: 18px 40px 18px;
	text-decoration: none
}

.join a:hover {
	border-color: #0083cb;
	background: #0083cb
}

.counter .fa {
	font-size: 60px;
	color: #2556a6;
}

.counter {
	padding: 0;
	border-radius: 5px
}

.count-title {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #000;
	position: relative
}

.plus {
	position: absolute;
	right: 130px;
	top: 63px;
	font-size: 40px;
	font-weight: 700
}

.plus01 {
	right: 142px
}

.count-text {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	color: #000
}

.fa-2x {
	margin: 0 auto;
	float: none;
	font-size: 4em;
	display: table;
	color: #4ad1e5
}

.card-body {
	margin: 0;
	padding: 10px 18px;
	/* text-align: center; */
	width: 100%
}

.card-body a {
	margin: 0;
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #0083cb;
	text-decoration: none;
	color: #0083cb;
	font-size: 15px
}

.card-text {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #000;
	font-size: 18px;
	font-weight: 400
}

.card-title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize
}

.btn-floating {
	margin: 0 10px;
	padding: 0
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(-4.75rem - 1px);
	border-top-right-radius: calc(-7.75rem - 1px);
	border: 5px solid #f6f6f6;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%)
}

.card-img-top:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0)
}

.greyscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%)
}

.card-body h6 {
	color: #2f3436;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 20px
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	background: #fff none repeat scroll 0 0;
	border: 5px solid #f5f5f5;
	margin: 0 0 40px 0px;
}

.title {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'PT Serif', serif
}

.subtitle {
	display: block;
	text-align: center;
	color: #c7c7c7;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: capitalize
}

.monthly {
	margin-top: 30px;
	padding: 0;
	text-align: center
}

.monthly a {
	margin: 0 5px;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff
}

.monthly a:hover {
	background: #0083cb;
	transition: .1s;
	color: #fff;
	border: solid 1px #0083cb
}

.patten {
	background: url(../images/pattern.png) repeat center fixed;
	padding: 50px 0;
	margin: 0
}

.patten-tst {
	margin: 0;
	padding: 0;
	text-align: center
}

.patten-tst h1 {
	color: #000;
	font-size: 40px
}

.patten-tst p {
	color: #777;
	margin: 0;
	padding: 20px 0;
	font-weight: 500;
	font-size: 18px
}

.areas {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	text-transform: capitalize
}

.patten-icon {
	margin: 0;
	padding: 0;
	text-align: center
}

.patten-icon1 {
	margin-top: 100px;
	padding: 0;
	text-align: center
}

.black-sec1 {
	background: #003471;
	background-size: cover;
	width: 100%;
	margin: 0;
	padding: 0
}

.Assurance1 a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 20px
}

.Assurance1 {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 20px
}

.iocn ul {
	margin-top: 30px;
	padding: 0;
	display: flex
}

.iocn ul li {
	list-style: none
}

.iocn ul li a {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 0;
	text-align: center;
	line-height: 41px;
	color: #fff;
	overflow: hidden;
	margin: 0 5px;
	transform: rotate(45deg);
	transition: .2s;
	border: 1px solid #fff;
}

.iocn ul li a .fa {
	transform: rotate(-45deg);
	font-size: 16px
}

.Assurance1 h6 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 10px
}

.Assurance1::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #4aa3f0;
	transition: width .3s
}

.Assurance1:hover::after {
	width: 25%;
	transition: width .3s
}

.Assurances1 {
	width: 85%;
	float: right;
	color: #777;
	margin-top: 20px;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	text-align: justify
}

.footer-tst {
	margin: 0;
	padding: 0
}

.footer-tst p {
	color: #fff;
	margin-top: 0;
	font-family: 'Barlow', sans-serif;
}

.footer-tst1 {
	position: absolute;
	left: 15px;
	padding: 8px 0
}

.footer-tst2 {
	width: 100%;
	position: relative;
	left: 10%;
	top: 0;
	padding: 8px 0
}

.footer-tst1 .fa {
	color: #fff;
	margin-top: 0
}

.footer-tst2 h6 {
	color: #fff;
	margin-top: 0;
	font-size: 15px;
	line-height: 20px
}

.footer-tst2 h5 {
	color: #fff;
	margin-top: 20px
}

.Assurance2 a {
	text-decoration: none;
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff;
	font-weight: 400;
	font-size: 14px
}

.Assurance2 a:hover {
	color: #fff;
	transition: .1s;
	background: #0083cb;
	border-color: #0083cb
}

.office {
	margin-top: 15px;
	padding: 0
}

.office h5 {
	padding: 0;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 1px
}

.footer-icon {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width: 84%;
	margin-top: 6px
}

.footer-tst2 a {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 400
}

.footer-tst2 a:hover {
	color: #4aa3f0;
	transition: .1s
}

input {
	overflow: visible;
	border-color: #fff;
	background: #fff;
	padding: 8px 10px;
	width: 100%;
	border: none;
	color: #777
}

.footer-btn {
	margin-top: 20px;
	padding: 0
}

.footer-btn a {
	background: #4aa3f0;
	padding: 11px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-align: center
}

.marquee-new a {
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	color: #fff
}

.marquee-new a:hover {
	color: #4aa3f0;
	transition: .1s
}

.footer-marquee {
	margin: 0;
	padding: 0
}

.footer-end {
	margin: 0;
	padding: 12px 0;
	background: #202020
}

.end-tst {
	margin: 0;
	padding: 0;
	float: left;
	width: auto
}

.end-tst h2 {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0
}

.end {
	margin: 0;
	padding: 0;
	float: right;
	width: auto
}

.end ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.end ul li {
	margin: 0;
	padding: 0;
	display: inline-block
}

.end ul li a {
	margin: 0 5px;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400
}

.end ul li a:hover {
	color: #4aa3f0;
	transition: .1s
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 85px;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

#return-to-top img {
	width: 100%;
	height: auto
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

#return-to-top:hover i {
	color: #fff;
	top: 5px
}

.carousel-fade .carousel-item {
	height: 100%
}

.carousel-fade .carousel-item img {
	height: 100vh;
	width: 100%;
	max-width: 100%;
	background-size: cover;
	background-origin: content-box;
	background-clip: content-box;
	background-position: center;
	color: rgba(0, 0, 0, .56) none;
	right: 0;
	left: 0;
	resize: both
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background: #000;
	border: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	opacity: 9!important;
	filter: brightness(100%)!important;
	border-radius: none
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
	opacity: 1;
	color: #fff
}

.carousel-control-prev-icon img {
	font-size: 15px;
	width: 40%;
	height: 40%;
	text-align: center;
	margin: 0;
	padding: 0
}

.carousel-control-next-icon img {
	font-size: 15px;
	width: 40%;
	height: 40%;
	text-align: center;
	margin: 0;
	padding: 0
}

.la {
	opacity: 99;
	z-index: 1;
	position: relative
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 7%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-indicators li {
	background: #000;
	color: #000;
	height: 30px;
	width: 30px;
	margin: 5px!important;
	border-radius: 100%
}

.carousel-caption {
	left: 7%
}

.carousel-caption h3 {
	font-size: 70px;
	text-align: center;
	font-weight: 700
}

.carousel-caption p {
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	color: #fff;
	font-family: 'Barlow', sans-serif;
}

.carousel-caption .btn {
	border: 2px solid #fff;
	border-radius: 0
}

.mids {
	margin-top: 37px
}

.meet {
	margin-top: 147px
}

.full {
	margin-top: 88px
}

.success:focus {
	box-shadow: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .26em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	display: none
}

.contact-tst {
	margin: 0;
	padding: 0
}

.contact-tst h1 {
	font-size: 30px;
	margin: 0;
	padding: 30px 0;
	color: #000;
	font-weight: 500
}

.contact-tst a {
	text-decoration: none;
	margin: 0;
	padding: 0 0;
	color: #000
}

.contact-tst a:hover {
	color: #017eff;
	transition: .1s
}

.contact {
	background: url(../images/contact-us.jpg) no-repeat, url(../images/contact-us.jpg) no-repeat, url(../images/contact-us.jpg) repeat;
	background-size: 0, 50px, auto;
	padding: 30px 0
}

.contact1 {
	background: url(../images/bread.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0
}

.contact2 {
	background: url(../images/breadcrumb.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0
}

.border1 {
	background: #0083cb;
	padding: 2px 0;
	width: 80px;
	margin: 0
}

.reacch {
	margin: 0;
	padding: 0
}

.reacch h1 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 500
}

.head {
	color: #000;
	font-size: 24px;
	margin-top: 0;
	padding: 0;
	font-weight: 500;
	margin: 10px 0
}

.Office {
	background: #4aa3f0;
	margin: 10px;
	padding: 9px;
	min-height: 125px
}

.Office p {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	color: #fff;
	line-height: 24px
}

.Office1 {
	background: #4aa3f0;
	margin: 0;
	padding: 15px 10px;
	display: block;
	margin-bottom: 10px
}

.Office1 p {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 24px
}

.Office2 {
	background: #4aa3f0;
	margin: 0 0 30px;
	padding: 0;
	min-height: 150px
}

.Office2 p {
	text-align: center;
	margin: 0;
	padding: 40px 10px;
	color: #fff;
	line-height: 24px
}

.Spaze {
	margin: 0;
	padding: 0
}

.border2 {
	background: #4aa3f0;
	padding: 2px 0;
	width: 80px;
	margin: 30px 0
}

.icon-contact {
	margin: 0;
	padding: 0
}

.icon-contact li a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	color: #777;
	line-height: 30px
}

.icon-contact li {
	margin: 0;
	padding: 0;
	list-style: none
}

textarea {
	box-shadow: none
}

.Associates {
	margin: 0;
	padding: 0
}

.are {
	margin: 0;
	padding: 0;
	margin-top: 50px
}

.are h1 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 35px;
	font-family: "PT Serif", Georgia, serif
}

.leading {
	margin: 0;
	padding: 0
}

.leading p {
	color: #777;
	text-align: justify
}

.leading span {
	color: #333;
	font-weight: 600;
	font-size: 15px!important;
	line-height: 26px
}

.vision-mision-box ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.vision-mision-box ul li {
	display: block;
	padding: 15px 0 15px 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .03);
	-moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .03)
}

.head-bb {
	background: #4aa3f0;
	margin: 0 6px 0 0;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	width: 136px;
	font-size: 20px
}

.vision-mision-box ul li span {
	display: inline-block
}

.head-bb:before {
	content: "+";
	font-weight: 600;
	margin-right: 5px
}

.box {
	margin: 0;
	padding: 0
}

.are1 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 0
}

.are1 p {
	color: #777;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: justify
}

.fancy {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 35px
}

.mile-box {
	width: 100%;
	clear: both;
	position: relative;
	margin: 20px 0
}

.mile-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1
}

.mile-box ul li {
	display: block;
	padding: 0 10px;
	position: relative;
	min-height: 121px
}

.mile-box ul li:nth-child(odd) {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 23px
}

.blue-bg {
	background: #3b88e7
}

.red-dr-bg {
	background: #e73b53
}

.mile-box ul li .date-box-m {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	padding: 19px 0 0;
	text-align: center;
	color: #fff;
	border: solid 5px #dcdcdc;
	font-family: cursive;
	position: absolute
}

.red-bg {
	background: #e74a3b
}

.megen-bg {
	background: #6d3be7
}

.blue-bg {
	background: #3b88e7
}

.mile-box ul:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 5px;
	background: #dcdcdc;
	left: 57px;
	z-index: -1
}

.green-bg {
	background: #32daca
}

.mile-box ul li .text-box-m {
	margin: 0 0 0 17px;
	display: inline-block;
	font-size: 16px;
	color: #5d5d5d;
	width: 90%;
	padding: 18px 0 0 114px
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 5px 30px;
	clear: both;
	font-weight: 400;
	color: #000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	background: #dcd8d8;
	border-bottom: 1px solid #fff
}

.nav-link {
	display: inline-block;
	color: #fff;
	border-right: 1px #efefef solid;
	line-height: 16px
}

.nav-link:hover {
	color: #84fff4!important
}

.texation {
	margin: 0;
	padding: 0
}

.texation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block
}

.texation a {
	margin: 0;
	padding: 0 0;
	text-decoration: none;
	margin-left: 10px;
	font-size: 16px;
	line-height: 40px
}

.texation .fa {
	color: #0083cb
}

.provide {
	border: .5px solid #ebebeb
}

.Strategy {
	margin: 0;
	padding: 0
}

.Strategy h1 {
	color: #000;
	margin: 0;
	font-size: 18px
}

.complex {
	color: #333;
	font-weight: 600;
	font-size: 15px!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	margin-bottom: 35px!important
}

.complex1 span {
	color: #333;
	border-bottom: 1px solid #777;
	margin: 0;
	padding: 0;
	height: 22px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px
}

.complex1 {
	color: #777;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: justify
}

.complex2 span {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 20px!important;
	height: 22px;
	font-weight: 600;
	display: inline-block;
	padding: 20px 0 20px 0;
	margin-right: 10px
}

.send {
	margin-bottom: 20px;
	padding: 0;
	text-align: center
}

.send h5 {
	color: #afafaf;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 22px
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
	height: 60px
}

.gst-btn {
	margin-bottom: 50px;
	padding: 0;
	margin-top: 50px
}

.gst-btn a {
	margin: 0;
	padding: 18px;
	text-decoration: none;
	background: #ff675b;
	color: #fff;
	border-radius: 5px;
	border-color: #ff675b
}

.gst-btn a:hover {
	background: red;
	border-color: #ff675b;
	transition: .1s
}

.are3 {
	margin-bottom: 50px;
	padding: 0
}

.are3 h1 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 45px
}

.work {
	margin-top: 20px;
	padding: 0
}

.gray-box {
	background: #f8f8f8;
	margin: 0;
	padding: 100px 0;
	width: 100%
}

.employability {
	position: relative;
	top: 0;
	/* left: 96px; */
	width: 100%;
}

.employability1 {
	position: absolute;
	top: -50px;
	left: 0;
	height: 55px
}

.employability img {
	/* height: 240px */
}

.employability1 img {
	/* width: 400px; */
	/* height: 350% */
	display: none;
}

.Manager {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: justify;
}

.Manager ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.Manager li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	color: #777
}

.Manager .fa {
	color: #777;
	margin-right: 12px;
	padding: 0;
	line-height: 40px
}

.apply-now {
	margin: 0;
	padding: 0;
	float: left
}

.apply-now ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.apply-now ul li {
	margin: 0;
	padding: 5px 0;
	display: block
}

.apply-now ul li a {
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #4aa3f0;
	border: 1px solid #4aa3f0;
	line-height: 30px
}

.Positions {
	margin: 0;
	padding: 0
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

#accordion .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: -5px;
	margin-top: 40px
}

#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0
}

#accordion .panel-title a {
	display: block;
	padding: 20px 70px 20px 20px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4aa3f0;
	border-bottom: 1px solid #4aa3f0;
	position: relative
}

#accordion .panel-title a.collapsed {
	color: #1d2e3b
}

#accordion .panel-title a.collapsed:hover {
	color: #4aa3f0
}

#accordion .panel-title a:after,
#accordion .panel-title a:before {
	content: "";
	width: 3px;
	height: 10px;
	background: #e6720d;
	font-size: 15px;
	position: absolute;
	top: 20px;
	right: 35px;
	transform: rotate(-45deg);
	transition: all .3s ease-in-out 0s
}

#accordion .panel-title a:after {
	right: 29px;
	transform: rotate(45deg)
}

#accordion .panel-title a.collapsed:before {
	transform: rotate(45deg);
	background: #1d2e3b
}

#accordion .panel-title a.collapsed:after {
	transform: rotate(-45deg);
	background: #1d2e3b
}

#accordion .panel-title a.collapsed:hover:after,
#accordion .panel-title a.collapsed:hover:before {
	background: #e6720d
}

#accordion .panel-body {
	padding: 10px 20px;
	background: 0 0;
	border-top: none;
	font-size: 15px;
	color: #fff;
	line-height: 25px
}

.service .fa {
	background: #fff;
	border: solid 1px #fff;
	color: #4aa3f0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 40px;
	font-size: 25px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%
}

.service {
	background: #4aa3f0;
	padding: 50px 50px;
	margin: 0;
	margin-bottom: 50px
}

.service h3 {
	text-align: left;
	color: #fff;
	font-size: 22px
}

.border-5 {
	background: #4aa3f0;
	padding: 2px 0;
	width: 80px;
	margin: 20px auto
}

.Volume {
	margin: 0;
	padding: 0
}

.Volume img {
	background: #ebebeb;
	margin: 0;
	padding: 6px
}

.Volume h5 {
	margin: 16px 0 0 0;
	padding: 0;
	font-weight: 600!important;
	font-size: 16px!important;
	text-align: center;
	color: #037be2
}

.owl-theme .owl-controls {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	background: #000
}

.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: .5
}

.owl-next:before,
.owl-prev:before {
	content: "\f053";
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	text-align: center
}

.owl-next:before {
	content: "\f054"
}

.about-us-img {
	margin: 25px 0
}

.about-us-img img {
	margin: 0;
	padding: 0
}

.are2 h1 {
	font-size: 40px;
	font-weight: 400;
	line-height: 0;
	text-align: inherit;
	text-transform: none;
	color: #040303;
	margin: 0;
	padding: 20px 0;
	font-family: 'PT Serif', serif
}

.are2 {
	margin: 0;
	padding: 0
}

.are5 {
	margin: 0;
	padding: 0
}

.are5 h1 {
	font-size: 40px;
	font-weight: 400;
	line-height: 0;
	text-align: inherit;
	text-transform: none;
	color: #201d2e;
	margin: 0;
	padding: 20px 0;
	font-family: 'PT Serif', serif
}

.are2 h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 0;
	text-align: inherit;
	text-transform: none;
	color: #040303;
	margin-bottom: 30px;
	padding: 0 0;
	font-family: 'PT Serif', serif
}

.submit {
	width: 15%;
	background: #4aa3f0;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	padding: 10px;
	margin-top: 10px
}

.are5 h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 0;
	text-align: inherit;
	text-transform: none;
	color: #201d2e;
	margin: 0;
	font-family: 'PT Serif', serif;
	margin-bottom: 0
}

.website {
	margin: 0;
	padding: 0
}

.website p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #777;
	text-align: justify
}

.Tushar {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 40%
}

.Tushar h6 {
	color: #4ca6f3;
	font-size: 18px;
	margin: 10px 0;
	padding: 0;
	font-weight: 600
}

.Tushar h5 {
	color: #6b6b6b;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 600
}

.Tushar a {
	color: #626363;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 700
}

.dialog {
	margin: 0;
	padding: 0;
	float: right;
	width: 60%
}

.dialog p {
	color: #777;
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	font-weight: 700
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.dialog1 {
	float: right;
	height: 411px;
	overflow: auto;
	overflow-x: hidden
}

.leading a {
	font-size: 27px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	color: #5c6265
}

.leading a:hover {
	color: #4aa3f0;
	transition: .1s
}

.leading h5 {
	color: #000;
	font-size: 30px;
	margin: 0;
	padding: 20px 0;
	font-weight: 500
}

.Government {
	margin: 0;
	padding: 0;
	text-align: center
}

.Government h4 {
	color: #000;
	font-size: 23px;
	font-weight: 500;
	margin: 0;
	padding: 0
}

.green-box {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: #57d4a9
}

.green-box h5 {
	font-weight: 700;
	color: #fff;
	font-size: 45px;
	margin-bottom: 10;
	line-height: 52px;
	font-family: "PT Serif", Georgia, serif
}

.green-box a {
	padding: 6px 12px;
	text-transform: capitalize;
	border: solid 1px #ddd;
	font-size: 14px;
	color: #fff
}

.form-control:focus {
	border: 1px solid #777;
	box-shadow: none;
	outline: 0
}

.Assurance2 a {
	text-decoration: none;
	margin: 0 4px 8px 0;
	padding: 0 5px;
	color: #fff;
	border: 1px solid #8e8e8e;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	display: inline-block
}

.something {
	margin-bottom: 40px;
	padding: 0
}

.something h1 {
	margin: 0;
	color: #000;
	padding: 0;
	font-size: 35px
}

.call-mob {
	display: none
}

.close span {
	background: #4aa3f0;
	margin: 0;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 13px
}

.popup-corss {
	padding: 10px;
	display: block
}

.popup-width .modal-dialog {
	max-width: 800px!important
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background: red
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 30px;
	border-radius: 1px!important;
	background: #0083cb!important;
	filter: Alpha(Opacity=50);
	opacity: 9
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	background: #000
}

.setting {
	margin: 0;
	padding: 0
}

.setting ul {
	margin: 10px 0;
	padding: 0
}

.setting ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	padding-left: 25px;
	position: relative
}

.setting li:before {
	content: "\f046";
	font-family: FontAwesome;
	font-weight: 600;
	font-size: 13px;
	color: #777;
	left: 0;
	position: absolute
}

.payable {
	margin-top: 0;
	padding: 0 0
}

.payable h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px
}

.payable p {
	padding: 0;
	text-align: justify
}

.payable1 {
	margin-top: 0;
	padding: 0 0;
	font-size: 15px
}

.payable1 h1 {
	margin: 0;
	padding: 10px 0 25px 0;
	color: #000;
	font-size: 18px
}

.leading h1 {
	margin: 0;
	padding: 10px 0 25px 0;
	color: #000;
	font-size: 18px
}

.payable1 p {
	margin: 0;
	padding: 10px 0;
	color: #777
}

.checked {
	margin: 0;
	padding: 0
}

.checked h5 {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	text-align: justify
}

.checked p {
	margin: 0;
	color: #777;
	text-align: justify
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #000;
	font-size: 15px
}

.table-bordered thead td,
.table-bordered thead th {
	border: 1px solid #000
}

.gst-related-services p {
	color: #777;
	text-align: justify
}

.gst-related-services {
	margin: 0;
	padding: 0
}

.certifications {
	margin: 0;
	padding: 0
}

.certifications h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	color: #000;
	font-weight: 600;
	font-size: 22px
}

.certifications p {
	color: #777;
	text-align: justify
}

.charger {
	margin-top: 20px;
	padding: 20px 0;
	background: #ededed
}

.route {
	margin-bottom: 50px;
	padding: 0
}

.fancy li {
	margin-top: 10px;
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	text-align: justify
}

.physical h1 {
	margin: 0;
	padding: 10px 0 25px 0;
	color: #000;
	font-weight: 600;
	font-size: 22px
}

.physical p {
	margin: 0;
	color: #777;
	text-align: justify
}

.physical {
	margin: 0;
	padding: 0
}

.synopsis-sec {
	background: #4aa3f0;
	padding: 20px 0;
	margin-top: 50px
}

.synopsis {
	padding: 0;
	float: left;
	width: 120px;
	overflow: hidden;
	text-align: center
}

.synopsis a {
	background: #3c327b;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	display: block
}

.synopsis a:hover {
	background: #333;
	color: #fff;
	transition: 1s
}

.example1 {
	overflow: hidden;
	position: relative;
	background: #4aa3f0;
	padding: 20px 0;
	display: inline-block;
	width: 84%
}

.example1 a {
	position: absolute;
	height: 100%;
	margin: 0;
	font-size: 15px;
	color: #fff;
	line-height: 0;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: example1 10s linear infinite;
	-webkit-animation: example1 10s linear infinite;
	animation: example1 10s linear infinite
}

@-moz-keyframes example1 {
	0% {
		-moz-transform: translateX(100%)
	}
	100% {
		-moz-transform: translateX(-100%)
	}
}

@-webkit-keyframes example1 {
	0% {
		-webkit-transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(-100%)
	}
}

@keyframes example1 {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.example1 a:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.main-table {
	margin: 20px 0;
	padding: 0
}

.numeric {
	font-size: 20px!important;
	margin: 0;
	padding: 0;
	color: #333
}

.income {
	background: #4aa3f0;
	background-size: cover;
	padding: 20px 0
}

.income h1 {
	font-size: 30px;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-weight: 400;
	font-family: roboto;
	text-transform: capitalize
}

.income a {
	text-decoration: none;
	margin: 0;
	padding: 0 0;
	color: #fff
}

.income a:hover {
	color: #000;
	transition: 1s
}

.income span {
	text-decoration: none;
	margin: 0;
	padding: 0 0;
	color: #fff
}

.form {
	font-size: 20px!important;
	margin: 0;
	padding: 0;
	color: #333
}

.relevant {
	font-size: 20px!important;
	margin: 0;
	padding: 0;
	color: #333
}

.sec {
	font-size: 16px!important;
	margin: 0;
	padding: 0;
	color: #777;
	width: 100px
}

.sec1 {
	font-size: 16px!important;
	margin: 0;
	padding: 0;
	color: #777;
	width: 130px
}

.sec2 ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.sec2 li {
	font-size: 16px!important;
	margin: 0;
	padding: 0;
	color: #777;
	line-height: 1.9;
	position: relative;
	padding-left: 10px
}

.sec2 ul li:before {
	content: '\f0da';
	display: block;
	font-family: FontAwesome;
	top: 10px;
	left: 0;
	color: #484848;
	font-size: 16px;
	line-height: 10px;
	position: absolute
}

.forensic-accounting h1 {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 20px 0;
	font-weight: 400
}

.marquee-sec {
	margin: 8px 0 0;
	width: 80%
}

.marquee-sec a {
	color: #fff;
	line-height: 35px;
	margin: 0 15px
}

.income h5 {
	font-size: 30px;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-weight: 400;
	font-family: roboto;
	text-transform: capitalize
}

.returns {
	margin: 0;
	padding: 30px 0
}

.returns h4 {
	font-size: 30px;
	margin: 0;
	padding: 20px 0;
	color: #333;
	font-weight: 400;
	font-family: roboto;
	text-transform: capitalize
}

.returns p {
	font-size: 17px;
	margin-bottom: 15px;
	padding: 0;
	text-align: justify;
	color: #777;
	line-height: 1.9
}

.returns a {
	font-size: 16px;
	margin: 0;
	padding: 7px 20px;
	text-align: center;
	color: #fff;
	text-transform: none;
	background: #419eed
}

.returns h3 {
	font-size: 25px;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.4
}

.income1 {
	background: #4aa3f0;
	background-size: cover;
	padding: 10px 0
}

.what-news {
	margin: 0;
	padding: 20px 0;
	background: #4aa3f0
}

.what-news h5 {
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	line-height: 22px
}

.what-news a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	text-decoration: none
}

.what-news span {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	text-decoration: none
}

.main-page {
	margin: 0;
	padding: 0 0
}

.main-page ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-page ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%
}

.main-page ul li a {
	color: #333;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 1.9;
	letter-spacing: 1px;
	font-weight: 500
}

.main-page ul li a:hover {
	text-decoration: underline;
	color: #4aa3f0
}

.sectionrow {
	padding-top: 50px;
	overflow: hidden;
	background: url(../images/fullbackground.png);
	background-size: contain;
}

.mobile-form {
	display: none
}
 

.settings ul {
	margin: 10px 0;
	padding: 0
}

.settings ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 25px;
	position: relative
}

.settings li:before {
	content: "\f046";
	font-family: FontAwesome;
	font-weight: 600;
	font-size: 13px;
	color: #777;
	left: 0;
	position: absolute
}

.settings ul li:before {
	position: absolute;
	margin-left: .09em
}

.setting1 ol {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	counter-reset: item
}

.setting1 ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 25px;
	position: relative;
	color: #777;
	counter-increment: item;
	text-align: justify
}

.setting1 li:before {
	margin-right: 10px;
	content: counter(item);
	border-radius: 100%;
	color: #777;
	width: 1.2em;
	text-align: center;
	display: inline-block
}

.number-top {
	display: inline-block;
	font-size: 15px;
	float: right;
	margin-left: 10px
}

.number-top .fa {
	font-size: 22px;
	margin: 0 3px
}

.number-top a {
	color: #777
}

.icon {
	margin: 15px 0 0;
	position: absolute;
	right: 25px;
	z-index: 99
}

i.fa.fa-whatsapp {
	color: #fff;
	background: #25d366;
	width: 19px;
	height: 19px;
	line-height: 19px;
	border-radius: 50%
}

.synopsis {
	margin: 4px 0 0
}

.form-bg {
	background: #0083cb;
	padding:15px 0;
	overflow: hidden; margin-bottom: 40px;
}
.form-bg  h2{ color: #fff; font-size:27px;}
.mobile-form .form-bg{margin: 40px 0 0;position: relative;z-index: 999;}

.quick-query-from h1 {
	margin: 10px 0;
	font-size: 23px;
	color: #fff
}

.quick-query-from .service {
	background: 0 0
}

.quick-query-from .submit {
	width: auto;
	margin: 50px 0 0
}

.quick-query-from .submit {
	width: auto;
	background: #065682;
	margin: 55px 0 0;
	padding: 7px 25px
}

.form-control {
	background: #fff;
	border-radius: 0
}

.viewbtn {
	border: solid 1px #007bff;
	display: block;
	width: 90px;
	padding: 5px;
	text-align: center
}

.Assurances {
	width: 100%;
	float: left;
	color: #777;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin: 10px 0 0
}

.viewmor {
	font-size: 14px!important;
	color: #555!important;
	display: block;
	float: left;
	padding: 4px 10px!important;
	margin: 15px 0 0 0!important;
	border: 1px solid #0083cb!important;
	font-weight: 400
}

.Assurance h5 {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 400;
	font-size: 18px
}

.viewmor:hover {
	background: #0083cb!important;
	color: #fff!important
}

.arrow {
	margin-top: 10px;
	width: 40px;
	height: 40px;
	margin-left: 50px;
	background-size: contain
}

.bounce {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite
}

.bottom-band {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	display: none
}

.bottom-band ul {
	padding: 0;
	margin: 0
}

.bottom-band ul li {
	text-align: center;
	float: left;
	width: 50%;
	list-style: none;
	font-size: 18px
}

.bottom-band ul li a {
	display: block;
	color: #fff;
	background: #256d00;
	padding: 7px 10px
}

.bottom-band ul li .red-bg {
	display: block;
	color: #fff;
	background: #00559e
}

.linkdin-bg {
	background: #004a6b;
	color: #fff!important;
	border: solid 1px #004a6b!important
}

@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px)
	}
}

@-moz-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-moz-transform: translateY(0)
	}
	40% {
		-moz-transform: translateY(-30px)
	}
	60% {
		-moz-transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.click-her {
	margin-top: 10px;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	color: #666;
	font-family: lato
}

.center-con {
	position: relative
}

.arrow img {
	margin: 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #464646;
	border-radius: 50%
}

.breadcrumbs {
	margin: 15px 0 0
}

.breadcrumbs ul {
	margin: 0;
	padding: 0
}

.breadcrumbs ul li {
	display: inline-block;
	color: #333
}

.breadcrumbs ul li a {
	color: #333
}

.expertise-col {
	text-align: center
}

.we-are-here-to-help {
	text-align: center
}

.together-we-achieve-more {
	text-align: center
}

.banner img {
	width: 100%;
	height: auto
}

.slider-main {
	position: relative;
	width: 100%;
	MARGIN: -64px 0 0;
}

.slider-contant {
	z-index: 99;
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: left
}

.slider-contant h4 {
	margin: 10px 0;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4
}

.slide-btn {
	width: 175px;
	text-align: center
}

.slide-btn a {
	display: block;
	color: #fff;
	background: #2556a6;
	padding: 14px 17px;
	font-size: 19px;
	transition: all .3s ease-in;
}

.slide-btn a:hover {
	transition: all .3s ease-in;
	background: #126fa2;
	color: #fff
}

.send-enquiry-form .popup-corss {
	background: #0083cb;
	color: #fff
}

.send-enquiry-form .close span {
	background: #fff;
	margin: 0;
	padding: 5px;
	color: #0083cb;
	line-height: 13px;
	border-radius: 50%
}

.send-enquiry-form .modal-dialog {
	max-width: 52%
}

.send-enquiry-form .popup-corss h4 {
	float: left;
	font-size: 25px;
	color: #fff;
	margin: 0
}

.send-enquiry-form .close {
	opacity: 1
}

.send-enquiry-form textarea {
	resize: none
}

.send-enquiry-form .submit {
	width: 150px
}

.send-enquiry-form .custom-control {
	margin-bottom: 8px
}

.send-enquiry-form .modal-body {
	background: url(../images/form-bg.jpg) center top no-repeat;
	background-size: cover
}

.custom-control-label::before {
	background-color: #818386
}

.news {
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	background: #0083cb;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 27px
}

.whatnews {
	background: #f8f9fa;
	margin: 0;
	padding: 0
}

.whatnews ul {
	margin: 0;
	list-style: none;
	padding: 0
}

.whatnews ul li {
	margin: 0;
	padding: 0;
	display: block
}

.whatnews ul li a {
	font-size: 18px;
	color: #666;
	margin: 0;
	padding: 0;
	display: inline-block
}

.covid-icon-tst {
	margin: 10px 0;
	padding-right: 30px
}

.whatnews ul li a:hover {
	color: #0083cb;
	transition: .1s
}

.covid-icon {
	margin: 20px 0;
	text-align: center
}

.covid-icon .fa {
	border: 1px solid #777;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 35px
}

.slider-contant {
	margin: 0;
	padding: 25px;
	text-align: left;
	position: initial;
	background: rgb(0 52 113 / 68%);
}

.covid-icon img {
	border: 1px solid #777;
	border-radius: 50%;
	padding: 5px;
	width: 85%;
	margin: 0 0 0 10px
}

hr {
	margin: 0;
	padding: 0
}

.marquee-new a {
	border: none;
	font-family: 'Barlow', sans-serif;
}

.news span {
	display: block;
	font-size: 17px;
	text-align: center;
	margin: 0;
	color: #eee;
	text-transform: initial;
	font-weight: 100
}

.covid-icon-tst p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 1.4
}

@media screen and (max-width:767px) {
	.send-enquiry-form .modal-dialog {
		max-width: 80%;
		margin: 10px auto
	}
	.send-enquiry-form.form-group {
		margin-bottom: 0
	}
	.send-enquiry-form .form-control {
		margin-bottom: 15px
	}
	.slider-contant h4 {
		font-size: 30px
	}
	.whatnews {
		margin: 25px 0 0!important
	}
	.slide-btn {
		width: 125px;
		font-size: 14px
	}
}

@media screen and (max-width:600px) {
	.slider-contant h4 {
		font-size: 30px
	}
}

.ace-responsive-menu>li>a {
	color: #333;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase
}

.ace-responsive-menu li ul.sub-menu li a {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: uppercase
}

.ace-responsive-menu {
	background: #fff
}

.ace-responsive-menu>li>a {
	border: none;
	padding: 5px 10px
}

.ace-responsive-menu {
	width: auto;
	margin-top: 40px
}

.ace-responsive-menu li.menu-active>a {
	color: #0083cb
}

.ace-responsive-menu>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-right: solid 1px #ececec
}

.arrow {
	margin: 0;
	/* position: absolute; */
	top: 18px;
	left: 36px;
}

.umbrella-of-services-new {
	background: url(../images/umbrella-srv2.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin: 50px 0 0
}

.slider-contant h4 {
	font-size: 37px;
	font-weight: 700;
	margin: 0;
	padding: 0
}

.slide-btn {
	width: auto;
	text-align: left
}

.slide-btn a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 25px;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
}

.grid figure {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 5px;
	min-width: 230px;
	max-width: 230px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .5
}

.grid figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
	pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0
}

.grid figure h2 {
	word-spacing: -.15em;
	font-weight: 300
}

.grid figure h2 span {
	font-weight: 800
}

.grid figure h2,
.grid figure p {
	margin: 0
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.4
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity .6s, -webkit-transform .6s;
	transition: opacity .6s, transform .6s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

figure.effect-sarah:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
	text-align: left
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: .5em 0
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform .95s;
	transition: transform .95s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-sarah {
	background: #000;
	border: solid 2px #fff
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

figure.effect-sarah:hover img {
	opacity: .4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
	text-align: left
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: .5em 0;
	font-size: 19px;
	font-family: 'Proxima Nova Rg'
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.umbrella-of-services-left {
	width: 980px;
	align-content: normal;
	margin: 0 auto 0;
	margin-left: 25%
}

.sectoion-one {
	width: 100%;
	overflow: hidden;
	text-align: center
}

.sectoion-one ul {
	padding: 0;
	margin: 0
}

.sectoion-one ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #efefef
}

.sectoion-one ul li a {
	display: block;
	font-size: 15px;
	padding: 25px 10px;
	color: #fff;
	/* font-weight: 700; */
	/* font-family: 'Proxima Nova Rg'; */
	text-transform: uppercase;
}

.sectoion-service-box .one1 {
	background: #efefef
}

.sectoion-service-box .one2 {
	background: #e8e6e6
}

.sectoion-service-box .one3 {
	background: #e0e0e0
}

.sectoion-service-box .one4 {
	background: #d4d2d2
}

.sectoion-service-box .one5 {
	background: #bbbabac7
}

.sectoion-service-box .one6 {
	background: #a2a2a2ad
}

.white-sec h1 {
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	color: #333;
	font-family: 'Proxima Nova Rg';
	/* text-shadow: 0px 2px 4px #333; */
	font-size: 41px;
}

.news {
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	color: #fff
}

.headding11 {
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	color: #333;
	font-size: 26px;
	font-family: 'Proxima Nova Rg';
	/* text-shadow: 0px 2px 4px #333; */
	font-size: 41px;
}

.dt-sc-icon-box.type3 .icon-content h4 {
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	font-size: 16px
}

.dt-sc-icon-box.type3 .icon-content p {
	color: #333;
	text-align: justify;
	font-family: 'Proxima Nova Rg'
}

p {
	font-family: 'Proxima Nova Rg'
}

.slider-contant h4 {
	font-family: 'Proxima Nova Rg';
	text-shadow: 0px 2px 4px #333;
	font-family: 'Barlow', sans-serif;
}

.whatnews ul li {
	font-family: 'Proxima Nova Rg'
}

.Mission h4 {
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase
}

.count-text {
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	color: #333
}

.Assurance1 {
	font-family: 'Proxima Nova Rg';
	font-family: 'Barlow', sans-serif;
	font-size: 27px;
	font-weight: 600;
}

.footer-tst2 a {
	font-family: 'Proxima Nova Rg'
}

.footer-tst2 h6 {
	font-family: 'Proxima Nova Rg';
	font-family: 'Barlow', sans-serif;
}

.patten-icon p {
	text-align: justify
}

.wh100 {
	overflow: hidden
}

.greyscale {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0)
}

.top-band {
	background: #003471;
	overflow: hidden;
	width: 100%;
	padding: 3px 0;
}

.top-band .icon {
	position: relative;
	margin: 0;
	right: 0
}

.top-band .icon .number-top a {
	color: #fff;
	font-family: 'Barlow', sans-serif;
}

.top-band .iocn ul {
	margin: 0;
	padding: 0
}

.proxima .social-icons {
	display: none
}

.iocn ul li a {
	transform: rotate(0)

}

.iocn ul li a .fa {
	transform: rotate(0)
}

.univercity-box-main {
	text-align: center
}

.univercity-box {
	background: #f3f0ee;
	padding: 20px;
	min-height: 220px
}

.univercity-box a {
	display: block;
	padding: 45px 25px;
	font-size: 35px;
	color: #006694;
	font-family: BureauGrotesque-ThreeSeven
}

.univercity-box a:hover {
	text-decoration: none
}

.univercity-box h3 {
	font-family: BureauGrotesque-ThreeSeven;
	font-size: 35px;
	color: #006694
}

.univercity-box ul {
	padding: 0
}

.univercity-box ul li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	text-align: left;
	border-bottom: solid 1px #4aa3f0;
	min-height: 52px;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.univercity-box ul li a {
	font-family: 'Proxima Nova Rg';
	font-size: 15px;
	padding: 0;
	display: inline-block;
	color: #333;
	line-height: 22px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 700
}

.univercity-box ul li::before {
	content: "\f061";
	font-family: FontAwesome;
	color: #333;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 2px
}

.univercity-box .hvr-underline-from-left:before {
	background: #333;
	height: 1px
}

.univercity-box {
	background: #f3f0ee;
	padding: 10px;
	min-height: 140px;
	display: inline-block;
	max-width: 215px;
	vertical-align: top
}

.univercity-box2 {
	background: #e6e0db
}

.univercity-box3 {
	background: #cdc3b9
}

.sectoion-one {
	background: #efefef;
	background: -moz-linear-gradient(left, #efefef 0, #c6c5c5 100%);
	background: -webkit-linear-gradient(left, #efefef 0, #c6c5c5 100%);
	background: linear-gradient(to right, #2556a6 0, #00235a 100%);
	margin: -70px 0 0;
	position: relative;
}

.sectoion-service-box .one1 {
	background: #efefef
}

.sectoion-one .one1 {
	background: #053e9b;
}

.sectoion-one .one2 {
	background: #002c74;
}

.sectoion-one .one3 {
	background: #01235a;
}

.sectoion-one .one4 {
	background: #002c74;
}

.sectoion-one .one5 {
	background: #053e9b;
}

.sectoion-one .one6 {
	background: #a2a2a2ad
}

.whatsapp {
	position: fixed;
	bottom: 5px;
	right: 0;
	z-index: 99
}

.header-inner {
	background: url(../images/inner-banner.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 40px;
	padding: 20px 0
}

.header-inner-1 {
	background: url(../images/inner-banner-1.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 40px;
	padding: 20px 0;
	color: #fff
}

.header-inner-1 .headding11 {
	color: #fff
}

.header-inner-1 .breadcrumbs ul li {
	color: #fff
}

.header-inner-1 .breadcrumbs ul li a {
	color: #fff
}

.header-inner .headding11 {
	color: #fff;
	margin: 0
}

.header-inner .breadcrumbs {
	margin: 0
}

.header-inner .breadcrumbs ul li {
	color: #fff
}

.header-inner .breadcrumbs ul li a {
	color: #fff
}

.proxima .send-enquiry-btn-right {
	display: none
}

.send-enquiry-btn-right {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999
}

.help-squares .umbrella-service-box {
	display: flex;
	height: 120px;
	width: auto;
	background-size: cover;
	background-position: center;
	justify-content: center;
	align-items: center;
	margin: 15px;
	position: relative
}

.help-squares a h6 {
	color: #fff;
	z-index: 99;
	text-transform: uppercase;
	margin: 0;
	font-size: 20px
}

.help-squares .umbrella-service-box:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	background-color: #000
}

.umbrella-service-mobile {
	text-align: center;
	width: 100%;
	display: none
}

.mb-40 {
	margin-bottom: 40px
}

.global img {
	width: 100%
}

.service-bg {
	background: url(../images/creative-bg.jpg) no-repeat top center;
	max-width: 800px;
	min-height: 577px;
	margin: 0 auto;
	padding: 30px
}

.service-bg p {
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	text-align: center
}

.umbrella-srvic {
	border: solid 1px #fff;
	padding: 25px;
	width: 500px;
	margin: 0 auto
}

.umbrella-srvic h1 {
	color: #ffeb3b;
	font-size: 27px
}

.umbrella-srvic ul {
	padding: 0 0 0 30px;
	list-style-type: circle
}

.umbrella-srvic ul li {
	font-size: 24px;
	color: #fff
}

.umbrella-srvic ul li a {
	color: #fff
}

.help {
	text-align: center;
	margin: 25px 0 0
}

.help h5 {
	color: #ffeb3b;
	font-size: 24px;
	text-align: center
}

.help p {
	text-align: center;
	text-transform: uppercase
}

.creative-bottom {
	background: #0d7ee0;
	padding: 5px;
	text-align: center
}

.creative-bottom ul {
	padding: 0;
	margin: 0
}

.creative-bottom ul li {
	display: inline-block;
	font-size: 18px
}

.creative-bottom ul li a {
	display: block;
	color: #fff
}

.borderbottomline {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	padding: 0 12px;
	margin: 0 12px;
	line-height: 20px
}

.whatsapp-api {
	position: fixed;
	z-index: 99;
	bottom: 85px;
	right: 20px
}

.whatsapp-api i.fa.fa-whatsapp {
	color: #fff;
	background: #25d366;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center
}

.whatsapp-api .fa {
	font-size: 40px;
	margin: 0 3px
}

#google_translate_element {
	background: #1680c5;
	display: block;
	overflow: hidden;
	margin: 3px 0 0
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color: #fff!important
}

#google_translate_element .goog-te-gadget-simple {
	padding: 5px!important;
	border: none!important;
	background: #1680c5!important
}

#google_translate_element .goog-te-menu-value span {
	color: #fff!important
}

.goog-te-gadget-simple .goog-te-menu-value span {
	color: #fff!important
}

.goog-te-gadget {
	float: right!important
}

#accordion .panel-collapse {
	background: #fff
}

.top-blue {
	background: #1680c5
}

.white-sec .typingtext {
	background: #2556a6;
	color: #fff;
	text-align: center;
	padding: 15px 50px;
	/* font-family: 'Playfair Display', serif; */
	font-weight: 800;
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 46px;
}

.typingtext {
	background: #0083cb;
	color: #fff;
	text-align: center;
	padding: 15px 15px;
	/* font-family: 'Playfair Display', serif; */
	font-weight: 600;
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 50px;
}

.whats-new {
	padding: 0;
	background: #186b98;
	text-align: center
}

.whats-new p {
	margin: 0;
	font-size: 22px;
	color: #fff;
	text-align: center
}

.whants-new-band a {
	color: #fff;
	padding: 2px 0 0;
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center
}

.marSblink {
	background: red!important
}

.marblinkoff {
	background: #ff9800!important
}

.m0 {
	margin: 0!important
}

.newsletter {
	padding: 1rem 1rem;
	background-color: #0083cb;
	width: 250px;
	overflow-x: hidden;
	align-items: center;
	flex-direction: row;
	position: fixed;
	z-index: 9999;
	margin: 0 auto;
	left: 0;
	top: 31%
}

.newsletter h3 {
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 20px
}

.newsletter .submit {
	width: auto;
	background: #195779;
	margin: 0
}

.m0 {
	margin: 0
}

.newsletter .form-group {
	margin-bottom: 10px
}

.btn__close::after,
.btn__close::before {
	content: "";
	height: 1px;
	width: 25px;
	background-color: #fff;
	position: absolute;
	top: 11.5px;
	left: 0;
	transition: transform .4s ease
}

.btn__close {
	position: absolute;
	cursor: pointer;
	width: 25px;
	top: 10px;
	right: 10px;
	height: 25px;
	background: 0 0;
	border: none
}

.btn__close::after,
.btn__close::before {
	content: "";
	height: 1px;
	width: 25px;
	background-color: #ffff;
	position: absolute;
	top: 11.5px;
	left: 0;
	transition: transform .4s ease;
	color: #fff
}

.btn__close::after {
	transform: rotate(45deg)
}

.btn__close::before {
	transform: rotate(-45deg)
}

.btn__close:hover::before {
	transform: rotate(45deg)
}

.btn__close:hover::after {
	transform: rotate(-45deg)
}

.testimonial-sec {
	width: 100%;
	background: #efefef;
	padding: 50px 0;
	margin: 0 auto
}

.testimonial-bg-gray {
	width: 65%;
	margin: 0 auto;
	text-align: center
}

.testimonial-sec .owl-theme .owl-controls {
	margin-top: 0
}

.testimonial-sec .owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background: #f1971f;
	color: #fff;
	border-radius: 0;
	margin-right: 5px;
	opacity: 1
}

.testimonial-sec p {
	font-size: 19px;
	line-height: 1.5
}

.testimonial-sec .owl-theme .owl-controls {
	margin: 15px 0 0
}

.testimonial-sec h4 {
	font-size: 22px;
	margin: 0 0;
	text-transform: uppercase;
	color: #0083cb
}

.testimonial-sec .headding11 {
	text-align: center
}

.testimonial-sec-inner {
	background: #fff;
	padding: 0;
	margin-bottom: 30px
}

.testimonial-col-inner {
	display: inline-block;
	width: 47%;
	background: #efefef;
	padding: 20px;
	min-height: 200px;
	margin: 5px;
	vertical-align: top
}

.viewmore {
	margin: 10px 0 0;
	text-align: center
}

.viewmore a {
	font-size: 18px;
	border: solid 1px #fff;
	padding: 0 10px;
	display: inline-block;
	color: #fff
}

.viewmore a:hover {
	color: #fff
}

.testimonial-sec-home {
	background: url(../images/e-bg.jpg) top left no-repeat;
	background-size: cover;
	margin-top: 50px;
	padding: 60px 0 0;
}

.testimonial-sec-home .headding11 {
	color: #fff;
	text-align: center;
	font-style: normal;
	font-family: 'Barlow', sans-serif;
}

.testimonial-black-box .owl-theme .owl-controls {
	text-align: left;
	margin: 0
}

.testimonial-black-box .owl-theme .owl-controls .owl-buttons div {
	display: none;
	margin: 0;
	opacity: 1;
	background: #151521!important;
	border: solid 1px #fff;
	margin-right: 5px
}

.testimonial-black-box {
	width: 100%;
	position: relative;
	padding: 50px 30px 50px
}

.testimonial-black-box p {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
}

.testimonial-black-box h4 {
	font-size: 23px;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
}

.testimonial-black-box h5,
h6 {
	color: #fff
}

.testimonial-black-box::before {
	content: "\f10d";
	font-family: FontAwesome;
	color: #fff;
	font-size: 60px;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -35px
}

.testimonial-col-home h4,
h5,
h6 {
	font-style: italic;
	color: black;
}

.testimonial-col-home {
	text-align: center;
	width: 60%;
	margin: 0 auto
}

.testimonial-black-box h4 {
	display: inline-block;
	border-bottom: solid 2px #ffffff;
	/* border-top: solid 2px #4aa3f0; */
	padding: 10px 0;
}

.testimonial-col-inner h6 {
	color: #212529
}

.calculator-sec {
	position: sticky;
	font-size: 18px;
	color: #000;
	top: 0;
	z-index: 99
}

.calculator-sec p {
	font-size: 20px;
	color: #000
}

.calculator-headfixed {
	background: #ddd;
	padding: 10px 0
}

.calculator-sec .col-md-4 {
	padding: auto
}

.applicable {
	padding: 3px 16px;
	display: block;
	background: #03a84e;
	color: #fff
}

.not_applicable {
	padding: 3px 16px;
	display: block;
	background: red;
	color: #fff
}

.calculator-sec .form-control {
	font-size: 18px
}

.calculator-black-band {
	text-align: center;
	background: #48484c;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 15px
}

.calculator-black-band h1 {
	font-size: 25px
}

.calculator-black-band p {
	color: #fff
}

.width1000 {
	max-width: 1000px
}

.numeric-number {
	text-align: center;
	background: #48484c;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 25px
}

.calculator-inner {
	margin: 10px 0 50px
}

.asso h3 {
	color: #649bde
}

.asso h1 {
	font-weight: 600;
	color: #4b4b4d
}

.asso p {
	text-align: justify
}

.treturn ul {
	list-style: none;
	padding: 0
}

.treturn ul li {
	float: left;
	width: 19%;
	text-align: center;
	margin: 0 5px;
	padding-top: 20px;
	background-color: #fff;
	min-height: 144px;
	border: 2px solid #53a8f1
}

.num {
	font-weight: 600;
	font-size: 18px
}

.treturn ul li:hover {
	color: #fff;
	background: #53a8f1
}

.treturn ul li p:hover {
	color: #fff
}

.key {
	text-align: center;
	font-size: 18px
}

.lisst h4 {
	font-size: 20px;
	color: #4b4b4d;
	margin: 0
}

.lisst p {
	font-size: 17px;
	line-height: 34px
}

.lisst ul {
	padding-left: 20px;
	margin-top: 20px
}

.lisst ul li {
	font-size: 18px;
	line-height: 38px
}

.pointt p {
	text-align: center;
	font-size: 20px;
	font-weight: 600
}

.pointt ul {
	list-style: none;
	padding: 0
}

.pointt ul li {
	float: left;
	text-align: center;
	width: 32%;
	font-size: 18px;
	background-color: #4aa3f0;
	margin: 0 4px;
	padding: 10px;
	color: #fff;
	font-weight: 600
}

.flowss {
	text-align: center
}

.flowss h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #777
}

.flowss ul {
	list-style: none;
	padding: 0
}

.flowss ul li h5 {
	font-style: normal;
	color: #4aa3f0
}

.flowss ul li {
	float: left;
	text-align: center;
	width: 21%;
	font-size: 14px;
	background-color: #fff;
	margin: 0 10px;
	padding: 16px 20px;
	border-radius: 33px 0;
	min-height: 260px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	border: 5px solid #4aa3f0
}

.flowss ul li p {
	line-height: 24px
}

.arr {
	float: left;
	text-align: center;
	width: 1%!important;
	font-size: 0;
	background-color: #fff;
	margin: 0 5px!important;
	padding: 0!important;
	border-radius: 0!important;
	min-height: 260px;
	box-shadow: none!important;
	border: none!important
}

.arr img {
	margin-top: 130px
}

.arrdown {
	display: none
}

.heig {
	margin-top: 8px
}

.serve {
	text-align: center
}

.serve h2 {
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
	font-size: 26px;
	color: #4aa3f0;
	
}
.mt78 h2{
	margin-bottom: 78px !important;
}

.utax p {
	text-align: justify
}

.utax h3 {
	color: #333;
	font-weight: 700;
	text-align: left
}

.fa-circle-o {
	font-size: 12px;
	color: #4aa3f0
}

.utax ul {
	list-style: none;
	padding-left: 0
}

.utax ul li {
	text-align: left;
	position: relative;
	padding-left: 20px
}

.utax ul li .fa {
	position: absolute;
	left: 0;
	top: 8px
}

.soft-item {
	border: 3px solid #4aa3f0;
	margin: 0 10px
}

.soft-item img {
	margin: auto;
	display: block;
	width: 100%
}

.serv h2 {
	text-align: left;
	font-weight: 600;
	margin: 30px 0
}

#main {
	margin: 6px 0px;
}

#main #faq .card {
	margin-bottom: 0;
	border: 0
}

#main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border-radius: 2px;
	padding: 0
}

#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #768792;
	font-size: 16px;
	padding: 10px;
	width: 100%
}

#main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 900;
	float: right
}

#main #faq .card .card-header .btn-header-link.collapsed {
	background: #e3e3e3;
	color: #000;
	border-bottom: 1px solid #fff
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106"
}

#main #faq .card .collapsing {
	background: #fff;
	line-height: 30px
}

#main #faq .card .collapse {
	border: 0
}

#main #faq .card .collapse.show {
	background: #f5f5f5;
	line-height: 30px;
	color: #222
}

#main-1 {
	margin: -2px 0px;
}

#main-1 #faq-a .card {
	margin-bottom: 0;
	border: 0
}

#main-1 #faq-a .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	border-radius: 2px;
	padding: 0
}

#main-1 #faq-a .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #768792;
	font-size: 16px;
	padding: 10px;
	width: 100%
}

#main-1 #faq-a .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 900;
	float: right
}

#main-1 #faq-a .card .card-header .btn-header-link.collapsed {
	background: #e3e3e3;
	color: #000;
	border-bottom: 1px solid #fff
}

#main-1 #faq-a .card .card-header .btn-header-link.collapsed:after {
	content: "\f106"
}

#main-1 #faq-a .card .collapsing {
	background: #fff;
	line-height: 30px
}

#main-1 #faq-a .card .collapse {
	border: 0
}

#main-1 #faq-a .card .collapse.show {
	background: #f5f5f5;
	line-height: 30px;
	color: #222
}
#main-2 {
	margin: -2px 0px;
}

#main-2 #faq-a .card {
	margin-bottom: 0;
	border: 0
}

#main-2 #faq-a .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	border-radius: 2px;
	padding: 0
}

#main-2 #faq-a .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #768792;
	font-size: 16px;
	padding: 10px;
	width: 100%
}

#main-2 #faq-a .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 900;
	float: right
}

#main-2 #faq-a .card .card-header .btn-header-link.collapsed {
	background: #e3e3e3;
	color: #000;
	border-bottom: 1px solid #fff
}

#main-2 #faq-a .card .card-header .btn-header-link.collapsed:after {
	content: "\f106"
}

#main-2 #faq-a .card .collapsing {
	background: #fff;
	line-height: 30px
}

#main-2 #faq-a .card .collapse {
	border: 0
}

#main-2 #faq-a .card .collapse.show {
	background: #f5f5f5;
	line-height: 30px;
	color: #222
}
#main-3 {
	margin: 0 0
}

#main-3 #faq-a .card {
	margin-bottom: 0;
	border: 0
}

#main-3 #faq-a .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
	border-radius: 2px;
	padding: 0
}

#main-3 #faq-a .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #768792;
	font-size: 16px;
	padding: 10px;
	width: 100%
}

#main-3 #faq-a .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 900;
	float: right
}

#main-3 #faq-a .card .card-header .btn-header-link.collapsed {
	background: #e3e3e3;
	color: #000;
	border-bottom: 1px solid #fff
}

#main-3 #faq-a .card .card-header .btn-header-link.collapsed:after {
	content: "\f106"
}

#main-3 #faq-a .card .collapsing {
	background: #fff;
	line-height: 30px
}

#main-3 #faq-a .card .collapse {
	border: 0
}

#main-3 #faq-a .card .collapse.show {
	background: #f5f5f5;
	line-height: 30px;
	color: #222
}
.fixed-main{ display: none}
.fixed-band{width: 100%;position: fixed;z-index: 999;bottom: 0;}
.fixed-band a{display: block;padding: 5px 0;color: #fff;background:#d86806; text-align: center;font-size: 22px;}
.services-page .header-inner{ margin-bottom: 0}
  .hiddenn {
            display: none;
        }

@media only screen and (max-width:990px) {
	.testimonial {
		margin: 30px
	}
}

@media screen and (max-width:991px) {
	.slider-contant h4 {
		font-size: 30px
	}
}

@media screen and (max-width:968px) {
	.ace-responsive-menu {
		width: 100%;
		margin: 0;
		background: #ececec
	}
	.arrow {
		position: static
	}
	.ace-responsive-menu>li {
		border-bottom: solid 1px #d6cdcd;
		border-right: 0
	}
}

@media screen and (max-width:767px) {
	.top-band .iocn {
		display: none;
		text-align: center
	}
	.number-top {
		text-align: center;
		float: none
	}
	.top-band {
		text-align: center
	}
	.umbrella-of-services-left {
		margin: 0 auto;
		margin-left: 0
	}
	.sectoion-one {
		display: none
	}
	.mobile-none {
		display: none
	}
	.calculator-black-band p {
		line-height: 1.2
	}
	.numeric-number {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 18px
	}
	.numeric-number {
		margin-bottom: 8px
	}
}

@media screen and (max-width:680px) {
	.slider-contant p {
		font-size: 15px
	}
	.slide-btn a {
		padding: 3px 5px;
		font-size: 13px
	}
	.sectoion-one ul li a {
		font-size: 13px
	}
	.headding11 {
		margin-bottom: 15px;
		font-size: normal
	}
	.footer-tst2 h6 {
		padding: 0
	}
	.footer-tst2 {
		left: 30px
	}
	.footer-tst2 {
		left: 0
	}
	.sectoion-one ul li {
		width: 45%
	}
	.umbrella-service-mobile {
		display: block
	}
	.umbrella-of-services-left {
		display: none
	}
	.treturn ul li {
		float: left;
		width: 100%!important;
		text-align: center;
		margin: 0 5px;
		padding-top: 20px;
		background-color: #fff;
		min-height: 144px;
		border: 2px solid #53a8f1;
		margin-bottom: 20px!important
	}
	.pointt ul li {
		float: left;
		text-align: center;
		width: 100%!important;
		font-size: 18px;
		background-color: #4aa3f0;
		margin: 0 4px;
		padding: 10px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 20px!important
	}
	.flowss ul li {
		float: left;
		text-align: center;
		width: 100%!important;
		font-size: 14px;
		background-color: #fff;
		margin: 0 0!important;
		padding: 16px 20px;
		border-radius: 33px 0;
		min-height: 260px;
		border: 5px solid #4aa3f0;
		margin-bottom: 20px!important;
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%)
	}
	.arr {
		display: none
	}
	.arrdown {
		display: block!important
	}
	.arrdown {
		float: left;
		text-align: center;
		width: 100%!important;
		font-size: 0;
		background-color: #fff;
		margin: 0 5px!important;
		padding: 0!important;
		border-radius: 0!important;
		min-height: 20px!important;
		box-shadow: none!important;
		border: none!important
	}
	
.services-page	.fixed-main{ display: block}
	.footer-end{  padding: 12px 0 60px}
}
.carousel-caption {
    position: absolute;
    right: 28%;
    bottom: 166px;
    left: 9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}





/*About-Company*/
.about_comp_sect{background: #e9e9e9;padding:30px 0;min-height: 185px;background: url(../images/bgbw.png);}
.about_comp_sect .container{ position:relative}
.about_comp_pos{position:absolute;margin-top: -117px;z-index:99;width: 100%;display:block;}
.abt_comp_list{margin:0px; padding:0px;}
.abt_comp_list ul{margin:0px; padding:0px}.abt_comp_list ul:after{content:'';display:block;clear:both}
.abt_comp_list ul li{list-style:none;margin:0px;padding:0px;display:block;float:left;width: 24%;}
.abt_comp_w{width: 243px;border-radius: 0 68px 0 68px;background:#fff;overflow:hidden;font-family: 'Open Sans', sans-serif;margin:10px auto;box-shadow:0px 4px 11px #c7c7c7;transition:all linear .6s;font-family: 'Barlow', sans-serif;}
.abt_comp_inr{ padding:10px}
.abt_icon{width:100px;height:100px;background:#e2ebf4;border-radius:50%; margin:auto; overflow:hidden}
.abt_icon figure{width:100px;height:100px;vertical-align:middle;display:table-cell; text-align:center;}
.abt_icon figure img{ max-width:100%; height:auto; transition:all linear .6s}
.abt_comp_w:hover .abt_icon figure img{ transform:scale(1.1)}
.abt_comp_w:hover{box-shadow: 0px 4px 11px #021d48;background: #2556a6;transform:translateY(-10px);}
.abt_comp_w:hover .abt_icon{background:#fff;}
.abt_comp_w:hover  .abt_ttl{color:#fff;}.abt_comp_w:hover  .abt_ttl a{color:#fff;}
.abt_ttl{font-size:14px;line-height: 20px;font-weight:700;color:#083d5f;height:62px;overflow:hidden; text-align:center; margin-top:10px;}
.abt_ttl a{color:#083d5f; }

.services-box {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #f5f5f5;
    text-align: center;
    padding: 2rem 1rem 1.5rem;
}
.box {
    position: relative;
    cursor: pointer;
    color: #16a085;
    height: 100%;
}.box svg {
    position: absolute;
    top: 0;
    left: 0;
}.services-box .icons {
    margin: 0 0 1rem;
}.services-box.box a {
    position: relative;
    z-index: 22;
}
.services-box a {
    color: #4c4e54;
    font-size: 14px;
    text-decoration: none;
}.services-box img {
    height: 238px;
}
.services-box img {
    /* height: 42px; */
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}.services-box.box h4 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 22;
    color: #16181e;
}.services-box.box a {
    position: relative;
    z-index: 22;
}
.services-box h4 a {
    font-size: 16px;
    color: #444;
    font-weight: 600;
}.services-box.box p {
    font-family: 'Open Sans';
    font-size: 15px;
    margin-bottom: 2rem;
}
.services-box.box p {
    position: relative;
    z-index: 22;
    line-height: 22px;
    font-size: 14px;
}
.services-box p {
    margin: 0 0 6rem;
    color: #4c4e54;
    font-size: 14px;
}.box {
    position: relative;
    cursor: pointer;
    color: #16a085;
    height: 100%;
}.services-box.box a {
    position: relative;
    z-index: 22;
}
.services-box a {
    color: #4c4e54;
    font-size: 14px;
    text-decoration: none;
}
.services-box.box:hover svg line.top {
    -webkit-transform: translateX(-545px);
    transform: translateX(-545px);
}
.services-box.box:hover svg line.bottom, .services-box.box:hover svg line.top {
    stroke-dasharray: 120% 80%;
}
.list-images ul li a:hover svg line, .box:hover svg line, .services-box.box:hover svg line {
    stroke: #a44685;
}
.services-box.box svg line.bottom, .services-box.box svg line.top {
    stroke-dasharray: 115% 100%;
}
.services-box.box:hover svg line {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.services-box.box:hover svg line {
    stroke: #2e7fe6;
}.services-box.box:hover svg line.left {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
}
.services-box.box:hover svg line.left, .services-box.box:hover svg line.right {
    stroke-dasharray: 110% 100%;
}.services-box.box:hover svg line.bottom {
    -webkit-transform: translateX(550px);
    transform: translateX(550px);
}
.services-box.box:hover svg line.bottom, .services-box.box:hover svg line.top {
    stroke-dasharray: 120% 80%;
}.services-box.box:hover svg line.right {
    -webkit-transform: translateY(-900px);
    transform: translateY(-900px);
}
.services-box.box:hover svg line.left, .services-box.box:hover svg line.right {
    stroke-dasharray: 110% 100%;
}.services-box:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

@media screen and (max-width:480px) {
	.sectoion-one ul li {
		width: 100%
	}
	.sectoion-one ul li a {
		padding: 15px 10px
	}
	.sectionrow {
		padding-top: 30px
	}
	.grid figure {
		width: 90%;
		max-width: 100%;
		float: none;
		margin: 0 auto 15px
	}
	.slider-contant h4 {
		font-size: 16px;
		margin: 0
	}
	.headding11 {
		font-size: 20px
	}
	.end-tst {
		text-align: center
	}
}


.container-fluid {
    width: 97%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

nav.navbar.navbar-expand-lg.mainmenu {
    margin: 12px 0 0;
    padding: 0 0;
}







.sec_pad {
    padding: 30px 0
}

.topsec {
    background-image: url(/content/v2/img/top-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 100px
}

    .topsec.formsec_rating {
        background-image: url(/content/v2/img/compliances-banner.png);
        background-position-x: -350px;
        background-repeat: no-repeat
    }

.formsec_rating .topform_pad {
    padding-right: 0
}

.topsec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    background: #000;
    z-index: -1
}

.topsec::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    opacity: .8;
    background: #ab1d06;
    z-index: -1;
    -webkit-clip-path: polygon(25% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(25% 0,100% 0,100% 100%,0 100%)
}

.topdet {
    color: #fff
}

    .topdet h1 {
        font-weight: 700;
        line-height: 52px
    }

    .topdet h4 {
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 40px;
        font-size: 20px
    }

    .topdet h5 {
        font-weight: 600;
        display: inline-block;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        padding-right: 120px
    }

    .topdet .price p {
        font-size: 28px;
        font-weight: 600
    }

        .topdet .price p i {
            font-size: 24px
        }

        .topdet .price p:first-child {
            font-size: 20px
        }

            .topdet .price p:first-child i {
                font-size: 18px
            }

.white_btn {
    background: #fff;
    color: #ab1d06;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 15px;
    display: inline-block;
    transition: .3s all
}

    .white_btn:hover {
        background: #ab1d06;
        color: #fff;
        text-decoration: none;
        transition: .3s all
    }

.top_secform h3 {
    color: #a9a9a9;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid
}

.form_rating.top_secform h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 0;
    color: #ab1d06;
    font-weight: 600
}

.form_group {
    position: relative;
    margin-bottom: 20px
}

.form_control {
    border: 1px solid #a9a9a9;
    padding: 10px 20px;
    height: 58px;
    padding-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: .2s all
}

.form_rating .form_control {
    height: 45px
}

.form_control:active, .form_control:focus, .value_exists {
    border-color: #ab1d06;
    outline: 0;
    color: #000;
    box-shadow: none;
    transition: .2s all;
    padding-bottom: 0
}

.form_control ~ label {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: 0;
    color: #a9a9a9;
    font-weight: 600;
    font-size: 16px;
    transform: translate(0,-50%);
    transition: .2s all;
    pointer-events: none
}

.form_control:active ~ label, .form_control:focus ~ label, .value_exists ~ label {
    top: 15px;
    font-size: 12px;
    color: #ab1d06;
    transition: .2s all
}

.form_rating .form_control:active ~ label, .form_rating .form_control:focus ~ label, .form_rating .value_exists ~ label {
    top: 12px;
    font-size: 12px
}

.red_btn {
    border: 2px solid #ab1d06;
    background: #ab1d06;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s all
}

.form_rating .red_btn {
    padding: 8px
}

.red_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #ab1d06;
    transition: .3s all
}

.red_btn i {
    transition: .3s all
}

.red_btn:hover i {
    margin-left: 20px;
    transition: .3s all
}

.sec_heading {
    font-weight: 700;
    font-size: 38px
}

.tag_line {
    color: #a9a9a9;
    font-size: 18px;
    margin-bottom: 0
}

.processul {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .processul li {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        list-style: none;
        display: flex
    }

        .processul li:last-child {
            flex: 0 0 50%;
            max-width: 50%
        }

.process_block {
    text-align: center;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    margin: auto
}

    .process_block::before {
        content: '';
        position: absolute;
        background-image: url(/content/v2/img/arrow.svg);
        height: 35px;
        width: 70px;
        background-size: 100%;
        background-repeat: no-repeat;
        right: -35px;
        z-index: 1;
        top: 50%;
        transform: translate(0,-50%)
    }

    .process_block.nobefore::before {
        content: none
    }

.processul li:last-child .process_block::before, .processul li:nth-child(3) .process_block::before, .processul li:nth-child(6) .process_block::before {
    content: none
}

.process_block img {
    width: 100px
}

.process_block h4 {
    color: #ab1d06;
    font-weight: 600;
    line-height: 30px;
    font-size: 22px
}

.services_block a:hover {
    text-decoration: none
}

.service_home .services_block span {
    background: #2556a6;
    height: 100px;
    width: 100px;
    padding: 25px;
    transition: .3s all;
}

    .service_home .services_block span::before {
        border-color: #fff;
        border-width: 2px;
        height: 90px;
        width: 90px
    }

.service_home .services_block a:hover span::before {
    height: 120px;
    width: 120px;
    border-color: #2556a6;
}

.service_home .services_block a:hover span {
    padding: 20px;
    transition: .3s all
}

.service_home .services_block h5 {
    color: #000
}

.services_block {
    text-align: center;
}
.service_home .services_block span {
    background: #2556a6;
    height: 100px;
    width: 100px;
    padding: 25px;
    transition: .3s all;
}
.services_block span {
    display: block;
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgb(255 255 255 / 50%);
}.service_home .services_block span::before {
    border-color: #fff;
    border-width: 2px;
    height: 90px;
    width: 90px;
}
.services_block span::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 4px solid #2556a6;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all;
}.services_block span img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}.service_home .services_block h5 {
    color: #000;
}
.services_block h5 {
    font-weight: 600;
    color: #fff;
    padding: 10px;
    padding-top: 20px;
}

.abb{
	
	background:white;
}

.hdd{
	    padding: 40px 0;
}.hdd h2{
	        font-weight: 700;
	        FONT-SIZE: 40PX;
	        COLOR: #003471;
	        font-family: 'Barlow', sans-serif;
}

.hdd p {
    font-family: 'Proxima Nova Rg';
    font-family: 'Open Sans';
    text-align: justify;
    color: black;
    font-family: 'Barlow', sans-serif;
}








.sectionClass {
  padding: 60px 0px 50px 0px;
  position: relative;
  display: block;
  background: url(../images/map-new.jpg);
}

.fullWidth {
  /* width: 100% !important; */
  /* display: table; */
  /* float: none; */
  /* padding: 0; */
  /* min-height: 1px; */
  /* height: 100%; */
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  /* padding: 0; */
  background: url(../../images/map-new.jpg);
}

.projectFactsWrap .item{
  /* width: 25%; */
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  /* background: rgb(16, 31, 46); */
}

.projectFactsWrap .item:nth-child(2){
  /* background: rgb(18, 34, 51); */
}

.projectFactsWrap .item:nth-child(3){
  /* background: rgb(21, 38, 56); */
}

.projectFactsWrap .item:nth-child(4){
  /* background: rgb(23, 44, 66); */
}

.projectFactsWrap .item p.number{
  font-size: 51px;
  padding: 0;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
}

.projectFactsWrap .item p{
  color: rgb(0 52 113);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /* font-family: 'Open Sans'; */
  font-family: 'Barlow', sans-serif;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgb(0 52 113);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: #003471;
}

.projectFactsWrap .item:hover span{
  background: #003471;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

 

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
 
}


.yyuu h3{
	font-size: 40px;
	font-weight: 800;
	font-family: 'Barlow', sans-serif;
}

.yyuu h4{
	font-size: 27px;
	font-weight: 600;
	color: #00aeef;
	font-family: 'Barlow', sans-serif;
}



.ht-box-images.style-02 .image-box-wrap {
    -webkit-box-shadow: 0 0 40px 5px rgb(51 51 51 / 10%);
    box-shadow: 0 0 40px 5px rgb(51 51 51 / 10%);
    background: #fff;
    border-radius: 5px;
    padding: 30px 38px;
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}.section-space--mt_60 {
    margin-top: 60px;
}.section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}.ht-box-images.style-02 {
    display: block;
}.ht-box-images.style-02 .image-box-wrap .box-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}.ht-box-images.style-02 .image-box-wrap .content .heading {
    color: black;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
    font-style: inherit;
    font-size: 18px;
    font-weight: 500;
}


 .contact-inner input, .contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #1c1c1c;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}.contact-input .contact-inner {
    /* float: left; */
    margin: 0 0 20px;
    padding: 0 16px;
    /* width: 50%; */
}


















@media only screen and (max-width:768px){
    .abt_comp_list ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    margin: 0 3px 0 0;
    width: 24%;
}

.abt_icon figure {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}.abt_icon {
    width: 64px;
    height: 64px;
    background: #e2ebf4;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}.abt_comp_inr {
    padding: 10px 5px;
}
 .abt_comp_w {
    width: 80px;
    border-radius: 0 30px 0 30px;
    background: #fff;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 10px auto;
    box-shadow: 0px 4px 11px #c7c7c7;
    transition: all linear .6s;
}

 .abt_ttl {
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    color: #083d5f;
    height: 62px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

 .hidden-xs{
     display: none ! important;
 }

 .about_comp_pos {
    position: relative;
    margin-top: -20px;
    z-index: 0;
    width: 100%;
    display: block;
}
 .services-box.box p {
    position: relative;
    z-index: 22;
    line-height: 22px;
    font-size: 14px;
    margin: 8px;
}
 .services-box.box a {
    position: relative;
    z-index: 22;
    font-size: 20px;
}.testimonial-col-home {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.slider-main {
    position: relative;
    width: 100%;
    MARGIN: 0px 0 0;
}


}
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
}.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #003471;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.contact-inner {
    margin: 0 0 20px;
}

 .yud{
     background: aliceblue;
    padding: 40px;
    border: 1px solid #4c87cd;
 }.conact-info__list li {
    margin-bottom: 7px;
    font-size: 20px;
}ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}











 .picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff1e0;
}
section {
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
.list-view .row > [class*=col-] {
  max-width: 100%;
  flex: 0 0 100%;
}
.list-view .card {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .list-view .card {
    flex-direction: column;
  }
}
.list-view .card > .card-img-top {
  width: auto;
}
.list-view .card .card-body {
  display: inline-block;
}


.btn-list,.btn-grid{float:right}

.mt-50{
    margin-top:50px
}