body {
	padding: 0;
	margin: auto;
}

a {
	cursor: pointer;
	text-decoration: none;
}


.head-top {
	background: #0B2066;
	padding: 12px 0;
}


/***** flex *****/

.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-end{
	justify-content: end !important;
}
.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-end {
	align-items: end !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.justify-content-center {
	justify-content: center !important
}

.flex-column {
	flex-direction: column !important;
}

.align-content-between {
	align-content: space-between !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

/**** text center *****/
.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.clear {
	clear: both;
}

.web-dis-none {
	display: none !important;
}

.ReactModal__Overlay {
	z-index: 99;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
}




.fixedcta {
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.43);
    background: linear-gradient(91deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100.64%);
    backdrop-filter: blur(24px);
    padding: 6px;
    position: fixed;
    left: 50%;
	transform: translate(-50%, 0);
    bottom: 50px;
    z-index: 10;
}


.fixedcta h5 {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 15px;
}

.fixedcta h5 svg {
    border-radius: 7px;
    background: #F7F7F7;
    backdrop-filter: blur(7.199999809265137px);
    margin-right: 6px;
}

.fixedcta .btn {
    border-radius: 7px;
    background: #00de22;
    backdrop-filter: blur(7.199999809265137px);
    color: var(--icon-color, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 20px; 
	width: 180px;
	text-align: center;
}

.fixedcta .btn svg {
    margin-right: 5px;
}


.fixedcta .btn_black {
    border-radius: 7px;
    
    background: #0F2C94;
    backdrop-filter: blur(7.199999809265137px);
    color: var(--icon-color, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 20px;
    margin-left: 11px;
	width: 180px;
	text-align: center;
}

.fixedcta .btn_black svg {
    margin-right: 5px;
}

.head-top ul li {
	display: inline-block;
	margin-left: 27px;
}

.head-top ul li a {
	color: #FFE8E9 !important;
	font-family: "Cabinet Grotesk";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	/* 108.333% */
}

.head-top p {
	color: #FFE8E9;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.head-bottom {
	border-bottom: 0.5px solid rgba(235, 150, 152, 0.58);
	background: #FFEBEB;
	position: relative;
}

.head-bottom .btn-fill {
	background-color: #3A3F5F;
	padding: 10px;
	color: #FFF;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 44px;
	transition: all .3s;

}

.head-bottom .btn-fill svg {
	display: inline-block;
	margin-right: 8px;
}

.head-bottom .btn-fill:hover {
	background-color: #193296;
}

.head-bottom .logoimg {
	min-height: 66px;
	min-height: 41px;
}

.head-bottom ul li {
	display: inline-block;
	margin: 0 10px;
}

.head-bottom ul li .phone-bg-fill{
    border-radius: 4px;
background: #FFF;
padding: 4px 8px;
}

.head-bottom ul li.search-btn {
	border-left: 1px solid rgba(210, 42, 45, 0.44);
	border-right: 1px solid rgba(210, 42, 45, 0.44);
	padding: 18px 5px;
	width: 60px;
	text-align: center;
	margin-right: 0;
}


.head-bottom ul li a {
	color: #193296;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all .3s;
}

.head-bottom ul li a svg {
	display: inline-block;
}
.head-bottom ul li a:hover {
	color: #d22a2d; 
}
.banner-sec {
	position: relative;
}
.banner-sec img{
    width: 100%;
    min-height: 700px;
    object-fit: cover;

}
.banner-cap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(57, 57, 57, 0.00) 55.36%, rgba(17, 42, 137, 0.88) 100%);
	width: 100%;
	height: 100%;
	padding: 30px 0;
}

.banner-cap h5 {
	color: #F5CCCC;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	/* 105% */
	letter-spacing: 1.6px;
	margin-bottom: 40px;
}

.banner-cap h1 {
	color: #EEB8B9;
	text-align: center;
	font-family: Poppins;
	font-size: 83px;
	font-style: normal;
	font-weight: 275;
	line-height: 84px;
	/* 101.205% */
	margin-bottom: 140px;
}

.banner-cap h1 b {
	font-weight: 600;
}

.banner-cta-cntr {
	border: 1px solid rgba(255, 232, 233, 0.43);
	background: linear-gradient(91deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100.64%);
	backdrop-filter: blur(24px);
	padding: 30px;
}

.banner-cta-cntr .btn {
	border: 1px solid rgba(255, 232, 233, 0.50);
	background: #B17273;
	padding: 26px 33px;
	color: #FFE8E9;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px;
	/* 81.25% */
	min-width: 246px;
	position: relative;
}

.banner-cta-cntr .btn svg {
	display: inline-block;
	position: absolute;
	right: 33px;
	top: 28px;
	transition: all .3s;
}
.banner-cta-cntr .btn:hover svg { 
	top: 38px; 
}
.banner-cta-cntr p {
	color: #EFB8B9;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 150% */
	max-width: 465px;
}


.banner-cta-cntr .btn2 {
	border: 1px solid rgba(255, 232, 233, 0.50);
	background: #0F2C94;
	padding: 26px 33px;
	color: #FFE8E9;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px;
	/* 81.25% */
	min-width: 246px;
	position: relative;
}

.banner-cta-cntr .btn2 svg {
	display: inline-block;
	position: absolute;
	right: 33px;
	top: 28px;
	transition: all .3s;
}
.banner-cta-cntr .btn2:hover svg { 
	top: 38px; 
}



.counter-sec {
	background-color: #FFEBEB;
	padding: 78px 0;
}


 

.counter-sec h5 {
	color: #173DCC;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.counter-sec h4 {
	color: #173DCC;
	font-family: Poppins;
	font-size: 53px;
	font-style: normal;
	font-weight: 600;
	line-height: 84px;
}

.counter-sec h4 span {
	color: #173DCC;
	font-family: Poppins;
	font-size: 66px;
	font-style: normal;
	font-weight: 600;
	line-height: 84px;
}

.product-sec {
	padding: 75px 0;
    background: #FFF6F6;
}

.product-sec .container {
	max-width: 1120px;
}

.product-sec h3 {
	color: #212D54;
	font-family: Poppins;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px;
    text-align: center;
	/* 120% */
	letter-spacing: 4px; 
}

.product-sec p {
    text-align: center;
    color: #646464;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
	margin-bottom: 25px;
}

.hm-product-list {
	margin: 15px auto;
    border-radius: 5px;
    border: 1px solid #D66163;
background: #FFF;
padding: 20px;
max-width: 245px;
overflow: hidden;

}
.hm-product-list hr {
margin: 30px 0;
width: 100%;
height: 1px;
border: 0;
    background: linear-gradient(90deg, rgba(191, 191, 191, 0.20) 0%, #8E8E8E 48.52%, rgba(191, 191, 191, 0.20) 100%);
}


.hm-product-list img {
	width: 80%;
	height: 145px;
    display: block;
    margin-left: auto;
	object-fit: cover;
    object-position: left bottom;
    margin-top: -20px;
    margin-right: -20px;
	margin-bottom: 20px;
}

.hm-product-list h4 {
	color: #212D54; 
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 156.25% */
	/* 113.636% */
    text-align: left;
	margin-bottom: 10px;
}

 

.hm-product-list .btn {
	border-radius: 5px;
border: 1px solid rgba(255, 232, 233, 0.50);
background: #243571;
	color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 13px; /* 86.667% */
	padding: 15px 25px;
	width: 100%;
	display: block; 
	transition: all .3s;
}

.hm-product-list .btn svg {
	display: inline-block;
	margin-left: 35px;
}

.hm-product-list .btn:hover {
	border: 1px solid #243571;
	color: #fff;
	background-color: #243571;
}

.hm-product-list .btn svg path {
	transition: all .3s;
}

.hm-product-list .btn:hover svg path {
	fill: #fff;
}

.brand-sec {
    background: #FFF6F6;
    border-top: 1px solid #252525;
	padding: 80px 0;
}

.brand-sec .container {
	max-width: 880px;
}

.brand-sec h3 {
	color: #212D54;
	font-family: Poppins;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px;
	/* 120% */
	letter-spacing: 2.5px;
	text-align: center;
	margin-bottom: 18px;
}

.brand-sec p {
	color: #5B5B5B;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 143.7%;
	/* 25.866px */
	letter-spacing: 0.36px;
	max-width: 705px;
	margin: 0 auto 25px;
}

.brand-sec img {
	max-width: 134px;
	height: 71px;
	object-fit: contain;
}
.brand-sec ul{
text-align: center;
margin: 0 ;
padding: 0;
}
.brand-sec ul li{
	display: inline-block;
	width: 24%;
}
.hm-brand-list {
	text-align: center;
	padding: 35px 0;
}

.hm-brand-list img {
	width: 134px;
	height: 71px;
	object-fit: contain;
	margin: 0 auto;
    
    mix-blend-mode: darken;
}

.stories-sec {
	background: #FFEBEB;
	padding: 75px 0 15px;
}



.main {
	align-content: center;
	  align-items: center;
	  display: flex;
	  flex: none;
	  flex-direction: column;
	  flex-wrap: nowrap;
	 
	  justify-content: flex-start;
	  overflow: visible;
	  
	  position: relative;
	  width: 100%;
	  z-index: 1;
  }
  .main1 {
   flex: none;
	  height: auto; 
	  position: sticky;
	  top: 50px;
	  transform: perspective(1200px);
	  width: 100%;
	  will-change: transform;
	  z-index: 1; 
	  background: #FFEBEB;
  }
  .main2 {
   flex: none;
	  height: auto; 
	  position: sticky;
	  top: 25px;
	  transform: perspective(1200px);
	  width: 100%;
	  will-change: transform;
	  z-index: 1;  
	  background: #FFEBEB;
  }
  
  .main3 {
   flex: none;
	  height: auto;
	  position: sticky;
	  top: 48px;
	  transform: perspective(1200px);
	  width: 100%;
	  will-change: transform;
	  z-index: 1;  
	  background: #FFEBEB;
  }
  
  .main4 {
   flex: none;
	  height: auto;
	  position: sticky;
	  top: 48px;
	  transform: perspective(1200px);
	  width: 100%;
	  will-change: transform;
	  z-index: 1;  
	  background: #FFEBEB;
  }
  .main5 {
   flex: none;
	  height: auto; 
	  position: sticky;
	  top: 90px;
	  transform: perspective(1200px);
	  width: 100%;
	  will-change: transform;
	  z-index: 1;  
	  background: #FFEBEB;
  }


















.stories-sec h3 {
	color: #212D54;
	font-family: Poppins;
	font-size: 55px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px;
	/* 109.091% */
	letter-spacing: 1.1px;
	text-align: center;
	margin-bottom: 62px;
}

.stories-sec hr {
	border-color: #D66163;

}

.stories-list {
	padding: 150px 0;
}

.stories-list-left p b { 
	font-weight: 700; 
}

.stories-list-left p {
	color: #193296;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.32px;
	margin: 4px 0;
}


.stories-list-center {
	margin: 0 50px;
	width: 474px;
}

.stories-list-center h4 {
	color: #D66163;
	font-family: Poppins;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	/* 126.316% */
	margin-bottom: 20px;
}

.stories-list-center p {
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%;
	/* 22.992px */
	letter-spacing: 0.32px;
}

.stories-list-center p b {
	font-weight: 700;
}

.stories-list-center ul {
	padding: 27px;
	border: 0.8px solid rgba(214, 97, 99, 0.52);
	position: relative;
	margin: 18px 0 30px;
}

.stories-list-center ul::after {
	content: "";
	position: absolute;
	width: 122.211px;
	height: 98px;
	border-top: 1px solid #D66163;
	border-left: 1px solid #D66163;
	left: 0;
	top: 0;
}

.stories-list-center ul::before {
	content: "";
	position: absolute;
	width: 122.211px;
	height: 98px;
	border-bottom: 1px solid #D66163;
	border-right: 1px solid #D66163;
	bottom: 0;
	right: 0;
}

.stories-list-center ul li h5 {
	color: #193296;
	text-align: left;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 242.7%;
	/* 29.124px */
	letter-spacing: 0.24px;
}

.stories-list-center ul li {
	color: #193296;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 290.7%;
	letter-spacing: 0.32px;
}

.stories-list-center ul li b {
	font-weight: 700;
}

.stories-list-center .btn {
	background: #3A3F5F;
	padding: 13px 44px;
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 143.7%;
	/* 22.992px */
	letter-spacing: 0.32px;
	display: block;
	position: relative;
	transition: all .3s;
}

.stories-list-center .btn svg {
	position: absolute;
	right: 40px;
	top: 20px;
}

.stories-list-center .btn:hover {
	background-color: #D66163;
}

.stories-list-right {
	position: relative;
	padding-left: 82px;
}

.stories-list-right img {
	object-fit: cover;
	width: 390px;
	height: 485px;
}

.stories-cap {
	position: absolute;
	width: calc(100% - 82px);
	height: calc(100% - 0px);
	left: 82px;
	top: 0;
	z-index: 0;
	padding: 20px;
}

.stories-cap h2 {
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, 0.75);
	font-family: Poppins;
	font-size: 132px;
	font-style: normal;
	font-weight: 700;
	line-height: 132px;
	/* 100% */
	letter-spacing: 2.64px;
	margin-left: -108px;
	margin-top: -32px;
}

.stories-cap h2 b.stbg1 {
	background: url(../img/stories1.png), lightgray 2.476px -15.219px / 259.036% 186.957% no-repeat;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-size: cover !important;
}

.stories-cap h2 b.stbg2 {
	background: url(../img/stories2.png), lightgray 2.476px -15.219px / 259.036% 186.957% no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
}

.stories-cap h2 b.stbg3 {
	background: url(../img/stories3.png), lightgray 2.476px -15.219px / 259.036% 186.957% no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
}

.stories-cap h2 b.stbg4 {
	background: url(../img/stories4.png), lightgray 2.476px -15.219px / 259.036% 186.957% no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
}

.stories-cap h2 b.stbg5 {
	background: url(../img/stories5.png), lightgray 2.476px -15.219px / 259.036% 186.957% no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
}


.stories-cap .btn {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 143.7%;
	/* 22.992px */
	letter-spacing: 0.32px;

	/*border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.49);
background: rgba(15, 31, 95, 0.04);
backdrop-filter: blur(2px);
padding: 10px;*/
}

.stories-cap .btn svg {
	display: inline-block;
	margin-right: 7px;
}


.about-sec {
	padding: 175px 0;
}

.about-center img {
	width: 440px;
	height: 612px;
	object-fit: cover;
}

.about-left {
	width: 285px;
}

.about-left h4 {
	color: #D66163;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 100% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.about-left h5 {
	color: #D66163;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 100% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 150px;

}

.about-left p {
	color: #212D54;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.7%;
	/* 36.51px */
}

.about-right {
	width: 411px;
}

.about-right h4 {
	color: #D66163;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 100% */
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.about-right h5 {
	color: #212D54;
	font-family: Poppins;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.7%;
	/* 41.378px */
	margin-bottom: 12px;
}

.about-right p {
	color: #606060;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 157.7%;
	/* 28.386px */
	letter-spacing: 0.36px;
	margin-bottom: 68px;
}

.about-right a {
	border: 1px solid rgba(255, 232, 233, 0.50);
	background: #000;
	padding: 20px 29px;
	color: #FFE8E9;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px;
	/* 81.25% */
	transition: all .3s;
}

.about-right a svg {
	display: inline-block;
	margin-left: 100px;
}

.about-right a svg path {
	transition: all .3s;
}

.about-right a:hover {
	border: 1px solid rgba(255, 232, 233, 0.50);
	background: #FFE8E9;
	color: #000;
}

.about-right a:hover svg path {
	fill: #000;
}

.contact-sec {
	background-image: url('../img/contact.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 82px 0;
    margin-top: 50px;
}

.contact-address {
	padding: 67px 57px;
	border: 1px solid rgba(245, 204, 204, 0.51);
	background: #102C94;
	max-width: 1174px;
}

.contact-address h3 {
	color: #EEB8B9;
	font-family: "Clash Display Variable";
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 112.7%;
	/* 47.334px */
	letter-spacing: 0.84px;
	max-width: 350px;
}

.contact-address p {
	color: #EEB8B9;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.7%;
	/* 22.54px */
	margin: 49px 0 46px;
	max-width: 350px;
}

 

.contact-address a:hover {
	border: 1px solid #EEB8B9;
	color: #102C94;
	background-color: #EEB8B9;
}

.contact-address .contact_form_cntr{
	max-width: 416px;
	display: block;
	margin: 0 auto;
}

.contact_form_cntr .form-control{
	border: 1px solid #FFF;
	border-radius: 0;
	background: unset;
	height: 60px;
	padding: 20px;
	color: #C0C0C0;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
margin-bottom: 19px;
}
.contact_form_cntr .btn{
	background: #D66163;
	padding: 10px 20px;
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 38.839px; /* 194.196% */
	text-align: center;
	border-radius: 0;
	width: 100%;
}

.testimonilas-sec{
	padding: 80px 0;
	background: #FFF6F6;
}


.testimonilas-sec h3{
	color: #212D54;
	font-family: "Clash Display Variable";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 150% */
	letter-spacing: 3.2px;
	text-transform: capitalize;
	text-align: center;
}



.testimonilas-sec h5{
	color: #646464;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 160% */
text-align: center;
margin-bottom: 50px;
}
.testimonilas-sec .slick-list{
	padding-left: 0 !important;
}
.testi-list{
	border-radius: 10px;
background:   #FFF;
padding: 20px;
margin: 0 15px;
min-height: 340px;
}
.testi-list img.usericon{
	margin-right: 15px;
}
.testi-list h4{
	color:  #030303;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 185.714% */
letter-spacing: 1px;
text-transform: uppercase;
margin: 0;
}
.testi-list p{
	color: #4A4A4A;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 171.429% */
	margin: 24px 0 0;
}



footer {
	background: #FFF6F6;
	padding: 90px 0 0 ;
}

.footer-bottom {
	margin-top: 71px;
	background: #102C94;
	padding: 18px 0;
}

.foot-left {
	width: 50%;
    max-width: 400px; 
}

.foot-left p {
	color: var(--Light-Text, #9A9EA6);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	margin: 22px 0 32px;
}


.cont-ic-cntr {
	margin: 10px 0;

}

.cont-ic-cntr svg {
	margin-right: 10px;
}

.cont-ic-cntr span {
	color: var(--Light-Text, #9A9EA6);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cont-ic-cntr h5 {
	color: #193296;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cont-ic-cntr h5 a {
	color: #193296;
	text-decoration: none;
}

.cont-ic-cntr h5 a:hover {
	text-decoration: underline;
}

.foot-left h3 {
	color: #3A3F5F;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 50px;
}

 


.foot-right {
	border-radius: 6px;
border: 1px solid #AEAEAE;
background: #FFF;
width: 300px;
padding: 12px;
	margin-left: 60px;
}
.foot-right iframe {
	width: 100%;
    height: 130px;
}

.foot-right h5 {
    color: #403D51;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 84%; /* 12.6px */
    margin: 0;
}

.footer-bottom p {
	color: var(--Light-Text, #9A9EA6);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-bottom ul li {
	display: inline-block;
	color: var(--Light-Text, #9A9EA6);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-left: 38px;
}

.footer-bottom ul li a {
	color: var(--Light-Text, #9A9EA6);
}

.footer-bottom ul li a:hover {

	text-decoration: underline;
}

.blog-head-sec {
	padding: 60px 0;
	text-align: center;
}

.blog-head-sec h3 {
	color: #162439;
	font-family: Poppins;
	font-size: 27px;
	font-style: normal;
	font-weight: 500;
	border: 1px solid #434343;
	line-height: 201.5%;
	/* 54.405px */
	width: 195px;
	text-align: center;
	margin: 0 auto 10px;
}


.blog-head-sec p {
	color: #33395B;
	text-align: center;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 144%;
	/* 21.6px */
	letter-spacing: 0.3px;
}

.blog-large_left {
	padding-left: 50px;
	position: relative;
}

.blog-large-img-bord {
	position: absolute;
	left: 35px;
	top: -14px;
	width: 165px;
	height: 165px;
	z-index: -1;
}

.blog-large-img-bord img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-large-img-bord::after {
	content: "";
	background-color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 165px;
	height: 165px;
}


.blog-large_left img.blog-large-thumb {
	width: 552px;
	height: 337px;
	object-fit: cover;
}


.blog-large_right span {
	display: inline-block;
	color: #666C93;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 18.158px */
	letter-spacing: 0.28px;
}

.blog-large_right span svg {
	display: inline-block;
	margin-right: 5px;
}


.blog-large_right h3 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	/* 125% */
	letter-spacing: 1.08px;
	margin-bottom: 10px;
}

.blog-large_right p {
	color: #33395B;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 163%;
	/* 24.45px */
	letter-spacing: 0.3px;
	margin-bottom: 60px;
}

.blog-author-cntr img {
	width: 39px;
	height: 39px;
	border-radius: 39px;
	margin-right: 8px;
}

.blog-author-cntr h4 {
	color: #666C93;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 19.455px */
	letter-spacing: 0.3px;
}

.blog-author-cntr h5 {
	color: #666C93;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.7%;
	/* 18.158px */
	letter-spacing: 0.28px;
}

.blog-author-cntr a {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	/* 235.714% */
	letter-spacing: 0.42px;
	border-bottom: 1px solid #000;
	transition: all .3s;
}

.blog-author-cntr a svg {
	display: inline-block;
	margin-left: 6px;
}

.blog-author-cntr a svg path {
	transition: all .3s;
}

.blog-author-cntr a:hover {
	color: #0B2066;
	border-bottom: 1px solid #0B2066;
}

.blog-author-cntr a:hover svg path {
	fill: #0B2066;
}

.blog-large-list-sec {
	padding: 15px 0 55px;
}

.blog-list-sec {
	padding: 55px 0 65px;
}

.blog-list-sec .container {
	max-width: 1290px;
}

.blog-list {
	margin: 0 25px;
	position: relative;
}

.blog-list::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 165px;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
	opacity: 0;
	transition: all .3s;
}

.blog-list:hover::after {
	opacity: 1;
	top: -10px;
	left: -10px;
}


.blog-list img.blog-small-thumb {
	width: 100%;
	height: 361px;
	object-fit: cover;
	margin-bottom: 7px;
}

.blog-list span {
	color: #666C93;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.7%;
	/* 18.158px */
	letter-spacing: 0.28px;
}

.blog-list h3 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	/* 131.818% */
	letter-spacing: 0.66px;
	margin-bottom: 36px;
}

.blog-small-author-cntr img {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 8px;
}

.blog-small-author-cntr h4 {
	color: #666C93;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 19.455px */
	letter-spacing: 0.3px;
}


.blog-small-author-cntr a {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	/* 235.714% */
	letter-spacing: 0.42px;
	border-bottom: 1px solid #000;
	transition: all .3s;
}

.blog-small-author-cntr a svg {
	display: inline-block;
	margin-left: 6px;
}

.blog-small-author-cntr a svg path {
	transition: all .3s;
}

.blog-small-author-cntr a:hover {
	color: #0B2066;
	border-bottom: 1px solid #0B2066;
}

.blog-small-author-cntr a:hover svg path {
	fill: #0B2066;
}

.blog-divider {
	border-color: #345FF9;
	margin: 30px 0;
}

.blog-rela-sec {
	padding: 100px 0;
}

.blog-rela-sec .container {
	max-width: 1030px;
}

.rela-blog-title h4 {
	color: #666C93;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 25.94px */
	letter-spacing: 0.4px;
}

.rela-blog-title h4 svg {
	display: inline-block;
}

.rela-blog-title ul li {
	display: inline-block;
	margin-left: 30px;
}

.rela-blog-title ul li .btn {
	color: #454545;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 19.455px */
	letter-spacing: 0.3px;
	border: 0.6px solid #545454;
	padding: 13px 21px;
	min-width: 144px;
	display: block;
	text-align: center;
	transition: all .3s;
}

.rela-blog-title ul li .btn.active {
	color: #fff;
	border: 0.6px solid #345FF9;
	background: #FE6F5E;
}

.rela-blog-title ul li .btn:hover {
	color: #fff;
	border: 0.6px solid #345FF9;
	background: #FE6F5E;
}

.rela-blog-list-cntr {
	margin-top: 10px;
	padding: 0 40px;
}

.rela-blog-list {
	background: var(--icon-color, #FFF);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
	padding: 15px;
	margin: 50px 0;
}

.blog-rela_left img {
	width: 487px;
	height: 267px;
	object-fit: cover;
}

.blog-rela-right {
	padding-left: 60px;

}

.blog-rela-right h3 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	/* 125% */
	letter-spacing: 0.6px;
	margin-bottom: 10px;
}

.blog-rela-right p {
	color: #33395B;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 163%;
	/* 24.45px */
	letter-spacing: 0.3px;
	margin-bottom: 63px;
}

.rela-blog-list .blog-author-cntr h4 {
	font-size: 13px;
}

.rela-blog-list .blog-author-cntr h5 {
	font-size: 12px;
}

.load-more {
	color: #212D54;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 11px 15px;
	border: 1px solid #212D54;
	margin: 0 auto;
	width: 170px;
	display: block;
	transition: all .3s;
	text-align: center;
}

.load-more:hover {
	color: #fff;
	background-color: #212D54;
	border: 1px solid #212D54;
}

.blog-det-sec {
	padding: 90px 0 180px;
}

.blog-det-sec .container {
	max-width: 933px;
}


.cookies {
	width: 331px;
	height: 259px;
	position: fixed;
	right: 0;
	bottom: 0;
	border-radius: 12px;
	padding: 25px 30px;
	background: #FDD;
	z-index: 99
}

.cookies p {
	color: #313131
}

.cookies a.btn-link,
.cookies p {
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: .13px
}

.cookies a.btn-link {
	color: #5F96FF;
	transition: all .3s
}

.cookies a.btn-link:hover {
	color: #e4c9ae
}

.cookies a.btn {
	background: #0B2066;
	color: #fff;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: .13px;
	padding: 5px 13px;
	margin-right: 15px;
	transition: all .3s
}

.cookies a.btn:hover {
	background: #e4c9ae
}

.cooki-btn-cntr {
	margin: 20px 0 22px
}

.cookies h5 {
	color: #414A66;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: .12px
}

.cookies h5 svg {
	display: inline-block;
	margin-right: 10px
}

.blog-det-img {
	margin: 35px 0 42px;
}

.blog-det-img img {
	width: 100%;
	height: 432px;
	object-fit: cover;
}

.blog_det_auth {
	margin-top: 25px;
}

.blog_det_auth img {
	width: 54px;
	height: 54px;
	border-radius: 54px;
	margin-right: 7px;
}

.blog_det_auth h4 {
	color: #666C93;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
}

.blog_det_auth a {
	color: #666C93;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
}

.blog-social-share span {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 61px;
	/* 381.25% */
}

.blog-social-share a {
	display: inline-block;
	margin-left: 15px;
	background: #FDD;
	width: 30px;
	height: 30px;
	object-fit: cover;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
}

.blog-social-share a svg {
	display: inline-block;
}


.blog_det_title h5 {
	color: #000;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 61px;
	/* 406.667% */
}

.blog_det_title h5 b {
	color: #D66163;
	font-weight: 500;
	margin-left: 16px;
}

.blog_det_title h5 span {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 61px;
	/* 469.231% */
	margin-left: 16px;
}

.blog_det_title h1 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 57px;
	/* 123.913% */
	letter-spacing: 1.38px;
	margin: 0px 0 12px;
}

.blog_det_title p {
	color: #33395B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 154.7%;
	/* 27.846px */
	letter-spacing: 0.36px;
}

.blog-det-cnt {
	max-width: 785px;
	margin: 0 auto 50px;
}

.blog-det-cnt p {
	color: #33395B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 154.7%;
	/* 27.846px */
	letter-spacing: 0.36px;
}

.blog-det-frm-sec p {
	color: #33395B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 154.7%;
	/* 27.846px */
	letter-spacing: 0.36px;
	margin: 25px 0px;
}

.blog-form {
	position: relative;
	min-width: 317px;
	min-height: 396px;
	border-radius: 31px 0px 0px 0px;
	overflow: hidden;
	padding: 35px 30px;
	margin-right: 61px;

	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.31) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog-form::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(50px);
	z-index: -1;
}

.blog-form::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url('../img/blog-form.png'), lightgray -66.314px 3.705px / 171.691% 100% no-repeat;
	z-index: -2;
}

.blog-form h4 {
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	/* 130.769% */
}

.blog-form p {
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	/* 115.385% */
}

.blog-form .form-group {
	margin-bottom: 15px;
}

.blog-form .form-group label {
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	/* 125% */
	display: block;
	margin-bottom: 5px;
}

.blog-form .form-group input {
	border-radius: 8px;
	background: #ECECEC;
	width: 100%;
	height: 29px;
}

.blog-form button {
	border-radius: 16px;
	background: rgba(255, 124, 82, 0.93);
	padding: 10px 15px;
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	/* 115.385% */
	margin-top: 15px
}

.blog-form .blogicon{
    position: absolute;
    right: 0;
    bottom: 0;
}



.blog-det-cnt h4 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 53px;
	/* 165.625% */
	letter-spacing: 0.64px;
}

.blog-det-cnt ul {
	margin: 25px 0 75px;

}

.blog-det-cnt ul li {
	margin: 25px 0;
	color: #33395B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 138.889% */
	position: relative;
	padding-left: 32px;
}

.blog-det-cnt ul li span {
	color: #414097;
	font-family: Poppins;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 252.381% */
	letter-spacing: 0.42px;
	margin-bottom: 4px;
	display: block;
}

.blog-det-cnt ul li::after   {
	content: "";
	width: 22px;
height: 20px;
	background: url('../img/blogic.svg') no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.blog-det-frm-sec {
	margin-bottom: 50px;
}

.blog-det-cnt h5 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	/* 134.615% */
	letter-spacing: 0.52px;
	margin-bottom: 10px;
}

.blog-det-divder {
	border-top: 1px solid #345FF9;
	margin: 30px 0;
}

.latest-trent {
	max-width: 640px;
	margin: 0 auto;
}

.latest-trent h5 svg {
	display: inline-block;
	margin-right: 5px;
}

.latest-trent h5 {
	color: #666C93;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 18.158px */
	letter-spacing: 0.28px;
}

.latest-trent h4 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 23.346px */
	letter-spacing: 0.36px;
	margin: 10px 0 16px;
}

.latest-trent a {
	display: block;
	color: #414097;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
}

.latest-trent a p {
	margin: 12px 0;
}

.blog-next-cntr {
	margin-top: 52px;
}

.blog-next-cntr h5 svg {
	display: inline-block;
	margin-right: 3px;
}

.blog-next-cntr h5 {
	color: #666C93;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
	margin: 0 42px 35px;
}


.blog-next {
	max-width: 350px;
	margin: 0 0 0 95px;
}

.blog-next h4 {
	color: #1E1D4F;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 129.7%;
	/* 31.128px */
	letter-spacing: 0.48px;
	margin-bottom: 9px;
}

.blog-next span {
	color: #666C93;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.7%;
	/* 20.752px */
	letter-spacing: 0.32px;
	margin-bottom: 35px;
	display: block;
}

.blog-next a {
	color: #212D54;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: 1px solid #243571;
	padding: 7px 20px;
	display: inline-block;
	transition: all .3s;
	width: 140px;
	text-align: center;
}

.blog-next a svg {
	display: inline-block;
	margin: 0 5px;
}

.blog-next a svg path {
	transition: all .3s;
}

.blog-next a:hover {
	color: #fff;
	border: 1px solid #243571;
	background-color: #243571;
}

.blog-next a:hover svg path {
	fill: #fff;
}
.contact-head-sec .container{
    max-width: 932px;
}
.contact-head-sec{
    padding-top: 80px;
}
.contact-form{
    max-width: 333px;
}
.contact-form span{
    color: #1E1D4F;
    font-family: "Clash Display Variable";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact-form h4{
    color: #1E1D4F;
font-family: "Clash Display Variable";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 12px 0 32px;
}


.contact-form input{
    border-radius: 1px;
border: 0.5px solid #858585;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11) inset;
width: 100%;
padding: 10px;
height: 39px;
}

.contact-form .react-tel-input .form-control{
    border-radius: 1px;
border: 0.5px solid #858585;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11) inset;
width: 100%; 
height: 39px;
}
.contact-form .react-tel-input .flag-dropdown{
	background-color: unset;
	border: unset;
	border-radius: unset;
}
.contact-form   .selected-flag{
	background: unset !important;
}
.contact-form .form-group{
    margin-bottom: 15px;
}

.contact-form textarea{
    border-radius: 1px;
border: 0.5px solid #858585;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11) inset;
width: 100%;
padding: 10px;
height: 110px;
display: block;
}

.contact-form button{
    border-radius: 4px;
    background: #183589;
    padding: 10px;
    color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
width: 100%;
display: block;
}

.contact-location{
    background:url('../img/contact-loca.png') no-repeat right bottom, linear-gradient(146deg, #0F205C 30.15%, rgba(15, 26, 83, 0.93) 71.33%, rgba(50, 60, 94, 0.97) 107.68%, #0B2066 113.87%);
    padding: 20px 30px;
    height: 530px;
}
.contact-loca-det  {
    max-width: 330px;
}
.contact-loca-det h4{
    color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 15px;
}
.contact-loca-det p{
    color: #F6F6F6;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-loca-det ul{
margin: 40px 0 160px;
}
.contact-loca-det li{
    color: var(--icon-color, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 118.75%; /* 19px */
    margin: 14px 0;
    position: relative;
    padding-left: 30px;
}
.contact-loca-det li svg{
   
    position: absolute;
    left: 0;
    top: 2px;
}
.contact-share a{
    display: inline-block;
    margin-right: 17px;
    width: 25px;
height: 25px;
border-radius: 25px;
border: 0.5px solid #fff ; 
text-align: center;
line-height: 19px;
}
.contact-share a svg{
    display: inline-block;   
}

.contact-location .react-tabs__tab-list {
   
    margin: 0 0 37px; 
    text-align: center;
    border: 0;
}

.contact-location .react-tabs__tab-list .react-tabs__tab{
    color: var(--icon-color, #FFF);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 118.75%; /* 14.25px */
border-radius: 5px;
background: rgba(255, 255, 255, 0.23);
padding: 5px 8px;
border: 0;
margin: 0 4px;
overflow: hidden;
}

.contact-location .react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected{
    border-radius: 5px;
background: var(--icon-color, #FFF);
box-shadow: 0px -1px 4.6px -1px rgba(231, 231, 231, 0.25);
color: #193296;
}


.contact-map-sec{
    padding-top: 75px;
}
.contact-map-sec .container {
    max-width: 932px;
}

.contact-map-sec iframe {
    width: 100%;
height: 388px;
}
 .contact-address-sec{
    padding: 45px 0 130px;
 }

 .contact-address-sec .container {
    max-width: 932px;
}
.contact-add-list{
    border-radius: 1px;
border: 1px solid #193296;
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11) inset;
padding: 0px 30px;
}



.contact-add-list ul li{
    position: relative;
   
    color: #262626;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
padding: 25px 0;
padding-left: 35px;
display: block;
}

.contact-add-list ul li .con-add-ic {
    position: absolute;
    left: 0;
}

.contact-add-list ul li h5{
    color: #262626;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
margin-top: 3px;
}
.contact-add-list ul li h5 svg{
   display: inline-block;
   position: relative;
   top: -2px;
}

.contact-add-list ul li b{
    color: #1EFF35; 
font-weight: 400;
 }

 .contact-add-list ul li label{
    color: #262626;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
 }



















 
.contact-add-list:hover{ 
    color: #fff; 
    border: 1px solid #0B2066;
background: #0B2066;
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11) inset;
}
.contact-add-list:hover svg.con-add-ic path{ 
    fill: #fff;  
}
.contact-add-list:hover ul li{ 
    color: #fff;  
}

.contact-add-list:hover ul li h5{
    color: #fff; 
} 
 .contact-add-list:hover ul li label{
    color: #fff; 
 }




.breadcrumb-sec {
    padding: 10px 0
}

.breadcrumb-sec ul li {
    display: inline-block;
    color: #7C7C7C;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

.brands-head-sec{
    padding: 83px 0 75px;
}

.brands-head-sec span{
    color: rgba(33, 45, 84, 0.59);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 123%; /* 19.68px */
text-transform: capitalize;
position: relative;
}

.brands-head-sec span::after{
    content: ""; 
position: absolute;
width: 24px;
height: 1.778px;
left: 0;
bottom: -5px;
background-color: #FE6F5E;
}

.brands-head-sec h1{
    color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
max-width: 978px;
line-height: 59px; /* 147.5% */
margin: 5px 0 15px;
}

.brands-head-sec h1 b{
    color: #EF4242;  
    font-weight: 500; 
}
.brand-hd-left{
    max-width: 538px;
}
.brand-hd-left p{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 190% */
    margin-bottom: 70px;
}
.brand-hd-left a{
    background: #0F2C94;
    padding: 9px 25px;
    color: #FFE8E9;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 81.25% */
display: inline-block;
border-radius: 4px;
transition: all .3s;
}
.brand-hd-left a svg{ 
display: inline-block;
margin-right: 70px;
}

.brand-hd-left a:hover{
    background: #FF6451; 
}


.brand-hd-right{
    padding: 20px 0 0 20px;
    position: relative;
    top: -50px;
}
.brand-hd-right::after{
    content: ""; 
    position: absolute;
    background: #FFBDBE;
    width: 346px;
height: 459px;
left: 0;
top: 0;
z-index: -1;
}

.brand-hd-right::before{
    content: ""; 
    position: absolute;
    background: url('../img/brand-bg.png') no-repeat;
    width: 88px;
    height: 85px;
    left: -12px;
    top: -12px;
    z-index: -1;
}
.brands-list-sec{
    padding: 25px 0 75px;
}
.brands-list-sec .container{
    max-width: 1036px;
}
.brands-list-sec .brand-list-title{
    color: #212D54;
    font-family: "Clash Display Variable";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.brands-list-sec .brand-list-title::after {
    content: "";
    position: absolute;
    width: 91px;
    height: 1px;
    background: #FE6F5E;
    left: calc(50% - 45.5px);
    bottom: 0;
}
.band-list{
    border: 1px solid #FE6F5E;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
 
    padding: 17px;
    position: relative;
}
.band-list::after {
    content: "";
    position: absolute;
    width: 89px;
    height: 91px;
    border-top: 2px solid #193296;
    border-left: 2px solid #193296;
    left: -1px;
    top: -1px;
    z-index: 0;
}
.band-list::before {
    content: "";
    position: absolute;
    width: 89px;
    height: 91px;
    border-bottom: 2px solid #193296;
    border-right: 2px solid #193296;
    right: -1px;
    bottom: -1px;
    z-index: 0;
}

.band-list h4{
    color: #193296;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 131.25% */
    max-width: 180px;
}

.band-list h5{
    max-width: 240px;
    color: #858585;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */  
}

.band-list img{
    width: 116px;
    height: 41px;
    object-fit: contain;
}

.gap-16 {
    gap: 4rem;
}

.band-list p{
    max-width: 180px;
    color: #858585;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 175% */
}

.band-list hr{
    margin: 15px 0;
}

.band-list h3{
    color: #000;
font-family: "Clash Display Variable";
font-size: 14px;
font-style: normal;
font-weight: 600; 
letter-spacing: 0.7px;
text-align: center;
}

.band-list h3 b{
    color: #193296;
    font-family: "Clash Display Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 600; 
    letter-spacing: 1px;
    display: block;
    
}


.band-list a{
    border: 1px solid #FFE1E2;
background: var(--icon-color, #FFF);
color: #193296;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 92.857% */
    padding: 14px;
    width: 150px;
    display: inline-block;
    margin-top: 15px;
    transition: all .3s;
    text-align: center;
}

.band-list a:hover{
    border: 1px solid #193296;
background: var(--icon-color, #193296);
color: #fff; 
}
.band-list-top, .band-list-bottom{
    position: relative;
    z-index: 1;
}

.brands-cta-sec{
    background: #193296;
    padding: 75px 0;
    margin: 75px 0 86px;
}

.brands-cta-sec .container{
    max-width: 1036px;
}

.brand-cda-list{
    border: 1.3px solid var(--icon-color, #FFF);
    padding: 17px;
    position: relative;
}
 
.brand-cda-list::after {
    content: "";
    position: absolute;
    width: 47px;
    height: 50px;
    border-top: 2px solid #FE6F5E;
    border-left: 2px solid #FE6F5E;
    left: -1px;
    top: -1px;
    z-index: 0;
}
.brand-cda-list::before {
    content: "";
    position: absolute;
    width: 47px;
    height: 50px;
    border-bottom: 2px solid #FE6F5E;
    border-right: 2px solid #FE6F5E;
    right: -1px;
    bottom: -1px;
    z-index: 0;
}
.brand-cda-list-cap{
    text-align: center;
    position: relative;
    z-index: 1;
}
.brand-cda-list-cap svg{
    display: inline-block;
}
.brand-cda-list-cap h3{
    color: var(--icon-color, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 199%; /* 39.8px */
    letter-spacing: 0.4px;
}



.projects-head-sec{
    padding: 83px 0 75px;
}

.projects-head-sec span{
    color: rgba(33, 45, 84, 0.59);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 123%; /* 19.68px */
text-transform: capitalize;
position: relative;
}

.projects-head-sec span::after{
    content: ""; 
position: absolute;
width: 24px;
height: 1.778px;
left: 0;
bottom: -5px;
background-color: #FE6F5E;
}

.projects-head-sec h1{
    color: #000;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 59px; /* 163.889% */
margin: 5px 0 15px;
max-width: 825px;
}

.projects-head-sec h1 b{
    color: #D66163; 
font-weight: 700; 
}
.projects-hd-left{
    max-width: 538px;
}
.projects-hd-left p{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 190% */
    margin-bottom: 70px;
}
 
.projects-hd-left a{
		background: #0F2C94;
		padding: 9px 25px;
		color: #FFE8E9;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px; /* 81.25% */
	display: inline-block;
	border-radius: 4px;
	transition: all .3s;
	}
	.projects-hd-left a svg{ 
	display: inline-block;
	margin-right: 70px;
	}
	
	.projects-hd-left a:hover{
		background: #FF6451; 
	}


.projects-hd-right{
    padding: 20px 0 0 20px;
    position: relative;
    top: -50px;
}
.projects-hd-right::after{
    content: ""; 
    position: absolute;
    background: #FFBDBE;
    width: 346px;
height: 459px;
left: 0;
top: 0;
z-index: -1;
}

 .projects-count-sec{
	background: #FFEBEB;
	padding: 78px 0;
 }
 .projects-count-sec .container{
	max-width: 1020px;
 }

 .count-list h4 {
	color: #173DCC;
	font-family: Poppins;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
 }
 .count-list span {
	color: #173DCC; 
	font-family: Poppins;
	font-size: 66px;
	font-style: normal;
	font-weight: 600;
	line-height: 84px; /* 127.273% */
 }

 .count-list label {
	color: #173DCC;
	font-family: Poppins;
	font-size: 53px;
	font-style: normal;
	font-weight: 600;
	line-height: 84px;
 }
 .projects-list-sec{
	padding:100px 0 0 ;	
 }
 .projects-list-sec .container{
	max-width: 1136px;
 }
 .proj-title  {
	text-align: center;
}
.proj-title h4{
	color: #212D54;
	font-family: "Clash Display Variable";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 200% */
	letter-spacing: 1.5px;
	position: relative;
	margin-bottom: 10px;
}
.proj-title h4::after{
	content: ""; 
	position: absolute;
	width: 108px;
	height: 2px;
	flex-shrink: 0;
	background: #FE6F5E;
	left: calc(50% - 54px);
	bottom: 5px;

}
.proj-title p{
	color: #606060;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	max-width: 803px;
	margin: 0 auto 90px;
}

.projects-list-sec .stories-list-right{
	max-width: 470px;
	padding-top: 140px;
}

.stories-title {
    background: #E7ECFF;
    padding: 25px 25px 25px 177px;
    position: absolute;
    left: -100px;
	top: 0;
	width: calc(100% + 100px);
}

.stories-title h5{
	color: #D66163;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px; /* 130% */
}
.stories-title h5 b{
	color: #0B2066; 
	font-weight: 700; 
}

.projects-list-sec .stories-cap { 
    top: 140px; 
}


.projects-list-sec .stories-list-right { 
    top: 0px;
	margin-bottom: 140px; 
}
.projects-list-sec .stories-list-right:nth-child(even) {
	top: 140px; 
  }
.projects-list-sec .stories-list-right2 { 
    top: 140px; 
}


.stories-list-right2 .stories-title {
    background: #FFEAE8;
    padding: 25px 177px 25px 25px;
    position: absolute;
    right: -100px;
	left: unset;
	top: 0;
}
.projects-cta-sec{
	padding:100px 0 100px ;	
 }
 .projects-cta-sec .container{
	max-width: 975px;
 }

 .projects-cta-sec ul{
	text-align: center;
 }
 .projects-cta-sec ul li{
	display: inline-block;
	width: 33.33%;
 }
 .projects_cta_list{
	border: 1.3px solid #173DCC;
background: #FFF7F7;
padding: 15px  ;
max-width: 300px;
margin: 0 auto;
text-align: center;
position: relative;
transition: all .3s;
 }
 .projects_cta_list::after{
	content: ""; 
	position: absolute;
	width: 50px;
	height: 50px;
	left: -1px;
	top: -1px;
	border-top: 2px solid #FE6F5E;
	border-left: 2px solid #FE6F5E;
	transition: all .3s;  
 }
 .projects_cta_list::before{
	content: ""; 
	position: absolute;
	width: 50px;
	height: 50px;
	right: -1px;
	bottom: -1px;
	border-bottom: 2px solid #FE6F5E;
	border-right: 2px solid #FE6F5E; 
	transition: all .3s; 
 }

 .projects_cta_list:hover{
	border: 1.3px solid #FE6F5E; 
 }
 .projects_cta_list:hover::after{ 
	border-top: 2px solid #173DCC;
	border-left: 2px solid #173DCC;  
 }
 .projects_cta_list:hover::before{ 
	border-bottom: 2px solid #173DCC;
	border-right: 2px solid #173DCC;  
 }
 .projects_cta_list svg{
	 display: inline-block;
 }
 .projects_cta_list h4{
	color: #193296;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 199%; /* 39.8px */
	letter-spacing: 0.4px;
}

.projects-det-head-sec{
	padding: 110px 0 86px;
}
.projects-det-hd-left  {
	max-width: 605px;
}
.projects-det-hd-left span{
	color: rgba(33, 45, 84, 0.59);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 123%; /* 19.68px */
	text-transform: capitalize;
	position: relative;
}
.projects-det-hd-left span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
height: 1.778px; 
background: #FE6F5E;
}
.projects-det-hd-left h1{
	color: #D66163;
	font-family: Poppins;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 66px; /* 132% */
	margin: 25px 0 30px;
}

.projects-det-hd-left h1 b{
	color: #0B2066; 
	font-weight: 700; 
}
.projects-det-hd-left p{
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
	margin-bottom: 15px;
}
.projects-det-hd-left a{
	background: #0F2C94;
	padding: 9px 25px;
	color: #FFE8E9;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 81.25% */
display: inline-block;
border-radius: 4px;
transition: all .3s;
margin-top: 70px;
}
.projects-det-hd-left a svg{ 
display: inline-block;
margin-right: 70px;
}

.projects-det-hd-left a:hover{
	background: #FF6451; 
}
.projects-det-hd-right{
	padding-top: 60px;
}

.projects-det-hd-right .stories-list-right{
	max-width: 470px;
}

.projects-highlight-sec{
	padding: 100px 0;
	background: #FFEBEB;
}
.projects-highlight-left  {
	max-width: 500px;
}
.projects-highlight-left h3{
	color: #193296;  
font-family: "Clash Display Variable";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 47.25px */
letter-spacing: 0.7px;
max-width: 203px;
position: relative;
margin-bottom: 60px;
}
.projects-highlight-left h3::after{ 
position: absolute;
content: "";
width: 100%;
left: 0;
bottom: -20px;
height: 3.675px; 
background-color: #FE6F5E;
}
.projects-highlight-left p{
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
	margin: 50px 0 30px;
}
.projects-highlight-left p b{ 
	font-weight: 700; 
}
.projects-highlight-left a{ 
	background: #0F2C94;
	color: #FFE8E9;
	font-family: Poppins; 
	line-height: 13px; /* 92.857% */
	padding: 22px 28px;
	display: inline-block;
	transition: all .3s; 
	font-size: 20px; 
	font-weight: 400;
	line-height: 13px; /* 65% */ 
}
.projects-highlight-left a svg{ 
	margin-left: 100px;
	display: inline-block;
}
.projects-highlight-left a:hover{ 
	background: #FE6F5E; 
} 
.projects-highlight-right{
	max-width: 510px;
} 
.projects-highlight-right .accordion {
    border: 0;
    border-radius: 0; 
}

.projects-highlight-right .accordion__item { 
	position: relative;
	padding: 20px 20px 10px;
	border: 0 !important;
} 
.projects-highlight-right .accordion__panel::after{
	content: "";
	border-radius: 3px;
	background: #FFF8F8;
	box-shadow: 0px 4px 33.8px 0px #F4D3D3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}



.projects-highlight-right .accordion__button {
    position: relative;  
    padding: 0;
    background: unset !important;
	padding-left: 60px;
}

.projects-highlight-right .accordion__button:before {
    position: absolute; 
    right: 0;
    top: calc(50% - 7px);
}


.projects-highlight-right .accordion__button span{
	position: absolute;
	left: 0;
	top: 0;
	color: #FE6F5E;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 46.512px */
	letter-spacing: 0.32px;
}

.projects-highlight-right .accordion__button h5{
	color: #0F2C94;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.32px;
}

.projects-highlight-right .accordion__heading{
	position: relative;
	z-index: 1; 
	padding: 0;
}

.projects-highlight-right .accordion__panel  {
	padding: 20px 0 10px ;
}


.projects-highlight-right .accordion__panel p{
	position: relative;
	z-index: 1;
}


.projects-highlight-right ul li{
	 position: relative;
	 padding-left: 60px;
	 margin-bottom: 15px;
}
.projects-highlight-right ul li span{
	position: absolute;
	left: 0;
	top: 0;
	color: #193296;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 290.7%; /* 46.512px */
	letter-spacing: 0.32px;
}

.projects-highlight-right ul li h5{
	color: #193296;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 290.7%;
	letter-spacing: 0.32px;
}

.projects-highlight-right ul li p{
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
}
.projects-highlight-right ul li p b{ 
	font-weight: 700; 
}
.projects-solution-sec  {
	padding: 116px 0;
}

.projects-solution-sec h3{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 38.31px */
letter-spacing: 0.6px;
position: relative;
max-width: 250px;
}
.projects-solution-sec h3::after{
	content: "";
position: absolute;
left: 0;
bottom: 0;
width: 115.123px;
height: 2.469px;
flex-shrink: 0;
background-color: #FE6F5E;
}
.solu_cntr{
	position: relative;
	margin-top: 30px;
	padding: 30px 60px 60px;
	border: 0.8px solid rgba(214, 97, 99, 0.52);
}

.bord-line{
	position: absolute; 
	
	width: 171px;
	height: 142px;  
}
.bord-line.pos1{
	left: 0;
	top: 0;
	border-top: 2px solid #D66163;
	border-left: 2px solid #D66163;
}
.bord-line.pos2{
	right: 0;
	top: 0;
	border-top: 2px solid #D66163;
	border-right: 2px solid #D66163;
}
.bord-line.pos3{
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #D66163;
	border-right: 2px solid #D66163;
}
.bord-line.pos4{
	left: 0;
	bottom:  0;
	border-bottom: 2px solid #D66163;
	border-left: 2px solid #D66163;
} 



.solu_cntr hr{
	 margin: 35px 0;
}
.solu-left{
	max-width: 300px;
}
.solu-left span{
	color: rgba(25, 50, 150, 0.28);
font-family: "Inria Sans";
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 127.7%; /* 63.85px */
letter-spacing: 1px;
margin-right: 20px;
}
.solu-left h4{
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
}

.solu-cent{
max-width: 300px;
margin: 0 40px;
}
.solu-cent p{
	color: #1D1C4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 143.7%; /* 22.992px */
letter-spacing: 0.32px;
}

.solu-right{
	max-width: 300px;
	margin: 0 40px;
	}
	.solu-right p{
		color: #1D1C4D;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
	}
	.solu-list{
		position: relative;
		z-index: 1;
	}
.solu_head{
	width: 100%;
	max-width: 835px;
}
.solu_head h4{
	color: #FE6F5E;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 127.7%; /* 30.648px */
	letter-spacing: 0.48px;
	text-align: center;
}

.solu_head h5{
	color: #222;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 127.7%; /* 30.648px */
	letter-spacing: 0.48px;
	text-align: center;
}
.other-projects-sec{
	padding: 60px 0 150px;
}	
.other-projects-sec h3{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 33.202px */
position: relative;
margin-bottom: 30px;
}
.other-projects-sec h3::after {
    content: "";
    position: absolute;
    left: 0;
    width: 103.34px;
    height: 1.778px;
    flex-shrink: 0;
    background: #FE6F5E;
    bottom: -2px;
}

.oth-prg-list img{
	height: 385px;
	width: 100%;
	object-fit: cover;
}
.oth-prg-list h4{
	color: #D66163;
	font-family: "Clash Display Variable";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	margin: 22px 0;
}
.oth-prg-list span{
	color: #3A3F5F;
	display: block;
	text-align: left;
	font-family: "Clash Display Variable";
	font-size: 6px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 7.38px */
	letter-spacing: 0.12px;
}

.oth-prg-list h5{
	color: #193296;
	text-align: center;
	font-family: "Clash Display Variable";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 119%; /* 17.85px */
	letter-spacing: 0.3px;
}


.oth-prg-list a:hover svg path{
	fill: #FE6F5E;
}
.oth-prg-loca svg{
	margin-right: 3px;
}

.product-head-sec{
	background-image: url(../img/product.png);
	background-size: 100% auto;
	padding: 160px 0;
	text-align: center;
}

.product-head-sec h1{
	border-radius: 7px;
background: rgba(255, 81, 81, 0.65);
backdrop-filter: blur(15px);
width: 433px; 
color: var(--icon-color, #FFF);
font-family: "Clash Display Variable";
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 63.85px */
letter-spacing: 1px;
display:  block;
margin: 0 auto 34px;
padding: 15px;
}

.product-head-sec a{

	background: var(--icon-color, #FFF);
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
padding: 10px 25px;
display:  block;
margin: 0 auto;
width: 190px;
}

.product-list-sec{
	padding: 72px 0;
}
.product-list-cap{
	width: 100%;
	max-width: 400px;
}
.product-list-cap-txt{
	position: sticky;
	top: 50px;
	margin-bottom: 70px;

}

.product-list-cap span{
	color: rgba(33, 45, 84, 0.59);
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 123%; /* 12.3px */
	text-transform: capitalize;
	position: relative;
}
.product-list-cap span::after{
	content: ""; 
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #FE6F5E;
	width: 14px;
height: 1.778px; 
}
.product-list-cap h2{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 40.864px */
letter-spacing: 0.64px;
text-transform: uppercase; 
margin: 15px 0;
position: relative;
}
.product-list-cap h2::after{
	content: ""; 
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #FE6F5E;
	width: 115.123px;
	height: 2.469px;
}
.product-list-cap p{
	color: #5B5B5B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 143.7%; /* 25.866px */
	letter-spacing: 0.36px;
}
.product-list-cntr{
	width: 100%;
	margin-left: 70px;
}
.product-list {
position: relative;
margin-bottom: 75px;
}
.product-list img {
	width: 339px;
	height: 327px;
	object-fit: cover;
	
}
.product-list h3 {
	color: #212D54;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 113.636% */
	margin: 20px 0 16px;
}

.product-list p {
	color: #606060;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 127.7%; /* 19.155px */
	letter-spacing: 0.3px;
}

.product-list button{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 37px; 
	background-color: #fff;
	opacity: 0;
	transition: all .3s;
}


.product-list:hover button{ 
	opacity: 1; 
}
.product-cta-sec{
	padding: 50px 0 100px;
}
.product_cta_cntr{
	background-image: url(../img/product-cta.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px;
}

.product_cta_bg{
	margin: 0 auto;
	width: 854px;
	padding: 60px;
	border-radius: 7px;
background: rgba(255, 81, 81, 0.65);
backdrop-filter: blur(15px);
}
.product_cta_left{
	max-width: 395px;
}
.product_cta_left span{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 178.571% */
}

.product_cta_left h3{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px; /* 82.857% */
}
.product_cta_left h3 b{ 
	font-weight: 800; 
}

.product_cta_right{
	max-width: 270px;
}
.product_cta_right input{
	border: 1px solid var(--icon-color, #FFF);
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 127.7%; /* 17.878px */
letter-spacing: 0.28px;
height: 43px;
background: unset;
padding: 13px;
margin-bottom: 13px;
width: 100%;
}
.product_cta_right .react-tel-input .form-control{
width: 100%;
background: unset;
    border-radius: 0;
    height: 43px;
	border: 1px solid #fff;
}
.product_cta_right button{
	background: #193296;
	margin-top: 13px;
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 178.571% */
padding: 10px;
width: 100%;
}
.product_cta_right ::-ms-input-placeholder { /* Edge 12-18 */
	color: #fff;
  }
  
  .product_cta_right ::placeholder {
	color: #fff;
  }


.brandsdet-head-sec{
	padding: 50px 0 230px;
}


.brand-det-hd-right-cntr{
	min-width: 368px;
	margin-left: 90px;
}
.brand-det-hd-right {
    padding: 14px 0 0 14px;
    position: relative; 
	
}

.brand-det-hd-right::before {
    content: "";
    position: absolute;
	background: url('../img/brand-bg.png') no-repeat;
    width: 88px;
    height: 85px;
    left: -12px;
    top: -12px;
    z-index: -1;
}
.brand-det-hd-right::after {
    content: "";
    position: absolute;
    background: #FFBDBE;
    width: 346px;
    height: 93%;
    left: 0;
    top: 0;
    z-index: -1;
}
.brand-det-hd-right img {
    width: 100%;
	height: 468px;
	object-fit: cover;
}
.brand-det-left-img-cntr  {
	width: 207px;
height: 207px;
	border: 1px solid #9EB5E1;
background: #E9F3FF;
padding: 35px;
margin-right: 35px;
}


.brand-det-left-img-cntr img  {
	width: 139px;
	height: 77px;
	object-fit: contain;
}


.brand-det-left-img h5{
	color: #193296;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 123%; /* 17.22px */
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px;
}
.brand-det-left-img h5::after{
	content: "";
	width: 18px;
	height: 1.778px;
	background: #FE6F5E;
	position: absolute;
	left: 0;
	bottom: 0;
}
.brand-det-left-img h4{
	color: #193296;
font-family: "Clash Display Variable";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 60px; /* 150% */
letter-spacing: 2px;
margin-bottom: 35px;
}

.brand-det-left-img span{
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 181.25% */
	position: relative;
	padding-bottom: 5px;
}
.brand-det-left-img span::after{
	content: "";
	width: 18px;
	height: 1.778px;
	background: #FE6F5E;
	position: absolute;
	left: 0;
	bottom: 0;
}
.brand-det-left-img h3{
	color: #193296;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px; /* 120.833% */
	margin: 5px 0 0;
}
.brand-det-left-img-space{
	padding: 0 40px ;
	border-left: .6px solid #A7A7A7;
	border-right: .6px solid #A7A7A7;
}
.brand-det-left-img-space2{
	padding: 0 0 0 40px ; 
}
.brand-det-hd-left h1{
	color: #D66163;
	font-family: "Clash Display Variable";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px; /* 134.375% */
	max-width: 460px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 74px;
}
.brand-det-hd-left h1::after{
	content: "";
	position: absolute;
	width: 395px;
	height: 2px;
	flex-shrink: 0;
	background: #FE6F5E;
	left: 0;
	bottom: -5px;
}

.brand-det-hd-left p{
	color: #33395B;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
}

.brand-det-hd-right-cntr .btn{
	border-radius: 1px;
	background: #0F2C94;
	padding: 17px 30px;
	color: #FFECEC;
	font-family: "Clash Display Variable";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
	text-transform: uppercase;
	display: block;
	margin-top: 34px;
}
.brand-det-hd-right-cntr .btn svg{
	 
display: inline-block;

}
.brandsdet-offer-sec{
	padding: 70px 0;
	background: linear-gradient(179deg, #FFEBEB 0.7%, rgba(255, 235, 235, 0.00) 95.55%);
}
.brandsdet-offer-sec h3{
	color: #212D54;
	font-family: "Clash Display Variable";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 200% */
	letter-spacing: 1.5px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
}
.brandsdet-offer-sec h3::after{
	 content: "";
	 position: absolute;
	 width: 102px;
	height: 2px;
	flex-shrink: 0;
	background: #FE6F5E;
	bottom: 5px;
	left: calc(50% - 51px);
}
.brandsdet-offer-sec p{
	color: #33395B;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	max-width: 778px;
	margin: 0 auto 0;
}
.brand-off-list-cntr{
	position: relative;
	padding: 60px 0 0; 
}

.brand-off-list-cntr::after{
	content: "";
	position: absolute;
	background-image: url('../img/brand-bg1.svg');
	left: 0;
	top: 0;
	width: 94px;
	height: 97px;

}

.brand-off-list-cntr::before{
	content: "";
	position: absolute;
	background-image: url('../img/brand-bg1.svg');
	right: 0;
	bottom: 0;
	width: 94px;
	height: 97px;

}
.brand-list{
	max-width: 430px;
	margin:  0 auto 80px ;
}
.brand-list img{
	 width: 100%;
	height: 289px;
	object-fit: cover;
}
.brand-list h4{
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	background: linear-gradient(92deg, #193296 39.45%, #5F96FF 80%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 29px; /* 120.833% */
	margin: 15px 0 0;
	text-align: center;
}
.brandsdet-faq-sec{
padding: 100px 0;
}
.brandsdet-faq-sec .container{
	max-width: 860px;
	margin: 0 auto;
}

.brandsdet-faq-sec span{
	color: rgba(33, 45, 84, 0.59);
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 123%; /* 13.53px */
	text-transform: capitalize;
	display: block;
	margin: 0 auto;
	width: 50px;
	text-align: center;
	position: relative;
}
.brandsdet-faq-sec span::after{
	content: "";
	position: absolute;
	width: 22px;
	height: 1.778px; 
	background-color: #FE6F5E;
	bottom: -5px;
	left: calc(50% - 11px);
}
.brandsdet-faq-sec h3{
	margin: 15px auto 0;
	color: #212D54;
text-align: center;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
max-width: 315px;

}

.brandsdet-faq-sec .accordion {
    border: 0;
	background: #FFEBEB;
    border-radius: 0px;
	padding: 30px;
	margin-top: 57px;
}
.brandsdet-faq-sec .accordion__item{
	padding:12px 0 ;
}
.brandsdet-faq-sec .accordion__button {
	position: relative;
    background-color: unset !important;
    color: #444;
    cursor: pointer;
    padding: 24px 14px;
    width: 100%;
    text-align: left;
    border: none;
	color: #1D1C4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 181.25% */
}
.accordion__button:before { 
    position: absolute;
    right: 0;
    top:  calc(50% - 2px);
}
.brandsdet-faq-sec .accordion__panel{
	padding: 0 14px 24px;
}
.brandsdet-faq-sec .accordion__panel p{
	color: #848484;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
}
.brand-faq-cta{
	margin-top: 40px;
	padding: 30px;
	text-align: center;
	background: #FFEBEB;
}
.brand-faq-cta h4{
	color: #1D1C4D;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px; /* 120.833% */
}
.brand-faq-cta h5{
	color: #848484;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
margin: 10px auto 17px;
max-width: 360px;
}
.brand-faq-cta a{
	background: #0F2C94;
	padding: 15px;
	color: #FFE8E9;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 92.857% */
display: inline-block;
}

.brandsdet-other-sec{
	padding: 50px 0 120px;
}

.brandsdet-other-sec h3{
	color: #212D54;
text-align: center;
font-family: "Clash Display Variable";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
position: relative;
margin-bottom: 30px;
}
.brandsdet-other-sec h3::after{
	content: "";
	position: absolute;
	left: calc(50% - 51.5px);
	bottom: -3px;
	width: 103px;
height: 1.778px;
	background: #FE6F5E;
}

.brandsdet-other-sec .container{
	max-width: 860px;
}

.brand-other-list-cntr{
	display: inline-block;
	text-align: center;
}

.brand-other-list {
    border-radius: 1px;
    border: 2px solid #FE6F5E;
    background: #FFF7F7;
    padding: 35px 15px;
    margin: 30px;
    max-width: 240px;
    display: inline-block;
}
.brand-other-list img{
	width: 163.077px;
	height: 60.349px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}


.dropbox{
	height: 0;
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    transition: all .3s;
    z-index: 10;
	overflow: hidden; 
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.dropbox.active{
	min-height: 300px; 
	height: auto;
	top: calc(100% + 1px); 
}
.menu-product-list-cntr{
	padding: 30px 0;
	border-bottom: .5px solid #7B7B7B;
}
.menu-product-list-cntr h3{
	color: #000;
	font-family: "Clash Display Variable";
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 263.636% */
	text-transform: uppercase; 
	display: inline-block;
	border-bottom: 1px solid #FE6F5E;
}
.menu-product-list-cntr .btn{
	color: #000;
	font-family: "Clash Display Variable";
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 263.636% */
	text-transform: uppercase;
}
.menu-product-list-cntr .btn svg{
	display: inline-block;
	margin-left: 5px;
}
.menu-product-list{
	margin-top: 28px;
}
.menu-product-list img{
	width: 161px;
	height: 156px;
	flex-shrink: 0;
	object-fit: cover;
	margin-bottom: 20px;
}
.menu-product-list h4{
	color: #212D54;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 113.636% */
	margin-bottom: 8px;
}
.menu-product-list span{
	color: #33395B;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	display: block;
	line-height: 154.7%; /* 18.564px */
}
.menu-brand-list-cntr{
	padding: 30px 0; 
}
.menu-brand-list-cntr h3{
	color: #000;
	font-family: "Clash Display Variable";
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 263.636% */
	text-transform: uppercase; 
	display: inline-block;
	border-bottom: 1px solid #FE6F5E;
}
.menu-brand-list-cntr .btn{
	color: #000;
	font-family: "Clash Display Variable";
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 263.636% */
	text-transform: uppercase;
}
.menu-brand-list-cntr .btn svg{
	display: inline-block;
	margin-left: 5px;
}
.menu-brand-list  {
	margin-top: 15px;
}
.menu-brand-list img{
	height: 55px;
	object-fit: contain;
}

.product-det-head-sec{
	padding: 55px 0 80px;
}
.product-det-head-left{
	min-width: 717px; 
	position: relative;
}
.product-det-head-left img{
	width: 100%;
	height: 551px;
	object-fit: cover;
}
.product-det-head-left-cap{
	position: absolute;
	left: 0;
	top: calc(50% - 226px);
	border-radius: 0px 7px 7px 0px;
background: rgba(255, 81, 81, 0.65);
backdrop-filter: blur(15px);
width: 206px;
padding: 37px 25px;
height: 452px;

}
.product-det-head-left-cap h4{ 
	color: var(--icon-color, #FFF);
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	margin-bottom: 8px;
}
.product-det-head-left-cap p{ 
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 148.81%; /* 16.369px */
	letter-spacing: 0.22px;
}
.product-det-head-left-cap hr{ 
border-color: #fff;
margin: 27px auto ;
width: 58px;
}

.product-det-head-right{
	width: 50%;
	margin-left: 33px;
}

.product-det-title span{
	color: rgba(33, 45, 84, 0.59);
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 123%; /* 12.3px */
	text-transform: capitalize;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 6px;
	display: block;
}
.product-det-title span::after{ 
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14px;
height: 1.778px;
flex-shrink: 0;
background-color: #FE6F5E;
}
.product-det-title h3{
	color: #212D54;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 78.125% */
}
.product-det-head-right p{
	color: #606060;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 140.7%; /* 19.698px */
letter-spacing: 0.28px;
margin: 26px 0 35px;
}

.product-det-title a{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgba(15, 31, 95, 0.19);
	color: #212D54;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 123%; /* 17.22px */
text-transform: capitalize;
}

.product-det-title a svg{
	display: inline-block;
	margin-right: 6px;
}
.product-det-head-right .table-cntr{
	border-radius: 3px;
border: 0.7px solid #DBDBDB;
background: var(--icon-color, #FFF); 
margin-bottom: 13px;
}

.product-det-head-right  .lr-bord{
	border-left: 0.7px solid #DBDBDB;
	border-right: 0.7px solid #DBDBDB;

}

.product-det-head-right .table-title h4{
	color: #193296;
	font-family: "Clash Display Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 127.7%; /* 20.432px */
	letter-spacing: 0.32px;
	margin-bottom: 11px;
}
.product-det-head-right .table-cntr h3{
	padding: 10px 7px;
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
}
.product-det-head-right .table-cntr h3 svg{
	display: inline-block;
	margin-right: 11px;
}
.product-det-head-right .table-cntr h4{
	padding: 15px;
	color: #212D54;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 127.7%; /* 19.155px */
	letter-spacing: 0.3px;
}

.thik-cntr{
	margin-top: 50px;
}

.product-det-head-right .table-cntr2{
	border-radius: 3px;
border: 0.7px solid #DBDBDB;  
}
.thik-cntr h4{
	color: #193296;
font-family: "Clash Display Variable";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
margin-bottom: 16px;
}


.product-det-head-right .table-cntr2 button{
	border-radius: 1px;
	background: rgba(254, 111, 94, 0.11);
	padding: 14px;
	text-align: center;
	color: rgba(11, 32, 102, 0.80);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 127.7%; /* 15.324px */
letter-spacing: 0.24px;
text-align: center;
margin: 5px 8px;
min-width: 144px;

}

.product-det-head-right .table-cntr2 button svg{
	display: inline-block;
}

.product-det-head-right .table-cntr2-left{
width: 80%;
}

.product-det-head-right .table-cntr2-left h3{
	color: #606060;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 127.7%; /* 17.878px */
	padding: 10px 12px;
}




.product-det-head-right .btn{
	background: #193296;
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
padding: 14px;
display: block;
text-align: center;
margin-top: 14px;
}
.product-det-gall-sec{
	background: #FFEBEB;
	padding: 85px 0;
}

.product-det-gall-sec .container{
	max-width: 1024px;
}

.product-det-gall-cntr{
	border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #5F96FF, #FE6F5E);
	padding: 27px 15px;
	position: relative;
}
.product-det-gall-cntr::after{
	 content: "";
}
.prd-gal-cntr{
	position: relative;
	transition: all .3s;
}
.prd-gal-cntr::after{
	content: ""; 
	position: absolute; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.prd-gal-cntr img{
	width: 237px;
height: 182px;
flex-shrink: 0;
}



.prd-gal-cntr .btn{
	position: absolute;
	left: 10px;
	top: 10px;
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 327.273% */
letter-spacing: 0.55px;
opacity: 0;
transition: all 0.3s;
z-index: 2; 
}
.prd-gal-cntr .btn svg{ 
	display: inline-block;
	margin-right: 4px;
}

.prd-gal-cntr:hover  {
 transform: scale(2);
 z-index: 10;
 border-radius: 6px; 
 overflow: hidden;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.49);
}
.prd-gal-cntr:hover .btn  {
	opacity: 1;
	transform: scale(.7);
   }

.product-det-spec-sec{
	padding: 100px 0 160px; 
}


.product-det-spec-sec .spec-title h3{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 40.864px */
letter-spacing: 0.64px;
text-transform: uppercase;
margin-bottom: 16px;
}
.product-det-spec-sec .spec-title p{
	max-width: 705px;
	color: #5B5B5B;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 143.7%; /* 25.866px */
	letter-spacing: 0.36px;
}







.product-det-spec-sec .spec-tab {
	 margin-top: 33px;
	border: 1px solid #DBDBDB;
	background: var(--icon-color, #FFF);
}


.product-det-spec-sec .spec-tab li {
	 padding: 35px 20px;
	color: #212D54;
	font-family: "Clash Display Variable";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 127.7%; /* 20.432px */
	letter-spacing: 0.32px;
	border-right:1px solid #DBDBDB; 
	text-align: center;
}

.product-det-spec-sec .spec-tab ul  { 
	border-left:1px solid #DBDBDB; 
}

.product-det-spec-sec .spec-tab li.active {
	background: #FFE5E5;
	color: #FF6451;
}

.product-det-spec-sec .spec-tab li:hover {
	background: #FFE5E5;
	color: #FF6451;
}

.composision-cntr{
	padding: 112px 15px 128px;
	max-width: 1073px;
	margin: 0 auto;
}
.composision-title h4{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 38.31px */
letter-spacing: 0.6px;
position: relative;
}
.composision-title h4::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 103.34px;
height: 1.778px;
flex-shrink: 0;
background-color: #FE6F5E;
}
.composision-title .btn{
	display: inline-block;
	color: #193296;
font-family: "Clash Display Variable";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127.7%; /* 20.432px */
letter-spacing: 0.32px;
padding: 15px 35px;
position: relative; 
}
.composision-title .btn svg {
    position: absolute;
    left: 20px;
    top: 20px;
	opacity: 0;
}
 

.composision-title .btn-cntr{
	border-radius: 4px;
border: 1px solid #CECECE;
}
 
.btn-cntr .react-tabs__tab--selected .btn{
	border-radius: 4px;
	background: #212D54;
	color: #fff;
}

.btn-cntr .react-tabs__tab--selected  .btn svg{
	opacity: 1;
}


.btn-cntr .react-tabs__tab-list {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.btn-cntr .react-tabs__tab {
    display: inline-block;
    border: unset; 
    bottom: 0; 
	padding: 0;
	background: unset;
	border-radius: 0;
}

.composision_tab_data{
	margin-top: 40px;
}
.compo-list{
	text-align: center;
	padding: 17px 11px;
	border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #000080, #173DCC);
}
.compo-list h5{
	color: #162439;

	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 147%; /* 23.52px */
	letter-spacing: 0.32px;
}

.compo-list p{
	color: #162439;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 147%;
	letter-spacing: 0.32px;
}


.process-sec{
	padding: 0 0  ;
}
.process-sec .container{
	max-width: 1073px;
}
.process-sec h3{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 38.31px */
letter-spacing: 0.6px;
margin-bottom: 60px;
text-align: center;
position: relative;
}
.process-sec h3::after{
	content: "";
	width: 90px;
	height: 2px;
	flex-shrink: 0;
	background: #FE6F5E;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 45px);

}
.pros-list{
	max-width: 400px;
}
.pros-list h4{
	color: #212D54;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 105% */
	margin-bottom: 5px;
	max-width: 200px;
}

.pros-list h4 span{ 
	color: rgba(25, 50, 150, 0.28);
font-family: "Inria Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 127.7%; /* 51.08px */
letter-spacing: 0.8px;
margin-right: 9px;
}

.pros-list img{
	width: 400px;
	height: 460px;
	object-fit: cover;
}

.pros-list p{
	color: #606060;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 127.7%; /* 17.878px */
	letter-spacing: 0.28px;
	margin: 23px 0 30px;
}
.pros-list-space{
	height: 120px;
}


.pros-list svg{
	display: block;
	margin: 30px auto;
	width: 111px;
}

.product-det-table-sec{
	border-bottom: 0.5px solid #D66163;
	background: #FFEBEB;
	padding: 75px 0;
}

/* styles.css */

/* Table */
.table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #333;
  }
  
  /* Table Header */
  .table th { 
	padding: 8px;
	text-align: left;
	border: 1px solid #333;
  }
  
  /* Table Body */
  .table td {
	padding: 8px;
	text-align: left;
	border: 1px solid #333;
  }
  
 
 
.product-det-table-sec .table-cntr{
	max-width: 1010px;
	border: 0.8px solid rgba(214, 97, 99, 0.52);
	margin: 0 auto;
	padding: 32px 48px;
}

.product-det-table-sec .table-cntr .table th { 
	background-color: #3A3F5F;
	color: #fff;
  }

  .product-det-table-sec .table-cntr .table td { 
	 
	line-height: 45px;
  }
  .product-det-table-sec h3{
	position: relative;
	text-align: center;
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 38.31px */
letter-spacing: 0.6px;
margin-bottom: 22px;

  }

  .product-det-table-sec h3::after{
	content: "";
	width: 50px;
height: 1.778px;
	position: absolute; 
	left: calc(50% - 25px);
	bottom: 0;
	background-color: #FE6F5E;

  }


  .product-det-rev-sec{
	border-bottom: 0.5px solid #D66163;
	background: #FFEBEB;
	padding: 30px 0  ;
  }
  .product-det-rev-sec h3{ 
	color: #212D54;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 127.7%; /* 30.648px */
	letter-spacing: 0.48px;
	margin-bottom: 55px;
  }
.prodt-det-rev-list{
	border-radius: 3px;
	border: 1px solid #FE6F5E;
	padding: 35px;
	background: var(--icon-color, #FFF);
	margin: 0 14px;
	position: relative;
}
.prodt-det-rev-list::after{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 68px;
	height: 65px;
	border-top: 2px solid #193296;
	border-left: 2px solid #193296;
}
.prodt-det-rev-list::before{
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 68px;
	height: 65px;
	border-bottom: 2px solid #193296;
	border-right: 2px solid #193296;
}
.prodt-det-rev-list img{
	width: 49px;
	height: 49px;
	border-radius: 49px; 
	margin-right: 20px;
}
.prodt-det-rev-list h4{
	color: #212D54;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 19.68px */
	text-transform: capitalize;
}
.prodt-det-rev-list span{
	color: #606060;
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 127.7%; /* 14.047px */
	letter-spacing: 0.22px;
}
.prodt-det-rev-list h5{
	color: #828282;
	font-family: "Plus Jakarta Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 15.99px */
	text-transform: capitalize;
}


.prodt-det-rev-list h5 svg{
	display: inline-block;
}

.prodt-det-rev-list p{
	color: #222;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 175%; /* 24.5px */
margin-top: 27px;
}
.rev-slider{
	max-width: 1050px;
	margin: 0 auto ;
}


.rev-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: none;
	border-radius: 2px;
border: 1px solid #ABABAB;
}


.rev-slider .slick-dots li button::before {
    display: none;
}
 
.rev-slider .slick-dots li.slick-active button { 
    background: #193296; 
	width: 14px;
    height: 14px;
	border: 1px solid #193296;
}

.rev-slider .slick-dots   { 
    margin-top: 26px;
	position: relative;
	bottom: 0;
}
.product-othrt-project{
	/*background: #FFEBEB;*/
}
.product-othrt-project .oth-prg-list{
	position: relative;
}
.oth-prg-num{
	position: absolute;
	left: 10px;
	bottom: 150px;
	color: var(--icon-color, #FFF);
font-family: "Clash Display Variable";
font-size: 96px;
font-style: normal;
font-weight: 600;
line-height: 76px; /* 79.167% */
letter-spacing: 4.8px;
z-index: 1;
}

.other-projects-sec.product-othrt-project {
    padding:230px 0 170px;
}

.other-product-sec{
	padding: 115px 0 151px;
}
.other-product-sec h4{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 127.7%; /* 33.202px */
letter-spacing: 0.52px;
text-transform: uppercase;
position: relative;
}
.other-product-sec h4::after{
	content: "";
	 position: absolute;
	 width: 132.129px;
height: 1.778px;
left: 0;
bottom: -5px;
flex-shrink: 0;
background-color: #FE6F5E;
}
.other-product-sec .btn{
	border: 0.8px solid #1843DD;
	color: #193296;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 112.7%; /* 18.032px */
letter-spacing: 0.8px;
padding: 12px 15px;
position: relative;
}
.other-product-sec .btn::after{
	 content: "";
	 position: absolute;
	 left: -1px;
	 top: -1px;
	 width: 22.36px;
height: 22px;
flex-shrink: 0;
border-top: 1px solid #D66163;
border-left: 1px solid #D66163;
z-index: 1;
}
.other-product-sec .btn::before{
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 22.36px;
height: 22px;
flex-shrink: 0;
border-bottom: 1px solid #D66163;
border-right: 1px solid #D66163;
z-index: 1;
}
.other-product-sec .btn svg{
	display: inline-block;
	margin-left: 5px;
}
.other-pro-list{
	margin-top: 30px;
}

.other-pro-list img{
	width: 100%;
height: 211.105px;
flex-shrink: 0;
object-fit: cover;
}
.other-pro-list h5{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 113.636% */
width: 137px;
margin-top: 30px;
}

.message-head-sec{
background-image: url('../img/mes-bg.png');
background-repeat: no-repeat;
background-position: center;
}

.message-head-sec .breadcrumb-sec{
margin-bottom: 65px;
}


.mes-dir-img-cntr{
	max-width: 445px;
	width: 100%;
	margin: 0 auto;
}

.mes-dir-det-cntr{
	border-radius: 5px;
background: #3A3F5F;
padding: 15px;
}


.mes-dir-img{
	background-image: url('../img/mes-dr-bg.png');
background-repeat: no-repeat; 
	width: 370px;
	margin: 0 auto;
}


.mes-dir-img img{
	 width: 307px;
}

.mes-dir-det-cntr h4{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 143.7%; /* 34.488px */
	letter-spacing: 0.48px;
}

.mes-dir-det-cntr span{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 22.992px */
	letter-spacing: 0.32px;
}

.message-disc-sec{
	padding: 65px 0 220px;
}


.message-disc-sec .container{
	max-width: 800px;
}


.message-disc-sec h2{
	color: #193296;
text-align: center;
font-family: "Clash Display Variable";
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 121%; /* 58.08px */
letter-spacing: 0.96px;
text-align: center;
margin-bottom: 30px;
}

.message-disc-sec h2 span{
	color: #FE6F5E;
}

.message-disc-sec p{
	color: #33395B;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 154.7%; /* 27.846px */
letter-spacing: 0.36px;
margin-bottom: 30px;
}


.ser-head-sec{
	padding: 120px 0 70px;
}
.serv-bnr-left  {
	padding: 0 0 0 43px ;
}
.serv-bnr-left span{
	color: #212D54;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 123%; /* 17.22px */
text-transform: capitalize;
position: relative;
}
.serv-bnr-left span::after{
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 32px;
height: 1.778px;
flex-shrink: 0;
background: #FE6F5E;
}
.serv-bnr-left h3{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 123%; /* 59.04px */
text-transform: capitalize;
}
.serv-bnr-left p{
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140.7%; /* 22.512px */
letter-spacing: 0.32px;
max-width: 555px;
margin-bottom: 50px;
}
.serv-bnr-left .btn{
	border-radius: 1px;
	background: #0F2C94;
	padding: 18px 25px;
display: inline-block;
	color: var(--icon-color, #FFF);
font-family: "Clash Display Variable";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
text-transform: uppercase;
}
.serv-bnr-left .btn svg{
	display: inline-block;
	margin-left: 25px;
	min-width: 41px;
	height: 41px;
}


.serv-bnr-right img{
	width: 420px;
height: 428px;
flex-shrink: 0;
border-radius: 5px;
object-fit: cover;
display: block;
margin: 0 auto;
}

.ser-list-sec{
	padding: 70px 0 100px;
}


.ser-list-cntr{
	border: 0.6px solid #B0B0B0;
	padding: 25px 50px;
	margin-bottom: 70px;
}


.ser-list-cntr h4{
	color: #212D54;
font-family: "Clash Display Variable";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 140.7%; /* 33.768px */
letter-spacing: 0.48px;
margin-bottom: 15px;
}

.ser-list-cntr h4 span{
	color: #FE6F5E;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 140.7%; /* 56.28px */
letter-spacing: 0.8px;
margin-right: 11px;
position: relative;
bottom: -7px;
}
.ser-lid-lft img{
	min-width: 461px;
height: 410px;
flex-shrink: 0;
border-radius: 3px;
margin-right: 55px;
}

.ser-lid-rht p{
	color: #33395B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140.7%; /* 22.512px */
letter-spacing: 0.32px;
}


.ser-lid-rht ul {
	margin: 45px 0 50px;
	padding: 0;
}

.ser-lid-rht ul li {
	display: inline-block;
	width: calc(50% - 30px);
	margin-right: 30px;
}

.ser-lid-rht ul li h5 {
	color: #1D1C4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140.7%; /* 22.512px */
letter-spacing: 0.32px;
margin-bottom: 7px;
}
.ser-lid-rht ul li h5 svg {
	display: inline-block;
	margin-right: 7px;
}

.ser-lid-rht ul li p {
	color: #7B7B7B;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140.7%; /* 19.698px */
	letter-spacing: 0.28px;
}

.ser-lid-rht .btn{
	border-radius: 1px;
background: #0F2C94;
padding: 10px;
color: var(--icon-color, #FFF);
font-family: "Clash Display Variable";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 175% */
text-transform: uppercase;
display: block;
text-align: center;
border: 1px solid transparent;
transition: all .3s;
}
.ser-lid-rht .btn:hover{ 
background: unset; 
color: var(--icon-color, #0F2C94); 
border: 1px solid #0F2C94; 
}
.ser-list-cntr-bntcntr{
	text-align: center;
}

.ser-list-cntr-bntcntr .btn{
	display: inline-block;
	text-align: center;
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 129.7%; /* 20.752px */
letter-spacing: 0.32px;
text-transform: uppercase;
border: 1px solid #212D54;
padding: 11px 38px;
transition: all .3s;
background-color: transparent;
}


.ser-list-cntr-bntcntr .btn:hover{ 
	color: #fff; 
border: 1px solid #212D54; 
background-color:#212D54 ;
}
.about-head-sec{
	padding: 15px 0;
	background: #333953;
	position: relative;
}

.about-head-sec::after{
	content: ""; 
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 520px;
	background-image: url('../img/about-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}



.about-head-sec .breadcrumb-sec{
	padding: 0;
}


.about-head-data img{
	width: 514px;
height: 570px;
object-fit: cover;
}
.about-head-data span{
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 123%; /* 17.22px */
text-transform: capitalize;
position: relative;
}
.about-head-data span::after{
	content: ""; 
	width: 32px;
height: 1.778px;
flex-shrink: 0;
position: absolute;
left: 0;
bottom: 0;
background-color: #FE6F5E;
}
.about-head-data h3{
	color: var(--icon-color, #FFF);
	font-family: "Clash Display Variable";
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 78.72px */
	text-transform: capitalize;
}
.about-head-data p{
color: #EBEBEB;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140.7%; /* 22.512px */
letter-spacing: 0.32px;
}
.about-head-sec .container{
	position: relative;
}
.abour-hd-cap{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	padding-right: 50px;
}

.abour-hd-cap-right{
	width: 100%;
	max-width: 970px;
	border-radius: 3px;
	background: #FFEBEB;
	padding: 30px 50px;
}

.abour-hd-cap h4{
	color: #173DCC;
text-align: center;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 84px; /* 175% */
margin-right: 20px;
}
.abour-hd-cap span{
	color: #173DCC;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.about-story-sec{
	padding: 100px 0;
	background: #FFEBEB;
	position: relative;
}

.about-story-sec::after{
	content: ""; 
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 580px;
	background-image: url('../img/miss-bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}


.about-story-left{
	min-width: 390px;
}

.about-story-left h3{
	color: #193296;
	font-family: "Clash Display Variable";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 59.04px */
	text-transform: capitalize;
	position: relative;
	margin-bottom: 45px;
}
.about-story-left h3::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 103.34px;
	height: 1.778px;
	flex-shrink: 0;
	background: #FE6F5E;
}
.about-story-left img{
	width: 258px;
	height: 258px;
	object-fit: contain;
}
.about-story-right p{
	color: #33395B;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 154.7%;
	letter-spacing: 0.32px;
	margin: 24px 0 ;
}
.about-story-right p strong{
	color: #FE6F5E; 
	font-size: 24px; 
	font-weight: 600; 
}
.about-miss-sec{
	padding: 110px 0 170px;
}

.miss-img-cntr img{
	margin: 0 auto;
	display: block;
	max-width: 333px;
	width: 100%; 
}
.miss-cntr img{
	width: 71px;
height: 71px;
margin-right: 20px;
}
.miss-cntr h4{
	position: relative;
	font-family: "Clash Display Variable";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 123%; /* 59.04px */
	text-transform: capitalize;
	background: linear-gradient(90deg, #193296 27.35%, #3857D3 86.19%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.miss-cntr h4::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 2px;
	background: #FE6F5E;
}

.miss-cntr p{
	margin: 24px 0 0;
	color: #33395B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 154.7%; /* 24.752px */
letter-spacing: 0.32px;
}


.about-ceo-cntr{
	padding: 45px 55px;
	border-radius: 5px;
	background: #3A4EA1;
	position: relative;
}
.about-ceo-cntr::after{
	content: ""; 
	position: absolute;
	left: 0;
	top: 0;
	width: 179px;
height: 208px; 
background: url('../img/ceo-bg1.png');
background-repeat: no-repeat;
z-index: 0;

}
.about-ceo-cntr::before{
	content: ""; 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 319px;
	height: 319px;
	z-index: 0;
background: url('../img/ceo-bg2.png');
background-repeat: no-repeat;

}


.ceo-bg{
	position: relative;
	z-index: 1;
	padding: 35px 30px;
	border-radius: 3px 0px 0px 3px;
background: linear-gradient(94deg, rgba(135, 169, 255, 0.51) 26.19%, rgba(135, 169, 255, 0.14) 51.95%, rgba(135, 169, 255, 0.00) 73.47%);
}

.ceo-bg h4{
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 121%; /* 58.08px */
letter-spacing: 0.96px;
margin-bottom: 15px;
max-width: 555px;
}
.ceo-bg h4 span{
	color: var(--icon-color, #FF7B42); 
}
.ceo-bg p{
	color: var(--icon-color, #FFF);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 154.7%; /* 21.658px */
letter-spacing: 0.28px;

}






.ceo-img{
	min-width: 221px;
}

.ceo-img img{
	width: 221px;
height: 179px;
border-radius: 2px;
background: #FFF9EA;
}


.ceo-img h4{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 143.7%; /* 28.74px */
	letter-spacing: 0.4px;
	margin-top: 20px;
}

.ceo-img span{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 143.7%; /* 20.118px */
	letter-spacing: 0.28px;
	border-bottom: 1px solid #fff;
}
.ceo-img a{
	border-radius: 1px;
	background: var(--icon-color, #FFF);
	padding: 10px 20px;
	color: #193296;
font-family: "Clash Display Variable";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 143.7%; /* 22.992px */
letter-spacing: 0.32px;
display: block;
margin-top: 23px;
}

.ceo-img a svg{
	 display: inline-block;
	 margin-left: 20px;
}


.about-brand-sec{
	padding: 137px 0 73px;
}

.about-brand-sec h3{
	color: #000;
font-family: "Clash Display Variable";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 29px; /* 145% */
text-transform: uppercase;
position: relative;
text-align: center;
margin-bottom: 15px;
}

.about-brand-sec h3::after{
	content: "";
	width: 115px;
height: 1px;
background: #D66163;
position: absolute;
bottom: -10px;
left: calc(50% - 57.5px);
}
.about-brand-sec ul  { 
	text-align: center;
}
.about-brand-sec ul li{
	display: inline-block;
	text-align: center;
	width: 20%;
	margin: 30px 0;

}

.about-brand-sec ul li img{ 
	height: 60px;
	width: 100%;
	object-fit: contain;
}
.page_404{
	padding: 0 0 50px;
	text-align: center;
}
.page_404 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 642px;
}
.page_404 p{
	color: #404040;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px; /* 268.75% */
	text-transform: capitalize;
	margin-bottom: 75px;
	margin-top: 25px;
	
}
.page_404 a{
	color: #162439;
	font-family: "Plus Jakarta Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 156%; /* 26.52px */
	letter-spacing: 0.17px;
	border-radius: 13px;
border: 1px solid #000;
padding: 11px 15px;
width: 228px;
display: inline-block;
text-align: center;
	
}



.thanks-sec{
	position: relative;
	text-align: center;
}
.thank-img-cntr{
	position: relative;
}
.thank-img-cntr::after{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.54);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.thank-img-cntr img{
	width: 100%;
}
.thank-cap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.thank-cap h2{
	font-family: "Clash Display Variable";
	font-size: 128px;
	font-style: normal;
	font-weight: 600;
	line-height: 127.7%; /* 163.456px */
	letter-spacing: 2.56px;
	background: linear-gradient(90deg, #FE6F5E 16.53%, #FFA69B 68.06%, #FFC5BE 99.99%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
border-bottom: 1px solid #fff;
margin-bottom: 10px;
}
.thank-cap p{
	color: var(--icon-color, #FFF);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 156%; /* 37.44px */
	letter-spacing: 0.24px;
	text-align: center;
}
.thanks-sec a{
	border-radius: 20px;
border: 1px solid #000;
color: #162439;
font-family: "Plus Jakarta Sans";
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 156%; /* 26.52px */
letter-spacing: 0.17px;
padding: 11px 25px;
width: 228px;
display: inline-block;
text-align: center;
margin: 25px 0;
}
.product-othrt-project.ser-other-project-sec{
padding: 220px 0 180px;
border: 0;
background: unset;
}
.ser-rev-sec{
	border-bottom: 0.5px solid #D66163;
background: #FFEBEB;
padding: 40px 0;
}

.serdet-process-sec .container{
	max-width: 1073px;
}

.serdet-process-sec .pros-list{
	max-width: 400px;
}
.serdet-process-sec .pros-list img {
    width: 100%;
height: 458px;
    -o-object-fit: cover;
    object-fit: cover;
}
.serdet-process-sec .pros-list h4 { 
    max-width: 250px;
}

.web-dis-none{
	display: none !important;
}


.mob-menu{
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 88px;
	width: 100%;
	/*height: calc(100% - 88px);*/
	z-index: 10;
	overflow: hidden;
	height: 0;
	opacity: 0;
	padding: 20px;
transition: all .3s;
}

.mob-menu.active2{ 
	height: calc(100% - 88px); 
	overflow: auto; 
	opacity: 1; 

}



.socil-ft-button {
	border-radius: 30px;
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	background: var(--Light-Secondary, #E3EBFD);
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	transition: all .3s;
}

.socil-ft-button svg {
	display: inline-block;
}

 
.socil-ft-button:hover {
	background: #b0bffc;
}


@media (max-width: 1450px) {
.stories-list {
    padding: 25px 0;
}
.main1 { 
    top: 25px; 
}

.banner-sec img { 
    min-height: unset; 
	height: 600px;
}

.banner-cap h1 { 
    font-size: 66px; 
    line-height: 67px;
    margin-bottom: 45px;
}

.banner-cta-cntr { 
    padding: 20px;
}

}





@media (max-width: 1250px) {
   
    .container{
      max-width: 96% !important;
    }

	.banner-cap { 
		padding: 80px 0;
	}
	.banner-cap h1 { 
		font-size: 70px; 
		line-height: 80px;
		margin-bottom: 70px;
	}
	.counter-sec h4 { 
		font-size: 45px; 
		line-height: 55px;
	}
	.hm-brand-list { 
		padding: 25px 0;
	}
	.product-sec h3 { 
		font-size: 36px; 
		line-height: 50px;  
	}
	.brand-sec h3 { 
		font-size: 36px; 
		line-height: 50px; 
	}
	.stories-sec h3 {
		font-size: 36px; 
		line-height: 50px; 
		margin-bottom: 42px;
	}
	.stories-cap h2 { 
		font-size: 90px; 
		margin-left: -81px; 
	}
	.stories-list-center {
		margin: 0 30px;
		width: 374px;
	}
	.about-center img {
		width: 380px; 
	}
	.about-right {
		width: 360px;
	}

	.product-det-head-left { 
		min-width: 600px; 
	}
}
@media (max-width: 1100px) {
	.banner-cap {
		padding: 50px 0;
	}
	.banner-cap h5 { 
		margin-bottom: 20px;
	}

	.banner-cap h1 { 
		margin-bottom: 50px;
	}
	.head-bottom ul li { 
		margin: 0 17px;
	}
	.banner-cta-cntr p { 
		margin: 0 15px;
	}
	.about-center{
		margin: 0 15px;
	}
	.about-center img {
		max-width: 380px;
		width: 100%;
	}
	.head-bottom .btn-fill { 
		margin-left: 24px; 
	}
	.head-bottom ul li a { 
		font-size: 12px; 
	}
	.head-bottom ul li {
		margin: 0 7px;
	}
	.banner-cap h1 {
		font-size: 54px;
		line-height: 58px;
		margin-bottom: 20px;
	}

	.blog-rela-right {
		padding-left: 30px;
	}
	.blog-large_left {
		padding-left: 20px; 
	}
	.blog-large-img-bord { 
		left: 6px; 
	}

	.blog-list {
		margin: 0 5px; 
	}
	.blog-det-sec {
		padding: 50px 0 80px;
	}

	.product-head-sec { 
		background-size: cover;
		padding: 100px 0; 
	}
	.product-list-cntr { 
		margin-left: 30px;
	}

	.product_cta_bg { 
		max-width: 854px; 
		width: 100%;
	}


	.product-det-head-left {
		min-width: 400px;
		max-width: 48%;
	}
}


@media (max-width: 992px) {
	.banner-cta-cntr .btn { 
		padding: 20px 15px; 
		font-size: 14px; 
		line-height: 13px;
		min-width: 180px; 
	}
	.banner-cta-cntr .btn2 {
		padding: 20px 15px; 
		font-size: 14px; 
		line-height: 13px;
		min-width: 180px; 
	}
	.counter-sec h4 {
		font-size: 36px; 
	}
	.counter-sec h4 span { 
		font-size: 50px; 
		line-height: 55px;
	}
	.counter-sec { 
		padding: 40px 0;
	}
	.product-sec {
		padding: 50px 0;
	}
	.hm-product-list p { 
		font-size: 14px; 
	}
	.hm-product-list h4 { 
		font-size: 18px; 
	}
	.hm-product-list img { 
		height: 230px; 
	}
	.brand-sec {
		padding: 60px 0;
	}
	.stories-list {
		padding: 50px 0;
	}
	.stories-list-center h4 { 
		font-size: 30px; 
		line-height: 38px; 
	}
	.stories-list-right { 
		padding-left: 60px;
	}
	.stories-cap h2 { 
		margin-left: -103px;
	}
	.about-sec {
		padding: 55px 0;
	}
	.about-left h4 { 
		font-size: 14px; 
		line-height: 16px; 
	}
	.about-left p { 
		font-size: 22px; 
	}
	.about-left h5 { 
		font-size: 14px; 
		line-height: 16px; 
		margin-top: 100px;
	}
	.about-right p { 
		font-size: 14px;  
		margin-bottom: 28px;
	}
	.about-right h5 { 
		font-size: 22px; 
	}
	.about-right h4 { 
		font-size: 14px; 
		line-height: 16px; 
	}
	.about-center img { 
		height: 400px;
	}
	.about-right a { 
		padding: 15px 20px; 
		font-size: 14px; 
	}
	.contact-address h3 { 
		font-size: 30px; 
	}

	.blog-large_right h3 { 
    font-size: 28px; 
    line-height: 36px; 
}
.blog-list {
    margin: 0 5px; 
}

.blog-list img.blog-small-thumb { 
    height: 200px; 
}
.blog-list h3 { 
    font-size: 18px; 
    line-height: 24px; 
}
.blog-rela-sec {
    padding: 60px 0;
}
.rela-blog-title ul li .btn { 
    font-size: 13px; 
    padding: 10px 15px;
    min-width: 130px; 
}
.rela-blog-title ul li { 
    margin-left: 15px;
}
.rela-blog-title h4 { 
    font-size: 18px; 
}
.blog-rela-right {
    padding-left: 20px;
}

.brands-head-sec h1 { 
    margin: 5px 0 80px;
}
.stories-list-right img { 
    width: 290px;
    height: 485px;
}
}

@media (max-width: 767px) {
	.container { 
		padding: 0 15px;
	}
	.mob-dis-none{
		display: none !important;
	}

	.mob-dis-block{
		display: block !important;
	}
	.mob-dis-inblock{
		display: inline-block !important;
	}


	.head-top { 
		padding: 6px 0;
	}
	.head-top p { 
		text-align: center;
	}
	.head-bottom { 
		padding: 8px 0;
	}
.banner-sec img{
	height: 450px;
	object-fit: cover;
}
.banner-cap {
    padding: 90px 0 20px
}

.head-bottom ul li a.btn {
    border: .5px solid #AAAAAA7A;
	border-radius: 8px;
	padding: 8px 11px ;

}
.head-bottom .btn-fill { 
    display: none;
}
.banner-cap h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px; 
}

.banner-cta-cntr .btn { 
    width: 170px;
    display: block;
    margin: 0 auto;
	padding: 15px;
}

.banner-cta-cntr .btn2 {
	width: 170px;
    display: block;
    margin: 0 auto;
	padding: 15px;
}
.banner-cta-cntr p {
    margin: 11px 0;
}
.banner-cta-cntr { 
    padding: 20px;
	margin: 0 15px;
}
.counter-sec h5 { 
    font-size: 14px; 
	text-align: center;
}
.counter-sec h4 span {
    font-size: 28px;
    line-height: 36px;
}

.counter-sec {
    padding: 35px 0  ;
}
.product-sec {
    padding: 45px 0;
}
.product-sec h3 {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.hm-product-list {
    margin: 15px auto;
    max-width: 340px;
}
.hm-product-list img {
	max-width: 339px;
	height: 127px;
}
.hm-product-list h4 {
    font-size: 22px;
    text-align: center;

	margin-bottom: 16px;
}
.hm-product-list p {
    font-size: 16px;
}
.product-sec .btn svg {
    display: inline-block;
    margin-left: 15px;
}
.product-sec .btn { 
    font-size: 16px; 
    padding: 15px  ;
    width: 210px;
    display: block;
    margin: 30px auto 0; 
}

.brand-sec h3 {
    font-size: 24px; 
}
.brand-sec p { 
    font-size: 16px; 
}
.stories-sec { 
    padding: 33px 0  ;
}
.stories-sec h3 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
}

.stories-sec hr {
    display: none;
}
.stories-list-right {
    padding-left: 60px;
    max-width: 350px;
    margin: 0 auto;
}
.stories-list-right img { 
    width: 100%;
    height: 357px;
}

.stories-cap { 
    width: calc(100% - 60px);
    height: calc(100% - 0px);
    left: 60px; 
}
.stories-cap .btn { 
    border: 0;
    background: unset; 
    padding: 0;
}
.stories-cap h2 {
    margin-left: -80px;
}
.stories-list { 
    position: unset; 
}
.stories-list-center {
    margin: 30px auto 0;
    width: 374px;
}
.stories-list-center h4 {
    font-size: 24px; 
    text-align: center;
}
.stories-list-center p { 
    font-size: 14px; 
    text-align: center;
    margin-bottom: 25px;
}
.stories-list-center ul li { 
    font-size: 14px; 
}

.stories-list-center .btn { 
    padding: 13px 20px; 
}


.load-more{
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
padding: 9px 14px 6px 11px;
border: 1px solid #243571;
display: inline-block;
}

.load-more svg{
	 display: inline-block;
	 margin-left: 15px;
}
.about-sec {
    padding: 50px 0;
    text-align: center;
}
.about-center img { 
    margin: 0 auto;
    width: 273px;
    height: 380px;
}
.about-center {
    margin:0 0 26px;
}
.about-left { 
    margin: 0 auto 90px;
}
.about-right { 
    margin: 95px auto;
}

.about-right a { 
    display: inline-block;
}
.contact-sec { 
    padding: 60px 0;
}
.contact-address {
    padding: 67px 20px; 
    width: unset;
}
.contact-address h3 {
    font-size: 42px;
}
.foot-left {
    width: 100%;
    max-width: unset;
}

footer { 
    padding-top: 55px;
}
.foot-right {
    width: 100%;
    margin-left: 0px;
	margin: 80px 0;
}
 
.blog-large_left {
    padding-left: 15px;
    position: relative;
}
.blog-large-img-bord { 
    left: 0px; 
}
.blog-head-sec {
    padding: 35px 0; 
}
.blog-head-sec h3 { 
    font-size: 20px; 
    font-weight: 600; 
    width: 160px; 
	font-family: "Clash Display Variable";
}
.blog-head-sec p { 
    font-size: 14px; 
}
.blog-large_left img.blog-large-thumb {
    width: 100%;
    height: 206px; 
}
.blog-large_right{
	margin-top: 15px;
}
.blog-large_right h3 {
    font-size: 24px;
    line-height: 31px;
}
.blog-large_right span svg {
    display: none; 
}
.blog-large_right p { 
    font-size: 14px; 
    margin-bottom: 30px;
}
.blog-author-cntr img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.blog-large-list-sec {
    padding: 15px 0 45px;
}
.blog-list-sec {
    padding: 45px 0 0 ;
}
.blog-list img.blog-small-thumb {
    height: 360px;
	width: 100%;
}
.blog-list {
    margin: 25px 0;
}
.blog-rela-sec {
    padding: 25px 0;
}
.rela-blog-title h4 {
    font-size: 20px;
    text-align: center;
	margin-bottom: 40px;
}
.rela-blog-title ul li {
    margin: 0 2px;
    width: calc(25% - 4px);
}
.rela-blog-title ul li .btn {
    font-size: 10px;
    padding: 10px 5px;
    min-width: unset;
}
.rela-blog-list-cntr {
    margin-top: 0;
    padding: 0;
}

.blog-form {
    position: relative;
    min-width: 317px;
    min-height: 396px;
    border-radius: 31px 0px 0px 0px;
    overflow: hidden;

    padding: 35px 30px;
    margin: 0 auto; 
}
.blog-next {
    max-width: unset;
    margin: 0;
}
.blog-next-cntr h5 { 
    margin: 0 0 35px;
}
.blog_det_title{
	text-align: center;
}
.blog_det_title h5 { 
    font-size: 14px; 
	line-height: 24px;
	margin-bottom: 12px;
}
.blog_det_title h5 span {
	font-size: 14px; 
	line-height: 24px;
}
.blog_det_title h1 { 
    font-size: 28px;  
    line-height: 33px; 
}
.blog_det_title p { 
    font-size: 14px; 
}
.blog_det_auth {
    margin-top: 20px;
}
.blog-auth-img{ 
	justify-content: center !important;
}
.blog_det_auth img {
    width: 29px;
    height: 29px;
    border-radius: 29px; 
}
.blog_det_auth h4 { 
    font-size: 14px; 
}

.blog-det-img img { 
    height: 237px; 
}
.blog-det-cnt p { 
    font-size: 16px; 
}

.blog-det-img {
    margin: 35px 0 17px;
}
.blog-det-frm-sec p { 
    font-size: 16px; 
}
.blog-det-cnt h4 { 
    font-size: 24px; 
    line-height: 35px; 
}
.blog-det-cnt ul li {
    margin: 50px 0; 
}
.blog-next h4 { 
    font-size: 16px; 
}


.product-head-sec h1 { 
    width: 333px; 
    font-size: 30px; 
    padding: 15px;
}





.product-list-cap { 
    max-width: unset;
    text-align: center;
}

.product-list-sec {
    padding: 50px 0;
}

.product-list-cap span::after { 
    left: calc(50% - 7px); 
}
.product-list-cap h2 { 
    font-size: 24px; 
}

.product-list-cap h2::after { 
    left: calc(50% - 58px); 
}
.product-list-cap p { 
    font-size: 16px; 
}

.product-list-cap-txt {
    position: relative;
    top: 0;
    margin-bottom:35px;
}
.product-list-cntr {
    margin-left: 0px;
}
.product-list img { 
    margin: 0 auto;
	width: 100%;
}
.product-list-load  {
	text-align: center;
}
.product-list-load .loadmore{
	border: 1px solid #212D54;
	padding: 11px 40px;
	color: #212D54;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 129.7%; /* 20.752px */
letter-spacing: 0.32px;
text-transform: uppercase;
display: inline-block;
}
.product_cta_cntr { 
    padding: 25px;
}
.product_cta_bg { 
    text-align: center;
    padding: 20px; 
}
.product_cta_left h3 { 
    font-size: 24px; 
    line-height: 27px;
    margin-bottom: 20px;
}

.product-list { 
    margin-bottom: 50px;
}

.product-det-head-sec {
    padding: 5px 0 27px;
}

.product-det-head-left {
    min-width: unset;
    max-width: 100%;
}
.product-det-head-left-cap {    
    padding: 30px 16px;
    height: unset;
	top: 25px;
}

.product-det-head-left-cap hr { 
    margin: 23px 0; 
}
.product-det-head-left img { 
    height: 430px; 
}
.product-det-head-right {
    width: 100%;
    margin-left: 0;
    padding-top: 72px;
}

.product-det-title h3 { 
    font-size: 24px; 
    font-weight: 600;
    line-height: 25px;
}

.product-det-title a.link {
    padding: 0;
    border-radius: 0px;
    border: 0;text-decoration: underline;
	color: #4E4E4E;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
text-transform: capitalize;
margin-top: 25px;
}

.product-det-head-right p {
    color: #33395B; 
    margin:15px 0 35px;
}

.product-det-head-right .table-cntr h4 { 
    font-size: 14px; 
}

.thik-cntr {
    margin-top: 25px;
}
.product-det-gall-sec { 
    padding: 25px 0;
}
.prd-gal-cntr img { 
    height: 62px; 
}

.prd-gal-cntr:hover  {
	transform: scale(1.2); 
   }
  
   .product-det-spec-sec {
    padding: 70px 0 80px;
}

.product-det-spec-sec .spec-title h3 { 
    font-size: 20px; 
    margin-bottom: 10px;
}
.product-det-spec-sec .spec-title p { 
    font-size: 16px; 
}

.composision-cntr {
    padding: 44px 15px 100px; 
}

.composision-title h4 { 
    font-size: 20px; 
    text-align: center;
	margin-bottom: 30px;
}

.composision-title h4::after { 
    left: calc(50% - 51px);
    bottom: -5px; 
}

.composision-title .btn-cntr { 
    max-width: 265px;
    margin: 0 auto;
}

.compo-list h5 { 
    font-size: 14px; 
}
.compo-list { 
    padding: 12px 11px; 
}


.process-sec h3 { 
    font-size: 20px; 
    margin-bottom: 40px; 
}
.pros-list h4 { 
    font-size: 16px; 
}
.pros-list {
    max-width: 95%;
    width: 100%;
	margin-top: -100px;
}
.pros-list img {
    width: 100%;
    height: 127px; 
}

.pros-list p { 
    font-size: 12px; 
    margin: 16px 0  ;
}


.pros-list-space {
height: 330px;
}

 .no-mob-margin{
	margin: 0 !important;
 }


 .brands-head-sec {
    padding: 25px 0 35px;
}
.brand-hd-right::after { 
    width: 100%;
    height: 100%; 
}
.brand-hd-right {
    top: 0px;
	margin: 0 auto 32px;
	width: 200px;
	padding: 10px 0 0 10px;
}
.brands-head-sec   { 
   text-align: center;
}

.brands-head-sec span { 
    font-size: 14px; 
}
.brands-head-sec span::after { 
    left: calc(50% - 12px);
    bottom: -5px; 
}
.brands-head-sec h1 { 
    font-size: 24px; 
    line-height: 30px; 
	margin: 10px 0 15px;
}
.brand-hd-left p { 
    font-size: 16px; 
    line-height: 24px;
    margin-bottom: 25px;
}
.brand-hd-left a {
    padding: 9px 10px;
    font-size: 14px; 
    max-width: 200px;
}

.brand-hd-left a svg { 
    margin-right: 20px;
	min-width: 27px;
	height: 27px;
}


.brands-list-sec .brand-list-title { 
    font-size: 24px; 
    margin-bottom: 35px;
}
.band-list h5 { 
    text-align: left;
}
.band-list hr {
    margin: 5px 0;
}

.band-list h3 {
    display: none;
}

.brands-list-sec {
    padding: 25px 0 25px;
}
.brands-cta-sec { 
    padding: 35px 0;
    margin: 35px 0 86px;
}

.brands-cta-sec .gap-16 {
    gap: 0 !important;
    width: 100%;
    display: inline-block;
    grid-template-columns: unset !important;
	text-align: center;
}
.brand-cda-list-cap h3 { 
    font-size: 14px; 
}

.brand-cta-list1{
	display: inline-block;
	width: calc(50% - 30px);
	margin: 15px 10px;

}
.brand-cda-list { 
    padding: 17px 10px; 
}

.counter-sec h4 {
    font-size: 30px;
	text-align: center;
}

.cont-ic-cntr {
    margin: 0 0 20px;
}
.hm-brand-list img {
    width: 100px;
    height: 53px; 
}

.brand-sec ul li{ 
	width: 33%;
}


.mob-menu hr{
	margin: 30px -20px;
}
.mobile-menu-sec ul li{

border-bottom: 0.5px solid #CDCDCD ;
font-family: Poppins;
padding: 15px 0;
color: #252641; 
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;

}
.mobile-menu-sec ul li:last-child{
	border-bottom: 0 ; 
}

.mobile-menu-sec ul li a{ 
	color: #252641; 
	transition: all .3s ; 
	display: block;
	
}
.mobile-menu-sec ul li a:hover{ 
	color: #d22a2d;  
	
}

 

.mobile-menu-product-head h5{
	color: #000;
	font-family: "Clash Display Variable";
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 263.636% */
	text-transform: uppercase;
	border-bottom: 1px solid #FE6F5E;
}
.mobile-menu-product-head a{
	color: #000;
font-family: "Clash Display Variable";
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 263.636% */
text-transform: uppercase;
}
.mobile-menu-product-head a svg{
	 display: inline-block;
	 margin-left: 5px;
}
 

.mobile-menu-product-sec ul li{
	border-bottom: 0.5px solid #CDCDCD ;
	padding: 25px 0;
}

.mobile-menu-product-sec ul li h4{
	color: #212D54;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 125% */
}

.mobile-menu-product-sec ul li p{
	color: #33395B;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 154.7%; /* 18.564px */
}

.mobile-menu-product-sec ul li img{
	width: 56px;
	height: 56px;
}


.mobile-menu-brand-sec ul {
	text-align: center;
}

.mobile-menu-brand-sec ul li {
	text-align: center;
	display: inline-block;
	width: 50%;
	padding: 25px 0;
}
.mobile-menu-brand-sec ul li img {
	 
	width: 100%;
	height: 37px;
	object-fit: contain;
}

.banner-cta-cntr .btn svg { 
    top: 18px; 
}
.banner-cta-cntr .btn:hover svg {
    top: 20px;
}
.banner-cta-cntr .btn2 svg { 
    top: 18px; 
}
.banner-cta-cntr .btn2:hover svg {
    top: 20px;
}
.projects-head-sec {
    padding: 60px 0 50px;
	text-align: center;
}
.projects-hd-right {
    padding: 10px 0 0 10px;
    position: relative;
    top: 0;
    max-width: 260px;
    margin: 0 auto 30px;
}
.projects-hd-right::after { 
    width: 100%;
    height: 100%; 
}
.projects-head-sec h1 { 
    font-size: 24px; 
    line-height: 33px;
    margin: 5px 0 15px; 
}
.projects-head-sec span::after { 
    left: calc(50% - 12px); 
}
.projects-hd-left p { 
    font-size: 16px; 
    line-height: 25px; 
	margin: 0;
}
.count-list span { 
    font-size: 28px; 
}
.count-list label { 
    font-size: 28px; 
}
.count-list{
text-align: center;
}
.projects-count-sec { 
    padding: 8px 0;
}
.proj-title h4 { 
    font-size: 20px; 
    line-height: 19px; 
    margin-bottom: 20px;
}
.proj-title h4::after { 
    bottom: -10px;
}
.proj-title p { 
    font-size: 14px; 
    line-height: 19px; 
    margin: 0 auto 60px;
}
.stories-title h5 { 
    font-size: 20px; 
    line-height: 29px;
}
.projects-list-sec .stories-list-right { 
    padding-top: 107px;
	margin-bottom: 100px;
}
.stories-title {
    min-height: 108px;
}
.projects-list-sec .stories-list-right:nth-child(even) {
    top: 0;
}

.projects-list-sec .stories-list-right:nth-child(even) .stories-title {
    background: #FFEAE8;
    padding: 25px 177px 25px 25px;
    position: absolute;
    left: unset;
    right: -65px;
    width: calc(100% + 65px);
}

.projects-list-sec .stories-cap {
    top: 109px;
	height: calc(100% - 109px);
}

section{
	overflow: hidden;
}

.projects-cta-sec {
    padding: 40px 0 ;
}

.projects-cta-sec ul li{ 
	width: 50%;
	margin: 20px 0;
 }
 .projects_cta_list h4 { 
    font-size: 13px; 
}
.projects_cta_list { 
    padding: 5px 5px;
    max-width: 170px; 
}


.testimonilas-sec {
    padding: 40px 0; 
}

.testimonilas-sec h3 { 
    font-size: 24px; 
    line-height: 36px; 
}





}

@media (max-width: 450px) {

.count-list span {
    font-size: 20px;
}
.count-list label {
    font-size: 20px;
}

.product-det-head-right .table-cntr h3 svg { 
    margin-right: 6px;
    width: 26px;
    height: 26px;
}
.product-det-head-right .table-cntr h3 { 
    font-size: 14px; 
}
.prd-gal-cntr:hover .btn {
    font-size: 8px;
	left: -10px;
	top: -10px;
}
.hm-product-list img {
	max-width: 339px;
	height: 100px;
}
.hm-product-list hr {
    margin: 15px 0; 
}
.hm-product-list h4 {
	font-size: 16px; 
}
.product-sec .btn {
	font-size: 13px;
	padding: 10px;  
	width: 100%;
	margin-top: 15px;
}
.hm-product-list { 
    padding: 15px; 
}
.banner-cta-cntr .btn svg { 
    right: 18px;
    top: 17px; 
} 
.banner-cap {
	padding: 30px 0 20px;
} 
.brand-sec ul li {
	width: 31%;
}
.stories-list-center .btn {
	font-size: 14px;
}
.stories-list-center { 
	width: 100%;
}
.stories-list-center .btn svg {
    position: absolute;
    right: 12px;
    top: 17px;
}
.stories-list-center .btn { 
	text-align: left;
	font-size: 14px;
}
.stories-list-right img { 
	height: 300px;
}
.contact-address h3 {
	font-size: 30px;
}

.contact-address p { 
    font-size: 16px; 
    line-height: 24px;
    margin: 20px 0 26px; 
}
.contact-address {
	padding: 37px 20px;
	width: unset;
}
.contact_form_cntr .form-control { 
    height: 45px;
    padding: 10px; 
    font-size: 14px; 
}
.contact_form_cntr .btn { 
    padding: 5px 20px;
    
    font-size: 16px;
     
}
.fixedcta {
    border-radius: 0;
    
    padding: 6px;
    
    right: 0;
    bottom: 0;
    
    width: 100%;
}

}