@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,500,700&display=swap');
 body {
	font-family: Tahoma;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.about-pic-wrapper img{width:100%; height:auto; display:block; margin:0; padding:0; } 
img.team-member-pic {width: 150px;height: 150px;object-fit: cover;display: block;margin: 0;} 
/* Animation */
.container {max-width:1400px; width:100%;}  
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.wow {
	-moz-transform-style: preserve-3D;
	-webkit-transform-style: preserve-3D;
	transform-style: preserve-3D;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -3%, 0);
		transform: translate3d(0, -3%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -3%, 0);
		transform: translate3d(0, -3%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
/* Animation */
.indus-inner-flex-box{display: flex;flex-wrap: wrap;gap: 20px;}
.indus-inner-div {
    flex: 0 0 18.33%;
    max-width: 18.33%;
            display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
}


.navbar-dark.gradient-bg {
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.navbar-dark .navbar-toggler {
	outline: 0
}
.navbar-dark .navbar-nav .nav-link {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	position: relative;
	line-height: 30px;
	font-family: Tahoma;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}
.landing-section {
	background: url(../img/banner/Banner3.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 89px);
	margin-top: 89px;
}
.banner-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	position: relative;
}
.vertical-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
	-webkit-align-items: center;
	align-items: center;
	min-height: 100%;
	position: relative;
}
.vertical-align-item {
	display: flex;
	flex-direction: column;
}
.banner-caption {
	max-width: 600px;
	font-family: Tahoma;
	font-weight: 700;
	font-size: 44px;
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
	margin: 0
}
.intro-video {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 30px;
	color: #fff;
}
.intro-video h4 {
	margin-top: 0;
	font-size: 16px;
}
.intro-video video {
	width: 300px;
	outline: 0
}
.follow-us {
	margin: 0;
	line-height: 20px
}
.follow-us a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	outline: 0;
	margin-bottom: -5px;
}
a.facebook {
	background: url("../img/icons/Facebook_Icon.PNG") no-repeat;
	background-position: center;
	background-size: cover
}
a.twitter {
	background: url("../img/icons/Twitter_Icon.PNG") no-repeat;
	background-position: center;
	background-size: cover
}
a.linkedin {
	background: url("../img/icons/LinkedIn_Icon.PNG") no-repeat;
	background-position: center;
	background-size: cover
}
a.youtube {
	background: url("../img/icons/Youtube_Icon.PNG") no-repeat;
	background-position: center;
	background-size: cover
}
a.insta {
	background: url("../img/icons/Instagram.svg") no-repeat;
	background-position: center;
	background-size: cover
}
@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		background-position: center top;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
	10% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		-moz-background-size: 75% auto;
		-o-background-size: 75% auto;
		-webkit-background-size: 75% auto;
		background-size: 75% auto;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		background-position: center bottom;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
}
@-moz-keyframes pulse {
	0% {
		opacity: 0;
		background-position: center top;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
	10% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		-moz-background-size: 75% auto;
		-o-background-size: 75% auto;
		-webkit-background-size: 75% auto;
		background-size: 75% auto;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		background-position: center bottom;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
}
@-ms-keyframes pulse {
	0% {
		opacity: 0;
		background-position: center top;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
	10% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		-moz-background-size: 75% auto;
		-o-background-size: 75% auto;
		-webkit-background-size: 75% auto;
		background-size: 75% auto;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		background-position: center bottom;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
		background-position: center top;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
	10% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		-moz-background-size: 75% auto;
		-o-background-size: 75% auto;
		-webkit-background-size: 75% auto;
		background-size: 75% auto;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		background-position: center bottom;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}
}
.scroll-down {
	margin: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
}
.scroll-down a {
	display: block;
	opacity: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 0;
	font-size: 0;
	color: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	-moz-background-size: 0 auto;
	-o-background-size: 0 auto;
	-webkit-background-size: 0 auto;
	background-size: 0 auto;
	-webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0s infinite normal ease forwards;
	animation: pulse 1.5s 0s infinite normal ease forwards;
	background-image: url("../img/icons/arrow-down.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}
.scroll-down a:before,
.scroll-down a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/icons/arrow-down.svg") no-repeat center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.scroll-down a:before {
	-webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
	-webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
.about-section,
.our-services-overlay,
.our-team
{
	padding:50px 0
}
.latest-news {
	padding: 20px 0px 80px 0px;
}
.social-media-iframe {
	width: 340px;
	height: 500px;
	overflow:auto;
}
.latest-news-container {
	display: -webkit-box;
	display: flex;
	 -ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
    margin: 30px 0;
    padding: 30px 0px;
    background: #F1F9FF;
}
.blue {
	color: #189CD8
}
.white {
	color: #fff
}
.sub-heading {
	font-size: 16px;
	margin: 0 0 25px;
	font-family: Tahoma;
	font-weight: 500
}
.section-title {
	font-size: 42px;
	margin: 0 0 15px;
	line-height: 50px;
	font-family: Tahoma;
	font-weight: 500;
	text-transform: uppercase
}
.read-more {
	display: inline-block;
	line-height: 35px;
	padding: 0 40px 0 20px;
	background: #fff url(../img/icons/arrow-right-black.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
	outline: 0;
	cursor: pointer;
	margin-top: 3px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #212529;
	text-decoration: none
}
.read-more:hover {
	color: #212529 !important;
	text-decoration: none
}
.corporate-profile-section {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
}
.corporate-profile-section img {
	width: 100%
}
.cp-right-section {
	position: relative;
}
.corporate-profile-section .read-more {
	background: #189CD8 url(../img/icons/arrow-right-white.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
	color: #fff !important;
	border-color: #189CD8;
	position: absolute;
	left: 30px;
	top: 10px
}
.our-services-section {
	background: url(../img/our-service-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center
}
.our-services-overlay {
	background: rgba(0, 0, 0, 0.5)
}
.service-box {
	min-height: 280px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.service-box-overlay {
	position: absolute;
	left: 1px;
	top: 1px;
	right: 2px;
	bottom: 2px;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 25px;
	transition: background 0.5s ease
}
.service-box-overlay:hover {
	background: #189CD8
}
.service-icon,
.service-icon-active {
	width: 50%;
	height: 125px;
	border-bottom: 2px solid #189CD8
}
.service-icon-active {
	display: none;
	border-bottom: 2px solid #fff
}
.icon-1 {
	background: url("../img/icons/taxation.svg") no-repeat;
	background-position: left center;
	background-size: auto 55%
}
.icon-1-active {
	background: url("../img/icons/taxation-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 55%
}
.icon-2 {
	background: url("../img/icons/indirectTaxation.svg") no-repeat;
	background-position: left center;
	background-size: auto 55%
}
.icon-2-active {
	background: url("../img/icons/IndirectTaxation-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 55%
}
.icon-3 {
	background: url("../img/icons/transaction.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-3-active {
	background: url("../img/icons/transaction-white.svg") no-repeat;
	background-position: left center; 
	background-size: auto 50%
}
.icon-4 {
	background: url("../img/icons/operations&riskcompliance.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-4-active {
	background: url("../img/icons/operations&riskcompliance-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-5 {
	background: url("../img/icons/ITRisk&CyberSecurity.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-5-active {
	background: url("../img/icons/ITRisk&CyberSecurity-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-6 {
	background: url("../img/icons/auditSupportServices.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-6-active {
	background: url("../img/icons/auditSupportServices-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-7 {
	background: url("../img/icons/OutsourcingofServices.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-7-active {
	background: url("../img/icons/OutsourcingofServices-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-8 {
	background: url("../img/icons/Corporate&AlliedLawsAdvisory.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.icon-8-active {
	background: url("../img/icons/Corporate&AlliedLawsAdvisory-white.svg") no-repeat;
	background-position: left center;
	background-size: auto 50%
}
.service-box label,
.service-box h5 {
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0;
	display: block
}
.service-box a,
.service-box a.active {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: url(../img/icons/arrow-right-black.svg) no-repeat;
	background-position: center;
	background-size: 20px;
	cursor: pointer;
	outline: 0;
	border: none;
}
.service-box a.active {
	display: none;
	background: url(../img/icons/arrow-right-white.svg) no-repeat;
	background-position: center;
	background-size: 20px;
}
.service-box h5 {
	color: #212529;
	margin: 0 0 10px;
	padding-bottom: 10px;
	position: relative;
}
.service-box h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #189CD8;
}
.service-box ul {
	color: #212529;
	padding-left: 15px;
	font-size: 0.9rem;
}
.service-box ul li {
	margin-bottom: 5px
}
.service-box ul li:last-child {
	margin-bottom: 0
}
.service-box-overlay:hover .service-icon {
	display: none
}
.service-box-overlay:hover .service-icon-active {
	display: block
}
.service-box-overlay:hover label,
.service-box-overlay:hover h5,
.service-box-overlay:hover ul {
	color: #fff
}
.service-box-overlay:hover h5:after {
	background: #fff
}
.service-box-overlay:hover a {
	display: none
}
.service-box-overlay:hover a.active {
	display: block
}
.industries-section {
	margin: 30px 0
}
.industry-desc {
	padding: 75px 20px 75px 115px;
}
.blue-bg {
	/*background: #189CD8;*/
	background: #43BBC7;
}
.industries-section .read-more {
	background: #189CD8 url(../img/icons/arrow-right-white.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
	color: #fff !important;
	border-color: #fff;
	text-decoration: none
}
.industry-desc .sub-heading,
.industry-desc .section-title {
	color: #fff
}
.single-industry {
	min-height: 398px
}
#industries_slider .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
#industries_slider .owl-nav button.owl-prev,
#industries_slider .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
}
#industries_slider .owl-nav button.owl-prev {
	float: left;
	background: #eee url("../img/icons/arrow-left-black.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#industries_slider .owl-nav button.owl-next {
	float: right;
	background: #eee url("../img/icons/arrow-right-black.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#industries_slider .owl-nav button.owl-prev span,
#industries_slider .owl-nav button.owl-next span {
	display: none
}
#industries_inner_slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#industries_inner_slider .owl-nav button.owl-prev,
#industries_inner_slider .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
}
#industries_inner_slider .owl-nav button.owl-prev {
	float: left;
	background: #eee url("../img/icons/arrow-left-black.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#industries_inner_slider .owl-nav button.owl-next {
	float: right;
	background: #eee url("../img/icons/arrow-right-black.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#industries_inner_slider .owl-nav button.owl-prev span,
#industries_inner_slider .owl-nav button.owl-next span {
	display: none
}
.mrgn-top-30{
	margin-top: 30px;
}
#services_slider .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
}
#services_slider .owl-nav button.owl-prev,
#services_slider .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
}
#services_slider .owl-nav button.owl-prev {
	float: left;
	background: #189CD8 url("../img/icons/arrow-left-white.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#services_slider .owl-nav button.owl-next {
	float: right;
	background: #189CD8 url("../img/icons/arrow-right-white.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#services_slider .owl-nav button.owl-prev span,
#services_slider .owl-nav button.owl-next span {
	display: none
}
.industry-name {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 20px;
	min-height: 125px;
	background: rgba(255, 255, 255, 0.9);
}
.industry-name h5 {
	text-transform: uppercase;
	color: #000000;
	padding: 20px 0 0;
	margin: 0;
	position: relative;
	line-height: 1.4rem;
	font-family: Tahoma;
	font-weight: 700;
	font-size: 14px;
}
.industry-name h5:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	top: 0;
	left: 0;
	background: #189CD8;
}
.flip-items {
	width: 55% !important;
	pointer-events: auto;
}
.team-slider li {
	text-align: center;
	color: #189CD8;
	background: #f1f2f3;
}
.team-member {
	padding: 20px
}
.team-member img {
	margin: 0 auto 10px;
}
.team-member p {
	font-size: 15px;
	margin-top: 15px;
	font-style: italic;
}
.team-slider li.flip-current {
	background: #189CD8;
	color: #fff;
	pointer-events: auto;
}
footer {
	padding: 47px 0 0px;
	background: #243746;
	background-size: cover;
	color: #fff;
	overflow:hidden;
	position:relative;
}
.footer-address{
    position:relative;
    z-index: 1;
}    
footer:before{
    z-index: 0;
    position:absolute;
    right: 95px;
    top: -31px;
    content:"";
    width:100%;
    height:842px;
    background:url(../img/footer_angle.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right top;
}
.footer-logo {
	margin-bottom: 10px
}
.footer-about {
	max-width: 290px;
	text-align: justify;
}
footer h3 {
	font-size: 16px;
	margin: 0 0 25px;
	font-family: Tahoma;
	font-weight: 600;
}
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-bottom: 15px;
}
.footer-menu li {
	margin-bottom: 5px
}
footer ul li a,
footer ul li a:hover {
	color: #fff !important;
	text-decoration: none
}
.footer-address li {
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
}
.address-icon {
	background: url("../img/icons/Location_Icon.PNG") no-repeat;
	background-position: 0 5px;
	background-size: 19px 23px;
}
.email-icon {
	background: url("../img/icons/Email_Icon.PNG") no-repeat;
	background-position: 0 5px;
	background-size: 15px
}
.phone-icon {
	background: url("../img/icons/Phone_Icon.PNG") no-repeat;
	background-position: 0 5px;
	background-size: 15px;
}
.fax-icon1 {
	background: url("../img/icons/Fax.svg") no-repeat;
	background-position: 0 5px;
	background-size: 15px;
}
.footer-fluid {
	background: #243746;
	padding: 18px 3px 0px 0px;
}
.developer-link {
	text-decoration: none !important;
	color: white !important;
	float: right;
}
.developer-link:hover {
	text-decoration: none !important;
	color: white !important;
}
.indus-col-div-ab {
	height: 82px;
	margin: 0px auto;
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
}
/* about us page starts here */

.inside-header {
	background-color: #fff !important;
}
.inside-header ul li a {
	color: #000 !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.inside-header ul li a:hover {
	color: #189CD8 !important;
}
.first-right-content {
	background: url(../img/about-us/kreston-rightss.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 425px;
}
.first-section {
	margin-top: 78px;
}
.first-section p {
	/* font-family: Tahoma; */
}
.first-left-content h1 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;
}
.first-abt-p {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	font-weight: 500;
	margin-top: 50px;
}
.second-abt-p {
	margin: 0;
	padding: 10px 0px;
	font-size: 1rem;
	font-family: Tahoma;
}
.second-right-content {
	background: url(../img/about-us/client-kingss.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	height: 690px;
}
.default-paddings {
	padding: 0;
}
.first-left-content {
	padding-left: 101px;
	padding: 40px 0px;
	padding-right: 40px;
}
.inside-header .fixed-top {
	box-shadow: 3px 3px 5px 6px #cccccc30;
}
.second-left-content {
	padding: 40px 30px;
}
.second-left-content h1 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 38px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;
}
.second-left-content .h1-new {
	font-family: Tahoma;
	font-size: 25px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 500;
}
.second-left-content p {
	margin: 0;
	padding: 8px 0px;
	font-size: 1rem;
	font-family: Tahoma;
}
.inside-header .navbar {
	background-color: #F2F8FA;
	padding: 0;
	box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.2);
}
.affilation-div {
	margin-top: 20px;
}
.affilation-p1 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	font-size: 16px !important;
	margin: 0 0 0px !important;
	font-family: Tahoma;
	font-weight: 500;
}
.affilation-h1 {
	line-height: 30px;
}
.affilation-div ul {
	padding-left: 17px;
	margin-bottom: 0;
}
.vision {
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 12px;
}
.third-right-content {
	background: url(../img/about-us/new-sgco.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 391px;
}
.fourth-left-content {
	background: url(../img/about-us/abt-us-images1.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}
.fifth-left-content {
	background: url(../img/about-us/abt-us-img-2.png) no-repeat;
	background-position: center;
	background-size: cover;
	height: 300px;
}
.third-left-content {
	padding: 40px 40px 40px 119px;
}
.fourth-right-content {
	padding: 40px 30px;
}
.third-left-content h2 {
	max-width: 444px;
	margin-bottom: 22px;
	font-family: Tahoma;
	font-size: 40px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: lighter;
}
.class-p {
	color: #000000;
	margin: 0;
	padding: 10px 0px;
	font-size: 1rem;
	font-family: Tahoma;
}
.second-left-content ul li {
	color: #000000;
	margin: 0;
	font-size: 14px;
	font-family: Tahoma;
}
/* about us page ends here */

/* services page starts here */

.service-first-container {
	margin-top: 78px;
}
.left-divisions {
	padding: 40px 0px;
	padding-left: 120px;
	padding-right: 40px;
}
.left-divisions h3 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.left-divisions h1 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;
	margin: 0 0 15px;
	line-height: 50px;
}
.left-divisions p {
	font-family: Tahoma;
	font-size: 16px;
}
.service-right-section {
	background: url(../img/services/service-first-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.titles-p {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
	text-align: center;
	padding: 15px 0px;
}
/* services page ends here */

/* career page starts here */

.career-section1 {
	margin-top: 78px;
}
.career-right-banner {
	background: url(../img/career-right-banner-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.career-form input,
.career-form select {
	width: 100%;
	height: 40px;
	border: 1px solid #CBCBCB;
	outline: 0;
	margin-bottom: 15px;
	padding: 7px;
}
.career-form label {
	font-weight: 600;
	font-family: Tahoma;
	font-size: 16px;
}
.right-paddingss {
	padding-right: 0;
}
.career-paddingss {
	padding-right: 0;
}
.form-division {
	padding: 15px 0px;
}
::-webkit-input-placeholder {
	padding-left: 10px;
	font-size: 14px;
	color: #CBCBCB;
}
.left-divisions h4 {
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	margin-bottom: 20px;
	font-weight: 600;
}
.label-month {
	font-size: 13px !important;
}
.career-form .file-inputs {
	border: 0 !important;
	color: transparent;
	width: auto;
	padding-left: 11px;
}
select {
	color: #CBCBCB !important;
	padding-left: 10px;
}
.reset {
	border: 2px solid #189CD8 !important;
	background-color: #fff;
	color: #189CD8;
	width: 100% !important;
	text-transform: uppercase;
	padding: 6px 6px;
}
.submission {
	border: 0;
	width: 100% !important;
	background-color: #189CD8;
	color: rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	padding: 8px 6px;
}
.contact-submission {
	border: 0;
	width: 200px;
	background-color: #189CD8;
	color: rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	padding: 8px 6px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-btn {
	color: #000000;
	background-color: #CBCBCB;
	padding: 8px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0 !important;
	border: none;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.files-row {
	margin-top: 12px;
	margin-bottom: 15px;
}
.month-padd {
	padding-right: 0;
}
.attachments {
	font-size: 16px;
}
/* career page ends here */

/* contact starts here  */

.accordion {
	background-color: #fff;
	color: #000000;
	cursor: pointer;
	padding: 12px 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border: 1px solid #B4B4B4;
}
.contact-section .active,
.accordion:hover {
	background-color: #fff;
	border: 1px solid #189CD8;
	color: #189CD8;
	outline: 0;
}
.accordin-div {
	margin-top: 30px;
}
.panel {
	padding: 0 18px;
	display: none;
	background-color: #b4b4b41f;
	overflow: hidden;
	padding: 15px 18px;
	border: none;
	color: #000000;
}
.contact-section {
	margin-top: 78px;
	overflow-x: hidden
}
.accordion-section {
	padding: 40px 0px 70px 0px;
	padding-left: 120px;
	padding-right: 40px;
}
.accordion-section h4 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.drop-btns {
	position: relative;
	font-weight: 600;
}
.drop-btns:after {
	content: "";
	background: url(../img/contact/arrow-down-sign-to-navigate.svg) no-repeat;
	position: absolute;
	top: 16px;
	right: 11px;
	width: 18px;
	height: 16px;
	background-size: 11px 16px;
}
.accordin-div .active {
	display: block;
	outline: none;
	border-right: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
.drop-btns.active:after {
	content: "";
	background: url(../img/contact/arrow-point-to-right.svg) no-repeat;
	position: absolute;
	top: 16px;
	right: 11px;
	width: 18px;
	height: 16px;
	background-size: 11px 16px;
}
.contact-row-2 {
	padding: 30px 0px 15px 0px;
}
.contact-ul {
	padding: 15px 20px;
}
.contact-ul li {
	list-style-type: none;
	padding: 3px 10px;
}
.contact-ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
}
.mobile-li,
.telephone-li,
.mobile-li {
	position: relative;
}
.web-li:before {
	content: "";
	background: url(../img/contact/Messages.svg) no-repeat;
	position: absolute;
	top: 28px;
	left: 15px;
	width: 16px;
	background-size: 17px 18px;
	height: 16px;
}
.telephone-li:before {
	content: "";
	background: url(../img/contact/Phone.svg) no-repeat;
	position: absolute;
	top: 6px;
	left: -14px;
	width: 16px;
	background-size: 16px 16px;
	height: 16px;
}
.mobile-li:before {
	content: "";
	background: url(../img/contact/Group-32.svg) no-repeat;
	position: absolute;
	top: 6px;
	left: -14px;
	width: 16px;
	background-size: 17px 18px;
	height: 16px;
}
.message-us h4 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.message-us-input {
	width: 100%;
	padding: 8px 6px;
	margin-bottom: 15px;
	outline: 0;
}
.message-us textarea {
	width: 100%;
	height: 162px;
}
.last-row {
	padding-bottom: 15px;
}
/* contact ends here  */

/* our team starts here  */

.team-first-section {
	margin-top: 78px;
	overflow-x: hidden;
}
.team-right-side {
	background: url(../img/career-right-banner-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
/* our team ends here  */

.new-blue {
	color: #189CD8;
}
.home-body .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.3);
	outline: 0;
	border: none;
	text-align: center;
	min-width: 8.3rem;
}
.dropdown-menu a:hover {
	color: rgba(255, 255, 255, .75) !important;
}
.dropdown-menu {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .25s ease-out 0s;
	display: block;
}
.service-link:hover .dropdown-menu {
	display: block;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	transition: .25s ease-out 0s;
}
.inside-header .dropdown-menu {
	box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 8px -3px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: .15rem;
}
.inside-header ul li.active {
	border: 0;
}
.inside-header ul li.active a {
	background-color: #F1F9FF;
	border: 0 !important;
	color: #189CD8 !important;
}
.inside-header ul li.active {
	background: #F1F9FF;
	border-bottom: 3px solid #189CD8;
}
/* industries section starts here  */

.indus-first-container {
	margin-top: 78px !important;
}
.container-indus {
	margin-bottom: 80px;
}
.indus-right-section {
	background: url(../img/industries/industry-main-banner.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 80vh;
}
.ser-titles h5 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 40px 0px;
}
.indus-main-div {
	width: 100%;
	height: auto;
}
.indus-col-div-1 {
	width: 20%;
	height: auto;
	float: left;
}
.indus-col-div-1 img {
	height: 82px;
	margin: 0px auto;
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
	margin-top: 40px;
}
.indus-col-div-1 h5 {
	text-align: center;
	color: #189CD8;
	padding-bottom: 0;
	font-size: 16px;
	margin-bottom: 0;
}
.indus-inner-div {
	width: 100%;
	border: 1px solid #189CD8;
	padding: 15px 0px;
	min-height: 220px;
}
.indus-inner-div img {
	height: 82px;
    margin: 0px auto;
    border: 0;
    display: block;
    max-width: 100% !important;
    width: auto !important;
}
.indus-inner-div h5 {
	text-align: center;
	color: #189CD8;
	padding-bottom: 0;
	font-size: 16px;
	margin-bottom: 0;
	line-height:1.2;
}
.indus-col-div img {
	max-height: 440px;
	width: 100%;
}
.indus-col-section-1 .indus-col-div {
	width: 20%;
	height: auto;
	float: left;
}
.indus-inner-div2 {
	width: 100%;
}
.indus-col-div-3 {
	width: 40%;
	height: auto;
	float: left;
}
.indus-inner-div3 img {
	max-height: 220px;
	width: 100%;
}
.indus-inner-div4 img {
	max-height: 201px;
}
.indus-col-div-4 {
	width: 20%;
	height: auto;
	float: left;
}
.indus-inner-div4 img {
	width: 100%;
	max-height: 220px;
}
.indus-inner-div-new {
	width: 100%;
	border: 1px solid #189CD8;
	height: 201px;
}
.calendar-here {
	position: relative;
}
.calendar-here:after {
	content: "";
	background: url(../img/industries/calendar.svg) no-repeat;
	position: absolute;
	top: 13px;
	right: 8px;
	width: 16px;
	background-size: 16px 16px;
	height: 16px;
}
/* .industries section ends here  */

/*form validation*/

/* .exp-error,
.srvc-error,
.pstn-error,
.fn-error,
.ln-error,
.em-error,
.phn-error,
.emp-error {
    border: 1px solid red !important;
}

.file-error {
    color: red !important;
} */

.section-newsletter {
	margin-top: 78px;
	overflow: hidden;
}
.section-newsletter .accordion-section {
	margin-right: 77px;
}
.news-letter-right-section {
	background: url(../img/newsletter-right.png) no-repeat;
	background-size: cover;
	height: 86vh;
}
.letter-col {
	width: 20%;
	float: left;
	height: 134px;
	background-color: #FFFFFF;
	position: relative;
	border: solid 1px #cbcbcb47;
}
.panel-news1 {
	padding: 0;
}
.section-newsletter button {
	background-color: #cbcbcb4d;
	outline: none;
}
.news-div {
	padding: 15px 15px;
}
.news-div p {
	color: #189CD8;
	margin-bottom: 5px;
	font-size: 14px;
}
.news-div h5 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}
.letter-col a {
	background-color: #189CD8;
	padding: 6px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.letter-col img {
	width: 20px;
	height: auto;
}
.panel .active {
	border: none;
}
/* page budget start here */

.section-budget {
	margin-top: 78px;
}
.section-budget h3 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.section-budget .letter-col {
	/* border-top: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB; */
	border: solid 1px #cbcbcb47;
}
.budget-right-section {
	background: url(../img/budget-right-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.budget-left-section {
	padding-left: 120px;
}
.section-budget .news-div h5 {
	font-size: 14px;
}
/* page budget ends here */

/* page gst meaning starts here  */

.gst-meaning-section {
	margin-top:115px;
}
section.industry-section {
    margin-top: 115px;
}
.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 0 !important;
	border-bottom: 0;
	border-right: 1px solid #FFFFFF;
	padding-right: 15px;
}
.nav-tabs .nav-link {
	border: 1px solid #CBCBCB !important;
	border-left: 4px solid #CBCBCB !important;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: #fff;
	color: #000;
	margin: 11px 0px;
}
.nav-tabs .nav-link.active {
	color: #FFFFFF !important;
	background-color: #189CD8 !important;
	border-color: transparent !important;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem!important;
	border-top-right-radius: 0rem!important;
}
.tab-content>.active {
	display: block;
	background: #FFFFFF;
	min-height: 165px;
}
.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	border-right: 1px solid transparent;
	padding-right: 15px;
}
.gst-right-img {
	background: url(../img/gst-original-img.png) no-repeat;
	background-size: cover;
	height: 80vh;
}
    .sabka-viswas-img {
	background: url(../img/sabka-viswas.jpg) no-repeat;
	background-size: cover;
	height: 80vh;
}


.gst-meaning-section h3 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.tab-content>.tab-pane {
	border: 0;
}
.gst-left-section {
	padding-left: 120px;
}
.gst-left-section h3 {
	margin-bottom: 10px;
}
.tab-content {
	width: 72%;
	float: right;
	margin-top: -21px;
}
.tab-content ul {
	padding-left: 30px !important;
}
.tab-content ul li {
	color: #000000;
	position: relative;
	list-style-type: none;
}
.tab-content h5 {
	font-size: 15px;
	color: #000;
}
.tab-content ul li:before {
	content: "\2022";
	display: inline-block;
	font-size: 26px;
	left: -21px;
	position: absolute;
	top: -8px;
	color: #189CD8;
	width: 100%;
}
.input-head {
	color: #fff;
	background-color: #189CD8;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 0;
}
.gst-meaning-section ol li {
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.gst-meaning-section .ol-second {
	padding: 15px;
	padding-left: 30px;
	border: 1px solid #CBCBCB;
	min-height: 150px;
}
.taxt-box {
	margin: 15px 0;
}
.padding-value {
	padding-right: 0;
}
.tab-content p {
	font-size: 16px;
	color: #000;
	padding: 10px 0;
}
.gst-meaning-section .ol-first {
	padding: 15px;
	padding-left: 30px;
	border: 1px solid #CBCBCB;
	height: 204px;
}
.table td {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff !important;
}
.table th {
	background-color: #189CD8;
	color: #fff;
	border: 1px solid #fff;
}
.table tr {
	background-color: #F4F4F4;
	color: #000000;
	border: 1px solid #fff;
}
.table-old thead th {
	padding: 5px !important;
}
.table thead th {
	vertical-align: middle !important;
	border-bottom: 2px solid #e9ecef;
	padding: 15px;
	font-size: 14px;
	font-weight: 300;
}
.table tr td:first-child {
	font-weight: 600;
}
.gst-style {
	border: 4px solid #189CD8;
	width: 60px;
	border-radius: 30px;
	height: 60px;
	padding: 18px 10px;
	text-transform: uppercase;
	color: #189CD8;
	font-size: 16px;
	font-family: Tahoma;
	margin: 15px 0px 20px 0px;
}
.overview-ul-2 ul li {
	color: #000000;
	position: relative;
	list-style-type: none;
	font-size: 15px !important;
	padding-bottom: 12px !important;
}
.sub-head-gst {
	font-size: 15px;
	color: #000;
	padding: 10px 0px;
}
.overview-ul-2 ul {
	padding-left: 20px !important;
}
.table-new tr td {
	font-weight: 600;
	font-size: 14px;
}
.table-new {
	margin: 20px 0;
}
.dot-list-li {
	position: relative;
	list-style: none;
	font-size: 14px;
	padding: 6px 0;
}
.dot-list-li:before {
	content: "\2022";
	display: inline-block;
	font-size: 16px;
	left: -19px;
	position: absolute;
	top: 1px;
	color: #189CD8;
	width: 100%;
}
.features-ul li {
	list-style: none;
}
.inter-ul-2 li {
	list-style: none;
	position: relative;
}
.inter-ul-2 li:before {
	content: "\2022";
	display: inline-block;
	font-size: 16px;
	left: -19px;
	position: absolute;
	top: 1px;
	color: #189CD8;
	width: 100%;
}
.inter-ul-2 {
	padding-left: 20px;
}
.ul-countries li {
	list-style: none;
	position: relative;
}
.ul-countries li:before {
	content: "\2022";
	display: inline-block;
	font-size: 16px;
	left: -19px;
	position: absolute;
	top: 1px;
	color: #189CD8;
	width: 100%;
}
.resp-tab-content {
	padding-left: 30px !important;
}
/* page gst ending here  */

/* knowledege bank update  */

.bank-update-section {
	margin-top: 78px;
}
.knowledge-update-section2 {
	background: url(../img/update-right-img.png) no-repeat;
	background-size: cover;
	height: 100vh;
}
.left-update-knowledge {
	padding-left: 120px;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.static-menu,
.static-menu ul {
	list-style-type: none;
}
.static-menu a {
	text-decoration: none;
}
.static-menu {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.static-menu .link,
.static-menu .static-link {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #4D4D4D;
	font-family: 'LatoBold', sans-serif;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.static-menu li:last-child .link,
.static-menu li:last-child .static-link {
	border-bottom: 0;
}
.static-menu li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #4d4d4d;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.static-menu li i {
	right: 12px;
	left: auto;
	font-size: 11px;
}
.static-menu li .link:hover,
.static-menu li .static-link:hover,
.static-menu li .link:hover>i,
.static-menu li .static-link:hover>i {
	color: #51b9d6;
}
.static-menu li.open .link {
	color: #51b9d6;
	background: #F7F7F7;
	outline: none;
	border-bottom: 1px solid #CBCBCB;
}
.static-menu li.open .link.active {
	border-bottom: 1px solid #CBCBCB;
}
.static-menu li.open i {
	color: #51b9d6;
}
.static-menu li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.static-menu .sub-menu {
	display: none;
	background: #f4f9fa;
	font-size: 14px;
	font-family: 'LatoRegular', sans-serif;
}
.static-menu .sub-menu li {
	border-bottom: 1px solid #ffffff;
}
.static-menu .sub-menu a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 6px;
	padding-left: 15px;
	font-size: 14px;
	font-family: 'LatoRegular', sans-serif;
}
.updates-h3 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.static-menu li {
	border: solid 1px #c6c6c6;
}
.updates-tab-content {
	padding-top: 60px;
	display: none;
}
#update-bank-list .updates-tab-content:first-child {
	display: block;
}
.updates-tab-content h5 {
	font-size: 16px;
	font-weight: 600;
}
.updates-tab-content p {
	float: left;
	margin: 0;
	padding: 10px 8px;
	font-size: 1rem;
	font-family: Tahoma;
	width: calc(100% - 30px);
}
.september-2019 ul {
	width: 100%;
}
.updates-tab-content ul {
	list-style: none;
	/* float: left; */
}
.updates-tab-content ul li {
	border: 1px solid #CBCBCB;
	padding: 0;
	border-left: 5px solid #189CD8;
	margin: 12px 0;
	position: relative;
}
.updates-tab-content ul li a {
	float: right;
	width: 30px;
	background: #189CD8 url(../img/right-arrow.svg) no-repeat;
	background-position: center;
	background-size: 15px 15px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.left-update-knowledge {
	margin-bottom: 60px;
}
#accordion li:first-child ul {
	display: block;
}
.sub-menu li {
	background-color: #fff;
	color: #000;
	border: none;
}
.static-menu .sub-menu li {
	position: relative;
}
.active-month {
	padding-left: 30px !important;
	background: url(../img/notify-icon.png) no-repeat;
	background-size: 15px 15px;
	background-position: 8px 8px;
	font-weight: 600;
	font-size: 12px !important;
}
.contact-iframe {
	display: none;
}
.contact-iframe.active-loctn {
	display: block
}
.main-contacts {
	display: none;
}
.main-contacts.active-loctn-contact {
	display: block
}
/*mega menu sytles starts here*/

.mega-menu {
	position: absolute;
	right: 0;
	left: 0;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-top: 1px solid #cbcbcb57;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .25s ease-out 0s;
	min-height: 235px;
	background-color: #F2F8FA;
}
.inside-header ul li:hover .mega-menu {
	display: block;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	transition: .25s ease-out 0s;
	margin-top: 20px;
	border-top: 1px solid #cbcbcb57;
}
.navbar {
	padding: 0;
}
.navbar-nav li {
	padding: 20px 0;
}
.contact-menu {
	margin: 20px;
}
.contact-megamenu ul li {
	float: left;
	width: 50%;
	list-style: none;
	padding: 7px 0;
	color: #000000;
	opacity: 1;
	font-size: 14px;
}
.contact-megamenu {
	padding-top: 20px;
	border-right: 1px solid #cbcbcb73;
	padding-left: 0;
}
.mega-menu h5 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 500;
	    padding-top: 5px;
}
.mega-ad-con ul li {
	padding: 5px 19px;
	list-style: none;
}
.inside-header .mega-menu ul li a {
	color: #000 !important;
	background: transparent !important;
	font-size: 14px;
	text-decoration: none;
	text-transform: inherit;
	padding-left: 0px;
}
.mega-menu .telephone-li:before {
	content: "";
	background: url(../img/contact/Phone.svg) no-repeat;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 16px;
	background-size: 12px 16px;
	height: 16px;
}
.mega-menu .email-li:before {
	content: "";
	background: url(../img/contact/Messages.svg) no-repeat;
	position: absolute;
	left: 0px;
	width: 16px;
	background-size: 14px 18px;
	height: 16px;
	top: 9px !important;
}
.mega-right-sec1 {
	padding-left: 27px !important;
	margin-top: 20px;
}
.mega-right-sec2 {
	padding-left: 70px !important;
	margin-top: 20px;
}
.mega-mail-icon,
.mega-telephone,
.meg-tel-2 {
	position: relative;
}
.mega-mail-icon:before {
	content: "";
	background: url(../img/contact/Messages.svg) no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	background-size: 17px 18px;
	height: 16px;
}
.mega-mail-icon-footer {
	position: relative;
}
.mega-mail-icon-footer:before {
	content: "";
	background: url(../img/Email_Icon.PNG) no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	background-size: 19px 16px;
	height: 16px;
}
.mega-telephone:before {
	content: "";
	background: url(../img/contact/Mobile_Icon.PNG) no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	width: 16px;
	background-size: 15px 15px;
	height: 16px;
}
.meg-tel-2:before {
	content: "";
	background: url(../img/contact/Group-32.svg) no-repeat;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 16px;
	background-size: 17px 18px;
	height: 16px;
}
.home-body .inside-header ul li:hover .mega-menu {
	margin-top: 23px
}
.home-body .inside-header ul li {
	border-bottom: 3px solid transparent;
}
.home-body .inside-header ul li a:hover {
	background: #F2F8FA;
}
.home-body .inside-header ul li.active {
	background: #F1F9FF;
	border-bottom: 4px solid #189CD8;
}
.inner-mega-left {
	float: left;
	width: 100%
}
.inner-mega-right {
	float: right;
	width: 50%
}
.inner-mega-left ul li,
.inner-mega-right ul li {
	float: none;
	width: 100%;
}
.mega-menu .contact-menu ul li {
	border: none !important;
	background: none !important;
}
.mega-menu .inner-mega-left ul li a {
	padding-left: 0;
	cursor: pointer;
}
.mega-menu .contact-menu ul li:hover {
	color: #189CD8;
}
.mt-5 {
	padding: 0 15px;
}
.email-li:before {
	content: "";
	background: url(../img/contact/Messages.svg) no-repeat;
	position: absolute;
	left: -14px;
	width: 16px;
	background-size: 17px 18px;
	height: 16px;
	top: 7px !important;
}
.email-li {
	position: relative;
}
.contact-ul {
	padding: 0px 20px !important;
}
.home-body .inside-header ul li:hover {
	background: transparent;
}
.home-body .inside-header ul li a:hover {
	background: transparent;
}
.mega-menu {
	border-bottom: 8px solid #189CD8;
}
.mega-ad-con .mega-mail-icon {
	padding-left: 24px;
}
.mega-ad-con .meg-tel-2 {
	padding-left: 24px;
}
.mega-right-sec1 {
	padding-left: 55px !important;
}
.contact-menu .inner-mega-left ul li a:hover {
	color: #189CD8 !important;
}
.contact-menu .inner-mega-right ul li a:hover {
	color: #189CD8 !important;
}
.mega-right-sec1 .mega-ad-con ul li a:hover {
	color: #189CD8 !important;
}
/*mega menu styles ends here*/

.read-more1 {
	display: inline-block;
	line-height: 35px;
	padding: 0 40px 0 20px;
	outline: 0;
	cursor: pointer;
	margin-top: 3px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #212529;
	text-decoration: none;
	position: relative;
	margin-bottom: 20px;
}
.sgco-team-1 {
	padding-top: 15px;
}
.sgco-team-1 .read-more1 {
	margin-bottom: 5px;
	margin-top: 1px;
}
.read-more1:hover {
	text-decoration: none !important;
	border-color: #189CD8
}
.read-more1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/icons/arrow-right-black.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
}
.read-more1:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.read-more1:hover:before {
	display: none
}
.read-more1-color:hover,
.read-more1-color:active {
	color: white;
}
.read-more1-color:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #189CD8 url(../img/icons/arrow-right-white.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
}
.read-more1-color:hover:after,
.read-more1-color:active:after {
	width: 100%;
}
.industries-section .read-more1 {
	display: inline-block;
	line-height: 35px;
	padding: 0 40px 0 20px;
	outline: 0;
	cursor: pointer;
	margin-top: 3px;
	border: 1px solid white;
	color: white;
	border-radius: 4px;
	text-decoration: none;
	position: relative;
}
.industries-section .read-more1:hover {
	text-decoration: none !important;
	border-color: #fff;
}
.industries-section .read-more1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../img/icons/arrow-right-white.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
}
.industries-section .read-more1:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.industries-section .read-more1:hover:before {
	display: none
}
.industries-section .read-more1-color:hover,
.industries-section .read-more1-color:active {
	color: #189CD8;
}
.industries-section .read-more1-color:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff url(../img/icons/arrow-right-blue.svg) no-repeat;
	background-size: 14px;
	background-position: 92% 50%;
}
.industries-section .read-more1-color:hover:after,
.industries-section .read-more1-color:active:after {
	width: 100%
}
.keypeople-right-container {
	background-color: #F1F9FF;
	padding: 20px;
	min-height: 100%;
	margin: 20px;
}
.keypeople-right-container h5,
h6 {
	color: #189CD8;
}
.keypeople-right-container h5 {
	margin-top: 15px;
	text-align: center;
}
.keypeople-right-container h6 {
	text-align: center;
	margin-bottom: 15px;
	min-height: 38px;
}
.keypeople-right-container p {
	color: #000;
	font-style: italic;
}
.keypeople-img-sunil {
	background: url("../img/team/sunil-goyal.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.keypeople-img-jitendra {
	background: url("../img/team/js-img.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.keypeople-img-mukesh {
	background: url("../img/team/mukesh-singh.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius:50%;
	margin: 0 auto;	
}
.keypeople-img-sameer {
	background: url("../img/team/sameer.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius:50%;
	margin: 0 auto;	
}
.keypeople-img-jagruti {
	background: url("../img/team/jagruti.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius:50%;
	margin: 0 auto;	
}
.keypeople-img-pankaj {
	background: url("../img/team/pankaj.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius:50%;
	margin: 0 auto;	
}
#keypeople_slider .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
}
#keypeople_slider .owl-nav button.owl-prev,
#keypeople_slider .owl-nav button.owl-next {
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
}
#keypeople_slider .owl-nav button.owl-prev {
	float: left;
	background: #189CD8 url("../img/icons/arrow-left-white.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#keypeople_slider .owl-nav button.owl-next {
	float: right;
	background: #189CD8 url("../img/icons/arrow-right-white.svg") no-repeat;
	background-size: 16px;
	background-position: center
}
#keypeople_slider .owl-nav button.owl-prev span,
#keypeople_slider .owl-nav button.owl-next span {
	display: none
}
.new-h10 {
	font-weight: 500;
}

.more-details, .hidebtn {
	display: none;
} 

.readmorebtn:hover, .hidebtn:hover {
	border: none;
	outline: 0;
}
.readmorebtn, .hidebtn {
	background: transparent;
	color: #189CD8;
	border: none;
	outline: 0;
	cursor: pointer;
}
.status_success {
	color: rgb(14, 83, 14) !important;
}
.status_error {
	color: rgb(218, 26, 26) !important;
}
.err-class {
	color: red !important;
}
.success-class {
	color: green;
	font-weight: 500;
}
.error-field {
	border: 1px solid red !important;
	border: red;
}
.name-error,
.email-error,
.phone-error,
.message-error {
	border: 1px solid red !important;
}
.message-us textarea {
	width: 100%;
	height: 174px;
	padding-left: 10px !important;
}
.exp-error,
.srvc-error,
.pstn-error,
.fn-error,
.ln-error,
.em-error,
.phn-error,
.emp-error {
	border: 1px solid red !important;
}
.file-error {
	color: red !important;
}
.RERA-left-container {
	animation-name: slideInUp;
	padding-left: 120px;
}
.RERA-left-container h3 {
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
}
.RERA-left-container h4 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;
}
#more,#more-two, #more-three {
	display: none;
}
#readmorebtn,#readmorebtn-two,#readmorebtn-three {
	background: transparent;
	color: #189CD8;
	border: none;
	outline: 0;
	cursor: pointer;
}
.RERA-right-img {
	background: url(../img/RERA-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.padding-ul-RERA {
	padding-left: 20px !important;
}
.contacts-paddss {
	padding-left: 60px;
	padding-top: 20px;
}
.mega-menu .mega-ad-con-ul li {
	padding: 5px 0px;
}
.cont-h5-new {
	font-size: 16px;
}
.service-box a:hover {
	outline: none !important;
}
.update-bank-padding {
	padding-right: 30px !important;
}
.rera-container {
	margin-top: 87px;
}
.rera-right-img {
	padding: 0;
}
.slider-p1 {
	font-size: 16px;
	font-weight: 400;
}
.pro-1 {
	font-weight: 600;
	color: #fff;
}
.pro-2 {
	font-weight: 400;
	color: #189CD8;
}
.b-one {
	color: #189CD8;
	font-weight: 400;
}
.com-b {
	border-right: 2px solid #189CD8;
	padding-right: 10px;
	padding-left: 9px;
}
.extra-cls {
	margin-bottom: 0;
}
.com-extra {
	margin-left: -9px;
}
.b-zero {
	font-weight: 600;
}
.com-k {
	border-right: none;
}
.gallery-section-f1 {
	margin-top: 86px;
	margin-bottom: 60px;
}
.gall-head {
	font-family: Tahoma;
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 21px;
	font-weight: 500;
	padding-top: 60px;
	font-size: 16px;
}
.gall-f-row img,
.gall-s-row img {
	width: 100%;
	padding-top: 5px;
}
.padding-right-cls {
	padding-right: 0;
	padding-left: 5px;
}
#kreston-subp-popup {
	display: none;
	width: 35%;
	height:30%;
	background: #fff;
	color: #000;
	padding: 10px;
	position: absolute;
	left: 5px;
    bottom: 5px;
}
.popup-h1 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;
	line-height: 37px;
}
.close-btn {
	position: absolute;
	top: -32px;
    right: 5px;
    width: 17px;
	cursor: pointer;
}
.sub-btn {
	display: inline-block;
	padding: 7px 36px;
	outline: 0;
	cursor: pointer;
	border: 1px solid #189CD8;
	position: relative;
	width: 100%;
	background: #189CD8 url(../img/arrow-right-white.svg) no-repeat;
	color: #fff !important;
	padding-left: 21px;
	padding: 7px !important;
	background-size: 15px 13px;
	background-position: 93% 54%;
}
.sub-row-two input {
	width: 100%;
	padding: 6px;
	padding-left: 12px;
	outline: none;
}
.b-modal {
	background-color: rgba(0, 0, 0, 0.6) !important;
}
.pop-pad {
	padding-left: 0;
}
.new-h10 span a {
	color: #000;
	text-decoration: none;
}
.new-h10 span a:hover {
	color: #189CD8;
}
#err {
	height: 30px;
}
.lader-tiles {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: normal;
	color: #000000;
	font-weight: 100;
}
.content-v2 {
	padding-top: 20px;
}
.our-asscociates h1 {
	margin-top: 60px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 500;
	text-transform: uppercase;
	color: #189CD8;
	letter-spacing: 1px;
	margin-bottom: 7px;
	font-weight: 500;
}
.shortcoming-div {
	padding: 15px;
}
.shortcoming-div h1 {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 500;
	margin-top: -44px;
}
.shortcoming-div h3 {
	font-size: 15px;
	color: #000;
	margin-bottom: 1px;
	font-weight: 600;
	line-height: 1.2;
	font-family: Tahoma;
	margin-top: 22px;
}
.shortcoming-div p {
	margin: 0;
	padding: 8px 0px;
	font-size: 1rem;
	font-family: Tahoma;
}
.current-id-tax h3 {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	margin-top: -44px;
}
.article-margin {
	margin-top: 22px !important;
}
.error-page {
	background: #fff;
	height: 79vh;
	text-align: center;
	margin-top: 92px;
}
.error-page h1 {
	font-size: 42px;
	margin: 0 0 15px;
	line-height: 50px;
	font-family: Tahoma;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000d4;
}
.error-page p {
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 100;
	line-height: 37px;
}
.error-div-1 {
	padding: 60px 0;
}
.error-div-1 img {
	height: 300px;
}
.content-margin {
    margin-top: -60px;
}
    
    
    .backgrounds .ul-fea-uno {
    padding-left: 34px;
    margin-bottom: 0;
}
    
 .backgrounds .dot-list-li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 0;
}  
  .backgrounds  .dot-list-li:before {
    content: "\2022";
    display: inline-block;
    font-size: 25px;
    left: -19px;
    position: absolute;
    top: -4px;
    color: #189CD8;
    width: 100%;
}
   
 .sabka-vishwas  {
	margin-top: 63px;
    }   
.sabka-vishwas  h5 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 82px !important;
    text-transform: uppercase;
    padding-left: 14px;
    } 
    .sabka-vishwas .resp-vtabs ul.resp-tabs-list {
        
    padding-top: 30px;
    }

    .q-o-content {
        margin-top: 30px;
    }
    
    .scheme-2-0-1-9 {
        margin-top: -17px;
    }
    .scheme-2-0-1-9 ul {
            list-style: none;
            float: left;
            width: 100%;
    }
    .scheme-2-0-1-9 ul li {
        border: 1px solid #CBCBCB;
        padding: 0;
        border-left: 5px solid #189CD8;
        margin: 12px 0;
        position: relative;
    }
    
    .scheme-2-0-1-9 p {
        float: left;
        margin: 0;
        padding: 10px 8px;
        font-size: 1rem;
        font-family: Tahoma;
        width: calc(100% - 30px);
    }
   .scheme-2-0-1-9 ul li a {
        float: right;
        width: 30px;
        background: #189CD8 url(../img/right-arrow.svg) no-repeat;
        background-position: center;
        background-size: 15px 15px;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    
    .contact-viswas ul  {
        display: block;
    }  
    .resp-tab-content p {
            margin-bottom: 0;
    }
    .pop-right-cont {
        padding: 25px 0px 10px;
    }
    
    .pop-right-cont h5 {
		max-width: 85%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    }
section#caseStudies .owl-dots {display: none;}
        .our-team a.read-more1 {margin: 0;}
        .blog-image {overflow: hidden;}
        .blog-image img {object-fit: cover;display: block;width: 100%;height: auto;margin: 0 auto;}
.blog1-content a.button.bg-blue {    padding: 8px 15px;    background: #189CD8;}
	section.case-studies {
	 padding: 50px 0px;  
	 position: relative;
	 background: #F1F9FF;
}
  #case-studies-slider h3 {
	font-size: 22px;
    color: #189CD8;
    font-weight: bold;
}
 section.case-studies p.text-center.gray {
	 max-width: 900px;
	 margin: 0 auto;
}
 section.case-studies .slider1 {
	 padding: 20px;
	 margin-bottom: 0;
}
 section.case-studies .slider1  {
	 background-color: #fff;
	 	 padding: 40px 20px;
	 font-size: 13px;
	 
}
.testimonials-right {
	background-color: #F1F9FF;
}
.testimonials-right h3{
	font-size: 16px;
    color: #189CD8;
}
.testimonials-right h5{
	font-size: 14px;
    color: #189CD8;
}
.latest-news-container iframe {
    margin: 0 auto;
}
#testinomonials_slider {
	padding:25px
}
.testinomonials-img {
    height: auto;
    width: 75px !important;
    object-fit: cover;
    display: block !important;
    max-width: 100%;
	/*position:absolute;*/
	/*right:0*/
}
.close-btn-slider {
	background: #B4B4B4;
    position: absolute;
    padding: 8px;
    right: 5px;
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
	outline:none;
	border: none;
}
.close-btn-slider:hover {
	outline:none;
	border: none;
}
.testimonial {
	height: 375px;
	padding: 20px;
	background:#F1F9FF !important;
}
.testimonial p {
	min-height:230px
}
.testimonial h5{
	font-size: 16px;
	color:#189CD8
}
.testimonial h3 {
	font-size: 18px;
	color:#189CD8
}
.testinomaials-name {
	margin-left: 80px;
    margin-bottom: 25px;
	min-height: 45px;
}
 .userimg h2 {
	 font-size: 18px;
	 padding-top:25px
 }
 section.case-studies .owl-thumbs {
	 text-align: center;
	 margin-bottom:25px
}
section.case-studies .owl-thumbs button:hover {
	border:none;
	 outline:none;
}
 section.case-studies .owl-thumbs button {
	 background-color: transparent;
	 border: none;
	 opacity: 0.5;
	 display: inline-block;
	 margin-right: 10px;
}
 section.case-studies .owl-thumbs button .userimg {
	 /*width: 200px;*/
	 padding: 10px;
	 margin: 10px auto;
	 transition: 0.3s;
	 border: 1px solid #d1d1d1;
	 /* position: relative;
	 top: 15px; */
	 height: 150px;
    border-radius: 15px;
    background: #fff;
}
.slider1 div {
	height:auto
}
 /* section.case-studies .owl-thumbs button .userimg img {
	width: 40px;
    background: #189CD8;
    border-radius: 50%;
    padding: 8px;
} */
 section.case-studies .owl-thumbs button.owl-thumb-item.active {
	 transition: 0.3s;
	 opacity: 1;
	 border:none;
	 outline:none;
}
 section.case-studies .owl-thumbs button.owl-thumb-item.active .userimg {
	 border: 1px solid #189CD8 !important;
}
 
    
.team-first-section .main-container {border: 1px solid #d1d1d1;padding: 20px;border-radius: 5px;text-align: center;height: 100%;}
.team-first-section .main-container .img-container img {margin: 0 auto;border-radius: 50%;}
.team-first-section .main-container h3 {font-size: 1.5rem;}
.team-first-section .main-container .img-container {margin-bottom: 1rem;}
.team-first-section .main-container h5 {font-size: 1.05rem;font-family: sans-serif;margin-bottom: 1.5rem; color:#189CD8;}
.team-first-section .main-container p.container-text {font-size: 15px;line-height: 1.4;}
.sgco-team-lists{display:flex; justify-content:center; gap:20px; } 
/*media  query starts here*/ 

@media (max-width: 1366px) and (orientation: landscape) {
	.message-us-input {
		margin-left: 3px;
		margin-top: 4px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    	.indus-inner-div {
		        flex: 0 0 47%;
        max-width: 47%;
        min-height: 180px;
	}
	.career-right-banner {
		height: 111vh;
	}
	.attachments {
		font-size: 14px;
	}
	.contact-us-media {
		padding-right: 0;
	}
	.indus-right-section {
		height: 747px;
	}
	.news-letter-right-section {
		height: 500px;
	}
	.budget-right-section {
		height: 83px;
	}
	.budget-right-section {
		height: 480px;
	}
	.indus-inner-div3 img {
		height: 220px !important;
	}
	.RERA-left-container {
		padding-left: 30px;
		padding-top: 100px;
	}
	.RERA-left-container h4 {
		margin-top: 10px;
	}
	.RERA-left-container h3 {
		margin-top: 10px;
	}
	.RERA-right-img {
		height: 50vh;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.career-form label {
		font-size: 14px;
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.industry-desc{padding-left: 30.5px!important;}
}
@media screen and (max-width: 992px) {
	.landing-section {
		height: auto;
		margin-top: 94px;
	}
	.banner-overlay {
		padding-top: 50px
	}
	.banner-caption {
		margin-bottom: 50px
	}
	.intro-video {
		position: relative;
		padding: 20px 0;
	}
	.intro-video-container {
		max-width: 720px;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.intro-video video {
		width: 100%
	}
	.intro-video .follow-us {
		display: none
	}
	.inside-header {
		background: #fff !important;
	}
	.landing-section {
		height: auto;
		margin-top: 87px;
	}
	.home-body .inside-header ul li {
		border-bottom: 0 !important;
	}
}
@media screen and (max-width: 767px) {
    .h3, h3 { font-size: 1.2rem;} 
    .h2, h2 {font-size: 1.4rem;}
    .latest-news-container {margin: 0 0;padding: 20px 15px 20px;text-align: center;}
    .social-media-iframe{height:auto; } 
	.latest-news-container iframe {margin: 0 auto; width: 305px;} 
	.career-form label {
		font-size: 14px !important; 
	}
    .latest-news-container iframe {margin: 0 auto;width: 305px;height: 315px;} 
	.banner-caption {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 50px
	}
	.intro-video-container {
		max-width: 540px
	}
	.service-box {
		margin-bottom: 15px;
	}
	.industries-section {
		margin: 0
	}
	.team-slider {
		margin-top: 25px !important
	}
	.corporate-profile-section,
	.team-slider ul {
		list-style: none;
		padding: 0
	}
	.team-member {
		background: #189CD8;
		color: #fff
	}
	.team-slider li {
		margin-bottom: 15px
	}
	.flip-items {
		width: 100% !important
	}
	footer h3 {
		margin: 35px 0 15px
	}
	.inside-header {
		background: #fff !important;
	}
}
@media screen and (max-width: 768px) {
    .h4, h4 {
    font-size: 1.2rem;
}
    .sgco-team-lists {
        flex-direction: column;
        align-items: center;
        gap: 15px; 
    }
	.first-abt-p {
		margin-top: 15px;
	}
	.second-right-content,
	.third-right-content,
	.fourth-left-content {
		height: 425px;
	}
	.inside-header .navbar-dark {
		background: #fff !important;
	}
	.first-left-content,
	.second-left-content {
		padding: 15px 15px;
	}
	.third-left-content,
	.fourth-right-content {
		padding: 30px;
	}
	.second-left-content h1 {
		font-size: 28px;
	}
	.inside-header .navbar-dark .navbar-toggler-icon {
		background-image: url("../img/Menu.svg");
	}
	.inside-header .navbar-dark .navbar-toggler {
		border: none;
		outline: 0;
	}
	.dropdown-menu {
		z-index: 99;
		opacity: 1;
		visibility: visible;
	}
	.home-body .navbar-nav .dropdown-menu {
		text-align: left;
		padding-left: 20px;
	}
	.inside-header .dropdown-menu {
		border: 0;
		padding-left: 20px;
		box-shadow: none !important;
		border-radius: 0;
	}
	.left-divisions h3 {
		margin-top: 0;
	}
	.career-form label {
		font-size: 14px;
	}
	.accordion-section h4 {
		margin-top: 0px;
	}
	.accordion-section {
		padding-right: 15px;
	}
	.accordion-section h4 {
		margin-top: 45px;
	}
	.contact-ul {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.web-li:before,
	.telephone-li:before,
	.mobile-li:before {
		top: 8px;
	}
	.message-us h4 {
		margin-top: 15px;
	}
	.indus-right-section {
		height: 75vh;
	}
	.indus-inner-div2,
	.indus-col-div-4,
	.indus-col-div-3 {
		display: none;
	}
	.indus-col-div-1 {
		width: 25%;
	}
	.indus-inner-div-new {
		display: none;
	}
	.section-newsletter .accordion-section {
		margin-right: 0;
	}
	.letter-col {
		width: 25%;
		border-bottom: 1px solid #CBCBCB;
	}
	.news-letter-right-section {
		background: url(../img/news-letters.jpg) no-repeat;
		background-size: cover;
		height: 300px;
	}
	.budget-right-section {
		background: url(../img/mobile-budget.jpg) no-repeat;
		background-size: cover;
		height: 480px;
	}
	.section-budget .budget-left-section {
		padding: 0 !important;
	}
	.first-column-budget {
		margin-bottom: 15px;
	}
	.h5-margin {
		margin-top: 0px !important;
	}
	.gst-left-section h3 {
		margin-bottom: 20px;
	}
	.gst-meaning-section h3 {
		margin-top: 40px;
	}
	.gst-left-section {
		margin-bottom: 15px;
	}
	.resp-tab-content h5 {
		margin-bottom: 15px;
	}
	.resp-tab-content p {
		font-size: 14px !important;
	}
	.resp-tab-content {
		padding-left: 15px !important;
	}
	.gst-style {
		margin: 15px 0px 6px 0px;
	}
	.kb-update-left-section {
		padding-left: 0 !important;
	}
	.static-menu {
		max-width: 100%;
	}
	.left-update-knowledge {
		margin-bottom: 0;
	}
	.updates-h3 {
		margin-top: 30px;
	}
	.service-box {
		padding: 0;
	}
	.mega-menu {
		display: none;
	}
	.inside-header .navbar {
		padding: 12px 0px;
	}
	.inner-mega-left,
	.inner-mega-right {
		float: none !important;
		width: 100% !important;
	}
	.image-mega-cls img {
		display: none;
	}
	.mega-right-sec1 {
		padding: 0 !important;
	}
	.tax1 {
		padding-left: 0;
	}
	.inside-header .mega-menu ul li a {
		padding-left: 0;
	}
	.contact-megamenu {
		padding-top: 0;
		border-right: none;
		padding-left: 0;
	}
	.navbar-nav li {
		padding: 5px 0;
	}
	.inside-header ul li.active {
		border: 0;
	}
	.contact-menu {
		margin-bottom: 0;
	}
	.mega-menu {
		background-color: #F2F8FA;
		position: relative;
	}
	.inside-header ul li:hover .mega-menu {
		margin-top: 0;
	}
	.mega-ad-con ul li {
		padding-left: 21px;
	}
	.navbar-collapse {
		max-height: calc(100vh - 89px);
		overflow-y: auto;
	}
	.inside-header ul li.active,
	.inside-header ul li.active a {
		background: transparent;
	}
	.inside-header .navbar-dark .navbar-toggler {
		margin: 0 5x;
	}
	.navbar-nav li {
		border-top: 1px solid #cbcbcb;
	}
	.navbar-brand {
		margin-left: 10px;
		margin-bottom: 9px;
	}
	.inside-header .navbar {
		padding: 15px 0;
	}
	.mega-menu-change {
		display: none;
	}
	.inside-header ul li.active {
		border-top: 1px solid #cbcbcb;
	}
	.navbar-nav {
		border-bottom: 8px solid #189CD8;
	}
	.home-body .inside-header ul li mega-menu:hover {
		background: transparent;
		color: #189CD8;
	}
	.home-body .inside-header ul li:hover .mega-menu {
		margin-top: 0;
	}
	.home-body .inside-header ul li .os-mob:hover {
		background: transparent;
		color: #189CD8;
	}
	.mega-ad-con ul li {
		padding-left: 0;
	}
	.home-body .inside-header ul li .mega-menu {
		border-bottom: none;
	}
	.accordion-section {
		padding: 22px;
	}
	.mega-mail-icon a,
	.mega-telephone a,
	.meg-tel-2 a {
		padding-left: 0;
	}
	.mega-menu {
		border-bottom: 8px solid #F2F8FA;
	}
	.contact-megamenu {
		padding-left: 0 !important;
	}
	.our-team,
	.latest-news {
		padding: 10px;
		padding-bottom: 30px;
	}
	.industries-section {
		margin: 0;
	}
	.sunil-goyal-container {
		margin-top: 0;
	}
	/*
    .read-more1 {
        margin-bottom: 27px;
        margin-top: 18px;
    }
*/
	.sgco-team-1 .read-more1 {
		margin-bottom: 3px !important;
		margin-top: 7px !important;
	}
	.sub-heading {
		padding-top: 15px;
	}
	.RERA-left-container {
		padding-left: 20px;
		padding-top: 100px;
		padding-right: 20px;
	}
	.RERA-left-container h4 {
		padding-top: 0;
		font-size: 30px;
	}
	.RERA-left-container h3 {
		margin-top: 10px;
	}
	.padding-ul-RERA {
		padding-top: 0;
	}
	.RERA-right-img {
		height: 50vh;
	}
	.section-padding {
		padding-bottom: 15px;
	}
	.updates-tab-content {
		padding-top: 22px;
	}
	.vertical-align {
		min-height: 44% !important;
	}
	.contacts-paddss {
		padding-left: 0px;
	}
	.ipad-padd {
		padding-left: 15px;
	}
	.extra-ipad-cls {
		padding-left: 20px !important;
	}
	.gallery-section-f1 .gall-f-row:nth-child(3+2n) {
		clear: left;
	}
	.third-right-content {
		background: url(../img/about-us/new-sgco-mob.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.first-right-content {
		background-position: center;
		background-size: cover;
		min-height: 425px;
	}
	.our-asscociates h1 {
		margin-top: 33px;
	}
	.team-first-section h3 {
		margin-top: 34px;
	}
	.our-services-section {
		background: url(../img/bannnnnn-mob.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.error-page {
		height: 60vh;
	}
	.intro-video {
		position: relative;
		padding: 20px 0;
	}
	.content-margin {
     margin-top: 0px; 
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.indus-right-section {
		height: 748px;
	}
	.indus-col-div img {
		height: 440px;
	}
	.indus-inner-div3 img {
		height: 201px;
	}
	.gst-right-img {
		background: url(../img/gst768.jpg) no-repeat;
		background-size: cover;
		height: 400px;
		background-position: center;
	}
}
@media screen and (max-width: 1024px) {
	.pop-right-cont h5 {
	max-width:100%
}
	.nav.nav-tabs {
		width: 100%;
	}
	.tab-content {
		width: 100%;
		margin-top: 20px;
	}
	.gst-left-section {
		padding-left: 0 !important;
	}
	.indus-inner-div {
        flex: 0 0 47%;
        max-width: 47%;  
        min-height: 200px;
	}
	.indus-inner-div4 img {
		width: 100%;
		min-height: 220px;
	}
	.gst-right-img {
		background: url(../img/gst.png) no-repeat;
		background-size: cover;
		height: 420px;
		background-position: center;
	}
	.rera-container {
		margin-top: 10px;
	}
	#kreston-subp-popup {
		left: 21px;
		position: absolute;
		top: 20vh !important;
		z-index: 9999;
		opacity: 1;
		/*display: block;*/
		right: 21px;
	}
	.error-page {
		height: 90vh;
		padding: 0 30px;
	}
}
/*new media query */

@media only screen and (max-width: 768px) {
    .sub-heading { 
        margin:0 0 20px;
    }
	ul.resp-tabs-list {
		display: none;
	}
	h2.resp-accordion {
		display: block;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #C1C1C1;
        overflow: hidden;
            margin-top: 0;
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
	.home-body .inside-header ul li {
		border-bottom: 0 !important;
	}
	.mega-right-sec2 {
		padding-left: 0px !important;
	}
	.error-page {
		height: 60vh;
	}
	.shortcoming-div h1 {
	    margin-top: 0;
	}
    .gst-padd {
        padding-top: 38px;  
    }  
    .sabka-vishwas h5 {
          margin-top: 16px !important;  
    }
    .scheme-2-0-1-9 {
    margin-top: 0;
}
    .scheme-2-0-1-9 ul {
        margin-bottom: 0;
    }
.sabka-viswas-img {
	background: url(../img/sabka-vishwas-ipad.jpg) no-repeat;
	background-size: cover;
	    height: 380px;
}
	.gst-left-section {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
#kreston-subp-popup{ 
	    height: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.gst-right-img {
		background: url(../img/gst-400.png) no-repeat;
		background-size: cover;
		height: 300px;
	}
}
section.latest-news { clear: both;}
@media screen and (max-width: 576px) {
    .userimg h2 {    font-size: 13px;    padding-top: 15px;}
    section.blog-container.bg-blue .owl-theme .owl-nav {margin: 0;  position: relative;    top: -20px;} 
    section.case-studies .owl-thumbs {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row;}
    section.case-studies .owl-thumbs > button {flex: 0 0 31%;max-width: 31%;margin: 0;}
    section.case-studies .owl-thumbs button .userimg {height: 140px;}
    .blog-container{padding:30px 0;}
    section.case-studies { padding:30px 0px;}
	.intro-video-container {
		max-width: 100%
	}
	.section-title {
        font-size: 22px;
        line-height: 1.4;
	}
	.industry-desc .sub-heading br, .industry-desc .section-title br {display:none;} 
	section.our-team .read-more {  width: 150px;   margin: 0 auto;    display: block;}
	.blog-container .owl-nav { margin: 0;}
	.about-section,
	.industry-desc,
	.our-team,
	.latest-news {
		padding: 30px 0 !important; 
	}
	.our-services-overlay {
		padding: 40px 0 0px;
	}
	.service-box {
		min-height: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.service-box-overlay {
		position: relative;
	}
	.our-services-overlay .mt-5 {
		margin-top: 1rem !important
	}
	footer {
		padding: 25px 0 0px;
	}
	.letter-col { 
		width: 50%;
	}
}
@media screen and (max-width: 414px) { 
    h1 {font-size: 1.6rem;} 
    a.navbar-brand img{ width: auto !important; height: 55px !important;  object-fit: cover !important;}
	.third-left-content,
	.fourth-right-content {
		padding: 15px !important;
	}
	.second-left-content { 
		padding: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.first-left-content {
		padding: 0;
		padding-bottom: 15px;
		padding-left: 0 !important;
		padding-top: 15px;
	}
	.third-left-content h2 {
		font-size: 31px;
	}
	.first-left-content h1 {
		font-size: 33px;
	}
	.left-divisions {
		padding: 15px !important;
	}
	.left-divisions h4 {
		margin-top: 20px;
	}
	.left-divisions h3 {
		margin-top: 20px;
	}
	.career-form input {
		width: 100% !important;
	}
	.reset-padd {
		padding-right: 15px;
	}
	.career-right-banner {
		background: url(../img/career-right-banner-img-mobile.png) no-repeat;
		height: 40vh;
	}
	.career-paddingss {
		padding-right: 15px;
	}
	.accordion-section {
		padding-right: 15px;
		padding-left: 15px !important;
	}
	.accordion-section h4 {
		margin-top: 30px;
	}
	.accordin-div {
		margin-top: 20px;
	}
	.contact-ul {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.web-li:before,
	.telephone-li:before,
	.mobile-li:before {
		top: 8px;
	}
	.message-us h4 {
		margin-top: 15px;
	}
	.indus-right-section {
		height: 37vh;
	}
	.ser-titles h5 {
		font-size: 17px;
		line-height: 30px;
	}
	.indus-col-div-1 {
		width: 50%;
	}
	.left-divisions h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.datepickers-container {
		position: absolute;
		left: -340px !important;
		top: 44px !important;
	}
	.section-budget .budget-left-section {
		padding: 0 !important;
	}
	.first-column-budget {
		margin-bottom: 15px;
	}
	.budget-right-section {
		height: 376px;
	}
	.container-indus {
		margin-bottom: 15px;
	}
	.inside-header .navbar {
		padding: 15px 0 0 0;
	}
	.indus-inner-div {
        flex: 0 0 47%;
        max-width: 47%;
        min-height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
	}
	.inner-mega-left,
	.inner-mega-right {
		float: none;
		width: 100%;
	}
	.image-mega-cls img {
		display: none;
	}
	.mega-right-sec1 {
		padding: 0 !important;
	}
	.tax1 {
		padding-left: 0;
	}
	.inside-header .mega-menu ul li a {
		padding-left: 0;
	}
	.contact-megamenu {
		padding-top: 0;
		border-right: none;
		padding-left: 0;
	}
	.navbar-nav li {
		padding: 0px 0;
	}
	.contact-menu {
		margin-bottom: 0;
	}
	.sunil-goyal-container {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.sub-heading {
		padding-top: 0px;
	}
	.read-more1 {
		margin-bottom: 0;
	}
	.developer-link {
		float: none; 
	}
	.left-update-knowledge {
		margin-left: 15px;
		margin-right: 15px;
	}
	.update-bank-padding {
		padding-right: 0 !important;
	}
	.updates-tab-content {
		padding-top: 22px;
	}
	.contacts-paddss {
		padding-left: 0px;
	}
	.mega-right-sec2 {
		padding-left: 0 !important;
	}
	.mega-ad-con ul li {
		padding-left: 21px;
	}
	.mega-menu ul .nav-item {
		padding-bottom: 0 !important;
	}
	.home-body .inside-header ul li {
		border-bottom: 0 !important;
	}
	.mega-right-sec2 {
		padding-left: 0px !important;
	}
	.letter-col {
		width: 50%;
	}
	.gall-head {
		padding-top: 30px;
	}
	.padding-right-cls {
		padding-right: 10px;
		padding-left: 10px;
	}
	.gall-f-row img {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.gallery-section-f1 {
		margin-bottom: 0px;
	}
	#kreston-subp-popup {
		left: 25%;
		position: absolute;
		top: 20vh !important;
		z-index: 9999;
		opacity: 1;
		/*display: block;*/
		right: 21px;
		height: 70%;
	}
	.pop-pad {
		padding-left: 15px;
		padding-right: 0px;
		margin-top: 6px;
	}
	.popup-h1 {
		font-size: 24px;
	}
	#kreston-subp-popup {
		left: 25%;
		position: absolute;
		top: 22vh !important;
		height: 70%;
	}
	.lader-tiles {
		font-size: 1.4rem;
	}
	.error-div-1 {
		padding: 15px 0;
	}
	.error-page {
		height: 83vh;
		margin-top: 102px;
	}
	.error-page h1 {
		font-size: 23px;
	}
	.error-div-1 img {
		height: 275px;
	}
	.intro-video {
		position: relative;
		padding: 20px 0;
	}
		.content-margin {
     margin-top: 0px; 
}
    .sabka-viswas-img {
    background: url(../img/sabka-vishwas-ipad.jpg) no-repeat;
    background-size: cover;
    height: 223px;
}
	.backgrounds .dot-list-li {
		font-size: 14px;
	}
	.pop-right-cont {
    padding: 23px 0px;
}
	.pop-right-cont h5 {
    font-size: 14px;
    letter-spacing: 1px;
	max-width:100%
}
}
@media screen and (max-width: 320px) {
	body {
		padding-right: 0;
	}
	.datepickers-container {
		position: absolute;
		left: -290px !important;
		top: 44px !important;
	}
	.accordin-section-left {
		padding: 0;
	}
	.section-newsletter .accordion-section {
		margin-right: 0;
	}
	.home-body .inside-header ul li {
		border-bottom: 0;
	}
	.error-page {
		height: 100vh;
	}
	.error-page h1 {
		font-size: 25px;
	}
	.error-div-1 img {
		height: 263px;
	}
	.intro-video {
		position: relative;
		padding: 20px 0;
	}
		.content-margin {
     margin-top: 0px; 
}
.industry-desc .section-title br {
    display: none;
}
.our-team a.read-more {
    width: 150px;
    margin: 0 auto;
    display: block;
}
}

.covid-updates-tab-content ul {
    list-style: none;
	padding-bottom: 20px;
}


.covid-updates-tab-content ul li {
    border: 1px solid #CBCBCB;
    padding: 0;
    border-left: 5px solid #189CD8;
    margin: 12px 0;
    position: relative;
}
.covid-updates-tab-content p {
    float: left;
    margin: 0;
    padding: 10px 8px;
    font-size: 1rem;
    font-family: Tahoma;
    width: calc(100% - 30px);
}
.covid-updates-tab-content ul li a {
    float: right;
    width: 30px;
    background: #189CD8 url(../img/right-arrow.svg) no-repeat;
    background-position: center;
    background-size: 15px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.owl-dot.active span {
    background: #189CD8 !important;
    outline: none !important;
}
.owl-carousel button.owl-dot {
    outline: none !important;
}
.pop-right-cont a:hover {
	text-decoration: none;
}
.colm-left {
    float: left;
    width: 50%;
}
.colm-right {
    float: right;
    width: 50%;
}
.inner-mega-left.service-new-links {
    width: 50%;
}