
/**
 * Csutom Css
*/
body {
	font-family: "Jost", sans-serif;
}

.filter ul {
	margin: 0 auto 70px;
	display: table;
}

.filter li {
	display: inline;
	list-style: none;
	margin: 0 20px;
}

.filter li:first-child {
	margin-left: 0;
}

.filter li:last-child {
	margin-right: 0;
}

.filter a {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #7287a2;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
}

.filter a.active, .filter a:hover {
	color: #1469dc !important;
}

.input {
	width: 100%;
	border: 1px solid #d8d8d8 !important;
	margin-bottom: 20px;
}

textarea.input {
	height: 200px;
}

.gdlr-core-media-image img {
	width: 100%;
}

.eachTeamRow .eachBoxWrap .eachBox .gdlr-core-media-image img {
	margin-bottom: 0 !important;
}

/* ---------Custom--------------- */
.fw_300 {
	font-weight: 300;
}

.fw_400 {
	font-weight: 400;
}

.fw_500 {
	font-weight: 500;
}

.fw_600 {
	font-weight: 600;
}

.fw_700 {
	font-weight: 700;
}

.blueText {
	color: #1268dc !important;
}

.wid_50 {
	width: 50%;
}

.df {
	display: flex;
}

.fw {
	flex-wrap: wrap;
}

.aic {
	align-items: center;
}

.jcsb {
	justify-content: space-between;
}

.row_rev {
	flex-direction: row-reverse;
}

.col_rev {
	flex-direction: column-reverse;
}

header .corzo-menu-item-description {
	display: none !important;
}

.corzo-top-bar #corzo-top-bar-menu.corzo-top-bar-menu>li {
	border-right-width: 0;
}

#corzo-top-bar-menu li:last-child {
	display: none;
}

.img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.img-fill img {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .04);
}

.Grid1k {
	padding: 0 15px;
	max-width: 1200px;
	margin: auto;
}

.blocks-box, .slick-slider {
	margin: 0;
	padding: 0 !important;
}

.slick-slide {
	float: left;
	padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
	height: 100vh;
	background: #000;
}

.Modern-Slider .item .img-fill .info {
	position: absolute;
	width: 540px;
	height: auto;
	top: 0px;
	right: calc(( 100% - 1320px ) / 2);
	/* background:rgba(0,0,0,.50); */
	line-height: 100vh;
	text-align: left;
}

.Modern-Slider .item .img-fill img {}

.Modern-Slider .item .info > div {
	display: inline-block !important;
	vertical-align: middle;
}

.Modern-Slider .slick-arrow {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #1268dc;
}

.Modern-Slider .slick-arrow:hover {
	border-color: #fff;
}

.Modern-Slider .NextArrow {
	position: absolute;
	top: 50%;
	right: 30px;
	/* width:45px;
    height:45px; */
	background: rgba(0, 0, 0, .5);
	/* border:0 none; */
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
}

.Modern-Slider .NextArrow:before {
	content: "";
}

.Modern-Slider .PrevArrow {
	position: absolute;
	top: 50%;
	left: 30px;
	/* width:45px;
    height:45px; */
	background: rgba(0, 0, 0, .5);
	/* border:0 none; */
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
}

.Modern-Slider .PrevArrow:before {
	content: "";
}

.Modern-Slider .slick-dots {
	position: absolute;
	height: 5px;
	background: rgba(255, 255, 255, .2);
	top: 0px;
	width: 100%;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.Modern-Slider .slick-dots li button {
	display: none;
}

.Modern-Slider .slick-dots li {
	float: left;
	width: 0px;
	height: 5px;
	background: #1268dc;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
	width: 100%;
	animation: ProgressDots 11s both;
}

.Modern-Slider .item h2 {
	font-size: 90px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	animation: fadeOutRight 1s both;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
}

.Modern-Slider .item h2:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 60px;
	height: 3px;
	content: "";
	background-color: #1268dc;
}

.Modern-Slider .item p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	/* max-width:600px; */
	font-weight: 600;
	overflow: hidden;
	/* height:60px; */
	animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p span {
	display: block;
	margin-bottom: 30px;
}

.Modern-Slider .item .readMoreBtn {
	background-color: #1268dc;
	text-align: center;
	width: 200px;
	height: 64px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	transition: .6s;
	display: inline-block;
	line-height: 40px;
	border: 2px solid #1268dc;
	text-transform: uppercase;
	animation: fadeOutRight 1s both;
}

.Modern-Slider .item .readMoreBtn:hover {
	color: #1268dc;
	background-color: #fff;
}

.Modern-Slider .item.slick-active h2 {
	animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active .readMoreBtn {
	animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active p {
	animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
	animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
	background: #000;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
	0% {
		transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
	}
	
	100% {
		transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
	}
}

@-webkit-keyframes ProgressDots {
	from {
		width: 0px;
	}
	
	to {
		width: 100%;
	}
}

@keyframes ProgressDots {
	from {
		width: 0px;
	}
	
	to {
		width: 100%;
	}
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.moreAbtBtn, .gdlr-core-body .gdlr-core-button {
	background-color: #1268dc !important;
}

.gdlr-core-feature-content-item .gdlr-core-feature-content-learn-more {
	color: #1268dc !important;
}

.gdlr-core-feature-content-item .gdlr-core-feature-content-title {
	border-color: #1268dc;
}

.figure {
	display: block;
	max-width: 220px;
}

.figure img {
	width: 100%;
}

.figure {
	margin-bottom: 30px;
}

.latestUpdatesWrap .gdlr-core-pbf-background-wrap:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, .4);
}

.latestUpdatesWrap .gdlr-core-pbf-wrapper-content {
	z-index: 2;
	position: relative;
}

.latestUpdatesWrap .eachProduct {
	width: 33.33%;
	padding: 30px 10px;
}

.latestUpdatesWrap .eachProduct h3 span {
	color: #fff;
}

.latestUpdatesWrap .eachProduct ul {
	list-style-color: #fff;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

.latestUpdatesWrap .eachProduct ul li:not(:last-child) {
	margin-bottom: 10px;
}

.latestUpdatesWrap .eachProduct ul li a {
	color: #fff;
	font-weight: 500;
}

.latestUpdatesWrap .eachProduct ul li:hover a {
	color: #98c4ff;
}

.latestUpdatesWrap .eachProduct h3 {
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 0px;
	text-transform: none;
	color: #353535;
}

.latestUpdatesWrap .eachProductWrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}

.rightTesti p {
	font-size: 18px;
}

.col01 {
	width: 30%;
}

.col02 {
	width: 28%;
}

.col03 {
	width: 30%;
}

.col04 {
	width: 12%;
}

.corzo-navigation .sf-menu > li > a {
	text-transform: uppercase !important;
}

.uspWrap .gdlr-core-column-20 {
	height: 420px;
}

.page-about-us .uspWrap .gdlr-core-column-20 {
	height: auto;
}

.uspSlideHolder {
	position: relative;
}

.uspWrap .slick-arrow {
	top: 50%;
	z-index: 9;
	width: 50px;
	height: 50px;
	opacity: .55;
	font-size: 0;
	border: 0;
	outline: none;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.uspWrap .slick-arrow:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #0a7beb;
	font-family: "FontAwesome";
}

.uspWrap .slick-prev {
	left: -25px;
}

.uspWrap .slick-prev:before {
	content: "";
}

.uspWrap .slick-next {
	right: -25px;
}

.uspWrap .slick-next:before {
	content: "";
}

.uspWrap .slick-arrow:hover {
	opacity: 1;
}

.inner-usp .slick-prev {
	left: -100px;
}

.inner-usp .slick-next {
	right: -100px;
}

.serviceWrap .gdlr-core-feature-content-item .gdlr-core-feature-content-title {
	line-height: 1.2;
	padding-bottom: 10px;
}

/*.serviceWrap .gdlr-core-pbf-wrapper-container{*/

/*    max-width: 1170px;*/

/*}*/
.serviceWrap .gdlr-core-feature-content-item .gdlr-core-feature-content {
	height: 320px !important;
}

.serviceWrap .gdlr-core-feature-content-item .gdlr-core-feature-content-title {
	font-size: 24px !important;
}

.serviceWrap .serviceSlider li .gdlr-core-feature-content-caption {
	display: none;
}

.contactFooterWrap > p {
	margin-bottom: 25px;
}

.col_count_2 {
	/*background: #fff;*/
	margin-left: 3px;
}

.col_count_2 li {
	width: 50%;
	margin-left: -3px;
	vertical-align: top;
	display: inline-block;
}

.our-people .leftBlock figure {
	width: 100%;
	height: 340px;
	margin-bottom: 0;
}

.our-people .leftBlock figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

.pdfIcon {
	width: 60px;
	margin: 0 auto 10px;
}

.pdfIcon img {
	width: 100%;
	display: block;
}

.investor-corner .eachColWrap {
	display: flex;
	justify-content: space-between;
}

.investor-corner .eachCol {
	width: calc(25% - 5px);
}

.investor-corner .eachCol .eachColBox {
	padding: 20px;
	background-color: #f5f5f5;
}

.solution-provider {}

.innerServiceWrap .eachService {
	width: calc(25% - 3px);
	margin-bottom: 4px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .04);
}

.serviceBlockWrap .eachServiceBlock .gdlr-core-portfolio-grid {}

.gdlr-core-custom-menu-item.gdlr-core-style-2 ul li:before {
	font-size: 14px;
	margin-right: 5px;
}

.gdlr-core-custom-menu-item.gdlr-core-style-2 ul li a {
	font-size: 18px;
}

.eachServiceTitle {
	padding: 20px 30px 20px 30px !important;
}

.eachServiceTitle a, .hoverTitle a {
	display: block;
	position: relative;
}

.eachServiceTitle a:after, .hoverTitle a:after {
	left: 0;
	right: 0;
	width: 0;
	bottom: -5px;
	height: 3px;
	content: "";
	transition: .6s;
	position: absolute;
	background-color: #0a7beb;
}

.gdlr-core-opacity-on-hover:hover .eachServiceTitle a:hover:after, .eachServiceBlock:hover .hoverTitle a:after {
	width: 100%;
}

.eachServiceTitle h3 {
	margin-bottom: 0 !important;
}

.fixedServiceTitle {
	left: 0;
	right: 0;
	top: 66px;
	opacity: 0;
	margin: auto;
	z-index: 3;
	padding: 8px;
	position: fixed;
	transition: .6s;
	visibility: hidden;
	text-align: center;
	background: #1480e4;
}

.fixedServiceTitle h3 {
	text-align: center;
	letter-spacing: 2px;
	margin: 0 !important;
	color: #fff !important;
	font-size: 20px !important;
	text-transform: uppercase;
}

.serviceAside {
	width: 300px;
	height: 400px;
	overflow-y: scroll;
	padding: 30px 0 0;
	background-color: #fff;
	box-shadow: -3px -3px 5px rgba(0, 0, 0, .07), 1px 1px 2px rgba(0, 0, 0, .04);
}

.serviceAside .menu li.active {
	border-bottom: 1px solid #1469dc;
}

.serviceAside .menu li.active a {
	color: #1469dc;
	font-weight: 600;
}

#menu-services li {
	padding: 0 0 5px;
	line-height: 1.3;
}

#menu-services li:after {
	display: table;
	content: "";
	clear: both;
}

#menu-services li:before {
	float: left;
	width: 14px;
}

#menu-services li a {
	font-size: 16px;
	float: left;
	width: calc(100% - 20px);
}

.serviceMain {
	float: right;
	transition: .6s;
	width: calc(100% - 300px);
}

.serviceContainerBox.fixed .serviceAside {
	top: 85px;
	z-index: 1;
	height: 350px;
	overflow-y: scroll;
	position: fixed;
	left: calc(( 100% - 1280px ) / 2);
}

/* width */
.serviceContainerBox .serviceAside::-webkit-scrollbar {
	width: 5px;
	border-radius: 10px;
}

/* Track */
.serviceContainerBox .serviceAside::-webkit-scrollbar-track {
	background: #e7e7e7;
	border-radius: 10px;
}

/* Handle */
.serviceContainerBox .serviceAside::-webkit-scrollbar-thumb {
	background: #5aa2ff;
	border-radius: 10px;
}

/* Handle on hover */
.serviceContainerBox .serviceAside::-webkit-scrollbar-thumb:hover {
	background: #1268dc;
}

footer {
	position: relative;
	z-index: 5;
}

.eachRowSection.mobView {
	display: none;
}

.eachRowSection .eachRow h3 {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	font-weight: 500;
	transition: .6s;
	padding: 8px 10px;
	margin-bottom: 15px;
	background-color: #1365d4;
}

.eachRowSection .eachRow h3:hover {
	background-color: #235294;
}

.serviceMain .accTrigger h3 + .accContainer {
	display: none;
}

.serviceMain .accTrigger:first-child h3 + .accContainer {
	display: block;
}

.eachRowSection .eachRow ul {
	margin-left: 20px;
}

.eachRowSection .eachRow li {
	font-size: 18px;
	line-height: 1.5;
}

.eachRowSection .eachRow li:not(:last-child) {
	margin-bottom: 8px;
}

.blogAside .aside_02 .gdlr-core-recent-post-widget-thumbnail {
	height: 60px;
}

.blogAside .aside_02 .gdlr-core-recent-post-widget-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogMain .blogLink {
	margin-top: 15px;
}

.blogMain .eachBlogPost .blogImgBox {
	display: block;
	height: 400px;
	margin-bottom: 20px;
}

.blogMain .eachBlogPost .blogImgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogMain .eachBlogPost .blogContBox h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
}

.blogMain > .corzo-content-area, .postMain > .corzo-content-area {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blogMainWrap, .caseMain {
	margin-bottom: 0;
	padding-bottom: 0;
}

.caseImgBox {
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px !important;
}

.caseImgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contactTopWrap {
	background: #fff;
	padding: 50px 0;
}

.contactWrap {
	width: 60%;
}

.contactFormWrap {
	width: 40%;
}

/* .contactFormWrap .formBox .inputBox.btnBox input{
    color: #1268dc;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}
.contactFormWrap .formBox .inputBox.btnBox input:hover{
    color: #FFFFFF;
    background-color: #1268dc;
} */
.contactTopWrap .contactWrap > div, .contactTopWrap .contactBox {
	width: 100%;
}

.contactBox .eachBox .eachCont p:not(:last-child) {
	margin-bottom: 10px;
	font-weight: 600;
}

.inputBox {
	border: 0 !important;
}

.inputBox input, .inputBox textarea {
	display: block;
}

.workWithBlock .imgBox {
	width: 450px;
}

.workWithBlock .imgCont {
	width: calc(100% - 450px);
	padding-left: 30px;
}

.imgSliderWrap {
	width: 100%;
}

.imgSliderBox {
	padding: 10px;
}

.imgSliderBox img {
	display: block;
	margin-bottom: 10px;
}

.imgSliderBox strong {
	font-size: 20px;
	padding: 10px;
	background: #cdcdcd;
	display: block;
	text-align: center;
}

.eventUsBlock .imgBox {
	width: 25%;
}

.imgSliderWrap .slick-dots {
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0px;
	right: 0;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center;
	list-style-type: none;
}

/* .imgSliderWrap .slick-dots li button{display:none;} */
.imgSliderWrap .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50%;
}

.imgSliderWrap .slick-dots li button {
	display: inline-block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border: 0;
	outline: none;
	border-radius: 50%;
	background-color: #bcbcbc;
}

.imgSliderWrap .slick-dots li.slick-active button {
	background-color: #1268dc;
}

.awardMain .eachAwardPost .blogImgBox {
	margin-bottom: 0;
}

.awardMain .eachAwardPost .blogContBox h3 {
	font-size: 20px;
	line-height: 1.2;
	background-color: #d6d6d6;
	padding: 10px;
}

.teamTabWrap {
	background: #fff;
	padding: 30px 15px;
	box-shadow: 0px 0px 10px rgba(30, 30, 30, .3);
}

#comTeam {
	display: none;
}

.teamTabWrap ul {
	width: 100%;
	display: flex;
	margin-left: 15px;
	align-items: center;
	list-style-type: none;
}

.teamList li {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: .6s;
	padding: 10px 20px;
	background: #1366d6;
}

.teamList li:not(:last-child) {
	margin-right: 3px;
}

/*.teamList li:hover,*/

/*.teamList li.active{*/

/*    background: #012b64;*/

/*}*/
body {
	position: relative;
}

.go2TOp img {
	width: 69%;
}

.go2TOp.show {
	opacity: 1;
	visibility: visible;
}

.go2TOp {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	line-height: 9px;
	z-index: 9;
	margin: auto;
	font-size: 40px;
	background: #1168dc;
	/* background: linear-gradient(
0deg, rgb(40 141 63) 0%, rgb(40 141 63) 0%, rgb(174 203 114) 100%); */
	
	/* box-shadow: 0px 0px 0px rgb(5 79 156 / 0%); */
	box-shadow: 0 0 0 0 #fff;
	border-radius: 50%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: pulse;
	-moz-animation-duration: 1500ms;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 1500ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.overviewBox {
	position: relative;
	margin-bottom: 50px;
	padding-left: 15px;
}

.overviewBox:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(30, 30, 30, .85);
}

.overviewBoxCont {
	z-index: 2;
	position: relative;
}

.noList {
	margin-left: 15px;
	margin-bottom: 0;
	list-style-type: none;
}

.eachRowSection .triggerList {
	border-radius: 30px;
	margin-bottom: 40px;
}

/*.eachRowSection {*/

/*    overflow: hidden;*/

/*}*/

/*.eachRowSection .triggerList{*/

/*    width: 10000px;*/

/*}*/
.triggerList li {
	/*min-width: 310px;*/
	height: 62px;
	cursor: pointer;
	font-weight: 500;
	transition: .6s;
	align-items: center;
	justify-content: center;
	display: flex !important;
	width: calc(33.33% - 2px);
	color: #000;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 1.2;
	text-align: center;
	background: #f7f7f7;
	text-transform: capitalize;
	border-radius: 30px;
}

.triggerList li:hover {
	color: #c3ddff;
	background: #1469dc;
}

.triggerList li.active {
	background: #1469dc;
	color: #fff !important;
}

.triggerList li:not(:last-child) {
	margin-right: 2px;
}

.triggerList .slick-track {
	/*width: 100% !important;*/
	margin-left: 0;
	margin-right: 0;
}

.triggerList .slick-initialized .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.triggerList .slick-arrow {
	z-index: 2;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 0;
	position: absolute;
	top: calc(50% - 15px);
	background: #5aa2ff;
	position: absolute;
	border: 0 !important;
	outline: none !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, 20%);
	-moz-box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, .2);
	box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, 20%);
}

.triggerList .slick-arrow:hover {
	background: #000;
}

.triggerList .slick-arrow:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	font-family: "FontAwesome";
}

.triggerList .slick-prev {
	left: -32px;
}

.triggerList .slick-prev:before {
	content: "";
}

.triggerList .slick-next {
	right: -32px;
}

.triggerList .slick-next:before {
	content: "";
}

.triggerList .slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.serviceContainer .gdlr-core-title-item-caption {
	display: none;
}

.serviceContainer .gdlr-core-title-item-title {
	font-size: 20px !important;
}

.wrapBox .eachWrap {
	display: none;
}

.wrapBox .eachWrap:first-child {
	display: block;
}

.wrapBox .eachWrap .listHolder {}

.wrapBox .eachWrap .listHolder ul:last-child {
	margin-bottom: 0;
}

.wrapBox .eachWrap .listHolder ul {
	list-style-type: none;
}

.wrapBox .eachWrap .listHolder ul li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 8px;
}

.wrapBox .eachWrap .listHolder ul li:before {
	/*left: 0;*/
	
	/*top: 8px;*/
	
	/*width: 28px;*/
	
	/*height: 15px;*/
	
	/*content: '';*/
	
	/*position: absolute;*/
	
	/*background-size: cover;*/
	
	/*background-repeat: no-repeat;*/
	
	/*background-position: left center;*/
	
	/*background-image: url(../images/dualArrow.png);*/
	
	/*background-image: url(../images/arrow.png);*/
	
	/*background-image: url(../images/arrow3.png);*/
	left: 0;
	top: 8px;
	width: 28px;
	height: 15px;
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-530a7f7/affluence.net.in/wp-content/themes/affluence/images/dualArrow.png");
	background-image: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-530a7f7/affluence.net.in/wp-content/themes/affluence/images/arrow.png");
	background-image: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-530a7f7/affluence.net.in/wp-content/themes/affluence/images/arrow3.png");
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid #1469dc;
}

.wrapBox .eachWrap .listHolder p {
	margin-left: 35px;
	margin-bottom: 15px;
}

.wrapBox .eachWrap .listHolder ul ul {
	list-style-type: lower-alpha;
}

.wrapBox .eachWrap .listHolder ul ul li {
	padding-left: 25px;
}

.wrapBox .eachWrap .listHolder ul ul li:before {
	content: normal;
	top: 10px;
	width: 10px;
	height: 10px;
	border: 5px solid #1469dc !important;
}

.eachRowMobSection .wrapBox h2 {
	font-size: 20px;
	font-weight: 500;
	transition: .6s;
	line-height: 1.2;
	margin-left: 15px;
	margin-bottom: 2px;
	position: relative;
	background: #cfcfcf;
	border-radius: 10px;
	padding: 8px 50px 8px 10px;
	text-transform: capitalize;
}

.eachRowMobSection .wrapBox h2:after {
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	content: "";
	line-height: 20px;
	text-align: center;
	position: absolute;
	font-family: "FontAwesome";
}

.eachRowMobSection .wrapBox h2 br {
	display: none;
}

.eachRowMobSection .wrapBox h2.active + .eachWrap {
	display: block;
}

.eachRowMobSection .wrapBox h2.active {
	color: #fff;
	background-color: #1367d4;
}

.eachRowMobSection .wrapBox h2.active:after {
	content: "";
}

.eachRowMobSection .wrapBox .eachWrap {
	transition: .6s;
}

.eachRowMobSection .wrapBox .eachWrap .listHolder {
	border-radius: 10px;
}

.nwProcessWrap, .newServiceWrap, .focusListingWrap {
	display: none;
}

.key-strength .gdlr-core-icon-list-item ul, .newSection .gdlr-core-icon-list-item ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.key-strength .gdlr-core-icon-list-item ul, .newSection .gdlr-core-icon-list-item ul {
	margin-left: -15px;
	margin-right: -15px;
}

.key-strength .gdlr-core-icon-list-item ul li, .newSection .gdlr-core-icon-list-item ul li {
	width: 33.33%;
	padding: 0 15px;
}

.key-strength .gdlr-core-icon-list-item ul li > div, .newSection .gdlr-core-icon-list-item ul li > div {
	background: rgba(30, 30, 30, .5);
	box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, .3);
	border-radius: 10px;
	transition: .6s;
	padding: 30px;
	display: block;
	min-height: 235px;
}

.newSection .gdlr-core-icon-list-item ul li > div {
	padding: 30px 15px;
	height: 245px;
}

.newSection .gdlr-core-icon-list-item ul li.autoH > div {
	height: auto;
}

.newSection .gdlr-core-icon-list-item ul li.midH > div {
	height: 200px;
}

.key-strength .gdlr-core-icon-list-item ul li > div:hover, .newSection .gdlr-core-icon-list-item ul li > div:hover {
	/*box-shadow: 0px 0px 8px 2px rgba(51,115,201,0.5);*/
	box-shadow: 0px 0px 8px 2px rgba(59, 59, 59, .5);
}

.key-strength .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-image, .newSection .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-image {
	width: 80px;
	height: 80px;
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	transition: .6s;
	overflow: hidden;
	margin: 0 auto 30px;
}

.newSection .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-image {
	background: #fff;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.key-strength .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-image img {
	width: 100%;
}

.newSection .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-image img {
	width: 100%;
	padding: 2px;
}

.key-strength .gdlr-core-icon-list-item ul li > div:hover .gdlr-core-icon-list-image, .newSection .gdlr-core-icon-list-item ul li > div:hover .gdlr-core-icon-list-image {
	transform: scale(1.3);
}

.key-strength .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-content-wrap, .newSection .gdlr-core-icon-list-item ul li > div .gdlr-core-icon-list-content-wrap {
	width: 100%;
	overflow: visible;
}

.newWrap {
	display: flex;
}

.newWrap .counterNo {
	width: 32px;
	line-height: 1.3;
	color: #fff;
}

.newWrap .gdlr-core-icon-list-content {
	width: calc(100% - 40px);
	padding: 0 0 0 5px;
	line-height: 1.3;
}

.imgPad .gdlr-core-icon-list-image {
	padding: 10px;
}

.w-100 {
	width: 100% !important;
}

.text-center {
	text-align: center;
}

.eachRowSection.deskView ul {
	position: relative;
}

.eachRowSection.deskView .slick-initialized .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.eachRowSection.deskView .slick-arrow {
	z-index: 2;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 0;
	position: absolute;
	top: calc(50% - 15px);
	background: #5aa2ff;
	position: absolute;
	border: 0 !important;
	outline: none !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, 20%);
	-moz-box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, .2);
	box-shadow: 0px 0px 2px 1px rgba(32, 32, 30, 20%);
}

.eachRowSection.deskView .slick-arrow:hover {
	background: #000;
}

.eachRowSection.deskView .slick-arrow:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	font-family: "FontAwesome";
}

.eachRowSection.deskView .slick-prev {
	left: -32px;
}

.eachRowSection.deskView .slick-prev:before {
	content: "";
}

.eachRowSection.deskView .slick-next {
	right: -32px;
}

.eachRowSection.deskView .slick-next:before {
	content: "";
}

.eachRowSection.deskView .slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.corzo-sticky-menu-placeholder {
	display: none !important;
}

.popDiv .popBox {
	display: none;
	background: #f00;
	color: #fff;
}

.col_count_2 {
	background: #fff;
	left: 150px;
	right: 150px;
	padding: 25px;
	margin: auto;
}

.col_count_2 li {
	border: 0 !important;
}

.col_count_2 li a {
	/*font-weight:bold;*/
	padding: 6px 0px 6px 0px;
}

.esoppage {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
	justify-content: flex-start;
}

.esoppage:after {
	content: "";
	clear: both;
	display: table;
}

.esoppage .ebox {
	margin: 0 10px 15px 0;
	width: calc(33.33% - 10px);
}

.esoppage .ebox > div {
	height: auto;
	padding: 30px;
	display: block;
	transition: .6s;
	border-radius: 10px;
	background: rgba(30, 30, 30, .5);
	box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 30%);
}

.esoppage .ebox > div .upderP {
	margin: 0;
	width: 100%;
	height: auto;
	display: flex;
	line-height: 1.3;
}

.esoppage .ebox > div .upderP .counterNum {
	width: 30px;
	font-size: 18px;
}

.esoppage .ebox > div .upderP span {
	width: calc(100% - 30px);
}

.esoppage .ebox > div .upderPlast {
	margin: 0;
	height: auto;
}

.esoppage .ebox > div > p {
	height: 60px !important;
}

.fancybox-content {
	max-width: 900px !important;
}

.gdlr-core-flexslider.flexslider[data-type="carousel"] ul.slides > li {
	padding: 0 15px;
}

.gdlr-core-image-overlay1 {
	background-color: rgba(0, 0, 0, .8);
}

.colBlue {
	border-bottom: 2px solid #0a7beb;
}

.adScroll {
	height: 280px;
	overflow-y: scroll;
}

/* width */
.adScroll::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.adScroll::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.adScroll::-webkit-scrollbar-thumb {
	background: #1268dc;
}

/* Handle on hover */
.adScroll::-webkit-scrollbar-thumb:hover {
	background: #1268dc;
}

.gdlr-core-icon-list-content {
	text-align: center;
}

.directors-due-deligence-page .eachRowSection .triggerList {
	margin-bottom: 15px;
	padding: 0;
}

.directors-due-deligence-page .triggerList li, .directors-due-deligence-page .triggerList li.active {
	width: auto;
	height: auto;
	padding: 0;
	font-size: 20px;
	justify-content: flex-start;
	background: transparent !important;
	color: #000 !important;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	font-weight: 500;
	color: #f33 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: 0 !important;
	color: #f33 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	line-height: 1.2;
	border: 0 !important;
	color: #13ba22 !important;
}

.corzo-body div.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.mm-menu {
	z-index: 999 !important;
}

.corzo-navigation.corzo-item-pdlr {
	padding-right: 15px !important;
}

/*.select2-container{
    width: 100% !important;
}
.frm_bxs input.select2-search__field{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.select2-container--default .select2-selection--multiple{
    height: 40px;
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}*/
.aboutWrap .adheight p, #gdlr-core-column-92372 .gdlr-core-pbf-column-content .gdlr-core-left-align {
	text-align: justify !important;
}

.gdlr-core-feature-content-item .gdlr-core-feature-content-box.gdlr-core-with-background {
	background: rgba(40, 40, 40, .5);
}

.serviceWrap .gdlr-core-feature-content-item .gdlr-core-feature-content-title {
	text-shadow: 1px 1px 1px #000104;
}

.checkbox_service {
	padding-bottom: 25px;
}

.checkbox_service .wpcf7-form-control-wrap {
	max-height: 75px;
	overflow-y: auto;
}

.checkbox_service .wpcf7-form-control-wrap::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.checkbox_service .wpcf7-form-control-wrap::-webkit-scrollbar-track {
	background: #f2f2f2;
}

/* Handle */
.checkbox_service .wpcf7-form-control-wrap::-webkit-scrollbar-thumb {
	background: #1268dc;
}

/* Handle on hover */
.checkbox_service .wpcf7-form-control-wrap::-webkit-scrollbar-thumb:hover {
	background: #1268dc;
}

.user-box .full_name input {
	border: 0;
	border-bottom: 1px solid #ccc;
}

.user-box .phone input {
	border: 0;
	border-bottom: 1px solid #ccc;
}

.user-box .email input {
	border: 0;
	border-bottom: 1px solid #ccc;
}

.user-box .message textarea {
	border: 0;
	border-bottom: 1px solid #ccc;
}

/*.ad1 ul li{*/

/*    width:100%;*/

/*    display:block;*/

/*}*/

/*--blog new start--*/
.blogSec {
	padding: 50px 0;
}

.blogInner {
	margin-bottom: 20px;
}

.blogInner .blogImg {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
	transition: .5s all;
}

.blogInner .blogImg a::before {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	transition: .5s all;
	top: 0;
	content: "";
	z-index: 1;
}

.blogInner .blogImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: .6s all;
}

.blogInner .blogImg a:hover::before {
	background-color: rgba(0, 0, 0, .4);
}

.blogContent {
	padding: 5px 0;
}

.blogInner .blogImg:hover img {
	transform: scale(1.1);
}

.blogContent .dateWrap a {
	font-size: 14px;
	color: #3d3e3d;
}

.blogContent .dateWrap a i {
	margin-right: 5px;
}

.blogContent .titleWrap {
	margin: 10px 0;
	margin-top: 0px;
	min-height: 80px;
}

.blogContent .titleWrap h4 {
	font-size: 20px;
}

.blogContent .titleWrap h4 a {
	color: #262626;
	transition: .5s all;
	font-size: 16px;
}

.blogContent .titleWrap h4 a:hover {
	color: #1268dc;
}

.blogContent .readBtn a {
	color: #262626;
	font-size: 14px;
	display: inline-flex;
	line-height: 20px;
	position: relative;
	padding-bottom: 5px;
	transition: .5s all;
	align-items: center;
}

.blogContent .txtWrap p {
	color: #262626;
}

.txtWrap {
	display: none;
}

.blogContent .readBtn a:hover {
	color: #1268dc;
}

.blogContent .readBtn a::before {
	width: 0;
	height: 1px;
	background-color: #1268dc;
	position: absolute;
	top: 100%;
	transition: .5s all;
	left: 0;
	content: "";
}

.blogContent .readBtn a i {
	font-size: 12px;
	margin-left: 5px;
	color: #262626;
	transition: .5s all;
}

.blogContent .readBtn a:hover i {
	color: #1268dc;
}

.blogContent .readBtn a:hover::before {
	width: 100%;
}

.siderbarWrap {
	position: sticky;
	top: 30px;
}

.siderbarWrap .sidebarSrch .frmWrap {
	position: relative;
}

.siderbarWrap .sidebarSrch {
	padding-left: 0px;
}

.siderbarWrap ul li {
	list-style: none;
}

.siderbarWrap .sidebarSrch .frmWrap .inputTxt {
	width: 100%;
	border-radius: 5px;
	border: none;
	min-height: 40px;
	padding: 0 15px;
	background-color: #f1f1f1;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn {
	width: 50px;
	line-height: 40px;
	border: none;
	padding: 0px;
	background: url("https://cdn-ileileg.nitrocdn.com/TphmLLdXhWQJbyAHMkRapREQRyeIvfJW/assets/images/optimized/rev-530a7f7/affluence.net.in/wp-content/themes/affluence/img/search-icon.png") no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	transition: .5s all;
	filter: brightness(0) invert(.5);
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.nitro-lazy {
	background: none !important;
}

.siderbarWrap .sidebarSrch .frmWrap .srchBtn.srchBtn:hover {
	filter: brightness(1) invert(0);
}

.widgetContent {
	margin-bottom: 20px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0%);
	border-radius: 0;
	transition: all .3s ease-in-out;
}

.widgetContent.active {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 10%);
	border-radius: 5px;
}

.widgetContent a {
	padding: 15px;
	padding-right: 30px;
	border-bottom: 1px solid transparent;
	display: block;
	position: relative;
	color: #4c4a4a;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	background-color: #f3f3f3;
	transition: all .3s ease-in-out;
}

.sidebarWidget {
	margin-top: 20px;
}

.widgetContent a span {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%) rotate(0deg);
	color: #a0a0a0;
	font-size: 14px;
	line-height: 20px;
	transition: all .3s ease-in-out;
}

.widgetContent.active a {
	background-color: #e9e9e9;
	border-bottom-color: rgba(225, 224, 224, .48);
}

/* .widgetContent.active a span{
	transform: translateY(-50%) rotate(90deg);
  } */
.widgetContent.active a span i::before {
	content: "";
}

.widgetBox {
	display: none;
	padding: 15px;
}

.widgetBox ul {
	margin-left: 0px;
}
