header {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.top-bar {
	background-color: var(--navy-blue);
	height: 42px;
	display: flex;
	align-items: center;
}

.navbar-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-menu {
	display: flex;
}

.right-top-bar {
	display: flex;
	justify-content: end;
}

.right-top-bar a {
	color: #fff;
	font-size: calc(var(--body-font-size) - 2px);
}

.right-top-bar a img {
	margin-right: 8px;
}

.right-top-bar a.tb-phone {
	margin-left: 50px;
}

.main-menu li:not(:last-child) {
	margin-right: 40px;
}

.main-menu li a {
	font-weight: 500;
}

.main-menu li a:hover,
.main-menu li a.active {
	color: var(--blue);
}

.dropdown.dropdown-bar .dropdown-toggle {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-main .navbar-brand.logo {
    max-width: 270px;
}

.dropdown.dropdown-bar .dropdown-toggle::after {
	background-image: url(../images/menu-arrow.png);
	border: none;
	width: 8px;
	height: 6px;
	margin-top: -2px;
	background-position: 0px 0px;
	position: absolute;
	top: 50%;
	right: 0;
}

.dropdown.dropdown-bar .dropdown-toggle.active::after,
.dropdown.dropdown-bar:hover .dropdown-toggle::after {
	background-image: url(../images/menu-arrow-blue.png);
}

.dropdown-bar .dropdown-menu {
	border: none;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, .08);
	padding: 20px;
	width: 320px;
	top: 100% !important;
	transform: unset !important;
	margin-top: 7px !important;
}

.dropdown-bar .dropdown-menu .dropdown-item {
	padding: 8px 15px;
	font-size: calc(var(--body-font-size) - 1px);
	white-space: normal;
}

.dropdown-bar .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

.dropdown-bar .dropdown-menu li {
	margin-right: 0 !important;
}

.header-inner {
	margin: 30px 0;
}

.right-menu {
	display: flex;
	align-items: center;
}

.main-menu {
	display: flex;
	margin-right: 50px;
}

.hero-section {
	padding: 10px 0 85px;
}

.right-hero-section {
	max-width: 530px;
	margin-left: auto;
	position: relative;
}

.right-hero-section .img-box.banner-main-img {
	padding-bottom: 620px;
	padding-bottom: 117%;
}

.banner-img-two {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.banner-img-two {
	position: absolute;
	z-index: 1;
	bottom: 62px;
	left: 0;
	border-radius: var(--border-radius);
	left: -130px;
	overflow: hidden;
	box-shadow: 6px 0 20px rgba(0, 0, 0, .16);
	max-width: 246px;
}

.left-hero-section h1 {
	color: var(--navy-blue);
}

.left-hero-section h1 span {
	color: var(--blue);
	text-decoration: underline;
}

.left-hero-section h6 {
	font-weight: normal;
	margin: 30px 0 35px;
}

.left-hero-section .btn-theme {
	height: 52px;
	line-height: 50px;
	font-size: calc(var(--body-font-size) + 1px);
}

.left-hero-section .btn-theme.btn-theme-dark {
	margin-right: 6px;
}

.support-section {
	position: relative;
}

.support-section::before {
	content: "";
	background-color: var(--navy-blue);
	width: 100%;
	height: 278px;
	position: absolute;
	z-index: -1;
}

.support-section-inn {
	padding-top: 104px;
}

.support-sec {
    background-color: var(--white);
    padding: 57px 32px 49px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    border: 1px solid #80808047;
}

.support-icon-outer {
	position: relative;
	width: 92px;
	height: 92px;
	margin-top: -104px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 100px;
	position: relative;
}

.support-icon-outer::before {
	content: "";
	position: absolute;
	background-color: var(--navy-blue);
	width: 100%;
	height: 100%;
	border-radius: 100px;
	left: 2px;
	top: 2px;
}

.support-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	border-radius: 100px;
	position: relative;
}

.support-sec h4 {
	margin-bottom: 32px;
}

.support-sec p {
	margin-bottom: 0;
}

.whyDI-section {
	padding: 122px 0;
}

.whyDI-box {
	border-top: 1px solid var(--dark);
	padding-top: 26px;
	padding-bottom: 31px;
	position: relative;
	padding-right: 70px;
}

.whyDI-box:last-child {
	border-bottom: 1px solid var(--dark);
}

.whyDI-link {
	position: absolute;
	bottom: 31px;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: var(--blue);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whyDI-box p {
	margin-bottom: 0;
	padding-right: 30px;
}

.whyDI-box h4 {
	margin-bottom: 20px;
}

.left-whyDI-wrap {
	max-width: 536px;
}

.sub-heading {
	color: var(--blue);
	border: 1px solid var(--blue);
	padding: 7px 20px;
	border-radius: 100px;
	font-size: calc(var(--body-font-size) - 2px);
	font-weight: 700;
	display: inline-block;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.right-whyDI-wrap p {
	margin: 31px 0 50px;
}

.right-whyDI-img .img-box {
	padding-bottom: 296px;
	padding-bottom: 46.6%;
}

.video-icon-outer {
	position: absolute;
	width: 94px;
	height: 94px;
	left: 50%;
	top: 50%;
	z-index: 1;
	border-radius: 100px;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 90px;
	cursor: pointer;
	display: none;
}

.video-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--navy-blue);
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 100px;
	text-align: center;
	opacity: 0.8;
}

.video-icon-outer img {
	position: relative;
	z-index: 2;
}

.banefits-section {
	padding-bottom: 60px;
}

.banefits-section .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.banefits-box .bb-content {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.banefits-box .bb-content .bb-content-overlay {
	background: rgba(0, 0, 0, 0.10);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.banefits-box .bb-content:hover .bb-content-overlay {
	background: var(--blue);
	opacity: 1;
}

.banefits-box .bb-content-image {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.banefits-box {
	max-width: 477px;
}

.banefits-box .bb-content-details {
	position: absolute;
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.55) 35%);
	text-align: left;
	padding-left: 50px;
	padding-top: 82px;
	padding-bottom: 20px;
	padding-right: 50px;
	width: 100%;
	top: auto;
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	bottom: 0;
}

.banefits-box .bb-content:hover .bb-content-details {
	background: none;
	top: 0;
	padding-top: 52px;
	left: 0;
	opacity: 1;
	transform: unset;
}

.banefits-box .bb-content-details h4 {
	color: #fff;
	margin-bottom: 15px;
}

.banefits-box .bb-content:hover .bb-content-details h4 {
	margin-bottom: 20px;
}

.banefits-box .bb-content-details p {
	color: #fff;
	font-size: var(--h6-font-size);
	line-height: calc(var(--h6-line-height) + 2px);
}


.bb-content-text-hover {
	opacity: 0;
	color: #fff;
	font-size: var(--h6-font-size);
	line-height: calc(var(--h6-line-height) + 2px);
	display: none;
}

.banefits-box .bb-content:hover .bb-content-details .bb-content-text-hover {
	opacity: 1;
	display: block;
}

.banefits-box .bb-content:hover .bb-content-details .bb-content-text {
	display: none;
}

.owl-dots {
	text-align: center;
	margin-top: 25px
}

.owl-dots button {
	width: 60px;
	height: 4px;
	background-color: var(--light-gray) !important;
	margin: 0 5px;
	border-radius: 10px;
}

.owl-dots button.active {
	background-color: var(--navy-blue) !important;
}

.owl-dots button span {
	display: none;
}



.working-process-section {
	position: relative;
	padding-top: 90px;
}

.working-process-section:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 60.4%;
	background-color: var(--navy-blue);
	z-index: -1;
}

.section-title-white .sub-heading {
	color: var(--white);
	border-color: var(--white);
}

.section-title-white h3 {
	color: var(--white);
	border-color: var(--white);
	max-width: 77%;
}

.wp-box {
	background-color: var(--white);
	border: 1px solid #d7e1ec;
	text-align: center;
	padding: 50px 32px 50px;
	border-radius: var(--border-radius);
	height: 100%;
}

.row.row-working-process {
	margin-top: 86px;
	margin-left: -16px;
	margin-right: -16px;
}

.row.row-working-process .col-12 {
	padding-left: 16px;
	padding-right: 16px;
}

.wp-box-count {
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 44px;
	border: 4px solid #fff;
	margin: -80px auto 40px;
	background-color: var(--blue);
	border-radius: 100%;
	color: var(--white);
	font-size: calc(var(--h5-font-size) - 2px);
	font-weight: bold;
}

.wp-box h4 {
	margin: 24px 0 20px;
}

.wp-box p {
	font-size: calc(var(--body-font-size) + 2px);
	margin-bottom: 0
}


.products-slider-box {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 24px;
}

.products-slider-box:hover {
	overflow: unset;
}

.products-slider-box .ps-content-overlay {
	background: rgba(0, 0, 0, 0.40);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.products-slider-box:hover .ps-content-overlay {
	opacity: 0.5;
}

.products-slider-box .ps-content-image {
	height: 410px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.products-slider-box .ps-content-details {
	position: absolute;
	text-align: center;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 42px;
	padding-right: 40px;
	top: auto;
	left: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	bottom: 0;
	transform: translateY(10%);
	background-color: var(--blue);
	color: var(--white);
	border-radius: 5px 5px 0 0;
}

.products-slider-box:hover .ps-content-details {
	opacity: 1;
	transform: unset;
	transform: translateY(0%);
}

.ps-content-arrow {
	background-color: var(--blue);
	background-image: url(../images/arrow2.png);
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100px;
	border: 4px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
}

.products-slider-sec {
	padding: 132px 0 136px 0;
}

.products-slider-sec h3 {
	margin-bottom: 44px;
}

footer {
	background-color: var(--dark-blue);
	position: relative;
}

footer::before {
	content: "";
	position: absolute;
	background-color: #fff;
	top: 0;
	height: 126px;
	width: 100%;
}

footer .cust-container {
	position: relative;
	z-index: 1;
}

.get-in-touch {
	background-color: var(--navy-blue);
	background-image: url(../images/layers-bg.png);
	padding: 72px 88px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.get-in-touch h3 {
	color: var(--white);
	font-size: calc(var(--h3-font-size) - 4px);
	line-height: 1.4;
	max-width: 68%;
	margin-bottom: 0;
}

.get-in-touch .btn-theme {
	height: 56px;
	line-height: 54px;
	min-width: 220px;
	font-size: calc(var(--body-font-size) + 4px);
	text-align: left;
	padding-right: 60px;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.get-in-touch .btn-theme:hover {
	border-color: var(--white);
	background-color: transparent;
}

footer {
	background-color: var(--dark-blue);
	position: relative;
}

.info-box {
	color: var(--white);
	display: flex;
	align-items: center;
}

.info-icon {
	background-color: var(--blue);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-right: 30px;
}

.info-content h6 {
	margin-bottom: 0;
	max-width: 72%;

}

.info-content span {
	display: block;
	padding-bottom: 6px;
	color: var(--blue);
}

.info-content {
	width: calc(100% - 80px);
}

.info-content .h6 a {
	display: block;
}

.info-content .h6 a:hover {
	color: var(--blue);
}

.info-box-email {
	display: flex;
	justify-content: center;
	position: relative;
}

.info-box-email::before,
.info-box-phone::before {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #27324e;
	position: absolute;
	left: -45px;
	top: 0;
}

.info-box-phone::before {
	left: 30px;
}

.info-box-phone {
	display: flex;
	justify-content: end;
	position: relative;
}

footer {
	color: var(--white);
}

.footer-info {
	padding: 80px 0 70px;
	border-bottom: 1px solid #27324e;
	margin-bottom: 65px;
}

.col-footer a {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 16px;
	font-size: calc(var(--body-font-size) - 1px);
}

.col-footer p {
	font-size: calc(var(--body-font-size) - 1px);
}

.col-footer a::before {
	content: "";
	background-image: url(../images/footer-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0;
	width: 6px;
	height: 10px;
	top: 7px;
}

.col-footer a:hover,
.copyright a:hover {
	color: var(--blue);
}

.col-footer h6 {
	font-size: calc(var(--h6-font-size) + 2px);
	position: relative;
	margin-bottom: 35px;
}

.col-footer h6:after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: var(--blue);
	position: absolute;
	bottom: -8px;
	left: 0;
	border-radius: 10px;
}

.col-footer-first {
	max-width: 247px;
}

.col-footer-first p {
	font-size: calc(var(--body-font-size) - 1px);
	margin: 35px 0 55px;
}

.left-our-newsletter .form-control {
	background-color: var(--white) !important;
	padding: 10px 18px;
	height: 44px;
	border-radius: 5px;
	margin-bottom: 15px;
	color: var(--dark);
	font-size: var(--body-font-size);
}

.newsletter-search .btn-theme {
	width: 100%;
}

.col-quick-links.col-footer {
	padding-left: 30px;
}

.copyright {
	border-top: 1px solid #27324e;
	padding: 28px 0;
	margin-top: 45px;
	font-size: calc(var(--body-font-size) - 2px);
}

.right-copyright a {
	padding: 0 4px;
}

.about-page-section {
	padding: 90px 0 120px;
}

.hero-section.hero-section-inn {
	background: var(--light-gray);
	padding: 66px 0;
}

.left-about-sec {
	position: relative;
	max-width: 580px;
}

.img-box.left-about-img {
	padding-bottom: 114%;
}

.col-message {
	position: absolute;
	bottom: 50px;
	right: -50px;
	background-color: var(--blue);
	background-image: url(../images/ap-icon-bg.png);
	border: 8px solid #fff;
	border-radius: 5px;
	padding: 37px;
	color: var(--white);
	font-size: calc(var(--h6-font-size) + 2px);
	max-width: 216px;
	text-align: center;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.right-about-sec {
	max-width: 580px;
	margin-left: auto;
}

.about-box-icon {
	width: 80px;
	height: 80px;
	background-color: var(--navy-blue);
	border-radius: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-box {
	display: flex;
	width: 100%;
	margin: 40px 0;
}

.about-box .about-des {
	width: calc(100% - 110px);
	margin-left: auto;
}

.about-box .about-des p {
	margin-bottom: 0;
}

.right-about-sec .section-title {
	margin-bottom: 25px;
}

.about-btm.text-center {
	padding: 120px 0;
}

.about-btm.text-center .cust-container {
	max-width: 940px;
}

.product-banner h4 {
	margin: 0 auto;
}

.left-pb h5 {
	font-weight: normal;
	margin: 25px auto 22px;
	line-height: 1.5;
}

.left-pb p {
	margin-bottom: 50px;
}

.hero-section-inn.product-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 70px;
	position: relative;
}

.hero-section-inn.product-banner .cust-container {
	position: relative;
	z-index: 1;
}

.product-banner {
	color: var(--white);
}

.contact-section-inn {
	background-color: var(--navy-blue);
	color: var(--white);
	padding: 60px 60px;
	border-radius: 5px;
	margin-left: 60px;
}

.contact-btm {
	text-align: left;
}

.contact-form-wrapper .form-check a {
	text-decoration: underline;
}

.contact-btm-sec .info-content {
	text-align: left;
	color: var(--dark);
}

.contact-details-btm {
	padding-top: 40px;
}

.contact-form-wrapper .btn-theme:hover {
	border-color: var(--white);
}

.contact-banner h2.mb-0.navy-blue {
	max-width: 64%;
	margin: 0 auto;
}

.form-contact .form-label {
	font-size: calc(var(--body-font-size) - 1px);
}

.contact-details-btm .info-box-email,
.contact-details-btm .info-box-phone {
	justify-content: start;
}

.contact-details-btm .info-box-email::before,
.contact-details-btm .info-box-phone::before {
	display: none;
}

.contact-details-btm .col-md-12 {
	margin-bottom: 40px;
}

.contact-section {
    padding-bottom: 90px;
    position: relative;
    padding-top: 90px;
}

.contact-details-btm .info-icon {
	background-color: var(--navy-blue);
}

.form-check-input {
	background-color: transparent;
	border: 1px solid #fff;
}

.form-check-input:checked {
	background-color: var(--blue);
	border-color: var(--blue);
}

.contact-btm-sec {
	max-width: 380px;
}

.contact-btm-sec .info-content h6 {
	margin-bottom: 0;
	max-width: 100%;
}

.form-contact .btn-theme {
	margin-top: 10px;
}

.map iframe {
	width: 100%;
	height: 860px;
	margin-bottom: 0;
}

footer.footer-seond {
	background-color: transparent;
}

footer.footer-seond::before {
	background-color: var(--dark-blue);
	top: 130px;
	height: calc(100% - 130px);

}

footer.footer-seond .get-in-touch {
	margin-top: -160px;
}




.faq-section {
	padding-bottom: 120px;
}

.faq-section-inn {
	max-width: 84%;
	margin: auto;
}

.accordion-theme .accordion-item {
	border: none !important;
	border-right: none !important;
	border-radius: 5px !important;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .08);
	margin-bottom: 20px;
}

.accordion-theme .accordion-button {
	font-size: var(--h5-font-size);
	margin-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	background-color: transparent;
	box-shadow: none;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.4;
	cursor: pointer;
}

.accordion-theme .accordion-body {
	padding-left: 40px;
	padding-right: 80px;
	padding-top: 0;
	padding-bottom: 30px;
}

.accordion-theme .accordion-button:not(.collapsed) {
	color: var(--dark);
}

.accordion-button::after {
	background-image: url("../images/plus-icon.png");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("../images/minus-icon.png");
}

.accordion-theme .accordion-button span {
	padding-right: 30px;
}

.timeline-wrap {
	text-align: center;
}

.timeline-wrap-inn {
	display: inline-block;
}

.timeline-section {
	padding: 110px 0 140px;
}

.timeline-section .section-title {
	max-width: 80%;
	margin: 0 auto 60px;
}

.timeline-row {
	display: flex;
	margin-bottom: -50px;
}

.timeline-col {
	width: 25%;
	text-align: left;
}

.timeline-row.timeline-row-top .timeline-col {
	width: 22%;
}

.timeline-row.timeline-row-top .timeline-col:first-child {
	margin-left: 22%;
}

.timeline-row.timeline-row-top .timeline-col:last-child {
	margin-left: 14%;
}

.timeline-col h5 {
	max-width: 80%;
}

.timeline-row-btm .timeline-col {
	margin-top: -40px;
	margin-left: 7%;
}

.timeline-row-btm .timeline-col:nth-child(2) {
	margin-left: 11%;
}

.timeline-row-btm .timeline-col:last-child {
	margin-left: 12%;
}

.timeline-col h2 {
	color: var(--navy-blue);
}

.bg-gray {
	background-color: #f2f2f2;
}

.products-row {
	padding: 100px 0;
}

.ps-box {
	max-width: 90%;
}

.products-row.bg-gray .ps-box {
	margin-left: auto;
}

.ps-box h5 {
	margin-top: 40px;
	font-weight: normal;
	line-height: 1.6;
}

.ps-img img {
	width: 90%;
	box-shadow: 0px 10px 25px rgba(80, 102, 144, .1);
	border-radius: 15px;
}

.ps-img.no-shadow img {
	box-shadow: none;
}

.right-pb {
	max-width: 85%;
	margin-left: auto;
}

.hero-section.hero-section-inn.faq-banner.faq-section-pageBtm {
	padding-top: 110px;
}


/* partner page start */
.partner-banner .detail {
	max-width: 80%;
	margin: 0 auto;
}

.partner-wrap {
	position: relative;
	background-color: var(--navy-blue);
	padding: 100px 0;
}

.partner-card {
	background-color: var(--white);
	padding: 1.5rem 2rem;
	position: relative;
	box-shadow: 0 12px 20px -3px rgba(0, 0, 0, .08);
	margin-bottom: 1.5rem;
	text-align: center;
	border-radius: 5px;
}

.partner-card .card-image {
	width: 80%;
	height: 4em;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
}

.partner-card .card-image img {
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	vertical-align: middle;
	display: inline-block;
}

.partner-card .client-name {
	font-weight: 700;
	line-height: 1.5;
	color: var(--navy-blue);
	font-size: 1.60em;
}

.partner-card .designation {
	color: #7c829c;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.partner-card .website {
	position: relative;
	margin-bottom: 1rem;
}

.partner-card .website a {
	color: var(--navy-blue);
	text-align: justify;
	position: relative;
	font-weight: 700;
	font-size: 1.1rem;
}

.partner-card .account-servide {
	color: #697081;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	height: 48px;
	overflow: hidden;
}

.becoome-patener {
	padding: 100px 0;
	position: relative;
}

.technology-benefits .ul-detail li {
	background-image: url('../images/check-mark.png');
	list-style: none;
	padding: 0px 30px 10px 34px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 23px;
	font-size: 1.2em;
}

.becoome-patener .subtitle .h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--navy-blue);
}

.technology-partners .detail {
	font-size: 1.2em;
	max-width: 89%;
}

.technology-benefits .way-three {
	font-size: 1.2rem;
}

.technology-benefits .way-three p span {
	font-weight: 600;
	color: var(--navy-blue);
}

.technology-benefits .way-to-partner {
	margin-top: 20px;
}

.technology-benefits .way-to-partner .h5 {
	font-weight: 700;
}

.technology-benefits .title .h5 {
	text-transform: uppercase;
	font-weight: 600;
}

.technology-partners .cta img {
	width: 20px;
}

.technology-partners .cta a {
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--blue);
	display: inline-block;
	cursor: pointer;
	transition: all .5s;
}

.technology-partners .cta a:hover img {
	margin-left: 5px;
	transition: all .5s;
}

.resources-card {
	background-color: var(--white);
	position: relative;
	margin-bottom: 1.5rem;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 15px;
	box-shadow: 0 13px 18px 0 rgba(0, 0, 0, .18);
	transition: all .2s ease-in-out;
}

.resources-card:hover {
	transition: all .2s ease-in-out;
	transform: translateY(-3px);
	box-shadow: 0 13px 18px 0 rgba(0, 0, 0, .18);
	cursor: pointer;
}

.resources-card .card-image {
	position: relative;
	height: 225px;
	width: 100%;
	margin-bottom: 32px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.resources-card .title {
	text-align: left;
	padding: 0px 20px;
}

.resources-card .client-name {
	font-size: 1.6rem;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.resources-card .detail {
	padding: 0 20px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.resources-card .detail p {
	margin-bottom: 0px;
}

/* resource wrap 06/02/23 */
.resource-wrap {
	position: relative;
	padding: 80px 0 25px;
}

.resource-wrap::before {
	content: "";
	background-color: var(--navy-blue);
	width: 100%;
	height: 278px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.resources-card .cta {
	font-size: var(--h6-font-size);
	font-weight: 500;
	color: var(--blue);
	text-align: left;
	padding: 0 20px;
	transition: all .5s;
}

.resources-card .cta p img {
	max-width: 15px;
}

.resources-card .cta p {
	transition: 0.3s;
}

.resources-card .cta p:hover {
	padding-left: 10px;
	transition: 0.3s;
}

.resources-card .cta p:hover img {
	margin-left: 3px;
	transition: 0.3s;
}

.resource-wrap .resource-title .h3 {
	color: #fff;
	padding-bottom: 25px;
	position: relative;
}

.resource-wrap .resource-title .h3::after {
	position: absolute;
	content: "";
	width: 44%;
	height: 2px;
	bottom: 22px;
	left: 0;
	background: var(--white);
}

.paginaction-wrap {
	padding: 0 0 50px;
	position: relative;
}

.paginaction-wrap .paginaction-main {
	max-width: 20%;
	margin: 0 auto;
}

.paginaction-wrap .paginaction-main .pagination {
	justify-content: center;
	align-items: center;
}

.paginaction-wrap .pagination .page-link:focus {
	color: var(--white);
	background-color: var(--blue);
	border-color: var(--blue);
	box-shadow: none;
}

.paginaction-wrap .pagination .page-link {
    font-size: 18px;
    margin: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 2;
    text-align: -webkit-center;
}

.paginaction-wrap .pagination .page-link.previ img {
	transform: rotate(180deg);
}

.paginaction-wrap .pagination .page-link:hover {
	z-index: 2;
	color: var(--white);
	background-color: var(--blue);
	border-color: var(--blue);
}

.paginaction-wrap .pagination .page-link:hover img {
	filter: opacity(0.9);
	mix-blend-mode: plus-lighter;
}

.paginaction-wrap .pagination .page-link:focus img {
	filter: opacity(0.9);
	mix-blend-mode: plus-lighter;
}

/* partner page End */

.modal-more-content .modal-content {
	background-color: var(--navy-blue);
}

.modal-more-content .modal-dialog {
	max-width: 910px;
}

.modal-more-content .modal-dialog {
	max-width: 1130px;
}

.modal-more-content .modal-content .modal-body {
	padding: 80px 60px;
}

.modal-more-content .btn-close {
	background-image: url(../images/close.png);
	position: absolute;
	right: 30px;
	top: 30px;
}

.modal-more-content .modal-content .modal-body p {
	font-size: var(--h6-font-size);
}



/**********Timeline Mob***********/
.timeline-second {
	margin: 0 auto;
	position: relative;
	left: 20px;
	width: 100%;
	max-width: 900px;
	margin-top: 16px;
}

.timeline-item {
	padding: 1rem 1.5rem 1rem 2.5rem;
	border-left: 4px solid var(--navy-blue);
	position: relative;
	list-style-type: none;
	width: calc(100%);
	counter-increment: ol-counter;
}

.timeline-item::before {
	content: counter(ol-counter);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: var(--navy-blue);
	position: absolute;
	left: -16px;
	top: 21px;
	color: var(--white);
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.timeline-item:last-child {
	border-bottom: none;
}

.timeline-mob-content {
	padding: 24px;
	border-radius: 10px;
	border: 1px solid #e5e7ea;
}

.timeline-mob-content p {
	margin-bottom: 0;
}

.tm-icon {
	background-color: var(--navy-blue);
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 14px;
}

.tm-icon img {
	filter: brightness(0) invert(1);
}


.resources-detail {
    padding: 30px 0;
    position: relative;
}

.detail .fiture-img {
    height: 330px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #195989;
    padding: 5px;
}

.detail .fiture-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detail .blog-title {
    padding: 25px 0 10px;
}

.detail .post-by {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 21px;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
}

.detail .post-by .image {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.detail .post-by .image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.detail .post-by .name {
	font-size: 20px;
	font-weight: 600;
	margin-right: 25px;
}

.detail .ful-detail .h1,
.detail .ful-detail .h2,
.detail .ful-detail .h3,
.detail .ful-detail .h4,
.detail .ful-detail .h5,
.detail .ful-detail .h6 {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 20px;
}

.filter .post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid gray;
    margin: 20px 0px;
    padding-bottom: 10px;
}

.filter .post .post-img {
    width: 35%;
    height: 161px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.resources-detail .detail {
    padding-right: 60px;
    position: relative;
}

.filter .post .post-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter .post .recent-detail {
	width: 60%;
	position: relative;
}
.filter .recent-detail .date p {
    margin-bottom: 0px;
}
.filter .recent {
    position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.filter .recent::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    height: 2px;
    width: 100%;
    background: var(--blue);
}

.resources-detail .ful-detail a {
    color: var(--navy-blue);
    font-weight: 600;
}
.compliance-tools {
    position: relative;
    padding: 30px 0 80px;
}
.compliance-tools .resources-card.pt-20 {
    padding-top: 30px;
    box-shadow: 0 -1px 18px 0 rgba(0, 0, 0, .18);
}
.compliance-tools .top-title {
    padding: 10px 0 30px;
}

/* login */
.login-screen {
	background: #f2f2f2;
}
.content-login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.content-login .cust-container{
max-width: 1530px; padding-top: 80px;
}
.form-login {
	box-shadow: 0 10px 20px rgba(0,0,0,.08);
padding: 60px;
background: #fff;
border-radius: 5px;
}
.login-screen .logo-login {
	position: absolute;
	left: 60px;
	top: 40px;
}
.row-form-login .form-control {
  color: var(--dark);
  border-color: var(--dark);
}
.row-form-login .form-control:focus {
  color: var(--dark);
  border-color: var(--dark);
}
.forgot-pass {
	color: var(--blue);
}
.row-form-login .form-check-input {
	border: 1px solid rgb(16, 55, 122); margin-top: .35em;
}
.btm-sms {
	text-align: center;
	margin: 40px 0 0;
}
.btm-sms a {
	color: var(--navy-blue);
	font-weight: bold;
}
.social-login .icon {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 0.5px gray;
    padding: 5px;
}
.social-login .icon img {
    max-width: 80%;
    margin: 0px  1px 4px 2px;
}
.social-login .icon-facebook img {
    max-width: 50% !important;
    margin: -3px 6px 5px 5px !important;
}
.login-screen .row.main-wrap {
    align-items: center;
}
.form-login .form-control {
    padding-bottom: 0;
    height: 32px;
    margin-bottom: 24px;
    padding-left: 0;
}
.form-login .form-label {
    margin-bottom: 0;
}
.login-screen select.form-control {
    background-color: #fff !important;
    background-image: url(../images/menu-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px;
	padding-left: 5px;
}
/* end login */
.video-wrap iframe {
    width: 100%;
    height: 300px;
}

.right-hero-section .ca-name {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    color: var(--navy-blue);
    text-align: right;
    padding: 10px 0;
    font-weight: 600;
    font-style: italic;
}

.right-hero-section .ca-name p {
    margin-bottom: 0px;
}

.footer-logo {
    background: var(--white);
    padding: 15px 20px;
    border-radius: 5px;
}

.bb-content-text-hover ul li {
    position: relative;
    padding-left: 12px;
    padding-bottom: 11px;
    line-height: 1.5rem;
}

.bb-content-text-hover ul li::after {
    content: "";
    background-image: url(../images/footer-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    width: 6px;
    height: 10px;
    top: 7px;
    filter: brightness(0.5);
}

.bb-content-text-hover .s-text {
	margin-top: 10px;
    margin-bottom: 5px;
}

.resources-detail .service-form {
    background-color: var(--navy-blue);
    color: var(--white);
    padding: 32px 30px;
    border-radius: 5px;
    margin-left: 0px;
}

.filter.services .post .recent-detail {
    width: 100%;
    position: relative;
}

.filter.services  .post {
    padding-bottom: 10px;
	margin: 15px 0px 15px;
}

.filter.services  .post .h6 {
  	margin-bottom: 0;
	color: var(--navy-blue);
	font-weight: 600;
}

.filter.services .post:hover .h6 {
    color: var(--blue);
}

.filter.services .post:hover  {
    border-color: var(--blue);
}

.banefits-section .section-title {
    max-width: 71%;
}

.working-process-section .text {
    position: relative;
    max-width: 65%;
    color: var(--white);
}

.resources-detail .detail .ul-title {
    font-weight: 600;
    margin-bottom: -15px;
    margin-top: 27px;
}

.filter.services {
    border: 1px solid #195989;
    padding: 29px;
    position: sticky;
    top: 10px;
}

.filter .recent h5.h4 {
    color: #f27920;
}

.inner-baner.privacy-banner {
    position: relative;
    padding: 50px 0 50px;
    background: #58bb4d7a;
    margin-bottom: 50px;
}

.pvc-term-wrap {
    margin-bottom: 50px;
}

.fix-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: block;
}

.fix-cta a {
    display: block;
}

.fix-cta a:first-child {
    margin-bottom: 15px;
}

.fix-cta a img {
    width: 55px;
}