/*****Common Style Start*****/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	 font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
	font-family: Mulish, sans-serif;
    font-size: 62.5%;
    color: #282828;
	overflow-x: hidden !important;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

figure {
	margin: 0;
	padding: 0;
}

b, strong {
	font-weight: 700 !important;
}

.section-wrap {
	padding: 6rem 0;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1330px;
}

.bg-gray {
	background: #F8F6F6;
}

.bg-blue {
    background: var(--Blue-Gradient, linear-gradient(180deg, #004A80 0.49%, #00305B 100%));
}

.bg-lblue {
	background: #E1F4FD;
}

.bg-pink {
	background: #FFFEF3;
}

.flex {
	display: flex;
}

.text {
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 400;
}

.small-txt {
	font-size: 1.4rem;
	line-height: 100%;
	font-weight: 400;
}

.strong-txt {
	font-weight: 700;
}

.heading2 {
	margin: 0 0 1.5rem 0;
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
}

.heading3 {
	margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
}

.heading4 {
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.clr-white {
	color: #fff;
}

.clr-gray {
	color: #424242;
}

.highlight-txt {
	color: #EC6625;
}

.primary-btn {
	font-size: 1.4rem;
	line-height: 16px;
	background: #EC6625;
	color: #fff;
	text-align: center;
	padding: 1rem 1.2rem;
	border-radius: 8px;
	display: inline-block;
}

.mt-5 {
	margin-top: 0.5rem;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-15 {
	margin-top: 1.5rem;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-25 {
	margin-top: 2.5rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-40 {
	margin-top: 4rem;
}

.mt-60 {
	margin-top: 6rem;
}

.mb-10 {
	margin-bottom: 1rem !important;
}

.mb-20 {
	margin-bottom: 2rem;
}

.pb-15 {
	padding-bottom: 1.5rem;
}

.pt-30 {
	padding-top: 3rem;
}

.pd-0 {
	padding: 0;
}

.strong {
	font-weight: bold;
	color: #282828;
}

.link {
	color: #F26624;
	font-weight: bold;
	text-decoration: underline;
}

a.rMore {
	font-size: 1.4rem;
	line-height: normal;
	color: #EC6625;
	font-weight: 700;
	text-decoration: underline;
	position: relative;
	text-align: center;
	display: none;
}

a.rMore:after {
	content: "";
	position: absolute;
	top: 5px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

a.rMore.rLess:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.width-80 {
	margin: 0 auto;
	max-width: 878px;
	width: 100%;
}

.table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.table-wrap {
	border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    display: table;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: #dddccb;
    overflow: hidden;
    width: 100%;
}

.table-wrap tr:nth-child(odd) {
    background-color: transparent;
}

.table-wrap tr:nth-child(even) {
    background-color: #f5f6f6;
}

.table-wrap tr:first-child {
    border-radius: 10px;
    border-bottom: none;
}

.table-wrap td, .table-wrap th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #282828;
    text-align: left;
    padding: 15px 20px;
    width: 50%;
}

.table-wrap td {
	border-right: 1px solid #ddd;
}

.table-wrap th {
    font-weight: 700;
    background-color: #dddccb;
    border-right: 1px solid #ece9e9;
}

.table-wrap .no-border {
	border: none;
}

.width-80.mt-15 {
	margin-top: 1.5rem;
}

.width-80.mt-40 {
	margin-top: 4rem;
}

.width-80.mt-30 {
	margin-top: 3rem;
}

/*****Common Style End*****/

/****Owl Carousel Start****/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-dots {
    text-align: center;
    position: relative;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    backface-visibility: visible;
    margin: 5px 7px;
    background: rgb(234, 234, 234);
    transition: opacity 0.2s;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: rgb(245, 130, 32);
    margin: 5px 0px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/****Owl Carousel End****/
.sub-txt {
	color: #575757;
}

.section-content {
	padding: 6rem 0;
}

.flex-div {
	display: flex;
	justify-content: space-between;
}

.flex-center {
	align-items: center;
}

.center-sec {
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
}

.grid-list {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 20px;
}

.grid-column-auto {
	grid-template-columns: auto;
}

.grid-col-3 {
	grid-template-columns: auto auto auto;
}

.img-cont-block, .cont-img-block {
	gap: 8rem;
	align-items: center;
}

.cont-list-block, .img-list-block {
	flex-wrap: wrap;
	gap: 4rem;
}

.section-content .left-block {
	width: 35%;
}

.section-content .right-block {
	width: 58%;
}

.section-content .cont-img-block .left-block {
	width: 58%;
}

.section-content .cont-img-block .right-block {
	width: 38%;
}

.list-block ul li {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 3rem;
}

.list-block ul li:last-child {
	margin: 0;
}

.check-list, .check-list2, .cross-list {
	gap: 0;
}

.check-list li, .check-list2 li, .cross-list li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1.5rem;
}

.org-list ul li:before {
    content: '';
    background: url('../images/org-arrow.svg') no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

.arrow-list ul li:before {
    content: "";
    display: inline-block;
    background: url('../images/list-arrow.png') no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list li:before {
    content: "";
    display: inline-block;
    background: url('../images/green-tick2.svg') no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list2 li:before {
    content: "";
    display: inline-block;
    background: url('../images/green_ticks.svg') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.cross-list li:before {
    content: "";
    display: inline-block;
    background: url('../images/cross-tick.svg') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.no-list ul li {
	position: relative;
	counter-increment: step-counter;
	display: flex;
	padding: 0;
}

.no-list ul li::before {
	display: inline-block;
	content: counter(step-counter);
	font-size: 2.4rem;
	color: #EC6625;
	font-weight: 800;
	margin-right: 2rem;
}

.feature-block, .col-block {
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 4rem;
}

.feature-block-item {
	width: 31%;
}

.feature-block-item img {
	margin-bottom: 1.5rem;
}

.col-block-item {
	width: 49%;
	display: flex;
	align-items: self-start;
	background: #fff;
    padding: 3rem;
    border-radius: 10px;
}

.col-block-item img {
	margin-right: 2rem;
}

.block-list-item {
	display: flex;
	align-items: self-start;
	gap: 2rem;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #E0DDBD;
}

.block-list-item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.img-width {
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-border {
	border: none;
}

.width-equal {
	width: 48%;
}

.org-list-block ul li {
	min-height: 160px;
}

.bg-blue h2, .bg-blue h3, .bg-blue p, .bg-blue li {
	color: #fff;
}

.bg-blue-height {
	min-height: 280px;
}

.bg-blue .col-block-item {
	background: transparent;
	border: 1px solid #065E9E;
	border-radius: 15px;
}

.sec-list {
	display: flex;
	flex-wrap: wrap;
}

.sec-list-item {
	width: 33.33%;
	padding-left: 2.5rem;
	position: relative;
}

.no-txt span {
    font-size: 7.6rem;
    line-height: 49px;
    font-weight: 300;
    background: linear-gradient(180deg, #F58820 0%, #B02A30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 2rem;
}

.value-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.value-list li {
	border-radius: 10px;
	background: #F8F6E4;
	padding: 1rem 4rem;
	height: 110px;
	display: flex;
	align-items: center;
}

.value-list li img {
	margin-right: 3rem;
}

.value-list li span {
	font-size: 1.8rem;
	line-height: 100%;
	font-weight: 700;
}

.num span {
	font-size: 4.5rem;
	line-height: 100%;
	font-weight: 700;
	color: #F26624;
	margin-right: 2rem;
}

.width-30 {
	width: 32%;
}

.accordian-block, .tab-accord-sec .tab-sec {
	margin: 4rem auto 0;
	max-width: 828px;
	width: 100%;
}

.accord-row {
	margin-bottom: 3rem;
}

.accord-row:last-child {
	margin-bottom: 0;
}

.accord-sec .accord-row {
	border-bottom: 1px solid #C9C9C9;
	margin: 0;
}

.accord-sec .accord-row:first-child {
	border-top: 1px solid #C9C9C9;
}

.accord-sec .accord-title, .accord-sec .accord-tit {
	position: relative;
	padding: 2.5rem 2rem;
	cursor: pointer;
}

.accord-sec .accord-title:after, .accord-sec .accord-tit:after {
	content: '';
	position: absolute;
	top: 30px;
	right: 20px;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

.accord-sec .accord-title.active:after, .accord-sec .accord-tit.active:after {
	transform: rotate(-135deg);
    vertical-align: middle;
    top: 30px;
}

.accord-sec .accord-data {
	padding: 0 2rem 2rem 2rem;
	display: none;
}

.tab-accord-sec .more-cont {
	display: none;
}

.tab-accord-sec .accordian-block {
	display: none;
}

.tab-accord-sec .accordian-block:first-child {
	display: block;
}

.tab-accord-sec .rMore {
	display: block;
}

.tab-sec ul {
	display: grid;
	grid-template-columns: 20rem 20rem;
	border-bottom: 1px solid #C9C9C9;
}

.tab-accord-sec .tab-sec ul {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	border-bottom: 1px solid #C9C9C9;
}

.tab-block .tab-sec {
	overflow: auto;
}

.tab-sec ul li {
	padding: 1.4rem 3rem;
	cursor: pointer;
	position: relative;
}

.tab-sec ul li span {
	font-size: 1.6rem;
	line-height: 100%;
	font-weight: 700;
	color: #838383;
	text-align: center;
	display: block;
}

.tab-sec ul li.active span {
	color: #EC6625;
}

.tab-sec ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.tab-sec ul li.active:after {
	background: #EC6625;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.tab-block {
	margin-top: 4rem;
}

.tab-cont {
	margin-top: 4rem;
	display: none;
}

.tab-cont:first-child {
	display: block;
	margin-top: 4rem;
}

.div-center {
	margin: 0 auto;
	max-width: 660px;
	width: 100%;
}
.flex-list {
	display: flex;
	gap: 1.5rem;
}

.no {
	font-size: 2rem;
	line-height: 100%;
	font-weight: 800;
	color: #EC6625;
}

.doc-block {
	margin-top: 6rem;
}

.list-block ul li.pd-0 {
	padding: 0 !important;
}

.left-align {
	margin-left: 2.5rem;
}

.left-align .arrow-list ul li:before {
	top: 2px;
}

.card-item {
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}


/*****Media Query Start*****/
@media (max-width: 991px) { 
	.flex-div {
		flex-direction: column;
	}

	.align-center, .center-sec {
		text-align:  left;
	}

	.img-cont-block, .cont-img-block, .feature-block, .col-block, .cont-list-block, .img-list-block {
		gap: 0;
	}

	.left-block, .right-block, .center-sec, .cont-img-block .left-block, 
	.cont-img-block .right-block, .feature-block-item, .col-block-item, .width-equal,
	.sec-list-item, .section-content .cont-img-block .left-block, .section-content .left-block, .section-content .right-block
	{
		width: 100%;
	}

	.img-hide {
		display: none;
	}

	.feature-block-item {
		margin-bottom: 4rem;
	}

	.col-block-item {
		margin-bottom: 1.5rem;
	}

	.feature-block-item:last-child, .col-block-item:last-child {
		margin: 0;
	}

	.img-width {
		width: 15%;
	}

	.org-list-block ul li {
		min-height: auto;
	}

	.list-block ul li, .list-block ul li:last-child {
		margin-bottom: 2rem;
	}

	.block-list-item {
		padding: 0;
		margin-bottom: 3rem;
	}

	.sec-list-item {
		margin-bottom: 1.5rem;
	}

	.sec-list-item:last-child {
		margin: 0;
	}

	.pad-bottom {
		padding-bottom: 2.5rem;
	}

	.mob-mt-30 {
		margin-top: 3.5rem;
	}

	.img-width {
        width: 5%;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
	.container {
		width: auto;
		max-width: 100%;
		padding: 0 2rem;
	}

	.section-content {
		padding: 4rem 0;
	}

	.align-center {
		text-align: left;
	}

	.heading2 {
		font-size: 2.4rem;
		line-height: normal;
		margin-bottom: 2rem;
	}

	.mob-mb-0 {
		margin-bottom: 0;
	}

	.more-cont {
		display: none;
	}

	a.rMore {
		display: block;
	}

	.col-block-item {
		flex-direction: column;
		padding: 2rem;
	}

	.col-block-item img {
		margin-bottom: 2rem;
	}

	.col-block-item.width-30 {
		flex-direction: row;
		padding: 0;
		margin-bottom: 2.5rem;
	}

	.no-txt span {
		font-size: 4.8rem;
		font-weight: 400;
		margin-bottom: 2rem;
		display: block;
	}

	.value-list li {
		width: 100%;
		padding: 2rem 2.5rem;
		min-height: 90px;
	}

	.value-list li span br {
		display: none;
	}

	.num span {
		font-size: 3.4rem;
	}

	.bg-blue .col-block-item {
		padding: 3rem 2rem;
	}

	.grid-list {
		grid-template-columns: auto;
	}

	.accordian-block {
		margin: 3rem auto 0;
	}

	.tab-sec ul {
		grid-template-columns: auto auto;
	}

	.tab-accord-sec .tab-sec ul {
		overflow-x: auto;
		overflow-y: hidden;
	}
 
	.list-block ul li.flex-list {
		padding: 0;
	}

	.check-list li:before {
		top: 4px;
 	}	

 	.mt-60 {
 		margin-top: 3rem;
 	}

 	.doc-block {
 		margin: 0;
 	}

 	.table-wrapper {
 		overflow: auto;
 	}

 	::-webkit-scrollbar{
	     opacity:0;
	     background: transparent;
	}
	::-webkit-scrollbar:hover{
	     opacity: 1;
	}

}
/*****Media Query End*****/