@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Nunito:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.4.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');
@import url('../css/owl.theme.default.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/jquery.fancybox.min.css');
@import url('../css/jquery.booklet.1.1.0.css');


* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'myriad-set-pro';
	font-style: normal;
	font-display: swap;
	src: url(../fonts/myriad-set-pro_text.ttf);
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--orange: #f59663;
	--blue: #21365d;
	--white: #fff;
	--black: #000;
	--lightgrey: #f7f7f7;
	--productcolor: #ededff;
	--hovercolor: #33b7bd;
	--box-color: #40bbc0;
}

::after,
::before {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000;

}


a {
	text-decoration: none;
	background-color: transparent;
}

button,
select {
	text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

.font-10 {}


.font-14 {}

.font-15 {
	font-size: 15px;
	line-height: 16px;
	color: #000;
}


.font-16 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}


.font-400 {
	font-size: 16px;
	line-height: 19px;
	color: #000;

}


.font-20 {

	font-size: 18px;
	line-height: 24px;
	color: #000;

}

.font-24 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
}

.font-32 {
	font-size: 32px;
	line-height: 42px;
	color: #000;
}


.font-34 {}

.font-40 {

	font-size: 40px;
	line-height: 50px;
	color: #000;
}

.font-64 {

	font-weight: 900;
	font-size: 64px;
	line-height: 81px;
	color: #000;
}


.navbar-collapse-div a,
.mail-Id .text-top-li a {
	color: #000;
}

.flex-spacebt {
	display: flex;
	justify-content: space-between;
}


.flex-alcenter {
	display: flex;
	align-items: center
}

.flex-spaceend {
	display: flex;
	justify-content: flex-end;
}

.postion-relative {
	position: relative;
}

.img-resposiveD {
	max-width: 100%;
	height: auto;
}


.btn-f {

	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
}


/* */

.cst-container {
	max-width: 1465px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;

}

/* header css */
.Head .fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: padding 0.18s ease-in-out;
	z-index: 999;
}

.wdith-344 {
	max-width: 344px;
	width: 100%;
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

.toperHead,
.bottom-Footer,
.footer-Top,
.mail-Id {
	display: flex;
	justify-content: space-between;
}

.text-top-li {
	display: flex;
	align-items: center;
}

.mail-Id .text-top-li a {
	color: #000;
}

.img-Icons img {
	margin-right: 7.5px;
}

.start-header {
	padding: 8px 0;
	background: #E0E0E0;
}

.user-Topsc .share-li {
	width: 18px;
	height: 18px;
	margin-right: 14px;
	background: #EE3937;
}

.user-Topsc .share-li i {
	font-size: 10px;
	color: #fff;
}

.BottomHead {
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: flex-start;
	font-family: 'myriad-set-pro';
	padding: 9px 0;
}

.navbar-brand-logo {
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
	margin-right: 35px;
}

.navbar-collapse-div {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	display: flex;
	flex-basis: auto;
}

.dsk-ul,
.addMainMenu {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: auto;
	flex-direction: row;
	align-items: center;
}

.Dsk-Li {
	margin-right: 49px;
	position: relative;
}

.start-header-bottom {
	background: #FFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	position: relative;
}


.Dsk-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
}

.Dsk-submenu li {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.Dsk-submenu li a {
	line-height: 16px;
	display: block;
}

.Dsk-Li:hover .Dsk-submenu {
	display: block;
	top: 98%;
}

.Dsk-Li a {
	line-height: 82px;
	display: inline-block;
}

.Dsk-login-logout {
	font-family: 'Nunito';
	font-size: 15px;
}

.Dsk-login-logout li a span {
	margin-right: 13px;
}

.Dsk-login-logout li a {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}


/* header css end  */
/* ndex page css */

.postion-relative {
	position: relative;
}

.owl-carousel.vid-slider-test .owl-nav button:hover,
.owl-carousel.cst-slider .owl-nav button:hover {
	background: unset;
}

.owl-theme .owl-nav {
	margin-top: unset;
}

.owl-carousel.cst-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 15px;
}

.owl-carousel.cst-slider .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 0px 6px;
	background: #B0B0B0;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #EE3937;
}


.testimonial-sl .owl-nav button.owl-next,
.testimonial-sl .owl-nav button.owl-prev,
.owl-carousel.vid-slider-test .owl-nav button.owl-next,
.owl-carousel.vid-slider-test .owl-nav button.owl-prev,
.owl-carousel.cst-slider .owl-nav button.owl-next,
.owl-carousel.cst-slider .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.owl-carousel.cst-slider .owl-nav button.owl-next {
	right: 49px;
}

.owl-carousel.cst-slider .owl-nav button.owl-prev {
	left: 49px;
}

.testimonial-sl .owl-nav button.owl-next {
	right: -49px;
}

.testimonial-sl .owl-nav button.owl-prev {
	left: -49px;
}


.width-232 {
	max-width: 255px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 15%;
	z-index: 999;
	transform: translateY(-50%);
	color: #000;

}

.usersHr {
	max-width: 255px;
	width: 100%;
	height: 1px;
	background: #000;
	margin: 33px 0 15px 0;
}

.width-232 h1 {
	font-weight: 400;
	font-size: 64px;
	line-height: 107.5%;
	color: #000;
}

.owl-carousel.cst-slider .width-232 h1 img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	display: inline-block;
}

.cst-B-tax,
.cst-B-tax p,
{
font-weight: 300;
font-size: 16px;
line-height: 150%;
text-align: justify;
max-width: 233px;
width: 100%;
}

/* about home */

.car-1,
.full-vid,
.smll-Vid,
.bannerFull,
.about-Us {
	padding: 80px 0;
}

.dsFlex {
	display: flex;
	gap: 90px;
	align-items: center;
	justify-content: space-between;
}

.width-650 {
	max-width: 650px;
	width: 100%;
}

.width-650 img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.width-555 {
	max-width: 555px;
	width: 100%;
}

.About-T {
	font-family: 'Outfit';
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
}

.About-T span {
	color: #EE3937;
}

.aboutHome,
.aboutHome p {
	margin: 15px 0 40px 0;
	line-height: 37px;
}


.vTxt {
	font-weight: 500;
	font-size: 18px;
	line-height: 33px;
	margin-left: -19px;
	color: #000;
	position: relative;
	top: 4px;
}

.whywork {}

.dGflex-4 {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	gap: 90px;
}

.MidTitle {
	font-family: 'Outfit';
	font-weight: 800;
	position: relative;
	text-align: center;
	margin: 0 0 45px 0;
}

.MidTitle:before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: -15px;
	width: 120px;
	height: 4px;
	background-color: #EE3937;
}

.MidTitle span {
	color: #EE3937;
}

.QData {
	margin: 45px 0;
	font-weight: 600;
	text-align: center;
}

.flex-4 {
	text-align: center;
}

.flex-4 img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.flex-4 p {
	margin: 15px 0 0 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #000;
}

.vidFull {
	position: relative;
}

.play-bt {
	background: url(../img/playicons.svg) no-repeat center;
}

.pause-bt {
	background: url(../img/pause.png) no-repeat center;
}

.btn-com {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 0px;
	z-index: 9;
	cursor: pointer;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mute-bt.stop {
	background: url(../img/pause.png) no-repeat center;
}

.video {
	width: 100%;
	/* height: 620px;*/
	position: relative;
}

.tv_video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.index-Blog .MidTitle:before {
	width: 75px;
}

.Grids-3 {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 31px;
}

.blog-Child .blog-Img {
	/*filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));*/
	border-radius: 8px;
	max-width: 100%;
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.blog-Child:hover {}


.flex-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.blog-Child {

	font-size: 18px;
	line-height: 24px;
	color: #000;
	padding: 15px;
	border-radius: 10px;

	overflow: hidden;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
	transition: all 0.6s ease;
}

.blog-Child:hover {
	box-shadow: rgb(255 172 28 / 20%) -10px 10px, rgb(255 172 28 / 19%) -20px 20px;
	filter: grayscale(70%) sepia(70%);
}


.text-Bt h3 {
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
}

.Blog-Date {

	font-weight: 600;
	max-width: 100px;
	width: 100%;
}


.btnflex {
	display: flex;
	justify-content: end;
	margin-top: 4px;
}

.b-dsc,
.b-dsc p {

	text-align: justify;

}


.divBimg {
	position: relative;
	height: 660px;
}

.fullW-img {
	width: 100%;
	height: 660px;
	object-fit: cover;
}

.cst-Mid {
	max-width: 700px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.cst-Mid h3 {
	font-family: 'Outfit';
	font-weight: 900;
	font-size: 64px;
	line-height: 81px;
	margin: 0 0 55px 0;
	color: #FFF;
}

.bng-View {
	border: 2px solid #FFF;
	border-radius: 30px;
	padding: 7px 75px;
	color: #FFF;
}

.content-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
}

.each-Test {
	background: #FFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 25px 0;
	transform: scale(0.85);
}

.wdith-215 {
	max-width: 215px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.wdith-215 img {
	max-width: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
}

.testimonial-sl {
	max-width: 1155px;
	width: 100%;
	margin: auto;
}

.testimonial-sl .owl-carousel .owl-item img.usersTestC {
	width: 95px;
	height: 95px;
	object-fit: cover;
	margin-bottom: 5px;
}

.desc-Test h3 {
	font-weight: 500;
	;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 0.6);
}

.log-txr,
.log-txr p,
.desc-Test small {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 0.6);
}

.log-txr {
	margin: 12px 0 32px 0;
}

.testimonial-sl .owl-carousel .owl-item .start-ui li img {
	margin: 0 2.2px;
	width: 17.66px;
	height: 17.66px;
	object-fit: cover;
	opacity: 0.6;
}

.start-ui li {
	display: inline-block;
}

.testimonial-sl .owl-carousel .owl-item.active.center {
	margin-top: 0 !important;
	position: relative;
	z-index: 999;
	/*-webkit-transform: scale(1);
	transform: scaleY(1.15);
	*/
	transform: scale(1.15);
}

.testimonial-sl .owl-carousel .owl-item {
	padding: 10px 0px;
	transition: all 0.5s;
}

.testimonial-sl .owl-carousel .owl-item.active.center img.usersTestC {
	width: 109px;
	height: 109px;
}

.testimonial-sl .owl-carousel .owl-item.active.center .log-txr p {
	color: #000;
	font-size: 14px;
	line-height: 23px;
}

.testimonial-sl .owl-carousel .owl-item.active.center .desc-Test h3 {
	color: #000;
	font-size: 20px;
	line-height: 30px;
}

.testimonial-sl .owl-carousel .owl-item.active.center .start-ui li img {
	opacity: 1;
}

.Vid-smallD {
	background: linear-gradient(0deg, #000000, #000000), #D9D9D9;
	opacity: 0.8;
	border-radius: 20px;
	max-width: 650px;
	width: 100%;
	margin: auto;
}

.Vid-smallD iframe,
.Vid-smallD .video {
	height: 330px;
	border-radius: 20px;
}

.Vid-smallD .btn-com {
	width: 74px;
	height: 74px;
	background-color: #FFFFFF !important;
}

.Vid-smallD .play-bt {
	background: url(../img/smallsvg.svg) no-repeat center;
}

.owl-carousel.vid-slider-test .owl-nav button.owl-next {
	right: -70px;
}

.owl-carousel.vid-slider-test .owl-nav button.owl-prev {
	left: -70px;
}

.section-90 {
	padding: 0 0 90px;
}


.img-grids-iii,
.img-grids-iv {
	position: relative;
	display: flex;
	width: 100%;
	gap: 25px;
	margin-bottom: 25px;
}


.img-grids-iii .itemsCrp-iii:nth-child(3n+1),
.img-grids-iv .itemsCrp:nth-child(4n+1) {
	max-width: 635px;
	width: 100%;
}


.img-grids-iii .itemsCrp-iii:nth-child(3n) {
	max-width: 505px;
	width: 100%;
}


.itemsCrp-iii,
.itemsCrp {
	max-width: 240px;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: 0.4s ease;

}


.itemsCrp-iii:hover .img-iv,
.itemsCrp-iii:focus .img-iv,
.itemsCrp:hover .img-iv,
.itemsCrp:focus .img-iv {
	transform: scale(1.2);
	filter: grayscale(100%) sepia(100%);
}

.itemsCrp-iii:hover .vTxt,
.itemsCrp-iii:focus .vTxt,
.itemsCrp:hover .vTxt,
.itemsCrp:focus .vTxt {
	color: #EE3937;
}

.img-iv {
	max-width: 100%;
	min-height: 240px;
	overflow: hidden;
	transition: 0.4s ease;
	object-fit: cover;
}

/*
.Data-Iv {

  color: #000;
  margin: 40px 0 24px 40px;
      margin: 15px 0 24px 15px;
  position: absolute;
  top: 0;
}
*/

.Data-Iv {
	color: #000;
	/* margin: 40px 0 24px 40px; */
	margin: 15px 0 0px 15px;
	position: absolute;
	top: 0;
	display: flex;
	height: 92%;
	flex-direction: column;
	justify-content: space-between;
}

.img-grids-iii .itemsCrp-iii:nth-child(3n) .Data-Iv,
.img-grids-iii .itemsCrp-iii:nth-child(3n+1) .Data-Iv,
.img-grids-iv .itemsCrp:nth-child(4n+1) .Data-Iv {
	max-width: 265px;
	width: 100%;

}


.Data-Iv h4 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}


.Data-Iv p {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}


.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-three .inner-box .image {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.testimonial-block-three .inner-box .text {
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.9em;
	max-width: 930px;
	margin: 0 auto;
	font-style: italic;
	margin-bottom: 35px;

}

.testimonial-block-three .inner-box .author {
	position: relative;
	color: #555555;
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	text-transform: uppercase;
}

.testimonial-block-three .inner-box .author:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #dddddd;
}

.testimonial-section-two .owl-dots {
	position: absolute;
	right: 0px;
	top: 100px;
	display: flex;
	flex-direction: column;
}

.testimonial-section-two .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-color: #cccccc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active {
	position: relative;
	width: 22px;
	height: 8px;
	border-radius: 10px;
	background-color: #ee2d50;
}

.testimonial-section-two .owl-theme .owl-dots .owl-dot span {
	width: 0px;
	height: 0px;
	margin: 0;
	background: unset;
}


/* index page css end */
/* our story css */

.bannerT-each {
	position: relative;

}

.bannerT-each .img-Bn {
	width: 100%;
}

.responsive-img {
	max-width: 100%;
	height: auto;
}

.midTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.midTxt h1 {
	font-family: 'Outfit';
	font-weight: 900;
	font-size: 80px;
	line-height: 115px;
	color: #FFF;
}

.custom-separator li {
	display: inline-block;
	position: relative;
}

.custom-separator li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #F7D355;
}

.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
	content: '';
	height: 15px;
	width: 9px;
	background: url(../img/curm.svg) no-repeat center center;
	vertical-align: middle;
	display: inline-block;
	margin: 0 13px;
}

.custom-separator li:first-child a {
	color: #fff;
}

.custom-separator li:last-child::after {
	display: none;
}

.our-story {
	padding: 80px 0 95px 0;
}

.CEO-Story {
	display: flex;
	gap: 70px;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}

.ceo-img {
	position: relative;
	max-width: 605px;
	width: 100%;
}

.ceo-img .owl-carousel img.img-resposiveD {
	margin: auto;
	display: block;
	width: 573px;
	height: 573px;
	object-fit: cover;
}

.ceo-txt {
	position: relative;
	max-width: 748px;
	width: 100%;
}

.ceo-txt .MidTitle {
	text-align: left;
	margin: 0 0 45px 0;
	line-height: 60px;
}

.ceo-txt .MidTitle:before {

	left: 0;
	transform: unset;
	bottom: -17px;
	width: 133px;

}

/*
.ceo-img:before {
    content: "";
    border: 19px solid #EE3937;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    bottom: 0;
}
    .ceo-img:after {
    content: "";
    border: 19px solid #EE3937;
    clip-path: polygon(50% 0, 0% 0, 0% 0%, 0% 0%, 0 0%, 0 0%);
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: -19px;
}
*/
.color-red {
	width: 228px;
	height: 256px;
	background: transparent;
	border: 20px solid #EE3937;
	position: absolute;
	top: -19px;
	right: 0;
	z-index: -1;
}

.color-blue {
	width: 228px;
	height: 256px;
	background: transparent;
	position: absolute;
	bottom: -19px;
	z-index: -1;
	border: 20px solid #0C54A0;
}


/* our story css */

/* cr css start */
.car-heading {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 48px;
	line-height: 70px;
	color: #000;
	text-align: center;
	margin: 0 0 53px 0;
}

.car-heading span {
	color: #EE3937;
}

.cst-grids-3 {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.itemsDiv1 {
	position: relative;
	background: #EE3937;
	border-radius: 8px;
	padding: 15px 12px 15px 15px;
	color: #fff;

	font-size: 16px;
	line-height: 24px;
}

.itemsDiv1 h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 7px;
}

.itemsDiv1 h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 89px;
}

.df-flexDiv {
	display: flex;
	justify-content: space-between;
}

.df-flexDiv a {
	color: #fff;
	text-decoration: none;
}

.img-pos {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
}

.pos-Index {
	z-index: 9;
	position: relative;
}

.career-apply {
	background: #2B519A;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	color: #FFF;
	box-shadow: 0px 6px 33px rgb(0 0 0 / 20%);
}

.width-Fr {
	max-width: 659px;
	width: 100%;
	padding: 70px 0px 70px 49px;
}

.width-Gr {
	max-width: 713px;
	width: 100%;
	border-radius: 40px;
	position: relative;
}

.back-responsive-img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.f-Tacl {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 64px;
	line-height: 96px;
	color: #FFF;
}

.Upload-Section {
	margin: 50px 0 40px 0;
}

.job-post .Upload-Section label {
	border: 2px solid #FFF;
	padding: 13px 14px;
	font-family: 'Merriweather', serif;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

.ins-Tx {

	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.label-row {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-family: 'Merriweather';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.width-320 {
	max-width: 320px;
	width: 100%;
	margin-bottom: 30px;
}

.job-post label {
	margin-bottom: 15px;
	display: block;
}

.form-controlK {
	padding: 13.5px 15px;
	border: 2px solid #fff;
	background: transparent;
	width: 100%;
	color: #fff;
}

.form-controlK::-webkit-input-placeholder {
	color: #fff;
}

.form-controlK:-ms-input-placeholder {
	color: #fff;
}

.form-controlK::placeholder {
	color: #fff;
}


.width-100 {
	max-width: 100%;
	width: 100%;
}

.job-post input::-webkit-outer-spin-button,
.job-post input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.job-post input[type=number] {
	-moz-appearance: textfield;
}

.flex-lf {
	display: flex;
	justify-content: end;
	margin-top: 39px;
}

.buttonK {
	background: #FFF;
	border-radius: 4px;
	padding: 15.5px 33px;
	border: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

.ab-responsive-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 490px;
	width: 100%;
}


.book-my {
	border-radius: 30px;
}

.book-asc {
	background-repeat: no-repeat;
	min-height: 850px;
	position: relative;
	padding: 40px 0;
	background-position: bottom;
}

.overlays {
	background: rgba(39, 76, 147, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	border-radius: 30px;
}

.width-1060 {
	max-width: 1060px;
	width: 100%;
	z-index: 9;
	position: relative;
	margin: auto;
}

.txt-book {

	text-align: center;
	font-weight: 900;
	font-size: 40px;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 40px;
}

.label-rowF {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	position: relative;
}

.width-half {
	max-width: 550px;
	width: 100%;
	margin-bottom: 40px;
}

.label-rowF .form-controlK {
	background-color: #FFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	color: #000;
}

.label-rowF .form-controlK:-webkit-input-placeholder {
	color: #000;
	opacity: 0.6;
}

.label-rowF .form-controlK:-ms-input-placeholder {
	color: #000;
	opacity: 0.6;
}

.label-rowF .form-controlK::placeholder {
	color: #000;
	opacity: 0.6;
}

.textTinput {
	margin: 40px 0 60px 0;
}

.imgTcenter {
	text-align: center;
}

textarea {
	resize: none;
}

.bigger-btn {
	background: #EE3937;
	border-radius: 30px;
	border: 0;
	cursor: pointer;
	padding: 15px 30px;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #FFF;
}

.imgTcenter .bigger-btn {

	max-width: 650px;
	display: block;
	width: 100%;
	margin: auto;
}

.cst-op-dropdown {
	background: url(../img/svg-dp.svg) right 21px center;
	background-repeat: no-repeat;
}

.frms select {
	appearance: none;
}


/* cr css end */

/* contact us css */

/* our team */
.meet-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.meet-Imag {
	max-width: 555px;
	width: 100%;
}

.meet-Txt {
	max-width: 663px;
	width: 100%;
}

.heading-space {
	position: relative;
	font-family: 'Outfit';
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	color: #000;
	margin: 0 0 45px 0;
}

.heading-space:after {
	position: absolute;
	content: "";
	height: 5px;
	left: 0;
	transform: unset;
	bottom: -15px;
	width: 200px;
	background-color: #EE3937;
}

.heading-space span {
	color: #EE3937;
}

.cst-docTax {
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	color: #000;
}

.milestones-Div {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 80px 0;
}

.yeras-I {
	max-width: 375px;
	width: 100%;
}

.yeras-Text {
	max-width: 320px;
	width: 100%;
}

.Awards-Text {
	max-width: 455px;
	width: 100%;

}

.uscAwards {
	background: #2B519A;
	border-radius: 20px;
	color: #fff;
	padding: 25px 60px 35px 25px;
}

.uscAwards h2 {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	color: #FFFFFF;
}

.uscAwards .last-Li li {

	font-size: 14px;
	line-height: 19px;
	color: #FFC6C5;
	margin: 15px 0 0 0;
}

.uscAwards .list-X {
	max-width: 29px;
	background: #FFC6C5;
}

.left-txt h4 {
	font-weight: 700;
	color: #fff;
	margin: -8px 0 8px 0;
}

.Awards-Text img.responsive-img {
	width: 54px;
	height: 61px;
	object-fit: contain;
	display: block;
	margin: auto;
}


.related-Tabs {
	max-width: 900px;
	width: 100%;
}

.classflex {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0 0;
}

.yeras-I ul li {
	border-bottom: 1px solid #000;
	padding: 25px 0 13px 0;
}

.yeras-I ul li.active a {
	color: #EE3937;
}


.yeras-I ul li a {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 20px;
	line-height: 37px;
	color: #2B519A;
	justify-content: end;
	display: flex;
}

.yeras-Text h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 72px;
	color: #2B519A;
}

.last-Li li {
	display: flex;
	gap: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #393939;
	margin: 13px 0 0 0;
}

.list-X {
	max-width: 36px;
	width: 100%;
	height: 2px;
	background: #2B519A;
}

/* our team */
.mid-Hrm {
	max-width: 730px;
	width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
}

.mid-Hrm .car-heading {
	margin-bottom: 10px;
	color: #EE3937;
}

.mid-Hrm p {
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000;
}

.contact-Us {
	background: #FFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	display: flex;
}

.contact-Address {
	max-width: 544px;
	width: 100%;
	background: #2B519A;
	border-radius: 20px;
	position: relative;
	padding: 33px;
}

.wr-list {
	margin: 70px 0 186px 0;
}

.contact-Finput {
	max-width: 888px;
	width: 100%;
	padding: 33px 0;
}

.width-F556 {
	max-width: 567px;
	width: 100%;
	margin: auto;
}

.mapsection {
	padding: 0 0 80px 0;
}

.contact-Heading {
	font-family: 'Outfit';
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #FFF;
	margin: 0 0 10px 0;
}

.contact-txt {
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #FFF;
}

.wr-list .fa-Num {
	background: transparent;
}

.wr-list .fa-txt {
	max-width: 385px;
	width: 100%;
	font-family: 'Nunito';
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}

.wr-list .footer-li-cont {
	margin-bottom: 46px;
}

.wr-list .share-li {
	width: 38px;
	height: 38px;
	margin-right: 9px;
	border-radius: 50%;
}

.dmflex {
	display: flex;
}

.user-Img-last {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../img/imgcr-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-position: right center; */
	width: 190px;
	height: 190px;
}

.cr-blue {
	width: 130px;
	height: 130px;
	background-color: #2B519A;
	border-radius: 50%;
	mix-blend-mode: soft-light;
	position: relative;
	top: -15px;
	left: -11px;
}

.user-Call-Act {
	font-family: 'Nunito';
	font-weight: 800;
	font-size: 19.5269px;
	line-height: 27px;
	color: #393939;
	position: relative;
	margin: 0 0 45px 0;
}

.user-Call-Act:before {
	content: "";
	height: 4px;
	left: 0;
	transform: unset;
	bottom: -17px;
	width: 133px;
	position: absolute;
	background-color: #EE3937;
}

.fn-input {
	margin: 0 0 47px 0;
	position: relative;
}

.job-post label.cst-input {
	position: relative;
}

.input-field {
	box-sizing: border-box;
	display: block;
	width: 100%;
	opacity: 0.8;
	border: 0.81362px solid #C4C4C4;
	background: transparent;
	padding: 11px 15px;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 11.3907px;
	line-height: 16px;
	color: #000;
}

/*
        .input-field:not(:placeholder-shown) + .input-label {
        transform: translate(0.25rem, -65%) scale(0.8);
        color: var(--color-accent);
        }
        */
.input-label {
	position: absolute;
	left: 27px;
	top: -10px;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 11.3907px;
	line-height: 16px;
	color: #000;
	background: #fff;
	white-space: nowrap;
	transform: translate(0, 0);
	transform-origin: 0 0;
	padding: 0px 10px;
}

.f-btn {
	background: #EE3937;
	border-radius: 4px;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #FFF;
	border: 0;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
}

/* c0ntact ua css */

/* footer Csr */

.csr-container {
	display: flex;
	justify-content: space-between;
}

.width-615 {
	max-width: 615px;
	width: 100%;
}

.csr-Txt,
.csr-Txt p {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	line-height: 43px;
	color: #000;
}

.worksDiv {
	position: relative;
	background-color: #EE3937;
}

.divwt {
	width: 100%;
	position: absolute;
	top: 0;
}

.divwt img {
	width: 100%;

}

.worksDiv {
	background-repeat: no-repeat !important;
	height: 442px;
	position: relative;
	background-color: #fff;
	background-size: 100% 100% !important;
}

.text-remp {
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 9;
	font-family: 'Outfit';
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
}

.text-remp h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
}

.Acc-Girds {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}

.ImagTabs li {
	display: inline-block;
	border: 1px solid #393939;
	border-radius: 4px;
	padding: 10px 21px;
	margin-right: 30px;
}

.ImagTabs li a {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #393939;
}

.tabsImg {
	position: relative;
	padding: 60px 0 80px 0;
}

.All-Tabs {
	position: absolute;
	top: -50px;
}

.ImagTabs li.active {
	background: #EE3937;
	border: 1px solid #fff;
}

.ImagTabs li.active a {
	color: #fff;
}

/* users Kws */
/* blog css */

.pd-80 {
	padding: 80px 0;
}

.flex-space {
	display: flex;
	justify-content: space-between;
}

.blog-306 {
	max-width: 306px;
	width: 100%;
}

.blog-1069 {
	max-width: 1069px;
	width: 100%;
}

.Blang h2 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
}

.line-60 {
	width: 60px;
	height: 1px;
	background: #000;
	margin: 8px 0 0 0;
}

.Blang {
	margin: 35px 0 15px 0;
}

.blogitems,
.blogitems p {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.w-126 {
	max-width: 126px;
	width: 100%;
	color: #000;
}

.blogLf-List li a img {
	max-width: 100px;
}

.blogLf-List li a {
	display: flex;
	gap: 11px;
}

.w-126 h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 8px 0;
}

.blogLf-List li {
	margin: 0 0 25px 0;
}

.link-blog:last-child,
.blogLf-List li:last-child {
	margin: 0 0 0 0;
}

.link-blog {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
}

.link-blog a {
	color: #000;
}

.grids-3blog {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px 30px;
}

.blogLf-List li.Tags {
	margin: 0;
}

.blogLf-List li.Tags a {
	color: #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	gap: 0;
	width: fit-content;
}

.blogLf-List li.Tags a span {
	margin: 0 0 0 4px;
}

.WrapBlog {}

.hr-1 {
	margin: 50px 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}

.data-auth {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	opacity: 0.6;
}

.auth-ul {
	display: flex;
	gap: 22px;
	margin: 15px 0 20px 0;
}

.auth-ul li span img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 9px;
}

.textBlogp h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
}

.textBlogp p {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	margin: 15px 0;
}

.flex-end {
	display: flex;
	justify-content: end;
}

.page-number {
	background: #D9D9D9;
	border-radius: 4px;
	padding: 9px 14px;
	margin-left: 20px;
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

.page-number.current {
	background: #EE3937;
	color: #fff;
}


/* blog css */


/* footer css */
.upper-footer {
	background: #2E5C9A;
	padding: 169px 0 27px 0;
	color: #fff;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 26px;

}

.footer-Top {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 19px;
}

.footer-F1 {
	max-width: 393px;
	width: 100%;
}

.footer-Txt {
	padding: 19px 0 15px 0;
	font-size: 16px;
	line-height: 26px;
}

.share-ul {
	display: flex;
}

.share-li {
	width: 30px;
	height: 30px;
	margin-right: 14px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.share-li i {
	color: #EE3937;
	font-size: 18px;
}

.share-li a {
	display: flex;
	align-items: center;
}

.footer-Img img {
	width: 77px;
	height: 67px;
	object-fit: cover;
}

.footer-F2 {
	max-width: 385px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.footer-Last h2,
.footer-F2 .divf1 h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.footer-li {
	margin-bottom: 20px;
}

.footer-li a {
	display: block;
	color: #FFF;
}

.footer-F3 {
	max-width: 407px;
	width: 100%;
}

.fa-txt a {
	color: #fff;
}

.footer-li-cont {
	display: flex;
	margin-bottom: 37px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 26px;
}

.fa-Num {
	width: 22px;
	height: 22px;
	margin-right: 14px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fa-txt {
	max-width: 369px;
	width: 100%;
}

.footer-li-cont:last-child {
	margin-bottom: 0;
}

.Dsk-Li:last-child,
.share-li:last-child,
.bottom-ul .bottom-li:last-child {
	margin-right: unset;
}

.footer-divder {
	width: 100%;
	height: 0.5px;
	margin: 38px 0 20px 0;
	background: #fff;
}

.w-592 {
	max-width: 592px;
	width: 100%;
}

.w-284 {
	max-width: 294px;
	width: 100%;
	color: #fff;
}

.bottom-ul {
	display: flex;
	justify-content: end;
}

.bottom-li {
	display: inline-block;
	position: relative;
	color: #fff;
	margin-right: 24px;
}

.w-592 a,
.bottom-li a {
	color: #fff;
}

.bottom-li::after {
	content: '';
	position: absolute;
	height: 20px;
	display: block;
	width: 1px;
	background: rgba(0, 0, 0, 0.4);
	right: -12px;
	top: 2px;
}

.bottom-li:last-child::after {
	content: unset;
}

.callto-act {
	/*padding: 80px 0 0 0;
    margin-bottom: -156px;
    z-index: 9;
    */
	position: relative;
}

.Collect-Data {
	max-width: 1200px;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 6px 33px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	padding: 10px 100px 10px 80px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	margin-bottom: -124px;
}

.width-288 {
	max-width: 200px;
	width: 100%;
	margin-top: 5px;
}

.width-288 img {

	width: 100%;
	height: auto;
}

.width-470 {
	max-width: 470px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.width-470 h2 {

	font-weight: 700;
	font-size: 30px;
	line-height: 41px;
	color: #EE3937;
}

.txt-P {
	font-weight: 700;
	margin: 10px 0 50px 0;
}

.form-input-sus form {
	position: relative;
}

.form-input-sus input {
	max-width: 470px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	padding: 13px 0 13px 38px;
	color: #575757;
	font-family: 'Open Sans', sans-serif;
}

.form-input-sus .subscribe-btn {

	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	top: 1px;
	position: absolute;
	background: #EE3937;
	border-radius: 30px;
	padding: 13px 47px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	right: 0;
	cursor: pointer;
}

.mobile-hamburger {
	display: none;
}

.bannerTop .cst-slider.owl-carousel .owl-item img.bannerimg-dsk {
	width: 100%;
	/* height: 475px;*/
	object-fit: cover;
}

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	float: left;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.swing img {
	border: 5px solid #f8f8f8;
	display: block;
}

.swing:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	top: -10px;
	left: 50%;
	z-index: 0;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
}

/* nail */
.swing:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: -14px;
	left: 54%;
	z-index: 5;
	border-radius: 50% 50%;
	background: #000;
}

@keyframes swing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

/* footer end */
.users-views.flex-alcenter svg {
	width: 40px;
}


/* Booklet jQuery Plugin Style*/


.booklet {
	width: 100%;
	height: 607px;
	position: relative;
	margin: 0 auto 0px;
	/*	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	*/
}

.booklet .b-wrap-left {
        background: transparent;

/*
	background: #fff url(../img/left_bg.jpg) no-repeat top left;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	*/
}

.booklet .b-wrap-right {
/*	background: #efefef url(../img/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	*/
}


.booklet .b-page {
   /* padding: 0 20px;*/
}


.booklet .b-counter {
bottom: 10px;
    position: absolute;
    display: block;
    width: 90%;
    height: 20px;
    border-top: 0px solid #ddd;
    color: #222;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0;
    box-shadow: unset !important;
    right: 10px;
    background: #e6e6dc;
}

.book_wrapper {
	margin: 0 auto;
	padding-top: 41px;
	width: 867px;
	height: 570px;
	background-position: center;
	position: relative;
	background: transparent url(../img/bg-2.png) no-repeat 0px 28px;
}

#mybook .b-counter,
.mybook .b-counter

{
 display:none;   
}

.book_wrapper h1 {
	color: #13386a;
	margin: 5px 5px 5px 15px;
	font-size: 26px;
	background: transparent url(../img/h1.png) no-repeat bottom left;
	padding-bottom: 7px;
}

.book_wrapper p {
	font-size: 16px;
	margin: 5px 5px 5px 15px;
}

.book_wrapper a.article,
.book_wrapper a.demo {
	background: transparent url(../img/circle.png) no-repeat 50% 0px;
	display: block;
	width: 95px;
	height: 41px;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #555;
	float: left;
	line-height: 41px;
	padding-left: 47px;
}

.book_wrapper a.demo {
	margin-left: 50px;
}

.book_wrapper a.article:hover,
.book_wrapper a.demo:hover {
	background-position: 50% -41px;
	color: #13386a;
}

.book_wrapper img {
    
    
        margin: 0px 0px 0px 3px;
    width: 100%;
    padding: 5px;
    height: 100%;
    

	/*
	object-fit: cover;
	margin: 5px 0px 5px 0px;
	width: 100%;
	padding: 4px;
	border:1px solid #ddd;
	box-shadow:1px 1px 1px #fff;
	*/
}

.booklet .b-wrap-right img {
	border: 0px solid #E6E3C2;
}
.booklet .b-wrap-right
{
        background: transparent !important;
}

a#next_page_button,
a.next_page_button,
a#prev_page_button,
a.prev_page_button{
	display: none;
	position: absolute;
	width: 41px;
	height: 40px;
	cursor: pointer;
	margin-top: -20px;
	top: 50%;
	background: transparent url(../img/buttons.png) no-repeat 0px -40px;
	z-index: 99;
}

a#prev_page_button,
a.prev_page_button{
	left: -15px;
}

a#next_page_button,
a.next_page_button{
	right: -15px;
	background-position: -41px -40px;
}

a#next_page_button:hover,
a.next_page_button:hover{
	background-position: -41px 0px;
}

a#prev_page_button:hover,
a.prev_page_button:hover{
	background-position: 0px 0px;
}

.loading {
	width: 160px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	padding-left: 60px;
	font-size: 15px;
	background: #000 url(../img/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index: 9999;
	border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.fullBnk {
/*	background: #ccc url(../img/wood.jpg) repeat top left;*/
	padding: 60px 0 80px 0;


}

.txt-call {
	text-align: center;

}

.itemsBook {
	position: relative;
	width: 100%;
	height:100%;
}

.fullBnk+.callto-act {
/*
	margin-top: -75px;
	*/
}

/* end */


/* responsive css start */
@media screen and (max-width: 1400px) {

	.uscAwards h2,
	.heading-space,
	.About-T {
		font-size: 40px;
		line-height: 55px;
	}

	.text-Bt h3 {
		font-size: 20px;
	}


	.aboutHome.font-20,
	.CEO-Story,
	.yeras-I ul li a,
	.flex-4 p {
		font-size: 18px;
	}

	.font-16 {
		font-size: 15px;
	}

	.font-20 {
		font-size: 16px;
	}

	.cst-Mid h3 {
		font-size: 60px;
		margin: 0px 0 50px 0;
	}


	.Data-Iv h4 {
		font-size: 22px;
	}

	.flex-space.blogWrap {
		gap: 40px;
	}

	.link-blog,
	.data-auth {
		font-size: 16px;

	}

	.yeras-Text h2,
	.cst-docTax {
		font-size: 28px;
	}

	.width-650 .about-sl img.img-resposiveD {
		width: 100% !important;
		height: 500px;
		object-fit: cover;
	}

}


@media screen and (max-width: 1250px) {
	.footer-F2 {
		max-width: 275px;
	}

	.Dsk-Li {
		margin-right: 25px;

	}

	.f-Tacl {

		font-size: 47px;
		line-height: 77px;

	}


	.ab-responsive-img {

		max-width: 375px;

	}

	.width-F556,
	.contact-Address {
		max-width: 475px;

	}

	.meet-container,
	.classflex,
	.milestones-Div {
		gap: 30px;
	}

	.Dsk-Li {
		margin-right: 15px;
	}

}


@media screen and (max-width: 992px) {

	.CEO-Story,
	.csr-Imag {
		text-align: center;
	}

	.ceo-img {
		margin: auto;
	}

	.car-1,
	.full-vid,
	.smll-Vid,
	.bannerFull,
	.about-Us,
	.pd-80 {
		padding: 60px 0;
	}

	.meet-Txt,
	.ceo-txt,
	.width-615,
	.contact-Address,
	.contact-Finput,
	.width-650,
	.width-555 {
		max-width: 100%;
	}


	.csr-Txt,
	.csr-Txt p,
	.font-24 {
		font-size: 20px;
	}


	.heading-space,
	.car-heading,
	.font-40 {
		font-size: 34px;
		line-height: 44px;
	}


	.meet-container,
	.CEO-Story,
	.dsFlex {
		gap: 40px;
		flex-direction: column;
	}

	.Grids-3,
	.dGflex-4 {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.video {

		/*  height: 430px;*/

	}

	.fullW-img,
	.divBimg {

		height: 350px;
	}

	.bng-View {
		padding: 6px 50px;
		font-size: 24px;
	}

	.footer-Top,
	.img-grids-iii,
	.img-grids-iv {
		flex-wrap: wrap;
		gap: 30px;
	}

	.Cst-fsame,
	.itemsCrp-iii,
	.itemsCrp {
		max-width: calc(50% - 15px) !important;
	}

	.img-iv {

		height: 240px;
		object-fit: cover;
		width: 100%;
	}

	.Collect-Data {

		padding: 10px 50px 10px 40px;

	}

	.width-288 {
		max-width: 220px;

	}

	.wr-list .footer-li-cont,
	.txt-P {

		margin: 10px 0 20px 0;
	}

	.ImagTabs li,
	.navbar-brand-logo {

		margin-right: 15px;
	}


	.mobile-hamburger.Uactive .closemenu,
	.addMainMenu.Uactive,
	.mobile-hamburger,
	.tab-right-img,
	.header-Quick.Star.Uactive {
		display: block;
	}


	.width-Gr,
	.mobile-hamburger .closemenu,
	.mobile-hamburger.Uactive .linemenu {
		display: none;
	}


	.divwt img {
		width: 100%;
		height: 150px;
	}


	.topheader-left {
		display: flex;
		flex-basis: auto;
		flex-grow: 1;
		align-items: center;
	}

	.addMainMenu {
		position: absolute;
		display: none;
		left: 0;
		right: 0;
		top: 85px;
		width: calc(100% + 30px);
		height: 100vh;
		border-top: 1px solid #FEF4EF;
		background: #fff;
		z-index: 9;
		margin-left: -15px;
		margin-right: -15px;
	}

	.header-Quick.Star .heder-ul.li {
		max-width: 100%;
		width: 100%;
		padding: 30px 15px 30px 15px;
		background: #fff;
		display: flex;
		flex-direction: column;
	}


	.dsk-ul {
		display: block;
		width: 100%;
		padding: 25px 15px;
	}

	.Dsk-Li {
		margin-right: unset;
		position: relative;
	}

	.Dsk-Li a {
		line-height: 28px;
		display: inline-block;
		color: #000;
		width: 100%;
	}

	.mobile-hamburger svg {
		width: 25px;
		margin-left: 15px;
	}

	.navbar-collapse-div {
		max-width: fit-content;
	}

	.BottomHead {
		justify-content: space-between;
	}

	.Dsk-Li .dp-arrow {

		position: absolute;
		right: 0;
		top: 6px;

	}

	/*
	.Dsk-submenu
	{
		position: static;
    display: none;
    width: 100%;
    border: 0;

	}

	.Dsk-submenu.submenuopen
	 {
      display:block;
	 }



	.Dsk-Li:hover .Dsk-submenu {
		display: unset;
	}
	 .dp-arrow.move-arrow

	{
		transform: rotate(180deg);
	}

*/


	.mobile-hamburger .closemenu {
		transform: scale(0.8);
	}

	.bannerTop .cst-slider.owl-carousel .owl-item img.bannerimg-dsk {
		height: 400px;
	}

	.smll-Vid .owl-nav button img,
	.testimonial-sl .owl-nav button img,
	.owl-carousel.cst-slider .owl-nav button img {
		width: 24px;
	}


	.owl-carousel.vid-slider-test .owl-nav button.owl-prev,
	.testimonial-sl .owl-nav button.owl-prev,
	.owl-carousel.cst-slider .owl-nav button.owl-prev {
		left: 20px;
	}


	.owl-carousel.vid-slider-test .owl-nav button.owl-next,
	.testimonial-sl .owl-nav button.owl-next,
	.owl-carousel.cst-slider .owl-nav button.owl-next {
		right: 20px;
	}

	.blog-306 {
		max-width: 240px;
	}

	.cst-grids-3,
	.flex-space.blogWrap {
		gap: 30px;
	}

	.blogLf-List li a img {
		max-width: 80px;

	}

	.Acc-Girds,
	.grids-3blog {

		grid-template-columns: repeat(2, 1fr);

	}

	.cst-docTax,
	.textBlogp h2 {

		font-size: 28px;

	}

	.midTxt h1 {

		font-size: 50px;
		line-height: 60px;

	}

	.book-asc {
		max-width: 100%;
		padding: 40px 20px;

	}

	.bannerT-each .img-Bn {

		height: 300px;
		object-fit: cover;
	}

	.itemsDiv1 h2 {

		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.img-pos {

		width: 120px;
	}

	.width-Fr {

		padding: 50px 15px;
		margin: auto;
	}


	.csr-container,
	.contact-Us {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.wr-list {
		margin: 30px 0 90px 0;
	}

	.fn-input {
		margin: 0 0 30px 0;
	}

	.Img-Items img {
		width: 100%;
	}

	.yeras-I {
		max-width: 115px;

	}

}

@media screen and (max-width: 768px) {
	.user-Topsc .share-li {

		margin-right: 8px;
	}

	.Data-Iv {

		/* margin: 20px 0 20px 20px;*/
		width: auto !important;

	}

	.users-views.flex-alcenter svg {
		width: 34px;
	}

	.width-650 img {

		height: 375px;

	}


	.flex-space.blogWrap {
		flex-direction: column-reverse;
	}

	.milestones-Div,
	.classflex {
		flex-direction: column;
	}


	.Awards-Text,
	.yeras-Text,
	.related-Tabs,
	.yeras-I,
	.w-126,
	.blog-1069,
	.blog-306 {
		max-width: 100%;
	}

	.cst-imgDv img {
		width: 100%;
		height: 375px;
		object-fit: cover;
	}

	.cst-grids-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.ImagTabs.t-tabs ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.ImagTabs li {
		margin-right: unset;

	}

	.All-Tabs {
		position: unset;
		margin: -50px 0 30px 0;
	}

	.heading-space,
	.car-heading,
	.font-40 {
		font-size: 28px;
		line-height: 36px;
	}

	.cst-docTax,
	.textBlogp h2 {
		font-size: 24px;
	}

	.milestones-Div {

		padding: 40px 0 50px 0;
	}


	.book_wrapper {
	    padding-top: 28px;
    width: 336px;
    height: 230px;
    background: transparent url(../img/bg-375.png) no-repeat 0px 22px;
	}

	.txt-call {

		font-size: 21px;
	}

	.booklet .b-page {

	/*	margin-left: 4px;*/
	}

	.book_wrapper img {

		padding: 4px 0;
		height:100%;
	}
/*
	.book_wrapper img {

		height: 145px;
		object-fit: contain;
	}
	*/
    /*
	.fullBnk+.callto-act {
		margin-top: -85px;
	}
	*/
	.fullBnk {
 
    padding: 60px 0 150px 0;
}
}

@media screen and (max-width: 540px) {


	.label-row,
	.label-rowF,
	.bottom-Footer,
	.footer-Top {
		flex-direction: column;
	}

	.Cst-fsame,
	.itemsCrp-iii,
	.itemsCrp {
		max-width: calc(100% - 0px) !important;
	}

	.width-320,
	.w-284,
	.w-592 {
		max-width: 100%;
	}


	.width-320,
	.width-half,
	.footer-li,
	.footer-li-cont {
		margin: 0 0 15px 0;
	}

	.midTxt h1,
	.f-Tacl {
		font-size: 32px;
		line-height: 44px;
	}


	.txt-book,
	.cst-Mid h3 {
		font-size: 34px;
		margin: 0px 0 15px 0;
	}

	.f-Tacl .About-T,
	.font-40 {
		font-size: 32px;
	}


	.width-288 {
		display: none;
	}

	.Collect-Data {
		padding: 10px 30px 10px 30px;
	}


	.cst-grids-3,
	.Grids-3,
	.dGflex-4 {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.width-470 h2 {
		font-size: 21px;
		line-height: 28px;
	}

	.form-input-sus input {
		padding: 13px 0 13px 15px;
	}

	.form-input-sus .subscribe-btn {
		font-size: 14px;
		padding: 14px 30px;
	}

	.label-row,
	.label-rowF {
		gap: 0;
	}


	.Upload-Section,
	.textTinput {
		margin: 15px 0 30px 0;
	}

	.ImagTabs li a,
	.bigger-btn {

		font-size: 16px;

	}

	.bannerT-each .img-Bn {

		height: 240px;

	}

	.mail-Id li:last-child {
		display: none;
	}


	.midTxt {

		width: 100%;
	}


	.width-F556 {
		max-width: 475px;
		padding: 0 15px;
	}


	.divwt img {
		width: 100%;
		height: 115px;
	}

	.worksDiv {

		height: 300px;

	}

	.yeras-I ul li {
		padding: 10px 0 5px 0;
	}

	.btn-com {
		width: 80px;
		height: 80px;
		background-size: 45px;
	}

	.text-Bt h3 {
		font-size: 16px;
		line-height: 21px;
	}



    .blog-Child .blog-Img,
    .width-650 .about-sl img.img-resposiveD,
    .bannerTop .cst-slider.owl-carousel .owl-item img.bannerimg-dsk {
   height: auto; 
}

.img-grids-iii a,
.img-grids-iv a 
{
    width:100%;
    display:block;
}

.width-650 .about-sl img.img-resposiveD,
.blog-Child .blog-Img,
.img-iv
        {
       
          min-height:auto;
          height:220px;
          width:100%;
          object-fit:cover;
        }

}

@media screen and (max-width: 375px) {}